summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p2pvr/Jamfile.jam21
-rw-r--r--p2pvr/daemon/Jamfile.jam22
-rw-r--r--p2pvr/daemon/containerIterator.h (renamed from p2pvr/lib/containerIterator.h)15
-rw-r--r--p2pvr/daemon/dbClient.cpp2
-rw-r--r--p2pvr/daemon/globalDevices.cpp14
-rw-r--r--p2pvr/daemon/globalDevices.h2
-rw-r--r--p2pvr/daemon/maintenance.cpp12
-rw-r--r--p2pvr/daemon/maintenance.h4
-rw-r--r--p2pvr/daemon/maintenance/events.cpp51
-rw-r--r--p2pvr/daemon/maintenance/network.cpp62
-rw-r--r--p2pvr/daemon/maintenance/services.cpp19
-rw-r--r--p2pvr/daemon/muxedFileSink.cpp4
-rw-r--r--p2pvr/daemon/objectRowState.cpp89
-rw-r--r--p2pvr/daemon/objectRowState.h48
-rw-r--r--p2pvr/daemon/p2pvr-int.ice16
-rw-r--r--p2pvr/daemon/pch.hpp2
-rw-r--r--p2pvr/daemon/privateExecContext.cpp14
-rw-r--r--p2pvr/daemon/privateExecContext.h13
-rw-r--r--p2pvr/daemon/recorder.cpp19
-rw-r--r--p2pvr/daemon/recorder.h5
-rw-r--r--p2pvr/daemon/recordings.cpp49
-rw-r--r--p2pvr/daemon/resources.h (renamed from p2pvr/lib/resources.h)0
-rw-r--r--p2pvr/daemon/schedulers/bitDumbScheduler.cpp4
-rw-r--r--p2pvr/daemon/schedules.cpp228
-rw-r--r--p2pvr/daemon/schedules.h5
-rw-r--r--p2pvr/daemon/si.cpp172
-rw-r--r--p2pvr/daemon/si.h16
-rw-r--r--p2pvr/daemon/sql/Maint_pruneEvents.sql4
-rw-r--r--p2pvr/daemon/sql/Recordings_getAll.sql4
-rw-r--r--p2pvr/daemon/sql/Recordings_insert.sql4
-rw-r--r--p2pvr/daemon/sql/SI_allDeliveries.sql3
-rw-r--r--p2pvr/daemon/sql/SI_allNetworks.sql3
-rw-r--r--p2pvr/daemon/sql/SI_deliveryForService.sql4
-rw-r--r--p2pvr/daemon/sql/SI_deliveryForTransport.sql3
-rw-r--r--p2pvr/daemon/sql/SI_eventById.sql10
-rw-r--r--p2pvr/daemon/sql/SI_eventByUid.sql30
-rw-r--r--p2pvr/daemon/sql/SI_eventSearch.sql5
-rw-r--r--p2pvr/daemon/sql/SI_eventsInRange.sql8
-rw-r--r--p2pvr/daemon/sql/SI_eventsInSchedule.sql11
-rw-r--r--p2pvr/daemon/sql/SI_eventsInSchedules.sql11
-rw-r--r--p2pvr/daemon/sql/SI_eventsOnNow.sql8
-rw-r--r--p2pvr/daemon/sql/SI_serviceNextUsed.sql16
-rw-r--r--p2pvr/daemon/sql/Schedules_GetCandidates.sql25
-rw-r--r--p2pvr/daemon/sql/Schedules_getCandidates.sql26
-rw-r--r--p2pvr/daemon/sql/Schedules_insert.sql2
-rw-r--r--p2pvr/daemon/sql/Schedules_scheduledToRecord.sql6
-rw-r--r--p2pvr/daemon/sql/Schedules_selectAll.sql2
-rw-r--r--p2pvr/daemon/sql/Schedules_selectById.sql3
-rw-r--r--p2pvr/daemon/sql/Schedules_update.sql2
-rw-r--r--p2pvr/daemon/sqlContainerCreator.h28
-rw-r--r--p2pvr/daemon/sqlSelectDeserializer.cpp176
-rw-r--r--p2pvr/daemon/sqlSelectDeserializer.h28
-rw-r--r--p2pvr/daemon/storage.cpp247
-rw-r--r--p2pvr/daemon/storage.h23
-rw-r--r--p2pvr/daemon/unittests/Jamfile.jam227
-rw-r--r--p2pvr/daemon/unittests/datasources/data.sql122
-rw-r--r--p2pvr/daemon/unittests/datasources/delivery_dvbc0
-rw-r--r--p2pvr/daemon/unittests/datasources/delivery_dvbs0
-rw-r--r--p2pvr/daemon/unittests/datasources/delivery_dvbt6
-rw-r--r--p2pvr/daemon/unittests/datasources/eventOffset.sql8
-rw-r--r--p2pvr/daemon/unittests/datasources/events24850
-rw-r--r--p2pvr/daemon/unittests/datasources/networks1
-rw-r--r--p2pvr/daemon/unittests/datasources/postgres.xml4
-rw-r--r--p2pvr/daemon/unittests/datasources/record0
-rw-r--r--p2pvr/daemon/unittests/datasources/recorded0
-rw-r--r--p2pvr/daemon/unittests/datasources/recordings0
-rw-r--r--p2pvr/daemon/unittests/datasources/schedules2
-rw-r--r--p2pvr/daemon/unittests/datasources/services145
-rw-r--r--p2pvr/daemon/unittests/datasources/transportstreams8
-rw-r--r--p2pvr/daemon/unittests/dummySelect.sql (renamed from p2pvr/daemon/test/dummySelect.sql)0
-rw-r--r--p2pvr/daemon/unittests/mockDefs.cpp24
-rw-r--r--p2pvr/daemon/unittests/mockDefs.h16
-rw-r--r--p2pvr/daemon/unittests/mockDevices.cpp29
-rw-r--r--p2pvr/daemon/unittests/mockDevices.h16
-rw-r--r--p2pvr/daemon/unittests/mockRecorder.cpp8
-rw-r--r--p2pvr/daemon/unittests/mockRecorder.h12
-rw-r--r--p2pvr/daemon/unittests/mockScheduler.cpp36
-rw-r--r--p2pvr/daemon/unittests/mockScheduler.h17
-rw-r--r--p2pvr/daemon/unittests/testEmbedding.cpp (renamed from p2pvr/daemon/testEmbedding.cpp)0
-rw-r--r--p2pvr/daemon/unittests/testErrorHandling.cpp135
-rw-r--r--p2pvr/daemon/unittests/testMaint.cpp259
-rw-r--r--p2pvr/daemon/unittests/testRecording.cpp107
-rw-r--r--p2pvr/daemon/unittests/testRecordings.cpp78
-rw-r--r--p2pvr/daemon/unittests/testSched.cpp112
-rw-r--r--p2pvr/daemon/unittests/testSi.cpp170
-rw-r--r--p2pvr/daemon/unittests/testSqlSelectDeserializer.cpp86
-rw-r--r--p2pvr/daemon/unittests/testStorage.cpp84
-rw-r--r--p2pvr/daemon/unittests/testp2ice.cpp40
-rw-r--r--p2pvr/daemonbase/fileSink.cpp (renamed from p2pvr/lib/fileSink.cpp)0
-rw-r--r--p2pvr/daemonbase/fileSink.h (renamed from p2pvr/lib/fileSink.h)0
-rw-r--r--p2pvr/datasources/schema.sql212
-rw-r--r--p2pvr/devices/Jamfile.jam41
-rw-r--r--p2pvr/devices/localDevices.cpp4
-rw-r--r--p2pvr/devices/localDevices.h2
-rw-r--r--p2pvr/devices/mockTuner.cpp176
-rw-r--r--p2pvr/devices/mockTuner.h42
-rw-r--r--p2pvr/devices/pch.hpp1
-rw-r--r--p2pvr/devices/sampleSiData/events1.datxzbin0 -> 1112856 bytes
-rw-r--r--p2pvr/devices/sampleSiData/events2.datxzbin0 -> 1108428 bytes
-rw-r--r--p2pvr/devices/sampleSiData/network.datxzbin0 -> 1244 bytes
-rw-r--r--p2pvr/devices/sampleSiData/pat.datxzbin0 -> 160 bytes
-rw-r--r--p2pvr/devices/sampleSiData/pmt.datxzbin0 -> 208 bytes
-rw-r--r--p2pvr/devices/sampleSiData/services.datxzbin0 -> 2392 bytes
-rw-r--r--p2pvr/devices/sampleStreamData/vid.datxzbin0 -> 2952196 bytes
-rw-r--r--p2pvr/devices/tuner.cpp2
-rw-r--r--p2pvr/dvb/Jamfile.jam2
-rw-r--r--p2pvr/dvb/bindDataHandler.cpp12
-rw-r--r--p2pvr/dvb/bindDataHandler.h19
-rw-r--r--p2pvr/dvb/bindSiParserHandler.h (renamed from p2pvr/lib/bindSiParserHandler.h)0
-rw-r--r--p2pvr/dvb/pch.hpp1
-rw-r--r--p2pvr/dvb/siParsers/event.cpp1
-rw-r--r--p2pvr/dvb/siParsers/event.h2
-rw-r--r--p2pvr/dvb/unittests/Jamfile.jam39
-rw-r--r--p2pvr/dvb/unittests/createBroadcast.cpp136
-rw-r--r--p2pvr/dvb/unittests/createSamples.cpp130
-rw-r--r--p2pvr/embed.m4 (renamed from p2pvr/embedSql.m4)0
-rw-r--r--p2pvr/ice/common.ice8
-rw-r--r--p2pvr/ice/commonHelpers.cpp2
-rw-r--r--p2pvr/ice/commonHelpers.h12
-rw-r--r--p2pvr/ice/converters.cpp12
-rw-r--r--p2pvr/ice/dvb.ice14
-rw-r--r--p2pvr/ice/dvbsi.ice26
-rw-r--r--p2pvr/ice/p2pvr.ice65
-rw-r--r--p2pvr/lib/Jamfile.jam2
-rw-r--r--p2pvr/lib/containerCreator.h33
-rw-r--r--p2pvr/lib/dvbsiHelpers.h23
-rw-r--r--p2pvr/lib/dvbsiHelpers/cableDelivery.cpp39
-rw-r--r--p2pvr/lib/dvbsiHelpers/event.cpp94
-rw-r--r--p2pvr/lib/dvbsiHelpers/network.cpp21
-rw-r--r--p2pvr/lib/dvbsiHelpers/networkService.cpp22
-rw-r--r--p2pvr/lib/dvbsiHelpers/networkTransportStream.cpp23
-rw-r--r--p2pvr/lib/dvbsiHelpers/programMap.cpp24
-rw-r--r--p2pvr/lib/dvbsiHelpers/satelliteDelivery.cpp51
-rw-r--r--p2pvr/lib/dvbsiHelpers/service.cpp49
-rw-r--r--p2pvr/lib/dvbsiHelpers/terrestrialDelivery.cpp59
-rw-r--r--p2pvr/lib/mapIterator.cpp11
-rw-r--r--p2pvr/lib/mapIterator.h45
-rw-r--r--p2pvr/lib/muxer.cpp2
-rw-r--r--p2pvr/lib/objectRowState.h45
-rw-r--r--p2pvr/lib/p2pvrHelpers/schedule.cpp51
-rw-r--r--p2pvr/lib/pch.hpp1
-rw-r--r--p2pvr/lib/serviceStreamer.cpp79
-rw-r--r--p2pvr/lib/serviceStreamer.h31
-rw-r--r--p2pvr/lib/serviceStreamerCore.cpp83
-rw-r--r--p2pvr/lib/serviceStreamerCore.h45
-rw-r--r--p2pvr/lib/singleIterator.h39
-rw-r--r--p2pvr/lib/temporaryIceAdapterObject.h25
-rw-r--r--p2pvr/p2comp/recordingStream.cpp2
-rw-r--r--p2pvr/p2comp/serviceStream.cpp4
149 files changed, 28429 insertions, 1637 deletions
diff --git a/p2pvr/Jamfile.jam b/p2pvr/Jamfile.jam
index 0268285..61e1252 100644
--- a/p2pvr/Jamfile.jam
+++ b/p2pvr/Jamfile.jam
@@ -1,6 +1,8 @@
import package ;
-import type ;
-import generators ;
+import type ;
+import generators ;
+
+lib boost_utf : : <name>boost_unit_test_framework ;
alias glibmm : : : :
<cflags>"`pkg-config --cflags glibmm-2.4`"
@@ -15,9 +17,13 @@ alias p2cgi : glibmm : : :
<include>/usr/include/project2/cgi
<linkflags>"-lp2cgicommon"
;
+alias p2xml : glibmm : : :
+ <include>/usr/include/project2/xml
+ <linkflags>"-lp2xml"
+;
alias p2sql : glibmm : : :
<include>/usr/include/project2/sql
- <linkflags>"-lp2sql"
+ <linkflags>"-lp2sql -ldbpp"
;
alias p2lib : glibmm : : :
<include>/usr/include/project2/lib
@@ -46,18 +52,19 @@ alias p2daemonlib : glibmm : : :
build-project daemon ;
build-project carddaemon ;
+explicit debuginstall ;
install debuginstall : p2comp//p2pvrp2comp dvb//p2pvrdvb devices//p2pvrdevices lib//p2pvrlib carddaemon//p2pvrcarddaemon daemonbase//p2pvrdaemonbase daemon//p2pvrdaemon ice//p2pvrice ../libtmdb//tmdb : <location>./testing ;
package.install install : : : p2comp carddaemon daemon ;
-type.register SQL : sql ;
+type.register SQL : sql ;
-generators.register-standard sql.embed.asm : SQL : ASM ;
+generators.register-standard sql.embed.asm : SQL : ASM ;
path-constant root : . ;
actions sql.embed.asm
-{
- m4 -DNAME="sql_$(2:B)" -DPATH="$(2)" "$(root)/embedSql.m4" > "$(1)"
+{
+ m4 -DNAME="sql_$(2:B)" -DPATH="$(2)" "$(root)/embed.m4" > "$(1)"
}
IMPORT $(__name__) : sql.embed.asm : : sql.embed.asm ;
diff --git a/p2pvr/daemon/Jamfile.jam b/p2pvr/daemon/Jamfile.jam
index 0f7eb53..a2a20c0 100644
--- a/p2pvr/daemon/Jamfile.jam
+++ b/p2pvr/daemon/Jamfile.jam
@@ -1,4 +1,4 @@
-import testing ;
+lib slicer : : <name>slicer : : <include>/usr/include/slicer ;
cpp-pch pch : pch.hpp :
<library>../ice//p2pvrice
@@ -7,13 +7,12 @@ cpp-pch pch : pch.hpp :
<library>..//p2sql
<library>../devices//p2pvrdevices
<library>../daemonbase//p2pvrdaemonbase
+ <slicer>yes
;
-lib boost_utf : : <name>boost_unit_test_framework ;
-
lib p2pvrdaemon :
pch
- [ glob-tree *.cpp *.sql : dummy* test*.cpp ]
+ [ glob-tree *.ice *.cpp *.sql : bin unittests ]
:
<library>../ice//p2pvrice
<library>../lib//p2pvrlib
@@ -23,15 +22,14 @@ lib p2pvrdaemon :
<library>../devices//p2pvrdevices
<library>../daemonbase//p2pvrdaemonbase
<implicit-dependency>../../libtmdb//tmdb
- ;
-
-unit-test testEmbedding :
- testEmbedding.cpp
- test/dummySelect.sql
- :
- <define>BOOST_TEST_DYN_LINK
- <library>boost_utf
+ <library>slicer
+ <slicer>yes
+ <include>.
+ : :
+ <include>.
+ <library>../ice//p2pvrice
<library>../lib//p2pvrlib
+ <library>slicer
;
build-project unittests ;
diff --git a/p2pvr/lib/containerIterator.h b/p2pvr/daemon/containerIterator.h
index 2b61055..88976af 100644
--- a/p2pvr/lib/containerIterator.h
+++ b/p2pvr/daemon/containerIterator.h
@@ -2,36 +2,35 @@
#define CONTAINERITERATOR_H
#include <iHaveSubTasks.h>
-#include <boost/foreach.hpp>
#include "objectRowState.h"
template <typename T>
class ContainerIterator : public IHaveSubTasks {
public:
- ContainerIterator(const T * con) :
+ ContainerIterator(const T * con, const SelectedColumns & sc) :
SourceObject(__PRETTY_FUNCTION__),
IHaveSubTasks(NULL),
- binder(boost::bind(&BindColumns<typename T::value_type>, _1, _2)),
+ binder(boost::bind(&BindColumns<typename T::value_type>, _1, sc, _2)),
container(con)
{
}
void execute(ExecContext * ec) const
{
- ObjectRowState<typename T::value_type> rs;
- BOOST_FOREACH(const auto & i, *container) {
+ ObjectRowStateTmpl<typename T::value_type> rs;
+ for (const auto & i : *container) {
binder(rs, i);
- rs.process(boost::bind(&ContainerIterator::executeChildren, this, ec));
+ rs.process(ec, boost::bind(&ContainerIterator::executeChildren, this, ec));
}
}
private:
boost::function<void(RowState &, const typename T::value_type &)> binder;
const T * container;
-
+
void executeChildren(ExecContext * ec) const
{
- BOOST_FOREACH(const Tasks::value_type & sq, normal) {
+ for (const Tasks::value_type & sq : normal) {
sq->execute(ec);
}
}
diff --git a/p2pvr/daemon/dbClient.cpp b/p2pvr/daemon/dbClient.cpp
index 8267584..de4b926 100644
--- a/p2pvr/daemon/dbClient.cpp
+++ b/p2pvr/daemon/dbClient.cpp
@@ -14,7 +14,7 @@ DatabaseClient::SqlMergeColumnsInserter(SqlMergeTask * merge, const std::string
void
DatabaseClient::onAllDatasources(const DataSourceCall & call) const
{
- BOOST_FOREACH(const CommonObjects::DataSources::value_type & ds, CommonObjects::datasources) {
+ for (const CommonObjects::DataSources::value_type & ds : CommonObjects::datasources) {
call(ds.second);
}
}
diff --git a/p2pvr/daemon/globalDevices.cpp b/p2pvr/daemon/globalDevices.cpp
index 4368cea..3f0c485 100644
--- a/p2pvr/daemon/globalDevices.cpp
+++ b/p2pvr/daemon/globalDevices.cpp
@@ -16,7 +16,7 @@ P2PVR::TunerPrx
GlobalDevices::GetTunerSpecific(const DVBSI::DeliveryPtr & delivery, const Ice::Current & ice)
{
auto ic = ice.adapter->getCommunicator();
- BOOST_FOREACH(const auto & pool, Devices) {
+ for (const auto & pool : Devices) {
try {
auto poolprx = P2PVR::DevicesPrx::checkedCast(ic->stringToProxy(pool));
return poolprx->GetTunerSpecific(delivery);
@@ -28,13 +28,13 @@ GlobalDevices::GetTunerSpecific(const DVBSI::DeliveryPtr & delivery, const Ice::
}
P2PVR::TunerPrx
-GlobalDevices::GetTunerAny(short type, const DVBSI::DeliveryPtr & delivery, const Ice::Current & ice)
+GlobalDevices::GetTunerAny(const DVBSI::DeliveryPtr & delivery, const Ice::Current & ice)
{
auto ic = ice.adapter->getCommunicator();
- BOOST_FOREACH(const auto & pool, Devices) {
+ for (const auto & pool : Devices) {
try {
auto poolprx = P2PVR::DevicesPrx::checkedCast(ic->stringToProxy(pool));
- return poolprx->GetTunerAny(type, delivery);
+ return poolprx->GetTunerAny(delivery);
}
catch (...) {
}
@@ -46,7 +46,7 @@ P2PVR::PrivateTunerPrx
GlobalDevices::GetPrivateTuner(short type, const Ice::Current & ice)
{
auto ic = ice.adapter->getCommunicator();
- BOOST_FOREACH(const auto & pool, Devices) {
+ for (const auto & pool : Devices) {
try {
auto poolprx = P2PVR::DevicesPrx::checkedCast(ic->stringToProxy(pool));
return poolprx->GetPrivateTuner(type);
@@ -61,7 +61,7 @@ void
GlobalDevices::ReleaseTuner(const P2PVR::TunerPrx & tuner, const Ice::Current & ice)
{
auto ic = ice.adapter->getCommunicator();
- BOOST_FOREACH(const auto & pool, Devices) {
+ for (const auto & pool : Devices) {
auto poolprx = P2PVR::DevicesPrx::checkedCast(ic->stringToProxy(pool));
poolprx->ReleaseTuner(tuner);
}
@@ -72,7 +72,7 @@ GlobalDevices::TunerCount(const Ice::Current & ice)
{
int total = 0;
auto ic = ice.adapter->getCommunicator();
- BOOST_FOREACH(const auto & pool, Devices) {
+ for (const auto & pool : Devices) {
try {
auto poolprx = P2PVR::DevicesPrx::checkedCast(ic->stringToProxy(pool));
total += poolprx->TunerCount();
diff --git a/p2pvr/daemon/globalDevices.h b/p2pvr/daemon/globalDevices.h
index da27c95..33f6231 100644
--- a/p2pvr/daemon/globalDevices.h
+++ b/p2pvr/daemon/globalDevices.h
@@ -10,7 +10,7 @@
class GlobalDevices : public P2PVR::Devices {
public:
P2PVR::TunerPrx GetTunerSpecific(const DVBSI::DeliveryPtr &, const Ice::Current &);
- P2PVR::TunerPrx GetTunerAny(short type, const DVBSI::DeliveryPtr &, const Ice::Current &);
+ P2PVR::TunerPrx GetTunerAny(const DVBSI::DeliveryPtr &, const Ice::Current &);
P2PVR::PrivateTunerPrx GetPrivateTuner(short type, const Ice::Current &);
void ReleaseTuner(const P2PVR::TunerPrx &, const Ice::Current &);
int TunerCount(const Ice::Current &);
diff --git a/p2pvr/daemon/maintenance.cpp b/p2pvr/daemon/maintenance.cpp
index 8e204f7..928e8d9 100644
--- a/p2pvr/daemon/maintenance.cpp
+++ b/p2pvr/daemon/maintenance.cpp
@@ -29,7 +29,9 @@ Maintenance::Maintenance(Ice::ObjectAdapterPtr a, IceUtil::TimerPtr t) :
lastUpdateEvents(0),
updateRunning(false)
{
- timer->scheduleRepeated(clientCheck, IceUtil::Time::seconds(5 * 60));
+ if (timer) {
+ timer->scheduleRepeated(clientCheck, IceUtil::Time::seconds(5 * 60));
+ }
#ifdef NDEBUG
ScheduledUpdate();
#endif
@@ -48,8 +50,8 @@ void
Maintenance::UpdateAll(short type, const Ice::Current & ice)
{
UpdateNetwork(type, ice);
- UpdateServices(type, ice);
- UpdateEvents(type, ice);
+ UpdateServices(ice);
+ UpdateEvents(ice);
}
void
@@ -70,12 +72,12 @@ Maintenance::ScheduledUpdate()
}
if (lastUpdateServices < now - periodUpdateServices) {
Logger()->messagebf(LOG_INFO, "%s: updating services", __PRETTY_FUNCTION__);
- si->UpdateServices(FE_OFDM);
+ si->UpdateServices();
time(&lastUpdateServices);
}
if (lastUpdateEvents < now - periodUpdateEvents) {
Logger()->messagebf(LOG_INFO, "%s: updating events", __PRETTY_FUNCTION__);
- si->UpdateEvents(FE_OFDM);
+ si->UpdateEvents();
time(&lastUpdateEvents);
}
Logger()->messagebf(LOG_DEBUG, "%s: completed", __PRETTY_FUNCTION__);
diff --git a/p2pvr/daemon/maintenance.h b/p2pvr/daemon/maintenance.h
index 9859c83..5b663eb 100644
--- a/p2pvr/daemon/maintenance.h
+++ b/p2pvr/daemon/maintenance.h
@@ -11,8 +11,8 @@ class Maintenance : public P2PVR::Maintenance, public DatabaseClient {
void UpdateAll(const Ice::Current &);
void UpdateAll(short type, const Ice::Current &);
void UpdateNetwork(short type, const Ice::Current &);
- void UpdateServices(short type, const Ice::Current &);
- void UpdateEvents(short type, const Ice::Current &);
+ void UpdateServices(const Ice::Current &);
+ void UpdateEvents(const Ice::Current &);
INITOPTIONS;
diff --git a/p2pvr/daemon/maintenance/events.cpp b/p2pvr/daemon/maintenance/events.cpp
index b0c8b74..7029398 100644
--- a/p2pvr/daemon/maintenance/events.cpp
+++ b/p2pvr/daemon/maintenance/events.cpp
@@ -4,36 +4,45 @@
#include <sqlMergeTask.h>
#include <Ice/Communicator.h>
#include <p2Helpers.h>
-#include <dvbsiHelpers.h>
#include <containerIterator.h>
-#include <singleIterator.h>
#include <temporaryIceAdapterObject.h>
#include <commonHelpers.h>
+#include <resources.h>
+#include <privateExecContext.h>
+
+ResourceString(Maint_pruneEvents, sql_Maint_pruneEvents);
class SiEventsHandler : public SiEpgParser {
public:
- SiEventsHandler(const RowProcessorCallback & cb) :
- callBack(cb) {}
+ SiEventsHandler(const RowProcessorCallback & cb, ExecContext * e, const SelectedColumns & sc) :
+ ecs(sc),
+ callBack(cb),
+ ec(e)
+ {
+ }
- void HandleTable(DVBSI::EventPtr e)
+ bool HandleTable(DVBSI::EventPtr e)
{
Logger()->messagebf(LOG_DEBUG, "Service Id: %d Program Id: %d Title: %s Time: %s - %s",
e->ServiceId, e->EventId, e->Title, e->StartTime, e->StopTime);
- BindColumns<DVBSI::EventPtr>(rowState, e);
- rowState.process(callBack);
+ BindColumns<DVBSI::EventPtr>(rowState, ecs, e);
+ rowState.process(ec, callBack);
+ return false;
}
private:
- ObjectRowState<DVBSI::EventPtr> rowState;
+ ObjectRowStateTmpl<DVBSI::EventPtr> rowState;
+ const SelectedColumns & ecs;
const RowProcessorCallback callBack;
+ ExecContext * ec;
};
class SiEventsMerger : public IHaveSubTasks {
public:
- SiEventsMerger(short t, const Ice::Current & i) :
+ SiEventsMerger(const Ice::Current & i, const SelectedColumns & sc) :
SourceObject(__PRETTY_FUNCTION__),
IHaveSubTasks(NULL),
- type(t),
+ ecs(sc),
ice(i) { }
void execute(ExecContext * ec) const
@@ -46,8 +55,8 @@ class SiEventsMerger : public IHaveSubTasks {
throw std::runtime_error("bad proxy(s)");
}
- TemporarayIceAdapterObject<P2PVR::RawDataClient> parser(ice.adapter,
- new SiEventsHandler(boost::bind(&SiEventsMerger::executeChildren, this, ec)));
+ TemporaryIceAdapterObject<P2PVR::RawDataClient> parser(ice.adapter,
+ new SiEventsHandler(boost::bind(&SiEventsMerger::executeChildren, this, ec), ec, ecs));
auto delivery = si->GetDeliveryForSi();
if (!delivery) {
@@ -55,33 +64,37 @@ class SiEventsMerger : public IHaveSubTasks {
}
Logger()->messagebf(LOG_DEBUG, "%s: Getting a tuner", __PRETTY_FUNCTION__);
- auto tuner = devs->GetTunerAny(type, delivery);
+ auto tuner = devs->GetTunerAny(delivery);
Logger()->messagebf(LOG_DEBUG, "%s: Fetching events", __PRETTY_FUNCTION__);
tuner->SendEventInformation(parser);
devs->ReleaseTuner(tuner);
}
private:
- const short type;
+ const SelectedColumns & ecs;
const Ice::Current & ice;
void executeChildren(ExecContext * ec) const
{
- BOOST_FOREACH(const Tasks::value_type & sq, normal) {
+ for (const Tasks::value_type & sq : normal) {
sq->execute(ec);
}
}
};
void
-Maintenance::UpdateEvents(short type, const Ice::Current & ice)
+Maintenance::UpdateEvents(const Ice::Current & ice)
{
TxHelper tx(this);
+ PrivateExecContext ec;
SqlMergeTask mergeEvents("postgres", "events");
- CreateColumns<DVBSI::EventPtr>(boost::bind(SqlMergeColumnsInserter, &mergeEvents, _1, _2));
- mergeEvents.sources.insert(new SiEventsMerger(type, ice));
+ auto ecs = CreateColumns<DVBSI::EventPtr>(boost::bind(SqlMergeColumnsInserter, &mergeEvents, _1, _2));
+ mergeEvents.sources.insert(new SiEventsMerger(ice, ecs));
+ mergeEvents.insteadOfDelete = new DynamicSql::SqlText("SET current = false");
+ mergeEvents.updateWhere = new DynamicSql::SqlText("a.current");
mergeEvents.loadComplete(this);
- mergeEvents.execute(NULL);
+ mergeEvents.execute(&ec);
+ Modify(Maint_pruneEvents).second->execute();
tx.Commit();
Logger()->messagebf(LOG_INFO, "%s: Updated events", __PRETTY_FUNCTION__);
diff --git a/p2pvr/daemon/maintenance/network.cpp b/p2pvr/daemon/maintenance/network.cpp
index d9ce0ec..fdf2c8e 100644
--- a/p2pvr/daemon/maintenance/network.cpp
+++ b/p2pvr/daemon/maintenance/network.cpp
@@ -4,22 +4,21 @@
#include <sqlMergeTask.h>
#include <Ice/Communicator.h>
#include <p2Helpers.h>
-#include <dvbsiHelpers.h>
#include <containerIterator.h>
-#include <singleIterator.h>
#include <temporaryIceAdapterObject.h>
+#include <privateExecContext.h>
-class SiNetworkInformationMerger : public SiNetworkInformationParser {
+class SiNetworkInformationMerger : public SiNetworkInformationParser, public PrivateExecContext {
public:
SiNetworkInformationMerger(DatabaseClient * co) : commonObjects(co) { }
bool HandleTable(DVBSI::NetworkPtr n)
{
Logger()->messagebf(LOG_DEBUG, "Network Id: %d Name: %s", n->NetworkId, *n->Name);
- BOOST_FOREACH(const auto & ts, n->TransportStreams) {
+ for (const auto & ts : n->TransportStreams) {
Logger()->messagebf(LOG_DEBUG, "\tTransport Stream Id: %d Original Network Id: %d", ts->TransportStreamId, ts->OriginalNetworkId);
- BOOST_FOREACH(const auto & s, ts->Services) {
- Logger()->messagebf(LOG_DEBUG, "\t\tService Id: %d Service Type: %d", s.ServiceId, s.ServiceType);
+ for (const auto & s : ts->Services) {
+ Logger()->messagebf(LOG_DEBUG, "\t\tService Id: %d Service Type: %d", s.ServiceId, s.Type);
}
if (ts->Terrestrial) {
Logger()->messagebf(LOG_DEBUG, "\t\tDVB-T: Frequency: %d", ts->Terrestrial->Frequency);
@@ -28,38 +27,47 @@ class SiNetworkInformationMerger : public SiNetworkInformationParser {
DatabaseClient::TxHelper tx(commonObjects);
SqlMergeTask mergeNetwork("postgres", "networks");
- CreateColumns<DVBSI::NetworkPtr>(boost::bind(&DatabaseClient::SqlMergeColumnsInserter, &mergeNetwork, _1, _2));
+ auto ncs = CreateColumns<DVBSI::NetworkPtr>(boost::bind(&DatabaseClient::SqlMergeColumnsInserter, &mergeNetwork, _1, _2));
std::vector<DVBSI::NetworkPtr> networks = { n };
- mergeNetwork.sources.insert(new ContainerIterator<std::vector<DVBSI::NetworkPtr>>(&networks));
+ mergeNetwork.sources.insert(new ContainerIterator<std::vector<DVBSI::NetworkPtr>>(&networks, ncs));
mergeNetwork.loadComplete(commonObjects);
- mergeNetwork.execute(NULL);
+ mergeNetwork.execute(this);
SqlMergeTask mergeTransports("postgres", "transportstreams");
- CreateColumns<DVBSI::NetworkTransportStreamPtr>(boost::bind(&DatabaseClient::SqlMergeColumnsInserter, &mergeTransports, _1, _2));
- mergeTransports.sources.insert(new ContainerIterator<DVBSI::NetworkTransportStreams>(&n->TransportStreams));
+ auto tscs = CreateColumns<DVBSI::NetworkTransportStreamPtr>(boost::bind(&DatabaseClient::SqlMergeColumnsInserter, &mergeTransports, _1, _2));
+ mergeTransports.sources.insert(new ContainerIterator<DVBSI::NetworkTransportStreams>(&n->TransportStreams, tscs));
mergeTransports.loadComplete(commonObjects);
- mergeTransports.execute(NULL);
+ mergeTransports.execute(this);
- SqlMergeTask mergeDvbt("postgres", "delivery_dvbt");
- CreateColumns<DVBSI::TerrestrialDeliveryPtr>(boost::bind(&DatabaseClient::SqlMergeColumnsInserter, &mergeDvbt, _1, _2));
- BOOST_FOREACH(const auto & s, n->TransportStreams) {
- if (s->Terrestrial) {
- mergeDvbt.sources.insert(new SingleIterator<DVBSI::TerrestrialDeliveryPtr>(&s->Terrestrial));
- }
- }
- mergeDvbt.loadComplete(commonObjects);
- mergeDvbt.execute(NULL);
+ mergeDelivery<DVBSI::TerrestrialDeliveryPtr, &DVBSI::NetworkTransportStream::Terrestrial>("delivery_dvbt", n);
+ mergeDelivery<DVBSI::SatelliteDeliveryPtr, &DVBSI::NetworkTransportStream::Satellite>("delivery_dvbs", n);
+ mergeDelivery<DVBSI::CableDeliveryPtr, &DVBSI::NetworkTransportStream::Cable>("delivery_dvbc", n);
SqlMergeTask mergeServices("postgres", "services");
- CreateColumns<DVBSI::NetworkService>(boost::bind(&DatabaseClient::SqlMergeColumnsInserter, &mergeServices, _1, _2));
- BOOST_FOREACH(const auto & s, n->TransportStreams) {
- mergeServices.sources.insert(new ContainerIterator<DVBSI::NetworkServiceList>(&s->Services));
+ auto scs = CreateColumns<DVBSI::NetworkService>(boost::bind(&DatabaseClient::SqlMergeColumnsInserter, &mergeServices, _1, _2));
+ for (const auto & s : n->TransportStreams) {
+ mergeServices.sources.insert(new ContainerIterator<DVBSI::NetworkServiceList>(&s->Services, scs));
}
mergeServices.loadComplete(commonObjects);
- mergeServices.execute(NULL);
+ mergeServices.execute(this);
return false;
}
private:
+ template <class Delivery, Delivery DVBSI::NetworkTransportStream::*member>
+ void mergeDelivery(const std::string & table, DVBSI::NetworkPtr n)
+ {
+ SqlMergeTask merge("postgres", table);
+ auto dcs = CreateColumns<Delivery>(boost::bind(&DatabaseClient::SqlMergeColumnsInserter, &merge, _1, _2));
+ std::vector<Delivery> dels;
+ for (const auto & s : n->TransportStreams) {
+ if (auto d = s.get()->*member) {
+ dels.push_back(d);
+ }
+ }
+ merge.sources.insert(new ContainerIterator<decltype(dels)>(&dels, dcs));
+ merge.loadComplete(commonObjects);
+ merge.execute(this);
+ }
DatabaseClient * commonObjects;
};
@@ -70,7 +78,7 @@ Maintenance::UpdateNetwork(short type, const Ice::Current & ice)
auto devs = P2PVR::DevicesPrx::checkedCast(ice.adapter->createProxy(ic->stringToIdentity("GlobalDevices")));
auto si = P2PVR::SIPrx::checkedCast(ice.adapter->createProxy(ic->stringToIdentity("SI")));
auto siparser = new SiNetworkInformationMerger(this);
- TemporarayIceAdapterObject<P2PVR::RawDataClient> parser(ice.adapter, siparser);
+ TemporaryIceAdapterObject<P2PVR::RawDataClient> parser(ice.adapter, siparser);
if (!devs) {
throw std::runtime_error("bad proxy(s)");
@@ -79,7 +87,7 @@ Maintenance::UpdateNetwork(short type, const Ice::Current & ice)
if (transport) {
P2PVR::TunerPrx tuner;
try {
- tuner = devs->GetTunerAny(type, transport);
+ tuner = devs->GetTunerAny(transport);
tuner->SendNetworkInformation(parser);
devs->ReleaseTuner(tuner);
return;
diff --git a/p2pvr/daemon/maintenance/services.cpp b/p2pvr/daemon/maintenance/services.cpp
index 55409c2..e5edbc5 100644
--- a/p2pvr/daemon/maintenance/services.cpp
+++ b/p2pvr/daemon/maintenance/services.cpp
@@ -4,19 +4,18 @@
#include <sqlMergeTask.h>
#include <Ice/Communicator.h>
#include <p2Helpers.h>
-#include <dvbsiHelpers.h>
#include <containerIterator.h>
-#include <singleIterator.h>
#include <temporaryIceAdapterObject.h>
+#include <privateExecContext.h>
-class SiServicesMerger : public SiServicesParser {
+class SiServicesMerger : public SiServicesParser, public PrivateExecContext {
public:
SiServicesMerger(DatabaseClient * co) : commonObjects(co) { }
bool HandleTable(DVBSI::TransportStreamPtr ts)
{
Logger()->messagebf(LOG_DEBUG, "Transport Stream Id: %d Original Network Id: %s", ts->TransportStreamId, ts->OriginalNetworkId);
- BOOST_FOREACH(const auto & s, ts->Services) {
+ for (const auto & s : ts->Services) {
Logger()->messagebf(LOG_DEBUG, "\tService Id: %d Name: %s Type: %d, Provider: %s, DefaultAuthority: %s, RunningStatus %d FreeCaMode %d",
s->ServiceId, (s->Name ? *s->Name : "?"), (s->Type ? *s->Type : -1),
(s->ProviderName ? *s->ProviderName : "?"), (s->DefaultAuthority ? *s->DefaultAuthority : "?"),
@@ -25,13 +24,13 @@ class SiServicesMerger : public SiServicesParser {
DatabaseClient::TxHelper tx(commonObjects);
SqlMergeTask mergeServices("postgres", "services");
- CreateColumns<DVBSI::ServicePtr>(boost::bind(&DatabaseClient::SqlMergeColumnsInserter, &mergeServices, _1, _2));
+ auto scs = CreateColumns<DVBSI::ServicePtr>(boost::bind(&DatabaseClient::SqlMergeColumnsInserter, &mergeServices, _1, _2));
// Don't change the list of services available from the network
mergeServices.doDelete = VariableType(false);
mergeServices.doInsert = VariableType(false);
- mergeServices.sources.insert(new ContainerIterator<DVBSI::ServiceList>(&ts->Services));
+ mergeServices.sources.insert(new ContainerIterator<DVBSI::ServiceList>(&ts->Services, scs));
mergeServices.loadComplete(commonObjects);
- mergeServices.execute(NULL);
+ mergeServices.execute(this);
return false;
}
@@ -40,7 +39,7 @@ class SiServicesMerger : public SiServicesParser {
};
void
-Maintenance::UpdateServices(short type, const Ice::Current & ice)
+Maintenance::UpdateServices(const Ice::Current & ice)
{
auto ic = ice.adapter->getCommunicator();
auto devs = P2PVR::DevicesPrx::checkedCast(ice.adapter->createProxy(ic->stringToIdentity("GlobalDevices")));
@@ -51,7 +50,7 @@ Maintenance::UpdateServices(short type, const Ice::Current & ice)
}
auto siparser = new SiServicesMerger(this);
- TemporarayIceAdapterObject<P2PVR::RawDataClient> parser(ice.adapter, siparser);
+ TemporaryIceAdapterObject<P2PVR::RawDataClient> parser(ice.adapter, siparser);
auto delivery = si->GetDeliveryForSi();
if (!delivery) {
@@ -59,7 +58,7 @@ Maintenance::UpdateServices(short type, const Ice::Current & ice)
}
Logger()->messagebf(LOG_DEBUG, "%s: Getting a tuner", __PRETTY_FUNCTION__);
- auto tuner = devs->GetTunerAny(type, delivery);
+ auto tuner = devs->GetTunerAny(delivery);
Logger()->messagebf(LOG_DEBUG, "%s: Fetching service list", __PRETTY_FUNCTION__);
tuner->SendServiceDescriptions(parser);
Logger()->messagebf(LOG_INFO, "%s: Updated service list", __PRETTY_FUNCTION__);
diff --git a/p2pvr/daemon/muxedFileSink.cpp b/p2pvr/daemon/muxedFileSink.cpp
index 4245873..3008aa7 100644
--- a/p2pvr/daemon/muxedFileSink.cpp
+++ b/p2pvr/daemon/muxedFileSink.cpp
@@ -14,7 +14,7 @@ MuxedFileSink::MuxedFileSink(const boost::filesystem::path & t, const std::strin
{
std::vector<std::string> params;
boost::algorithm::split(params, cmd, isspace, boost::algorithm::token_compress_on);
- BOOST_FOREACH(auto & c, params) {
+ for (auto & c : params) {
if (c == "${TARGET}") {
c = t.string();
}
@@ -116,7 +116,7 @@ MuxedFileSink::ReadMuxer(int waitTime) const
buf.resize(len);
std::vector<std::string> lines;
boost::algorithm::split(lines, buf, boost::algorithm::is_any_of("\r\n\f"), boost::algorithm::token_compress_on);
- BOOST_FOREACH(const auto & line, lines) {
+ for (const auto & line : lines) {
if (line.empty()) continue;
Logger()->messagebf(LOG_INFO, "Muxer::%p > %s", this, line);
}
diff --git a/p2pvr/daemon/objectRowState.cpp b/p2pvr/daemon/objectRowState.cpp
new file mode 100644
index 0000000..89e5ac8
--- /dev/null
+++ b/p2pvr/daemon/objectRowState.cpp
@@ -0,0 +1,89 @@
+#include "objectRowState.h"
+#include <logger.h>
+
+const std::string md_mergeKey("merge:key");
+const std::string md_mergeOmit("merge:omit");
+
+bool
+mdHasFlag(const std::list<std::string> & md, const std::string & flag)
+{
+ return std::find(md.begin(), md.end(), flag) != md.end();
+}
+
+SelectedColumns
+CreateColumns(Slicer::ModelPartPtr mp, const ColumnCreator & cc)
+{
+ SelectedColumns cols;
+ mp->OnEachChild([cc,&cols](const std::string & name, Slicer::ModelPartPtr, Slicer::HookCommonPtr h) {
+ auto & md = h->GetMetadata();
+ auto omitted = mdHasFlag(md, md_mergeOmit);
+ cols.push_back(!omitted);
+ if (omitted) return;
+ cc(name, mdHasFlag(md, md_mergeKey));
+ });
+ return cols;
+}
+
+class SqlTarget : public Slicer::ValueTarget,
+ public Slicer::TValueTarget<boost::posix_time::time_duration>,
+ public Slicer::TValueTarget<boost::posix_time::ptime> {
+ public:
+ SqlTarget(VariableType & v) : vt(v) {}
+
+#define BIND(Type) \
+ virtual void get(const Type & t) const override { vt = t; }
+ BIND(bool);
+ BIND(::Ice::Byte);
+ BIND(::Ice::Short);
+ BIND(::Ice::Int);
+ BIND(::Ice::Long);
+ BIND(::Ice::Float);
+ BIND(::Ice::Double);
+ BIND(::std::string);
+ BIND(boost::posix_time::ptime);
+ BIND(boost::posix_time::time_duration);
+
+ private:
+ VariableType & vt;
+};
+typedef IceUtil::Handle<SqlTarget> SqlTargetPtr;
+
+void
+BindColumns(Slicer::ModelPartPtr mp, const SelectedColumns & sc, RowState & rs)
+{
+ unsigned int field = 0;
+ mp->OnEachChild([&rs,&field,&sc](const std::string &, Slicer::ModelPartPtr mp, Slicer::HookCommonPtr) {
+ if (!sc[field]) return;
+ if (mp && mp->HasValue()) {
+ SqlTargetPtr st = new SqlTarget(rs.fields[field++]);
+ mp->GetValue(st);
+ }
+ else {
+ rs.fields[field++] = Null();
+ }
+ });
+}
+
+ObjectRowState::ObjectRowState(const ColumnSpecifier & cs) :
+ columns(ColumnCreatorHelper(cs))
+{
+ fields.resize(columns.size());
+}
+
+const Columns &
+ObjectRowState::getColumns() const
+{
+ return columns;
+}
+
+Columns
+ObjectRowState::ColumnCreatorHelper(const ColumnSpecifier & cs)
+{
+ int index = 0;
+ Columns columns;
+ cs([&columns, &index](const std::string & name, bool) {
+ columns.insert(new Column(index++, name));
+ });
+ return columns;
+}
+
diff --git a/p2pvr/daemon/objectRowState.h b/p2pvr/daemon/objectRowState.h
new file mode 100644
index 0000000..3e3fd2f
--- /dev/null
+++ b/p2pvr/daemon/objectRowState.h
@@ -0,0 +1,48 @@
+#ifndef OBJECT_ROW_STATE_H
+#define OBJECT_ROW_STATE_H
+
+#include <boost/function.hpp>
+#include <string>
+#include <rowSet.h>
+#include <slicer/modelParts.h>
+
+typedef boost::function<void(const std::string &, bool)> ColumnCreator;
+typedef boost::function<void(const ColumnCreator &)> ColumnSpecifier;
+typedef std::vector<bool> SelectedColumns;
+
+void BindColumns(Slicer::ModelPartPtr, const SelectedColumns &, RowState &);
+
+template <typename V>
+void BindColumns(RowState & rs, const SelectedColumns & sc, const V & v)
+{
+ BindColumns(Slicer::ModelPartFor(const_cast<V &>(v)), sc, rs);
+}
+
+SelectedColumns CreateColumns(Slicer::ModelPartPtr, const ColumnCreator &);
+
+template <typename V>
+SelectedColumns CreateColumns(const ColumnCreator & cc)
+{
+ V v;
+ return CreateColumns(Slicer::ModelPartFor(v), cc);
+}
+
+class ObjectRowState : public RowState {
+ public:
+ ObjectRowState(const ColumnSpecifier & cs);
+ const Columns & getColumns() const;
+
+ private:
+ static Columns ColumnCreatorHelper(const ColumnSpecifier & cs);
+
+ Columns columns;
+};
+
+template <typename T>
+class ObjectRowStateTmpl : public ObjectRowState {
+ public:
+ ObjectRowStateTmpl(const ColumnSpecifier & cs = CreateColumns<T>) : ObjectRowState(cs) {}
+};
+
+#endif
+
diff --git a/p2pvr/daemon/p2pvr-int.ice b/p2pvr/daemon/p2pvr-int.ice
new file mode 100644
index 0000000..1dfaf17
--- /dev/null
+++ b/p2pvr/daemon/p2pvr-int.ice
@@ -0,0 +1,16 @@
+#include <common.ice>
+
+module P2PVR {
+ class ScheduleCandidate {
+ string What;
+ int EventUid;
+ int TransportStreamId;
+ Common::DateTime StartTime;
+ Common::DateTime StopTime;
+ int Priority;
+ int ScheduleId;
+ };
+ sequence<ScheduleCandidate> ScheduleCandidates;
+
+};
+
diff --git a/p2pvr/daemon/pch.hpp b/p2pvr/daemon/pch.hpp
index bf16cef..deec57c 100644
--- a/p2pvr/daemon/pch.hpp
+++ b/p2pvr/daemon/pch.hpp
@@ -5,7 +5,6 @@
#include <Ice/Ice.h>
#include <glibmm.h>
#include <boost/bind.hpp>
-#include <boost/foreach.hpp>
#include <boost/function.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/shared_ptr.hpp>
@@ -18,6 +17,7 @@
#include <variableType.h>
#include <rdbmsDataSource.h>
+#include <p2pvr.h>
#endif
#endif
diff --git a/p2pvr/daemon/privateExecContext.cpp b/p2pvr/daemon/privateExecContext.cpp
new file mode 100644
index 0000000..47c5773
--- /dev/null
+++ b/p2pvr/daemon/privateExecContext.cpp
@@ -0,0 +1,14 @@
+#include "privateExecContext.h"
+
+VariableType
+PrivateExecContext::getParameter(const VariableType &) const
+{
+ throw NotSupported(__PRETTY_FUNCTION__);
+}
+
+SessionPtr
+PrivateExecContext::getSession() const
+{
+ throw NotSupported(__PRETTY_FUNCTION__);
+}
+
diff --git a/p2pvr/daemon/privateExecContext.h b/p2pvr/daemon/privateExecContext.h
new file mode 100644
index 0000000..1d336b0
--- /dev/null
+++ b/p2pvr/daemon/privateExecContext.h
@@ -0,0 +1,13 @@
+#ifndef PRIVATEEXECCONTENT_H
+#define PRIVATEEXECCONTENT_H
+
+#include <execContext.h>
+
+class PrivateExecContext : public ExecContext {
+ public:
+ VariableType getParameter(const VariableType & key) const;
+ SessionPtr getSession() const;
+};
+
+#endif
+
diff --git a/p2pvr/daemon/recorder.cpp b/p2pvr/daemon/recorder.cpp
index 6cd0b5f..3c97fc6 100644
--- a/p2pvr/daemon/recorder.cpp
+++ b/p2pvr/daemon/recorder.cpp
@@ -8,6 +8,8 @@
#include "serviceStreamer.h"
#include "storage.h"
#include "muxer.h"
+#include <boost/uuid/uuid_generators.hpp>
+#include <boost/uuid/uuid_io.hpp>
std::string Recorder::extension;
std::string Recorder::muxerCommand;
@@ -31,21 +33,21 @@ void
Recorder::RefreshSchedules(const Ice::Current &)
{
std::lock_guard<std::mutex> g(lock);
- BOOST_FOREACH(auto & t, pendingRecordings) {
+ for (auto & t : pendingRecordings) {
timer->cancel(t);
}
pendingRecordings.clear();
auto schedules = P2PVR::SchedulesPrx::checkedCast(adapter->createProxy(adapter->getCommunicator()->stringToIdentity("Schedules")));
auto si = P2PVR::SIPrx::checkedCast(adapter->createProxy(adapter->getCommunicator()->stringToIdentity("SI")));
- BOOST_FOREACH(const auto & s, schedules->GetScheduledToRecord()) {
+ for (const auto & s : schedules->GetScheduledToRecord()) {
if (std::find_if(currentRecordings.begin(), currentRecordings.end(), [&s](const CurrentPtr & c) {
- return s->ScheduleId == c->schedule->ScheduleId && s->ServiceId == c->event->ServiceId && s->EventId == c->event->EventId;;
+ return s->ScheduleId == c->schedule->ScheduleId && s->EventUid == c->event->EventUid;
}) != currentRecordings.end()) {
continue;
}
auto schedule = schedules->GetSchedule(s->ScheduleId);
- auto service = si->GetService(s->ServiceId);
- auto event = si->GetEvent(s->ServiceId, s->EventId);
+ auto event = si->GetEvents({ s->EventUid }).front();
+ auto service = si->GetService(event->ServiceId);
auto startIn = std::max<time_t>((*event->StartTime - *schedule->Early - boost::posix_time::second_clock::universal_time()).total_seconds(), 0);
IceUtil::TimerTaskPtr startTimer = new BindTimerTask(boost::bind(&Recorder::StartRecording, this, schedule, service, event));
@@ -56,13 +58,13 @@ Recorder::RefreshSchedules(const Ice::Current &)
}
void
-Recorder::StartRecording(P2PVR::SchedulePtr schedule, DVBSI::ServicePtr service, DVBSI::EventPtr event)
+Recorder::StartRecording(P2PVR::SchedulePtr schedule, DVBSI::ServicePtr service, P2PVR::EventPtr event)
{
std::lock_guard<std::mutex> g(lock);
auto storage = P2PVR::StoragePrx::checkedCast(adapter->createProxy(adapter->getCommunicator()->stringToIdentity("Storage")));
auto recordings = P2PVR::RecordingsPrx::checkedCast(adapter->createProxy(adapter->getCommunicator()->stringToIdentity("Recordings")));
- auto id = storage->CreateForEventRecording(extension, schedule, service, event);
+ auto id = boost::lexical_cast<std::string>(boost::uuids::random_generator()());
auto store = storage->OpenForWrite(id);
ScopeObject _store(NULL, NULL, [this,&store,&storage,&id]() { storage->Close(store); storage->Delete(id); });
auto target = store;
@@ -79,8 +81,7 @@ Recorder::StartRecording(P2PVR::SchedulePtr schedule, DVBSI::ServicePtr service,
event->Title, event->StartTime, event->StopTime,
service->Name ? *service->Name : "<no name>", service->ServiceId);
- recordings->NewRecording(new P2PVR::Recording(0, storage->ice_toString(), id, schedule->ScheduleId, event->Title, event->Subtitle,
- event->Description, event->StartTime, *(*event->StopTime - *event->StartTime)));
+ recordings->NewRecording(new P2PVR::Recording(0, storage->ice_toString(), id, schedule->ScheduleId, event->EventUid));
auto newCurrent = CurrentPtr(new Current({muxer, store, ss, schedule, service, event, IceUtil::TimerTaskPtr()}));
currentRecordings.insert(newCurrent);
diff --git a/p2pvr/daemon/recorder.h b/p2pvr/daemon/recorder.h
index 78c604b..bef331b 100644
--- a/p2pvr/daemon/recorder.h
+++ b/p2pvr/daemon/recorder.h
@@ -19,7 +19,7 @@ class Recorder : public P2PVR::Recorder {
ServiceStreamerPtr stream;
P2PVR::SchedulePtr schedule;
DVBSI::ServicePtr service;
- DVBSI::EventPtr event;
+ P2PVR::EventPtr event;
IceUtil::TimerTaskPtr stopTimer;
};
typedef boost::shared_ptr<Current> CurrentPtr;
@@ -32,8 +32,7 @@ class Recorder : public P2PVR::Recorder {
INITOPTIONS;
private:
- void StartRecordings();
- void StartRecording(P2PVR::SchedulePtr schedule, DVBSI::ServicePtr service, DVBSI::EventPtr event);
+ void StartRecording(P2PVR::SchedulePtr schedule, DVBSI::ServicePtr service, P2PVR::EventPtr event);
void StopRecording(CurrentPtr);
Ice::ObjectAdapterPtr adapter;
diff --git a/p2pvr/daemon/recordings.cpp b/p2pvr/daemon/recordings.cpp
index 73cf77d..9b79d60 100644
--- a/p2pvr/daemon/recordings.cpp
+++ b/p2pvr/daemon/recordings.cpp
@@ -3,7 +3,8 @@
#include "resources.h"
#include <Ice/Ice.h>
#include <logger.h>
-#include "sqlContainerCreator.h"
+#include <slicer/slicer.h>
+#include "sqlSelectDeserializer.h"
ResourceString(Recording_Insert, sql_Recordings_insert);
ResourceString(Recording_InsertNewId, sql_Recordings_insertNewId);
@@ -11,43 +12,12 @@ ResourceString(Recording_Delete, sql_Recordings_delete);
ResourceString(Recording_GetStorage, sql_Recordings_getStorage);
ResourceString(Recording_GetAll, sql_Recordings_getAll);
-template<>
-void
-CreateColumns<P2PVR::RecordingPtr>(const ColumnCreator & cc)
-{
- cc("recordingid", true);
- cc("storageaddress", false);
- cc("guid", false);
- cc("scheduleid", false);
- cc("title", false);
- cc("subtitle", false);
- cc("description", false);
- cc("starttime", false);
- cc("duration", false);
-}
-
-template<>
-void
-UnbindColumns(RowState & rs, const P2PVR::RecordingPtr & r)
-{
- rs.fields[0] >> r->RecordingId;
- rs.fields[1] >> r->StorageAddress;
- rs.fields[2] >> r->Guid;
- rs.fields[3] >> r->ScheduleId;
- rs.fields[4] >> r->Title;
- rs.fields[5] >> r->Subtitle;
- rs.fields[6] >> r->Description;
- rs.fields[7] >> r->StartTime;
- rs.fields[8] >> r->Duration;
-}
-
int
Recordings::NewRecording(const P2PVR::RecordingPtr & r, const Ice::Current &)
{
Logger()->messagebf(LOG_INFO, "%s: Creating new recording %s at %s", __PRETTY_FUNCTION__, r->Guid, r->StorageAddress);
TxHelper tx(this);
- auto insert = Modify(Recording_Insert,
- r->StorageAddress, r->Guid, r->ScheduleId, r->Title, r->Subtitle, r->Description, r->StartTime, r->Duration);
+ auto insert = Modify(Recording_Insert, r->StorageAddress, r->Guid, r->ScheduleId, r->EventUid);
insert.second->execute();
r->RecordingId = SelectScalar<int>(Recording_InsertNewId);
Logger()->messagebf(LOG_INFO, "%s: Created recording Id: %d", __PRETTY_FUNCTION__, r->RecordingId);
@@ -65,8 +35,10 @@ Recordings::DeleteRecording(int id, const Ice::Current & ice)
std::string addr = recordingStorages.second / "storageaddress";
std::string guid = recordingStorages.second / "guid";
auto storage = P2PVR::StoragePrx::checkedCast(ic->stringToProxy(addr));
- storage->Delete(guid);
- Logger()->messagebf(LOG_DEBUG, "%s: Delete %s from StorageAddress %s", __PRETTY_FUNCTION__, guid, addr);
+ if (storage) {
+ storage->Delete(guid);
+ Logger()->messagebf(LOG_DEBUG, "%s: Delete %s from StorageAddress %s", __PRETTY_FUNCTION__, guid, addr);
+ }
}
Modify(Recording_Delete, id).second->execute();
}
@@ -74,9 +46,8 @@ Recordings::DeleteRecording(int id, const Ice::Current & ice)
P2PVR::RecordingList
Recordings::GetRecordings(const Ice::Current &)
{
- P2PVR::RecordingList rtn;
- SqlContainerCreator<P2PVR::RecordingList, P2PVR::Recording> cc(rtn);
- cc.populate(Select(Recording_GetAll).second);
- return rtn;
+ Logger()->message(LOG_DEBUG, __PRETTY_FUNCTION__);
+ return Slicer::DeserializeAny<SqlSelectDeserializer, P2PVR::RecordingList>(
+ *Select(Recording_GetAll).second);
}
diff --git a/p2pvr/lib/resources.h b/p2pvr/daemon/resources.h
index 18b1de2..18b1de2 100644
--- a/p2pvr/lib/resources.h
+++ b/p2pvr/daemon/resources.h
diff --git a/p2pvr/daemon/schedulers/bitDumbScheduler.cpp b/p2pvr/daemon/schedulers/bitDumbScheduler.cpp
index f3cf5fb..eb40431 100644
--- a/p2pvr/daemon/schedulers/bitDumbScheduler.cpp
+++ b/p2pvr/daemon/schedulers/bitDumbScheduler.cpp
@@ -22,7 +22,7 @@ class TheBitDumbScheduler : public EpisodeGroup {
if (complexityLevel > 2 << 16) {
auto current = showings.size();
for (EpisodesIter ne = e; ne != episodes.end(); ne++) {
- BOOST_FOREACH(const auto & s, (*ne)->showings) {
+ for (const auto & s : (*ne)->showings) {
showings.push_back(s);
if (SuggestWithFeedback(showings) & 0x1) {
break;
@@ -35,7 +35,7 @@ class TheBitDumbScheduler : public EpisodeGroup {
else {
EpisodesIter ne = e;
ne++;
- BOOST_FOREACH(const auto & s, (*e)->showings) {
+ for (const auto & s : (*e)->showings) {
showings.push_back(s);
SelectShowings(ne, complexityLevel);
showings.pop_back();
diff --git a/p2pvr/daemon/schedules.cpp b/p2pvr/daemon/schedules.cpp
index dab3917..5e3881d 100644
--- a/p2pvr/daemon/schedules.cpp
+++ b/p2pvr/daemon/schedules.cpp
@@ -1,18 +1,22 @@
#include <pch.hpp>
#include "schedules.h"
-#include "sqlContainerCreator.h"
#include <rdbmsDataSource.h>
#include <logger.h>
#include <Ice/Ice.h>
#include <sqlVariableBinder.h>
#include <sqlMergeTask.h>
#include "p2Helpers.h"
+#include "commonHelpers.h"
#include "containerIterator.h"
#include "resources.h"
-#include <boost/date_time/posix_time/posix_time.hpp>
+#include <boost/date_time/posix_time/posix_time.hpp>
#include <instanceStore.impl.h>
+#include "sqlSelectDeserializer.h"
+#include <slicer/slicer.h>
+#include <p2pvr-int.h>
+#include <privateExecContext.h>
-ResourceString(Schedules_GetCandidates, sql_Schedules_GetCandidates);
+ResourceString(Schedules_getCandidates, sql_Schedules_getCandidates);
ResourceString(Schedules_insert, sql_Schedules_insert);
ResourceString(Schedules_insertNewId, sql_Schedules_insertNewId);
ResourceString(Schedules_update, sql_Schedules_update);
@@ -28,145 +32,9 @@ DECLARE_OPTIONS(Schedules, "P2PVR Scheduler options")
"Implementation of episode group scheduler problem solver")
END_OPTIONS()
-class ScheduleCandidate {
- public:
- std::string What;
- int ServiceId;
- int EventId;
- int TransportStreamId;
- datetime StartTime;
- datetime StopTime;
- int Priority;
- int ScheduleId;
-};
-typedef boost::shared_ptr<ScheduleCandidate> ScheduleCandidatePtr;
-typedef std::vector<ScheduleCandidatePtr> ScheduleCandidates;
-
-enum RecordStatuses {
- Record_WillRecordThisShowing = 0,
- Record_WillRecordOtherShowing = 1,
- Record_CannotRecordAnyShowing = 2
-};
-
-class Record {
- public:
- Record() { };
- Record(int s, int e, RecordStatuses rs, int sc) :
- ServiceId(s),
- EventId(e),
- RecordStatus(rs),
- ScheduleId(sc)
- {
- }
-
- int ServiceId;
- int EventId;
- RecordStatuses RecordStatus;
- int ScheduleId;
-};
-typedef boost::shared_ptr<Record> RecordPtr;
-typedef std::vector<RecordPtr> Records;
-
-template<>
-void
-CreateColumns<P2PVR::ScheduledToRecordPtr>(const ColumnCreator & cc)
-{
- cc("serviceid", true);
- cc("eventid", true);
- cc("scheduleid", true);
-}
-
-template<>
-void
-UnbindColumns(RowState & rs, P2PVR::ScheduledToRecordPtr const & s)
-{
- rs.fields[0] >> s->ServiceId;
- rs.fields[1] >> s->EventId;
- rs.fields[2] >> s->ScheduleId;
-}
-
-template<>
-void
-CreateColumns<ScheduleCandidatePtr>(const ColumnCreator & cc)
-{
- cc("what", true);
- cc("serviceid", false);
- cc("eventid", false);
- cc("transportstreamid", false);
- cc("starttime", false);
- cc("stoptime", false);
- cc("priority", false);
- cc("scheduleid", false);
-}
-
-template<>
-void
-UnbindColumns(RowState & rs, ScheduleCandidatePtr const & s)
-{
- rs.fields[0] >> s->What;
- rs.fields[1] >> s->ServiceId;
- rs.fields[2] >> s->EventId;
- rs.fields[3] >> s->TransportStreamId;
- rs.fields[4] >> s->StartTime;
- rs.fields[5] >> s->StopTime;
- rs.fields[6] >> s->Priority;
- rs.fields[7] >> s->ScheduleId;
-}
-
-template<>
-void
-CreateColumns<P2PVR::SchedulePtr>(const ColumnCreator & cc)
-{
- cc("scheduleid", true);
- cc("serviceid", false);
- cc("eventid", false);
- cc("title", false);
- cc("search", false);
- cc("priority", false);
- cc("early", false);
- cc("late", false);
- cc("repeats", false);
-}
-
-template<>
-void
-UnbindColumns(RowState & rs, P2PVR::SchedulePtr const & s)
-{
- rs.fields[0] >> s->ScheduleId;
- rs.fields[1] >> s->ServiceId;
- rs.fields[2] >> s->EventId;
- rs.fields[3] >> s->Title;
- rs.fields[4] >> s->Search;
- rs.fields[5] >> s->Priority;
- rs.fields[6] >> s->Early;
- rs.fields[7] >> s->Late;
- rs.fields[8] >> s->Repeats;
-}
-
-template<>
-void
-CreateColumns<RecordPtr>(const ColumnCreator & cc)
-{
- cc("serviceid", true);
- cc("eventid", true);
- cc("recordstatus", false);
- cc("scheduleid", false);
-}
-
-template<>
-void
-BindColumns(RowState & rs, RecordPtr const & s)
-{
- rs.fields[0] << s->ServiceId;
- rs.fields[1] << s->EventId;
- rs.fields[2] << (int)s->RecordStatus;
- rs.fields[3] << s->ScheduleId;
-}
-
-Showing::Showing(unsigned int s, unsigned int e, unsigned int t, unsigned int sc, datetime start, datetime stop, int p, const Episode * ep) :
+Showing::Showing(unsigned int e, unsigned int t, unsigned int sc, datetime start, datetime stop, int p, const Episode * ep) :
episode(ep),
- serviceId(s),
- eventId(e),
+ eventUid(e),
priority(p),
scheduleId(sc),
transportStreamId(t),
@@ -202,14 +70,14 @@ EpisodeGroup::IsShowingListValid(const Showings & showings) const
Periods periods;
Usage usage;
- BOOST_FOREACH(const auto & s, showings) {
+ for (const auto & s : showings) {
if (s) {
periods.insert(Periods::value_type(s->startTime, {s->transportStreamId, 1}));
periods.insert(Periods::value_type(s->stopTime, {s->transportStreamId, -1}));
}
}
bool result = true;
- BOOST_FOREACH(const auto & p, periods) {
+ for (const auto & p : periods) {
auto & u = usage[p.second.trans];
u += p.second.offset;
if (std::count_if(usage.begin(), usage.end(), [](const Usage::value_type & uv) { return uv.second > 0;}) > tuners) {
@@ -301,9 +169,9 @@ Schedules::GetEpisodeIntersects(Episodes & all, Episodes & grouped)
{
for (Episodes::iterator aei = all.begin(); aei != all.end(); aei++) {
const auto & ae = *aei;
- BOOST_FOREACH(const auto & ge, grouped) {
- BOOST_FOREACH(const auto & gs, ge->showings) {
- BOOST_FOREACH(const auto & as, ae->showings) {
+ for (const auto & ge : grouped) {
+ for (const auto & gs : ge->showings) {
+ for (const auto & as : ae->showings) {
if (gs->period.intersects(as->period)) {
Logger()->messagebf(LOG_DEBUG, " added %s", ae->what);
grouped.push_back(ae);
@@ -325,36 +193,35 @@ Schedules::DoReschedule(const Ice::Current & ice)
unsigned int tunerCount = devs->TunerCount();
// Load list from database
- ScheduleCandidates episodes;
- SqlContainerCreator<ScheduleCandidates, ScheduleCandidate, ScheduleCandidatePtr> cct(episodes);
- cct.populate(Select(Schedules_GetCandidates).second);
+ auto episodes = Slicer::DeserializeAny<SqlSelectDeserializer, P2PVR::ScheduleCandidates>(
+ *Select(Schedules_getCandidates).second);
Episodes scheduleList;
Showings allShowings;
EpisodePtr cur;
int minPriority = 0;
- BOOST_FOREACH(const auto & c, episodes) {
+ for (const auto & c : episodes) {
if (!cur || cur->what != c->What) {
cur = new Episode(c->What);
scheduleList.push_back(cur);
}
- ShowingPtr s = new Showing(c->ServiceId, c->EventId, c->TransportStreamId, c->ScheduleId,
- c->StartTime, c->StopTime, c->Priority, cur.get());
+ ShowingPtr s = new Showing(c->EventUid, c->TransportStreamId, c->ScheduleId,
+ *c->StartTime, *c->StopTime, c->Priority, cur.get());
minPriority = std::min(minPriority, s->priority);
cur->showings.push_back(s);
allShowings.push_back(s);
}
Logger()->messagebf(LOG_DEBUG, "%d episodes created, %s showings", scheduleList.size(), allShowings.size());
- BOOST_FOREACH(const auto & e, scheduleList) {
+ for (const auto & e : scheduleList) {
Logger()->messagebf(LOG_DEBUG, " %s", e->what);
- BOOST_FOREACH(const auto & s, e->showings) {
+ for (const auto & s : e->showings) {
s->priority += 1 - minPriority;
e->priority += s->priority;
}
e->priority /= e->showings.size();
}
- Records records;
+ P2PVR::ScheduledToRecordList records;
// Solve
while (!scheduleList.empty()) {
auto work = scheduleList.begin();
@@ -372,7 +239,7 @@ Schedules::DoReschedule(const Ice::Current & ice)
Logger()->messagebf(LOG_DEBUG, "group created with %d episodes", group.size());
double total = 1;
// Measure and add the optional to not record
- BOOST_FOREACH(const auto & e, group) {
+ for (const auto & e : group) {
Logger()->messagebf(LOG_DEBUG, " %d * %d:%s", e->showings.size(), e->priority, e->what);
e->showings.push_back(NULL);
total *= e->showings.size();
@@ -382,13 +249,13 @@ Schedules::DoReschedule(const Ice::Current & ice)
EpisodeGroupPtr sched = EpisodeGroupPtr(EpisodeGroupLoader::createNew(SchedulerAlgorithm, group));
sched->tuners = tunerCount;
std::set<ShowingPtr> selected;
- BOOST_FOREACH(const auto & s, sched->Solve()) {
+ for (const auto & s : sched->Solve()) {
if (s) selected.insert(s);
}
- BOOST_FOREACH(const auto & c, group) {
+ for (const auto & c : group) {
Logger()->messagebf(LOG_DEBUG, "Episode %s, %d options", c->what, c->showings.size());
- BOOST_FOREACH(const auto & i, c->showings) {
+ for (const auto & i : c->showings) {
if (selected.find(i) != selected.end()) {
Logger()->messagebf(LOG_DEBUG, " %s - %s (%d) <-", i->startTime, i->stopTime, i->transportStreamId);
}
@@ -398,31 +265,32 @@ Schedules::DoReschedule(const Ice::Current & ice)
}
}
Logger()->message(LOG_DEBUG, "----------");
- BOOST_FOREACH(const auto & c, group) {
+ for (const auto & c : group) {
bool found = false;
- BOOST_FOREACH(const auto & i, c->showings) {
+ for (const auto & i : c->showings) {
if (i && selected.find(i) != selected.end()) {
found = true;
break;
}
}
- BOOST_FOREACH(const auto & i, c->showings) {
+ for (const auto & i : c->showings) {
if (i) {
- records.push_back(RecordPtr(new Record(i->serviceId, i->eventId,
+ records.push_back(new P2PVR::ScheduledToRecord(i->eventUid,
found ?
- selected.find(i) != selected.end() ? Record_WillRecordThisShowing : Record_WillRecordOtherShowing :
- Record_CannotRecordAnyShowing, i->scheduleId)));
+ selected.find(i) != selected.end() ? P2PVR::WillRecordThisShowing : P2PVR::WillRecordOtherShowing :
+ P2PVR::CannotRecordAnyShowing, i->scheduleId));
}
}
}
}
TxHelper tx(this);
+ PrivateExecContext ec;
SqlMergeTask mergeRecords("postgres", "record");
- CreateColumns<RecordPtr>(boost::bind(&DatabaseClient::SqlMergeColumnsInserter, &mergeRecords, _1, _2));
- mergeRecords.sources.insert(new ContainerIterator<Records>(&records));
+ auto rcs = CreateColumns<P2PVR::ScheduledToRecordPtr>(boost::bind(&DatabaseClient::SqlMergeColumnsInserter, &mergeRecords, _1, _2));
+ mergeRecords.sources.insert(new ContainerIterator<P2PVR::ScheduledToRecordList>(&records, rcs));
mergeRecords.loadComplete(this);
- mergeRecords.execute(NULL);
+ mergeRecords.execute(&ec);
tx.Commit();
auto recorder = P2PVR::RecorderPrx::checkedCast(ice.adapter->createProxy(ice.adapter->getCommunicator()->stringToIdentity("Recorder")));
@@ -440,18 +308,17 @@ Schedules::DeleteSchedule(int id, const Ice::Current & ice)
P2PVR::ScheduleList
Schedules::GetSchedules(const Ice::Current &)
{
- P2PVR::ScheduleList schedules;
- SqlContainerCreator<P2PVR::ScheduleList, P2PVR::Schedule> cct(schedules);
- cct.populate(Select(Schedules_selectAll).second);
- return schedules;
+ Logger()->message(LOG_DEBUG, __PRETTY_FUNCTION__);
+ return Slicer::DeserializeAny<SqlSelectDeserializer, P2PVR::ScheduleList>(
+ *Select(Schedules_selectAll).second);
}
P2PVR::SchedulePtr
Schedules::GetSchedule(int id, const Ice::Current &)
{
- P2PVR::ScheduleList schedules;
- SqlContainerCreator<P2PVR::ScheduleList, P2PVR::Schedule> cct(schedules);
- cct.populate(Select(Schedules_selectById, id).second);
+ Logger()->messagebf(LOG_DEBUG, "%s(%d)", __PRETTY_FUNCTION__, id);
+ auto schedules = Slicer::DeserializeAny<SqlSelectDeserializer, P2PVR::ScheduleList>(
+ *Select(Schedules_selectById, id).second);
if (schedules.empty()) throw P2PVR::NotFound();
return schedules.front();
}
@@ -459,10 +326,9 @@ Schedules::GetSchedule(int id, const Ice::Current &)
P2PVR::ScheduledToRecordList
Schedules::GetScheduledToRecord(const Ice::Current &)
{
- P2PVR::ScheduledToRecordList scheduled;
- SqlContainerCreator<P2PVR::ScheduledToRecordList, P2PVR::ScheduledToRecord> cct(scheduled);
- cct.populate(Select(Schedules_scheduledToRecord).second);
- return scheduled;
+ Logger()->message(LOG_DEBUG, __PRETTY_FUNCTION__);
+ return Slicer::DeserializeAny<SqlSelectDeserializer, P2PVR::ScheduledToRecordList>(
+ *Select(Schedules_scheduledToRecord).second);
}
int
@@ -470,11 +336,11 @@ Schedules::UpdateSchedule(const P2PVR::SchedulePtr & s, const Ice::Current & ice
{
TxHelper tx(this);
if (s->ScheduleId == 0) {
- Modify(Schedules_insert, s->ServiceId, s->EventId, s->Title, s->Search, s->Priority, s->Early, s->Late, s->Repeats).second->execute();
+ Modify(Schedules_insert, s->ServiceId, s->EventUid, s->Title, s->Search, s->Priority, s->Early, s->Late, s->Repeats).second->execute();
s->ScheduleId = SelectScalar<int>(Schedules_insertNewId);
}
else {
- Modify(Schedules_update, s->ServiceId, s->EventId, s->Title, s->Search, s->Priority, s->Early, s->Late, s->Repeats, s->ScheduleId).second->execute();
+ Modify(Schedules_update, s->ServiceId, s->EventUid, s->Title, s->Search, s->Priority, s->Early, s->Late, s->Repeats, s->ScheduleId).second->execute();
}
DoReschedule(ice);
return s->ScheduleId;
diff --git a/p2pvr/daemon/schedules.h b/p2pvr/daemon/schedules.h
index f7075dd..2ff9e0f 100644
--- a/p2pvr/daemon/schedules.h
+++ b/p2pvr/daemon/schedules.h
@@ -11,11 +11,10 @@ class Episode;
class Showing : public IntrusivePtrBase {
public:
- Showing(unsigned int s, unsigned int e, unsigned int t, unsigned int sc, datetime start, datetime stop, int p, const Episode * ep);
+ Showing(unsigned int e, unsigned int t, unsigned int sc, datetime start, datetime stop, int p, const Episode * ep);
// Record what?
const Episode * episode;
- const unsigned int serviceId;
- const unsigned int eventId;
+ const unsigned int eventUid;
int priority;
const unsigned int scheduleId;
// Requires
diff --git a/p2pvr/daemon/si.cpp b/p2pvr/daemon/si.cpp
index 3259888..9164a62 100644
--- a/p2pvr/daemon/si.cpp
+++ b/p2pvr/daemon/si.cpp
@@ -1,14 +1,19 @@
#include <pch.hpp>
#include "si.h"
#include "resources.h"
-#include "dvbsiHelpers.h"
-#include "sqlContainerCreator.h"
-#include <linux/dvb/frontend.h>
+#include "sqlSelectDeserializer.h"
+#include "commonHelpers.h"
+#include <slicer/slicer.h>
#include <logger.h>
+ResourceString(SI_allNetworks, sql_SI_allNetworks);
+ResourceString(SI_allDeliveries, sql_SI_allDeliveries);
+ResourceString(SI_deliveryForTransport, sql_SI_deliveryForTransport);
+ResourceString(SI_deliveryForService, sql_SI_deliveryForService);
ResourceString(SI_serviceNextUsed, sql_SI_serviceNextUsed);
ResourceString(SI_servicesSelectAll, sql_SI_servicesSelectAll);
ResourceString(SI_servicesSelectById, sql_SI_servicesSelectById);
+ResourceString(SI_eventByUid, sql_SI_eventByUid);
ResourceString(SI_eventById, sql_SI_eventById);
ResourceString(SI_eventsOnNow, sql_SI_eventsOnNow);
ResourceString(SI_eventsInSchedule, sql_SI_eventsInSchedule);
@@ -16,32 +21,20 @@ ResourceString(SI_eventsInSchedules, sql_SI_eventsInSchedules);
ResourceString(SI_eventsInRange, sql_SI_eventsInRange);
ResourceString(SI_eventSearch, sql_SI_eventSearch);
+DVBSI::Networks
+SI::GetNetworks(const Ice::Current &)
+{
+ Logger()->message(LOG_DEBUG, __PRETTY_FUNCTION__);
+ return Slicer::DeserializeAny<SqlSelectDeserializer, DVBSI::Networks>(
+ *Select(SI_allNetworks).second);
+}
+
P2PVR::Deliveries
-SI::GetAllDeliveries(short type, const Ice::Current &)
+SI::GetAllDeliveries(const Ice::Current &)
{
- Logger()->messagebf(LOG_DEBUG, "%s(type %d)", __PRETTY_FUNCTION__, type);
- P2PVR::Deliveries rtn;
- SelectPtr sel;
- switch (type) {
- case FE_OFDM:
- {
- SqlContainerCreator<P2PVR::Deliveries, DVBSI::TerrestrialDelivery> cc(rtn);
- cc.populate(Select("SELECT * FROM delivery_dvbt ORDER BY transportStreamId").second);
- break;
- }
- case FE_QAM:
- {
- SqlContainerCreator<P2PVR::Deliveries, DVBSI::CableDelivery> cc(rtn);
- cc.populate(Select("SELECT * FROM delivery_dvbc ORDER BY transportStreamId").second);
- break;
- }
- case FE_QPSK:
- {
- SqlContainerCreator<P2PVR::Deliveries, DVBSI::SatelliteDelivery> cc(rtn);
- cc.populate(Select("SELECT * FROM delivery_dvbs ORDER BY transportStreamId").second);
- break;
- }
- }
+ Logger()->message(LOG_DEBUG, __PRETTY_FUNCTION__);
+ auto rtn = Slicer::DeserializeAny<SqlSelectDeserializer, P2PVR::Deliveries>(
+ *Select(SI_allDeliveries).second, "delivery_type");
Logger()->messagebf(LOG_DEBUG, "%s: Found %d delivery methods", __PRETTY_FUNCTION__, rtn.size());
return rtn;
}
@@ -49,109 +42,122 @@ SI::GetAllDeliveries(short type, const Ice::Current &)
DVBSI::DeliveryPtr
SI::GetDeliveryForTransport(int id, const Ice::Current&)
{
- P2PVR::Deliveries rtn;
- SqlContainerCreator<P2PVR::Deliveries, DVBSI::TerrestrialDelivery> cct(rtn);
- cct.populate(Select("SELECT * FROM delivery_dvbt WHERE transportStreamId = ?", id).second);
- SqlContainerCreator<P2PVR::Deliveries, DVBSI::CableDelivery> ccc(rtn);
- ccc.populate(Select("SELECT * FROM delivery_dvbc WHERE transportStreamId = ?", id).second);
- SqlContainerCreator<P2PVR::Deliveries, DVBSI::SatelliteDelivery> ccs(rtn);
- ccs.populate(Select("SELECT * FROM delivery_dvbs WHERE transportStreamId = ?", id).second);
- return rtn.front();
+ try {
+ Logger()->messagef(LOG_DEBUG, "%s(%d)", __PRETTY_FUNCTION__, id);
+ return Slicer::DeserializeAny<SqlSelectDeserializer, DVBSI::DeliveryPtr>(
+ *Select(SI_deliveryForTransport, id).second, "delivery_type");
+ }
+ catch (const NoRowsReturned &) {
+ throw P2PVR::NotFound();
+ }
}
DVBSI::DeliveryPtr
SI::GetDeliveryForSi(const Ice::Current&)
{
- P2PVR::Deliveries rtn;
- SqlContainerCreator<P2PVR::Deliveries, DVBSI::TerrestrialDelivery> cct(rtn);
- cct.populate(Select(SI_serviceNextUsed).second);
- return rtn.front();
+ try {
+ Logger()->message(LOG_DEBUG, __PRETTY_FUNCTION__);
+ return Slicer::DeserializeAny<SqlSelectDeserializer, DVBSI::DeliveryPtr>(
+ *Select(SI_serviceNextUsed).second, "delivery_type");
+ }
+ catch (const NoRowsReturned &) {
+ return NULL;
+ }
}
DVBSI::DeliveryPtr
SI::GetDeliveryForService(int id, const Ice::Current&)
{
- P2PVR::Deliveries rtn;
- SqlContainerCreator<P2PVR::Deliveries, DVBSI::TerrestrialDelivery> cct(rtn);
- cct.populate(Select("SELECT d.* FROM services s, delivery_dvbt d WHERE serviceid = ? AND s.transportstreamid = d.transportstreamid", id).second);
- SqlContainerCreator<P2PVR::Deliveries, DVBSI::CableDelivery> ccc(rtn);
- ccc.populate(Select("SELECT d.* FROM services s, delivery_dvbc d WHERE serviceid = ? AND s.transportstreamid = d.transportstreamid", id).second);
- SqlContainerCreator<P2PVR::Deliveries, DVBSI::SatelliteDelivery> ccs(rtn);
- ccs.populate(Select("SELECT d.* FROM services s, delivery_dvbs d WHERE serviceid = ? AND s.transportstreamid = d.transportstreamid", id).second);
- return rtn.front();
+ try {
+ Logger()->messagef(LOG_DEBUG, "%s(%d)", __PRETTY_FUNCTION__, id);
+ return Slicer::DeserializeAny<SqlSelectDeserializer, DVBSI::DeliveryPtr>(
+ *Select(SI_deliveryForService, id).second, "delivery_type");
+ }
+ catch (const NoRowsReturned &) {
+ throw P2PVR::NotFound();
+ }
}
DVBSI::ServiceList
SI::GetServices(const Ice::Current&)
{
- DVBSI::ServiceList rtn;
- SqlContainerCreator<DVBSI::ServiceList, DVBSI::Service> cc(rtn);
- cc.populate(Select(SI_servicesSelectAll).second);
- return rtn;
+ Logger()->message(LOG_DEBUG, __PRETTY_FUNCTION__);
+ return Slicer::DeserializeAny<SqlSelectDeserializer, DVBSI::ServiceList>(
+ *Select(SI_servicesSelectAll).second);
}
DVBSI::ServicePtr
SI::GetService(int id, const Ice::Current&)
{
- DVBSI::ServiceList rtn;
- SqlContainerCreator<DVBSI::ServiceList, DVBSI::Service> cc(rtn);
- cc.populate(Select(SI_servicesSelectById, id).second);
+ Logger()->messagef(LOG_DEBUG, "%s(%d)", __PRETTY_FUNCTION__, id);
+ auto rtn = Slicer::DeserializeAny<SqlSelectDeserializer, DVBSI::ServiceList>(
+ *Select(SI_servicesSelectById, id).second);
if (rtn.empty()) throw P2PVR::NotFound();
return rtn.front();
}
-DVBSI::EventPtr
+P2PVR::Events
+SI::GetEvents(const P2PVR::IntSequence & eventUids, const Ice::Current &)
+{
+ Logger()->message(LOG_DEBUG, __PRETTY_FUNCTION__);
+ P2PVR::Events rtn;
+ for (const auto & uid : eventUids) {
+ auto list = Slicer::DeserializeAny<SqlSelectDeserializer, P2PVR::Events>(
+ *Select(SI_eventByUid, uid).second);
+ std::copy(list.begin(), list.end(), std::back_inserter(rtn));
+ }
+ if (rtn.size() != eventUids.size()) throw P2PVR::NotFound();
+ return rtn;
+}
+
+P2PVR::EventPtr
SI::GetEvent(int serviceId, int eventId, const Ice::Current &)
{
- DVBSI::Events rtn;
- SqlContainerCreator<DVBSI::Events, DVBSI::Event> cc(rtn);
- cc.populate(Select(SI_eventById, serviceId, eventId).second);
+ Logger()->messagef(LOG_DEBUG, "%s(s=%d, e=%d)", __PRETTY_FUNCTION__, serviceId, eventId);
+ auto rtn = Slicer::DeserializeAny<SqlSelectDeserializer, P2PVR::Events>(
+ *Select(SI_eventById, serviceId, eventId).second);
if (rtn.empty()) throw P2PVR::NotFound();
return rtn.front();
}
-DVBSI::Events
+P2PVR::Events
SI::EventsOnNow(const Ice::Current &)
{
- DVBSI::Events rtn;
- SqlContainerCreator<DVBSI::Events, DVBSI::Event> cc(rtn);
- cc.populate(Select(SI_eventsOnNow).second);
- return rtn;
+ Logger()->message(LOG_DEBUG, __PRETTY_FUNCTION__);
+ return Slicer::DeserializeAny<SqlSelectDeserializer, P2PVR::Events>(
+ *Select(SI_eventsOnNow).second);
}
-DVBSI::Events
+P2PVR::Events
SI::EventsInRange(const Common::DateTime & from, const Common::DateTime & to, const Ice::Current &)
{
- DVBSI::Events rtn;
- SqlContainerCreator<DVBSI::Events, DVBSI::Event> cc(rtn);
- cc.populate(Select(SI_eventsInRange, from, to).second);
- return rtn;
+ Logger()->messagebf(LOG_DEBUG, "%s([%s]-[%s])", from, to, __PRETTY_FUNCTION__);
+ return Slicer::DeserializeAny<SqlSelectDeserializer, P2PVR::Events>(
+ *Select(SI_eventsInRange, from, to).second);
}
-DVBSI::Events
+P2PVR::Events
SI::EventSearch(const IceUtil::Optional<std::string> & keywords, const IceUtil::Optional<Ice::Int> & serviceId, const IceUtil::Optional<Common::DateTime> & from, const IceUtil::Optional<Common::DateTime> & to, const Ice::Current &)
{
- DVBSI::Events rtn;
- SqlContainerCreator<DVBSI::Events, DVBSI::Event> cc(rtn);
- cc.populate(Select(SI_eventSearch, from, to, serviceId, serviceId, keywords, keywords, keywords, keywords).second);
- return rtn;
+ Logger()->messagebf(LOG_DEBUG, "%s(keywords=%s,serviceId=%s,from=%s,to=%s)",
+ keywords, serviceId, from, to, __PRETTY_FUNCTION__);
+ return Slicer::DeserializeAny<SqlSelectDeserializer, P2PVR::Events>(
+ *Select(SI_eventSearch, from, to, serviceId, serviceId, keywords, keywords, keywords, keywords).second);
}
-DVBSI::Events
+P2PVR::Events
SI::EventsInSchedules(const Ice::Current &)
{
- DVBSI::Events rtn;
- SqlContainerCreator<DVBSI::Events, DVBSI::Event> cc(rtn);
- cc.populate(Select(SI_eventsInSchedules).second);
- return rtn;
+ Logger()->message(LOG_DEBUG, __PRETTY_FUNCTION__);
+ return Slicer::DeserializeAny<SqlSelectDeserializer, P2PVR::Events>(
+ *Select(SI_eventsInSchedules).second);
}
-DVBSI::Events
+P2PVR::Events
SI::EventsInSchedule(int scheduleId, const Ice::Current &)
{
- DVBSI::Events rtn;
- SqlContainerCreator<DVBSI::Events, DVBSI::Event> cc(rtn);
- cc.populate(Select(SI_eventsInSchedule, scheduleId).second);
- return rtn;
+ Logger()->messagebf(LOG_DEBUG, "%s(%d)", scheduleId, __PRETTY_FUNCTION__);
+ return Slicer::DeserializeAny<SqlSelectDeserializer, P2PVR::Events>(
+ *Select(SI_eventsInSchedule, scheduleId).second);
}
diff --git a/p2pvr/daemon/si.h b/p2pvr/daemon/si.h
index dd48d77..c57a018 100644
--- a/p2pvr/daemon/si.h
+++ b/p2pvr/daemon/si.h
@@ -6,7 +6,8 @@
class SI : public P2PVR::SI, public DatabaseClient {
public:
- P2PVR::Deliveries GetAllDeliveries(short type, const Ice::Current &);
+ DVBSI::Networks GetNetworks(const Ice::Current &);
+ P2PVR::Deliveries GetAllDeliveries(const Ice::Current &);
DVBSI::DeliveryPtr GetDeliveryForService(int id, const Ice::Current &);
DVBSI::DeliveryPtr GetDeliveryForTransport(int id, const Ice::Current &);
DVBSI::DeliveryPtr GetDeliveryForSi(const Ice::Current &);
@@ -14,12 +15,13 @@ class SI : public P2PVR::SI, public DatabaseClient {
DVBSI::ServiceList GetServices(const Ice::Current &);
DVBSI::ServicePtr GetService(int id, const Ice::Current &);
- DVBSI::EventPtr GetEvent(int serviceId, int eventId, const Ice::Current &);
- DVBSI::Events EventsOnNow(const Ice::Current &);
- DVBSI::Events EventsInSchedules(const Ice::Current &);
- DVBSI::Events EventsInSchedule(int scheduleId, const Ice::Current &);
- DVBSI::Events EventsInRange(const Common::DateTime &, const Common::DateTime &, const Ice::Current &);
- DVBSI::Events EventSearch(const IceUtil::Optional<std::string> & keywords, const IceUtil::Optional<Ice::Int> & serviceId, const IceUtil::Optional<Common::DateTime> & from, const IceUtil::Optional<Common::DateTime> & to, const Ice::Current &);
+ P2PVR::Events GetEvents(const P2PVR::IntSequence & eventUids, const Ice::Current &);
+ P2PVR::EventPtr GetEvent(int serviceId, int eventId, const Ice::Current &);
+ P2PVR::Events EventsOnNow(const Ice::Current &);
+ P2PVR::Events EventsInSchedules(const Ice::Current &);
+ P2PVR::Events EventsInSchedule(int scheduleId, const Ice::Current &);
+ P2PVR::Events EventsInRange(const Common::DateTime &, const Common::DateTime &, const Ice::Current &);
+ P2PVR::Events EventSearch(const IceUtil::Optional<std::string> & keywords, const IceUtil::Optional<Ice::Int> & serviceId, const IceUtil::Optional<Common::DateTime> & from, const IceUtil::Optional<Common::DateTime> & to, const Ice::Current &);
};
#endif
diff --git a/p2pvr/daemon/sql/Maint_pruneEvents.sql b/p2pvr/daemon/sql/Maint_pruneEvents.sql
new file mode 100644
index 0000000..b6f1d1b
--- /dev/null
+++ b/p2pvr/daemon/sql/Maint_pruneEvents.sql
@@ -0,0 +1,4 @@
+DELETE FROM events e
+WHERE e.eventuid NOT IN (SELECT eventuid FROM recorded)
+AND e.eventuid NOT IN (SELECT eventuid FROM recordings)
+AND NOT current
diff --git a/p2pvr/daemon/sql/Recordings_getAll.sql b/p2pvr/daemon/sql/Recordings_getAll.sql
index c0a096c..3c3ff51 100644
--- a/p2pvr/daemon/sql/Recordings_getAll.sql
+++ b/p2pvr/daemon/sql/Recordings_getAll.sql
@@ -1,3 +1,3 @@
-SELECT recordingId, storageAddress, guid, scheduleId, title, subtitle, description, startTime, duration
+SELECT recordingId, storageAddress, guid, scheduleId, eventUid
FROM recordings r
-ORDER BY startTime, title, subtitle
+ORDER BY recordingId
diff --git a/p2pvr/daemon/sql/Recordings_insert.sql b/p2pvr/daemon/sql/Recordings_insert.sql
index dfe2ccc..ba0b9e2 100644
--- a/p2pvr/daemon/sql/Recordings_insert.sql
+++ b/p2pvr/daemon/sql/Recordings_insert.sql
@@ -1,2 +1,2 @@
-INSERT INTO recordings(storageAddress, guid, scheduleId, title, subtitle, description, startTime, duration)
-VALUES(?, ?, ?, ?, ?, ?, ?, ?)
+INSERT INTO recordings(storageAddress, guid, scheduleId, eventUid)
+VALUES(?, ?, ?, ?)
diff --git a/p2pvr/daemon/sql/SI_allDeliveries.sql b/p2pvr/daemon/sql/SI_allDeliveries.sql
new file mode 100644
index 0000000..2efa70a
--- /dev/null
+++ b/p2pvr/daemon/sql/SI_allDeliveries.sql
@@ -0,0 +1,3 @@
+SELECT *
+FROM allDeliveries
+ORDER BY transportStreamId
diff --git a/p2pvr/daemon/sql/SI_allNetworks.sql b/p2pvr/daemon/sql/SI_allNetworks.sql
new file mode 100644
index 0000000..37d7e64
--- /dev/null
+++ b/p2pvr/daemon/sql/SI_allNetworks.sql
@@ -0,0 +1,3 @@
+SELECT *
+FROM networks
+ORDER BY networkId
diff --git a/p2pvr/daemon/sql/SI_deliveryForService.sql b/p2pvr/daemon/sql/SI_deliveryForService.sql
new file mode 100644
index 0000000..cf4115f
--- /dev/null
+++ b/p2pvr/daemon/sql/SI_deliveryForService.sql
@@ -0,0 +1,4 @@
+SELECT d.*
+FROM allDeliveries d, services s
+WHERE d.transportStreamId = s.transportStreamId
+AND s.serviceId = ?
diff --git a/p2pvr/daemon/sql/SI_deliveryForTransport.sql b/p2pvr/daemon/sql/SI_deliveryForTransport.sql
new file mode 100644
index 0000000..1805d7a
--- /dev/null
+++ b/p2pvr/daemon/sql/SI_deliveryForTransport.sql
@@ -0,0 +1,3 @@
+SELECT *
+FROM allDeliveries
+WHERE transportStreamId = ?
diff --git a/p2pvr/daemon/sql/SI_eventById.sql b/p2pvr/daemon/sql/SI_eventById.sql
index f0e028d..b751ad6 100644
--- a/p2pvr/daemon/sql/SI_eventById.sql
+++ b/p2pvr/daemon/sql/SI_eventById.sql
@@ -1,4 +1,5 @@
-select e.serviceid,
+select
+ e.serviceid,
e.eventid,
e.title,
e.titlelang,
@@ -21,8 +22,11 @@ select e.serviceid,
e.episodes,
e.year,
e.flags,
- e.season
+ e.season,
+ e.eventuid,
+ e.current
from events e
-where serviceid = ?
+where serviceid = ?
and eventid = ?
+and current
diff --git a/p2pvr/daemon/sql/SI_eventByUid.sql b/p2pvr/daemon/sql/SI_eventByUid.sql
new file mode 100644
index 0000000..1d559ec
--- /dev/null
+++ b/p2pvr/daemon/sql/SI_eventByUid.sql
@@ -0,0 +1,30 @@
+select
+ e.serviceid,
+ e.eventid,
+ e.title,
+ e.titlelang,
+ e.subtitle,
+ e.description,
+ e.descriptionlang,
+ e.videoaspect,
+ e.videoframerate,
+ e.videohd,
+ e.audiochannels,
+ e.audiolanguage,
+ e.subtitlelanguage,
+ e.category,
+ e.subcategory,
+ e.usercategory,
+ e.dvbrating,
+ e.starttime,
+ e.stoptime,
+ e.episode,
+ e.episodes,
+ e.year,
+ e.flags,
+ e.season,
+ e.eventuid,
+ e.current
+from events e
+where eventuid = ?
+
diff --git a/p2pvr/daemon/sql/SI_eventSearch.sql b/p2pvr/daemon/sql/SI_eventSearch.sql
index 7ff0cf7..ffbe93f 100644
--- a/p2pvr/daemon/sql/SI_eventSearch.sql
+++ b/p2pvr/daemon/sql/SI_eventSearch.sql
@@ -22,11 +22,14 @@ select
e.episodes,
e.year,
e.flags,
- e.season
+ e.season,
+ e.eventuid,
+ e.current
from events e
where tsrange(?, ?, '[)') && tsrange(e.starttime, e.stoptime)
and (e.serviceId = ? or ?::int is null)
and (event_tsvector(e) @@ plainto_tsquery(?) or ?::text is null)
+and current
order by
max(ts_rank(event_tsvector(e), plainto_tsquery(?))) over(partition by title) desc,
max(ts_rank(event_tsvector(e), plainto_tsquery(?))) over(partition by title, subtitle, description) desc,
diff --git a/p2pvr/daemon/sql/SI_eventsInRange.sql b/p2pvr/daemon/sql/SI_eventsInRange.sql
index 0a2d6de..1d0eb17 100644
--- a/p2pvr/daemon/sql/SI_eventsInRange.sql
+++ b/p2pvr/daemon/sql/SI_eventsInRange.sql
@@ -1,4 +1,5 @@
-select e.serviceid,
+select
+ e.serviceid,
e.eventid,
e.title,
e.titlelang,
@@ -21,8 +22,11 @@ select e.serviceid,
e.episodes,
e.year,
e.flags,
- e.season
+ e.season,
+ e.eventuid,
+ e.current
from events e
where tsrange(?, ?, '[)') && tsrange(e.starttime, e.stoptime)
+and current
order by e.serviceid, e.starttime
diff --git a/p2pvr/daemon/sql/SI_eventsInSchedule.sql b/p2pvr/daemon/sql/SI_eventsInSchedule.sql
index 3f919a5..72ae26e 100644
--- a/p2pvr/daemon/sql/SI_eventsInSchedule.sql
+++ b/p2pvr/daemon/sql/SI_eventsInSchedule.sql
@@ -1,4 +1,5 @@
-select e.serviceid,
+select
+ e.serviceid,
e.eventid,
e.title,
e.titlelang,
@@ -21,10 +22,12 @@ select e.serviceid,
e.episodes,
e.year,
e.flags,
- e.season
+ e.season,
+ e.eventuid,
+ e.current
from events e, record r
-where e.serviceid = r.serviceid
-and e.eventid = r.eventid
+where e.eventuid = r.eventuid
and r.scheduleid = ?
+and e.current
order by e.serviceid, e.starttime
diff --git a/p2pvr/daemon/sql/SI_eventsInSchedules.sql b/p2pvr/daemon/sql/SI_eventsInSchedules.sql
index bd4637a..880b28a 100644
--- a/p2pvr/daemon/sql/SI_eventsInSchedules.sql
+++ b/p2pvr/daemon/sql/SI_eventsInSchedules.sql
@@ -1,4 +1,5 @@
-select e.serviceid,
+select
+ e.serviceid,
e.eventid,
e.title,
e.titlelang,
@@ -21,9 +22,11 @@ select e.serviceid,
e.episodes,
e.year,
e.flags,
- e.season
+ e.season,
+ e.eventuid,
+ e.current
from events e, record r
-where e.serviceid = r.serviceid
-and e.eventid = r.eventid
+where e.eventuid = r.eventuid
+and current
order by e.serviceid, e.starttime
diff --git a/p2pvr/daemon/sql/SI_eventsOnNow.sql b/p2pvr/daemon/sql/SI_eventsOnNow.sql
index 36760b4..391e8de 100644
--- a/p2pvr/daemon/sql/SI_eventsOnNow.sql
+++ b/p2pvr/daemon/sql/SI_eventsOnNow.sql
@@ -1,4 +1,5 @@
-select e.serviceid,
+select
+ e.serviceid,
e.eventid,
e.title,
e.titlelang,
@@ -21,7 +22,10 @@ select e.serviceid,
e.episodes,
e.year,
e.flags,
- e.season
+ e.season,
+ e.eventuid,
+ e.current
from events e
where now()::timestamp without time zone <@ tsrange(e.starttime, e.stoptime)
+and current
order by e.serviceid
diff --git a/p2pvr/daemon/sql/SI_serviceNextUsed.sql b/p2pvr/daemon/sql/SI_serviceNextUsed.sql
index 8e906ad..e5fbbf1 100644
--- a/p2pvr/daemon/sql/SI_serviceNextUsed.sql
+++ b/p2pvr/daemon/sql/SI_serviceNextUsed.sql
@@ -1,12 +1,12 @@
-SELECT dd.*
-FROM delivery_dvbt dd, services s
- LEFT OUTER JOIN record r
- ON r.serviceid = s.serviceid
- AND r.recordstatus = 0
+SELECT d.*
+FROM allDeliveries d
+ LEFT OUTER JOIN services s
+ ON d.transportstreamid = s.transportstreamid
LEFT OUTER JOIN events e
- ON r.eventid = e.eventid
- AND r.serviceid = e.serviceid
+ ON s.serviceid = e.serviceid
AND e.starttime > NOW()
-WHERE dd.transportstreamid = s.transportstreamid
+ LEFT OUTER JOIN record r
+ ON r.eventuid = e.eventuid
+ AND r.recordstatus = 'WillRecordThisShowing'
ORDER BY e.starttime, s.serviceid
LIMIT 1
diff --git a/p2pvr/daemon/sql/Schedules_GetCandidates.sql b/p2pvr/daemon/sql/Schedules_GetCandidates.sql
deleted file mode 100644
index 8e8b15e..0000000
--- a/p2pvr/daemon/sql/Schedules_GetCandidates.sql
+++ /dev/null
@@ -1,25 +0,0 @@
-select what, serviceid, eventid, transportstreamid,
- starttime - early starttime, stoptime + late stoptime,
- priority, scheduleid
-from (
- select (e.title, e.subtitle, e.description)::text what, e.serviceid, e.eventid, sv.transportstreamid,
- e.starttime, e.stoptime - interval '1 second' stoptime,
- s.early, s.late, s.scheduleid, s.priority,
- rank() over(partition by e.serviceid, e.eventid, sv.serviceid order by s.priority desc, s.scheduleid) schedulerank
- from services sv, events e, schedules s
- where (s.serviceid is null or s.serviceid = e.serviceid)
- and (s.title is null or lower(s.title) = lower(e.title))
- and (s.eventid is null or s.eventid = e.eventid)
- and (s.search is null or event_tsvector(e) @@ plainto_tsquery(s.search))
- and sv.serviceid = e.serviceid
- and e.stoptime > now()
- and not exists (
- select 1
- from recorded r
- where lower(e.title) = lower(r.title)
- and coalesce(lower(e.subtitle), '') = coalesce(lower(r.subtitle), '')
- and ts_rank(to_tsvector(e.description), plainto_tsquery(r.description)) +
- ts_rank(to_tsvector(r.description), plainto_tsquery(e.description)) > 1)) e
-where e.schedulerank = 1
-order by e.priority desc, e.what, e.transportstreamid, e.starttime
-
diff --git a/p2pvr/daemon/sql/Schedules_getCandidates.sql b/p2pvr/daemon/sql/Schedules_getCandidates.sql
new file mode 100644
index 0000000..0bb7bd8
--- /dev/null
+++ b/p2pvr/daemon/sql/Schedules_getCandidates.sql
@@ -0,0 +1,26 @@
+select what, eventuid, transportstreamid,
+ starttime - early starttime, stoptime + late stoptime,
+ priority, scheduleid
+from (
+ select (e.title, e.subtitle, e.description)::text what, e.eventuid, sv.transportstreamid,
+ e.starttime, e.stoptime - interval '1 second' stoptime,
+ s.early, s.late, s.scheduleid, s.priority,
+ rank() over(partition by e.eventuid, sv.serviceid order by s.priority desc, s.scheduleid) schedulerank
+ from services sv, events e, schedules s
+ where (s.serviceid is null or s.serviceid = e.serviceid)
+ and (s.title is null or lower(s.title) = lower(e.title))
+ and (s.eventuid is null or s.eventuid = e.eventuid)
+ and (s.search is null or event_tsvector(e) @@ plainto_tsquery(s.search))
+ and sv.serviceid = e.serviceid
+ and e.stoptime > now()
+ and not exists (
+ select 1
+ from recorded r, events re
+ where r.eventuid = re.eventuid
+ and lower(e.title) = lower(re.title)
+ and coalesce(lower(e.subtitle), '') = coalesce(lower(re.subtitle), '')
+ and ts_rank(to_tsvector(e.description), plainto_tsquery(re.description)) +
+ ts_rank(to_tsvector(re.description), plainto_tsquery(e.description)) > 1)) e
+where e.schedulerank = 1
+order by e.priority desc, e.what, e.transportstreamid, e.starttime
+
diff --git a/p2pvr/daemon/sql/Schedules_insert.sql b/p2pvr/daemon/sql/Schedules_insert.sql
index 100e78b..70c95bd 100644
--- a/p2pvr/daemon/sql/Schedules_insert.sql
+++ b/p2pvr/daemon/sql/Schedules_insert.sql
@@ -1,2 +1,2 @@
-INSERT INTO schedules(serviceId, eventId, title, search, priority, early, late, repeats)
+INSERT INTO schedules(serviceId, eventUid, title, search, priority, early, late, repeats)
VALUES(?, ?, ?, ?, ?, ?, ?, ?)
diff --git a/p2pvr/daemon/sql/Schedules_scheduledToRecord.sql b/p2pvr/daemon/sql/Schedules_scheduledToRecord.sql
index 3874c37..3695bb5 100644
--- a/p2pvr/daemon/sql/Schedules_scheduledToRecord.sql
+++ b/p2pvr/daemon/sql/Schedules_scheduledToRecord.sql
@@ -1,8 +1,6 @@
-SELECT r.serviceid, r.eventid, r.scheduleid
+SELECT e.eventuid, r.recordstatus, s.scheduleid
FROM record r, events e, schedules s
-WHERE recordstatus = 0
-AND r.serviceid = e.serviceid
-AND r.eventid = e.eventid
+WHERE r.eventuid = e.eventuid
AND r.scheduleid = s.scheduleid
AND e.stoptime + s.late > NOW()
ORDER BY e.starttime, e.serviceid
diff --git a/p2pvr/daemon/sql/Schedules_selectAll.sql b/p2pvr/daemon/sql/Schedules_selectAll.sql
index e9e500e..56778a9 100644
--- a/p2pvr/daemon/sql/Schedules_selectAll.sql
+++ b/p2pvr/daemon/sql/Schedules_selectAll.sql
@@ -1,3 +1,3 @@
-SELECT scheduleid, serviceid, eventid, title, search, priority, early, late, repeats
+SELECT scheduleid, serviceid, eventuid, title, search, priority, early, late, repeats
FROM schedules
ORDER BY scheduleId
diff --git a/p2pvr/daemon/sql/Schedules_selectById.sql b/p2pvr/daemon/sql/Schedules_selectById.sql
index 4990418..291398c 100644
--- a/p2pvr/daemon/sql/Schedules_selectById.sql
+++ b/p2pvr/daemon/sql/Schedules_selectById.sql
@@ -1,5 +1,4 @@
-SELECT scheduleid, serviceid, eventid, title, search, priority, early, late, repeats
+SELECT scheduleid, serviceid, eventuid, title, search, priority, early, late, repeats
FROM schedules
WHERE scheduleid = ?
-ORDER BY scheduleId
diff --git a/p2pvr/daemon/sql/Schedules_update.sql b/p2pvr/daemon/sql/Schedules_update.sql
index 56c9531..cf3ce49 100644
--- a/p2pvr/daemon/sql/Schedules_update.sql
+++ b/p2pvr/daemon/sql/Schedules_update.sql
@@ -1,6 +1,6 @@
UPDATE schedules SET
serviceId = ?,
- eventId = ?,
+ eventUid = ?,
title = ?,
search = ?,
priority = ?,
diff --git a/p2pvr/daemon/sqlContainerCreator.h b/p2pvr/daemon/sqlContainerCreator.h
deleted file mode 100644
index 5c8d8f8..0000000
--- a/p2pvr/daemon/sqlContainerCreator.h
+++ /dev/null
@@ -1,28 +0,0 @@
-#ifndef SQLCONTAINERCREATOR_H
-#define SQLCONTAINERCREATOR_H
-
-#include "containerCreator.h"
-#include <boost/shared_ptr.hpp>
-#include <selectcommand.h>
-#include <sqlHandleAsVariableType.h>
-
-template <typename T, typename V, typename P = IceInternal::Handle<V>>
-class SqlContainerCreator : public ContainerCreator<T, V, P> {
- public:
- SqlContainerCreator(T & c) : ContainerCreator<T, V, P>(c) { }
-
- void populate(boost::shared_ptr<DB::SelectCommand> sel)
- {
- sel->execute();
- ContainerCreator<T, V, P>::populate(boost::bind(&DB::SelectCommand::fetch, sel), [sel](unsigned int c) {
- HandleAsVariableType h;
- const DB::Column & col = (*sel)[c];
- col.apply(h);
- return h.variable;
- }, sel->columnCount());
- }
-};
-
-
-#endif
-
diff --git a/p2pvr/daemon/sqlSelectDeserializer.cpp b/p2pvr/daemon/sqlSelectDeserializer.cpp
new file mode 100644
index 0000000..5a59e3a
--- /dev/null
+++ b/p2pvr/daemon/sqlSelectDeserializer.cpp
@@ -0,0 +1,176 @@
+#include "sqlSelectDeserializer.h"
+#include <sqlHandleAsVariableType.h>
+#include <logger.h>
+#include <boost/algorithm/string/predicate.hpp>
+#include <stdexcept>
+
+VariableType
+operator/(DB::SelectCommand & cmd, unsigned int col)
+{
+ HandleAsVariableType vt;
+ cmd[col].apply(vt);
+ return vt.variable;
+}
+
+class SqlSource : public DB::HandleField, public Slicer::ValueSource,
+ public Slicer::TValueSource<boost::posix_time::time_duration>,
+ public Slicer::TValueSource<boost::posix_time::ptime> {
+ public:
+ bool isNull() const
+ {
+ return vt.isNull();
+ }
+
+ void interval(const boost::posix_time::time_duration & d) override
+ {
+ vt = d;
+ }
+ void null() override
+ {
+ vt = Null();
+ }
+ void string(const char * s, size_t l) override
+ {
+ vt = std::string(s, l);
+ }
+ void integer(int64_t i) override
+ {
+ vt = i;
+ }
+ void floatingpoint(double fp) override
+ {
+ vt = fp;
+ }
+ void timestamp(const boost::posix_time::ptime & t)
+ {
+ vt = t;
+ }
+ void boolean(bool b) override
+ {
+ vt = b;
+ }
+#define SET(Type) \
+ void set(Type & b) const override { \
+ b = vt.as<Type>(); \
+ }
+#define SETNCONV(Type, CType) \
+ void set(Type & b) const override { \
+ b = boost::numeric_cast<Type>(vt.as<CType>()); \
+ }
+ SET(bool);
+ SET(std::string);
+ SETNCONV(Ice::Byte, int64_t);
+ SETNCONV(Ice::Short, int64_t);
+ SET(Ice::Int);
+ SET(Ice::Long);
+ SETNCONV(Ice::Float, double);
+ SET(Ice::Double);
+ SET(boost::posix_time::ptime);
+ SET(boost::posix_time::time_duration);
+
+ private:
+ VariableType vt;
+};
+typedef IceUtil::Handle<SqlSource> SqlSourcePtr;
+
+SqlSelectDeserializer::SqlSelectDeserializer(DB::SelectCommand & c, IceUtil::Optional<std::string> tc) :
+ cmd(c),
+ typeIdColName(tc)
+{
+}
+
+void
+SqlSelectDeserializer::Deserialize(Slicer::ModelPartPtr mp)
+{
+ cmd.execute();
+ columnCount = cmd.columnCount();
+ if (typeIdColName) {
+ typeIdColIdx = cmd.getOrdinal(*typeIdColName);
+ }
+ switch (mp->GetType()) {
+ case Slicer::mpt_Sequence:
+ DeserializeSequence(mp);
+ return;
+ case Slicer::mpt_Complex:
+ DeserializeObject(mp);
+ return;
+ case Slicer::mpt_Simple:
+ DeserializeSimple(mp);
+ return;
+ default:
+ throw std::invalid_argument("Unspported model type");
+ }
+}
+
+void
+SqlSelectDeserializer::DeserializeSimple(Slicer::ModelPartPtr mp)
+{
+ auto fmp = mp->GetAnonChild();
+ if (!cmd.fetch()) {
+ throw NoRowsReturned();
+ }
+ SqlSourcePtr h = new SqlSource();
+ const DB::Column & c = cmd[0];
+ c.apply(*h);
+ if (!h->isNull()) {
+ fmp->Create();
+ fmp->SetValue(h);
+ fmp->Complete();
+ }
+ if (cmd.fetch()) {
+ throw std::invalid_argument("Too many rows returned");
+ }
+}
+
+void
+SqlSelectDeserializer::DeserializeSequence(Slicer::ModelPartPtr mp)
+{
+ mp = mp->GetAnonChild();
+ SqlSourcePtr h = new SqlSource();
+ while (cmd.fetch()) {
+ DeserializeRow(mp);
+ }
+}
+
+void
+SqlSelectDeserializer::DeserializeObject(Slicer::ModelPartPtr mp)
+{
+ if (!cmd.fetch()) {
+ throw NoRowsReturned();
+ }
+ DeserializeRow(mp);
+ if (cmd.fetch()) {
+ while (cmd.fetch()) ;
+ throw std::invalid_argument("Too many rows returned");
+ }
+}
+
+void
+SqlSelectDeserializer::DeserializeRow(Slicer::ModelPartPtr mp)
+{
+ SqlSourcePtr h = new SqlSource();
+ auto rmp = mp->GetAnonChild();
+ if (rmp) {
+ if (typeIdColIdx) {
+ rmp = rmp->GetSubclassModelPart(cmd / *typeIdColIdx);
+ }
+ rmp->Create();
+ for (auto col = 0u; col < columnCount; col += 1) {
+ const DB::Column & c = cmd[col];
+ auto fmpr = rmp->GetAnonChildRef([&c](Slicer::HookCommonPtr h) {
+ return boost::iequals(c.name.raw(), h->PartName());
+ });
+ if (fmpr) {
+ auto fmp = fmpr->Child();
+ c.apply(*h);
+ if (!h->isNull()) {
+ fmp->Create();
+ fmp->SetValue(h);
+ fmp->Complete();
+ }
+ }
+ }
+ rmp->Complete();
+ }
+}
+
diff --git a/p2pvr/daemon/sqlSelectDeserializer.h b/p2pvr/daemon/sqlSelectDeserializer.h
new file mode 100644
index 0000000..0c32811
--- /dev/null
+++ b/p2pvr/daemon/sqlSelectDeserializer.h
@@ -0,0 +1,28 @@
+#ifndef P2PVR_SQL_DESERIALIZER_H
+#define P2PVR_SQL_DESERIALIZER_H
+
+#include <slicer/serializer.h>
+#include <selectcommand.h>
+
+class NoRowsReturned : public std::exception { };
+
+class SqlSelectDeserializer : public Slicer::Deserializer {
+ public:
+ SqlSelectDeserializer(DB::SelectCommand &, IceUtil::Optional<std::string> typeIdCol = IceUtil::Optional<std::string>());
+
+ virtual void Deserialize(Slicer::ModelPartPtr) override;
+
+ protected:
+ void DeserializeSimple(Slicer::ModelPartPtr);
+ void DeserializeObject(Slicer::ModelPartPtr);
+ void DeserializeSequence(Slicer::ModelPartPtr);
+ void DeserializeRow(Slicer::ModelPartPtr);
+
+ DB::SelectCommand & cmd;
+ unsigned int columnCount;
+ IceUtil::Optional<std::string> typeIdColName;
+ IceUtil::Optional<unsigned int> typeIdColIdx;
+};
+
+#endif
+
diff --git a/p2pvr/daemon/storage.cpp b/p2pvr/daemon/storage.cpp
index 2465afe..d43bddc 100644
--- a/p2pvr/daemon/storage.cpp
+++ b/p2pvr/daemon/storage.cpp
@@ -2,234 +2,30 @@
#include "storage.h"
#include "fileSink.h"
#include "muxedFileSink.h"
-#include <commonHelpers.h>
#include <fcntl.h>
#include <logger.h>
#include <boost/filesystem/operations.hpp>
-#include <boost/uuid/uuid_generators.hpp>
-#include <boost/uuid/uuid_io.hpp>
-#include <boost/lexical_cast.hpp>
namespace fs = boost::filesystem;
std::string Storage::muxerCommand;
fs::path Storage::root;
-fs::path Storage::byAll;
-fs::path Storage::byTitle;
-fs::path Storage::byDate;
-fs::path Storage::byService;
-fs::path Storage::bySchedule;
DECLARE_OPTIONS(Storage, "P2PVR Storage options")
("p2pvr.storage.muxercommand", Options::value(&muxerCommand, "/usr/bin/ffmpeg -i - -f mp4 -y ${TARGET}"),
"Command to perform TS->PS muxing (default: '/usr/bin/ffmpeg -i - -f mp4 -y ${TARGET}')")
("p2pvr.storage.root", Options::value(&root, "recordings"),
"Root folder in which to store recordings")
-("p2pvr.storage.all", Options::value(&byAll, "all"),
- "Sub folder in which to store all recordings")
-("p2pvr.storage.bytitle", Options::value(&byTitle, "title"),
- "Sub folder in which to store by title")
-("p2pvr.storage.bydate", Options::value(&byDate, "date"),
- "Sub folder in which to store by date")
-("p2pvr.storage.byservice", Options::value(&byService, "service"),
- "Sub folder in which to store by service")
-("p2pvr.storage.byschedule", Options::value(&bySchedule, "schedule"),
- "Sub folder in which to store by schedule")
END_OPTIONS(Storage);
-inline static
-fs::path createPath(const fs::path & start)
-{
- return start;
-}
-
-template <typename Arg>
-inline static
-fs::path
-operator/(const fs::path & lhs, const IceUtil::Optional<Arg> & rhs)
-{
- if (rhs) {
- return lhs / *rhs;
- }
- return lhs;
-}
-
-template <typename Arg, typename ... Args>
-inline static
-fs::path createPath(const fs::path & start, const Arg & arg, const Args & ... args)
-{
- auto path = start / arg;
- return createPath(path, args...);
-}
-
-template <typename Arg, typename ... Args>
-inline static
-std::string firstNotNull(const Arg & arg, const Args & ...)
-{
- return boost::lexical_cast<std::string>(arg);
-}
-
-template <typename Arg, typename ... Args>
-inline static
-std::string firstNotNull(const IceUtil::Optional<Arg> & arg, const Args & ... args)
-{
- return arg ? firstNotNull(*arg, args...) : firstNotNull(args...);
-}
-
-template <typename ... Args>
-inline static
-std::string firstNotNull(const std::string & arg, const Args & ...)
-{
- return arg;
-}
-
-inline static
-std::string
-formatIf(const boost::format & f)
-{
- return f.str();
-}
-
-template <typename Arg, typename ... Args>
-inline static
-IceUtil::Optional<std::string>
-formatIf(boost::format & f, const IceUtil::Optional<Arg> & arg, const Args & ... args)
-{
- if (arg) {
- f % *arg;
- return formatIf(f, args...);
- }
- else {
- return IceUtil::Optional<std::string>();
- }
-}
-
-template <typename Arg, typename ... Args>
-inline static
-IceUtil::Optional<std::string>
-formatIf(boost::format & f, const Arg & arg, const Args & ... args)
-{
- f % arg;
- return formatIf(f, args...);
-}
-
-template <typename... Args>
-inline static
-IceUtil::Optional<std::string>
-formatIf(const std::string & msgfmt, const Args & ... args)
-{
- boost::format fmt(msgfmt);
- return formatIf(fmt, args...);
-}
-
-std::string
-Storage::CreateForEventRecording(const std::string & ext, const P2PVR::SchedulePtr & schedule, const DVBSI::ServicePtr & service, const DVBSI::EventPtr & event, const Ice::Current &)
-{
- fs::create_directories(root / byAll);
- auto id = boost::lexical_cast<std::string>(boost::uuids::random_generator()());
- fs::path path = root / byAll / id;
- path.replace_extension(ext);
- auto fd = open(path.string().c_str(), O_WRONLY | O_CREAT | O_EXCL, 0664);
- if (fd < 0) {
- Logger()->messagebf(LOG_ERR, "%s: Failed to open file for writing at %s (%d:%s)", __PRETTY_FUNCTION__,
- path, errno, strerror(errno));
- throw P2PVR::StorageException(path.string(), strerror(errno));
- }
- createSymlinks(ext, id, schedule, service, event);
- Logger()->messagebf(LOG_INFO, "%s: Created new recording %s", __PRETTY_FUNCTION__, path);
-
- close(fd);
- return id;
-}
-
-void
-Storage::createSymlinks(const std::string & ext, const std::string & target, const P2PVR::SchedulePtr & schedule, const DVBSI::ServicePtr & service, const DVBSI::EventPtr & event)
-{
- // By title, with optional season and episode information
- createSymlink(ext, target, createPath(root, byTitle,
- event->Title,
- formatIf("Season %02d", event->Season),
- firstNotNull(
- formatIf("Part %02d of %02d - %s", event->Episode, event->Episodes, event->Subtitle),
- formatIf("Episode %02d - %s", event->Episode, event->Subtitle),
- formatIf("Part %02d of %02d - %s", event->Episode, event->Episodes, event->Description),
- formatIf("Part %02d of %02d", event->Episode, event->Episodes),
- formatIf("Episode %02d - %s", event->Episode, event->Description),
- event->Subtitle,
- event->Description,
- formatIf("Episode %02d", event->Episode),
- event->StartTime)));
- // By date
- createSymlink(ext, target, createPath(root, byDate,
- formatIf("%04d-%02d-%02d", event->StartTime.Year, event->StartTime.Month, event->StartTime.Day),
- firstNotNull(
- formatIf("%s - %s", event->Title, event->Subtitle),
- formatIf("%s - %s", event->Title, event->Description),
- event->Title)));
- // By service
- createSymlink(ext, target, createPath(root, byService,
- service->Name,
- firstNotNull(
- formatIf("%s - %s", event->Title, event->Subtitle),
- formatIf("%s - %s", event->Title, event->Description),
- event->Title)));
- // By schedule title
- createSymlink(ext, target, createPath(root, bySchedule,
- formatIf("Title: %s", schedule->Title),
- formatIf("%04d-%02d-%02d", event->StartTime.Year, event->StartTime.Month, event->StartTime.Day),
- firstNotNull(
- formatIf("%s - %s", event->Title, event->Subtitle),
- formatIf("%s - %s", event->Title, event->Description),
- event->Title)));
- // By schedule search
- createSymlink(ext, target, createPath(root, bySchedule,
- formatIf("Search: %s", schedule->Search),
- firstNotNull(
- formatIf("%s - %s", event->Title, event->Subtitle),
- formatIf("%s - %s", event->Title, event->Description),
- event->Title)));
-}
-void
-Storage::createSymlink(const std::string & ext, const std::string & target, const fs::path & link)
-{
- fs::path path = link;
- path.replace_extension(ext);
- Logger()->messagebf(LOG_DEBUG, "%s: link(%s) -> target(%s)", __PRETTY_FUNCTION__, path, target);
- if (fs::exists(path)) {
- Logger()->messagebf(LOG_WARNING, "%s: symlink already exists %s", __PRETTY_FUNCTION__, path);
- return;
- }
- fs::create_directories(path.parent_path());
- fs::path relativeTarget;
- for (fs::path tmp = path.parent_path(); tmp != root; tmp = tmp.parent_path()) {
- relativeTarget /= "..";
- }
- relativeTarget /= byAll;
- relativeTarget /= target;
- relativeTarget.replace_extension(ext);
- fs::create_symlink(relativeTarget, path);
-}
-
-std::string
-Storage::FindExtension(const std::string & id)
-{
- fs::directory_iterator end;
- for (fs::directory_iterator itr(root / byAll); itr != end; ++itr) {
- if (itr->path().stem() == id) {
- return itr->path().extension().string();
- }
- }
- return "";
-}
-
P2PVR::RawDataClientPrx
Storage::OpenForWrite(const std::string & id, const Ice::Current & ice)
{
- fs::path path = root / byAll / id;
- path.replace_extension(FindExtension(id));
+ fs::create_directories(root);
+ fs::path path = root / id;
P2PVR::RawDataClient * target;
if (muxerCommand.empty()) {
- auto fd = open(path.string().c_str(), O_WRONLY | O_APPEND | O_LARGEFILE);
+ auto fd = open(path.string().c_str(), O_WRONLY | O_CREAT | O_EXCL, 0664);
if (fd < 0) {
Logger()->messagebf(LOG_ERR, "%s: Failed to open file for reading at %s (%d:%s)", __PRETTY_FUNCTION__,
path, errno, strerror(errno));
@@ -254,41 +50,15 @@ Storage::Close(const P2PVR::RawDataClientPrx & file, const Ice::Current &)
void
Storage::Delete(const std::string & id, const Ice::Current &)
{
- fs::path path = root / byAll / id;
- path.replace_extension(FindExtension(id));
- Logger()->messagebf(LOG_INFO, "%s: Deleting links to %s", __PRETTY_FUNCTION__, path);
- DeleteFrom(path, fs::canonical(root));
-}
-
-void
-Storage::DeleteFrom(const fs::path & path, const fs::path & from)
-{
- Logger()->messagebf(LOG_DEBUG, "%s: Deleting links to %s to %s", __PRETTY_FUNCTION__, path, from);
- fs::directory_iterator end;
- for (fs::directory_iterator itr(from); itr != end; ++itr) {
- if (fs::is_directory(*itr)) {
- DeleteFrom(path, *itr);
- }
- else {
- boost::system::error_code err;
- auto link = fs::canonical(*itr, err);
- if (err || link == path) {
- Logger()->messagebf(LOG_DEBUG, "%s: deleting %s", __PRETTY_FUNCTION__, *itr);
- fs::remove(*itr);
- }
- }
- }
- if (from != root && fs::is_empty(from)) {
- Logger()->messagebf(LOG_DEBUG, "%s: deleting directory %s", __PRETTY_FUNCTION__, from);
- fs::remove(from);
- }
+ fs::path path = root / id;
+ Logger()->messagebf(LOG_INFO, "%s: Deleting %s", __PRETTY_FUNCTION__, path);
+ fs::remove(path);
}
void
Storage::Send(const std::string & id, const P2PVR::RawDataClientPrx & target, Ice::Long start, Ice::Long len, const Ice::Current &)
{
- fs::path path = root / byAll / id;
- path.replace_extension(FindExtension(id));
+ fs::path path = root / id;
auto fd = open(path.string().c_str(), O_RDONLY | O_LARGEFILE);
if (fd < 0) {
Logger()->messagebf(LOG_ERR, "%s: Failed to open file for reading at %s (%d:%s)", __PRETTY_FUNCTION__,
@@ -318,9 +88,8 @@ Storage::Send(const std::string & id, const P2PVR::RawDataClientPrx & target, Ic
Ice::Long
Storage::FileSize(const std::string & id, const Ice::Current &)
{
- fs::path path = root / byAll / id;
+ fs::path path = root / id;
try {
- path.replace_extension(FindExtension(id));
return fs::file_size(path);
}
catch (...) {
diff --git a/p2pvr/daemon/storage.h b/p2pvr/daemon/storage.h
index 89a2836..144d6bd 100644
--- a/p2pvr/daemon/storage.h
+++ b/p2pvr/daemon/storage.h
@@ -9,33 +9,22 @@
class Storage : public P2PVR::Storage {
public:
- std::string CreateForEventRecording(const std::string & ext, const P2PVR::SchedulePtr &, const DVBSI::ServicePtr &, const DVBSI::EventPtr &, const Ice::Current &);
- P2PVR::RawDataClientPrx OpenForWrite(const std::string &, const Ice::Current &);
- void Close(const P2PVR::RawDataClientPrx & file, const Ice::Current &);
- void Delete(const std::string &, const Ice::Current &);
- Ice::Long FileSize(const std::string &, const Ice::Current &);
- void Send(const std::string &, const P2PVR::RawDataClientPrx & target, Ice::Long start, Ice::Long len, const Ice::Current &);
+ P2PVR::RawDataClientPrx OpenForWrite(const std::string &, const Ice::Current &) override;
+ void Close(const P2PVR::RawDataClientPrx & file, const Ice::Current &) override;
+ void Delete(const std::string &, const Ice::Current &) override;
+ Ice::Long FileSize(const std::string &, const Ice::Current &) override;
+ void Send(const std::string &, const P2PVR::RawDataClientPrx & target, Ice::Long start, Ice::Long len, const Ice::Current &) override;
INITOPTIONS;
protected:
- static void createSymlinks(const std::string & ext, const std::string &, const P2PVR::SchedulePtr &, const DVBSI::ServicePtr &, const DVBSI::EventPtr &);
- static void createSymlink(const std::string & ext, const std::string & target, const boost::filesystem::path & link);
- static void DeleteFrom(const boost::filesystem::path &, const boost::filesystem::path &);
- static std::string FindExtension(const std::string & id);
-
- typedef TemporarayIceAdapterObject<P2PVR::RawDataClient> OpenFile;
+ typedef TemporaryIceAdapterObject<P2PVR::RawDataClient> OpenFile;
typedef boost::shared_ptr<OpenFile> OpenFilePtr;
typedef std::set<OpenFilePtr> OpenFiles;
OpenFiles openFiles;
static std::string muxerCommand;
static boost::filesystem::path root;
- static boost::filesystem::path byAll;
- static boost::filesystem::path byTitle;
- static boost::filesystem::path byDate;
- static boost::filesystem::path byService;
- static boost::filesystem::path bySchedule;
};
#endif
diff --git a/p2pvr/daemon/unittests/Jamfile.jam b/p2pvr/daemon/unittests/Jamfile.jam
index 07fe5e9..0acbd9e 100644
--- a/p2pvr/daemon/unittests/Jamfile.jam
+++ b/p2pvr/daemon/unittests/Jamfile.jam
@@ -2,23 +2,242 @@ import testing ;
lib boost_system ;
lib boost_filesystem ;
+lib IceUtil ;
+lib Ice ;
+lib p2sqlmodPQ ;
path-constant me : . ;
-unit-test testp2ice :
- testp2ice.cpp
+alias test-data :
+ datasources/data.sql
+ datasources/delivery_dvbc
+ datasources/delivery_dvbs
+ datasources/delivery_dvbt
+ datasources/events
+ datasources/networks
+ datasources/record
+ datasources/recorded
+ datasources/recordings
+ datasources/schedules
+ datasources/services
+ datasources/transportstreams
+ ;
+
+lib testCommon :
+ mockDefs.cpp
:
+ <library>p2sqlmodPQ
+ <library>../..//p2sql
+ <library>../..//p2common
+ <library>../..//p2lib
+ <library>../..//p2ut
+ <define>ROOT=\"$(me)\"
+ <library>boost_system
+ <library>boost_filesystem
+ ;
+
+run
+ testEmbedding.cpp
+ dummySelect.sql
+ : : :
+ <define>BOOST_TEST_DYN_LINK
+ <library>../..//boost_utf
+ <include>..
+ : testEmbedding ;
+
+run
+ testp2ice.cpp
+ : : :
<define>BOOST_TEST_DYN_LINK
<library>../..//p2common
<library>../..//p2basics
<library>../..//p2ice
<library>../..//p2ut
<dependency>../../ice//p2pvrice
+ <dependency>../../lib//p2pvrlib
<dependency>../../p2comp//p2pvrp2comp
<library>boost_system
<library>boost_filesystem
- <library>..//boost_utf
+ <library>../..//boost_utf
<define>ROOT=\"$(me)\"
- ;
+ : testp2ice ;
+
+run
+ testMaint.cpp mockDevices.cpp mockScheduler.cpp
+ : :
+ ../../datasources/schema.sql
+ :
+ <define>BOOST_TEST_DYN_LINK
+ <library>../..//p2common
+ <library>../..//p2basics
+ <library>../..//p2lib
+ <library>../..//p2xml
+ <library>../..//p2ut
+ <library>..//p2pvrdaemon
+ <library>../../devices//p2pvrMockTuner
+ <library>IceUtil
+ <library>Ice
+ <library>boost_system
+ <library>boost_filesystem
+ <library>testCommon
+ <library>../..//boost_utf
+ <dependency>test-data
+ <define>ROOT=\"$(me)\"
+ : testMaint ;
+
+run
+ testRecording.cpp mockDevices.cpp mockScheduler.cpp
+ : :
+ ../../datasources/schema.sql
+ :
+ <define>BOOST_TEST_DYN_LINK
+ <library>../..//p2common
+ <library>../..//p2basics
+ <library>../..//p2lib
+ <library>../..//p2xml
+ <library>../..//p2ut
+ <library>..//p2pvrdaemon
+ <library>../../devices//p2pvrMockTuner
+ <library>IceUtil
+ <library>Ice
+ <library>boost_system
+ <library>boost_filesystem
+ <library>testCommon
+ <library>../..//boost_utf
+ <dependency>test-data
+ <define>ROOT=\"$(me)\"
+ : testRecording ;
+
+run
+ testErrorHandling.cpp mockDevices.cpp mockScheduler.cpp
+ : :
+ ../../datasources/schema.sql
+ :
+ <define>BOOST_TEST_DYN_LINK
+ <library>../..//p2common
+ <library>../..//p2basics
+ <library>../..//p2lib
+ <library>../..//p2xml
+ <library>../..//p2ut
+ <library>..//p2pvrdaemon
+ <library>../../devices//p2pvrMockTuner
+ <library>../../dvb//p2pvrdvb
+ <library>IceUtil
+ <library>Ice
+ <library>boost_system
+ <library>boost_filesystem
+ <library>testCommon
+ <library>../..//boost_utf
+ <dependency>test-data
+ <define>ROOT=\"$(me)\"
+ : testErrorHandling ;
+run
+ testRecordings.cpp
+ : :
+ ../../datasources/schema.sql
+ :
+ <define>BOOST_TEST_DYN_LINK
+ <library>../..//p2common
+ <library>../..//p2basics
+ <library>../..//p2lib
+ <library>../..//p2xml
+ <library>../..//p2ut
+ <library>..//p2pvrdaemon
+ <library>IceUtil
+ <library>Ice
+ <library>boost_system
+ <library>boost_filesystem
+ <library>testCommon
+ <library>../..//boost_utf
+ <dependency>test-data
+ <define>ROOT=\"$(me)\"
+ : testRecordings ;
+
+run
+ testSi.cpp
+ : :
+ ../../datasources/schema.sql
+ :
+ <define>BOOST_TEST_DYN_LINK
+ <library>../..//p2common
+ <library>../..//p2basics
+ <library>../..//p2lib
+ <library>../..//p2xml
+ <library>../..//p2ut
+ <library>..//p2pvrdaemon
+ <library>IceUtil
+ <library>Ice
+ <library>boost_system
+ <library>boost_filesystem
+ <library>testCommon
+ <library>../..//boost_utf
+ <dependency>test-data
+ <define>ROOT=\"$(me)\"
+ : testSi ;
+
+run
+ testSched.cpp mockDevices.cpp mockRecorder.cpp
+ : :
+ ../../datasources/schema.sql
+ datasources/eventOffset.sql
+ :
+ <define>BOOST_TEST_DYN_LINK
+ <library>../..//p2common
+ <library>../..//p2basics
+ <library>../..//p2lib
+ <library>../..//p2xml
+ <library>../..//p2ut
+ <library>..//p2pvrdaemon
+ <library>IceUtil
+ <library>Ice
+ <library>boost_system
+ <library>boost_filesystem
+ <library>../../devices//p2pvrMockTuner
+ <library>../..//boost_utf
+ <library>testCommon
+ <dependency>test-data
+ <define>ROOT=\"$(me)\"
+ : testSched ;
+
+run
+ testStorage.cpp
+ : :
+ ../../datasources/schema.sql
+ :
+ <define>BOOST_TEST_DYN_LINK
+ <library>../..//p2common
+ <library>../..//p2basics
+ <library>../..//p2lib
+ <library>../..//p2xml
+ <library>../..//p2ut
+ <library>..//p2pvrdaemon
+ <library>IceUtil
+ <library>Ice
+ <library>boost_system
+ <library>boost_filesystem
+ <library>testCommon
+ <library>../..//boost_utf
+ <dependency>test-data
+ <define>ROOT=\"$(me)\"
+ : testStorage ;
+
+run
+ testSqlSelectDeserializer.cpp
+ : :
+ ../../datasources/schema.sql
+ :
+ <define>BOOST_TEST_DYN_LINK
+ <library>../..//p2common
+ <library>../..//p2sql
+ <library>../..//p2ut
+ <library>../..//p2xml
+ <library>..//p2pvrdaemon
+ <library>IceUtil
+ <library>Ice
+ <library>../..//boost_utf
+ <library>testCommon
+ <dependency>test-data
+ <define>ROOT=\"$(me)\"
+ : testSqlSelectDeserializer ;
diff --git a/p2pvr/daemon/unittests/datasources/data.sql b/p2pvr/daemon/unittests/datasources/data.sql
new file mode 100644
index 0000000..3fd9260
--- /dev/null
+++ b/p2pvr/daemon/unittests/datasources/data.sql
@@ -0,0 +1,122 @@
+--
+-- PostgreSQL database dump
+--
+
+SET statement_timeout = 0;
+SET lock_timeout = 0;
+SET client_encoding = 'UTF8';
+SET standard_conforming_strings = on;
+SET check_function_bodies = false;
+SET client_min_messages = warning;
+
+SET search_path = public, pg_catalog;
+
+--
+-- Data for Name: networks; Type: TABLE DATA; Schema: public; Owner: p2pvr
+--
+
+COPY networks (networkid, name) FROM '$P2MOCKSCRIPTDIR/networks';
+
+
+--
+-- Data for Name: transportstreams; Type: TABLE DATA; Schema: public; Owner: p2pvr
+--
+
+COPY transportstreams (transportstreamid, networkid, originalnetworkid) FROM '$P2MOCKSCRIPTDIR/transportstreams';
+
+
+--
+-- Data for Name: delivery_dvbc; Type: TABLE DATA; Schema: public; Owner: p2pvr
+--
+
+COPY delivery_dvbc (frequency, transportstreamid, fecouter, modulation, symbolrate, fecinner) FROM '$P2MOCKSCRIPTDIR/delivery_dvbc';
+
+
+--
+-- Data for Name: delivery_dvbs; Type: TABLE DATA; Schema: public; Owner: p2pvr
+--
+
+COPY delivery_dvbs (frequency, transportstreamid, orbitalposition, westeastflag, polarization, rolloff, modulationsystem, modulationtype, symbolrate, fecinner) FROM '$P2MOCKSCRIPTDIR/delivery_dvbs';
+
+
+--
+-- Data for Name: delivery_dvbt; Type: TABLE DATA; Schema: public; Owner: p2pvr
+--
+
+COPY delivery_dvbt (frequency, transportstreamid, bandwidth, priority, timeslicing, mpefec, constellation, hierarchy, coderatehp, coderatelp, guardinterval, transmissionmode, otherfrequencyflag) FROM '$P2MOCKSCRIPTDIR/delivery_dvbt';
+
+
+--
+-- Data for Name: events; Type: TABLE DATA; Schema: public; Owner: p2pvr
+--
+
+COPY events (serviceid, eventid, title, titlelang, subtitle, description, descriptionlang, videoaspect, videoframerate, videohd, audiochannels, audiolanguage, subtitlelanguage, category, subcategory, usercategory, dvbrating, starttime, stoptime, episode, episodes, year, flags, season, eventuid, current) FROM '$P2MOCKSCRIPTDIR/events';
+
+
+--
+-- Name: events_eventuid_seq; Type: SEQUENCE SET; Schema: public; Owner: p2pvr
+--
+
+SELECT pg_catalog.setval('events_eventuid_seq', 2612705, true);
+
+
+--
+-- Data for Name: services; Type: TABLE DATA; Schema: public; Owner: p2pvr
+--
+
+COPY services (serviceid, name, providername, type, defaultauthority, runningstatus, eitschedule, eitpresentfollowing, freecamode, transportstreamid) FROM '$P2MOCKSCRIPTDIR/services';
+
+
+--
+-- Data for Name: schedules; Type: TABLE DATA; Schema: public; Owner: p2pvr
+--
+
+COPY schedules (scheduleid, serviceid, eventuid, title, search, priority, early, late, repeats) FROM '$P2MOCKSCRIPTDIR/schedules';
+
+
+--
+-- Data for Name: record; Type: TABLE DATA; Schema: public; Owner: p2pvr
+--
+
+COPY record (eventuid, recordstatus, scheduleid) FROM '$P2MOCKSCRIPTDIR/record';
+
+
+--
+-- Data for Name: recorded; Type: TABLE DATA; Schema: public; Owner: p2pvr
+--
+
+COPY recorded (recordedid, scheduleid, eventuid) FROM '$P2MOCKSCRIPTDIR/recorded';
+
+
+--
+-- Name: recorded_recordedid_seq; Type: SEQUENCE SET; Schema: public; Owner: p2pvr
+--
+
+SELECT pg_catalog.setval('recorded_recordedid_seq', 1, false);
+
+
+--
+-- Data for Name: recordings; Type: TABLE DATA; Schema: public; Owner: p2pvr
+--
+
+COPY recordings (recordingid, storageaddress, guid, scheduleid, eventuid) FROM '$P2MOCKSCRIPTDIR/recordings';
+
+
+--
+-- Name: recordings_recordingid_seq; Type: SEQUENCE SET; Schema: public; Owner: p2pvr
+--
+
+SELECT pg_catalog.setval('recordings_recordingid_seq', 217, true);
+
+
+--
+-- Name: schedules_scheduleid_seq; Type: SEQUENCE SET; Schema: public; Owner: p2pvr
+--
+
+SELECT pg_catalog.setval('schedules_scheduleid_seq', 186, true);
+
+
+--
+-- PostgreSQL database dump complete
+--
+
diff --git a/p2pvr/daemon/unittests/datasources/delivery_dvbc b/p2pvr/daemon/unittests/datasources/delivery_dvbc
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/p2pvr/daemon/unittests/datasources/delivery_dvbc
diff --git a/p2pvr/daemon/unittests/datasources/delivery_dvbs b/p2pvr/daemon/unittests/datasources/delivery_dvbs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/p2pvr/daemon/unittests/datasources/delivery_dvbs
diff --git a/p2pvr/daemon/unittests/datasources/delivery_dvbt b/p2pvr/daemon/unittests/datasources/delivery_dvbt
new file mode 100644
index 0000000..b699b44
--- /dev/null
+++ b/p2pvr/daemon/unittests/datasources/delivery_dvbt
@@ -0,0 +1,6 @@
+722000000 20544 0 t t t 3 0 3 1 0 1 t
+690000000 24640 0 t t t 3 0 3 1 0 1 t
+754000000 32772 0 t t t 0 0 3 1 0 1 f
+682000000 4170 0 t t t 3 0 2 1 0 1 t
+658000000 8217 0 t t t 3 0 2 1 0 1 t
+714000000 12294 0 t t t 3 0 3 1 0 1 t
diff --git a/p2pvr/daemon/unittests/datasources/eventOffset.sql b/p2pvr/daemon/unittests/datasources/eventOffset.sql
new file mode 100644
index 0000000..9667f86
--- /dev/null
+++ b/p2pvr/daemon/unittests/datasources/eventOffset.sql
@@ -0,0 +1,8 @@
+--
+-- This SQL will update events in the sample data to start tomorrow (avoids things changing as day goes by)
+--
+
+UPDATE events SET
+ starttime = starttime + (SELECT current_date - min(starttime) FROM events) + '1 day'::interval,
+ stoptime = stoptime + (SELECT current_date - min(starttime) FROM events) + '1 day'::interval;
+
diff --git a/p2pvr/daemon/unittests/datasources/events b/p2pvr/daemon/unittests/datasources/events
new file mode 100644
index 0000000..af61a01
--- /dev/null
+++ b/p2pvr/daemon/unittests/datasources/events
@@ -0,0 +1,24850 @@
+5696 40124 Coming up on 5 live sports extra eng \N Coming up at 7.40pm , rugby union commentary from the Aviva Premiership as Sale face Exeter. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:40:00 \N \N \N \N \N 1 t
+5696 40435 Rugby Union eng \N 5 live sports extra joins BBC local radio for live rugby union commentary from the Aviva Premiership as Sale face Exeter. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-19 19:40:00 2014-12-19 21:45:00 \N \N \N \N \N 2 t
+4544 45524 This Is BBC Four eng \N This is BBC Four. Programmes start at 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 18:58:00 2014-12-24 19:00:00 \N \N \N \N \N 9 t
+4544 47744 New eng Carols from King's 1954: A Festival of Lessons and Carols Digitally remastered version of the first ever Carols from King's from 1954. Also in HD. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:45:00 \N \N \N S \N 10 t
+4544 47872 Wild Scotland eng Otters, Puffins and Seals Wildlife cameraman Gordon Buchanan explores his native Mull and some of the nearby islands, filming otters, deer, puffins, seals and a minke whale. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 19:45:00 2014-12-24 20:00:00 \N \N \N S \N 11 t
+4544 47746 Happy Holidays with Bing and Frank eng \N Two of the biggest musical celebrities of the 20th century, Frank Sinatra and Bing Crosby, come together with Christmas songs old and new in this classic holiday special from 1957. Also in HD. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N S \N 12 t
+4544 47395 Arena eng Oooh er Missus! The Frankie Howerd Story Documentary about the life of Frankie Howerd, with help from friends and colleagues and including highlights from his TV and film career. \N 0 25 f 1 eng eng 2 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:30:00 \N \N \N S \N 13 t
+40976 47696 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 00:10:00 2014-12-21 01:10:00 \N \N \N \N \N 14 t
+40976 47697 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 01:10:00 2014-12-21 02:15:00 \N \N \N \N \N 15 t
+40976 47363 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 02:15:00 2014-12-21 03:45:00 \N \N \N \N \N 16 t
+5952 53409 As BBC Radio 5 live eng \N BBC Asian Network joins BBC Radio 5 live through the night. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 06:00:00 \N \N \N \N \N 17 t
+4672 51942 Swashbuckle eng Strict Pirate's Got Talent Pirate-themed game show. Tyler, Millie, Lexi and Thomas are the Swashbucklers, while Captain Sinker attempts ventriloquism for a talent competition. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:25:00 \N \N \N S \N 22 t
+4672 51943 Kate and Mim-Mim eng Mirror Mirror Animated series about feisty five-year-old Kate and her huggable toy bunny Mim-Mim. Kate and Mim-Mim work to get Gobble and Tack back together after an argument. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 09:25:00 2014-12-22 09:35:00 \N \N \N S \N 23 t
+4672 51944 Bing eng Bake Bing and Flop are making ginger-bunny biscuits for Charlie and Coco. Nobody hears the chickie timer ring to tell them that the biscuits are cooked. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 09:35:00 2014-12-22 09:45:00 \N \N \N AD,S \N 24 t
+4672 51945 Something Special: We're All Friends eng Castle Educational series using Makaton sign language. Justin and his friends Liam and Iqra visit a great castle on a hill in Edinburgh. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 09:45:00 2014-12-22 10:05:00 20 25 \N S \N 25 t
+4672 51946 My Pet and Me eng Kunekune Pigs Series showing children what it really means to have a pet. Ferne visits Scarlett and her pet kunekune pigs, Polly and Dixie, and has a farmyard tea party. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 10:05:00 2014-12-22 10:20:00 1 25 \N S \N 26 t
+4672 51947 Tree Fu Tom eng The Last Squizzle Animated fantasy adventure show. When the gang run out of squizzles, they must go on a quest to their source, the elusive squizzle tree. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 10:20:00 2014-12-22 10:45:00 \N \N \N S \N 27 t
+4672 51948 The Furchester Hotel: Christmas Special eng Monster Monster Day Preschool puppet show. Monster Monster visits only one hotel on Monster Monster Day. Elmo really wants it to be the Furchester, but there's a problem. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 10:45:00 2014-12-22 11:00:00 \N \N \N AD,S \N 28 t
+4672 51949 Justin's House eng Housewarming Justin Fletcher entertains children with singing, dancing and comedy. Now he is comfortable in his new house, Justin wants to have a housewarming party. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:25:00 2 23 \N S \N 29 t
+4672 51950 Octonauts eng Adelie Penguins Animated deep sea adventures with Captain Barnacles and his explorers. Kwazii and Peso have their hands full babysitting a bunch of adelie penguin chicks. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 11:25:00 2014-12-22 11:35:00 2 22 \N AD,S \N 30 t
+4672 51951 Octonauts eng The Narwhal Animated deep sea adventures with Captain Barnacles and his fellow explorers. While sailing the Arctic, the Octonauts' ship, the Octopod, gets trapped in the ice. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 11:35:00 2014-12-22 11:45:00 \N \N \N AD,S \N 31 t
+40992 51853 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 11:25:00 2014-12-21 11:50:00 \N \N \N \N \N 915 t
+4672 51952 My Story eng Concorde Preschool history series. Tappi Tony shares his memories of flying aeroplanes with his step-grandchildren, Amy and Tommy. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 11:45:00 2014-12-22 12:00:00 6 25 \N S \N 32 t
+40992 51848 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 10:05:00 2014-12-21 10:20:00 \N \N \N \N \N 33 t
+6784 51897 Christmas Eve with Heston eng \N Heston Blumenthal presents Christmas dinner tips, seasonal music and festive sparkle in the company of Jo Whiley, Michael Ball and Noddy Holder. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 12:00:00 2014-12-24 14:00:00 \N \N \N \N \N 51 t
+6784 51821 Steve Wright in the Afternoon eng \N Steve chats to actor Michael Keaton, the cast of The Musketeers and lifestyle guru Barry from Watford. Plus Factoids, Non-Stop Oldies and the latest entertainment news. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 17:00:00 \N \N \N \N \N 52 t
+6912 55145 Today eng \N Morning news and current affairs. Includes Sports Desk at 6.25am, 7.25am, 8.25am; Weather 6.05am, 6.57am, 7.57am; Thought for the Day 7.48am. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N \N \N 53 t
+16032 41938 Scooby-Doo! The Mystery Begins eng \N Animation starring Kate Melton and Hayley Kiyoko, 2009. Spooky events at Coolsville High bring Shaggy, Fred, Velma, Daphne and talking dog Scooby-Doo together \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:30:00 \N \N \N AD,S \N 54 t
+16032 36452 Canimals eng Pool Cans It is a hot day and the Canimals decide that turning the sink into a swimming pool will be a good way to deal with the heat and relieve their boredom. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 13:30:00 2014-12-22 13:40:00 \N \N \N S \N 55 t
+16032 36495 Canimals eng Can vs Shell Fizzy's desire for a sparkly ring combined with his clumsiness ends up in him testing his abilities in a hand-to-claw confrontation with a hermit crab. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 13:40:00 2014-12-22 13:50:00 \N \N \N S \N 56 t
+16032 36559 Canimals eng Toki in Love Toki finds a new friend and Mimi tries to break them up. But every time she tries to sabotage the new couple her efforts only bring them closer together. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 13:50:00 2014-12-22 14:00:00 \N \N \N S \N 57 t
+16032 41939 Dino Dan: Trek's Adventures eng Dino-go-seek Jurassic adventures. During an indoor game of hide-and-seek, Trek discovers that Microraptors use their natural abilities to hide with the best of them. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:15:00 \N \N \N S \N 58 t
+4168 52592 North West Tonight eng \N The latest news, sport and weather for the North West of England. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N S \N 605 t
+16032 41940 Dino Dan: Trek's Adventures eng Dino Giants Jurassic adventures. Trek enlists a palaeontologist's help to figure out who would win in a stand-off - the Giganotosaurus or the T-Rex. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 14:15:00 2014-12-22 14:30:00 \N \N \N S \N 59 t
+16032 41941 Super 4 eng Saving Prince Alexander Animated comedy adventure series. Baba-Cara the witch has kidnapped Alex! If the gang want to see him again, they need to steal King Kenric's sacred teapot. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 14:30:00 2014-12-22 14:45:00 \N \N \N S \N 60 t
+16032 41942 Super 4 eng Convoy of Honour Animated comedy adventure series. Our heroes have to deliver an ancestral sword to King Kenric. It is made of crystal and is as symbolic as it is fragile. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 14:45:00 2014-12-22 15:00:00 \N \N \N S \N 61 t
+6016 40122 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:05:00 \N \N \N \N \N 62 t
+6016 40123 Sportsworld eng \N Live sport from around the world with news, interviews and analysis. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-21 18:05:00 2014-12-21 19:00:00 \N \N \N \N \N 63 t
+6016 40124 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:05:00 \N \N \N \N \N 64 t
+6016 40125 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 19:05:00 2014-12-21 19:32:00 \N \N \N \N \N 65 t
+6016 40590 Heart and Soul eng \N Personal approaches to spirituality from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 19:32:00 2014-12-21 20:00:00 \N \N \N \N \N 66 t
+6016 40127 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 20:00:00 2014-12-21 20:05:00 \N \N \N \N \N 67 t
+6016 40591 Global Beats eng Lisbon Global Beats is in Lisbon to hear its rich musical heritage and features Lula Pena, Antonio Zambujo and Buraka Som Sistema. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 20:05:00 2014-12-21 21:00:00 \N \N \N \N \N 68 t
+6720 64634 Phil Taggart eng \N Phil Taggart sits in for Matt Edmondson with Christmas fun from PTX. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 13:00:00 \N \N \N \N \N 73 t
+23968 4378 Timothy Goes to School eng \N The discovery of an interesting rock in the schoolyard causes a dispute between Fritz and Charles and Timothy recaptures Norma's pet lizard Norman. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 74 t
+23968 4379 Strawberry Shortcake eng Berry Bitty Adventures New. Strawberry struggles with how to be the berry best hostess when she has the very worst house guests. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 75 t
+23968 4714 Programmes will resume at 03 eng 00pm Programmes will resume at 03.00pm \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 19:00:00 2014-12-20 06:00:00 \N \N \N \N \N 76 t
+4736 62935 Daily Politics eng \N Andrew Neil and Jo Coburn with the latest political news, interviews and debate. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 \N \N \N \N \N 88 t
+4736 63366 Westminster in Review eng \N Alicia McCarthy presents a review of the parliamentary highlights at Westminster since September. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 04:00:00 2014-12-23 05:00:00 \N \N \N \N \N 93 t
+4736 63090 European Parliament - Papal Address eng \N Recorded coverage of the address to the European Parliament in Strasbourg by His Holiness Pope Francis. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:40:00 \N \N \N \N \N 94 t
+4736 63367 Welsh First Minister's Questions eng \N Recorded coverage of questions in the Welsh Assembly to first minister Carwyn Jones, from Tuesday 9 December. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 05:40:00 2014-12-23 06:25:00 \N \N \N \N \N 95 t
+5888 51933 Trevor Nelson eng \N Hot for 2015 artist Stormzy is in 1Xtra's Live Lounge for Trevor, plus Film Fridays with Rhianna. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 12:45:00 \N \N \N \N \N 98 t
+5824 38858 Doctor Who: Hornets' Nest eng A Sting in the Tale, pt 1 In his next alien insect encounter, the Time Lord travels back to medieval England. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:30:00 7 10 \N \N \N 99 t
+5824 39270 Crib City eng \N 4 Extra Debut. Susannah Clapp visits Naples to meet the craftsmen who have been making miniature model holy stables for centuries. From December 2004. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 06:30:00 2014-12-24 07:00:00 \N \N \N \N \N 100 t
+5824 38860 North by Northamptonshire eng \N A storm is gathering in the town, and Esther has a big question for Ken and Keith. Sheila Hancock narrates, with John Biggins. From December 2011. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:30:00 4 6 \N \N \N 101 t
+5824 38861 Paul Sinha's History Revision eng Paul Sinha explores the history behind things we take for granted. Communication Paul's story of the telephone takes in electro-shock therapy and an exploding boat. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 07:30:00 2014-12-24 08:00:00 4 4 \N \N \N 102 t
+5824 40025 Up the Pole eng \N 4 Extra Debut. Popular double act Jimmy Jewel and Ben Warriss settle into a new flat over a disused fire station. With Jon Pertwee. From November 1948. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:30:00 \N \N \N \N \N 103 t
+5824 40028 The Naughty Navy Show eng \N 4 Extra Debut. Spike Milligan's one-off festive show before a student audience at the Greenwich Royal Naval College. With John Bird. From December 1965. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N \N \N 104 t
+8381 14949 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 14:20:00 2014-12-24 14:35:00 \N \N \N S \N 115 t
+8381 14950 Doc Martin eng \N Doc Martin may be losing his receptionist, as Pauline wants to go to university. The peace of Portwenn is shaken by a hoard of twitchers on the trail of a rare bird. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 14:35:00 2014-12-24 16:35:00 \N \N \N AD,S \N 116 t
+5632 36323 Afternoon Edition eng \N Colin Paterson presents an afternoon of news, sport and engaging conversation. Including breaking news, big-name interviews and experts on a variety of issues. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 13:00:00 2014-12-24 16:00:00 \N \N \N \N \N 124 t
+4287 56469 The Wrong Mans eng X-Mans/White Mans Sam and Phil embark on an international quest to prove once again they are The Wrong Mans. Contains some strong language and some violence. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 1 2 \N AD,S \N 127 t
+4287 57917 Never Mind the Buzzcocks eng Christmas Show The guest panellists are Louis Walsh, Glen Matlock, Lloyd Langford and Melissa Steel. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:30:00 12 13 \N S \N 128 t
+4287 57918 Brian Pern eng A Life in Rock Spoof documentary following ageing rocker Brian Pern. Brian records a charity Christmas record in aid of bi-polar polar bears. Contains strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 22:30:00 2014-12-22 23:00:00 3 3 \N AD,S \N 129 t
+4287 56470 Andy Parsons - Slacktivist eng \N One of Britain's sharpest comedians tackles the big issues. Plus the ultimate anti-finale. Recorded live at the Harrogate Theatre. Contains strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N S \N 130 t
+16048 32705 The Memoirs of Sherlock Holmes eng The Three Gables A man's affair with a beautiful widow brings strange events to his grandmother's house after his death. Holmes meets the Spanish beauty and sets out to destroy her. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:25:00 \N \N \N AD,S \N 136 t
+6720 64333 Gemma Cairney eng \N Fresh music to keep you up or get you up. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 04:00:00 2014-12-19 06:30:00 \N \N \N \N \N 1409 t
+16048 25240 On the Buses eng Boxing Day Social Enduring British sitcom about a chirpy bus driver and his conductor pal. Jack takes a fancy to Arthur's sister, much to Arthur's chagrin. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 04:25:00 2014-12-21 04:50:00 \N \N \N S \N 137 t
+16048 33417 On the Buses eng The New Telly 70s sitcom about a bus company. Stan and the family decide to buy a colour TV, but there is a problem with disposing of the old set. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 04:50:00 2014-12-21 05:15:00 \N \N \N S \N 138 t
+16048 32755 Judge Judy eng \N New York City's outspoken family court judge Judy Sheindlin presides over a series of real-life cases and conflicts, trying to find solutions for all kinds of family issues. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 05:15:00 2014-12-21 05:40:00 \N \N \N S \N 139 t
+16048 32756 Judge Judy eng \N New York City's outspoken family court judge Judy Sheindlin presides over a series of real-life cases and conflicts, trying to find solutions for all kinds of family issues. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 05:40:00 2014-12-21 06:00:00 \N \N \N S \N 140 t
+8274 17169 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 22:45:00 2014-12-24 23:00:00 \N \N \N S \N 141 t
+8274 20375 Christmas Carols on ITV eng \N Aled Jones, Mica Paris, Lucy Kay and Collabro joins the congregation of St. Mary's Church in Prestwich, Manchester for their traditional candlelit Christmas Eve carol service. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N S \N 142 t
+14784 2856 All the Leaves are Brown... eng \N And the sky is grey. So check out Holidays TV! We have 100s of established agents with YOUR holiday needs in mind. Whatever tickles your fancy, you'll find it here! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 04:00:00 \N \N \N \N \N 144 t
+5888 52032 Annie Nightingale eng \N Annie relives the best of 2014's guest mixes, including Mele, Show N Prove, Deekline, Fred V & Grafix, Jus Now and Mumbai Science. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 04:00:00 \N \N \N \N \N 161 t
+26560 13712 In:Demand with Stu Tolan eng The Biggest Hits & The Biggest Stars on your radio every weeknight from 7pm! This is the all new In Demand! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 19:00:00 2014-12-22 22:00:00 \N \N \N \N \N 169 t
+40992 51849 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 10:20:00 2014-12-21 10:45:00 \N \N \N \N \N 170 t
+22208 4656 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:30:00 \N \N \N \N \N 173 t
+22208 4399 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 06:30:00 2014-12-24 07:00:00 \N \N \N \N \N 174 t
+22208 4401 60 Minute Makeover eng \N Claire Sweeney presents a design series in which the team has just one hour to improve a home in Edinburgh with a makeover. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 07:00:00 2014-12-24 08:00:00 \N \N \N S \N 175 t
+22208 4585 6ixth Sense With Colin Fry eng \N One of Britain's most successful spiritualist mediums, Colin Fry, attempts to make contact with the other side in front of an expectant studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:30:00 \N \N \N S \N 176 t
+22208 4590 6ixth Sense With Colin Fry eng \N One of Britain's most successful spiritualist mediums, Colin Fry, attempts to make contact with the other side in front of an expectant studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N S \N 177 t
+4352 53293 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:30:00 \N \N \N S \N 178 t
+4352 58146 World War One At Home eng \N Stories from the Home Front 1914-1918 - a special programme to launch a unique partnership between the BBC and Imperial War Museums. Robert Hall presents. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 03:30:00 2014-12-24 04:00:00 \N \N \N S \N 179 t
+4352 53296 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:30:00 \N \N \N S \N 180 t
+4352 53298 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:30:00 \N \N \N S \N 182 t
+4352 53299 World Business Report eng \N The latest business news from around the world, with live reports from Singapore, Frankfurt and London, and news of what happened overnight in New York. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 05:30:00 2014-12-24 05:45:00 \N \N \N S \N 183 t
+4352 53300 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 05:45:00 2014-12-24 06:00:00 \N \N \N S \N 184 t
+5760 59373 Marc Riley eng \N If you have enjoyed Marc Riley's shows in 2014, you are in for a treat as it's Marc's Best in Show, Part 1, featuring the best of the year's sessions and new tunes. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 21:00:00 \N \N \N \N \N 185 t
+4170 56373 Kung Fu Panda eng \N Animated comedy. Po the Panda is overweight and works in his father's noodle bar but dreams of being a great kung fu warrior like his heroes, the Furious Five. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:25:00 \N \N 2008 AD,S \N 190 t
+4170 55432 Final Score eng \N Jason Mohammad presents the day's football results along with reports from the big games, which include Aston Villa versus Manchester United and Southampton's clash with Everton. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 16:25:00 2014-12-20 17:20:00 \N \N \N S \N 191 t
+4170 49783 BBC News eng \N The latest national and international news from the BBC. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:20:00 2014-12-20 17:30:00 \N \N \N S \N 192 t
+4170 50227 Look North eng \N The latest news, sport and weather for Yorkshire. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:30:00 2014-12-20 17:40:00 \N \N \N S \N 193 t
+4170 49785 Pointless Celebrities eng Christmas Special Alexander Armstrong presents a celebrity Christmas edition of the quiz, with guests including Christopher Biggins, Joe Pasquale, Ann Widdecombe and Bob Carolgees. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:40:00 2014-12-20 18:30:00 \N \N \N S \N 194 t
+41264 280 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 12:00:00 2014-12-25 00:00:00 \N \N \N \N \N 195 t
+5696 40169 Coming up on 5 live sports extra eng \N Coming up at 2.55pm on Boxing Day, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-22 06:00:00 2014-12-22 12:00:00 \N \N \N \N \N 198 t
+4608 65297 Arthur eng The Perfect Game Animation about a young aardvark. Francine is excited for Mr Ratburn's coolest assignment yet. He has asked them to design their very own model cities! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:15:00 \N \N \N S \N 199 t
+4608 36262 All Over the Place eng USA Ed Petrie and friends discover the most amazing places to visit in the USA. The team visit a cowboy school on a rodeo ranch in Texas and get all loved-up in New York. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:15:00 2014-12-21 07:45:00 2 13 \N S \N 200 t
+4608 36478 Nativity! eng \N Comedy starring Martin Freeman and Ashley Jensen. A teacher brags that his ex, a Hollywood producer, is thinking of turning his school's Nativity play into a film. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 07:45:00 2014-12-21 09:20:00 \N \N 2009 AD,S \N 201 t
+6016 40187 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:05:00 \N \N \N \N \N 1410 t
+28288 8653 Meet The Presenters eng \N Tune in and join our presenters to find out more about their beauty secrets and tips. Get some crucial advice from our expert beauty presenters on the best ways to achieve the perfect looking skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 207 t
+28288 65356 Back at 5am eng \N Programmes start again at 5am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 13:00:00 2014-12-22 05:00:00 \N \N \N \N \N 208 t
+5952 53395 Nihal eng \N Discussion and debate on the big issues affecting British Asians. Homeland actress Nimrat Kaur speaks to Nihal. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 13:00:00 \N \N \N \N \N 209 t
+7168 34317 CBeebies Christmas Karaoke eng \N Viewers can press the Red Button to sing along with their CBeebies chums. The service features songs from ZingZillas, Something Special and this year's CBeebies Pantomime. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-22 12:00:00 2014-12-22 16:00:00 \N \N \N \N \N 216 t
+4544 47393 Top of the Pops Christmas eng 1979 1979 Christmas special with Lena Martell, Janet Kay, BA Robertson, Cliff Richard, Boney M, Tubeway Army, Squeeze, Buggles, Ian Dury, Blondie, Racey, Elvis Costello and Roxy Music. \N 0 25 f 1 eng eng 3 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:30:00 \N \N \N S \N 219 t
+4544 47747 New eng Some Santas with Jokes Father Christmases from across Britain take time out of their busy schedules to share their favourite jokes and get the whole nation going 'ho-ho-ho!'. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:30:00 2014-12-24 23:00:00 \N \N \N S \N 220 t
+4544 47748 Frank Sinatra eng The Voice of the Century - Arena Arena profiles crooner Frank Sinatra, acknowledged as one of the greatest singers of the 20th century, from his early family background to overwhelming showbusiness success. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:35:00 \N \N \N S \N 221 t
+6016 40216 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:05:00 \N \N \N \N \N 2236 t
+8281 29703 You've Been Framed at Christmas! eng \N Harry Hill gives his unique gift of surreal silliness to some festive home videos including a fight to the death as a kid wrestles a Christmas tree, and Carrie the possessed car. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 18:15:00 2014-12-24 18:45:00 \N \N \N S \N 235 t
+8281 17160 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:45:00 2014-12-24 19:00:00 \N \N \N S \N 236 t
+8281 17162 Emmerdale eng \N Andy and Robert's feud reaches boiling point. Charity manipulates Cain. Bernice finds comfort in an unlikely source. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N AD,S \N 237 t
+8281 16739 Coronation Street eng \N Gary feels isolated from his family. Will Kylie give in to her demons? Lloyd is shocked by news of Jenna. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N AD,S \N 238 t
+8281 17464 Skyfall eng \N Action starring Daniel Craig and Javier Bardem, 2012. A troubled James Bond returns from hiding to take on a chilling villain while protecting the MI6 boss \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 20:00:00 2014-12-24 22:45:00 \N \N \N AD,S \N 240 t
+4672 51953 Tinga Tinga Tales eng Why Guinea Fowl Has Dots Stories about how different animals became distinctive. Tortoise challenges Guinea Fowl to find out why the top of Mount Tinga Tinga shines. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:15:00 \N \N \N S \N 241 t
+4672 51954 Charlie and Lola: Christmas Special eng How Many More Minutes to Christmas? Children's animation with brother and sister Charlie and Lola. Lola discovers there is no door for Christmas Day on her advent calendar. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 12:15:00 2014-12-22 12:40:00 \N \N \N AD,S \N 242 t
+4672 51955 Time for School eng Christmas Documentary series about starting school. It's time for the spectacular school Nativity play, which is held on the island. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 12:40:00 2014-12-22 13:00:00 18 20 \N AD,S \N 243 t
+4672 51956 Swashbuckle eng Strict Pirate's Got Talent Pirate-themed game show. Tyler, Millie, Lexi and Thomas are the Swashbucklers, while Captain Sinker attempts ventriloquism for a talent competition. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:20:00 \N \N \N S \N 244 t
+4672 51957 Kate and Mim-Mim eng Mirror Mirror Animated series about feisty five-year-old Kate and her huggable toy bunny Mim-Mim. Kate and Mim-Mim work to get Gobble and Tack back together after an argument. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 13:20:00 2014-12-22 13:35:00 \N \N \N S \N 245 t
+4672 51958 Bing eng Bake Bing and Flop are making ginger-bunny biscuits for Charlie and Coco. Nobody hears the chickie timer ring to tell them that the biscuits are cooked. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 13:35:00 2014-12-22 13:45:00 \N \N \N AD,S \N 246 t
+4672 51959 Something Special: We're All Friends eng Castle Educational series using Makaton sign language. Justin and his friends Liam and Iqra visit a great castle on a hill in Edinburgh. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 13:45:00 2014-12-22 14:05:00 20 25 \N S \N 247 t
+4672 51960 Show Me Show Me: Christmas Special eng Snowflakes and Sparkles Chris and Pui investigate and explore in their magical playroom in the sky. Everyone gets dressed up in their best outfits for Momo's sparkly snow ball. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 14:05:00 2014-12-22 14:30:00 25 25 \N S \N 248 t
+4672 51961 Woolly & Tig eng Excited Live-action children's show. When Tig goes to a town festival, she is very excited. When she meets her friend Angel at the festival, she becomes even more excited. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 14:30:00 2014-12-22 14:35:00 \N \N \N S \N 249 t
+4672 51962 Mr Bloom: Here and There eng Seaside Safari Mr Bloom helps young people with their green spaces. Giuseppe and Anna-Rose live near the seaside in Wales. They love to go there with their families. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 14:35:00 2014-12-22 14:50:00 \N \N \N S \N 250 t
+4672 51963 I Can Cook eng Three Cheese and Cress Muffins Katy cooks up a feast of food fun in her kitchen. Katy and her friends make three cheese and cress muffins. The special ingredient is cress! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 14:50:00 2014-12-22 15:05:00 \N \N \N S \N 251 t
+4287 55487 The Good Life eng Silly, But It's Fun Seasonal special of the suburban sitcom. The Goods and the Leadbetters plan their respective Christmases, but neither go according to plan. Classic from 1977. \N 0 25 f 1 eng eng 3 0 0 \N 2014-12-20 18:30:00 2014-12-20 18:55:00 \N \N \N S \N 254 t
+4287 56410 John Le Mesurier eng It's All Been Rather Lovely Candid portrait of actor John Le Mesurier, from his turbulent marriage to Hattie Jacques to his life-changing role as Sergeant Wilson in Dad's Army. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-20 18:55:00 2014-12-20 19:55:00 \N \N \N AD,S \N 255 t
+4287 55488 Dad's Army eng My Brother and I 1975 Christmas special of the classic comedy about Walmington-on-Sea's Home Guard unit. Captain Mainwaring has an unexpected and most unwelcome guest. \N 0 25 f 1 eng eng 3 0 0 \N 2014-12-20 19:55:00 2014-12-20 20:35:00 \N \N \N S \N 256 t
+4287 55489 Christmas University Challenge eng \N Series featuring teams of distinguished graduates. Lady Margaret Hall, Oxford with Cathy Newman and Sam West plays the University of Warwick with Jonathan Coe and Simon Calder. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:35:00 2014-12-20 21:05:00 1 10 \N S \N 257 t
+6784 51822 Simon Mayo eng \N Simon Mayo takes listener requests and plays music to wrap presents and thaw the turkey to. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 17:00:00 2014-12-24 19:00:00 \N \N \N \N \N 268 t
+5824 38714 Rhod Gilbert's Bulging Barrel of Laughs eng \N The Welsh stand-up hosts comedy from Wilson Dixon and Sarah Millican, plus music from Scouting for Girls. From September 2010. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:55:00 1 6 \N \N \N 269 t
+5824 41338 The Comedy Club Interview eng \N The best in contemporary comedy. Tonight, Arthur Smith chats again to James Acaster. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 22:55:00 2014-12-20 23:00:00 \N \N \N \N \N 270 t
+5824 38715 The Mark Steel Lecture eng Ludwig van Beethoven The radical comedian offers his humorous assessment of the influential German composer. From September 2002. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:30:00 1 6 \N \N \N 271 t
+5824 38716 Josie Long eng All of the Planet's Wonders: Astronomy for Dummies: Josie unravels greater mysteries of the cosmos in her quest to better herself through learning and books From February 2009. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 23:30:00 2014-12-20 23:45:00 1 4 \N \N \N 272 t
+5824 38414 Fabulous eng \N Faye fancies a day under her duvet, but perhaps it would be more peaceful at the office? Stars Daisy Haggard. From May 2007. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 23:45:00 2014-12-21 00:00:00 2 6 \N \N \N 274 t
+6912 55440 Book of the Week eng Stories in the Stars Susanna Hislop's imaginative exploration of the night sky's constellations. The author introduces the cartographers who first mapped the night sky. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 09:45:00 2014-12-22 10:00:00 1 5 \N \N \N 276 t
+6912 55148 Woman's Hour eng \N Jane Garvey presents the programme that offers a female perspective on the world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:45:00 \N \N \N \N \N 277 t
+6912 55441 15 Minute Drama eng The Skool Days of Nigel Molesworth, by Patrick Barlow and George Poles. Hail St Custards Molesworth gives a guided tour of the utter shambles that is St Custards. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 10:45:00 2014-12-22 11:00:00 1 5 \N \N \N 278 t
+6912 55448 Six Weeks to Save the World eng \N Dr John Wright records his work at an Ebola centre set up to serve Moyamba junction, a key stop-off point as people criss-cross Sierra Leone, where containment of Ebola is crucial. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 \N \N \N \N \N 279 t
+6912 55151 Start/Stop eng Sitcom by Jack Docherty about three marriages in various states of disrepair. Christmas The three couples prepare for Christmas, with accompanying bitterness and twistedness. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 7 8 \N \N \N 280 t
+6016 40129 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 21:05:00 \N \N \N \N \N 281 t
+6016 40130 Newshour eng \N BBC correspondents report live from around the world to explain why events are happening and what impact they will have on our lives. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 21:05:00 2014-12-21 22:00:00 \N \N \N \N \N 282 t
+6016 40131 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 22:00:00 2014-12-21 22:05:00 \N \N \N \N \N 283 t
+6016 40132 From Our Own Correspondent eng \N Insight, wit and analysis from BBC correspondents around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 22:05:00 2014-12-21 22:32:00 \N \N \N \N \N 284 t
+6016 40133 Boston Calling eng \N How the world looks through American eyes, and the myriad and unexpected ways that the world influences the United States. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 22:32:00 2014-12-21 23:00:00 \N \N \N \N \N 285 t
+6016 40134 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:05:00 \N \N \N \N \N 286 t
+6016 40135 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 23:05:00 2014-12-21 23:20:00 \N \N \N \N \N 287 t
+6016 40136 Sports News eng \N The latest news from the world of sport. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-21 23:20:00 2014-12-21 23:32:00 \N \N \N \N \N 288 t
+6016 40137 Trending eng \N Explaining the stories the world is sharing. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 23:32:00 2014-12-21 23:50:00 \N \N \N \N \N 289 t
+6016 40138 More or Less eng \N Tim Harford explains the numbers and statistics in the news and in life. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 23:50:00 2014-12-22 00:00:00 \N \N \N \N \N 290 t
+4352 51147 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:30:00 \N \N \N S \N 292 t
+4352 51149 Newsday eng \N Live from London and Singapore, the latest international news from the BBC. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:30:00 \N \N \N S \N 294 t
+4352 51150 ABC World News with David Muir eng \N The latest news from America, as reported by the ABC television network's flagship evening news programme. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:00:00 \N \N \N S \N 295 t
+4352 51151 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:30:00 \N \N \N S \N 296 t
+4352 51152 Asia Business Report eng \N Live from Singapore, the essential business news as it breaks and a look ahead to the news that will shape the business day. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 02:30:00 2014-12-19 02:45:00 \N \N \N S \N 297 t
+4352 51153 Sport Today eng \N All the latest sports news and results from around the globe. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-19 02:45:00 2014-12-19 03:00:00 \N \N \N S \N 298 t
+6720 64402 Alice Levine eng \N Great music for your weekend. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 13:00:00 2014-12-21 16:00:00 \N \N \N \N \N 299 t
+5696 40436 Coming up on 5 live sports extra eng \N Coming up at 3.10pm tomorrow, rugby union commentary from Northampton v Leicester in the Aviva Premiership. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-19 21:45:00 2014-12-20 00:00:00 \N \N \N \N \N 303 t
+4736 62977 Professor Linda Colley Lecture eng \N Professor Linda Colley delivers a lecture at Guildhall on the Magna Carta in the run up to its 800th anniversary, from Tuesday 25 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 06:25:00 2014-12-23 07:15:00 \N \N \N \N \N 305 t
+4736 63263 House of Commons - Devolution and the Union eng \N Recorded coverage of a debate in the House of Commons on devolution and the Union, from Thursday 20 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 07:15:00 2014-12-23 08:45:00 \N \N \N \N \N 306 t
+4736 62979 Vernon Bogdanor Lecture eng \N Professor Vernon Bogdanor delivers a lecture on the 1945 general election at the Museum of London, from Tuesday 11 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 08:45:00 2014-12-23 09:40:00 \N \N \N \N \N 307 t
+5824 39274 Foul Play eng The Proof of the Pudding Crime writers PD James and HRF Keating probe death at dinnertime. Simon Brett hosts the murder quiz. From December 1997. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:30:00 \N \N \N \N \N 309 t
+5824 38865 The Hudson and Pepperdine Show eng \N Becoming a 'breatharian' has disastrous consequences. Sketches and songs with Mel Hudson and Vicki Pepperdine. From April 2000. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 3 4 \N \N \N 310 t
+5824 39106 Thackeray - The Rose and the Ring eng \N Countess Gruddanuff and Fairy Blackstick make plans for the four royal young lovers. Stars Prunella Scales and Maureen Lipman. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 2 2 \N \N \N 312 t
+5824 39127 James Hopkin - A Georgian Trilogy eng A Peacock in Sulphur 4 Extra Debut. Niko Pirosmani was one of Georgia's greatest artists, but was it his art that killed him? Read by Allan Corduner. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:15:00 1 3 \N \N \N 313 t
+5824 39275 PL Travers - The Fox at the Manger eng \N When a fox meets the Messiah at the Nativity, he offers up his cunning. Magical story starring Wendy Hiller and Alec McCowen. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 11:15:00 2014-12-24 12:00:00 \N \N \N \N \N 314 t
+4170 51747 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N S \N 315 t
+4288 39934 This Is BBC Three eng \N BBC Three. The best in new entertainment, comedy, contemporary drama and music for the digital generation. Stay tuned for 60 Seconds news. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 18:58:00 2014-12-24 19:00:00 \N \N \N \N \N 316 t
+4288 42719 Don't Tell the Bride eng Let it Snow! Steve has just three weeks to plan a wedding with an icy twist, theming it around a favourite animated movie, but Emma wants an upmarket wedding to impress her family. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N S \N 317 t
+4288 42720 Gavin & Stacey Christmas Special eng \N Festive edition of the hit sitcom. As Nessa and the Wests head to Essex to spend Christmas with the Shipmans, Gavin and Stacey have a startling announcement to make. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N AD,S \N 318 t
+5632 36324 Drive eng \N A round-up of the day's top news and sport with Caroline Barker and Chris Mason. Plus interviews with people at the centre of the stories, and regular travel updates. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 16:00:00 2014-12-24 18:00:00 \N \N \N \N \N 319 t
+4287 56471 Chances Are eng \N Lighthearted romantic fantasy about a widow whose late husband is reincarnated and enters her life again. To complicate matters further, he appears as her daughter's boyfriend. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:45:00 \N \N 1989 S \N 320 t
+4287 51444 The Apprentice eng Interviews The candidates have 24 hours to brush up on their business plans, before being interviewed by four of Lord Sugar's advisers. Contains some strong language. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 01:45:00 2014-12-23 02:45:00 11 14 \N S,SL \N 321 t
+4287 51446 This Is BBC Two eng \N Highlights of programmes on BBC Two. \N 2 25 f 3 eng eng 0 0 0 \N 2014-12-23 02:45:00 2014-12-23 06:05:00 \N \N \N S \N 322 t
+5760 59341 6 Music Live Hour eng \N Chris Hawkins plays the Mechanics at the Paris Theatre in London in 1982 and sessions from the Weather Prophets and the Hornblower Brothers. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 03:00:00 2014-12-20 04:00:00 \N \N \N \N \N 334 t
+5760 59342 25 Years of Rock eng 1973 Stuart Grundy presents a series looking back on the events and music of each year from 1955 to 1979, featuring archive recordings and news read by Bill Bingham. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 04:00:00 2014-12-20 05:00:00 19 30 \N \N \N 335 t
+5760 59343 Chris Hawkins eng \N A great mix of music for the weekend, including a featured album by the Verve. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 05:00:00 2014-12-20 07:00:00 \N \N \N \N \N 336 t
+23712 3322 Bridezillas eng Best Bridezilla Meltdowns There was a lot of competition, but these are the biggest, scariest and loudest Bridezilla meltdowns seen on the hit reality show to date. Grooms take cover... \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 09:05:00 2014-12-21 10:00:00 \N \N \N \N \N 337 t
+23712 3323 Don't Tell the Bride eng Ian and Reanna More marital mayhem in the reality series. Ian plans a big fat Greek wedding for his bride Reanna, who wants to keep her traditional Greek Cypriot family happy. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N S \N 338 t
+23712 3324 Don't Tell the Bride eng Simon and Kaleigh Reality series. Kaleigh and Simon have been together for six years, but the groom-to-be is gambling his happiness on a Nevada wedding. What will happen in Vegas? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N S \N 339 t
+23152 17880 New eng The Great Christmas Light Fight: In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 342 t
+23152 17375 South Beach Tow eng Season 3 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:30:00 \N \N \N \N \N 343 t
+23152 17376 South Beach Tow eng Season 3 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 22:30:00 2014-12-19 23:00:00 \N \N \N \N \N 344 t
+23152 17881 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:30:00 \N \N \N \N \N 345 t
+23152 17882 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:00:00 \N \N \N \N \N 346 t
+24448 63985 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 348 t
+24448 63986 Green Apatite Showcase eng \N A look at the beautiful and bold gemstone that has caused a lot of excitement at Gems TV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 349 t
+24448 63987 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 350 t
+5888 51934 Newsbeat eng \N The latest news from around the UK and around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 12:45:00 2014-12-19 13:00:00 \N \N \N \N \N 353 t
+5888 52506 Adele Roberts eng \N Adele Roberts sits in for Sarah-Jane Crawford with your afternoon fix of big music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 16:00:00 \N \N \N \N \N 354 t
+5888 52033 1Xtra's Rewind eng Annie Nightingale Another chance to hear Annie's show with Flosstradamus. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 04:00:00 2014-12-24 07:00:00 \N \N \N \N \N 361 t
+4672 50679 The Adventures of Abney and Teal eng CBeebies Bedtime Hour. The Cafe Animated adventures. Abney and Teal decide to set up a cafe. They're worried that they might not get any guests, but they needn't have worried! Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:10:00 \N \N \N AD,S \N 367 t
+4672 50680 Waybuloo eng CBeebies Bedtime Hour. Hiccups Yojojo gets hiccups after spinning around too much, so the Piplings help him find a cure. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 18:10:00 2014-12-19 18:20:00 \N \N \N S \N 368 t
+4672 50681 In the Night Garden eng CBeebies Bedtime Hour. The Ninky Nonk Wants a Kiss Series for young children. Upsy Daisy kisses a tree, a flower and everything in the garden. Suddenly the Ninky Nonk stops. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 18:20:00 2014-12-19 18:50:00 \N \N \N S \N 369 t
+4672 50761 CBeebies Bedtime Stories eng CBeebies Bedtime Hour. Santasaurus An exciting story read by a special guest. Robert Webb reads Santasaurus, by Niamh Sharkey. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 18:50:00 2014-12-19 18:58:00 \N \N \N S \N 370 t
+4672 47446 This is CBeebies! eng \N CBeebies is the BBC channel for under sixes, encouraging children to learn through play. You can join the fun every day from 6.00am to 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 18:58:00 2014-12-20 05:30:00 \N \N \N \N \N 371 t
+6848 61159 Breakfast eng \N Petroc Trelawny presents a special Christmas Eve edition, opening the penultimate window in the Advent calendar and introducing another suggestion for the Best of British Playlist. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 06:30:00 2014-12-24 09:00:00 \N \N \N \N \N 372 t
+25920 19890 Early Morning Shopping eng \N A selection of our best shows for the early morning shopper. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 05:00:00 2014-12-20 06:00:00 \N \N \N \N \N 375 t
+15808 50295 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from Pre 1961 F1 GP Cars & F2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 12:10:00 2014-12-20 12:40:00 \N \N \N \N \N 401 t
+15808 50296 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from 1500CC F1 GP Cars 1961-1965. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 12:40:00 2014-12-20 13:10:00 \N \N \N \N \N 402 t
+15808 50297 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from Sports Racing Cars 1952-1955. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 13:10:00 2014-12-20 13:40:00 \N \N \N \N \N 403 t
+15808 50298 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from F1 Grand Prix Cars 1966-1972. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 13:40:00 2014-12-20 14:45:00 \N \N \N \N \N 404 t
+15808 50299 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from 2-Litre F3 Cars 1974-1978. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 14:45:00 2014-12-20 15:45:00 \N \N \N \N \N 405 t
+4352 53301 Breakfast eng \N All the latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 08:30:00 \N \N \N S \N 406 t
+4352 53302 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N S \N 407 t
+5760 59374 Gideon Coe eng \N Gideon Coe plays Kirsty MacColl in concert, plus session from Motorhead, the Wave Pictures, Laughing Clowns, Y Niwl and Sarabeth Tucek. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 21:00:00 2014-12-23 00:00:00 \N \N \N \N \N 408 t
+6848 60935 Breakfast eng \N Petroc Trelawny presents Radio 3's classical breakfast show, featuring the Carol Competition, the Best of British Playlist and suggestions for the musical Advent Calendar. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 06:30:00 2014-12-19 09:00:00 \N \N \N \N \N 416 t
+6912 54938 News and Weather eng \N The latest national and international news from BBC Radio 4. Followed by Weather. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:30:00 \N \N \N \N \N 423 t
+6912 54981 The Kingdom to Come eng Peter Hennessy asks senior public figures how the UK's constitution will be changed by further devolution. William Hague MP Peter talks to the leader of the House of Commons. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 00:30:00 2014-12-20 00:48:00 5 5 \N \N \N 424 t
+6912 54940 Shipping Forecast eng \N The latest shipping forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 00:48:00 2014-12-20 01:00:00 \N \N \N \N \N 425 t
+6912 54941 As BBC World Service eng \N BBC Radio 4 joins the BBC World Service. BBC Radio 4 resumes at 5.20am. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 01:00:00 2014-12-20 05:20:00 \N \N \N \N \N 426 t
+14448 27174 Rapid Response eng \N Gritty series following a real-life Rapid Response team. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:30:00 \N \N \N \N \N 443 t
+14448 27175 Rapid Response eng \N Gritty series following a real-life Rapid Response team. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:00:00 \N \N \N \N \N 444 t
+14448 27176 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:30:00 \N \N \N \N \N 445 t
+14448 27177 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-20 19:30:00 2014-12-20 20:00:00 \N \N \N \N \N 446 t
+14448 27178 48 Hours eng Mystery Compelling investigative series. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 447 t
+12992 30788 Gotham eng LoveCraft Action-packed drama series based on DC Comics characters. Selina leads a new friend on a perilous journey through the city. Gordon is reassigned to Arkham Asylum. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N AD,S \N 454 t
+12992 30789 CSI: Who's The Boss eng Rashomama US forensic drama. The CSIs investigate after a lawyer is killed at her son's wedding, but the case is compromised when the evidence is stolen. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N AD,S \N 455 t
+12992 30790 CSI: Killer Teens eng Unusual Suspects Crime drama. Flack bonds with the young witness after a teenager is shot and robbed in front of his ten-year-old brother. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N AD,S \N 456 t
+6784 51675 Paul Gambaccini with America's Greatest Hits eng \N Paul Gambaccini blends digital tracks from the week's US charts of songs, albums, R&B, country and rock hits with LP and singles tracks from the last six decades. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 03:00:00 2014-12-19 05:00:00 \N \N \N \N \N 461 t
+6784 51676 Vanessa Feltz eng \N Join Vanessa Feltz for music, chat and a first look at the day's newspapers. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 05:00:00 2014-12-19 06:30:00 \N \N \N \N \N 462 t
+40992 51850 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 10:45:00 2014-12-21 10:55:00 \N \N \N \N \N 475 t
+4608 36263 ROY eng 50ft Roy Comedy drama. Roy wants to teach big bully Deco a lesson. He borrows Deco's formula for his school science project, which turns him into a 50ft giant. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 09:20:00 2014-12-21 09:50:00 2 13 \N AD,S \N 476 t
+4608 36479 The Next Step eng Dance, Dance Reality-style drama following a group of dancers. The A-Troupe is split into two teams to test the leadership skills of the girls competing to be dance captain. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:50:00 2014-12-21 10:15:00 3 30 \N S \N 477 t
+4608 36480 The Next Step eng Rock and a Hard Place Reality-style drama following a group of dancers. When Emily holds dance evaluations for placements in the group dance, she puts Michelle in the back row. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 10:15:00 2014-12-21 10:40:00 4 30 \N S \N 478 t
+4608 36481 Wolfblood eng Alpha Material Fantasy drama about teenagers with secret lives as wolfbloods. An unexpected arrival puts Rhydian's leadership skills to the test. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 10:40:00 2014-12-21 11:10:00 2 13 \N AD,S \N 479 t
+4608 36482 The Dumping Ground eng Baby Drama series. When her dad's pregnant girlfriend moves into their flat, Lily rebels, telling Mike she wants to come back to the Dumping Ground. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 11:10:00 2014-12-21 11:40:00 3 13 \N AD,S \N 480 t
+4608 36483 The Dumping Ground eng S.O.S Drama series. Jody seems happy to be back with her family, but Carmen soon discovers she lives in terror of her brother and plots a rescue mission. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 11:40:00 2014-12-21 12:05:00 4 13 \N AD,S \N 481 t
+5632 36220 5 live Sport eng \N Mark Pougatch looks ahead to the afternoon's sport and Premier League football. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:45:00 \N \N \N \N \N 688 t
+22208 6205 Road Wars Xmas Special eng \N This special catches shocking moments of road mayhem on camera, including drivers and road-users whose festive celebrations may have gone too far. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N S \N 487 t
+22208 6206 Road Wars Xmas Special eng \N Thames Valley police provide more remarkable footage of vehicle theft, high-speed chases and dangerous driving in this seasonal special. Strong language. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N S \N 488 t
+22208 6207 Most Shocking eng Busted In The Buff Fast-paced clip show focusing on challenges the police have to face. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N S \N 489 t
+24032 31265 The Caine Mutiny Court-Martial eng \N Gritty naval drama with Jeff Daniels, charting the court case of a navy lieutenant who is accused of incompetence during a violent storm \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 03:25:00 2014-12-20 05:50:00 \N \N \N \N \N 490 t
+24032 31183 Behind the Screens eng \N From directors to costume-makers we take a look behind the screens to see what it takes to sprinkle that Hollywood movie magic! \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 05:50:00 2014-12-20 06:00:00 \N \N \N \N \N 491 t
+27360 18036 Sale Sharks v Exeter Chiefs eng \N Aviva Premiership rugby from AJ Bell Stadium. Gareth Steenson kicked all the points for the Chiefs as they edged-out Sale with an 18-16 victory here last season. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:30:00 \N \N \N \N \N 498 t
+27360 18037 Northampton Saints v Leicester Tigers eng \N Aviva Premiership from Franklin's Gardens. The Saints ended a poor run of results against their rivals when they beat them 21-20 in May's semi-final in a fiercely fought game. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 10:30:00 2014-12-22 12:00:00 \N \N \N \N \N 499 t
+7168 34321 CBeebies Christmas Karaoke eng \N Viewers can press the Red Button to sing along with their CBeebies chums. The service features songs from ZingZillas, Something Special and this year's CBeebies Pantomime. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-22 16:00:00 2014-12-22 18:15:00 \N \N \N \N \N 500 t
+4170 55337 Strictly Come Dancing eng \N Tess Daly and Claudia Winkleman present the Strictly Come Dancing grand final. In the first of the night's two live shows, the remaining four couples perform two dances each. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:55:00 \N \N \N S \N 501 t
+4170 53425 Atlantis eng The Grey Sisters Drama series. As Ariadne lies on her deathbed, Jason resolves to do all he can to save her and embarks on a dangerous quest into the unknown. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 19:55:00 2014-12-20 20:40:00 6 13 \N AD,S \N 502 t
+4170 57479 The National Lottery Live eng \N The National Lottery Live hosted by Kate Garraway, with special guest Professor Green performing his hit single Lullaby. The programme includes the Lotto and Thunderball draws. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:40:00 2014-12-20 20:50:00 \N \N \N S \N 503 t
+4170 57858 Strictly Come Dancing eng \N Tess Daly and Claudia Winkleman present the second show in the Strictly Come Dancing 2014 live final. All the celebrities of 2014 are reunited to perform together one last time. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:50:00 2014-12-20 22:00:00 \N \N \N S \N 504 t
+4544 47696 Kings of Rock and Roll eng \N A look back at the 1950s, a decade often seen as having the wildest pop music of all time. Stories of the Kings of Rock and Roll are told by artists and their contemporaries. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 00:10:00 2014-12-21 01:10:00 \N \N \N S \N 506 t
+4544 47697 Rock 'n' Roll Britannia eng \N Documentary about the pre-Beatles rock era, when the likes of Lord Rockingham's XI, Vince Taylor and Cliff Richard and the Shadows created a unique copy of American rock 'n' roll. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 01:10:00 2014-12-21 02:15:00 1 2 \N S \N 507 t
+4544 47363 The Fight for Saturday Night eng \N Michael Grade tells a tale of television skullduggery and dirty dealings in the battle to win the Saturday night ratings crown. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 02:15:00 2014-12-21 03:45:00 \N \N \N S \N 508 t
+7168 34307 Friday Night is Music Night eng \N Jeremy Vine presents the Friday Night Is Music Night Christmas Spectacular with favourite Christmas music, poetry and readings and an all-star cast. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 21:55:00 \N \N \N \N \N 516 t
+4672 51964 Mister Maker Around the World eng \N In Australia, Mister Maker tries to make a joke lolly in under a minute. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 15:05:00 2014-12-22 15:25:00 2 26 \N S \N 518 t
+4672 51965 Mike the Knight eng Christmas Castle Animated series about a young knight in training. Mike is thrilled to find that his dad has come back to spend Christmas with his family! Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 15:25:00 2014-12-22 15:50:00 \N \N \N AD,S \N 519 t
+4672 51966 Kate and Mim-Mim eng A Christmas Wish Animated series. It's a stormy Christmas Eve, and Kate worries that Dad won't get home in time to put the star on the Christmas tree. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 15:50:00 2014-12-22 16:10:00 \N \N \N S \N 520 t
+4672 51967 Gigglebiz eng A Christmas Special Sketch show. Christmas Gigglebiz features Captain Adorable, Dina Lady, Rapids Johnson, Farmer Dung and many others. Also with the Gigglekids. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 16:10:00 2014-12-22 16:25:00 1 25 \N S \N 521 t
+4672 51968 Sarah & Duck eng Seacow Snow Trail Animation. Sarah and Duck have received some Christmas presents and are keen to find out who delivered them. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 16:25:00 2014-12-22 16:35:00 \N \N \N AD,S \N 522 t
+4672 51969 Octonauts and the Great Christmas Rescue eng \N Christmas special of the animated deep sea adventure series. For Christmas, the Octonauts travel to Professor Inkling's childhood home, an undersea mountain. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 16:35:00 2014-12-22 17:00:00 \N \N \N AD,S \N 523 t
+4672 51970 The Furchester Hotel eng Welcome to the Furchester Preschool puppet show. The Furchesters make a video about the hotel, but things are going wrong in every room. Can the family solve the problems? Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:10:00 \N \N \N AD,S \N 524 t
+4672 51971 Mouse and Mole at Christmas Time eng \N Animation. Before giving a Twelfth Night party, Mouse makes a snowmole for Mole. In a dream, Snowmole takes him to a land where his every wish is granted. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 17:10:00 2014-12-22 17:40:00 \N \N \N S \N 525 t
+4672 51972 Katie Morag eng Katie Morag Delivers the Mail Katie Morag tries to help her busy parents by delivering mail to everyone on the island. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 17:40:00 2014-12-22 17:55:00 1 26 \N AD,S \N 526 t
+4672 51973 Dipdap eng Snow Storm Series in which a drawn line creates challenges for unsuspecting little Dipdap. The Line draws a little man and his house. Dipdap tries his hardest not to annoy him. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 17:55:00 2014-12-22 18:00:00 \N \N \N S \N 527 t
+18112 65297 Arthur eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:15:00 \N \N \N \N \N 528 t
+18112 36262 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 07:15:00 2014-12-21 07:45:00 \N \N \N \N \N 529 t
+18112 36478 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-21 07:45:00 2014-12-21 09:20:00 \N \N \N \N \N 530 t
+41136 50303 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 18:55:00 2014-12-20 23:05:00 \N \N \N \N \N 533 t
+5632 36221 5 live Sport eng \N Live Premier League football commentary on Manchester City v Crystal Palace. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 12:45:00 2014-12-20 15:00:00 \N \N \N \N \N 689 t
+4288 41194 Family Guy eng And the Wiener Is... Animated comedy. Peter gets a surprise in the shower, while Meg plots revenge after humiliation at school. Patrick Duffy guests. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 00:10:00 2014-12-19 00:30:00 5 22 \N S \N 562 t
+4288 41686 Sweat the Christmas Stuff eng \N Nick Grimshaw hosts a festive edition of the show, with Rochelle Humes, Melvin Odoom, Pixie Lott, Ricky Wilson, Chris Ramsey and Bobby Mair. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 8 9 \N S \N 563 t
+4288 41687 Some Girls eng \N Comedy series about a group of teenage girls. Amber has a trial for Chelsea Ladies, and Holli's romantic life becomes complicated. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:30:00 5 6 \N S \N 564 t
+4288 41794 Russell Brand eng End the Drugs War Russell Brand challenges the point of view that the government's 'war on drugs' policy is working by looking at policies abroad. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:30:00 \N \N \N AD,S \N 565 t
+4288 41689 Him & Her eng The Christmas Special Comedy going behind the bedroom doors of today's 20-somethings. It's Christmas Day, and Steve's got a surprise visitor. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 02:30:00 2014-12-19 03:00:00 7 7 \N AD,S \N 566 t
+6784 52124 The Folk Show with Mark Radcliffe eng \N Mark Radcliffe hosts a seasonal edition for Christmas Eve, including a session from Voices at the Door. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 567 t
+6784 51899 Leo Green eng Ella and the Song Books Leo Green celebrates Ella Fitzgerald on the 50th anniversary of her final Song Book recording. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 22:00:00 \N \N \N \N \N 568 t
+6912 55152 News Summary eng \N The latest national and international news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:04:00 \N \N \N \N \N 572 t
+6912 55153 Home Front eng Epic drama series set in Britain during WWI. 22 December 1914 - Phyllis Marshall Amidst a surge in drunken soldiers in town, a more refined visitor arrives at the station. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 12:04:00 2014-12-22 12:15:00 16 30 \N \N \N 573 t
+6912 55154 You and Yours eng \N Consumer news. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-22 12:15:00 2014-12-22 12:57:00 \N \N \N \N \N 574 t
+6912 55155 Weather eng \N The latest weather forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 12:57:00 2014-12-22 13:00:00 \N \N \N \N \N 575 t
+6912 55156 The World at One eng \N Analysis of current affairs reports, presented by Edward Stourton. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:45:00 \N \N \N \N \N 576 t
+40992 51851 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 10:55:00 2014-12-21 11:00:00 \N \N \N \N \N 577 t
+6912 56285 Food for Thought eng \N Nina Myskow discovers how attitudes to food affect individual lives. Yoko Ono reveals why she finally fell in love with one particular food. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 13:45:00 2014-12-22 14:00:00 1 5 \N \N \N 578 t
+6912 55158 The Archers eng \N There is a crisis at Brookfield, and Helen brings a ray of hope. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:15:00 \N \N \N \N \N 579 t
+6912 55450 Afternoon Drama eng Pilgrim Modern-day fantasy adventures by Sebastian Baczkiewicz. Jackson's Mill: Pilgrim discovers that an old friend is being haunted by a malevolent spirit. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 14:15:00 2014-12-22 15:00:00 1 4 \N \N \N 580 t
+27840 5218 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 584 t
+27840 5219 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 585 t
+27840 5220 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 11:00:00 2014-12-21 13:00:00 \N \N \N \N \N 586 t
+6016 40162 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:05:00 \N \N \N \N \N 587 t
+6016 40163 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 00:05:00 2014-12-22 00:32:00 \N \N \N \N \N 588 t
+6016 40164 The Food Chain eng \N The Food Chain examines the business, science and cultural significance of food, and what it takes to put food on your plate. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-22 00:32:00 2014-12-22 01:00:00 \N \N \N \N \N 589 t
+6016 40165 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 01:00:00 2014-12-22 01:05:00 \N \N \N \N \N 590 t
+6016 40166 World Business Report eng \N The latest business and finance news from around the world, on the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 01:05:00 2014-12-22 01:32:00 \N \N \N \N \N 591 t
+6016 40167 Outlook eng \N Personal stories behind the news from all over the world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-22 01:32:00 2014-12-22 02:00:00 \N \N \N \N \N 592 t
+6016 40168 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 02:00:00 2014-12-22 02:05:00 \N \N \N \N \N 593 t
+6016 40169 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 02:05:00 2014-12-22 02:32:00 \N \N \N \N \N 594 t
+6016 40170 The Conversation eng \N Kim Chakanetsa presents a conversation between two women from different cultures about their paths to success. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 02:32:00 2014-12-22 03:00:00 \N \N \N \N \N 595 t
+6720 64403 The Official Chart with Jameela Jamil eng \N Jameela counts down the new Top 40 and reveals the UK's Christmas Number 1 for 2014! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 16:00:00 2014-12-21 19:00:00 \N \N \N \N \N 597 t
+22336 58594 The Big Bang Theory eng E4's Top 20 - The Euclid Alternative The friends stage an intervention to overcome Sheldon's fear of getting behind the wheel in the show placed 15th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:30:00 \N \N \N AD,S \N 598 t
+22336 58595 The Big Bang Theory eng E4's Top 20 - The Bat Jar Conjecture When the gang throw Sheldon out of their Physics Bowl quiz team, he forms his own line-up in the show placed 14th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:00:00 \N \N \N AD,S \N 599 t
+22336 58596 The Big Bang Theory eng E4's Top 20 - The Grasshopper Experiment Raj's parents arrange a blind date for him, but she seems more interested in Sheldon in the show placed 13th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N AD,S \N 600 t
+22336 58597 The Big Bang Theory eng E4's Top 20 - The Love Car Displacement Howard is intimidated when he meets Bernadette's massive ex-boyfriend at a conference in the show placed 12th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 \N \N \N AD,S \N 601 t
+22336 58598 The Big Bang Theory eng E4's Top 20 - The Locomotive Manipulation Amy asks Sheldon to join her for a romantic Napa Valley train trip on Valentine's Day in the show placed 11th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:30:00 \N \N \N AD,S \N 602 t
+22336 58599 The Bear eng \N Classic animation from Raymond Briggs. A large, furry polar bear arrives from the zoo to take up temporary residence with a little girl. With singing by Charlotte Church. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-24 17:30:00 2014-12-24 18:00:00 \N \N \N AD,S \N 603 t
+4168 51731 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N S \N 604 t
+6016 40188 The Arts Hour eng \N The best global arts coverage from across the BBC. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 09:05:00 2014-12-22 10:00:00 \N \N \N \N \N 1411 t
+4168 58380 Celebrity Mastermind eng \N John Humphrys puts the questions to celebrities. Featuring Presenter Ore Oduba, Olympic athlete Lizzy Yarnold, The One Show's Alex Riley and comedian Ken Dodd. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 2 10 \N S \N 606 t
+4168 56433 A Question of Sport eng Christmas Special Sue Barker hosts a festive edition of the lighthearted sports quiz. Team captains Matt Dawson and Phil Tufnell play the usual rounds with a Christmas twist. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N S \N 607 t
+4168 51736 EastEnders eng \N Stacey continues to push Linda for information. Emma discovers some surprising new evidence in the Lucy Beale investigation. Dot is in for a huge shock when she returns home. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N AD,S \N 608 t
+4168 56434 Would I Lie to You? eng \N Rob Brydon hosts a festive edition of the panel show. David Mitchell is joined by Ray Winstone and Josh Widdicombe, while Lee Mack is joined by Rachel Riley and Ricky Tomlinson. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 8 9 \N S \N 609 t
+4736 62980 Westminster Hall eng \N Recorded coverage of a debate in Westminster Hall on UK-German relations within the EU, led by Conservative MP Sir Bill Cash, from Tuesday 18 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 09:40:00 2014-12-23 11:10:00 \N \N \N \N \N 613 t
+4736 62981 UK Relations with Hong Kong Committee eng \N Recorded coverage of the Foreign Affairs Committee session on the UK's relations with Hong Kong, 30 years after the Joint Declaration, from Tuesday 04 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 11:10:00 2014-12-23 12:55:00 \N \N \N \N \N 614 t
+28416 20097 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:30:00 \N \N \N \N \N 615 t
+28416 20098 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-20 02:30:00 2014-12-20 04:00:00 \N \N \N \N \N 616 t
+5824 40026 Up the Pole eng \N 4 Extra Debut. Popular double act Jimmy Jewel and Ben Warriss settle into a new flat over a disused fire station. With Jon Pertwee. From November 1948. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:30:00 \N \N \N \N \N 617 t
+5824 40029 The Naughty Navy Show eng \N 4 Extra Debut. Spike Milligan's one-off festive show before a student audience at the Greenwich Royal Naval College. With John Bird. From December 1965. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:00:00 \N \N \N \N \N 618 t
+5824 38871 Doctor Who: Hornets' Nest eng A Sting in the Tale, pt 1 In his next alien insect encounter, the Time Lord travels back to medieval England. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:30:00 7 10 \N \N \N 619 t
+5824 39271 Crib City eng \N 4 Extra Debut. Susannah Clapp visits Naples to meet the craftsmen who have been making miniature model holy stables for centuries. From December 2004. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 13:30:00 2014-12-24 14:00:00 \N \N \N \N \N 620 t
+5824 39153 Adrian Mole at Christmas eng Mole on Lifestyle Adrian reveals all about his fascinating way of life, including socks, soaps, kissing and parents. Read by Nicholas Barnes. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:15:00 3 3 \N \N \N 621 t
+5824 38874 A History of Private Life eng Kitchen Physic Exploring life at home in the past, historian Amanda reveals housewives were once expected to concoct cure-all medicines. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 14:15:00 2014-12-24 14:30:00 8 30 \N \N \N 622 t
+5824 39154 Ladies of Letters Go Crackers eng \N There is a major fallout when Vera's theories over Irene's relations spark family uproar. Stars Anne Reid and Prunella Scales. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 14:30:00 2014-12-24 14:45:00 3 5 \N \N \N 623 t
+5824 39171 Jeremy Seal - Santa eng A Life From Myra to Bari, Jeremy Seal tracks the 11th-century European battles for the bones of Saint Nicholas. Read by Alan Cox. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 14:45:00 2014-12-24 15:00:00 3 5 \N \N \N 624 t
+22752 1066 DEVolution on Kiss Fresh eng \N DEVolution in the mix playing all the freshest party beats on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 625 t
+22752 1067 Dixon Brothers on Kiss Fresh eng \N Dixon Brothers in the mix playing all the freshest party beats on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 626 t
+22752 1068 Friday Night Mix on Kiss Fresh eng \N Check out the worlds hottest DJ's in the mix on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 627 t
+4170 58011 Mars Needs Moms eng \N Animated family adventure. A nine-year-old boy learns to have a greater appreciation for his mother when she is kidnapped by Martians. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:30:00 \N \N 2010 S \N 628 t
+4170 56427 Bridge to Terabithia eng \N Fantasy drama with Zooey Deschanel. Two children become friends and create the imaginary world of Terabithia, a magical land where they rule as king and queen. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 10:30:00 2014-12-23 12:00:00 \N \N 2007 S \N 629 t
+28480 11869 Family Worship Centre Associate Pastors eng \N The church service of Jimmy Swaggart Ministries. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 630 t
+28480 11870 The Message of the Cross eng \N A Biblical teaching programme hosted by Rev. Jimmy Swaggart, with a panel of pastors, professors and other church leaders. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:30:00 \N \N \N \N \N 631 t
+28480 11871 Insight eng \N Today's news from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 \N \N \N \N \N 632 t
+4288 42721 Shrek the Third eng \N Animated sequel. Shrek must find the errant heir to Harold's throne or face wearing the crown himself. However, an old enemy has plans of his own. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:25:00 \N \N 2007 AD,S \N 638 t
+4288 42178 New eng Cuckoo: Christmas Special Comedy series. Ben and Dale both want to make Rachel's holiday special and Ken gets stuck in the middle. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 22:25:00 2014-12-24 23:00:00 7 7 \N AD,S \N 639 t
+4288 42216 EastEnders eng \N It is Christmas Eve on Albert Square and Mick is looking forward to a very special Christmas unaware of the dark secrets that surround his family. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 23:00:00 2014-12-24 23:30:00 \N \N \N AD,S \N 640 t
+4288 42021 Family Guy eng A Very Special Family Guy Freakin' Christmas Animated comedy. Peter accidentally gives all the family presents away and they have to go shopping on Christmas Eve. Contains adult themes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 23:30:00 2014-12-24 23:55:00 16 22 \N S \N 641 t
+4288 41811 Family Guy eng The Kiss Seen Around the World Meg, who fancies newscaster Tom Tucker, applies for an internship at the local TV station. Stewie loses his tricycle to a bully. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 23:55:00 2014-12-25 00:15:00 8 22 \N S \N 642 t
+6016 40217 HARDtalk eng \N In-depth, hard-hitting interviews with newsworthy personalities. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 20:05:00 2014-12-22 20:32:00 \N \N \N \N \N 2237 t
+8452 58731 Celebrity Fifteen to One Christmas eng Christmas special Celebrities including Johnny Vegas, Rufus Hound and Spencer Matthews will be battling it out to be crowned the winner and win big money for a charity of their choice. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N S \N 666 t
+8500 5830 Peppa Pig eng Hospital Pig tales. Peppa and her playgroup friends go with Madame Gazelle to visit Pedro Pony, who is poorly in hospital. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 06:50:00 2014-12-22 06:55:00 \N \N \N S \N 955 t
+8452 58732 8 Out of 10 Cats Christmas Special eng \N In this special festive edition of the show, Jimmy Carr and team captains Jon Richardson and Sean Lock are joined by special guests Freddie Flintoff, Ricky Wilson and Roisin Conaty. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N S \N 667 t
+8452 58733 Man Down Christmas Special eng \N After a difficult year, Dan (Greg Davies) is convinced he has turned his life around only to meet a Christmas thorn in his side in the shape of his aunt Nesta (Stephanie Cole). \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:30:00 \N \N \N AD,S \N 668 t
+8452 58734 Da Best of Ali G eng \N Another chance to see some of Ali G's most memorable interviews from The 11 O'Clock Show, plus a special guided tour of his hometown, including visits to all the Berkshire Massive hangouts. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 23:30:00 2014-12-24 00:30:00 \N \N \N S \N 669 t
+5632 36328 Pure Dead Brilliant eng Glasgow Games Colin Paterson returns to Glasgow, four months after the city hosted the Commonwealth Games, to see if it still has its golden glow. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 670 t
+5632 36314 5 live Sport eng \N The day's sports news, features and interviews with George Riley. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 671 t
+5632 36330 The BBC Sport Prom eng \N Another chance to hear The BBC Sport Prom, recorded in July at the Royal Albert Hall. Gabby Logan, Eleanor Oldroyd and Katy Derham introduce music with a sporting theme. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-24 20:00:00 2014-12-24 22:00:00 \N \N \N \N \N 672 t
+14448 27318 The Investigator eng \N An in-depth look into some of New Zealand's most puzzling crimes in recent history, investigating if there was more to each crime than meets the eye. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 677 t
+14448 27319 Crime Stories eng \N Grisly crimes are meticulously reconstructed in this dramatic series. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 678 t
+14448 27320 Caught on Camera eng \N Compelling amateur footage of real life situations. Featuring criminals who think no one is watching, but there is a powerful observer recording every detail. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 679 t
+40992 51852 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:25:00 \N \N \N \N \N 680 t
+15952 2623 Pearl Harbor eng \N WWII-set romantic drama starring Ben Affleck and Josh Hartnett, 2001. A military pilot who goes missing in action comes back to find his girlfriend and best friend are involved \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-19 21:00:00 2014-12-20 00:30:00 \N \N \N AD,S \N 681 t
+25920 20124 Early Morning Shopping eng \N A selection of our best shows for the early morning shopper. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:00:00 \N \N \N \N \N 690 t
+5888 52034 BBC 1Xtra Breakfast eng \N Twin and Yasmin have all you need to wake up! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 07:00:00 2014-12-24 10:00:00 \N \N \N \N \N 712 t
+6848 61160 Essential Classics eng With Sarah Walker. 9.00am 5 Reasons to Love Bach at Christmas. 9.30am Challenge Relative Values. 10.30am Martha Argerich. 11.00am Essential Choice: Brahms: Clarinet Quintet. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 09:00:00 2014-12-24 12:00:00 \N \N \N \N \N 713 t
+40960 53235 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N \N \N 716 t
+40960 53236 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-22 18:30:00 2014-12-22 18:45:00 \N \N \N \N \N 717 t
+40960 53237 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 18:45:00 2014-12-22 19:00:00 \N \N \N \N \N 718 t
+40960 53238 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 719 t
+40960 53239 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N \N \N 720 t
+40960 58591 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N \N \N 721 t
+4352 53303 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N S \N 725 t
+4352 53304 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:30:00 \N \N \N S \N 726 t
+4352 58147 Review 2014 eng The Year in Politics From Scotland's referendum vote to the UK's first elected UKIP MPs, Adam Fleming looks back at the big political events of the year. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 10:30:00 2014-12-24 11:00:00 \N \N \N S \N 727 t
+4352 53305 BBC News eng \N The latest national and international news, plus top interviews and analysis. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N S \N 728 t
+5760 59375 6 Music Recommends eng \N Lauren Laverne curates an hour of her favourite new releases, showcasing musical genres from folk to hip-hop, African music and electronica. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N \N \N 729 t
+5760 59376 25 Years of Rock eng 1975 Stuart Grundy presents a series looking back on the events and music of each year from 1955 to 1979, featuring archive recordings and news read by Bill Bingham. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 21 30 \N \N \N 730 t
+5760 59623 Way Out West: The Bristol... eng 1/4 David Quantick examines Bristol's remarkable music scene, starting with the early days, and why Bristol? \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:30:00 \N \N \N \N \N 731 t
+5760 59378 6 Music Live Hour eng \N Chris Hawkins presents recordings from the BBC archive, including the Grateful Dead in concert in Essen, Germany, in 1981 and sessions from New Hearts and Fudge Tunnel. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 02:30:00 2014-12-23 03:30:00 \N \N \N \N \N 732 t
+41040 17169 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N \N \N 739 t
+41040 17170 Witness eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N \N \N 740 t
+41040 17171 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N \N \N 741 t
+41040 17172 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 \N \N \N \N \N 742 t
+41040 17173 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 \N \N \N \N \N 743 t
+32836 30994 Restaurant in our Living Room eng \N Kim and John go for local organic produce serving posh nosh to fewer diners, whilst Gary and Deborah use four microwaves and cash and carry food. Rows break out between chefs and diners. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 744 t
+32836 30995 The Book-It List eng Best Bits Take a look back at the week's highlights in the Made in Leeds studios with Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 745 t
+32836 30996 Beyond the Grave eng \N Josh Ellis is joined by Lou Pope, a psychic medium. The mystic duo take on some of Bristol's spookiest spots and speak to local people about life...Beyond the Grave \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N \N \N 746 t
+32836 30997 Life on the Line eng \N A Cambridge detective goes after a vicious arsonist. The police helicopter directs ground forces onto a young runaway man & then embark on a secret photographic surveillance mission. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 17:30:00 2014-12-22 18:00:00 \N \N \N \N \N 747 t
+5760 59346 Liz Kershaw eng \N Liz Kershaw sits in for Mary Anne Hobbs and is joined by the Peace Collective and photographer Francesco Mellina. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 07:00:00 2014-12-20 10:00:00 \N \N \N \N \N 748 t
+13024 50948 New: Ice Road Truckers eng World War Hugh Reality series. After declaring war on Polar Industries, Hugh heads north without waiting to give new recruit Todd a helping hand. \N 2 25 f 64 eng eng 8 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:58:00 \N \N \N AD,S \N 754 t
+13024 50949 5 News Update eng \N . \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 21:58:00 2014-12-19 22:00:00 \N \N \N \N \N 755 t
+17664 58738 Saw IV eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 01:50:00 2014-12-24 03:25:00 \N \N \N \N \N 1819 t
+13024 50950 Trespass eng \N Crime film starring Nicholas Cage and Nicole Kidman. A rich business man is taken hostage in his own house with his wife and daughter, but refuses to open the safe for a gang of criminals. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:05:00 \N \N 2011 S \N 756 t
+13024 50951 5 News Update eng \N . \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-19 23:05:00 2014-12-19 23:10:00 \N \N \N \N \N 757 t
+13024 50952 Trespass eng \N Crime film starring Nicholas Cage and Nicole Kidman. A rich business man is taken hostage in his own house with his wife and daughter, but refuses to open the safe for a gang of criminals. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 23:10:00 2014-12-19 23:50:00 \N \N 2011 S \N 758 t
+13024 50953 Shoot 'Em Up eng \N Fast-paced action thriller starring Clive Owen and Paul Giamatti. A mysterious man resolves to protect a newborn child whose mother is killed by a murderous gang. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 23:50:00 2014-12-20 01:30:00 \N \N 2007 S \N 759 t
+5952 53396 Asian Network Reports eng \N All the news you need to hear at lunchtime. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N \N \N 765 t
+6784 51826 Trevor Nelson's Christmas Soul Special eng Trevor wraps up Christmas Eve with a selection of his favourite festive soul tracks \N \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 835 t
+5696 40170 Coming up on 5 live sports extra eng \N Coming up at 2.55pm on Boxing Day, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-22 12:00:00 2014-12-22 18:00:00 \N \N \N \N \N 772 t
+4608 64174 Dragons - Riders of Berk eng Defiant One Animation based on How to Train Your Dragon. Toothless's tail is damaged and Hiccup and Snotlout have to work together to return home before they are captured. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 12:05:00 2014-12-21 12:30:00 16 20 \N S \N 773 t
+4608 36602 Dragons - Riders of Berk eng Breakneck Bog Animation based on How to Train Your Dragon. Hiccup and the gang set off to retrieve a gift lost in a bog which is rumoured to be haunted. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 12:30:00 2014-12-21 12:50:00 17 20 \N S \N 774 t
+4608 36265 Dragons - Riders of Berk eng Gem of a Different Colour Animation. When Snotlout and the villagers mistake dragon eggs for gems, Fishlegs must reunite the eggs with their mothers. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 12:50:00 2014-12-21 13:10:00 18 20 \N S \N 775 t
+4608 36266 Dragons - Riders of Berk eng We Are Family, Part 1 Animation based on How to Train Your Dragon. Hiccup learns about an island inhabited by night furies and decides to bring Toothless to his family. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 13:10:00 2014-12-21 13:35:00 19 20 \N S \N 776 t
+4608 36267 Dragons - Riders of Berk eng We Are Family, Part 2 Animation based on How to Train Your Dragon. Mildew helps Hiccup to find Toothless and escape Outcast Island. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 13:35:00 2014-12-21 13:55:00 20 20 \N S \N 777 t
+4608 36268 Dragons - Defenders of Berk eng Live and Let Fly Animated series. The chief sets a flying ban so Hiccup and the gang start a secret club to practise during the night. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 13:55:00 2014-12-21 14:20:00 1 20 \N S \N 778 t
+4608 36269 Dragons - Defenders of Berk eng The Iron Gronckle Animated series. Gobber makes a powerful new iron out of the lava expelled by Meatlug after Fishlegs feeds her a certain type of rock. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 14:20:00 2014-12-21 14:45:00 2 20 \N S \N 779 t
+4608 36270 A Christmas Panic! eng \N Chief and Cowboy are eagerly looking forward to Christmas, but after their fight destroys the Yule Log, Horse decides to cancel all celebrations. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 14:45:00 2014-12-21 15:15:00 \N \N \N AD,S \N 780 t
+8267 29361 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the prize cash. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 15:50:00 2014-12-21 16:45:00 \N \N \N S \N 781 t
+8267 25993 Casper eng \N Spooky family tale starring Christina Ricci and Bill Pullman, 1995. A lonely boy-ghost befriends the young daughter of a ghost hunter \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 16:45:00 2014-12-21 18:35:00 \N \N \N AD,S \N 782 t
+4287 55506 QI eng Kris Kringle Quiz show. Stephen Fry gets into the Christmas spirit with Jo Brand, Brendan O'Carroll, Phill Jupitus and Alan Davies. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 21:05:00 2014-12-20 21:35:00 14 18 \N S \N 783 t
+4287 56413 Blackadder II eng Bells Sitcom set in Tudor England. The calculating Edmund Blackadder is struck by Cupid's arrow when he takes on a new servant - a girl named Bob. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 21:35:00 2014-12-20 22:05:00 1 6 \N S \N 784 t
+4287 56412 Rik Mayall eng Lord of Misrule A tribute to comedian Rik Mayall, who left a body of work that spanned four decades, including characters in The Young Ones and in Blackadder. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 22:05:00 2014-12-20 23:05:00 \N \N \N S \N 785 t
+4287 57706 The Young Ones eng Interesting Anarchic sitcom about London student lowlife in the 80s. The boys have a party. With musical guests Rip, Rig and Panic. \N 0 25 f 1 eng eng 3 0 0 \N 2014-12-20 23:05:00 2014-12-20 23:40:00 \N \N \N S \N 786 t
+4287 57707 Youth in Revolt eng \N Quirky comedy. High-schooler Nick creates a rebellious French alter-ego to impress the girl of his dreams. Starring Michael Cera. Contains adult humour and strong language. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 23:40:00 2014-12-21 01:05:00 \N \N 2010 S \N 787 t
+7168 34318 Equestrian Olympia Grand Prix eng \N Live coverage of the Olympia Grand Prix on the final day of the London International Horse Show. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 18:15:00 2014-12-22 22:15:00 \N \N \N \N \N 788 t
+4544 47045 This Is BBC Four eng \N BBC Four is the BBC channel for people who want more. More depth, more range, more to stimulate the mind. More daily from 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 03:45:00 2014-12-21 05:30:00 \N \N \N \N \N 789 t
+4544 44971 This Is BBC Four eng \N BBC Four is the BBC channel for people who want more. More depth, more range, more to stimulate the mind. More daily from 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 05:30:00 2014-12-21 18:58:00 \N \N \N \N \N 790 t
+6912 54942 Shipping Forecast eng \N The latest shipping forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 05:20:00 2014-12-20 05:30:00 \N \N \N \N \N 794 t
+6912 54943 News Briefing eng \N The latest news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 05:30:00 2014-12-20 05:43:00 \N \N \N \N \N 795 t
+6912 54944 Prayer for the Day eng \N A spiritual comment and prayer to begin the day, with the Rev Dr Stephen Wigley. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 05:43:00 2014-12-20 05:45:00 \N \N \N \N \N 796 t
+6912 54945 iPM eng \N The programme that starts with its listeners. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 05:45:00 2014-12-20 06:00:00 \N \N \N \N \N 797 t
+5952 53411 Asian Network Gold eng \N Sanjay Sharma looks back on 1976 romantic film Kabhie Kabhie, starring Amitabh Bachchan, Rekha, and Shashi Kapoor. Plus he plays requests in the last hour. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 13:00:00 \N \N \N \N \N 798 t
+4672 51974 The Adventures of Abney and Teal eng CBeebies Bedtime Hour. Sticky Neep Animated adventures. Neep gets himself into a sticky situation copying tricks from the circus. Abney and Teal help him to get cleaned up. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:10:00 \N \N \N AD,S \N 799 t
+28352 2176 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 22:30:00 2014-12-19 23:00:00 \N \N \N \N \N 912 t
+24448 63871 Through the Night eng \N Join Gems TV through the night for unmissable deals! \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 02:00:00 2014-12-22 03:00:00 \N \N \N \N \N 1090 t
+4672 51975 64 Zoo Lane eng CBeebies Bedtime Hour. The Story of Leopoldo the Llama Cartoon about Lucy, who is told stories by the animals in the zoo next door. Leopoldo decides to climb a mountain on his own. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 18:10:00 2014-12-22 18:20:00 \N \N \N S \N 800 t
+4672 51976 In the Night Garden eng CBeebies Bedtime Hour. Jumping for Everybody The Pontipines count to six. Upsy Daisy shows Igglepiggle how to jump up and down. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 18:20:00 2014-12-22 18:50:00 \N \N \N S \N 801 t
+4672 51977 New: CBeebies Christmas Bedtime Stories eng CBeebies Bedtime Hour. Merry Christmas Blue Kangaroo An exciting story read by a special guest. Rosamund Pike reads Merry Christmas Blue Kangaroo, by Emma Chichester Clark. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 18:50:00 2014-12-22 18:58:00 \N \N \N S \N 802 t
+4672 49162 This is CBeebies! eng \N CBeebies is the BBC channel for under sixes, encouraging children to learn through play. You can join the fun every day from 6.00am to 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 18:58:00 2014-12-23 05:30:00 \N \N \N \N \N 803 t
+24064 60112 Back at 3am and 24-hours on HD 109 eng \N No Information Available \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 03:00:00 \N \N \N \N \N 810 t
+6784 51677 The Chris Evans Breakfast Show eng \N Chris Evans is joined by Paul Hollywood, Bear Grylls, the Salvation Army, Tom Odell and Len Goodman. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 06:30:00 2014-12-19 09:30:00 \N \N \N \N \N 824 t
+4352 51154 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:30:00 \N \N \N S \N 825 t
+4352 51155 Asia Business Report eng \N Live from Singapore, the essential business news as it breaks and a look ahead to the news that will shape the business day. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 03:30:00 2014-12-19 03:45:00 \N \N \N S \N 826 t
+4352 51156 Sport Today eng \N All the latest sports news and results from around the globe. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-19 03:45:00 2014-12-19 04:00:00 \N \N \N S \N 827 t
+4352 51157 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:30:00 \N \N \N S \N 828 t
+4352 51159 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 \N \N \N S \N 830 t
+4352 51160 World Business Report eng \N The latest business news from around the world, with live reports from Singapore, Frankfurt and London, and news of what happened overnight in New York. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 05:30:00 2014-12-19 05:45:00 \N \N \N S \N 831 t
+4352 51161 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 05:45:00 2014-12-19 06:00:00 \N \N \N S \N 832 t
+6784 51900 All Is Calm - The Story of the Christmas Truce eng John Hurt tells the story of the First World War Christmas truce through diaries, letters and archive accounts from the soldiers themselves \N \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 834 t
+6912 55451 Brain of Brains eng \N Russell Davies chairs the general knowledge contest of champions, featuring the Brain of Britain champions of 2012, 2013 and 2014 and the highest-scoring runner-up of those years. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:30:00 \N \N \N \N \N 839 t
+6912 55161 The Food Programme eng \N Radio 4's weekly look at food. Sheila Dillon uncovers the food stories of those who won't be home for Christmas with the help of food writer Joe Warwick. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-22 15:30:00 2014-12-22 16:00:00 \N \N \N \N \N 840 t
+6912 56341 Midwives to Be eng \N Ninety-nine students were selected from 1,828 applicants to study midwifery from September 2014 at King's College, London. Sarah Taylor follows them through their first term. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:30:00 \N \N \N \N \N 841 t
+6912 55163 Beyond Belief eng \N Ernie Rea and guests discuss the enduring appeal of TS Eliot's religious poetry. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:00:00 \N \N \N \N \N 842 t
+6912 55164 PM eng \N Eddie Mair presents interviews, context and analysis. Including Weather at 5.57pm. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 843 t
+5696 40144 Coming up on 5 live sports extra eng \N Coming up at 3.10pm, rugby union commentary from the Aviva Premiership as Northampton face Leicester. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 00:00:00 2014-12-20 06:00:00 \N \N \N \N \N 844 t
+6016 40171 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:05:00 \N \N \N \N \N 845 t
+6016 40172 The Forum eng \N Prominent international thinkers debating big ideas. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 03:05:00 2014-12-22 03:50:00 \N \N \N \N \N 846 t
+6016 40173 Over to You eng \N Talk back to the BBC and challenge the programme makers. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 03:50:00 2014-12-22 04:00:00 \N \N \N \N \N 847 t
+6016 40174 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:05:00 \N \N \N \N \N 848 t
+6016 40175 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 04:05:00 2014-12-22 04:32:00 \N \N \N \N \N 849 t
+6016 40176 The Food Chain eng \N The Food Chain examines the business, science and cultural significance of food, and what it takes to put food on your plate. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-22 04:32:00 2014-12-22 05:00:00 \N \N \N \N \N 850 t
+6016 40177 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 05:00:00 2014-12-22 05:05:00 \N \N \N \N \N 851 t
+6016 40178 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 05:05:00 2014-12-22 06:00:00 \N \N \N \N \N 852 t
+28352 2177 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:30:00 \N \N \N \N \N 913 t
+28352 2178 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:00:00 \N \N \N \N \N 914 t
+4736 62982 Lord Hennessy Lecture eng \N Lord Hennessy delivers a lecture on Parliament and the State in the State Apartments of the Palace of Westminster, from Tuesday 18 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 12:55:00 2014-12-23 13:35:00 \N \N \N \N \N 884 t
+4736 62983 Scottish Parliament eng \N Recorded coverage of first minister Nicola Sturgeon making a statement on her Programme for Government to MSPs, from Wednesday 26 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 13:35:00 2014-12-23 15:05:00 \N \N \N \N \N 885 t
+5824 39115 Thackeray - The Rose and the Ring eng \N Countess Gruddanuff and Fairy Blackstick make plans for the four royal young lovers. Stars Prunella Scales and Maureen Lipman. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 2 2 \N \N \N 888 t
+5824 38878 The 4 O'Clock Show eng \N Mel Giedroyc presents her Bake Off chum Mary Berry's Inheritance Tracks, and Sanjeev Singh Kohli finds out how to create panto magic! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N \N \N 889 t
+5824 38879 Life in London eng An End to Life in London Some years on, Pierce Egan must adapt the city adventures of Tom, Bob and Jerry to new rules. Stars Greg Wise. From June 2006. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:30:00 6 6 \N \N \N 890 t
+5824 38880 North by Northamptonshire eng \N A storm is gathering in the town, and Esther has a big question for Ken and Keith. Sheila Hancock narrates, with John Biggins. From December 2011. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 17:30:00 2014-12-24 17:55:00 4 6 \N \N \N 891 t
+5824 39190 Kenny Everett - Captain Kremmen eng Trust Me, I'm a Doctor Inside the strange vessel, Kremmen and Carla embark on a mystery trip with Dr Gitfinger. Kenny Everett's 1970s sci-fi serial. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 17:55:00 2014-12-24 18:00:00 3 25 \N \N \N 892 t
+4170 51780 Bargain Hunt eng Derby Antiques show. Tim Wonnacott presents from Derby where it is nurses versus paramedics. On hand are experts Nick Hall and Jonathan Pratt in case of emergency. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N S \N 893 t
+4170 51753 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N S \N 894 t
+4170 52886 Look North eng \N The latest news, sport and weather for Yorkshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 13:30:00 2014-12-23 13:45:00 \N \N \N S \N 895 t
+4170 56452 Chicken Run eng \N Award-winning animation about a band of hens desperate to escape a life of egg-laying on a chicken farm. With the voices of Mel Gibson, Julia Sawalha and Miranda Richardson. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 13:45:00 2014-12-23 15:05:00 \N \N 2000 AD,S \N 896 t
+4288 41866 American Dad! eng For Black Eyes Only Animated comedy. A James Bond parody sequel. Stan teams up with his old enemy to seek revenge against Black Villain. Contains some violence. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 00:35:00 2014-12-21 01:00:00 13 19 \N S \N 898 t
+4288 42954 Live at the Apollo eng \N Stand-up comedy from the Hammersmith Apollo. Jon Richardson introduces sets from Sara Pascoe and Nathan Caton. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 01:00:00 2014-12-21 01:30:00 4 6 \N S \N 899 t
+4288 42955 Some Girls eng \N Comedy series about a group of teenage girls. Amber has a trial for Chelsea Ladies, and Holli's romantic life becomes complicated. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 01:30:00 2014-12-21 02:00:00 5 6 \N S \N 900 t
+4288 42163 Siblings eng Laser Eye Date Hannah has to look after her mother and Dan falls for a female doctor at the STI clinic. Contains strong language and some sexual content. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 02:00:00 2014-12-21 02:30:00 4 6 \N AD,S \N 901 t
+4288 42164 Siblings eng Burrito Neighbours Comedy series about a brother and sister. Dan and Hannah's neighbour asks them to look after the exotic fish in his flat. Contains strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 02:30:00 2014-12-21 03:00:00 5 6 \N AD,S \N 902 t
+28352 2173 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:40:00 \N \N \N \N \N 909 t
+28352 2174 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 21:40:00 2014-12-19 22:00:00 \N \N \N \N \N 910 t
+28352 2175 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:30:00 \N \N \N \N \N 911 t
+5888 51936 Charlie Sloth eng \N Big beats from the big man! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:45:00 \N \N \N \N \N 918 t
+5888 51937 Newsbeat eng \N The latest news from around the UK and around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 17:45:00 2014-12-19 18:00:00 \N \N \N \N \N 919 t
+33088 17372 Hi-Tech Toys & Electronic Gifts eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! Find your perfect electrical gifts here! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 920 t
+33088 17373 Yankee Candles eng \N Since 1969, Yankee Candles have been made in the US from superior materials, including their premium fragrance oils. Fill your home with a wonderfully romantic atmosphere and exquisite scents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 921 t
+33088 17374 QVC Highlights eng \N A selection of popular programmes from QVC. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 922 t
+26240 11711 Party Heat eng \N Non-stop party tunes - heat radio has your weekend soundtrack! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 22:00:00 2014-12-20 01:00:00 \N \N \N \N \N 923 t
+5632 36326 Nihal eng \N Nihal sits in for Phil Williams with the day's big news stories for Christmas Eve. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 22:00:00 2014-12-25 01:00:00 \N \N \N \N \N 924 t
+4287 56523 Close Calls eng On Camera Stories of brushes with disaster. Motorists struggle to save a woman trapped in her crashed car, and a young motorcyclist films his own lucky escape on a busy roundabout. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 06:05:00 2014-12-23 06:35:00 10 15 \N S,SL \N 931 t
+4287 57563 The Great British Bake Off - Masterclass eng Christmas - Masterclass Great British Bake Off judges Mary Berry and Paul Hollywood are getting festive in the kitchen with six new recipes to bake for the family at Christmas. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 06:35:00 2014-12-23 07:35:00 \N \N \N S,SL \N 932 t
+4287 55569 Canterbury Cathedral eng Pennies from Heaven A year in the life of Canterbury Cathedral. The need for cathedral repairs reaches crisis point as Easter, the year's busiest festival, arrives. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-23 07:35:00 2014-12-23 08:35:00 2 3 \N AD,S \N 933 t
+4287 55570 Anything but Christmas eng \N Seasonal romantic drama. A single mother, whose new partner seems desperate to avoid Christmas celebrations, sets out to discover the real reason behind his cynicism. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 08:35:00 2014-12-23 10:05:00 \N \N 2012 S \N 934 t
+40992 52156 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 15:05:00 2014-12-24 15:25:00 \N \N \N \N \N 937 t
+40992 52157 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 15:25:00 2014-12-24 15:35:00 \N \N \N \N \N 938 t
+40992 52158 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 15:35:00 2014-12-24 16:00:00 \N \N \N \N \N 939 t
+40992 52159 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:10:00 \N \N \N \N \N 940 t
+40992 52160 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 16:10:00 2014-12-24 16:50:00 \N \N \N \N \N 941 t
+40992 52161 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 16:50:00 2014-12-24 17:05:00 \N \N \N \N \N 942 t
+40992 52162 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 17:05:00 2014-12-24 17:25:00 \N \N \N \N \N 943 t
+40992 52163 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 17:25:00 2014-12-24 17:30:00 \N \N \N \N \N 944 t
+40992 52164 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 17:30:00 2014-12-24 17:45:00 \N \N \N \N \N 945 t
+40992 52165 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 17:45:00 2014-12-24 18:00:00 \N \N \N \N \N 946 t
+25664 55730 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 947 t
+25664 55731 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:30:00 \N \N \N \N \N 948 t
+25664 55732 UKHot40 eng The Xmas Top 20 Find out the UK's new official number one as Will Best counts down the 20 biggest tracks of the week! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-21 07:30:00 2014-12-21 09:00:00 \N \N \N S \N 949 t
+8500 5825 The WotWots eng Fronds Like These Animation. On the beach, DottyWot explores a rock pool. She finds a sea anemone and the WotWots learn all about these amazing creatures on their computer. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:10:00 \N \N \N S \N 950 t
+8500 5826 Igam Ogam eng Boo! Prehistoric animation. Igam Ogam thinks it is funny to frighten her friends. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 06:10:00 2014-12-22 06:20:00 \N \N \N S \N 951 t
+8500 5827 Fireman Sam eng Lights, Camera, Avalanche! CGI adventures. Norman is directing a film up on the mountain and accidentally causes an avalanche. Elsewhere on the mountain, Elvis is learning to ski. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 06:20:00 2014-12-22 06:30:00 \N \N \N S \N 952 t
+8500 5828 Toot The Tiny Tugboat eng Flying Fish Day Animation. After Toot spots a flying fish, Neela declares it must be 'Flying Fish Day', a day that comes around just once every five years. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 06:30:00 2014-12-22 06:45:00 \N \N \N S \N 953 t
+8500 5829 Peppa Pig eng Grandpa Pig's Computer Mummy Pig gives Granny and Grandpa Pig her old computer to work, and play, on. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 06:45:00 2014-12-22 06:50:00 \N \N \N S \N 954 t
+41072 14038 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:45:00 \N \N \N \N \N 1096 t
+8500 5831 New: Pip Ahoy! eng Pasty's Backpack Children's animation about a young puppy named Pip and his friend Alba. A storm spreads Pasty's collection of things all over the beach. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 06:55:00 2014-12-22 07:05:00 \N \N \N S \N 956 t
+8500 5832 Little Princess eng Maid's Day Off? Julian Clary narrates the animated series. When Maid has her day off, Little Princess decides to look after things for her at the castle. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 07:05:00 2014-12-22 07:20:00 \N \N \N S \N 957 t
+8500 5833 Mr Men eng Skyscraper Colourful animated sketch show. Mr Bump has some problems washing windows with Mr Strong and Miss Chatterbox and Miss Whoops deconstruct a building. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 07:20:00 2014-12-22 07:30:00 \N \N \N S \N 958 t
+8500 5834 Thomas and Friends eng Toad's Bright Idea Animation. Toad the brake van helps Gator when he insists on driving through the night even though his lamp keeps failing. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 07:30:00 2014-12-22 07:45:00 \N \N \N S \N 959 t
+8500 5835 Noddy In Toyland eng Dapple and the Dolls Toy Town tales. Dinah and the paper dolls set up a mini gymkhana for Dapple the horse, but the goblins try to ruin the fun. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 07:45:00 2014-12-22 07:55:00 \N \N \N S \N 960 t
+8500 5836 Ben and Holly's Little Kingdom eng Snow Impish animation. Ben and Holly save the day when Mr Elf forgets to deliver the last box of toys to Father Christmas. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 07:55:00 2014-12-22 08:05:00 \N \N \N S \N 961 t
+8500 5837 Peppa Pig eng Babysitting Animated series about a lovable little pig. Mummy and Daddy Pig go out for the evening, leaving Granny and Grandpa Pig to babysit an excitable Peppa and George. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 08:05:00 2014-12-22 08:15:00 \N \N \N S \N 962 t
+8500 5838 Peppa Pig eng Santa's Visit Pig tales. Pig tales. Peppa and George wake up very early on Christmas morning - has Santa delivered the presents they want? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 08:15:00 2014-12-22 08:20:00 \N \N \N S \N 963 t
+8500 5839 Toby's Travelling Circus eng Juggle Clara Juggle Animation. When three of her balls fall out of her bag after practice, Clara is offered an orange, a spanner and an ocarina to juggle with instead. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 08:20:00 2014-12-22 08:30:00 \N \N \N S \N 964 t
+8500 5840 Bananas In Pyjamas eng A Table for Topsy Animated series. When the Bananas find an old table, they are surprised to discover that everyone else in Cuddlestown wants it too. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 08:30:00 2014-12-22 08:45:00 \N \N \N S \N 965 t
+8500 5841 Tickety Toc eng Snow Time Animation. Tommy and Tallulah want to make a snowman, but as no snow has been forecast they borrow McCoggins' cloud-making machine, with disastrous results. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 08:45:00 2014-12-22 09:00:00 \N \N \N S \N 966 t
+4166 51731 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N S \N 973 t
+4166 52445 East Midlands Today eng \N The latest news, sport and weather for the East Midlands. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N S \N 974 t
+4166 58380 Celebrity Mastermind eng \N John Humphrys puts the questions to celebrities. Featuring Presenter Ore Oduba, Olympic athlete Lizzy Yarnold, The One Show's Alex Riley and comedian Ken Dodd. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 2 10 \N S \N 975 t
+4166 56433 A Question of Sport eng Christmas Special Sue Barker hosts a festive edition of the lighthearted sports quiz. Team captains Matt Dawson and Phil Tufnell play the usual rounds with a Christmas twist. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N S \N 976 t
+4166 51736 EastEnders eng \N Stacey continues to push Linda for information. Emma discovers some surprising new evidence in the Lucy Beale investigation. Dot is in for a huge shock when she returns home. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N AD,S \N 977 t
+4166 56434 Would I Lie to You? eng \N Rob Brydon hosts a festive edition of the panel show. David Mitchell is joined by Ray Winstone and Josh Widdicombe, while Lee Mack is joined by Rachel Riley and Ricky Tomlinson. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 8 9 \N S \N 978 t
+5888 52035 Trevor Nelson eng \N A.Dot joins Trevor for a festive Christmas Eve show! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 13:00:00 \N \N \N \N \N 979 t
+12928 42024 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:30:00 \N \N \N \N \N 983 t
+12928 42025 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 \N \N \N \N \N 984 t
+12928 42026 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:30:00 \N \N \N \N \N 985 t
+12928 41455 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 01:30:00 2014-12-20 02:00:00 \N \N \N \N \N 986 t
+12928 42027 ..programmes start at 1.00pm eng \N . \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 02:00:00 2014-12-20 06:00:00 \N \N \N \N \N 987 t
+41104 19984 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 21:00:00 2014-12-20 01:00:00 \N \N \N \N \N 988 t
+6848 61281 Composer of the Week eng Antonio Vivaldi (1678-1741). Acceptance in Rome Donald Macleod on how Pisendel, who had studied with Vivaldi, helped promote Vivaldi's music and ensure more offers of work. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 3 5 \N \N \N 989 t
+6848 61162 Radio 3 Lunchtime Concert eng \N Schwarzenberg Schubertiade 2014. Soprano Soile Isokoski features in songs by Grieg and Schubert. Plus the Ebene Quartet performing Mozart's String Quartet in E flat, K428. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 3 5 \N \N \N 990 t
+6848 61163 Afternoon on 3 eng \N Simon Rattle Conducts Brahms and Schumann. In performances from Berlin, Simon Rattle conducts the Berlin Philharmonic in Schumann's Symphony No 3 and Brahms's Symphony No 3. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 15:30:00 3 4 \N \N \N 991 t
+6016 40224 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 23:00:00 2014-12-22 23:05:00 \N \N \N \N \N 992 t
+23184 17372 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:30:00 \N \N \N \N \N 993 t
+23184 17373 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 21:30:00 2014-12-19 22:00:00 \N \N \N \N \N 994 t
+23184 17880 New eng The Great Christmas Light Fight: In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 995 t
+23184 17375 South Beach Tow eng Season 3 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:30:00 \N \N \N \N \N 996 t
+23184 17376 South Beach Tow eng Season 3 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:00:00 \N \N \N \N \N 997 t
+41072 14039 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 00:45:00 2014-12-23 01:00:00 \N \N \N \N \N 1097 t
+41072 14040 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N \N \N 1098 t
+6848 60936 Essential Classics eng With Rob Cowan. 9.00am Five Reasons to Love Folk Dances. 10.30am Artist of the Week Hilliard Ensemble. 11.00 Rob's Essential Choice: Sibelius: Symphony No 5 in E flat. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 12:00:00 \N \N \N \N \N 1004 t
+4608 61678 This is CBBC! eng \N Welcome to the CBBC channel. Programmes start at 7.00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 05:30:00 2014-12-19 07:00:00 \N \N \N \N \N 1013 t
+4352 53306 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:30:00 \N \N \N S \N 1014 t
+4352 58603 Reporters eng \N A weekly programme of stories filed by BBC reporters from all over the world, ranging from analyses of major global issues to personal reflections and anecdotes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:00:00 \N \N \N S \N 1015 t
+4352 53307 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 \N \N \N S,SL \N 1016 t
+4352 53309 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N S \N 1017 t
+4352 58149 Review 2014 eng The Year In Space The world held its breath as European scientists landed a probe the size of a washing machine on a comet. Pallab Ghosh looks back on celestial events. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N S \N 1018 t
+5760 59379 6 Music's Jukebox eng \N Chris Hawkins takes you through the early hours playing back-to-back music, plus exclusive BBC sessions and his Spotlight Act. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 03:30:00 2014-12-23 05:00:00 \N \N \N \N \N 1019 t
+5760 59380 Chris Hawkins eng \N The Hawk has another edition of the 5.15 Request and the Tuesday Texter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 05:00:00 2014-12-23 07:00:00 \N \N \N \N \N 1020 t
+24384 15044 Cricut Mini Sale Weekender eng \N A chance for you to get our special product of the weekend - The Weekender. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N \N \N 1031 t
+41120 14107 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 03:00:00 2014-12-22 04:00:00 \N \N \N \N \N 1037 t
+41120 14108 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:30:00 \N \N \N \N \N 1038 t
+41120 14109 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 04:30:00 2014-12-22 05:00:00 \N \N \N \N \N 1039 t
+41120 14110 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 05:00:00 2014-12-22 06:00:00 \N \N \N \N \N 1040 t
+28512 682 Midnight Mischief eng \N It's dark outside and its time to get flirty. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 22:00:00 2014-12-20 02:00:00 \N \N \N \N \N 1044 t
+16032 55258 CITV returns at 06:00 eng CITV returns at 06 00. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 18:00:00 2014-12-21 06:00:00 \N \N \N \N \N 1064 t
+4170 49788 BBC News eng \N The latest national and international news from the BBC. Also in HD. Followed by weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:20:00 \N \N \N S \N 1066 t
+4672 49167 This is CBeebies! eng \N Welcome to the CBeebies channel. Programmes start at 6.00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N \N \N 1067 t
+4170 49789 Match of the Day eng \N Highlights of the day's Premier League games, including Manchester City v Crystal Palace. Also in HD. Followed by National Lottery Update. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 22:20:00 2014-12-20 23:45:00 \N \N \N S \N 1068 t
+4170 49790 The Football League Show eng \N Manish Bhasin introduces all the drama from the Football League's three divisions, including Ipswich v Middlesbrough, Derby v Norwich and Millwall v Bolton. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 23:45:00 2014-12-21 01:05:00 \N \N \N S \N 1069 t
+4288 41761 Don't Tell the Bride eng Christmas on Ice Nick has just three weeks and £12,000 to give Rosie the perfect Christmas present - a wintry wonderland wedding she will never forget. Contains some strong language. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 04:00:00 \N \N \N S,SL \N 1070 t
+4288 41455 This Is BBC Three eng BBC Three Refreshing TV for the digital age. Tune in daily from 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:30:00 \N \N \N \N \N 1071 t
+4288 39240 This Is BBC Three eng BBC Three Refreshing TV for the digital age. Tune in daily from 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 05:30:00 2014-12-19 18:58:00 \N \N \N \N \N 1072 t
+15840 3566 Wake Up In The 70s eng \N Wow, what an explosive way to start the day as we visit the decade that dawned as discotastic and ended up with punk pogo-ing the prog rockers off the scene. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 09:00:00 \N \N \N \N \N 1073 t
+4608 36272 Just Kidding eng \N Comedy show that puts kids in the driver's seat and lets them loose to concoct the most preposterous pranks. And who better to fool than unsuspecting adults? Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 15:15:00 2014-12-21 15:35:00 1 13 \N S \N 1074 t
+4608 36273 Worst Year of My Life... Again eng \N Alex King is living the worst year of his life, all over again. Alex tries to speed up his Mum's Christmas plans, so he can get to Nicola's party. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 15:35:00 2014-12-21 16:00:00 12 13 \N AD,S \N 1075 t
+4608 35877 All at Sea eng Valentine Charlie and his family run a bed and breakfast by the sea. Charlie tries to befriend one of the guests who he thinks will make him some money. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:30:00 \N \N \N AD,S \N 1076 t
+4608 36274 4 O'Clock Club eng Merger When Josh and Nero arrive at their new school, Nero decides it's time to have some fun - at Josh's expense. Meanwhile, Dexter tries to impress his new colleagues. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 3 13 \N S \N 1077 t
+4608 36275 Nowhere Boys eng \N Drama series. After their survival, Felix, Andy, Jake and Sam return to their lives, but are shocked that their families and friends no longer recognise them. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:25:00 2 13 \N AD,S \N 1078 t
+4608 36484 Lost Christmas eng \N Festive urban fairy tale. A strange being with the power to find the lost finds himself in Manchester at Christmas, just as the snow begins to fall. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 17:25:00 2014-12-21 18:58:00 \N \N \N AD,S \N 1079 t
+22624 40344 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 1083 t
+22624 40345 Relax With Insight eng \N RNIB's Insight Radio - Relax with great music to end the day \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 1084 t
+22592 17727 Hawksbee and Jacobs eng \N Hawksbee and Jacobs discuss all the day's biggest sports news stories. Call the show on 08717 22 33 44 (10p/min), text on 81089 (50p + charges) or follow on Twitter @tshandj \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-23 13:00:00 2014-12-23 16:00:00 \N \N \N \N \N 1085 t
+6720 64388 BBC Radio 1's Residency eng SOHN SOHN's latest electronic discoveries. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 \N \N \N \N \N 1086 t
+6720 64332 Toddla T eng \N Stormzy joins Toddla for T Time and there is a guest mix from Complexion. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 04:00:00 \N \N \N \N \N 1087 t
+24448 64012 Red Carpet Exclusive eng \N Get the red carpet look and feel like a movie star with incredible jewellery auctions. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 00:00:00 2014-12-22 01:00:00 \N \N \N \N \N 1088 t
+24448 63870 Huge Jewellery Savings from GemsTV eng \N GemsTV give huge savings on genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:00:00 \N \N \N \N \N 1089 t
+41072 14041 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 02:00:00 2014-12-23 03:00:00 \N \N \N \N \N 1099 t
+8325 2689 Emmerdale eng \N Robert schemes to get Lawrence off Ross's back. Rakesh has news for Charity. Rakesh and Priya form a plan. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 12:55:00 2014-12-22 13:25:00 \N \N \N AD,S \N 1100 t
+8325 2690 Coronation Street eng \N Tracy awaits news of Rob's fate. Is Steve getting obsessed? Steph holds the fort. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 13:25:00 2014-12-22 13:55:00 \N \N \N AD,S \N 1101 t
+8325 2691 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 13:55:00 2014-12-22 15:00:00 \N \N \N S \N 1102 t
+7168 34499 Radio 2 in Concert eng Take That Take That reconvene after a four year hiatus to perform at the intimate setting of the Radio Theatre in the heart of London, where they prove that three is the magic number! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 22:15:00 2014-12-23 00:00:00 \N \N \N \N \N 1106 t
+8448 58606 The Big Bang Theory eng The Loobenfeld Decay Leonard and Sheldon each tell a lie to avoid going to see Penny on stage singing in a production of Rent, but Sheldon's lie gets out of control. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 23:00:00 2014-12-24 23:30:00 \N \N \N AD,S \N 1108 t
+8448 58607 The Big Bang Theory eng The Pancake Batter Anomaly Penny volunteers to nurse Sheldon when he's sick. However, his friends know how miserable he is when he's ill and stay well away from him. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 23:30:00 2014-12-25 00:00:00 \N \N \N AD,S \N 1109 t
+41008 58731 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 1110 t
+41008 58732 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 1111 t
+41008 58733 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:30:00 \N \N \N \N \N 1112 t
+41008 58734 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 23:30:00 2014-12-24 00:30:00 \N \N \N \N \N 1113 t
+41136 50305 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 00:10:00 2014-12-21 01:15:00 \N \N \N \N \N 1114 t
+41136 50306 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 01:15:00 2014-12-21 02:15:00 \N \N \N \N \N 1115 t
+41136 50307 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 02:15:00 2014-12-21 06:00:00 \N \N \N \N \N 1116 t
+5952 53398 Asian Network Reports eng \N An update of the day's news you need to hear. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N \N \N 1117 t
+5952 53399 Bobby Friction eng \N Bobby catches up on the latest Bollywood news with top journalist Udita J, plus DJ Munks spins his Friday-Night Mix. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 17:30:00 2014-12-19 21:00:00 \N \N \N \N \N 1118 t
+5952 53458 Asian Network Presents eng Maine Pyar Kiya at 25 Asian Network celebrates 25 years of one of Bollywood's biggest hits, Maine Pyar Kiya, directed by Sooraj Barjatya and starring Salman Khan and Bhagyashree. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 1121 t
+5952 53413 Ashanti Omkar eng \N Ashanti Omkar showcases the latest music, arts and entertainment from South Indian and Sri Lankan communities. She also takes a look at the latest releases. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 16:00:00 \N \N \N \N \N 1122 t
+27904 2124 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:30:00 \N \N \N \N \N 1123 t
+27904 2125 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:00:00 \N \N \N \N \N 1124 t
+6784 51757 After Midnight with Alex Lester eng \N Music and conversation after midnight with Alex Lester, featuring Record and Album of the Week. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 00:00:00 2014-12-21 03:00:00 \N \N \N \N \N 1129 t
+6912 55165 Six O'Clock News eng \N The latest national and international news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N \N \N 1130 t
+6912 55166 I'm Sorry I Haven't a Clue eng \N Long-running panel game. Regulars Barry Cryer and Graeme Garden are joined by Susan Calman and Tony Hawks on the panel and Jack Dee in the chair. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 6 6 \N \N \N 1131 t
+6912 55167 The Archers eng \N Kate is home. And who is that playing Father Christmas? \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:15:00 \N \N \N \N \N 1132 t
+6912 55168 Front Row eng \N Arts news, interviews and reviews. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 19:15:00 2014-12-22 19:45:00 \N \N \N \N \N 1133 t
+6912 55459 15 Minute Drama eng The Skool Days of Nigel Molesworth, by Patrick Barlow and George Poles. Hail St Custards Molesworth gives a guided tour of the utter shambles that is St Custards. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 19:45:00 2014-12-22 20:00:00 1 5 \N \N \N 1134 t
+6912 55170 The Invisible Age eng Matthew Sweet presents a series about old age. The Living Archive Matthew talks candidly to people aged over 85 about work, money and relationships. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 2 3 \N \N \N 1135 t
+6912 55171 Crossing Continents eng The Knights of New Russia Tim Whewell gains rare access to the shadowy world of Russia's radical nationalists fighting in eastern Ukraine for Novorossiya, or New Russia. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N \N \N 1136 t
+6016 40179 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:05:00 \N \N \N \N \N 1139 t
+6016 40180 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 06:05:00 2014-12-22 07:00:00 \N \N \N \N \N 1140 t
+6016 40181 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:05:00 \N \N \N \N \N 1141 t
+6016 40182 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 07:05:00 2014-12-22 08:00:00 \N \N \N \N \N 1142 t
+6016 40183 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:05:00 \N \N \N \N \N 1143 t
+6016 40184 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 08:05:00 2014-12-22 08:32:00 \N \N \N \N \N 1144 t
+6016 40185 Business Daily eng \N The daily drama of money and work from the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 08:32:00 2014-12-22 08:50:00 \N \N \N \N \N 1145 t
+6016 40186 Witness eng \N The story of our times told by the people who were there. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 08:50:00 2014-12-22 09:00:00 \N \N \N \N \N 1146 t
+22656 867 Non-Stop Kerrang! eng \N Playing continuous K! music throughout the night. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 22:00:00 2014-12-20 07:00:00 \N \N \N \N \N 1151 t
+6720 64405 Annie Mac eng \N Sam Smith joins Annie to co-host a special #musicalhotwaterbottle. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 22:00:00 2014-12-22 01:00:00 \N \N \N \N \N 1152 t
+4736 62984 BOOKtalk eng Mark D'Arcy in discussion with Nicklaus Thomas-Symonds on his biography Nye The Political Life of Aneurin Bevan. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 15:05:00 2014-12-23 15:20:00 \N \N \N \N \N 1159 t
+4736 62985 Autumn Statement eng \N BBC Two's coverage of chancellor of the exchequer George Osborne's Autumn Statement in the House of Commons, with full reaction and analysis, shown earlier today. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 15:20:00 2014-12-23 17:20:00 \N \N \N \N \N 1160 t
+4736 62986 Scottish Parliament eng \N Recorded coverage of Alex Salmond's final address to the Scottish Parliament as First Minister, from Tuesday 18 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 17:20:00 2014-12-23 18:10:00 \N \N \N \N \N 1161 t
+14816 999 1-2-1 Dating - NEW & Improved eng 1-2-1 Dating WORKS - Testimonial 'I thought, nothing ventured, nothing gained... Shortly after, I met Jonathan' - (K C, 32, London). Watch ads for free with 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 12:00:00 2014-12-23 16:00:00 \N \N \N \N \N 1174 t
+5824 39279 Foul Play eng The Proof of the Pudding Crime writers PD James and HRF Keating probe death at dinnertime. Simon Brett hosts the murder quiz. From December 1997. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 \N \N \N \N \N 1175 t
+41072 14043 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 03:30:00 2014-12-23 04:00:00 \N \N \N \N \N 3551 t
+5824 38882 Off the Page eng Nostalgia 4 Extra Debut. Cricketer Ed Smith, his father Jonathan Smith and novelist Sarah Harrison get all nostalgic with Matthew Parris. From August 2003. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 \N \N \N \N \N 1176 t
+5824 40027 Up the Pole eng \N 4 Extra Debut. Popular double act Jimmy Jewel and Ben Warriss settle into a new flat over a disused fire station. With Jon Pertwee. From November 1948. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N \N \N 1177 t
+5824 40030 The Naughty Navy Show eng \N 4 Extra Debut. Spike Milligan's one-off festive show before a student audience at the Greenwich Royal Naval College. With John Bird. From December 1965. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N \N \N 1178 t
+5824 38885 Doctor Who: Hornets' Nest eng A Sting in the Tale, pt 1 In his next alien insect encounter, the Time Lord travels back to medieval England. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 7 10 \N \N \N 1179 t
+5824 39272 Crib City eng \N 4 Extra Debut. Susannah Clapp visits Naples to meet the craftsmen who have been making miniature model holy stables for centuries. From December 2004. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:00:00 \N \N \N \N \N 1180 t
+4170 56454 The Gruffalo eng \N Animation based on the classic children's book written by Julia Donaldson, telling the magical tale of a mouse who takes a walk through the woods in search of a nut. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 15:05:00 2014-12-23 15:30:00 \N \N 2009 AD,S \N 1181 t
+4170 56453 Cars 2 eng \N Animated sequel. Lightning McQueen heads to Japan to prove his racing prowess, but he and the team soon find themselves in the middle of an international adventure. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 15:30:00 2014-12-23 17:10:00 \N \N 2011 AD,S \N 1182 t
+4170 58324 Pointless Celebrities eng Christmas Special Alexander Armstrong presents a festive celebrity edition of the quiz with the Chuckle Brothers, Keith Harris and Orville, Linda Lusardi, Sam Kane, Roy Wood and Father Christmas. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:10:00 2014-12-23 18:00:00 \N \N \N S \N 1183 t
+5632 36222 5 live Sport eng \N Live Premier League football commentary on Aston Villa v Manchester United, plus coverage from across this afternoon's 3.00pm kick-offs. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 15:00:00 2014-12-20 17:00:00 \N \N \N \N \N 1191 t
+5632 36223 Sports Report eng \N Reports, results, and reaction from the day's big sporting stories. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:06:00 \N \N \N \N \N 1192 t
+4288 42165 Siblings eng Balcombe's Funeral Comedy. Hannah and Dan's old drama teacher Mr Balcombe has died and they have mixed emotions about the funeral. Contains strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:30:00 6 6 \N AD,S \N 1198 t
+4288 42870 Some Girls eng \N Comedy series about a group of teenage girls. Amber has a trial for Chelsea Ladies, and Holli's romantic life becomes complicated. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:00:00 5 6 \N S \N 1199 t
+4288 41818 This Is BBC Three eng BBC Three Refreshing TV for the digital age. Tune in daily from 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 04:00:00 2014-12-21 05:30:00 \N \N \N \N \N 1200 t
+4288 39252 This Is BBC Three eng BBC Three Refreshing TV for the digital age. Tune in daily from 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 05:30:00 2014-12-21 18:58:00 \N \N \N \N \N 1201 t
+4352 51162 Breakfast eng \N All the latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 08:30:00 \N \N \N S \N 1214 t
+4352 51163 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N S \N 1215 t
+14498 26404 The New Yankee Workshop eng CD Storage Case Norm demonstrates how to build a classic bookcase in recycled heart pine. How will it look? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:30:00 \N \N \N \N \N 1219 t
+14498 26405 The New Yankee Workshop eng Garden Armchair Norm demonstrates how to build an all-weather garden armchair in recycled cypress wood. How will it look? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 03:30:00 2014-12-20 04:00:00 \N \N \N \N \N 1220 t
+14498 26406 Wheeler Dealers eng Golf Part 1 Mechanical maestros Mike Brewer and Edd China work their mechanical magic on a classic Mark 1 Golf GTI 1.8 to get it back into prestige roadworthy condition. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:30:00 \N \N \N \N \N 1221 t
+14498 26407 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 04:30:00 2014-12-20 05:00:00 \N \N \N \N \N 1222 t
+14498 26408 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:30:00 \N \N \N \N \N 1223 t
+14498 26409 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N \N \N 1224 t
+5632 36261 5 live in Short eng \N Chris Warburton presents the best of 5 live from the past seven days featuring the biggest news and sport stories of the week. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 1225 t
+5632 36262 Up All Night eng \N News, interviews and stories from around the world with Dotun Adebayo. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 01:00:00 2014-12-21 05:00:00 \N \N \N \N \N 1226 t
+4287 55915 Celebrity Antiques Road Trip eng \N Stars of stage and screen Simon Williams and Duncan Preston take a buying trip around Essex with £400 to invest in antiques with experts James Lewis and Philip Serrell. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 10:05:00 2014-12-23 11:05:00 4 20 \N S \N 1232 t
+4287 55571 Great Continental Railway Journeys eng Rome to Taormina Michael Portillo takes the train down the spine of Italy from Rome to Sicily, visiting Naples, the island of Capri and the ancient hilltop town of Taormina. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-23 11:05:00 2014-12-23 12:05:00 \N \N \N AD,S \N 1233 t
+14608 32032 Little House On The Prairie eng \N Crossed Connections - The telephone comes to Walnut Grove. Mrs. Olesen is hired as the switchboard operator and takes advantage of her responsibilities by gathering gossip. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 12 \N \N \N 6 1237 t
+14608 32033 The Christmas Pageant eng \N When a temperamental Broadway director is fired from yet another job, she is forced to direct a community Christmas pageant. Starring Melissa Gilbert \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 13:00:00 2014-12-23 15:00:00 \N \N 2011 \N \N 1238 t
+14752 41111 Toni Phillips eng \N Toni Phillips plays the best hit music across the capital! Get involved @capitalofficial and catch up with the latest at CapitalFM.com \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 12:00:00 2014-12-21 16:00:00 \N \N \N \N \N 1239 t
+23280 5821 60 Second Date eng \N The fastest way to find a date in the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 04:00:00 2014-12-20 06:00:00 \N \N \N \N \N 1246 t
+14608 31972 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 03:00:00 2014-12-20 06:00:00 \N \N \N \N \N 1247 t
+5888 52037 Sarah-Jane Crawford eng \N Your afternoon fix of big music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 16:00:00 \N \N \N \N \N 1250 t
+6848 61164 Choral Evensong eng \N An archive recording from Tewkesbury Abbey first broadcast at Christmastide in 2002 with the Exon Singers. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:30:00 \N \N \N \N \N 1251 t
+6848 61988 Words and Music eng \N Broadcast from the banks of the Thames, a special edition of the programme with poetry, prose and music on British rivers. The readers are Stella Gonet and Robert Glenister. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:45:00 \N \N \N \N \N 1252 t
+6848 61514 New Generation Artists eng \N Zhang Zuo, Esther Yoo, Kitty Whately, Lise Berthaud and the Armida Quartet feature in music by Brahms, Grieg and Haydn. Presented by Clemency Burton-Hill. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 17:45:00 2014-12-24 19:00:00 \N \N \N \N \N 1253 t
+8442 55908 Time Team eng The Mystery of Mine Howe In the Orkney Islands a mysterious underground chamber provides a challenge for Tony Robinson and his expert team. \N 2 25 f 3 eng \N 9 0 0 \N 2014-12-23 13:25:00 2014-12-23 14:30:00 \N \N \N S \N 1254 t
+8442 55909 Time Team eng \N Tony and the Team travel to the Scottish island of Mull, to investigate what they hope are the remains of a chapel set up by St Columba when he brought Christianity to the north of Britain. \N 2 25 f 3 eng \N 9 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:35:00 \N \N \N S \N 1255 t
+5760 59345 The Huey Show eng \N Each week Huey adds a new album to his crate of perfect LPs. In this show, he plays the finest tracks from those albums straight from vinyl, the way they should sound. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 13:00:00 \N \N \N \N \N 1256 t
+41072 14087 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-20 03:00:00 2014-12-20 04:00:00 \N \N \N \N \N 1257 t
+41072 14088 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:20:00 \N \N \N \N \N 1258 t
+41072 14089 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-20 04:20:00 2014-12-20 05:00:00 \N \N \N \N \N 1259 t
+41072 14090 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:50:00 \N \N \N \N \N 1260 t
+41072 14091 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-20 05:50:00 2014-12-20 06:00:00 \N \N \N \N \N 1261 t
+14784 2855 Winter Has Arrived... eng \N Time to book a CRUISE! Caribbean, Mediterranean, European. You name it, we got it! Whatever floats ya boat and whatever your budget, grab your toothbrush & sail away to Shangri-La \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 20:00:00 2014-12-21 00:00:00 \N \N \N \N \N 1265 t
+4352 53310 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:30:00 \N \N \N S \N 1280 t
+4352 58150 Review 2014 eng The Weather Year Who can forget the images of the Thames bursting its banks, or homes turned to islands on the Somerset Levels? Nick Miller looks back on the year the weather became the news. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:00:00 \N \N \N S \N 1281 t
+4352 53311 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N S \N 1282 t
+4352 58151 Dylan Thomas eng Rock and Roll Poet From Swansea to New York, actor Michael Sheen and singer Cerys Matthews are among those paying tribute to the work and life of poet Dylan Thomas. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 \N \N \N S \N 1283 t
+4352 53312 BBC News eng \N The BBC News at Five with in-depth discussions and analysis as well as breaking news. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N S \N 1284 t
+5760 59381 Shaun Keaveny eng \N Tuesday sees Shaun Keaveny after Earworms again, plus the Small Claims Court is open and Matt Everitt has the latest music news. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 07:00:00 2014-12-23 10:00:00 \N \N \N \N \N 1285 t
+6016 40195 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:05:00 \N \N \N \N \N 1291 t
+8442 55811 Jamie's Family Christmas eng \N Jamie Oliver prepares some exciting alternatives to traditional Christmas desserts with a little help from his mum, Sally, including a killer chocolate mousse and a festive strudel. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 03:20:00 2014-12-20 03:55:00 \N \N \N S \N 1293 t
+8442 60706 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 03:55:00 2014-12-20 06:00:00 \N \N \N \N \N 1294 t
+4175 51731 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N S \N 1305 t
+4175 52479 Look North eng \N The latest news, sport and weather for Yorkshire and Lincolnshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N S \N 1306 t
+4175 58380 Celebrity Mastermind eng \N John Humphrys puts the questions to celebrities. Featuring Presenter Ore Oduba, Olympic athlete Lizzy Yarnold, The One Show's Alex Riley and comedian Ken Dodd. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 2 10 \N S \N 1307 t
+4175 56433 A Question of Sport eng Christmas Special Sue Barker hosts a festive edition of the lighthearted sports quiz. Team captains Matt Dawson and Phil Tufnell play the usual rounds with a Christmas twist. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N S \N 1308 t
+4175 51736 EastEnders eng \N Stacey continues to push Linda for information. Emma discovers some surprising new evidence in the Lucy Beale investigation. Dot is in for a huge shock when she returns home. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N AD,S \N 1309 t
+4175 56434 Would I Lie to You? eng \N Rob Brydon hosts a festive edition of the panel show. David Mitchell is joined by Ray Winstone and Josh Widdicombe, while Lee Mack is joined by Rachel Riley and Ricky Tomlinson. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 8 9 \N S \N 1310 t
+28160 15839 Leading the Way eng \N Dr. Michael Youssef's worldwide radio ministry, passionately proclaiming uncompromising truth. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 \N \N \N \N \N 1311 t
+28160 15840 Your Call eng \N Your chance to get in touch with John and the team and share your views. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N \N \N 1312 t
+28160 15841 Telling the Truth eng \N Dynamic Bible teaching from Stuart, Jill and Pete Briscoe \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:30:00 \N \N \N \N \N 1313 t
+28160 15842 Woman to Woman eng \N Maria Rodrigues with the show for Christian women, featuring music, guests and phone-ins. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 10:30:00 2014-12-23 12:00:00 \N \N \N \N \N 1314 t
+5696 40171 Coming up on 5 live sports extra eng \N Coming up at 2.55pm on Boxing Day, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-22 18:00:00 2014-12-23 00:00:00 \N \N \N \N \N 1315 t
+24016 12850 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 04:00:00 2014-12-20 06:00:00 \N \N \N \N \N 1316 t
+4608 63311 This is CBBC! eng \N Join the CBBC crew for all your favourite programmes, plus loads more! Tune into CBBC every day from 7.00am to 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 18:58:00 2014-12-22 05:30:00 \N \N \N \N \N 1317 t
+5888 52005 Adele Roberts eng \N Fresh music, chat and entertainment. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 13:00:00 2014-12-21 16:00:00 \N \N \N \N \N 1324 t
+26560 13692 #FridayNightHits eng \N All The Hits are on for Friday night! This is where the party's at! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 22:00:00 2014-12-20 00:00:00 \N \N \N \N \N 1333 t
+6848 61029 Composer of the Week eng Andre Previn (1929-). From Andre to Anne-Sophie Andre Previn talks to Donald Macleod about his personal and musical relationship with his wife, violinist Anne-Sophie Mutter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 5 5 \N \N \N 1342 t
+6848 60938 Radio 3 Lunchtime Concert eng Young Pianists at LSO St Luke's. Alice Sara Ott in a recital from LSO St Luke's, London. Beethoven Piano Sonata in D minor, Op 31 No 2 (The Tempest). Liszt: Paganini Studies. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 4 4 \N \N \N 1343 t
+41072 14044 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:30:00 \N \N \N \N \N 3552 t
+6848 60939 Afternoon on 3 eng BBC Performing Groups Live. Two live concerts the Ulster Orchestra in Sibelius and Rautavaara, plus the BBC Philharmonic performing Sibelius, Vasks and Brahms in Salford. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 14:00:00 2014-12-19 16:30:00 5 5 \N \N \N 1344 t
+6912 54946 News and Papers eng \N The latest news headlines. Including a look at the papers. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:04:00 \N \N \N \N \N 1345 t
+6912 54947 Weather eng \N The latest weather forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 06:04:00 2014-12-20 06:07:00 \N \N \N \N \N 1346 t
+6912 54948 Open Country eng \N Caz Graham visits Castle Howard, where Christmas tree sales are in full swing and customers are flocking to get their hands on their festive decorations. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-20 06:07:00 2014-12-20 06:30:00 \N \N \N \N \N 1347 t
+6912 54949 Farming Today This Week eng \N The latest news about food, farming and the countryside. Presented by Charlotte Smith. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 06:30:00 2014-12-20 06:57:00 \N \N \N \N \N 1348 t
+6912 54950 Weather eng \N The latest weather forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 06:57:00 2014-12-20 07:00:00 \N \N \N \N \N 1349 t
+6912 54951 Today eng \N Morning news and current affairs. Including Yesterday in Parliament at 7.20am; Sports Desk at 7.25am and 8.25am; Thought for the Day at 7.48am; and Weather at 7.57am. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 07:00:00 2014-12-20 09:00:00 \N \N \N \N \N 1350 t
+7168 34500 Radio 2 in Concert eng Take That Take That reconvene after a four year hiatus to perform at the intimate setting of the Radio Theatre in the heart of London, where they prove that three is the magic number! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 00:00:00 2014-12-23 06:00:00 \N \N \N \N \N 1359 t
+28032 27988 Rugby Highlights eng Aviva Premiership Mark Durden-Smith and David Flatman present highlights of Wasps v London Irish, Gloucester v Bath and reigning champions Northampton against Leicester at Franklin's Gardens. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N S \N 1360 t
+4544 44970 This Is BBC Four eng \N This is BBC Four. Programmes start at 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 18:58:00 2014-12-20 19:00:00 \N \N \N \N \N 1370 t
+4544 47361 Polar Bear eng Spy on the Ice Documentary which uses spy cameras to get closer than ever before to the world's greatest land predator, the polar bear, revealing their intelligence and curiosity. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N S \N 1371 t
+4544 47695 Icebound eng The Greatest Dog Story Ever Told Documentary about a team of men and dogs who set out to relay an antitoxin across 674 miles of Alaskan wilderness to save the town of Nome after diphtheria had broken out. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N AD,S \N 1372 t
+5952 53414 Saima Ajram eng \N Ray Khan sits in for Saima Ajram with the best Pakistani music and showbiz news in Lollywood Latest. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 16:00:00 2014-12-21 18:00:00 \N \N \N \N \N 1373 t
+6784 51678 Ken Bruce eng \N Comedian Paul Merton picks the Tracks of My Years. Plus PopMaster, the daily Love Song and Album and Record of the Week. Email ken.bruce@bbc.co.uk. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 09:30:00 2014-12-19 12:00:00 \N \N \N \N \N 1374 t
+27712 21922 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N \N \N 1375 t
+27712 21923 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:30:00 \N \N \N \N \N 1376 t
+27712 22094 Fault Lines eng \N Fault Lines returns to Ferguson to investigate why black communities feel targeted by law enforcement and if these forces are operating within impunity. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 1378 t
+15456 279 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 12:00:00 2014-12-24 00:00:00 \N \N \N \N \N 1388 t
+24464 50300 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from F1 Cars 1973-1978. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 15:45:00 2014-12-20 16:50:00 \N \N \N \N \N 1389 t
+24464 50567 Trophe Andros eng \N Motor racing's favourite winter past time, the Andros Trophy, tests the car control skills of some of today's top circuit racers on the ice covered tracks of some of France's best known ski resorts. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 16:50:00 2014-12-20 17:50:00 \N \N \N \N \N 1390 t
+24464 50302 FIA World Endurance Season Review eng \N A look back at the 2014 season as top class LMP and GT cars battle for the title in the pinnacle of global sportscar racing. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 17:50:00 2014-12-20 18:55:00 \N \N \N \N \N 1391 t
+6016 40196 HARDtalk eng \N In-depth, hard-hitting interviews with newsworthy personalities. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 13:05:00 2014-12-22 13:32:00 \N \N \N \N \N 1393 t
+14832 1356 Winter in Gay Rabbit Meadow eng \N Gay Rabbit Chat & Date has been connecting people for 6 years, so wherever you sit on the LGBT spectrum, pop in and say hi! Introduce a friend and earn FREE credits for each of you \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 12:00:00 2014-12-23 16:00:00 \N \N \N \N \N 1394 t
+6784 51873 Bob Harris eng \N Bob Harris returns with Christmas treats. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 03:00:00 2014-12-21 06:00:00 \N \N \N \N \N 1395 t
+8283 29703 You've Been Framed at Christmas! eng \N Harry Hill gives his unique gift of surreal silliness to some festive home videos including a fight to the death as a kid wrestles a Christmas tree, and Carrie the possessed car. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 18:15:00 2014-12-24 18:45:00 \N \N \N S \N 1396 t
+8283 17160 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:45:00 2014-12-24 19:00:00 \N \N \N S \N 1397 t
+8283 17162 Emmerdale eng \N Andy and Robert's feud reaches boiling point. Charity manipulates Cain. Bernice finds comfort in an unlikely source. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N AD,S \N 1398 t
+8283 16739 Coronation Street eng \N Gary feels isolated from his family. Will Kylie give in to her demons? Lloyd is shocked by news of Jenna. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N AD,S \N 1399 t
+8283 17464 Skyfall eng \N Action starring Daniel Craig and Javier Bardem, 2012. A troubled James Bond returns from hiding to take on a chilling villain while protecting the MI6 boss \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 20:00:00 2014-12-24 22:45:00 \N \N \N AD,S \N 1400 t
+6912 55172 Shared Planet eng Sharing Our Lives with Wolves Monty Don explores the enigma that is the wolf and looks at how our attitudes have shaped their destiny. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 21:30:00 \N \N \N \N \N 1402 t
+6912 55174 Weather eng \N The latest weather forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 21:58:00 2014-12-22 22:00:00 \N \N \N \N \N 1404 t
+6912 55175 The World Tonight eng \N In-depth reporting and analysis from a global perspective. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:45:00 \N \N \N \N \N 1405 t
+6912 55464 Book at Bedtime eng \N The Diary of a Provincial Lady, by EM Delafield. Our diarist faces a visit from the formidable Lady Boxe and begins an ongoing battle with the indoor bulbs. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 22:45:00 2014-12-22 23:00:00 1 5 \N \N \N 1406 t
+6912 55465 Good Omens eng \N Adaptation of the 1990 comedic fantasy novel by Neil Gaiman and Terry Pratchett. The demon Crowley is tasked with the delivery of a baby to St Beryl's hospital. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 23:00:00 2014-12-22 23:30:00 1 6 \N \N \N 1407 t
+6912 55466 Good Omens eng \N Adaptation of the 1990 comedic fantasy novel by Neil Gaiman and Terry Pratchett. Aziraphale and Crowley set out to discover what happened to the real son of Satan. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 23:30:00 2014-12-23 00:00:00 2 6 \N \N \N 1408 t
+6016 40189 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:05:00 \N \N \N \N \N 1412 t
+6016 40190 World Update eng \N News and issues making the headlines each day. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 10:05:00 2014-12-22 11:00:00 \N \N \N \N \N 1413 t
+6016 40191 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:05:00 \N \N \N \N \N 1414 t
+6016 40192 Outside Source eng \N The world is our Newsroom - join us as we find out what is happening right now around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 11:05:00 2014-12-22 12:00:00 \N \N \N \N \N 1415 t
+5888 51939 Target eng \N Cameo jumps Back 2 Back in the mix with DJ Russke, plus Cameo's Cuddle Time replaces the Targe Menage for the slow jamz! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 22:00:00 \N \N \N \N \N 1419 t
+4736 62987 Westminster in Review eng \N Alicia McCarthy presents a review of the parliamentary highlights at Westminster since September. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 18:10:00 2014-12-23 19:10:00 \N \N \N \N \N 1436 t
+4736 62988 First World War BOOKtalk eng \N Mark D'Arcy in discussion with Keith Simpson, Gisela Stuart and Sir Menzies Campbell. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 19:10:00 2014-12-23 19:35:00 \N \N \N \N \N 1437 t
+4736 62989 Prime Minister's Questions eng \N Recorded coverage of questions in the House of Commons to prime minister David Cameron from Wednesday 17 December. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 19:35:00 2014-12-23 20:10:00 \N \N \N \N \N 1438 t
+4736 62990 David Davis Lecture eng \N David Davis delivers a lecture on Parliament and Liberty in the State Apartments of the Palace of Westminster, from Wednesday 22 October. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 20:10:00 2014-12-23 20:55:00 \N \N \N \N \N 1439 t
+4736 62991 Scottish First Minister's Questions eng \N Recorded coverage of questions in the Scottish Parliament to first minister Nicola Sturgeon from Thursday 18 December. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 20:55:00 2014-12-23 21:25:00 \N \N \N \N \N 1440 t
+5824 39128 James Hopkin - A Georgian Trilogy eng A Peacock in Sulphur 4 Extra Debut. Niko Pirosmani was one of Georgia's greatest artists, but was it his art that killed him? Read by Allan Corduner. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 21:00:00 2014-12-24 21:15:00 1 3 \N \N \N 1441 t
+5824 39282 PL Travers - The Fox at the Manger eng \N When a fox meets the Messiah at the Nativity, he offers up his cunning. Magical story starring Wendy Hiller and Alec McCowen. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 21:15:00 2014-12-24 22:00:00 \N \N \N \N \N 1442 t
+5824 38889 Paul Sinha's History Revision eng Paul Sinha explores the history behind things we take for granted. Communication Paul's story of the telephone takes in electro-shock therapy and an exploding boat. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:30:00 4 4 \N \N \N 1443 t
+5824 39283 Old Harry's Game eng Roll of the Dice The saintly Hope Fraser arrives in Hell, throwing Satan into confusion. Devilish comedy stars Andy Hamilton and James Grout. From December 2002. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 22:30:00 2014-12-24 23:00:00 1 2 \N \N \N 1444 t
+5824 39284 The Shuttleworths eng Christmas Eve With the Shuttleworths Sheffield singer John Shuttleworth's plans for a festive family gathering go awry. Stars Graham Fellows. From December 1993. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 23:00:00 2014-12-24 23:15:00 \N \N \N \N \N 1445 t
+5824 39285 The News at Bedtime eng \N The Queen of Hearts' traditional Christmas message for nurseryland. Jack Dee and Peter Capaldi star as John Tweedledum and Jim Tweedledee. From December 2009. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 23:15:00 2014-12-24 23:30:00 \N \N \N \N \N 1446 t
+5824 39286 4 at the Store eng \N Simon Bligh hosts a Christmas flavoured stand-up comedy show, with Luke Ponte, Mitch Benn and Ian Moore. From December 2001. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 23:30:00 2014-12-25 00:00:00 \N \N \N \N \N 1447 t
+4170 51761 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N S \N 1448 t
+4170 52887 Look North eng \N The latest news, sport and weather for Yorkshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N S \N 1449 t
+4170 58381 Celebrity Mastermind eng \N Featuring questions on Andy Murray, Joe Cocker, Still Game and British musicals. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 3 10 \N S \N 1450 t
+4170 51764 EastEnders eng \N Johnny makes an unexpected announcement. Kush makes it his mission to change Shabnam's mind about Christmas. Dean drops a bombshell. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N AD,S \N 1451 t
+4170 51766 Holby City eng I Will Honour Christmas in My Heart Hospital drama. Elliot's plans for a quiet family Christmas are derailed by the arrival of a friend in need. Ric returns to AAU. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N AD,S \N 1452 t
+4736 62701 Thursday in Parliament eng \N Kristiina Cooper presents highlights of Thursday 18 December in Parliament. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N \N \N 1453 t
+5632 36263 The Non League Football Show eng \N Caroline Barker takes a fan's-eye look at what's good about non-league football. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-21 05:00:00 2014-12-21 06:00:00 \N \N \N \N \N 1461 t
+14800 1356 Come Up and See Me eng \N Rabbit Chat & Date has been connecting people for over 6 years now on TV - and now also by our new iPhone app! Flirt, chat & make new friends. The opportunities are endless! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 12:00:00 2014-12-23 16:00:00 \N \N \N \N \N 1462 t
+4287 55572 Christmas Kitchen with James Martin eng \N Festive food programme. James Martin is joined in the kitchen by Jason Atherton and Brian Turner. Plus celebrity guests and treats from the BBC's festive food archives. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 12:05:00 2014-12-23 12:55:00 5 10 \N S \N 1476 t
+4287 55573 Christmas Kitchen with James Martin eng \N Festive food programme. James Martin is joined in the kitchen by Bryn Williams and Brian Turner. Plus celebrity guests and treats from the BBC's festive food archives. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 12:55:00 2014-12-23 13:45:00 8 10 \N S \N 1477 t
+4287 57525 Equestrian eng Olympia Grand Prix Highlights Highlights of the Olympia Grand Prix, the standout event on the final day of the London International Horse Show, which features many of the world's best showjumpers. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-23 13:45:00 2014-12-23 14:45:00 \N \N \N S \N 1478 t
+4287 55575 Coast Australia eng Sydney Series exploring Australia's coastline. Neil Oliver explores the network of fortification to protect 'Fortress Sydney'. Xanthe Mallett discovers some ingenious DIY. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-23 14:45:00 2014-12-23 15:35:00 \N \N \N AD,S \N 1479 t
+15312 279 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 12:00:00 2014-12-24 00:00:00 \N \N \N \N \N 1480 t
+15440 279 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 12:00:00 2014-12-24 00:00:00 \N \N \N \N \N 1481 t
+4608 64425 Arthur eng Dancing Queen Animated series following the adventures of a young aardvark and his friends. Dancing Queen Binky decides to teach DW to dance. Followed by Epic Quick Blast. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:20:00 8 18 \N S \N 1482 t
+4608 64427 New: Sidekick eng Wrinkle Resistant Animated series. Eric tags along as Trevor and his Dad take their evil supervillain Grandpa on a road trip. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 07:20:00 2014-12-19 07:30:00 \N \N \N AD,S \N 1483 t
+4608 64428 The Joke Machine eng \N Two children from different schools deliver their funniest joke. Lea Forest goes up against St Matthew's. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 07:30:00 2014-12-19 07:35:00 36 50 \N S \N 1484 t
+4608 64429 MOTD Kickabout eng Build-Up A look ahead to the weekend's fixtures in the Premier League with team news, stats and the stories making the headlines. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 07:35:00 2014-12-19 07:40:00 \N \N \N S \N 1485 t
+4608 64431 Newsround eng \N Topical news magazine for children. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 07:40:00 2014-12-19 07:45:00 \N \N \N S \N 1486 t
+4608 35166 New: 4 O'Clock Files eng The Staff Mr Bell films a video prospectus for Elmsmere. He explains how the staff at Elmsmere are not just teachers - but more like superheroes. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 07:45:00 2014-12-19 08:15:00 5 5 \N S \N 1487 t
+4608 64454 Newsround eng \N Topical news magazine for children. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 08:15:00 2014-12-19 08:25:00 \N \N \N S \N 1488 t
+4608 64432 Marrying Mum and Dad 2 eng Beach Brothers Niall and Ethan want a beach-themed big day for their mum and dad. But mum has always dreamed of a church wedding. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 08:25:00 2014-12-19 08:55:00 10 10 \N S \N 1489 t
+4608 64433 The Story of Tracy Beaker eng Just Desserts Drama series about a young girl and her life in a children's home. Tracy takes an instant dislike to Cam's agent, and Bouncer has a hard day at his first Saturday job. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 08:55:00 2014-12-19 09:10:00 \N \N \N AD,S \N 1490 t
+27648 5959 Baggage Battles eng \N Mark, Billy and Laurence and Sally arrive at an airport hanger in Indianapolis to outbid each other, and the locals, on items such as luggage, antiques and sports memorabilia. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 21:00:00 2014-12-24 21:30:00 \N \N \N \N \N 1491 t
+27648 5960 Baggage Battles eng \N Every year in America, truckers transport $671 billion of shipped goods. When this gets lost or undelivered, it becomes 'unclaimed freight'. Can our team win some of the pallets? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:00:00 \N \N \N \N \N 1492 t
+6848 61088 Choral Evensong eng \N Live from Manchester Cathedral. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 1494 t
+27648 5961 Baggage Battles eng \N 3,200 containers ship into Newark daily, but not everything reaches its destination. When duty goes unpaid or property is unclaimed, they go to auction. Are there bargains? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:30:00 \N \N \N \N \N 1495 t
+27648 5962 Baggage Battles eng \N In 2011, the LAPD recovered over $2 billion of merchandise, all of which has to be destroyed, or sold. Our experts try to profit on some of these legally seized valuables. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:30:00 2014-12-24 23:00:00 \N \N \N \N \N 1496 t
+27648 4547 Selling Big eng \N With day two of the year's biggest Canadian auction looming, Ritchie Bros. yard staff are busy at work making sure the equipment is in top shape so they can make big profits. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 23:00:00 2014-12-24 23:30:00 \N \N \N \N \N 1497 t
+27648 4548 Selling Big eng \N Breaking last year's billion dollar total sales in Canada means that the team needs top results in the Edmonton sale, their biggest Canadian auction of the year. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 23:30:00 2014-12-25 00:00:00 \N \N \N \N \N 1498 t
+8264 17169 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 22:45:00 2014-12-24 23:00:00 \N \N \N S \N 1499 t
+8264 20375 Christmas Carols on ITV eng \N Aled Jones, Mica Paris, Lucy Kay and Collabro joins the congregation of St. Mary's Church in Prestwich, Manchester for their traditional candlelit Christmas Eve carol service. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N S \N 1500 t
+5888 52172 Ace eng \N Anything could happen as Ace sits in for Charlie Sloth. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 19:00:00 \N \N \N \N \N 1507 t
+5632 36224 606 eng \N Have your say on the day's big football stories with Darren Fletcher and Robbie Savage. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 18:06:00 2014-12-20 20:00:00 \N \N \N \N \N 1513 t
+5632 36225 Stephen Nolan eng \N The day's main news stories, topical debate and interviews. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 20:00:00 2014-12-21 00:00:00 \N \N \N \N \N 1514 t
+6848 61167 BBC Proms 2014 eng Prom in which Lan Shui leads the Singapore Symphony Orchestra. Glinka Overture (Ruslan and Lyudmila). Zhou Long: Postures (Andreas Haefliger: piano). Rachmaninov: Symphony No 2. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 21:00:00 \N \N \N \N \N 1515 t
+40992 51854 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 11:50:00 2014-12-21 12:00:00 \N \N \N \N \N 1531 t
+4352 53313 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 \N \N \N S \N 1548 t
+4352 53314 Sportsday eng \N A round-up of the day's sporting events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-24 18:30:00 2014-12-24 18:45:00 \N \N \N S \N 1549 t
+4352 53315 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:45:00 2014-12-24 19:00:00 \N \N \N S \N 1550 t
+4352 53316 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N S \N 1551 t
+4352 53317 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N S \N 1552 t
+4352 58152 Review 2014 eng The Year In Books Meet the Author's Nick Higham looks back at the books that have graced the shelves this year, talking to the authors and revealing the stories behind the stories. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:00:00 \N \N \N S \N 1553 t
+5760 59624 Mary Anne Hobbs eng \N Mary Anne Hobbs sits in for Lauren Laverne with Biorhythms and some of her favourite Three-Minute Epiphanies from 2014. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 13:00:00 \N \N \N \N \N 1554 t
+8384 59210 Da Ali G Show eng 'Respeck' Ali G talks with Sam Donaldson, 'boss man of ABC News', about Nixon's 'Waterworld' crisis, while Bruno explores issues of sexuality with Pastor Quinn, a 'gay converter'. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:30:00 \N \N \N S \N 1556 t
+8384 59211 Da Ali G Show eng "Realness" In this show, Ali G gets relationship advice from 'Men are From Mars, Women are From Venus' author John Gray. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 00:30:00 2014-12-24 00:55:00 \N \N \N S \N 1557 t
+8384 58737 PokerStars.com Shark Cage eng \N It's the conclusion of the final table of the PokerStars.com Shark Cage. Tonight, one player will be crowned champion and walk away with $1,000,000. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-24 00:55:00 2014-12-24 01:50:00 \N \N \N S \N 1558 t
+8384 58738 Saw IV eng \N Horror. The Jigsaw Killer is dead but detectives Costas Mandylor and Lyrig Bent are caught up in his posthumous grisly, murderous games. Very strong language/extreme violence. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 01:50:00 2014-12-24 03:25:00 \N \N 2007 AD,S \N 1559 t
+13120 7699 The Christmas Morning Show eng \N Each morning wake up to QVC and a fantastic selection of Christmas pressie ideas to save you from the rush of festive shopping. Tune in for some special guests too. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N \N \N 1565 t
+13120 7700 Gale Hayman Beverly Hills eng \N Highly effective skincare designed to help combat the visible signs of ageing. Hollywood style consultant Gale Hayman's range also includes vitamin-enriched cosmetics and sensuous fragrances. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N \N \N 1566 t
+41072 14045 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 04:30:00 2014-12-23 05:00:00 \N \N \N \N \N 3553 t
+13120 7701 Rieker Footwear eng \N The latest great products from QVC. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N \N \N 1567 t
+6912 54954 The Week in Westminster eng \N Peter Oborne of the Daily Telegraph looks behind the scenes at Westminster. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N \N \N 1871 t
+23152 17462 Fear Factor eng Season 3 The ultimate adrenaline rush, a true test of stamina and guile for those contestants who have the guts and determination to face their inner fears. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 03:00:00 2014-12-22 04:00:00 \N \N \N \N \N 1572 t
+23152 17463 Fear Factor eng Season 3 The ultimate adrenaline rush, a true test of stamina and guile for those contestants who have the guts and determination to face their inner fears. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 04:00:00 2014-12-22 05:00:00 \N \N \N \N \N 1573 t
+23152 17464 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-22 05:00:00 2014-12-22 05:30:00 \N \N \N \N \N 1574 t
+23152 17465 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-22 05:30:00 2014-12-22 06:00:00 \N \N \N \N \N 1575 t
+17472 56547 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:30:00 \N \N \N \N \N 1577 t
+17472 56548 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 22:30:00 2014-12-25 00:15:00 \N \N \N \N \N 1578 t
+14372 7996 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N \N \N 1579 t
+14372 7997 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N \N \N 1580 t
+14372 7998 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 1581 t
+5952 53415 Dipps Bhamrah eng \N Dipps Bhamrah runs through a year of bhangra and Punjabi music releases and reveals which song is his track of the year for 2014. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 20:00:00 \N \N \N \N \N 1601 t
+5952 53416 Nadia Ali eng \N Indie Bangla band Chirkutt join Nadia from Bangladesh to talk about their new album. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 22:00:00 \N \N \N \N \N 1602 t
+24384 15162 Tattered Lace Sale eng \N Don't miss great sale prices bought to you from Tattered Lace \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 1603 t
+24384 15159 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 1604 t
+41120 14052 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:30:00 \N \N \N \N \N 1605 t
+24480 3596 Neil McCormick's Needle Time eng \N The Jethro Tull flautist, MBE and winner of an Ivor Novello Award joins Neil for a review of how it all began and demonstrates a range of styles and melodies on his trusty flute. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 03:00:00 2014-12-23 04:00:00 \N \N \N \N \N 1606 t
+24480 3597 Neil McCormick's Needle Time eng \N Feargal Sharkey, lead vocalist of The Undertones joins Neil to talk about delivering TVs as a young punk, touring with The Ramones and how his band grew apart. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 04:00:00 2014-12-23 05:00:00 \N \N \N \N \N 1607 t
+24480 3598 Neil McCormick's Needle Time eng \N Best known for the 1978 hit 'Glad to be Gay', Tom Robinson joins Neil McCormick for another episode of Needle Time and a thoughtful look back over his career in the music industry. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:00:00 2014-12-23 06:00:00 \N \N \N \N \N 1608 t
+26368 6014 Drive Home with Paul Hollins eng \N Join Paul Hollins, in for Anthony Davis, on the Smooth Drive Home from 4.00pm \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 20:00:00 \N \N \N \N \N 1609 t
+6784 51759 The Sunday Hour eng Gifts Diane Louise Jordan plays uplifting spiritual music as well as requests and dedications and is joined by singer-songwriter Tim Hughes. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 1619 t
+6784 51760 Good Morning Sunday eng \N Clare Balding hosts the topical faith show and talks to journalist and author Pehr Thermaenius about the First World War Christmas truce. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 07:00:00 2014-12-21 09:05:00 \N \N \N \N \N 1620 t
+6912 55179 News and Weather eng \N The latest national and international news from BBC Radio 4. Followed by Weather. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:30:00 \N \N \N \N \N 1623 t
+6912 55472 Book of the Week eng Stories in the Stars Susanna Hislop's imaginative exploration of the night sky's constellations. The author introduces the cartographers who first mapped the night sky. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 00:30:00 2014-12-23 00:48:00 1 5 \N \N \N 1624 t
+6912 55181 Shipping Forecast eng \N The latest shipping forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 00:48:00 2014-12-23 01:00:00 \N \N \N \N \N 1625 t
+6912 55182 As BBC World Service eng \N BBC Radio 4 joins the BBC World Service. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 01:00:00 2014-12-23 05:20:00 \N \N \N \N \N 1626 t
+6016 40193 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:05:00 \N \N \N \N \N 1637 t
+6016 40194 Outlook eng \N Personal stories behind the news from all over the world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-22 12:05:00 2014-12-22 13:00:00 \N \N \N \N \N 1638 t
+6016 40197 The Food Chain eng \N The Food Chain examines the business, science and cultural significance of food, and what it takes to put food on your plate. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-22 13:32:00 2014-12-22 14:00:00 \N \N \N \N \N 1639 t
+6016 40198 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:05:00 \N \N \N \N \N 1640 t
+6016 40199 Newshour eng \N BBC correspondents report live from around the world to explain why events are happening and what impact they will have on our lives. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 14:05:00 2014-12-22 15:00:00 \N \N \N \N \N 1641 t
+6720 64407 Gemma Cairney eng \N Fresh music to keep you up or get you up. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 04:00:00 2014-12-22 06:30:00 \N \N \N \N \N 1652 t
+15808 50360 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from 2-Litre F3 Cars 1974-1978. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 18:55:00 2014-12-24 20:00:00 \N \N \N \N \N 1653 t
+15808 50361 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from F1 Cars 1973-1978. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 1654 t
+22752 1113 Kiss Fresh Up All Night eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 00:00:00 2014-12-24 03:00:00 \N \N \N \N \N 1663 t
+6016 39876 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:05:00 \N \N \N \N \N 1664 t
+6016 39877 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 00:05:00 2014-12-19 00:20:00 \N \N \N \N \N 1665 t
+6016 39878 Sports News eng \N The latest news from the world of sport. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-19 00:20:00 2014-12-19 00:32:00 \N \N \N \N \N 1666 t
+6016 39879 Science in Action eng \N A weekly look at science stories in and behind the news from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 00:32:00 2014-12-19 01:00:00 \N \N \N \N \N 1667 t
+6016 39880 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:05:00 \N \N \N \N \N 1668 t
+6016 39881 Business Matters eng \N The key global business news from Europe, Middle East and Africa from the BBC World Service. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 01:05:00 2014-12-19 02:00:00 \N \N \N \N \N 1669 t
+6016 39882 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:05:00 \N \N \N \N \N 1670 t
+6016 39883 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 02:05:00 2014-12-19 02:32:00 \N \N \N \N \N 1671 t
+6016 39884 World Football eng \N Football's biggest stories on the BBC. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-19 02:32:00 2014-12-19 03:00:00 \N \N \N \N \N 1672 t
+27712 22005 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 1673 t
+27712 22006 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:30:00 \N \N \N \N \N 1674 t
+27712 22007 Earthrise eng \N A series exploring solutions to today's environmental challenges, taking an upbeat look at ecological, scientific, technological and design projects. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-22 22:30:00 2014-12-22 23:00:00 \N \N \N \N \N 1675 t
+27712 22008 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 1676 t
+4736 62992 Mayor's Question Time eng \N Highlights of questions to mayor of London Boris Johnson in the London Assembly, from Wednesday 17 December. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 21:25:00 2014-12-23 22:25:00 \N \N \N \N \N 1693 t
+4736 62993 The Future of the Political Interview eng \N David Dimbleby lectures on The Future of the Political Interview, from Friday 17 July. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 22:25:00 2014-12-23 23:30:00 \N \N \N \N \N 1694 t
+4736 63264 House of Lords - Role of Religion eng \N Highlights of a debate in the House of Lords on the role of religion, from Thursday 27 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 23:30:00 2014-12-24 01:30:00 \N \N \N \N \N 1695 t
+14832 1327 Gay Rabbit Chat & Date Now Open at 7 eng \N Bounce into TVs warmest, SUNNIEST interactive gay community & make new friends, chat or flirt! Introduce a friend to Gay Rabbit and BOTH of you earn free credits! Now open from 7am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 04:00:00 2014-12-20 08:00:00 \N \N \N \N \N 1701 t
+5824 39021 MR James - The Hex eng \N 4 Extra Debut. Embroiled in a public controversy with a black magic charlatan, Montague gets an apology masking a curse. Stars Conrad Phillips. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:55:00 \N \N \N \N \N 1703 t
+5824 39022 Mr Crowley's Christmas eng \N It's 24 December 1937, and the world's foremost satanist Aleister Crowley is full of dread. Stars Nicholas Courtney and David Benson. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 00:55:00 2014-12-21 01:00:00 \N \N \N \N \N 1704 t
+5824 39023 Kenny Everett - Here's Kenny eng \N Old friends help Mark Paytress delve into the life of a true radio pioneer and unearth some surprises. From November 2008. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 1705 t
+5824 39024 Just a Girl - Omnibus eng \N How would you cope if your child was born into the wrong body? Powerful new drama by Mark Davies Markham. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 02:00:00 2014-12-21 03:15:00 \N \N \N \N \N 1706 t
+6784 51680 Steve Wright in the Afternoon eng \N Steve Wright chats to Top Gear presenters Jeremy Clarkson and Richard Hammond and EastEnders actor John Altman. Plus Factoids, Non-Stop Oldies and the latest entertainment news. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 14:00:00 2014-12-19 17:05:00 \N \N \N \N \N 1708 t
+4170 58325 The Royle Family Christmas Special eng Barbara's Old Ring It is Christmas at the Royles', and Barbara has gone overboard with the presents. Meanwhile, Dave reveals his Dragons' Den idea. Contains adult humour. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N AD,S \N 1712 t
+4170 51768 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:25:00 \N \N \N S \N 1713 t
+4170 52888 Look North eng \N The latest news, sport and weather for Yorkshire. Followed by weather and a National Lottery update. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:25:00 2014-12-23 22:35:00 \N \N \N S \N 1714 t
+4170 56437 Mrs Brown's Boys eng The Virgin Mammy Rehearsals get underway on the Nativity play, with Agnes herself playing the Virgin Mary. Contains adult humour and some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 22:35:00 2014-12-23 23:10:00 2 2 \N S \N 1715 t
+4170 56401 Cuckoo eng Neighbourhood Watch Comedy series about a cuckoo in the family nest. A night-time intruder leaves Ken questioning his manliness. Contains strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 23:10:00 2014-12-23 23:40:00 6 7 \N AD,S \N 1716 t
+4170 56457 The Apprentice eng The Final The two finalists must launch their businesses with the help of some former candidates. In the boardroom, Lord Sugar finally picks his new business partner. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 23:40:00 2014-12-24 00:40:00 14 14 \N S \N 1717 t
+5696 40150 Coming up on 5 live sports extra eng \N Coming up at 3.10pm, rugby union commentary from the Aviva Premiership as Northampton face Leicester. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 06:00:00 2014-12-20 12:00:00 \N \N \N \N \N 1734 t
+40960 53154 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 21:00:00 2014-12-20 21:30:00 \N \N \N \N \N 1738 t
+40960 53155 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 21:30:00 2014-12-20 22:00:00 \N \N \N \N \N 1739 t
+40960 53156 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:30:00 \N \N \N \N \N 1740 t
+40960 53157 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 22:30:00 2014-12-20 22:45:00 \N \N \N \N \N 1741 t
+40960 53158 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 22:45:00 2014-12-20 23:00:00 \N \N \N \N \N 1742 t
+40960 53159 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:30:00 \N \N \N \N \N 1743 t
+40960 53160 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 23:30:00 2014-12-20 23:45:00 \N \N \N \N \N 1744 t
+40960 53161 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 23:45:00 2014-12-21 00:00:00 \N \N \N \N \N 1745 t
+14544 148 FlirtXchange eng \N Live Flirt Chat! The FlirtXchange chat hosts are out to play! Call now to join the fun, or message them anytime from the FlirtXchange mobile apps! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N \N \N 1746 t
+14816 976 1-2-1 Dating - Hot COUPLES eng \N 1-2-1 Dating's all new Couples section is for those seeking something a little extra.... Or maybe TWO extras! Check it out. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 04:00:00 2014-12-20 08:00:00 \N \N \N \N \N 1747 t
+5632 36264 Sunday Breakfast eng \N Sunday's main news stories, plus the latest sport and weather with Sam Walker and Chris Warburton. Text 85058 [standard rates], email breakfast@bbc.co.uk. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 09:00:00 \N \N \N \N \N 1748 t
+14800 1327 Rabbit Chat & Date Now Open at 7am eng \N Bounce into TVs warmest, SUNNIEST interactive community and make new friends, date, flirt or chat! Introduce a friend to Rabbit and BOTH of you earn free credits! Now open from 7am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 04:00:00 2014-12-20 08:00:00 \N \N \N \N \N 1750 t
+4287 51461 A Place to Call Home eng Unforgettable Australian period drama. Rene suspects he is standing in the way of Sarah's happiness, after witnessing a moment of yearning between her and George. Also in HD. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-23 15:35:00 2014-12-23 16:20:00 10 10 \N S \N 1751 t
+4287 55576 Some Mothers Do 'Ave 'Em eng Learning to Drive Classic sitcom. As Christmas approaches, Frank takes just one more lesson before yet another driving test. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 16:20:00 2014-12-23 17:05:00 8 8 \N S \N 1752 t
+4287 55577 Flog It! eng Barnsley In Barnsley, the crowds have brought their antiques to be valued by experts Michael Baggott and Philip Serrell. Paul Martin visits a snuff mill. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 17:05:00 2014-12-23 18:00:00 2 23 \N S \N 1753 t
+12992 31134 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:30:00 \N \N \N \N \N 1755 t
+12992 31135 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:00:00 \N \N \N \N \N 1756 t
+12992 31136 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:30:00 \N \N \N \N \N 1757 t
+12992 31137 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 10:30:00 2014-12-21 11:00:00 \N \N \N \N \N 1758 t
+12992 31138 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 \N \N \N \N \N 1759 t
+12992 31139 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:00:00 \N \N \N \N \N 1760 t
+41024 59376 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N \N \N 1768 t
+41024 59377 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N \N \N 1769 t
+41024 59476 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 1770 t
+41024 59477 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 1771 t
+23712 3053 Traffic Cops eng Age Old Problem Reality series following the men and women on the front line of traffic safety. The Sussex cops pursue a lorry driver whose reckless driving is putting lives at risk. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N S \N 1772 t
+23712 3054 New I Survived Evil eng Handcuffed True crime series hearing the tales of those who survived traumatic attacks. This edition tells the story of Kim Case who was abducted and subjected to a night of terror. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 1773 t
+23712 3055 Evil Up Close eng The Ward Assassin Beverley Allitt: True tales of grisly crimes. Those who knew hospital killer and so-called 'Angel of Death', Beverley Allitt, shed light on her shocking story. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 1774 t
+4672 47451 This is CBeebies! eng \N Welcome to the CBeebies channel. Programmes start at 6.00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N \N \N 1777 t
+41120 14041 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:30:00 \N \N \N \N \N 1779 t
+41120 14042 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 22:30:00 2014-12-19 23:00:00 \N \N \N \N \N 1780 t
+41120 14043 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 1781 t
+5888 52181 DJ Target eng \N Target sits in for MistaJam with your ultimate guide to new music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 22:00:00 \N \N \N \N \N 1782 t
+22720 1352 Live@Kiss with Michael & Andrea eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 15:00:00 2014-12-23 19:00:00 \N \N \N \N \N 1783 t
+6848 61303 BBC Proms 2014 eng Tallis Scholars under Peter Phillips in music composed for them by the late John Tavener Ikon of Light and Requiem Fragments. With Carolyn Sampson (soprano) and the Heath Quartet. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:45:00 \N \N \N \N \N 1784 t
+6848 61169 The Essay eng \N I've Never Told Anyone This Before. Five writers reveal secrets from their past. Erica Wagner - A History of My Family in One Object. Erica Wagner looks back at her childhood. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 22:45:00 2014-12-24 23:00:00 3 5 \N \N \N 1785 t
+6848 61170 Late Junction eng \N Nick Luscombe presents festive music from Les Paul, new folk from Josienne Clarke and Ben Walker plus modern jazz from Troyka. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:30:00 \N \N \N \N \N 1786 t
+16016 7452 The Jury eng \N Last in series. Paul has told the jury what he knows and they struggle to reach a majority. As they deliberate, Lane and Watts wait anxiously for the verdict. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:04:00 \N \N \N AD,S \N 1787 t
+27648 4350 Wheeler Dealers eng Triumph Spitfire Part 1 Mike Brewer and Edd China are keen to crack on with the renovation of an iconic Triumph Spitfire. There's a lot of work to be done. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:30:00 \N \N \N \N \N 1788 t
+27648 4351 Wheeler Dealers eng Triumph Spitfire Part 2 Edd has replaced the differential and rear shocks on the Triumph Spitfire, and had the bumpers and handles chromed. But can Mike sell it for a profit? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 21:30:00 2014-12-19 22:00:00 \N \N \N \N \N 1789 t
+27648 4352 Gunslingers eng Billy The Kid the Phantom of Lincoln County On a blood-stained frontier where corruption is king, an unlikely hero becomes a crusader for justice... and revenge. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 1790 t
+27648 4353 Warrior Pov eng Road to Baghdad We're on the frontlines capturing, from the American warrior's point of view, the shot by shot firefights in the 21-day bloody battle for Baghdad. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 1791 t
+28096 59441 Man v. Food: The Carnivore Chronicles eng Carnivore Country More meaty moments. Adam Richman eats a four-patty burger in Maine and tries a supersized roast beef sandwich in his hometown of Brooklyn, New York. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:30:00 \N \N \N AD,S \N 1803 t
+28096 59442 Storage Hunters eng High Noon Auction anarchy! Scott, Brandon and Lori hope to strike it rich in Vegas, but Dustin and Desert Dan are betting big too. The factions compete for a geologist's bin. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 15:30:00 2014-12-23 16:00:00 \N \N \N S \N 1804 t
+28096 59443 Storage Hunters eng Abracadabra All bets are off as the auction-goers battle for bargains in Las Vegas. Dustin continues to pose a threat to Brandon and Lori as mystery bins test their resolve. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N S \N 1805 t
+28096 59444 Red Bull Soapbox Race eng \N All the thrills and spills from the 2013 Red Bull Soapbox Race in London, as the crews unleash their four-wheeled, motorless creations on a downhill course littered with obstacles. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 16:30:00 2014-12-23 18:30:00 \N \N \N \N \N 1806 t
+4352 53318 BBC News eng \N The BBC News at Nine with in-depth discussion and analysis as well as breaking news. Also in HD. Followed by Weather for the Week Ahead. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 21:00:00 2014-12-24 21:30:00 \N \N \N S \N 1810 t
+4352 58154 World War One At Home eng \N More stories from around the UK that link the places we live in today with the events of World War I. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:00:00 \N \N \N S \N 1811 t
+4352 53319 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:30:00 \N \N \N S \N 1812 t
+4352 58153 Review 2014 eng Brazilian Summer It was the World Cup that saw Germany triumph and England fall short. Patrick Gearey relives the highs and lows of a fantastic summer in Brazil. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 22:30:00 2014-12-24 23:00:00 \N \N \N S \N 1813 t
+4352 53322 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N S \N 1814 t
+5760 59383 The Radcliffe and Maconie Show eng \N Mark Radcliffe and Stuart Maconie present a smorgasbord of music and wit. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 16:00:00 \N \N \N \N \N 1815 t
+17664 59210 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:30:00 \N \N \N \N \N 1816 t
+17664 59211 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 00:30:00 2014-12-24 00:55:00 \N \N \N \N \N 1817 t
+17664 58737 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-24 00:55:00 2014-12-24 01:50:00 \N \N \N \N \N 1818 t
+23040 38011 Diners, Drive-Ins And Dives eng \N On this trip, Guy's feasting on the many tastes of Europe. In Tacoma, he visits the Eastern European joint heating up a hearty hangover soup and meat dish. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:30:00 \N \N \N \N \N 1820 t
+23040 38012 Diners, Drive-Ins And Dives eng \N Guy's checking out some spots keepin' it all in the family. In New York's Lower East Side is a sibling spot starting at the very beginning - pickling, smoking, curing and fermenting, everything. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 21:30:00 2014-12-19 22:00:00 \N \N \N \N \N 1821 t
+23040 38013 Ching's Restaurant Redemption eng \N After investing his own money into his struggling restaurant, owner Joe Troy is in dire straits. So Ching heads to New Jersey to give this confused fusion restaurant a serious overhaul. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:30:00 \N \N \N \N \N 1822 t
+23040 38014 Ching's Restaurant Redemption eng \N Ching travels to the college town of Iowa City to help General Manager Wes Lewis save struggling restaurant Xie. With the future of the restaurant at stake, can Ching help Wes prove himself? \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 22:30:00 2014-12-19 23:00:00 \N \N \N \N \N 1823 t
+23040 38015 Mystery Diners eng \N While investigating a Phoenix eatery, the Mystery Diners encounter several problem employees who threaten patrons, drink on the job and eat customers' food. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:30:00 \N \N \N \N \N 1824 t
+23040 38016 Mystery Diners eng \N The owner of an Italian bistro is concerned that his manager is acting inappropriately with the staff, picking favourites based on appearance. The Mystery Diners go undercover to investigate. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:00:00 \N \N \N \N \N 1825 t
+25728 54652 Scrubs eng My Rule of Thumb American hospital sitcom. A dying patient expresses a wish to lose her virginity, so Carla and Elliot try to find someone suitable. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:30:00 \N \N \N S \N 1826 t
+25728 54653 Scrubs eng My Best Moment American hospital sitcom. After delivering a lecture to a group of pre-med students, JD looks back on the highlights of his medical career. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 00:30:00 2014-12-23 01:00:00 \N \N \N S \N 1827 t
+25728 54654 Jackass eng \N Johnny Knoxville and his foolhardy troops continue to push the boundaries of pain, taste and decency with revolting comedy pranks. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:30:00 \N \N \N S \N 1828 t
+25728 54655 Jackass eng \N Johnny Knoxville and his foolhardy troops continue to push the boundaries of pain, taste and decency with revolting comedy pranks. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 01:30:00 2014-12-23 02:00:00 \N \N \N S \N 1829 t
+25728 54656 Two Pints of Lager and a Packet of Crisps eng When Janet Met Johnny Flashback to the moment that Janet and Jonny first met. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:40:00 \N \N \N S \N 1830 t
+25728 54484 VIVA The Hits! eng \N An eclectic mix of the biggest hits from your favourite artists, all in one place. Presenting future smashes, pop classics and the biggest superstars around. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 02:40:00 2014-12-23 03:00:00 \N \N \N \N \N 1831 t
+22272 5611 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 1832 t
+22272 4830 Radical Highs eng \N Another look at unconventional and high-risk sports. Mountainboarding - similar to snowboarding but without the snow - can be practised in the English countryside. \N 0 25 f 3 eng eng 4 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:10:00 \N \N \N S \N 1833 t
+22272 64810 Rocket City Rednecks eng 20,000 Kegs Under the Sea Battle stations on the science show as the gang build a home-made submarine to explore a quarry. Will they resurface though when gas fills the vessel? \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-21 07:10:00 2014-12-21 07:35:00 \N \N \N AD,S \N 1834 t
+6912 54955 From Our Own Correspondent eng \N Reports from writers and journalists around the world. Presented by Kate Adie. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N \N \N 1872 t
+22272 64811 Rocket City Rednecks eng Double-Barrelled Rocket It's one giant leap for redneck-kind when the highbrow hillbillies build a model rocket big enough to carry a crash-test dummy into space! Will it work? \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-21 07:35:00 2014-12-21 08:00:00 \N \N \N AD,S \N 1835 t
+22272 64812 Top Gear eng \N More high-octane fun with the team. Richard Hammond takes to the track in the Lexus supercar, while the Star in a Reasonably Priced Car is bluesman Seasick Steve. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-21 08:00:00 2014-12-21 09:00:00 \N \N \N AD,S \N 1837 t
+23296 5802 Fast and Fun eng \N The fastest gay dating around. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 22:00:00 2014-12-20 00:00:00 \N \N \N \N \N 1838 t
+17540 51731 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N \N \N 1849 t
+17540 52922 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N \N \N 1850 t
+17540 58380 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N \N \N 1851 t
+17540 56433 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N \N \N 1852 t
+17540 51736 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N \N \N 1853 t
+17540 56434 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N \N \N 1854 t
+23120 20378 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 1855 t
+23120 20376 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 1856 t
+23120 20377 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 1857 t
+27456 45235 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:30:00 \N \N \N \N \N 1858 t
+27456 45236 Politicking with Larry King eng \N Legendary host Larry King and OraTV bring 'Politicking', their new political show. World leaders and policy makers will be regular guests of the interviewer whose deep knowledge have made him an icon. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 21:30:00 2014-12-19 22:00:00 \N \N \N \N \N 1859 t
+27456 45237 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:30:00 \N \N \N \N \N 1860 t
+27456 45238 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 22:30:00 2014-12-19 23:00:00 \N \N \N \N \N 1861 t
+27456 45239 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:30:00 \N \N \N \N \N 1862 t
+27456 45240 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:00:00 \N \N \N \N \N 1863 t
+27744 42034 Flashpoint eng \N Action-packed drama following the lives of Strategic Response Unit cops. When a missing girl is spotted at a service station with her captor, the team attempt a spectacular rescue. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 1864 t
+27456 45304 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:30:00 \N \N \N \N \N 1934 t
+27744 42420 S.O.F. - Special Ops Force eng \N An elite crime fighting group combines non-lethal weaponry and special operations capabilities which enable them to go places and perform tasks above and beyond ordinary law enforcement. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 1865 t
+27744 42036 Star Trek - The Original Series eng The original Star Trek series, digitally remastered. A link to the future as Diana Muldaur (Star Trek TNG) guest stars in this episode about an ambassador who should not be stared at.../24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:05:00 5 \N \N \N 3 1866 t
+6912 54952 Saturday Live eng \N Morning magazine show. Aasmah Mir and Richard Coles are joined by journalist Jon Snow. Includes 10.00 News. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:30:00 \N \N \N \N \N 1869 t
+6912 54953 The Kitchen Cabinet eng Jay Rayner hosts the culinary panel programme. Salisbury Jay and the panel take questions on eating and drinking from an audience in Salisbury. \N \N \N \N 3 eng \N 9 0 0 \N 2014-12-20 10:30:00 2014-12-20 11:00:00 2 7 \N \N \N 1870 t
+5696 40176 Coming up on 5 live sports extra eng \N Coming up at 2.55pm on Boxing Day, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-23 00:00:00 2014-12-23 06:00:00 \N \N \N \N \N 1873 t
+7168 34501 Radio 2 in Concert eng Take That Take That reconvene after a four year hiatus to perform at the intimate setting of the Radio Theatre in the heart of London, where they prove that three is the magic number! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:00:00 2014-12-23 12:00:00 \N \N \N \N \N 1901 t
+4352 51164 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N S \N 1902 t
+4352 51165 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N S \N 1903 t
+4352 51166 BBC News eng \N The latest national and international news, plus top interviews and analysis. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N S \N 1904 t
+6720 64334 The Radio 1 Breakfast Show with Nick Grimshaw eng \N Cameron Diaz, Jamie Foxx, Jude Law and Joel Edgerton round off Massive Movies week! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 06:30:00 2014-12-19 10:00:00 \N \N \N \N \N 1905 t
+28352 2235 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:20:00 \N \N \N \N \N 1906 t
+28352 2236 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 06:20:00 2014-12-21 07:00:00 \N \N \N \N \N 1907 t
+28352 2237 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 07:00:00 2014-12-21 08:00:00 \N \N \N \N \N 1908 t
+28352 2238 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:30:00 \N \N \N \N \N 1909 t
+28352 2239 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N \N \N 1910 t
+5952 53417 Alpa Pandya eng \N Alpa speaks to Gujarati singer Aishwarya Majumdar, plus she brings you the very best in Gujarati music and entertainment. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:00:00 \N \N \N \N \N 1911 t
+5760 59507 Katie Puckrik eng \N Katie Puckrik sits in for Liz Kershaw and shares esoteric musical gems on the theme of the solstice. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 15:00:00 \N \N \N \N \N 1912 t
+4672 52029 Tweenies eng The Nativity Preschool fun. The Tweenies perform their own Nativity play - but who will play which part? Will Milo be Joseph or a king? Will Bella be the angel? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:20:00 \N \N \N S \N 1913 t
+4672 52030 Pingu eng Pingu Builds a Snowman Animation about a clumsy penguin. Pingu, Pinga and Robby build a snowman using a signpost. Hikers are relieved when the sign becomes visible again. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-23 06:20:00 2014-12-23 06:30:00 \N \N \N S \N 1914 t
+4672 52031 Mouse and Mole at Christmas Time eng \N Animation. Before giving a Twelfth Night party, Mouse makes a snowmole for Mole. In a dream, Snowmole takes him to a land where his every wish is granted. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 06:30:00 2014-12-23 06:55:00 \N \N \N S \N 1915 t
+41120 14053 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N \N \N 1916 t
+4672 52032 Octonauts and the Great Christmas Rescue eng \N Christmas special of the animated deep sea adventure series. For Christmas, the Octonauts travel to Professor Inkling's childhood home, an undersea mountain. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 06:55:00 2014-12-23 07:20:00 \N \N \N AD,S \N 1917 t
+4672 52033 Mike the Knight eng Christmas Castle Animated series about a young knight in training. Mike is thrilled to find that his dad has come back to spend Christmas with his family! Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 07:20:00 2014-12-23 07:45:00 \N \N \N AD,S \N 1918 t
+4672 52034 Woolly and Tig eng Christmas Magic Live-action children's show. Tig visits her grandad for Christmas. When she worries that there is no snow for Santa's sleigh, Woolly sings her to sleep. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 07:45:00 2014-12-23 07:55:00 \N \N \N S \N 1919 t
+4672 52035 Q Pootle 5 eng Flower Power Space animation. Stella gives her friends some seeds to plant. But none of the seeds grow - except Eddi's, which is huge. It is up to Q Pootle 5 to find out why. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 07:55:00 2014-12-23 08:05:00 \N \N \N S \N 1920 t
+4672 52036 Postman Pat and the Christmas Panto Horse eng \N Children's animation. It's Christmas and everyone is getting ready for the pantomime, but Lucy may not get there in time to sing her song! Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 08:05:00 2014-12-23 08:20:00 \N \N \N S \N 1921 t
+4672 52037 Timmy Time eng Doctor Timmy Animated adventures of a young lamb at nursery school. It is dressing up time, and Timmy dresses as a doctor and insists on treating his classmates as patients. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 08:20:00 2014-12-23 08:35:00 3 28 \N AD,S \N 1922 t
+4672 52038 Q Pootle 5 eng Pootle All the Way Animation. Join Q Pootle 5 and his friends for an epic Christmas spectacular, in which the very future of Christmas is at stake! Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 08:35:00 2014-12-23 09:00:00 \N \N \N S \N 1923 t
+28160 15753 Back to Basics eng \N Join Brian Broderson for foundational scripture teaching. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:30:00 \N \N \N \N \N 1924 t
+28160 15754 Changing Your World eng \N Bible ministry from international teacher Dr. Creflo Dollar. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 21:30:00 2014-12-19 22:00:00 \N \N \N \N \N 1925 t
+28160 15755 Friday Night Live eng \N Join the discussion with father and son team, Michael and Steve Fanstone - and enjoy some great live music! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 1926 t
+28160 15756 Gospel Tonight eng \N Muyiwa plays the world's best gospel music and is joined by some gospel greats! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 23:00:00 2014-12-20 01:00:00 \N \N \N \N \N 1927 t
+5888 51940 Semtex eng \N Blazing hip-hop, hot new exclusives and words from the biggest artists. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 22:00:00 2014-12-20 01:00:00 \N \N \N \N \N 1929 t
+27456 45300 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:30:00 \N \N \N \N \N 1930 t
+27456 45301 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 06:30:00 2014-12-21 07:00:00 \N \N \N \N \N 1931 t
+27456 45302 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:30:00 \N \N \N \N \N 1932 t
+27456 45303 Worlds Apart With Oksana Boyko eng \N Worlds Apart is a fast-paced, in-depth discussion on the pressing issues of the day. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 07:30:00 2014-12-21 08:00:00 \N \N \N \N \N 1933 t
+27456 45305 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N \N \N 1935 t
+27744 42065 Teleshopping eng \N Put the pleasure back into shopping from the comfort of your home and choose from a selection of innovative products. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-21 09:00:00 \N \N \N \N \N 1936 t
+26240 11719 The Morning After - Rhiannon eng \N Rhiannon has chilled out songs to wake you up on a Sunday morning on #heatradio \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 06:00:00 2014-12-21 10:00:00 \N \N \N \N \N 1937 t
+6784 51761 Steve Wright's Sunday Love Songs eng \N Steve Wright hosts a blend of classic love songs, dedications and real-life romance stories. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 09:05:00 2014-12-21 11:00:00 \N \N \N \N \N 1944 t
+6784 51762 Weekend Wogan eng \N Terry Wogan welcomes Barbara Dickson and Foster and Allen to the studio for exclusive performances. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 11:00:00 2014-12-21 13:00:00 \N \N \N \N \N 1945 t
+6912 55183 Shipping Forecast eng \N The latest shipping forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 05:20:00 2014-12-23 05:30:00 \N \N \N \N \N 1946 t
+6912 55184 News Briefing eng \N The latest news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 05:30:00 2014-12-23 05:43:00 \N \N \N \N \N 1947 t
+6912 55185 Prayer for the Day eng \N A spiritual comment and prayer to begin the day, with the Rev Dr Stephen Wigley. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 05:43:00 2014-12-23 05:45:00 \N \N \N \N \N 1948 t
+6912 55186 Farming Today eng \N The latest news about food, farming and the countryside. Presented by Anna Hill. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 05:45:00 2014-12-23 05:58:00 \N \N \N \N \N 1949 t
+6912 53441 Tweet of the Day eng \N The sounds and stories of birds from around the world. Sir David Attenborough presents the hyacinth macaw of the Brazilian Pantanal. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 05:58:00 2014-12-23 06:00:00 \N \N \N \N \N 1950 t
+6016 40200 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:05:00 \N \N \N \N \N 1951 t
+6016 40201 Business Daily eng \N The daily drama of money and work from the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 15:05:00 2014-12-22 15:20:00 \N \N \N \N \N 1952 t
+6016 40202 Trending eng \N Explaining the stories the world is sharing. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 15:20:00 2014-12-22 15:32:00 \N \N \N \N \N 1953 t
+6016 40203 Sport Today eng \N Live sport from around the world with news, interviews and analysis. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-22 15:32:00 2014-12-22 16:00:00 \N \N \N \N \N 1954 t
+6016 40204 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:05:00 \N \N \N \N \N 1955 t
+6016 40205 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 16:05:00 2014-12-22 16:32:00 \N \N \N \N \N 1956 t
+6016 40206 The Conversation eng \N Kim Chakanetsa presents a conversation between two women from different cultures about their paths to success. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 16:32:00 2014-12-22 17:00:00 \N \N \N \N \N 1957 t
+6016 40207 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:05:00 \N \N \N \N \N 1958 t
+6016 40208 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 17:05:00 2014-12-22 17:32:00 \N \N \N \N \N 1959 t
+6016 40209 World Business Report eng \N The latest business and finance news from around the world, on the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 17:32:00 2014-12-22 18:00:00 \N \N \N \N \N 1960 t
+32836 30901 On The Aire eng \N Find out what's been happening in the city today. Your Made in Leeds news team bringing you all the stories that matter to you. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:30:00 \N \N \N \N \N 1964 t
+32836 30902 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 21:30:00 2014-12-19 22:00:00 \N \N \N \N \N 1965 t
+32836 30903 Talk A Good Game eng \N Derm Tanner hosts coverage of sports action and reactions, and the hot topics at Leeds United FC, while bringing the latest news from Leeds Rhinos & Yorkshire Cricket Club. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:30:00 \N \N \N \N \N 1966 t
+32836 30904 All Star Unplugged eng \N A platform for up-and-coming musicians and bands across all genres of music. Recorded in the Live Room, at Made in Leeds Studios. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 22:30:00 2014-12-19 23:00:00 \N \N \N \N \N 1967 t
+32836 30905 All Star Unplugged eng \N A platform for up-and-coming musicians and bands across all genres of music. Recorded in the Live Room, at Made in Leeds Studios. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:30:00 \N \N \N \N \N 1968 t
+32836 42477 The Weekender eng \N This week meet your presenters, Back to Basics 23rd birthday and a special feature from Amsterdam Dance event 2014. Our local guide to clubs, bars, gigs to prepare for the weekend. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:00:00 \N \N \N \N \N 1969 t
+32896 9246 Pop Through The Night eng \N A late night round up of everyone's favourite Backyard Science. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 00:00:00 2014-12-22 03:00:00 \N \N \N \N \N 1970 t
+6720 64408 Scott Mills eng \N Scott Mills is up early and sitting in for Grimmy with Radio 1's Breakfast Show! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 06:30:00 2014-12-22 10:00:00 \N \N \N \N \N 1971 t
+16208 36932 Jonathan Creek eng The Three Gamblers Quirky drama series with Alan Davies in the lead role, ably assisted by Caroline Quentin. Has voodoo been used to bring a murdered man back from the grave? \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 6 6 \N AD,S \N 1972 t
+16208 36933 Cadfael eng The Leper of St Giles Derek Jacobi stars as the monk who solves mysteries. A wedding is due to take place between a powerful Baron and a beautiful young girl - or is it? \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:30:00 \N \N \N \N \N 1973 t
+16208 36934 The Bill eng \N The news of the latest suspect is kept secret from Kerry Young, who plans to move in with Luke Ashton - but how will she react when she hears the news? \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:30:00 \N \N \N S \N 1974 t
+14688 11604 Rock 'N' Roll Football eng Pre-Match Russ previews our live and exclusive Barclays Premier League commentary with Jon Champion and Nigel Winterburn. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 13:30:00 2014-12-20 15:00:00 \N \N \N \N \N 1975 t
+24032 31368 The Missing eng \N Western thriller starring Tommy Lee Jones and Cate Blanchett, 2003. A widow enlists the help of her estranged father in order to rescue her kidnapped daughter \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 01:10:00 2014-12-22 03:55:00 \N \N \N \N \N 1979 t
+4736 63137 Welsh Assembly eng \N Recorded coverage of the debate in the Welsh Assembly on the Welsh draft budget for 2015-16, from Tuesday 18 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 01:30:00 2014-12-24 02:15:00 \N \N \N \N \N 1984 t
+4736 63368 Politics Europe eng \N Andrew Neil with the latest news from Europe. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 02:15:00 2014-12-24 02:45:00 \N \N \N \N \N 1985 t
+4736 63369 Youth Parliament eng \N Members of the Youth Parliament hold a debate in the chamber of the House of Commons on the living wage, from Friday 14 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 02:45:00 2014-12-24 03:15:00 \N \N \N \N \N 1986 t
+5824 38720 The Lady Detectives eng Mr Bovey's Unexpected Will, by L Meade Victorian detective Florence Cusack investigates a man whose fate depends on his weight in gold. Stars Elizabeth Conboy. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 03:15:00 2014-12-21 04:00:00 2 4 \N \N \N 1987 t
+5760 59347 Gilles Peterson eng \N Gilles is back in the studio for another Saturday afternoon mix-up selection. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 15:00:00 2014-12-20 18:00:00 \N \N \N \N \N 2289 t
+5824 39025 Journey to the Centre of the Earth eng \N Ancient runes spark a geologist's exploration of an impossible realm. Jules Verne's adventure stars Nathaniel Parker and Nicholas Le Prevost. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 04:00:00 2014-12-21 05:30:00 \N \N \N \N \N 1988 t
+5824 39026 The Rest Is History eng \N Frank Skinner and his guests explore funny, odd and interesting moments in history. With historian Dr Kate Williams, and guests Dave Gorman and Sara Pascoe. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 05:30:00 2014-12-21 06:00:00 1 6 \N \N \N 1989 t
+4544 47039 Inspector Montalbano eng The Track of Sand Montalbano is drawn into the worlds of horse racing and the Mafia. In Italian with English subtitles. Contains some strong language and some upsetting scenes. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:40:00 \N \N \N S \N 1990 t
+4544 47698 Old Grey Whistle Test eng 70s Gold A celebration of the musically mixed-up decade that was the 1970s, from Elton John and David Bowie to the advent of punk and new wave, and which is reflected in the OGWT archive. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 22:40:00 2014-12-21 00:10:00 \N \N \N S \N 1992 t
+4170 56458 Final Analysis eng \N Tense thriller in which a psychiatrist finds himself enmeshed in an unexpected web of duplicity, danger and death. Richard Gere and Kim Basinger star. Contains very strong language. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 00:40:00 2014-12-24 02:40:00 \N \N 1992 AD,S \N 1993 t
+4170 51773 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 02:40:00 2014-12-24 02:45:00 \N \N \N S \N 1994 t
+4170 51774 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 02:45:00 2014-12-24 06:00:00 \N \N \N S \N 1995 t
+4608 35209 Sarah Jane's Alien Files eng \N Sarah Jane Smith opens the Alien Files. This time Rani has the lowdown on the Entity, Eve and Ship. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 09:10:00 2014-12-19 09:40:00 2 6 \N AD,S \N 1998 t
+4608 64435 Wingin' It eng Me Carl, You Jane-ish Live-action comedy. When Carl offers to cover for Jane who wants to get out of her history class, Denise helps by creating a Jane double. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 09:40:00 2014-12-19 10:00:00 \N \N \N S \N 1999 t
+4608 65058 Hit the Stage eng \N Pop star Katy B helps kids to perform on the biggest stages possible. Katy helps harp player Brianna to perform at her recital and Darrel plays his own piano composition. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:30:00 5 5 \N S,SL \N 2000 t
+4608 35174 All at Sea eng Murderer Christmas approaches, but Charlie has other things on his mind when he notices Mr Leith is not his usual self since his wife seems to have disappeared. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 10:30:00 2014-12-19 10:55:00 1 13 \N AD,S,SL \N 2001 t
+4608 35210 The Slammer Returns eng Slammer Claus Entertainment show in which entertainers enter a mock prison. It is Christmas and a last minute arrival of prisoners prompts a very special Freedom Show. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 10:55:00 2014-12-19 11:25:00 10 10 \N S,SL \N 2002 t
+4608 64439 Splatalot eng \N Game show filled with medieval, messy madness. Kookaburra shows pinpoint accuracy on the Splatzooka but speed is on full display in the moat. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 11:25:00 2014-12-19 11:50:00 \N \N \N S \N 2003 t
+4608 64440 Bear Behaving Badly eng Yummy Mummy Comedy series. Love is in the air when an ancient Egyptian mummy comes to life and claps eyes on a heavily-bandaged Aunt Barbara. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 11:50:00 2014-12-19 12:15:00 2 13 \N AD,S \N 2004 t
+5632 36265 Sportsweek eng \N Garry Richardson looks at the main sports stories of the week. Including live interviews and discussion with some of the biggest names in sport. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 2005 t
+5632 36266 Pienaar's Politics eng \N 5 live's chief political correspondent John Pienaar shares his keen political observations, with news and interviews from key political figures in Westminster. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 2006 t
+5632 36267 5 live Investigates eng \N Adrian Goldberg presents cutting edge investigative journalism, as well as taking on listeners' campaigns and consumer issues. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N \N \N 2007 t
+23184 17522 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 2008 t
+23184 17523 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N \N \N 2009 t
+23184 17524 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 2010 t
+23184 17525 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N \N \N 2011 t
+23184 17526 Fear Factor eng Season 3 The ultimate adrenaline rush, a true test of stamina and guile for those contestants who have the guts and determination to face their inner fears. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 2012 t
+4287 56525 The Great British Bake Off - Masterclass eng Christmas Bake Off judges Mary Berry and Paul Hollywood get festive in the kitchen with six new recipes to bake for the family at Christmas, including St Lucia buns and genoa cake. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N S \N 2013 t
+4287 57720 Dad's Army eng Turkey Dinner Classic wartime sitcom. Mainwaring's Home Guard platoon decides to give a turkey dinner to the old-age pensioners of Walmington-on-Sea. \N 0 25 f 1 eng eng 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 6 6 \N S \N 2014 t
+4287 55917 Christmas University Challenge eng \N The second match is between the University of Hull and the University of Newcastle. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 2 10 \N S \N 2015 t
+4287 56527 MasterChef eng The Professionals Cookery competition. The three finalists must produce a starter, a main and a dessert. Nothing but perfect execution and jaw-dropping presentation will win them the title. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 21 21 \N S \N 2016 t
+6016 39934 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:05:00 \N \N \N \N \N 2022 t
+6848 60940 In Tune Christmas Special eng \N Sean Rafferty and Suzy Klein present a special Christmas edition. With pianist Martin James Bartlett, the Sixteen, the David Rees-Williams Trio and festive seasonal readings. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 16:30:00 2014-12-19 18:00:00 \N \N \N \N \N 2023 t
+22226 6117 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N S \N 2036 t
+5952 53400 Yasser eng \N MC Menis joins Yasser live in the studio and performs a live freestyle. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 21:00:00 2014-12-20 00:00:00 \N \N \N \N \N 2295 t
+41072 14046 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 \N \N \N \N \N 3554 t
+22226 6118 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N S \N 2037 t
+22226 6119 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Angela Ekaette. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N S,AD \N 2038 t
+22226 6126 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Angela Ekaette. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N S,AD \N 2039 t
+22226 6136 3-2-1 eng \N The popular game show presented by Ted Rogers with mascot Dusty Bin adopts a pantomime theme. Contestants try to solve cryptic clues with the help of celebrity guests. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:15:00 \N \N \N S \N 2040 t
+5824 38547 Adrian Mole: The Cappuccino Years eng My Sister Rosie Bittersweet revelations as Adrian helps his younger sister in coming to terms with her new condition. Read by Nigel Planer. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:15:00 4 5 \N \N \N 2050 t
+5824 38557 A History of Private Life eng The Closet A place for prayer, music and safety. Historian Amanda Vickery reveals the hidden history of the home over 400 years. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 00:15:00 2014-12-19 00:30:00 4 30 \N \N \N 2051 t
+5824 38575 Charles Dickens - A House to Let eng \N Trottle makes a disturbing discovery at the derelict house, in a locked room. Stars Marcia Warren and Alec McCowen. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 00:30:00 2014-12-19 00:45:00 4 5 \N \N \N 2052 t
+5824 38576 Clever Girl: A Sentimental Education eng Higher Education Back from Kenya, Brian applies for a Cambridge scholarship and embarks on a romance in Waltham Cross. Read by David Troughton. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 00:45:00 2014-12-19 01:00:00 4 5 \N \N \N 2053 t
+5824 38341 Who Goes There? eng \N Martin Young's famous people quiz. With Francis Wheen, Fred Housego, Amanda Foreman and Maria McErlane. From January 2000. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:30:00 2 6 \N \N \N 2054 t
+5824 38342 Great Lives eng Scott of the Antartic 4 Extra Debut. Author Beryl Bainbridge selects explorer Falcon Scott as a hidden romantic. With Humphrey Carpenter and Bob Headland. From April 2003. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:00:00 \N \N \N \N \N 2055 t
+5824 38476 Doctor Who: Hornets' Nest eng The Dead Shoes, pt 1 For his next lesson about the alien swarm, Mike Yates goes back in time to 1930s Cromer. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:30:00 3 10 \N \N \N 2056 t
+5824 38492 Tales From the Stave eng Handel's Jephtha Frances Fyfield examines George Frideric Handel's last major choral work and finds him tormented by failing sight. From May 2004. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 02:30:00 2014-12-19 03:00:00 3 3 \N \N \N 2057 t
+6848 61081 Geoffrey Smith's Jazz eng \N Geoffrey Smith presents a Christmas special, including tracks that missed out first time around from Art Blakey, Fats Waller and Bunny Berigan, plus a farewell to Kenny Wheeler. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 2059 t
+6848 61082 Through the Night eng \N Catriona Young presents music, including Mahler, Strauss, Hellendaal, Mozart, Lipinski, Monteverdi, Bach, Mouret, Rameau, Handel and Vivaldi. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 01:00:00 2014-12-21 07:00:00 \N \N \N \N \N 2060 t
+22688 1039 Drivetime with Richard Allinson eng \N The best feelgood music on the More Music Drivetime with Richard Allinson. Keep up to date with the latest travel, news, weather and the stressbusters at 7pm. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 17:00:00 2014-12-23 20:00:00 \N \N \N \N \N 2063 t
+4672 51739 Tweenies eng The Fallen Star Playtime with the puppet people. It's nearly Christmas, and Fizz finds a fallen star in the garden. Did it drop from the tinsel, or did it fall from the sky? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:20:00 \N \N \N S \N 2076 t
+4672 51740 Pingu's Family Celebrate Christmas eng \N Animation about Pingu the penguin, who is intelligent but rather clumsy and occasionally misunderstood. Pingu's family celebrate Christmas. \N 2 25 f 1 eng eng 5 0 0 \N 2014-12-20 06:20:00 2014-12-20 06:25:00 \N \N \N S \N 2077 t
+4672 51741 Baby Jake Loves Christmas eng \N The adventures of magical Baby Jake and friends. Baby Jake and Pengy Quin go on a spectacular Christmas adventure with all of their friends. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:25:00 2014-12-20 06:35:00 \N \N \N S \N 2078 t
+4672 51742 Kate and Mim-Mim eng A Christmas Wish Animated series. It's a stormy Christmas Eve, and Kate worries that Dad won't get home in time to put the star on the Christmas tree. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:35:00 2014-12-20 07:00:00 \N \N \N S \N 2079 t
+4672 51743 CBeebies Panto eng Jack and the Beanstalk Pantomime adventure filmed at the Palace Theatre, Manchester, with music performed by the BBC Philharmonic and featuring a large cast of CBeebies stars. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:45:00 \N \N \N AD,S \N 2080 t
+4672 51744 Q Pootle 5 eng Asteroid Alert Space animation. When Oopsy spots an asteroid heading towards Okidoki, it's up to Q Pootle 5 to save the day. But all is not as it seems... Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:45:00 2014-12-20 08:00:00 \N \N \N S \N 2081 t
+4672 51745 Postman Pat and the Christmas Panto Horse eng \N Children's animation. It's Christmas and everyone is getting ready for the pantomime, but Lucy may not get there in time to sing her song! Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:15:00 \N \N \N S \N 2082 t
+4672 51746 The Koala Brothers' Outback Christmas eng \N The adventures of two intrepid koalas in the Australian outback. Frank and Buster invite everyone to spend Christmas Day at the homestead. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:15:00 2014-12-20 09:00:00 \N \N \N S \N 2083 t
+4352 53162 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:30:00 \N \N \N S \N 2087 t
+4352 53163 Reporters eng \N A weekly programme of stories filed by BBC reporters from all over the world, ranging from analyses of major global issues to personal reflections and anecdotes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 00:30:00 2014-12-21 01:00:00 \N \N \N S \N 2088 t
+4352 53164 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 01:00:00 2014-12-21 01:30:00 \N \N \N S \N 2089 t
+4352 53165 The Travel Show eng \N Series showcasing the best of travel across the globe. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 01:30:00 2014-12-21 02:00:00 \N \N \N S \N 2090 t
+4352 53166 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 02:00:00 2014-12-21 02:30:00 \N \N \N S \N 2091 t
+4352 53167 Dateline London eng \N Foreign correspondents currently posted to London look at events in the UK through outsiders' eyes, and at how the issues of the week are being tackled around the world. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 02:30:00 2014-12-21 03:00:00 \N \N \N S \N 2092 t
+5760 59625 Tom Ravenscroft eng \N Tom Ravenscroft sits in for Steve Lamacq with classic tracks and amazing new music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 19:00:00 \N \N \N \N \N 2093 t
+20352 58299 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 00:50:00 2014-12-24 03:00:00 \N \N \N \N \N 2103 t
+24016 12899 The Wooden Horse of Troy eng \N Steve Reeves stars in the epic story of how the Greeks lay siege to the city of Troy and cunningly set a trap that would allow them to breakthrough impenetrable defenses. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 15:50:00 2014-12-23 17:30:00 \N \N 1961 \N \N 2104 t
+24016 12900 Cannonball Fever eng \N The third film in the 'Cannonball' series sees a group of wealthy people planning an illegal no-holds-barred coast-to-coast race. Starring John Candy and Brooke Shields. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 17:30:00 2014-12-23 19:15:00 \N \N 1989 \N \N 2105 t
+23296 5846 Something for Everyone eng \N Thousands of like-minded people are waiting for you now. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 18:00:00 \N \N \N \N \N 2106 t
+22784 785 Freddie on Kisstory eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 17:00:00 2014-12-23 22:00:00 \N \N \N \N \N 2116 t
+23120 20469 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N \N \N 2118 t
+23120 20465 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N \N \N 2119 t
+23120 20466 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 2120 t
+28032 27663 Greatest FA Cup Final Goals eng \N Including Steve Gerrard's wonder goal against West Ham, and Ricky Villa's solo classic for Spurs against Manchester City. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:10:00 \N \N \N \N \N 2130 t
+28032 26924 Black Gold eng Cheston vs. The Wheelers Reality-documentary series about oil drilling in the USA. Tension between Cheston and the Wheeler brothers gets physical after a day of arguing. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 06:10:00 2014-12-19 06:50:00 \N \N \N S \N 2131 t
+41120 14054 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N \N \N 2132 t
+28032 26956 Minder eng It's a Sorry Lorry, Morrie Comedy drama series. Terry leaves his fingerprints on a stolen lorry while doing a job for Arthur. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 06:50:00 2014-12-19 07:55:00 \N \N \N S \N 2133 t
+28032 26957 The Professionals eng A Stirring of Dust Drama series about two intelligence agents. CI5 become involved in the search for a former Soviet spy whose defection threatens international security. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-19 07:55:00 2014-12-19 08:55:00 \N \N \N AD,S \N 2134 t
+28032 26958 Kojak eng The Forgotten Room Police drama series. Circumstantial evidence makes a young Greek a prime suspect in a murder inquiry. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 08:55:00 2014-12-19 09:55:00 \N \N \N S \N 2135 t
+4608 63316 This is CBBC! eng \N Welcome to the CBBC channel. Programmes start at 7.00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 05:30:00 2014-12-22 07:00:00 \N \N \N \N \N 2139 t
+22624 40491 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N \N \N 2140 t
+22624 40492 Afternoon Edition eng \N RNIB's Insight Radio - Allan Russell and guests review the evening newspapers and round up the news of the day \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-23 16:00:00 2014-12-23 19:00:00 \N \N \N \N \N 2141 t
+22226 6274 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N S \N 2142 t
+22226 6275 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N S \N 2143 t
+22226 6276 Bullseye eng \N Dartboard quiz game that tests contestants' darts skills and their general knowledge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:30:00 \N \N \N S \N 2144 t
+22226 6277 Bullseye eng \N Dartboard quiz game that tests contestants' darts skills and their general knowledge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:00:00 \N \N \N S \N 2145 t
+23280 5863 60 Second Date eng \N The fastest way to find a date in the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 18:00:00 \N \N \N \N \N 2148 t
+4544 45506 This Is BBC Four eng \N This is BBC Four. Programmes start at 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 18:58:00 2014-12-21 19:00:00 \N \N \N \N \N 2165 t
+4544 47368 The Fir Tree eng \N Film telling the story of a Christmas tree through the 'voice' of the tree itself. The tree has big ambitions, doing everything it can to grow so tall that it reaches the sky. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:30:00 \N \N \N S \N 2166 t
+4544 47369 Tales of Winter eng The Art of Snow and Ice A look at how mankind's struggle with winter has been reflected in western art throughout the ages, with contributions from Grayson Perry, Will Self, Don McCullin and others. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 19:30:00 2014-12-21 21:00:00 \N \N \N S \N 2167 t
+5952 53418 As BBC Radio 5 live eng \N BBC Asian Network joins BBC Radio 5 live through the night. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 06:00:00 \N \N \N \N \N 2176 t
+4672 52039 Swashbuckle eng The Scarlet Squid Clear Out Pirate-themed game show. There's a clear out on the Scarlet Squid shipwreck as Ahmed, Freddie, Hermannya and Libby try to win back Gem's jewels. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:25:00 \N \N \N S \N 2177 t
+4672 52040 Kate and Mim-Mim eng Boomer Size Animated series about Kate and Mim-Mim. Boomer uses Tack's sizerchanger to become huge, and it is up to Kate to convince him that he is better off being Boomer-sized. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 09:25:00 2014-12-23 09:35:00 \N \N \N S \N 2178 t
+4672 52041 Bing eng Train Bing and Pando experiment with Bing's toy train on the Fun Fort in the playground. The train is good at going over bridges and brilliant at going down the slide. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 09:35:00 2014-12-23 09:45:00 \N \N \N AD,S \N 2179 t
+4672 52042 Something Special: We're All Friends eng Birds Educational series using Makaton sign language. Grandad Tumble has his heart set on taking a photo of a very special bird. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 09:45:00 2014-12-23 10:05:00 21 25 \N S \N 2180 t
+4672 52043 My Pet and Me eng Giant African Land Snail Ferne visits a nursery in north London where they have a giant African land snail. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 10:05:00 2014-12-23 10:20:00 6 25 \N S \N 2181 t
+4672 52044 Tree Fu Tom eng Tom's Big Spell Animated fantasy adventure show. Tom and Twigs learn a new spell involving a magic potion and some Tree Fu moves. Tom struggles to master the spell. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 10:20:00 2014-12-23 10:45:00 \N \N \N S \N 2182 t
+4672 52045 The Furchester Hotel eng Welcome to the Furchester Preschool puppet show. The Furchesters make a video about the hotel, but things are going wrong in every room. Can the family solve the problems? Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 10:45:00 2014-12-23 11:00:00 \N \N \N AD,S \N 2183 t
+6720 64411 Huw Stephens eng \N Huw Stephens sits in for Scott Mills to entertain the nation. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 16:00:00 \N \N \N \N \N 2518 t
+4672 52046 Justin's House eng Little Monster and the Box of Tricks Justin Fletcher entertains children with singing, dancing and comedy. Little Monster is unhappy, but Justin and Robert don't know why. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:25:00 21 23 \N S \N 2184 t
+4672 52047 Everything's Rosie eng The Abominable Snow Bear Rosie lives in a playhouse with her friends. When Oakley tells the story of the abominable snowman, Big Bear and Rosie set out to find him! Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 11:25:00 2014-12-23 11:35:00 \N \N \N AD,S \N 2185 t
+4672 52048 Everything's Rosie eng Holly Wraps It Up Rosie lives in a playhouse with her friends. Holly has knitted presents for all of her friends to wear at the ice hockey game. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 11:35:00 2014-12-23 11:45:00 \N \N \N AD,S \N 2186 t
+4672 52049 My Story eng Australian Farmer Preschool history series. PaBa John shares his memories with his grandson, Harry. Together, they find out all about PaBa's life as a farmer in Australia. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 11:45:00 2014-12-23 12:00:00 11 25 \N S \N 2187 t
+6016 40222 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 22:05:00 2014-12-22 22:32:00 \N \N \N \N \N 2211 t
+6784 51763 Elaine Paige on Sunday eng \N Elaine hosts her Christmas show, with the sparkliest seasonal show tunes. Includes a number from Victoria Wood's new TV musical That Day We Sang. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 13:00:00 2014-12-21 15:00:00 \N \N \N \N \N 2218 t
+6912 55188 Today eng \N Morning news and current affairs. Includes Sports Desk at 6.25am, 7.25am, 8.25am; Weather at 6.57am, 7.57am; Thought for the Day 7.48am. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N \N \N 2222 t
+6016 39885 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:05:00 \N \N \N \N \N 2223 t
+6016 39887 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:05:00 \N \N \N \N \N 2225 t
+6016 39888 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 04:05:00 2014-12-19 04:32:00 \N \N \N \N \N 2226 t
+6016 39889 Science in Action eng \N A weekly look at science stories in and behind the news from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 04:32:00 2014-12-19 05:00:00 \N \N \N \N \N 2227 t
+6016 39890 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:05:00 \N \N \N \N \N 2228 t
+6016 39891 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 05:05:00 2014-12-19 06:00:00 \N \N \N \N \N 2229 t
+6016 40210 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:05:00 \N \N \N \N \N 2230 t
+6016 40211 World Have Your Say eng \N The BBC news programme where you set the agenda. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 18:05:00 2014-12-22 18:50:00 \N \N \N \N \N 2231 t
+6016 40212 News about Ebola eng \N More of the latest information about local, regional and international efforts to contain and combat Ebola. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 18:50:00 2014-12-22 19:00:00 \N \N \N \N \N 2232 t
+6016 40213 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:05:00 \N \N \N \N \N 2233 t
+6016 40214 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 19:05:00 2014-12-22 19:32:00 \N \N \N \N \N 2234 t
+6016 40215 Discovery eng \N In-depth exploration of the most significant scientific and technological ideas, discoveries and debates. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 19:32:00 2014-12-22 20:00:00 \N \N \N \N \N 2235 t
+6016 40218 The Conversation eng \N Kim Chakanetsa presents a conversation between two women from different cultures about their paths to success. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 20:32:00 2014-12-22 21:00:00 \N \N \N \N \N 2238 t
+22080 1323 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:30:00 \N \N \N \N \N 2239 t
+22080 1324 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:00:00 \N \N \N \N \N 2240 t
+22080 1325 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:30:00 \N \N \N \N \N 2241 t
+22080 1400 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 04:30:00 2014-12-21 05:00:00 \N \N \N \N \N 2242 t
+22080 1401 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 05:00:00 2014-12-21 05:30:00 \N \N \N \N \N 2243 t
+22080 1421 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 05:30:00 2014-12-21 06:00:00 \N \N \N \N \N 2244 t
+6784 51681 Simon Mayo Drivetime eng \N Simon Mayo launches the weekend with All Request Friday. Includes sport with Matt, financial news with Rebecca and travel updates. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 17:05:00 2014-12-19 19:00:00 \N \N \N \N \N 2263 t
+4352 51167 BBC News eng \N The latest national and international news, plus top interviews and analysis. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N S \N 2277 t
+4352 51168 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N S,SL \N 2278 t
+4352 51169 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N S \N 2279 t
+4352 51170 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N S \N 2280 t
+16208 36991 EastEnders Christmas Fall Outs eng \N Shane Richie narrates a special programme, looking back at Albert Square's most dramatic Christmas storylines. Featuring behind the scenes footage and interviews with cast and crew. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 2281 t
+16208 36992 David Copperfield eng \N First part of a feature length adaptation of Charles Dickens's classic novel, featuring a truly stellar cast including 'Harry Potter' himself, Daniel Radcliffe. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 \N \N \N \N \N 2282 t
+16208 36993 David Copperfield eng \N An amazing cast features in the second part of the BBC adaptation of Charles Dickens's classic novel. David returns to Canterbury to see Mr Wickfield and Agnes. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N \N \N 2283 t
+4736 63370 Bill Gates Speech eng \N Former head of Microsoft, Bill Gates, delivers a speech to Peers and MPs in Westminster on the impact of international aid, from Monday 10 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 03:15:00 2014-12-24 03:35:00 \N \N \N \N \N 2284 t
+4736 63371 BOOKtalk eng \N Mark D'Arcy in discussion with Conservative peer and advertising executive, Lord Bell, about his memoirs, Right or Wrong. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 03:35:00 2014-12-24 03:50:00 \N \N \N \N \N 2285 t
+6016 40223 World Business Report eng \N The latest business and finance news from around the world, on the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 22:32:00 2014-12-22 23:00:00 \N \N \N \N \N 2286 t
+4736 63372 The Political Studies Association Awards eng \N The annual Political Studies Association Awards, including Political Journalist of the Year and Politician of the Year, from Tuesday 25 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 03:50:00 2014-12-24 04:30:00 \N \N \N \N \N 2287 t
+4736 63373 On the Runs Committee eng \N Northern Ireland Affairs Committee session on the administrative scheme for On the Runs. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 04:30:00 2014-12-24 06:40:00 \N \N \N \N \N 2288 t
+5824 39027 A House to Let - Omnibus eng \N Charles Dickens, Wilkie Collins and Elizabeth Gaskell's tale of a woman worried about a derelict house. Stars Marcia Warren. Episodes 1-5 of 5. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:15:00 \N \N \N \N \N 2297 t
+5824 39029 The Snowman eng \N 4 Extra Debut. From pagan times to contemporary creations, a look at the myths and history surrounding the figure of the snowman. From December 2000. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 07:15:00 2014-12-21 07:30:00 \N \N \N \N \N 2298 t
+5824 38725 Brian Gulliver's Travels eng Osminia Missing for six years, Brian has stories to tell, including his trip to a land where marriage is outlawed. Stars Neil Pearson. From March 2011. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 07:30:00 2014-12-21 08:00:00 3 6 \N \N \N 2299 t
+5824 39032 Three Men in a Boat eng \N George, Harris and J enjoy a holiday on the River Thames from Kingston to Oxford, with Montmorency the dog. Stars Jeremy Nicholas. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:30:00 1 3 \N \N \N 2300 t
+5824 38727 Stop Messing About! eng \N Two Hell's Angels woo a waitress, and love is in the air. Stars Kenneth Williams, Hugh Paddick and Joan Sims. From May 1970. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 5 13 \N \N \N 2301 t
+27168 59555 Embarrassing Bodies eng \N Some of the show's most inspirational cases return to the clinic having battled cancer and the scars it has left them with. The show catches up with Julie, Natalie, and Josh. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-22 00:05:00 2014-12-22 01:05:00 \N \N \N S \N 2302 t
+23040 38106 Home Cooking Made Easy eng \N Lorraine Pascale uses her cooking know-how to inspire everyone to home cook the food they love. First up is cosy roasted butternut squash soup with chilli and ginger. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:30:00 \N \N \N \N \N 2339 t
+27168 59556 Steph and Dom Meet Nigel Farage eng \N Steph and Dom, the 'posh couple' from Gogglebox, interview Nigel Farage, their local MP candidate, on a wine-fuelled evening at their plush B&B, in an entirely new style of TV interview. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 01:05:00 2014-12-22 01:35:00 \N \N \N S \N 2303 t
+27168 59557 Rewind the Christmas Hits eng \N Festive special uncovering the real stories behind the UK's favourite Christmas hits, featuring Slade, The Darkness, Mel C, Midge Ure, Status Quo, Heaven 17, Jona Lewie and Sandie Shaw. \N 2 25 f 3 eng eng 6 0 0 \N 2014-12-22 01:35:00 2014-12-22 02:55:00 \N \N \N S \N 2304 t
+27168 59558 Extreme Brat Camp eng \N There are over 1000 brat camps in the USA, in an industry estimated to be worth over $2 billion. This True Stories documentary explores the child intervention industry. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-22 02:55:00 2014-12-22 03:50:00 \N \N \N S \N 2305 t
+22720 1300 Friday Night Kiss eng AJ AJ playing the biggest club tunes \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 22:00:00 2014-12-20 00:00:00 \N \N \N \N \N 2306 t
+41056 18045 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:05:00 \N \N \N \N \N 2314 t
+41056 18046 eng \N \N \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 00:05:00 2014-12-22 00:55:00 \N \N \N \N \N 2315 t
+41056 18047 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 00:55:00 2014-12-22 01:00:00 \N \N \N \N \N 2316 t
+41056 18048 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 01:00:00 2014-12-22 01:30:00 \N \N \N \N \N 2317 t
+41056 18049 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 01:30:00 2014-12-22 02:00:00 \N \N \N \N \N 2318 t
+41056 18050 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 02:00:00 2014-12-22 02:05:00 \N \N \N \N \N 2319 t
+41056 18051 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-22 02:05:00 2014-12-22 03:00:00 \N \N \N \N \N 2320 t
+5632 36192 5 live Sport eng \N Jonathan Overend looks ahead to this afternoon's sports action plus the day's sports news. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-21 12:00:00 2014-12-21 12:15:00 \N \N \N \N \N 2324 t
+5632 36269 Match of the Day Extra eng \N Mark Chapman presents football discussion with the Match of the Day 2 team. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-21 12:15:00 2014-12-21 13:00:00 \N \N \N \N \N 2325 t
+5632 36180 5 live Sport eng \N Football discussion and updates from Newcastle v Sunderland. Plus coverage from the rest of the afternoon's sport, and team news and build-up to Liverpool v Arsenal. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-21 13:00:00 2014-12-21 16:00:00 \N \N \N \N \N 2326 t
+4287 56528 The Wrong Mans eng Action Mans/Wise Mans With enemies amassing, Sam and Phil must risk everything to make it back home. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 2 2 \N AD,S \N 2327 t
+4287 57721 Mock the Week eng \N Dara O Briain and the team have a special Christmas edition featuring brand new material, outtakes and Dara's harp. Contains adult humour and some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 13 14 \N S \N 2328 t
+4287 57935 Russell Howard's Good News eng Best Bits Topical news show hosted by comedian Russell Howard. He offers up the best bits from the series, with his unique and quirky take on global headlines. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 22:30:00 2014-12-23 23:00:00 9 9 \N S \N 2329 t
+4287 57587 Backchat with Jack Whitehall & his Dad Christmas Special eng \N Lee Mack and the cast of Bad Education join Jack Whitehall and his father Michael for a festive edition of the chat show. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:45:00 \N \N \N S \N 2330 t
+4287 56414 Surviving Christmas eng \N Festive comedy. An obnoxious millionaire facing Christmas alone, offers a family money to let him spend it with them as their son. Contains language which may offend. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 23:45:00 2014-12-24 01:10:00 \N \N 2004 S \N 2331 t
+20352 58148 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:45:00 \N \N \N \N \N 2332 t
+20352 58149 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 23:45:00 2014-12-20 01:50:00 \N \N \N \N \N 2333 t
+27328 17275 UFC eng Machida v Dollaway UFC Fight Night 58 action from the Ginasio Jose Correa, Barueri, Brazil. The middleweight bout between Lyoto Machida and CB Dollaway headlines a packed fight card. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 22:00:00 2014-12-22 01:00:00 \N \N \N \N \N 2334 t
+23040 38107 Baking Made Easy eng \N Lorraine Pascale presents recipes to relax over, including pumpkin and rosemary muffins. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 06:30:00 2014-12-22 07:00:00 \N \N \N \N \N 2340 t
+23040 38108 Nigella Bites Christmas Special eng \N Domestic goddess Nigella Lawson gives top tips on how to reduce stress levels and increase pleasure over the Christmas period. Who can resist? A feast of festive treats follows. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 07:00:00 2014-12-22 08:00:00 \N \N \N \N \N 2341 t
+23040 38109 Kitchen Cousins eng \N Vanessa Williams wants to surprise her brother Chris with a new kitchen in his beautiful LA home. While he's away, the Cousins sneak in to transform the outdated kitchen. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N \N \N 2342 t
+23040 38110 Kitchen Cousins eng \N The Kitchen Cousins leave no stone unturned as they tackle an old brown-stone kitchen with no counter space and limited storage. Homeowners Shari and Carlito call in the cousins to fix their kitchen. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N \N \N 2343 t
+12928 42075 Hats Off To Christmas! eng \N Seasonal drama starring Haylie Duff and Antonio Cupo. The manager of a Christmas hat shop is asked by her boss to train his son for a senior management position. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 15:05:00 2014-12-24 16:00:00 \N \N 2013 S \N 2344 t
+12928 42160 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:05:00 \N \N \N \N \N 2345 t
+12928 42161 Hats Off To Christmas! eng \N Seasonal drama starring Haylie Duff and Antonio Cupo. The manager of a Christmas hat shop is asked by her boss to train his son for a senior management position. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 16:05:00 2014-12-24 17:05:00 \N \N 2013 S \N 2346 t
+12928 42076 Mr Miracle eng \N Seasonal drama starring Britt Irvin and Rob Morrow. A guardian angel tackles his first assignment - helping a woman develop the self-confidence she lacks. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 17:05:00 2014-12-24 17:55:00 \N \N 2014 \N \N 2347 t
+12928 42162 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 17:55:00 2014-12-24 18:00:00 \N \N \N \N \N 2348 t
+4736 63231 Politics Europe eng \N Andrew Neil with the latest news from Europe, including interviews with MEPs, reports from the European Parliament and a guide to the inner workings of the European Union. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N \N \N 2352 t
+4608 64441 Marrying Mum and Dad 2 eng Beach Brothers Niall and Ethan want a beach-themed big day for their mum and dad. But mum has always dreamed of a church wedding. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 12:15:00 2014-12-19 12:40:00 10 10 \N S \N 2353 t
+4608 64442 Junior Bake Off 2 eng \N The four finalists face the ultimate challenge in a last bid to impress judges Mary Berry and James Martin. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 12:40:00 2014-12-19 13:10:00 15 15 \N S \N 2354 t
+4608 35152 Extreme School 2 eng Graduation In this final episode, all eight kids are back home. Susan travels to their UK schools to announce who, if any, have graduated from Extreme School. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 13:10:00 2014-12-19 13:40:00 5 5 \N S \N 2355 t
+4608 64445 The Sparticle Mystery eng The Quantum Nexus Science fiction drama. The Sparticles reach the Quantum Nexus at last and the race is on to see if they can bring back the adults. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 13:40:00 2014-12-19 14:10:00 10 10 \N S \N 2356 t
+41120 14055 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N \N \N 2357 t
+4608 35167 All at Sea eng Murderer Christmas approaches, but Charlie has other things on his mind when he notices Mr Leith is not his usual self since his wife seems to have disappeared. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 14:10:00 2014-12-19 14:35:00 13 13 \N AD,S \N 2358 t
+4608 64447 Wingin' It eng Me Carl, You Jane-ish Live-action comedy. When Carl offers to cover for Jane who wants to get out of her history class, Denise helps by creating a Jane double. Followed by Minuscule. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 14:35:00 2014-12-19 15:00:00 \N \N \N S \N 2359 t
+16080 14818 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:30:00 \N \N \N \N \N 2360 t
+16080 14819 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 06:30:00 2014-12-22 07:00:00 \N \N \N \N \N 2361 t
+16080 14820 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:30:00 \N \N \N \N \N 2362 t
+16080 14821 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 07:30:00 2014-12-22 08:00:00 \N \N \N \N \N 2363 t
+16080 14822 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N \N \N 2364 t
+16080 14823 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N \N \N 2365 t
+8385 58300 Police Story III eng Super Cop Violent martial arts thriller starring Jackie Chan, Michelle Yeoh and Maggie Cheung. An undercover cop tries to bring down a drugs baron. In Chinese/subs. Scenes of drug use. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 02:00:00 2014-12-24 03:55:00 \N \N 1992 S \N 2366 t
+27360 18225 Rugby Tonight Extra eng \N A round-up of the best action from the Aviva Premiership, with the latest news, some great moves and all the key moments. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:30:00 \N \N \N \N \N 2370 t
+27360 18226 Bristol Rovers v Gateshead eng \N Vanarama Conference from the Memorial Stadium. The Pirates host the Tynesiders for a clash between two clubs attempting to bridge the gap to Barnet at the top of the league. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 06:30:00 2014-12-20 08:00:00 \N \N \N \N \N 2371 t
+27360 17998 Barclays Premier League Preview eng \N BT Sport takes a look ahead to all the upcoming action in the Barclays Premier League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:30:00 \N \N \N \N \N 2372 t
+27360 17999 Live Melbourne City v Melbourne Victory eng \N Live Hyundai A-League from AAMI Park. Victory demolished City in the last Melbourne derby when a Besart Berisha hat-trick secured a 5-2 win for Kevin Muscat's side in October. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 08:30:00 2014-12-20 10:30:00 \N \N \N \N \N 2373 t
+4352 53168 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:30:00 \N \N \N S \N 2374 t
+4352 53169 Our World eng A Good Man in Rwanda Featuring news on issues around the world. Mark Doyle returns to Rwanda to piece together the remarkable story of an unsung hero, Captain Mbaye Diagne. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:00:00 \N \N \N S \N 2375 t
+4352 53170 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:30:00 \N \N \N S \N 2376 t
+4352 53172 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 05:00:00 2014-12-21 05:30:00 \N \N \N S \N 2378 t
+4352 53173 Politics Europe eng \N Andrew Neil with the latest news from Europe, including interviews with MEPs, reports from the European Parliament and a guide to the inner workings of the European Union. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 05:30:00 2014-12-21 06:00:00 \N \N \N S \N 2379 t
+5760 59385 Marc Riley eng \N If you have enjoyed Marc Riley's shows in 2014, you are in for a treat as it's Marc's Best in Show, Part 2, featuring the best of the year's sessions and new tunes. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 21:00:00 \N \N \N \N \N 2380 t
+8325 2621 You've Been Framed! eng \N Harry Hill presents his favourite hilarious clips sent in by viewers. Featuring a pensioner in a spin, a puppy doing a headstand and the top five extreme bike clips. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N S \N 2381 t
+8325 41385 You've Been Framed! Kids Special eng \N Harry Hill hosts this special episode featuring viewers' funniest kid-centred clips. Featuring teenage pranks, babies going bonkers and Mr Blobby terrorising some toddlers. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N S \N 2382 t
+8325 2623 Pearl Harbor eng \N WWII-set romantic drama starring Ben Affleck and Josh Hartnett, 2001. A military pilot who goes missing in action comes back to find his girlfriend and best friend are involved \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-19 20:00:00 2014-12-19 23:30:00 \N \N \N AD,S \N 2383 t
+17920 42701 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 2384 t
+17920 41813 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:30:00 \N \N \N \N \N 2385 t
+17920 41918 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-22 22:30:00 2014-12-22 23:00:00 \N \N \N \N \N 2386 t
+17920 41919 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 23:00:00 2014-12-22 23:25:00 \N \N \N \N \N 2387 t
+17920 41920 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 23:25:00 2014-12-22 23:45:00 \N \N \N \N \N 2388 t
+17920 42703 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 23:45:00 2014-12-23 00:05:00 \N \N \N \N \N 2389 t
+6848 61034 Composer of the Week eng Andre Previn (1929-). From Andre to Anne-Sophie Andre Previn talks to Donald Macleod about his personal and musical relationship with his wife, violinist Anne-Sophie Mutter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 5 5 \N \N \N 2394 t
+4736 63374 Northern Ireland Assembly Debate eng \N Recorded coverage of a debate in the Northern Ireland Assembly. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 06:40:00 2014-12-24 08:10:00 \N \N \N \N \N 2527 t
+6848 60942 Radio 3 Live in Concert eng \N Temple Winter Festival. A performance of Handel's Messiah in a version including wind orchestra accompaniment, with the BBC Singers and the Norwegian Wind Ensemble. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 22:00:00 5 5 \N \N \N 2395 t
+6912 54956 News Summary eng \N The latest national and international news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:04:00 \N \N \N \N \N 2396 t
+6912 54957 Money Box eng \N The latest news from the world of personal finance. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-20 12:04:00 2014-12-20 12:30:00 \N \N \N \N \N 2397 t
+41120 14056 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N \N \N 2398 t
+6912 54958 The News Quiz eng \N Satirical review of the week's news, chaired by Sandi Toksvig. Bob Mills, Mark Steel and Rebecca Front join regular panellist Jeremy Hardy. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 12:30:00 2014-12-20 12:57:00 9 9 \N \N \N 2399 t
+6912 54959 Weather eng \N The latest weather forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 12:57:00 2014-12-20 13:00:00 \N \N \N \N \N 2400 t
+6912 54960 News Summary eng \N The latest news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:10:00 \N \N \N \N \N 2401 t
+6912 54961 Any Questions? eng \N Jonathan Dimbleby presents political debate and discussion from Hampton in Middlesex, with Giles Fraser, Tessa Jowell MP, Norman Lamb MP and John Redwood MP. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 13:10:00 2014-12-20 14:00:00 \N \N \N \N \N 2402 t
+6912 54962 Any Answers? eng \N Listeners' calls and emails in response to this week's edition of Any Questions? Call 03700 100 444 [calls cost no more than to 01, 02 landline numbers]. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N \N \N 2403 t
+6912 55059 Saturday Drama eng A Christmas Carol Charles Dickens's classic story of Ebenezer Scrooge is adapted for actors, the BBC Singers and the BBC Symphony Orchestra. Script and music by Neil Brand. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-20 14:30:00 2014-12-20 16:00:00 \N \N \N \N \N 2404 t
+25792 53367 Home Shopping eng \N Shopping from home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 03:00:00 2014-12-23 06:10:00 \N \N \N \N \N 2425 t
+13120 7641 Friday Night Beauty eng \N Gorgeous meets groundbreaking every Friday night on QVC, with a showcase of the best of the best in skincare, cosmetics, haircare and beauty tools - it's not to be missed! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 2428 t
+13120 7642 Yong Kim Fashion Designs eng \N Young in spirit and realistic in fit, Yong Kim Fashion Designs offer modern and classic looks at affordable prices. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 2429 t
+13120 7643 Liz Earle Naturally Active Skincare eng \N Renowned for her knowledge in skin care, Liz Earle has developed a range of products that feature a high concentration of herbs, vitamins and essential oils to soothe your skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 2430 t
+5696 40177 Coming up on 5 live sports extra eng \N Coming up at 2.55pm on Boxing Day, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-23 06:00:00 2014-12-23 12:00:00 \N \N \N \N \N 2431 t
+4608 65347 Arthur eng George and the Missing Puzzle Piece Animation following the adventures of a young aardvark. George is excited about his new friend, Carl, who seems to know all kinds of cool facts. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:15:00 \N \N \N S \N 2434 t
+4608 36282 All Over the Place eng USA Ed Petrie and friends discover interesting places to visit in the USA. The team take the helicopter flight of a lifetime over the gob-stopping Grand Canyon. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 07:15:00 2014-12-22 07:45:00 3 13 \N S \N 2435 t
+4608 36485 Gangsta Granny eng \N Comedy drama based on David Walliams's children's book. Ben hates spending time with his boring granny while his parents are away. Little does he know that his granny has a secret. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 07:45:00 2014-12-22 08:50:00 \N \N \N AD,S \N 2436 t
+14498 26518 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:45:00 2014-12-23 07:10:00 \N \N \N \N \N 2437 t
+4608 35326 Strange Hill High eng A Strange Hill Christmas Animated series. Mitchell's desperate attempt to start his Christmas holiday early is scuppered when he accidentally traps everyone in the school. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 08:50:00 2014-12-22 09:15:00 13 13 \N AD,S \N 2438 t
+41024 59555 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-22 00:05:00 2014-12-22 01:05:00 \N \N \N \N \N 2448 t
+41024 59556 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 01:05:00 2014-12-22 01:35:00 \N \N \N \N \N 2449 t
+41024 59557 eng \N \N \N \N \N \N \N \N eng 6 0 0 \N 2014-12-22 01:35:00 2014-12-22 02:55:00 \N \N \N \N \N 2450 t
+41024 59558 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-22 02:55:00 2014-12-22 03:50:00 \N \N \N \N \N 2451 t
+5888 51993 DJ Target eng \N Target has a guest mix from XO to keep the party rocking. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 01:00:00 2014-12-20 04:00:00 \N \N \N \N \N 2453 t
+4352 53180 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 \N \N \N S \N 2856 t
+7168 34320 CBeebies Christmas Karaoke eng \N Viewers can press the Red Button to sing along with their CBeebies chums. The service features songs from ZingZillas, Something Special and this year's CBeebies Pantomime. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-23 12:00:00 2014-12-23 16:00:00 \N \N \N \N \N 2454 t
+4544 47726 New eng Sammy Davis Jr: The Kid in the Middle Documentary telling the remarkable life story of dancer, actor, singer and civil rights campaigner Sammy Davis Jr. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N AD,S \N 2456 t
+4544 47727 An Evening with Sammy Davis Jr eng \N A compilation of the best of Sammy Davis Jr's 1960s performances for the BBC, which leaves no doubt as to why at the time he was billed as the world's greatest living entertainer. Also in HD. \N 0 25 f 1 eng eng 3 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N S \N 2457 t
+4544 47728 imagine... Bette Midler eng The Divine Miss M Alan Yentob joins Bette Midler on a journey from a pineapple canning factory in Honolulu to the very top of the film industry. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:15:00 \N \N \N S \N 2458 t
+4672 52050 Old Jack's Boat eng The Christmas Quest Children's series about a retired fisherman who tells tall stories. In this Christmas special, Jack tells the story of his quest to find three Christmas gifts. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:25:00 \N \N \N S \N 2459 t
+4672 52051 3rd & Bird: Christmas Special eng A Very Squooky Christmas Adventures of a group of birds who teach children about social responsibility. It is Christmas Eve and Samuel, Rudy and Muffin find a lost little mouse. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 12:25:00 2014-12-23 12:45:00 25 25 \N S \N 2460 t
+4672 52052 Time for School eng Christmas Documentary series about starting school. It's the end of the first term at Lowick and Holy Island Schools, and Pandra has a furry surprise for her classmates. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 12:45:00 2014-12-23 13:00:00 20 20 \N AD,S \N 2461 t
+4672 52053 Swashbuckle eng The Scarlet Squid Clear Out Pirate-themed game show. There's a clear out on the Scarlet Squid shipwreck as Ahmed, Freddie, Hermannya and Libby try to win back Gem's jewels. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:25:00 \N \N \N S \N 2462 t
+6016 39895 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 07:05:00 2014-12-19 08:00:00 \N \N \N \N \N 2590 t
+4672 52054 Kate and Mim-Mim eng Boomer Size Animated series about Kate and Mim-Mim. Boomer uses Tack's sizerchanger to become huge, and it is up to Kate to convince him that he is better off being Boomer-sized. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 13:25:00 2014-12-23 13:35:00 \N \N \N S \N 2463 t
+4672 52055 Bing eng Train Bing and Pando experiment with Bing's toy train on the Fun Fort in the playground. The train is good at going over bridges and brilliant at going down the slide. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 13:35:00 2014-12-23 13:45:00 \N \N \N AD,S \N 2464 t
+4672 52056 Something Special: We're All Friends eng Birds Educational series using Makaton sign language. Grandad Tumble has his heart set on taking a photo of a very special bird. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 13:45:00 2014-12-23 14:05:00 21 25 \N S \N 2465 t
+4672 52057 ZingZillas eng Let It Snow A band of primate friends play music in their tropical island paradise. It's Christmas on ZingZilla Island and Zak promises to make it snow for Drum. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 14:05:00 2014-12-23 14:30:00 \N \N \N AD,S \N 2466 t
+4672 52058 Woolly and Tig eng Christmas Magic Live-action children's show. Tig visits her grandad for Christmas. When she worries that there is no snow for Santa's sleigh, Woolly sings her to sleep. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 14:30:00 2014-12-23 14:40:00 \N \N \N S \N 2467 t
+4672 52059 Mr Bloom: Here and There eng Playscheme Mr Bloom helps young people with their green spaces. Efanna, Alexander and Madeleine love to visit their local park because there's a lot to do there. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 14:40:00 2014-12-23 14:50:00 \N \N \N S \N 2468 t
+4672 52060 I Can Cook eng Apple Dappy Katy cooks up a feast of food fun in her kitchen. Katy and her friends make apple dappy. The special ingredient is apples! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 14:50:00 2014-12-23 15:05:00 \N \N \N S \N 2469 t
+14498 26517 American Hot Rod eng Rat Rod Build-Off Part 2 A build-off that began as bit of fun soon turns bad when Bluebear's ego gets the better of him. He's determined to prove he knows more than Boyd. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:45:00 \N \N \N \N \N 2470 t
+6016 40221 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:05:00 \N \N \N \N \N 2471 t
+14498 26519 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 07:10:00 2014-12-23 07:35:00 \N \N \N \N \N 2472 t
+14498 26520 Total Fishing eng Tench on Horseshoe Lake In the dream fishing location of Horseshoe Lake, Matt's after a bream. Plus, experts give top tips on carp and predator fishing it's action-packed. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 07:35:00 2014-12-23 08:00:00 \N \N \N \N \N 2473 t
+14498 26521 Total Fishing eng Trout at Blithfield Reservoir It's a fly-fishing masterclass as Matt and Mick experiment with various techniques and land a bumper catch of trout. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:30:00 \N \N \N \N \N 2474 t
+14498 26522 Total Fishing eng Carp at Monument Lake Matt and Mick are hoping to land some monster carp, but the weather's looking fishy. Plus, the experts have more top tips on tackle and bait. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:00:00 \N \N \N \N \N 2475 t
+6784 51764 Johnnie Walker's Sounds of the 70s eng \N Johnnie Walker hears 70s memories from Chris de Burgh, who released Christmas song A Spaceman Came Travelling in 1975. Email walker@bbc.co.uk. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 15:00:00 2014-12-21 17:00:00 \N \N \N \N \N 2492 t
+6784 51765 Paul O'Grady eng \N Paul O'Grady plays Triples starring Gary Barlow and Cilla Black, plus a sci-fi Lost TV Theme. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 17:00:00 2014-12-21 19:00:00 \N \N \N \N \N 2493 t
+6912 55473 The Long View eng \N Jonathan Freedland with the programme that looks for the past behind the present. Jonathan compares recording our lives on social media with keeping a diary in the 19th century. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 \N \N \N \N \N 2495 t
+6912 56342 Witness eng The Making of Kind of Blue Drummer Jimmy Cobb recalls playing with Miles Davis on the album that changed jazz for ever. Kind of Blue was recorded in just two sessions in 1959. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 09:30:00 2014-12-23 09:45:00 \N \N \N \N \N 2496 t
+6912 55474 Book of the Week eng \N Stories in the Stars, by Susanna Hislop. Orion is one of the most famous and recognisable figures in the night sky. Close by, Taurus gallops into view. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 09:45:00 2014-12-23 10:00:00 2 5 \N \N \N 2497 t
+6912 55191 Woman's Hour eng \N Jane Garvey presents the programme that offers a female perspective on the world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:45:00 \N \N \N \N \N 2498 t
+6912 55475 15 Minute Drama eng The Skool Days of Nigel Molesworth, by Patrick Barlow and George Poles. A Tour of the Cages Molesworth and his friend Peason explain the different types of masters. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 10:45:00 2014-12-23 11:00:00 2 5 \N \N \N 2499 t
+6912 55193 Shared Planet eng Monty Don explores the complex interface between a growing human population and wildlife. Pit Stops and Stopovers Monty explores the trials of migrating birds. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N \N \N 2500 t
+6912 55485 The Voices of Elly Stone eng \N Elly Stone, now aged 87, will forever be associated with the songs of Jacques Brel. Here she talks about her music and her life, both on and off stage. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N \N \N 2501 t
+6016 40219 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 21:05:00 \N \N \N \N \N 2502 t
+6016 40220 Newshour eng \N BBC correspondents report live from around the world to explain why events are happening and what impact they will have on our lives. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 21:05:00 2014-12-22 22:00:00 \N \N \N \N \N 2503 t
+20352 58304 Step Up eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 18:00:00 2014-12-24 20:05:00 \N \N \N \N \N 2504 t
+6016 40225 Outlook eng \N Personal stories behind the news from all over the world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-22 23:05:00 2014-12-23 00:00:00 \N \N \N \N \N 2505 t
+24064 59908 Postcards eng Hooked to the Silver Screen Through the recollections of staff and movie-goers, this charming film revisits the romance of the long-gone flea pit and picture palace cinemas of an industrial town. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 03:00:00 2014-12-20 04:00:00 \N \N \N \N \N 2510 t
+24064 59909 Postcards eng Luvin the Black Country This documentary travels the Black Country canals, interviewing passers-by about the first time they fell in love. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:20:00 \N \N \N \N \N 2511 t
+24064 59910 Postcards: Relationships eng Against All Odds Five real-life stories about relationships and sexuality from people with a learning difficulty. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 04:20:00 2014-12-20 05:00:00 \N \N \N \N \N 2512 t
+24064 59911 Postcards: More than Just the Veg eng Food For Thought Season Documentary showcasing the lasting impact of projects funded by the BIG Lottery Fund's Local Food programme, which improves lives and builds communities. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:50:00 \N \N \N \N \N 2513 t
+24064 59912 Great Britons eng Churchill, Thatcher Experts join The British Scholar Society of Austin, Texas, to discuss Winston Churchill's writing career, and how Margaret Thatcher changed British politics with American ideas. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 05:50:00 2014-12-20 06:00:00 \N \N \N \N \N 2514 t
+6720 64410 Newsbeat eng \N The latest news from around the UK and around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 12:45:00 2014-12-22 13:00:00 \N \N \N \N \N 2517 t
+17472 49122 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 22:30:00 2014-12-19 23:05:00 \N \N \N \N \N 2812 t
+4736 62995 Westminster in Review eng \N Alicia McCarthy presents a review of the parliamentary highlights at Westminster since September. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 08:10:00 2014-12-24 09:10:00 \N \N \N \N \N 2528 t
+4672 51747 CBeebies Peter Pan eng \N Musical stage adaptation of JM Barrie's classic tale, which tells the story of the boy who would not grow up and the adventures of the Darling children in Neverland. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:45:00 \N \N \N AD,S \N 2533 t
+4672 51748 Something Special: We're All Friends eng My Pets Educational series for four- to seven-year-old children with learning difficulties. Justin visits Jaydeen and her pet rabbits, gerbils and dog. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 09:45:00 2014-12-20 10:05:00 18 25 \N S \N 2534 t
+4672 51749 Peter Rabbit eng The Tale of the Runaway Rabbit Animated series. Peter is left to babysit Cotton-tail but can't resist an exciting event at the squirrel camp. He brings his sleeping sister along. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 10:05:00 2014-12-20 10:20:00 \N \N \N AD,S \N 2535 t
+4672 51750 Tree Fu Tom eng Don't Go Glowy Animated fantasy adventure show. Ariela is on a quest to find magical bubble roots, using her pet grub Glowy to sniff them out. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 10:20:00 2014-12-20 10:45:00 \N \N \N S \N 2536 t
+4672 51751 The Furchester Hotel: Christmas Special eng Monster Monster Day Preschool puppet show. Monster Monster visits only one hotel on Monster Monster Day. Elmo really wants it to be the Furchester, but there's a problem. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 10:45:00 2014-12-20 10:55:00 \N \N \N AD,S \N 2537 t
+4672 51752 Buzz and Tell eng Christmas Special Panel show for puppets, hosted by walrus Walter Flipstick. Christmas special with contestants the very shy Ken Koala and opinionated orangutan Orange Bernard. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 10:55:00 2014-12-20 11:00:00 \N \N \N S \N 2538 t
+4672 51753 New: Swashbuckle eng Three Wishes Special children and grown-ups episode of the pirate-themed game show. Cook and Line are polishing Captain Sinker's treasure and think they've discovered a genie. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:25:00 \N \N \N S \N 2540 t
+4672 51754 Octonauts Special eng The Great Arctic Adventure Animated deep sea adventure series. When the Octopod goes in for repairs, the Octonauts take a vacation. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 11:25:00 2014-12-20 11:45:00 \N \N \N AD,S \N 2541 t
+4672 51755 Grandpa in My Pocket eng A Perfect Little Litter Picker Comedy drama featuring a grandpa with a magical shrinking cap. When Mr Whoops hurts his back Grandpa decides that he needs a litter picker. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 11:45:00 2014-12-20 12:00:00 \N \N \N AD,S \N 2542 t
+14720 1722 Jenni Falconer eng \N Jenni Falconer eases you into a relaxing day with perfect Sunday morning music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 08:00:00 \N \N \N \N \N 2543 t
+14720 1723 Stephen Mulhern and Emma Willis eng \N Stephen and Emma 8am-12pm play the best music for your Sunday morning on Heart. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 08:00:00 2014-12-21 12:00:00 \N \N \N \N \N 2544 t
+5824 38728 Louisa May Alcott - Little Women eng Aunt March Settles the Question Father returns for Christmas and Meg gets a proposal. Stars Buffy Davis, Jemma Redgrave and Gayle Hunnicutt. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:30:00 6 6 \N \N \N 2545 t
+5824 38729 Captain Kidd and the First Fifteen eng \N Harry's health is failing fast, while Captain Kidd thinks he has cheated justice. Stars Polly James and Philip Voss. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:00:00 6 6 \N \N \N 2546 t
+5824 38730 Desert Island Discs Revisited eng Children's Writers - Michael Rosen 4 Extra Debut. From Ewan MacColl to Smiley Culture, author Michael Rosen shares his castaway choices with Sue Lawley. From August 2006. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:45:00 \N \N \N \N \N 2547 t
+5824 39041 Just William - Pursuin' Happiness eng The Knight at Arms 4 Extra Debut. Richmal Crompton's mischievous schoolboy William Brown becomes a heroic knight to succour the oppressed. Read by Martin Jarvis. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 10:45:00 2014-12-21 11:00:00 1 3 \N \N \N 2548 t
+5824 38732 Garrison Keillor's Radio Show eng \N The festive funny man's highlights from Christmases past. Including legendary folk singer Odetta and soprano Renee Fleming. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N \N \N 2549 t
+4170 51775 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:00:00 \N \N \N S \N 2552 t
+4288 39916 This Is BBC Three eng \N BBC Three. The best in new entertainment, comedy, contemporary drama and music for the digital generation. Stay tuned for 60 Seconds news. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 18:58:00 2014-12-21 19:00:00 \N \N \N \N \N 2554 t
+4288 42689 Cars eng \N Animated adventure from Pixar. After becoming stranded in a small town, an arrogant rookie sports car (voiced by Owen Wilson) finds love and the meaning of friendship. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:50:00 \N \N 2006 AD,S \N 2555 t
+4288 42871 Top Gear eng Bolivia Special Jeremy Clarkson, Richard Hammond and James May attempt to drive from the heart of Bolivia to the coast of Chile in three 4x4s bought from the local small ads. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-21 20:50:00 2014-12-21 22:10:00 6 7 \N AD,S \N 2556 t
+15856 3638 Home Shopping with JML eng \N JML - where you can find a whole range of innovative products designed to make your everyday easier. From kitchen to DIY, fitness to cleaning, there's something for everyone. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N \N \N 2565 t
+16032 41945 Horrid Henry eng Horrid Henry And The Bogey Babysitter Henry must team up with his brother Peter to outwit their babysitter Rabid Rebecca. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:15:00 \N \N \N AD,S \N 2572 t
+5632 36271 5 live Sport eng \N Live Premier League football commentary on Liverpool v Arsenal. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-21 16:00:00 2014-12-21 18:06:00 \N \N \N \N \N 2576 t
+4287 58319 Top of the Pops 2 eng Christmas Mark Radcliffe introduces a feast of festive performances from the likes of Blur, The Pretenders, The Bluebells, Katie Melua, and Cerys Matthews and Tom Jones. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 01:10:00 2014-12-24 02:40:00 \N \N \N S \N 2577 t
+4287 56543 Film 2014 eng \N The Film 2014 team take a critical look at Birdman starring Michael Keaton, the Stephen Hawking biopic The Theory of Everything, and Angelina Jolie's directorial debut. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 02:40:00 2014-12-24 03:10:00 \N \N \N S,SL \N 2578 t
+17609 20379 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 18:15:00 2014-12-24 18:45:00 \N \N \N \N \N 2579 t
+17609 19751 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:45:00 2014-12-24 19:00:00 \N \N \N \N \N 2580 t
+17609 19752 eng \N \N \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N \N \N 2581 t
+17609 19753 eng \N \N \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N \N \N 2582 t
+17609 20279 Skyfall eng \N \N \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 20:00:00 2014-12-24 22:45:00 \N \N \N \N \N 2583 t
+6016 39892 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:05:00 \N \N \N \N \N 2587 t
+6016 39893 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 06:05:00 2014-12-19 07:00:00 \N \N \N \N \N 2588 t
+6016 39894 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:05:00 \N \N \N \N \N 2589 t
+6016 39896 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:05:00 \N \N \N \N \N 2591 t
+6016 39897 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 08:05:00 2014-12-19 08:32:00 \N \N \N \N \N 2592 t
+6016 39898 Business Daily eng \N The daily drama of money and work from the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 08:32:00 2014-12-19 08:50:00 \N \N \N \N \N 2593 t
+6016 39899 Witness eng \N The story of our times told by the people who were there. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 08:50:00 2014-12-19 09:00:00 \N \N \N \N \N 2594 t
+6720 64389 Fearne Cotton eng \N The home of BBC Radio 1's Live Lounge. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 12:45:00 \N \N \N \N \N 2595 t
+5824 38676 The Summer of a Dormouse eng \N Journalist Henry is visited by his elder self in this comedy of missed opportunities. Stars Paul Scofield, Alex Jennings, Imelda Staunton and Gemma Jones. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 03:00:00 2014-12-19 04:00:00 \N \N \N \N \N 2596 t
+5824 38531 The Surgeon's Mate eng \N Before Carlscrona, Aubrey and Maturin must make a detour to Catalonia with the Catalan troops. Read by Benedict Cumberbatch. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:15:00 7 10 \N \N \N 2597 t
+5824 38677 Spy Nozy and the Poets eng \N Suspicious behaviour by new residents in a Somerset village interests a Home Office spy. Paul B Davies's drama stars Bill Nighy and Martin Clunes. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 04:15:00 2014-12-19 05:00:00 \N \N \N \N \N 2598 t
+5824 38348 No Commitments eng Seasonal Adjustment Anna and Charlotte plan to celebrate Christmas their way, but what about Victoria? Stars Rosemary Leach. From December 1994. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 5 6 \N \N \N 2599 t
+5824 38349 The Elephant Man eng All Features Great and Small Valentine's Day approaches and some of the zoo staff are keen to find romance. Stars Peter Serafinowicz. From September 1996. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 5 8 \N \N \N 2600 t
+27328 17227 French Ligue 1 Preview eng \N A look ahead to the upcoming football in the top flight of France as Paris Saint-Germain look to make it a hat-trick of league titles. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 10:45:00 2014-12-19 11:15:00 \N \N \N \N \N 2601 t
+27328 17449 Rugby Tonight Extra eng \N A round-up of the best action from the Aviva Premiership, with the latest news, some great moves and all the key moments. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 11:15:00 2014-12-19 11:45:00 \N \N \N \N \N 2602 t
+27328 17229 SportsHUB eng \N Reshmin Chowdhury has a comprehensive round-up of all the latest sports news. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 11:45:00 2014-12-19 12:00:00 \N \N \N \N \N 2603 t
+25792 52316 Keeping Up Appearances eng \N Amateur dramatics is high on the agenda as insufferable Hyacinth still wants to join Emmet's production of 'The Boy Friend'. Fortunately for him, other things have to take priority. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:40:00 \N \N \N AD,S \N 2605 t
+25792 52317 Keeping Up Appearances eng New Car Comedy at the expense of that outrageous snob Hyacinth Bucket. Hyacinth decides that a new car is in order and aims rather higher than most people - much to Richard's horror. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-19 21:40:00 2014-12-19 22:20:00 \N \N \N AD,S \N 2606 t
+25792 52318 Keeping Up Appearances eng \N Cringe-inducing laughs in the great sitcom with Patricia Routledge. Hyacinth decides to share her undoubted experience of being a perfect hostess and advertises in the local paper. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-19 22:20:00 2014-12-19 23:00:00 \N \N \N AD,S \N 2607 t
+25792 52319 The Queen's Mother-in-Law eng \N Fascinating footage and illuminating interviews shed light on Princess Alice of Battenberg, the Queen's mother-in-law and a remarkable yet little-known member of the Royal Family. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N AD,S \N 2608 t
+6016 40083 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:05:00 \N \N \N \N \N 2612 t
+5760 59387 6 Music Recommends eng \N Tom curates an hour of his favourite new music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 01:00:00 \N \N \N \N \N 2858 t
+5952 53402 As BBC Radio 5 live eng \N BBC Asian Network joins BBC Radio 5 live through the night. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 06:00:00 \N \N \N \N \N 2623 t
+5696 40146 Coming up on 5 live sports extra eng \N Coming up at 3.10pm, rugby union commentary from the Aviva Premiership as Northampton face Leicester. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 12:00:00 2014-12-20 15:10:00 \N \N \N \N \N 2625 t
+6848 61083 Breakfast eng \N Martin Handley presents Radio 3's classical breakfast show, including the Breakfast Carol Competition. Email 3Breakfast@bbc.co.uk. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 07:00:00 2014-12-21 09:00:00 \N \N \N \N \N 2627 t
+8448 59102 The Big Bang Theory eng The Gorilla Dissolution Penny re-evaluates her life, including taking a big step with Leonard, while Howard and Bernadette struggle to care for Mrs Wolowitz. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 21:00:00 2014-12-20 21:30:00 \N \N \N AD,S \N 2631 t
+8448 59103 The Big Bang Theory eng The Status Quo Combustion In the season seven finale, with potential changes affecting different aspects of his life, Sheldon is forced to confront an uncertain future. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 21:30:00 2014-12-20 22:00:00 \N \N \N AD,S \N 2632 t
+8448 59104 Kick-Ass eng \N Superhero romp. A teen (Aaron Johnson), a foul-mouthed 11-year-old (Chloë Moretz) and her dad (Nicolas Cage) fight crime in New York. Graphic, extreme violence/very strong language. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 22:00:00 2014-12-21 00:20:00 \N \N 2010 AD,S \N 2633 t
+4352 53174 Breakfast eng \N The daily early morning news programme. Including The Film Review. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N S \N 2634 t
+4352 53175 Breakfast eng \N The daily early morning news programme. Including Click. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 07:00:00 2014-12-21 08:00:00 \N \N \N S \N 2635 t
+4352 53176 Breakfast eng \N The daily early morning news programme. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 08:00:00 2014-12-21 09:00:00 \N \N \N S \N 2636 t
+5760 59386 Gideon Coe eng \N Gideon Coe plays Slade in concert, plus session from Nat Johnson, Adam and the Ants, Wire and the Jimi Hendrix Experience. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 21:00:00 2014-12-24 00:00:00 \N \N \N \N \N 2637 t
+4287 53872 The Innocent Serial Killer? - Panorama eng \N Scots nurse Colin Norris is serving a minimum of 30 years for the murder of four elderly patients. Mark Daly reveals new evidence that casts doubt on his convictions. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 00:20:00 2014-12-19 00:50:00 \N \N \N S,SL \N 2638 t
+4287 51372 World's Greatest Food Markets eng Mexico Billingsgate trader Roger Barton heads to Mexico City's Central de Abasto, the largest food market on the planet. Contains strong language. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-19 00:50:00 2014-12-19 01:50:00 2 3 \N AD,S,SL \N 2639 t
+4287 49098 This Is BBC Two eng \N Highlights of programmes on BBC Two. \N 2 25 f 3 eng eng 0 0 0 \N 2014-12-19 01:50:00 2014-12-19 04:00:00 \N \N \N S \N 2640 t
+4169 56430 Cinderella eng \N Animated version of the fairy tale about Cinderella and her stepmother and unpleasant stepsisters. With the voices of Ilene Woods, Eleanor Audley and Verna Felton. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:15:00 \N \N 1950 S \N 2641 t
+4169 56431 Pointless Celebrities eng \N Alexander Armstrong presents a celebrity 1970s edition of the quiz, with contestants including Anna Karen, Sally Thomsett, Ed Stewart, Sally James, Rick Wakeman and Roy Wood. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:15:00 2014-12-22 18:00:00 \N \N \N S \N 2642 t
+40992 47454 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N \N \N 2931 t
+17472 49123 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 23:05:00 2014-12-19 23:35:00 \N \N \N \N \N 2813 t
+17472 53825 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-19 23:35:00 2014-12-20 01:20:00 \N \N \N \N \N 2814 t
+4608 36283 ROY eng Roy's Bad Hair Day Roy tries to change his look and soon finds himself with hair that won't stop growing. It has a mind of its own and it won't allow anyone to cut it. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 09:15:00 2014-12-22 09:45:00 3 13 \N AD,S \N 2662 t
+4608 36487 The Next Step eng Steal My Sunshine Reality-style drama following a group of dancers. On their day off, some of the dancers go to the beach while the E-Girls run the studio's dance camp. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 09:45:00 2014-12-22 10:10:00 5 30 \N S \N 2663 t
+4608 36488 The Next Step eng Good Girls Go Bad Reality-style drama following a group of dancers. Emily convinces a group of A-Troupe dancers to spy on their main competition, Elite Dance Academy. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 10:10:00 2014-12-22 10:35:00 6 30 \N S \N 2664 t
+4608 36489 Wolfblood eng With Friends like These Drama about teenagers with secret lives as wolfbloods. After protecting Rhydian, Tom is accused of poaching, so Shannon becomes his romantic alibi. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 10:35:00 2014-12-22 11:05:00 3 13 \N AD,S \N 2665 t
+4608 36490 The Dumping Ground eng What Would Gus Want? Drama series. The Dumping Ground is divided when a couple want to foster Gus. But he is in turmoil about leaving. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 11:05:00 2014-12-22 11:30:00 5 13 \N AD,S \N 2666 t
+4608 36491 The Dumping Ground eng The Real Faith Davis Wicked whispers fly when the police come to see Faith, who won't say why. And new girl Floss wonders where on earth she's been dumped. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 6 13 \N AD,S \N 2667 t
+15952 2684 You've Been Framed at Christmas! eng \N Harry Hill guides us through a crop of hilarious festive bloopers, including some disastrous Nativities, Christmas dinners that have gone horribly wrong and a tongue-tied Santa. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N S \N 2668 t
+15952 2670 The Holiday eng \N Seasonal romantic comedy starring Cameron Diaz and Jack Black, 2006. Two single women, depressed at their love lives in the run-up to Christmas, agree to swap homes for the season \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:45:00 \N \N \N AD,S \N 2669 t
+24464 50362 Trophe Andros eng \N Alpe D'Huez. Motor racing's favourite winter past time, the Andros Trophy, tests the skills of some of today's top circuit racers on the ice covered tracks of some of France's best known ski resorts. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:05:00 \N \N \N \N \N 2670 t
+24464 50363 AMV Bike Cup eng Some of the bravest riders on the planet tackle the ultimate two-wheeled challenge motorcycle racing on ice. Thrills and spills come as standard, naturally. Action from Alpe D'Huez. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 22:05:00 2014-12-24 22:35:00 \N \N \N \N \N 2671 t
+24464 50364 Superkart USA eng \N This high-performance kart racing series travels to the best circuits in North America. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 22:35:00 2014-12-25 00:10:00 \N \N \N \N \N 2672 t
+7168 34502 Radio 2 in Concert eng Take That Take That reconvene after a four year hiatus to perform at the intimate setting of the Radio Theatre in the heart of London, where they prove that three is the magic number! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 20:00:00 \N \N \N \N \N 2673 t
+4544 47729 Sammy Davis Jr eng The Kid in the Middle Documentary telling the remarkable life story of dancer, actor, singer and civil rights campaigner Sammy Davis Jr. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-22 00:15:00 2014-12-22 01:15:00 \N \N \N AD,S \N 2680 t
+4544 47730 An Evening with Sammy Davis Jr eng \N A compilation of the best of Sammy Davis Jr's 1960s performances for the BBC, which leaves no doubt as to why at the time he was billed as the world's greatest living entertainer. Also in HD. \N 0 25 f 1 eng eng 3 0 0 \N 2014-12-22 01:15:00 2014-12-22 02:15:00 \N \N \N S \N 2681 t
+4544 47731 imagine... Bette Midler eng The Divine Miss M Alan Yentob joins Bette Midler on a journey from a pineapple canning factory in Honolulu to the very top of the film industry. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 02:15:00 2014-12-22 03:30:00 \N \N \N S \N 2682 t
+40976 47045 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-21 03:45:00 2014-12-21 05:30:00 \N \N \N \N \N 2683 t
+40976 44974 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 05:30:00 2014-12-21 18:58:00 \N \N \N \N \N 2684 t
+5952 53419 Tommy Sandhu eng \N Christmas fun with Tommy Sandhu, featuring lively banter and the team battling it out for the Good News story. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 06:00:00 2014-12-22 10:00:00 \N \N \N \N \N 2685 t
+6848 61079 The Verb eng \N In a Christmas edition, Ian McMillan is joined by Elbow singer Guy Garvey. Plus the language of the carol and spoken word from John Hamilton May, one of the Verb New Voices. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:45:00 \N \N \N \N \N 2686 t
+6848 60943 The Essay eng Living Abroad Frederic Raphael on his time living abroad across Europe since the 1940s. Greece: Frederic recalls living in Greece in the early 1960s, before mass tourism. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 22:45:00 2014-12-19 23:00:00 5 5 \N \N \N 2687 t
+6848 60944 World on 3 eng \N Mary Ann Kennedy presents previously unbroadcast highlights from the 2014 Womad Festival, featuring performances given on the Charlie Gillett Stage at Charlton Park in Wiltshire. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 23:00:00 2014-12-20 01:00:00 \N \N \N \N \N 2688 t
+6912 54965 Weekend Woman's Hour eng \N Highlights from the Woman's Hour week. Presented by Jane Garvey. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 2689 t
+6912 54966 Saturday PM eng \N Full coverage of the day's news. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N \N \N 2690 t
+6912 54967 iPM eng \N The programme that starts with its listeners. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 17:30:00 2014-12-20 17:54:00 \N \N \N \N \N 2691 t
+6912 54968 Shipping Forecast eng \N The latest shipping forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 17:54:00 2014-12-20 17:57:00 \N \N \N \N \N 2692 t
+6912 54969 Weather eng \N The latest weather forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 17:57:00 2014-12-20 18:00:00 \N \N \N \N \N 2693 t
+24352 30855 Adam Richman's Fandemonium eng Horsing Around, Kentucky Style Adam Richman marks the craziest fan traditions at the 139th Kentucky Derby. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:30:00 \N \N \N \N \N 2694 t
+24352 30856 Adam Richman's Fandemonium eng The 2013 BBQ World Championship Adam Richman honours world-class BBQ at the May BBQ Championship in Memphis. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 21:30:00 2014-12-19 22:00:00 \N \N \N \N \N 2695 t
+24352 31244 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 22:00:00 2014-12-20 06:00:00 \N \N \N \N \N 2696 t
+4672 52061 Mister Maker Around the World eng \N Arts and crafts programme. In South Africa Mister Maker makes a magnificent musical picture, in the UK he discovers whether he can make a pompom hedgehog in under a minute. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 15:05:00 2014-12-23 15:30:00 3 26 \N S \N 2697 t
+4672 52062 Sarah & Duck: Christmas Special eng Petal Light Picking Animation. Sarah wants some special lights for her Christmas tree, and Bug knows where she might find some. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 15:30:00 2014-12-23 15:35:00 40 40 \N AD,S \N 2698 t
+4672 52063 Timmy's Christmas Surprise eng \N Animation. It's Christmas Eve and Timmy and his friends are very excited. But a blizzard outside means that everyone is going to have to have a sleepover at the nursery. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 15:35:00 2014-12-23 16:00:00 \N \N \N AD,S \N 2699 t
+4170 51781 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 13:30:00 2014-12-24 13:40:00 \N \N \N S \N 3013 t
+4672 52064 The Cow That Almost Missed Christmas eng \N Animation retelling the story of the nativity from the point of view of a young cow living in a stable in Bethlehem. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:25:00 \N \N \N AD,S \N 2700 t
+4672 52065 Rastamouse eng Tinie Tinsel Stop-motion series featuring a crime-fighting special agent who plays in a reggae band. Someone has stolen President Wensley Dale's Christmas tree. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 16:25:00 2014-12-23 16:40:00 \N \N \N S \N 2701 t
+4672 52066 Tree Fu Tom eng The Sprite before Christmas Animated fantasy adventure show. Tom arrives to find everyone preparing to celebrate Winterfest, a Treetopolis version of Christmas. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 16:40:00 2014-12-23 17:00:00 \N \N \N S \N 2702 t
+4672 52067 The Furchester Hotel eng Don't Eat the Guests Preschool puppet show. How will the Furchesters' furry thinking stop Cookie Monster from eating cookie guest Mr Crumb when there are no cookies left? Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:15:00 \N \N \N AD,S \N 2703 t
+4672 52068 Peter Rabbit's Christmas Tale eng \N Animation inspired by Beatrix Potter's classic. Mr Bouncer is too sick to make the holiday supply delivery, so Peter and Benjamin take the job on. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 17:15:00 2014-12-23 17:40:00 \N \N \N AD,S \N 2704 t
+4672 52069 Katie Morag eng Katie Morag and the Two Grandmothers Katie Morag has two grannies, and they are as different as different can be. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 17:40:00 2014-12-23 17:55:00 2 26 \N AD,S \N 2705 t
+4672 52070 Dipdap eng Guests Series in which a drawn line creates challenges for unsuspecting Dipdap. The Line draws Dipdap three cakes, but every time he tries to eat one an unexpected guest arrives. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 17:55:00 2014-12-23 18:00:00 \N \N \N S \N 2706 t
+15856 3337 Dinner Date eng \N Dating show. Will Veronica from London find true love over the dining table? She chooses three men to dine with from five submitted menus - but who will she ask back for seconds? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N S \N 2711 t
+33088 17438 QVC Showcase eng \N A great line-up from right across QVC's product ranges. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 2714 t
+20352 58305 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 20:05:00 2014-12-24 22:00:00 \N \N \N \N \N 2715 t
+5760 59508 Craig Charles Funk and Soul Show eng \N Craig takes a look back on the releases that made waves in 2014, including Shaun Escoffery, Lisa Stansfield, Brand New Heavies, Smoove & Turrell, Lack of Afro and more. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 21:00:00 \N \N \N \N \N 2735 t
+6784 51766 Sunday Night with Michael Ball eng \N Michael Ball plays the perfect Christmas playlist, featuring Lady Antebellum, Bing Crosby, Brenda Lee, Michael Buble and Diana Ross. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 21:00:00 \N \N \N \N \N 2736 t
+6912 55195 News Summary eng \N The latest national and international news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:04:00 \N \N \N \N \N 2737 t
+6912 55196 Home Front eng Epic drama series set in Britain during the First World War. 23 December 1914 - Sylvia Graham The Christmas tea for the Belgian wounded does not go entirely to plan. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 12:04:00 2014-12-23 12:15:00 17 30 \N \N \N 2738 t
+6912 55197 Call You and Yours eng \N Consumer phone-in. Email youandyours@bbc.co.uk or call 03700 100 444 [calls cost no more than to 01, 02 landline numbers]. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-23 12:15:00 2014-12-23 12:57:00 \N \N \N \N \N 2739 t
+6912 55198 Weather eng \N The latest weather forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 12:57:00 2014-12-23 13:00:00 \N \N \N \N \N 2740 t
+6912 55199 The World at One eng \N Analysis of current affairs reports, presented by Mark Mardell. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:45:00 \N \N \N \N \N 2741 t
+6912 56286 Food for Thought eng \N How attitudes to food affect individual lives. American essayist David Sedaris explains to Nina Myskow how a large idiosyncratic family affected his approach to eating. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 13:45:00 2014-12-23 14:00:00 2 5 \N \N \N 2742 t
+6912 55201 The Archers eng \N Kate is home. And who is that playing Father Christmas? \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:15:00 \N \N \N \N \N 2743 t
+6912 56265 Afternoon Drama eng \N The Big Broadcast, by Neil Brand. Fast-talking musical set in a 1932 Chicago radio studio. An acrimonious songwriting couple need a new song to save the day. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 14:15:00 2014-12-23 15:00:00 \N \N \N \N \N 2744 t
+5888 51994 Diplo and Friends eng \N Jauz and Jesse Rose share Diplo's decks. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 04:00:00 2014-12-20 06:00:00 \N \N \N \N \N 2746 t
+6784 51682 The Music Goes Round eng Desmond Carrington shares good tunes, some unexpected and a few you may never have heard, with the theme 'Christmas Box' Seasonal songs and tunes. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N \N \N 2747 t
+6784 51683 Friday Night Is Music Night eng \N Jeremy Vine presents a poetry and music Christmas spectacular with an all-star cast including David Harewood, Scarlett Strallen and the BBC Concert Orchestra. Interval at 8.45pm. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 22:00:00 \N \N \N \N \N 2748 t
+16032 41869 Grizzly Tales for Gruesome Kids eng The People Potter Twisted animated stories narrated by Nigel Planer. A clumsy woman who knocks her own house down is punished by being turned into china herself. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:15:00 \N \N \N S \N 2749 t
+16032 41870 Grizzly Tales for Gruesome Kids eng Bunny Boy Animated tales narrated by Nigel Planer. A boy who never eats his greens changes his ways after an accident with a combine harvester and a rabbit. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-22 15:15:00 2014-12-22 15:30:00 \N \N \N S \N 2750 t
+16032 41929 Mr Bean eng Scaredy Bean The animated antics of the hapless bumbler Mr Bean. A trip to the cinema makes Mr Bean's imagination play tricks on him. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 15:30:00 2014-12-22 15:45:00 \N \N \N AD,S \N 2751 t
+16032 44640 Mr Bean eng Hot Date The animated antics of the hapless bumbler Mr Bean. Bean agrees to go on a date with Irma. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 15:45:00 2014-12-22 16:00:00 \N \N \N AD,S \N 2752 t
+16032 41946 Horrid Henry eng Horrid Henry And The Demon Dinner Lady Henry makes a new enemy in the packed lunch room, but who will win the battle of wills? \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 16:15:00 2014-12-22 16:30:00 \N \N \N AD,S \N 2753 t
+16032 41947 Almost Naked Animals eng Living Dangerously Irreverent fast-paced comedy built around the antics of a group of underwear-clad animals in a beachfront hotel. Howie tests Dirk Danger-branded products. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 16:30:00 2014-12-22 16:45:00 \N \N \N S \N 2754 t
+16032 37348 Almost Naked Animals eng Champion Gurgitator Comedy built around the antics of a group of underwear-clad animals set in a beach front hotel, the Banana Cabana. Howie enters an eating contest. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 16:45:00 2014-12-22 16:55:00 \N \N \N S \N 2755 t
+16032 35318 Signed Stories: Share a Story eng Flashman Another chance to see some winning entries from past years of the Share-a-Story competition. Archie Rutt's brilliant winning story - Flashman! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 16:55:00 2014-12-22 17:00:00 \N \N \N S,SL \N 2756 t
+16032 44799 The Aquabats! Super Show! eng Christmas with The Aquabats! Comedy adventure series. After getting lost, The Aquabats! arrive in a remote village ruled by the tyrannical Krampus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N S \N 2757 t
+4170 52889 Look North eng \N The latest news, sport and weather for Yorkshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 13:40:00 2014-12-24 13:50:00 \N \N \N S \N 3014 t
+16032 41948 Deadtime Stories eng Grandpa's Monster Movies Anthology series. Catan Thomas and his cousin discover a box of home movies in a barn - and realise there is a monster in their family. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 17:30:00 2014-12-22 17:55:00 \N \N \N S \N 2758 t
+16032 35219 Tricky Quickies eng \N Stephen Mulhern presents a short spin-off programme from Tricky TV. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-22 17:55:00 2014-12-22 18:00:00 \N \N \N \N \N 2759 t
+4352 51171 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N S \N 2760 t
+4352 51172 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N S \N 2761 t
+4352 51173 BBC News at Five eng \N The BBC News at Five with in-depth discussions and analysis as well as breaking news. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:45:00 \N \N \N S \N 2762 t
+4352 51174 The Film Review eng \N Mark Kermode gives his unique take on the best and worst of the week's film and DVD releases, with Gavin Esler. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:45:00 2014-12-19 18:00:00 \N \N \N S \N 2763 t
+6016 40248 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:05:00 \N \N \N \N \N 2768 t
+6016 40249 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 00:05:00 2014-12-23 00:20:00 \N \N \N \N \N 2769 t
+6016 40250 Sports News eng \N The latest news from the world of sport. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-23 00:20:00 2014-12-23 00:32:00 \N \N \N \N \N 2770 t
+6016 40251 Discovery eng \N In-depth exploration of the most significant scientific and technological ideas, discoveries and debates. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 00:32:00 2014-12-23 01:00:00 \N \N \N \N \N 2771 t
+6016 40252 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:05:00 \N \N \N \N \N 2772 t
+6016 40253 Business Matters eng \N The key global business news from Europe, Middle East and Africa from the BBC World Service. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 01:05:00 2014-12-23 02:00:00 \N \N \N \N \N 2773 t
+6016 40254 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:05:00 \N \N \N \N \N 2774 t
+6016 40255 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 02:05:00 2014-12-23 02:32:00 \N \N \N \N \N 2775 t
+6016 40592 The Kinshasa Symphony Orchestra eng \N Nicki Paxman meets the Kinshasa Symphony Orchestra, the only symphony orchestra in Central Africa. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 02:32:00 2014-12-23 03:00:00 \N \N \N \N \N 2776 t
+6720 64412 Greg James eng \N Santa is back for another North Star Caller! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:45:00 \N \N \N \N \N 2784 t
+6720 64413 Newsbeat eng \N The latest news from around the UK and around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 17:45:00 2014-12-22 18:00:00 \N \N \N \N \N 2785 t
+4736 62996 European Parliament - Papal Address eng \N Recorded coverage of the address to the European Parliament in Strasbourg by His Holiness Pope Francis. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 09:10:00 2014-12-24 09:50:00 \N \N \N \N \N 2786 t
+4736 62833 Welsh First Minister's Questions eng \N Recorded coverage of questions in the Welsh Assembly to first minister Carwyn Jones, from Tuesday 9 December. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 09:50:00 2014-12-24 10:35:00 \N \N \N \N \N 2787 t
+4736 62997 Professor Linda Colley Lecture eng \N Professor Linda Colley delivers a lecture at Guildhall on the Magna Carta in the run up to its 800th anniversary, from Tuesday 25 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 10:35:00 2014-12-24 11:25:00 \N \N \N \N \N 2788 t
+4736 63268 House of Commons - Devolution and the Union eng \N Recorded coverage of a debate in the House of Commons on devolution and the Union, from Thursday 20 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 11:25:00 2014-12-24 12:55:00 \N \N \N \N \N 2789 t
+5824 39028 A House to Let - Omnibus eng \N Charles Dickens, Wilkie Collins and Elizabeth Gaskell's tale of a woman worried about a derelict house. Stars Marcia Warren. Episodes 1-5 of 5. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:15:00 \N \N \N \N \N 2790 t
+5824 39030 The Snowman eng \N 4 Extra Debut. From pagan times to contemporary creations, a look at the myths and history surrounding the figure of the snowman. From December 2000. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 13:15:00 2014-12-21 13:30:00 \N \N \N \N \N 2791 t
+5824 39047 Michael Frayn - Clouds eng \N Coffee and literature or art and sugar? Rival Sunday supplement writers clash under 1970s Cuban skies. Stars Dinsdale Landen. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 13:30:00 2014-12-21 15:00:00 \N \N \N \N \N 2792 t
+4170 56463 Snow Babies eng \N Caroline Quentin narrates the tale of a group of baby animals, including emperor penguins and polar bears, born in some of the coldest and harshest places on Earth. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N AD,S \N 2793 t
+4170 56464 Nigel Slater's 12 Tastes of Christmas eng \N Nigel Slater shares the flavours that for him make Christmas a truly delicious season, and demonstrates how to cook food designed to bring comfort and joy. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N AD,S \N 2794 t
+4170 56465 Wall-E eng \N Pixar's animated sci-fi adventure. Far in the future on an abandoned, waste-covered Earth, two robots meet and embark on an adventure that changes the destiny of humanity. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:30:00 \N \N 2008 AD,S \N 2795 t
+4288 42872 Bad Education eng Swimming Gala It's the Abbey Grove swimming gala and Alfie's class compete in the synchronised diving. Contains adult humour. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 22:10:00 2014-12-21 22:40:00 1 6 \N AD,S \N 2798 t
+4288 41864 Family Guy eng Chap Stewie Stewie builds a new time machine and tries to stop himself from ever being born. Contains adult humour. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 22:40:00 2014-12-21 23:05:00 21 21 \N S \N 2799 t
+4288 41865 Family Guy eng Fast Times at Buddy Cianci Jnr High Animated comedy. Chris's teacher wins the lottery and is replaced by Mrs Lockhart, whom he immediately falls in love with. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:05:00 2014-12-21 23:25:00 \N \N \N S \N 2800 t
+4288 42690 American Dad! eng Spelling Bee My Baby Animated comedy. Francine trains Steve up for a spelling bee but he starts going out with his main competitor. Contains adult humour. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:25:00 2014-12-21 23:45:00 14 19 \N S \N 2801 t
+4288 42691 American Dad! eng Missing Kink Animated comedy. Francine wants to spice things up in the bedroom. Stan is reluctant and needs a little persuasion. Contains adult humour. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:45:00 2014-12-22 00:10:00 15 19 \N S \N 2802 t
+8381 15582 Off Their Rockers eng \N Hidden camera comedy show featuring senior citizens playing pranks. Today, a rocker performs a daredevil escape from an OAP home, and Sonia has a quick nap on a comfy shoulder. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 16:35:00 2014-12-24 17:05:00 \N \N \N S \N 2803 t
+8381 14952 Santa Claus eng The Movie Seasonal fantasy adventure starring Dudley Moore and John Lithgow, 1985. A disillusioned elf leaves Santa's North Pole workshop for New York to make toys for a scheming magnate \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 17:05:00 2014-12-24 19:15:00 \N \N \N AD,S \N 2804 t
+17472 51380 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 2810 t
+17472 49121 QI eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:30:00 \N \N \N \N \N 2811 t
+5632 36272 606 eng \N Have your say on the day's big football stories with Kelly Cates and Ian Wright. Call 0500 909 693 [free from most landlines but some networks and mobile operators will charge]. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-21 18:06:00 2014-12-21 19:30:00 \N \N \N \N \N 2815 t
+5632 36273 The 5 live Hit List eng \N Emma Barnett presents 5 live's rundown of the top 40 news, politics, sport and showbiz stories of the week that are making the biggest impact across social media and online. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 19:30:00 2014-12-21 22:00:00 \N \N \N \N \N 2816 t
+4287 56544 The Mekong River with Sue Perkins eng \N Sue Perkins continues her journey up the Mekong, south east Asia's greatest river. She reaches Laos, one of the poorest and least developed of the nations the Mekong flows through. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 03:10:00 2014-12-24 04:10:00 3 4 \N AD,S,SL \N 2817 t
+4287 51475 This Is BBC Two eng \N Highlights of programmes on BBC Two. \N 2 25 f 3 eng eng 0 0 0 \N 2014-12-24 04:10:00 2014-12-24 06:10:00 \N \N \N S \N 2818 t
+4608 64449 New: Shaun the Sheep eng Fruit & Nuts Animated series. Tired of eating grass, Shaun sets out to pinch one of the Farmer's prized apples only to have every attempt ruined by his accomplice. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:10:00 \N \N \N S \N 2819 t
+4608 35160 The Story of Tracy Beaker eng The Movie of Me Tracy Beaker is a care home kid who lives in the Dumping Ground and dreams of her glamorous mum who will one day return and rescue her. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 15:10:00 2014-12-19 16:20:00 \N \N \N AD,S \N 2820 t
+4608 64977 Newsround eng \N Topical news magazine for children. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 16:20:00 2014-12-19 16:30:00 \N \N \N S \N 2821 t
+6016 40262 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:05:00 \N \N \N \N \N 2970 t
+4608 35169 4 O'Clock Files eng The Staff Mr Bell films a video prospectus for Elmsmere. He explains how the staff at Elmsmere are not just teachers - but more like superheroes. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:00:00 5 5 \N S \N 2822 t
+4608 35154 New: Show Me What You're Made Of eng Diamonds Five kids work and live with the people in Africa who make their favourite things. The kids head to the diamond-mining capital of Africa. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 5 5 \N S \N 2823 t
+4170 56484 101 Dalmatians eng \N A litter of dalmatian puppies try to escape the evil Cruella De Vil. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 16:45:00 2014-12-24 18:05:00 \N \N 1961 AD,S \N 2824 t
+4608 35155 New: Sam & Mark's Christmas Sport Showdown eng The Awesome Foursome v The Ultimates The Awesome Foursome and the Ultimates compete for gold in this Christmas special. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N S \N 2825 t
+16048 32736 Movies Now eng \N The latest news and reviews of this week's film releases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:10:00 \N \N \N \N \N 2826 t
+16048 32775 Judge Judy eng \N New York City's outspoken family court judge Judy Sheindlin presides over a series of real-life cases and conflicts, trying to find solutions for all kinds of family issues. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 06:10:00 2014-12-21 06:30:00 \N \N \N S \N 2827 t
+16048 30234 The Memoirs of Sherlock Holmes eng The Dying Detective Series based on the stories of the great detective. Holmes enters the seedy underworld of London's Docklands to aid a young widow and take on a murderous doctor. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 06:30:00 2014-12-21 07:25:00 \N \N \N AD,S \N 2828 t
+16048 31856 Carry On at Your Convenience eng \N Comedy with the Carry On team starring Sid James and Kenneth Williams, 1971. A shop steward finds himself at loggerheads with the management at a lavatory factory \N 0 25 f 3 eng eng 1 0 0 \N 2014-12-21 07:25:00 2014-12-21 09:15:00 \N \N \N S \N 2829 t
+8274 16315 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 00:45:00 2014-12-21 03:00:00 \N \N \N \N \N 2830 t
+14784 2857 Walking On Sunshine? eng \N Winter is upon us, so why not swap the wind and chill for golden sandy beaches? Check out Holidays TV, updated daily with 100s of the latest great deals! Bliss. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 04:00:00 2014-12-21 08:00:00 \N \N \N \N \N 2831 t
+5888 52003 Clara Amfo eng \N Get out of bed with 1Xtra! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 10:00:00 \N \N \N \N \N 2837 t
+6848 61084 Sunday Morning eng \N James Jolly's selection of music includes Haydn's Quartet No 66 in G, Op 77, as part of a season of Haydn's late string quartets. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 09:00:00 2014-12-21 12:00:00 \N \N \N \N \N 2838 t
+26560 13713 Hit Music eng Late Nights : Danny Mylo All The Hits are on all night long! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 22:00:00 2014-12-23 00:00:00 \N \N \N \N \N 2847 t
+22208 4592 Stargate SG-1 eng Spirits Plans by Stargate Command and the NID to mine a planet populated by Coast Salish Indians run into trouble due to the mysterious spirits who protect the people and the planet. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N S \N 2848 t
+22208 4635 Stargate SG-1 eng Touchstone While attempting to return a stolen weather device to the planet of Madrona, O'Neill and the SG-1 team uncover a government agenda that has sinister implications. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N S \N 2849 t
+22208 4664 Sinbad eng \N Sinbad comes clean about his curse when the Providence is lost in a bet. With time running out, they need to get the ship back fast. Ashley Walters guest stars. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 3 \N \N S,AD 1 2850 t
+6720 64336 Newsbeat eng \N The latest news from around the UK and around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 12:45:00 2014-12-19 13:00:00 \N \N \N \N \N 2851 t
+6720 64337 Scott Mills eng \N Scott entertains the nation. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 16:00:00 \N \N \N \N \N 2852 t
+4352 53177 BBC News eng \N The latest national and international news stories from the BBC News team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N S \N 2853 t
+4352 53178 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:30:00 \N \N \N S \N 2854 t
+4352 58113 Dylan Thomas eng Rock and Roll Poet From Swansea to New York, actor Michael Sheen and singer Cerys Matthews are among those paying tribute to the work and life of poet Dylan Thomas. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 10:30:00 2014-12-21 11:00:00 \N \N \N S \N 2855 t
+6016 40263 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 05:05:00 2014-12-23 06:00:00 \N \N \N \N \N 2971 t
+5760 59388 25 Years of Rock eng 1976 Stuart Grundy presents a series looking back on the events and music of each year from 1955 to 1979, featuring archive recordings and news read by Bill Bingham. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 01:00:00 2014-12-24 02:00:00 22 30 \N \N \N 2859 t
+5760 59630 Way Out West: The Bristol... eng 2/4 David Quantick examines how in the 1980s with punk dead, the mood changed in Bristol from the angry political nihilism of bands like The Pop Group to the funk of Pigbag. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:30:00 \N \N \N \N \N 2860 t
+5760 59390 6 Music Live Hour eng \N Chris Hawkins presents the Rolling Stones at Leeds University in 1971 and sessions from the Deighton Family and the Lobster Boat Band. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 02:30:00 2014-12-24 03:30:00 \N \N \N \N \N 2861 t
+6016 40266 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:05:00 \N \N \N \N \N 3159 t
+5824 38477 Doctor Who: Hornets' Nest eng The Dead Shoes, pt 2 The Time Lord concludes his tale of the alien-infested ballet pumps in 1930s Cromer. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:30:00 4 10 \N \N \N 2862 t
+5824 38678 Bette in Britain eng \N 4 Extra Debut. Susan George tells the story of Hollywood icon Bette Davis's visits to Britain and her impact on show business here. From June 2008. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 06:30:00 2014-12-19 07:00:00 \N \N \N \N \N 2863 t
+5824 38352 Do Nothing 'Til You Hear From Me eng I Get Along Without You Very Well When Barry's wife walks out, Roy knows the best way to get her back, until rum intervenes. Stars Don Warrington. From July 2005. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:30:00 2 4 \N \N \N 2864 t
+5824 38681 The Rest Is History eng \N Frank Skinner and his guests explore funny, odd and interesting moments in history. With historian Dr Kate Williams, and guests Dave Gorman and Sara Pascoe. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 07:30:00 2014-12-19 08:00:00 1 6 \N \N \N 2865 t
+5824 38354 Hancock's Half Hour eng The Monte Carlo Rally The lad competes in the famous motor race in a very classic car provided by Sid. Stars Tony Hancock and Sid James. From January 1955. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:30:00 \N \N \N \N \N 2866 t
+5824 38355 The Men From the Ministry eng The Moving Target The bungling duo takes charge of Britain's first space launch. Stars Deryck Guyler and Richard Murdoch. From July 1970. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N \N \N 2867 t
+5696 40178 Coming up on 5 live sports extra eng \N Coming up at 2.55pm on Boxing Day, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-23 12:00:00 2014-12-23 18:00:00 \N \N \N \N \N 2873 t
+4608 36284 Our School eng Behave Yourself Documentary series. Jamie's behaviour is holding him back, and Jessica just can't keep quiet. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:30:00 \N \N \N S \N 2874 t
+4608 36285 Our School eng The Beautiful Game Documentary series. Nathan and Alex battle it out for a place on the football team. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 12:30:00 2014-12-22 13:00:00 \N \N \N S \N 2875 t
+4608 36286 Our School eng Nothing to Be Scared Of Documentary series. Mae and Reece are finding Our School a bit scary. Meanwhile, Corey plays the class clown. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N S \N 2876 t
+4608 36287 Our School eng Love Is in the Air Documentary series following a group of students as they go from primary to secondary school. Love is in the air. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 13:30:00 2014-12-22 13:55:00 \N \N \N S \N 2877 t
+4608 36288 Our School eng Christmas is Coming Documentary series following a group of students as they go from primary to secondary school. It is the end of term and Christmas festivities begin. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 13:55:00 2014-12-22 14:25:00 \N \N \N S \N 2878 t
+4608 35902 Dragons - Defenders of Berk eng The Night and the Fury Animated series. Astrid sets the gang a training mission on an island inhabited by wild dragons, where Hiccup runs into an old enemy. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 14:25:00 2014-12-22 14:50:00 3 20 \N S \N 2879 t
+4608 35900 Arthur eng Based On a True Story, Part One Animation following the adventures of a young aardvark and his friends. A new kid in town charms Arthur and friends with her amazing stories. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 14:50:00 2014-12-22 15:00:00 \N \N \N S \N 2880 t
+4672 51756 Woolly & Tig eng The Play Special episode of the preschool show. Tig loves going to see plays. Tig wants to be in a play herself and to dress up. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:15:00 \N \N \N S \N 2889 t
+4672 51757 Kate and Mim-Mim eng A Christmas Wish Animated series. It's a stormy Christmas Eve, and Kate worries that Dad won't get home in time to put the star on the Christmas tree. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 12:15:00 2014-12-20 12:35:00 \N \N \N S \N 2890 t
+4672 51758 Waybuloo eng Lau Lau's Picture Series set in the magical land of Nara, inhabited by the joyful and gentle Piplings. Lau Lau makes a picture of Nara as a surprise present for Yojojo's home. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 12:35:00 2014-12-20 13:00:00 \N \N \N S \N 2891 t
+4672 51759 Show Me Show Me eng Winter Special Imaginative fun for young children. Chris, Pui and all the toys listen out for winter sounds. There are plenty of winter songs and some very special guests too. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:20:00 \N \N \N S \N 2892 t
+4672 51760 Tilly and Friends eng Doodle and the Apple Tree Animation. Doodle loves apples, but the fruit bowl has only got grapes in it and they just don't fill up her tummy properly. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 13:20:00 2014-12-20 13:35:00 \N \N \N S \N 2893 t
+6016 39935 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 22:05:00 2014-12-19 22:32:00 \N \N \N \N \N 2894 t
+4672 51761 Mr Bloom's Nursery eng Hoe! Hoe! Hoe! Special Christmas episode of the children's gardening show. The Veggies are visiting a log cabin for Christmas, but it needs decorating. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 13:35:00 2014-12-20 14:00:00 \N \N \N S \N 2895 t
+4672 52973 A CBeebies Christmas Carol eng \N Miserly Ebenezer Scrooge needs some CBeebies magic to help him care for those around him and share the joy of Christmas! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:40:00 \N \N \N AD,S,SL \N 2896 t
+4672 51763 Small Potatoes eng This Is My Family Animated series about a group of singing potatoes. The Small Potatoes sing about the importance of family and friends in this heartfelt ballad. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 14:40:00 2014-12-20 14:45:00 \N \N \N S,SL \N 2897 t
+4672 51764 Something Special: We're All Friends eng My Pets Educational series for four- to seven-year-old children with learning difficulties. Justin visits Jaydeen and her pet rabbits, gerbils and dog. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 14:45:00 2014-12-20 15:05:00 18 25 \N S \N 2898 t
+7168 34503 Radio 2 in Concert eng Take That Take That reconvene after a four year hiatus to perform at the intimate setting of the Radio Theatre in the heart of London, where they prove that three is the magic number! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 20:00:00 2014-12-24 00:00:00 \N \N \N \N \N 2899 t
+8381 14850 The Jonathan Ross Show Christmas eng \N Finishing the current series with a festive edition, Jonathan Ross welcomes David Walliams, Barbara Windsor, Lewis Hamilton, Jimmy Carr, Ed Sheeran and Idina Menzel. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:30:00 \N \N \N S \N 2900 t
+4544 47732 The Fir Tree eng \N Film telling the story of a Christmas tree through the 'voice' of the tree itself. The tree has big ambitions, doing everything it can to grow so tall that it reaches the sky. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:00:00 \N \N \N S \N 2909 t
+4544 47097 This Is BBC Four eng \N BBC Four is the BBC channel for people who want more. More depth, more range, more to stimulate the mind. More daily from 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 04:00:00 2014-12-22 05:30:00 \N \N \N \N \N 2910 t
+4544 45507 This Is BBC Four eng \N BBC Four is the BBC channel for people who want more. More depth, more range, more to stimulate the mind. More daily from 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 05:30:00 2014-12-22 18:58:00 \N \N \N \N \N 2911 t
+5952 53420 Nihal eng \N Discussion and debate on the big issues affecting British Asians. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 13:00:00 \N \N \N \N \N 2918 t
+8281 17169 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 22:45:00 2014-12-24 23:00:00 \N \N \N S \N 2924 t
+8281 20375 Christmas Carols on ITV eng \N Aled Jones, Mica Paris, Lucy Kay and Collabro joins the congregation of St. Mary's Church in Prestwich, Manchester for their traditional candlelit Christmas Eve carol service. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N S \N 2925 t
+4672 52071 Christmas Adventures of Abney and Teal eng CBeebies Bedtime Hour. The Perfect Tree Abney and Teal search for the perfect tree to put their presents under. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:10:00 \N \N \N AD,S \N 2932 t
+4672 52072 64 Zoo Lane eng CBeebies Bedtime Hour. The Story of Tallulah the Toucan Cartoon about Lucy, who is told stories by the animals in the zoo next door. Adam tries to help Tallulah overcome her fears. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 18:10:00 2014-12-23 18:20:00 \N \N \N S \N 2933 t
+4672 52073 In the Night Garden eng CBeebies Bedtime Hour. Hiding in Flowerpots The Pontipines set off for a walk and Mr and Mrs Pontipine lose the children. Which flowerpot are they hiding in? Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 18:20:00 2014-12-23 18:50:00 \N \N \N S \N 2934 t
+4672 52074 New: CBeebies Christmas Bedtime Stories eng CBeebies Bedtime Hour. The Nutcracker An exciting story read by a special guest. Sir Derek Jacobi reads the classic Christmas tale The Nutcracker. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 18:50:00 2014-12-23 18:58:00 \N \N \N S \N 2935 t
+4672 49168 This is CBeebies! eng \N CBeebies is the BBC channel for under sixes, encouraging children to learn through play. You can join the fun every day from 6.00am to 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 18:58:00 2014-12-24 05:30:00 \N \N \N \N \N 2936 t
+6784 51767 Clare Teal eng \N Clare Teal joins the BBC Big Band in concert at Town Hall Birmingham to celebrate 'A Swinging Christmas'. Guests include singers Matthew Ford, Mica Paris and Joanne Shaw Taylor. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:00:00 \N \N \N \N \N 2958 t
+6784 51768 Don Black eng \N The award-winning lyricist presents a selection of iconic and seasonal songs, including from Mel Torme, Nancy Wilson, Frank Sinatra, June Christy and Louis Armstrong. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 2959 t
+6912 55203 The Kitchen Cabinet eng Jay Rayner hosts the culinary panel programme. Salisbury Jay and the panel take questions on eating and drinking from an audience in Salisbury. \N \N \N \N 3 eng \N 9 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:30:00 2 7 \N \N \N 2960 t
+6912 55488 Character Studies with Alexander McCall Smith eng Alexander McCall Smith explores the work of writers and their popular characters from literature, drama and comedy \N \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 15:30:00 2014-12-23 16:00:00 \N \N \N \N \N 2961 t
+6912 55205 Word of Mouth eng Adventures in language. Ebola - How should we talk about it? Michael Rosen talks about the language we use for Ebola and the words used though history for disease and epidemics. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N \N \N 2962 t
+6912 55206 Great Lives eng Biographical series presented by Matthew Parris. Michael Young Brian Eno champions the life and work of sociologist and social reformer Michael Young. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 3 8 \N \N \N 2963 t
+6912 55207 PM eng \N Eddie Mair presents coverage and analysis of the day's news. Including Weather at 5.57pm. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 2964 t
+6016 40257 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:05:00 \N \N \N \N \N 2965 t
+6016 40258 Outlook eng \N Personal stories behind the news from all over the world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-23 03:05:00 2014-12-23 04:00:00 \N \N \N \N \N 2966 t
+6016 40259 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:05:00 \N \N \N \N \N 2967 t
+6016 40260 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 04:05:00 2014-12-23 04:32:00 \N \N \N \N \N 2968 t
+6016 40261 Discovery eng \N In-depth exploration of the most significant scientific and technological ideas, discoveries and debates. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 04:32:00 2014-12-23 05:00:00 \N \N \N \N \N 2969 t
+17609 19651 Jackpot247 eng \N \N \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 00:45:00 2014-12-21 03:00:00 \N \N \N \N \N 6731 t
+5696 40433 Rugby Union eng \N 5 live sports extra joins BBC local radio for live rugby union commentary on Gloucester v Bath in the Aviva Premiership. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 17:25:00 2014-12-20 19:30:00 \N \N \N \N \N 2976 t
+6720 64414 Greg James eng \N Another Ten-Minute Take-Over from 6.00pm and more musical goodness. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 2991 t
+4736 62999 Vernon Bogdanor Lecture eng \N Professor Vernon Bogdanor delivers a lecture on the 1945 general election at the Museum of London, from Tuesday 11 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 12:55:00 2014-12-24 13:50:00 \N \N \N \N \N 2995 t
+4736 63000 Westminster Hall eng \N Recorded coverage of a debate in Westminster Hall on UK-German relations within the EU, led by Conservative MP Sir Bill Cash, from Tuesday 18 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 13:50:00 2014-12-24 15:20:00 \N \N \N \N \N 2996 t
+5824 39033 Three Men in a Boat eng \N George, Harris and J enjoy a holiday on the River Thames from Kingston to Oxford, with Montmorency the dog. Stars Jeremy Nicholas. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:30:00 1 3 \N \N \N 2997 t
+5824 38737 Stop Messing About! eng \N Two Hell's Angels woo a waitress, and love is in the air. Stars Kenneth Williams, Hugh Paddick and Joan Sims. From May 1970. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 15:30:00 2014-12-21 16:00:00 5 13 \N \N \N 2998 t
+5824 38738 Mel's Mix eng \N Mel Giedroyc brings you some of best bits of the past week on the 4 O'Clock Show, including a tour of Sir Quentin Blake's studio and the reason why Christmas crackers go bang! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N \N \N 2999 t
+5824 38739 Louisa May Alcott - Little Women eng Aunt March Settles the Question Father returns for Christmas and Meg gets a proposal. Stars Buffy Davis, Jemma Redgrave and Gayle Hunnicutt. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:30:00 6 6 \N \N \N 3000 t
+5824 38740 Captain Kidd and the First Fifteen eng \N Harry's health is failing fast, while Captain Kidd thinks he has cheated justice. Stars Polly James and Philip Voss. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 17:30:00 2014-12-21 18:00:00 6 6 \N \N \N 3001 t
+6912 54970 Six O'Clock News eng \N The latest national and international news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:15:00 \N \N \N \N \N 3007 t
+6912 56305 From Fact to Fiction eng \N Topical drama. Writers create a fictional response to a story in the week's news. By Marcy Kahan. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:15:00 1 8 \N \N \N 3009 t
+6912 54973 Saturday Review eng \N Tom Sutcliffe chairs sharp, critical discussion of the week's cultural events. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 19:15:00 2014-12-20 20:00:00 \N \N \N \N \N 3010 t
+6912 55070 Archive on 4 eng Peter and the Wolf Christopher Frayling explores the untold story of Prokofiev's Peter and the Wolf, a story that has radically changed its meaning since its premier in 1936. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 3011 t
+4170 57886 Christmas of My Lifetime with Len Goodman eng \N Len Goodman takes four famous faces back to their Christmases of yore. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:30:00 16 16 \N AD,S \N 3012 t
+6016 40267 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 07:05:00 2014-12-23 08:00:00 \N \N \N \N \N 3160 t
+4170 56480 Wallace and Gromit in The Curse of the Were-Rabbit eng \N Inventor Wallace and his dog Gromit's pest control business is called into action when a giant rabbit terrorises their town's vegetable patches. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 13:50:00 2014-12-24 15:05:00 \N \N 2005 AD,S \N 3015 t
+4288 42958 Bad Education eng Swimming Gala It's the Abbey Grove swimming gala and Alfie's class compete in the synchronised diving. Contains adult humour. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 00:10:00 2014-12-22 00:40:00 1 6 \N AD,S \N 3018 t
+4288 42173 Cuckoo eng A New Beginning A painful operation and a mysterious stranger conspire to make life less simple for Ken. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 00:40:00 2014-12-22 01:10:00 1 7 \N AD,S \N 3019 t
+4288 42174 Cuckoo eng Potato Party Comedy. Dylan plans a party in order to seduce Zoe. Dale is looking for a path in life, and alights on Cuckoo's potato van. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 01:10:00 2014-12-22 01:35:00 2 7 \N AD,S \N 3020 t
+4288 42175 Cuckoo eng Tribunal Comedy series. Ken defends Steve for medical malpractice. Ben wants to set Dale up with one of Rachel's friends. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 01:35:00 2014-12-22 02:05:00 3 7 \N AD,S \N 3021 t
+4288 42176 Cuckoo eng Funeral When Ken's old professor's dying wish goes wrong, Dale and Ken turn up at the funeral. Contains adult humour and some strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 02:05:00 2014-12-22 02:35:00 4 7 \N AD,S \N 3022 t
+4288 42916 Cuckoo eng Ken at Work The senior partner at Ken's firm is retiring and Ken is in line for succession. Contains some strong language and some sexual content. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 02:35:00 2014-12-22 03:00:00 5 7 \N AD,S \N 3023 t
+5760 59349 The Tom Robinson Show eng \N Tom presents his unique mix of music including BBC Introducing tracks, plus he is joined by Jason from Sleaford Mods, who curates the After-Hour, the final hour of the show. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 21:00:00 2014-12-21 00:00:00 \N \N \N \N \N 3028 t
+6016 39900 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:05:00 \N \N \N \N \N 3033 t
+6016 39902 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:05:00 \N \N \N \N \N 3035 t
+6016 39903 World Update eng \N News and issues making the headlines each day. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 10:05:00 2014-12-19 11:00:00 \N \N \N \N \N 3036 t
+6016 39904 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:05:00 \N \N \N \N \N 3037 t
+6016 39905 Outside Source eng \N The world is our Newsroom - join us as we find out what is happening right now around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 11:05:00 2014-12-19 12:00:00 \N \N \N \N \N 3038 t
+5632 36274 Stephen Nolan eng \N The day's main news stories, topical debate and interviews. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 22:00:00 2014-12-22 01:00:00 \N \N \N \N \N 3042 t
+4287 55602 The Crimson Wing eng \N Documentary looking at the life cycle of the crimson-winged flamingos that arrive in great numbers on Lake Natron in northern Tanzania every year. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 06:10:00 2014-12-24 07:20:00 \N \N \N S \N 3050 t
+4287 55603 Canterbury Cathedral eng Pilgrims and Progress A year in the life of Canterbury Cathedral. Canon Clare travels to York for the vote on women bishops and the cathedral remembers the Great War. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 07:20:00 2014-12-24 08:20:00 3 3 \N AD,S \N 3051 t
+4287 55604 One of Our Dinosaurs is Missing eng \N Disney yarn about a group of spirited British nannies who become involved in a race with the inscrutable Chinese intelligence service. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 08:20:00 2014-12-24 09:55:00 \N \N 1976 S \N 3052 t
+4352 51175 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N S \N 3053 t
+4352 51176 Sportsday eng \N A round-up of the day's sporting events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N S \N 3054 t
+4352 51177 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N S \N 3055 t
+4352 51178 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:45:00 \N \N \N S \N 3056 t
+4352 51179 Newswatch eng \N Viewers' opinions on the coverage of major stories by BBC News, addressed by the editors and decision makers in charge. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 20:45:00 2014-12-19 21:00:00 \N \N \N S \N 3057 t
+5696 40147 Rugby Union eng \N 5 live sports extra joins BBC local radio for live rugby union commentary from the Aviva Premiership as Northampton face Leicester. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 15:10:00 2014-12-20 17:15:00 \N \N \N \N \N 3058 t
+5696 40148 Coming up on 5 live sports extra eng \N Coming up at 5.25pm, rugby union commentary on Gloucester v Bath from the Aviva Premiership. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 17:15:00 2014-12-20 17:25:00 \N \N \N \N \N 3059 t
+28352 2305 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:30:00 \N \N \N \N \N 3060 t
+23712 3325 Don't Tell the Bride eng \N Marital mayhem in the Irish reality show. David is on course to give fiancee Niamh the gothic wedding she desires - until the bride sets her heart on a classic affair instead. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N S \N 3062 t
+23712 3326 Don't Tell the Bride eng Nathan and Nicky Brave brides hand over planning duties to their grooms. Country boy Nathan attempts to impress bride-to-be Nicky with his unique take on a farm wedding. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N S \N 3063 t
+23712 3327 Escape to the Country eng Dorset Homeowners look for their dream rural retreat. Denise Nurse is in Dorset, helping a couple who have just moved back to the UK after four years in France. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N AD,S \N 3064 t
+4287 53747 Empire - Learning Zone eng \N Jeremy Paxman travels the world exploring different aspects of the British Empire. He looks at the characters who created an empire four times the size of ancient Rome's. Also in HD. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:00:00 \N \N \N S \N 3077 t
+4287 53748 Design Challenge eng \N Six teams of children tackle design challenges, such as making a bird hide, creating a moving window display or designing a nightlight, all aided by three talented young engineers. Also in HD. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 \N \N \N S \N 3078 t
+4287 53749 Gastro Lab eng \N Stefan Gates presents a cooking show that adds a splash of science and a few grams of history to uncover the secrets behind some well-loved dishes. Also in HD. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N S \N 3079 t
+6848 61085 Private Passions eng \N Michael Berkeley's guest is fashion designer Dame Vivienne Westwood. Her musical choices include Ravel, Stravinsky, Milhaud, Bach, Handel, Alcina, Larry Williams and Mussorgsky. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 3080 t
+6848 61252 EBU Day of Christmas Music eng \N The first part of Radio 3's annual day of Christmas music from around Europe, with a series of live and specially recorded concerts. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 13:00:00 2014-12-21 15:00:00 \N \N \N \N \N 3081 t
+4352 53182 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 12:00:00 2014-12-21 12:30:00 \N \N \N S \N 3085 t
+4352 53183 The Travel Show eng \N Series showcasing the best of travel across the globe. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:00:00 \N \N \N S \N 3086 t
+4352 53184 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N S \N 3087 t
+4352 53185 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:30:00 \N \N \N S \N 3088 t
+4352 53186 Politics Europe eng \N Andrew Neil with the latest news from Europe, including interviews with MEPs, reports from the European Parliament and a guide to the inner workings of the European Union. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 14:30:00 2014-12-21 15:00:00 \N \N \N S \N 3089 t
+5760 59391 6 Music's Jukebox eng \N Chris Hawkins takes you through the early hours playing back-to-back music, plus exclusive BBC sessions and his Spotlight Act. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 03:30:00 2014-12-24 05:00:00 \N \N \N \N \N 3090 t
+5760 59392 Chris Hawkins eng \N The Hawk asks what mundane things are niggling you in the Wednesday Whine. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 05:00:00 2014-12-24 07:00:00 \N \N \N \N \N 3091 t
+4608 65369 Sidekick eng Maxum Man Mark 2 Animated series. Eric and Trevor try to clone Maxum Man, but they end up with a half-human, half-hamster monster instead. Also in HD. Followed by Minuscule. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:15:00 \N \N \N AD,S \N 3103 t
+4608 36290 Operation Ouch! eng \N Dr Chris and Dr Xand experiment and explore their way through the fascinating world of medicine and biology. The doctors experiment on their muscles to show how they work. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 15:15:00 2014-12-22 15:50:00 1 13 \N S,SL \N 3104 t
+4608 35903 All at Sea eng Chicken Charlie and his family run a bed and breakfast by the sea. Charlie and his pals find themselves in conflict with their families, their neighbour and a local organic chef. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 15:50:00 2014-12-22 16:20:00 \N \N \N AD,S \N 3105 t
+4608 36291 4 O'Clock Club eng Cross Country Josh and the gang are accidentally picked for Mr Nunn's cross country team. Meanwhile, Mr Bell's new statue gets damaged. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 16:20:00 2014-12-22 16:50:00 4 13 \N S \N 3106 t
+4608 36292 Nowhere Boys eng \N Drama series. The boys' survival instincts kick into gear as they scavenge for food and set up a home in a derelict shed, continuing to come to terms with their new reality. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 16:50:00 2014-12-22 17:20:00 3 13 \N AD,S \N 3107 t
+4608 36492 Nativity! eng \N Comedy starring Martin Freeman and Ashley Jensen. A teacher brags that his ex, a Hollywood producer, is thinking of turning his school's Nativity play into a film. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 17:20:00 2014-12-22 18:58:00 \N \N 2009 AD,S \N 3108 t
+6848 60956 Through the Night eng \N Catriona Young with music, including Gounod, Grieg, Faure, Tchaikovsky Wolf, Strauss, Kajanus, Aulin, Jiranek, Mozart, Boeck, Telemann, Haydn, Faure, Biber, Wagner, Bach, Sibelius. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 01:00:00 2014-12-20 07:00:00 \N \N \N \N \N 3124 t
+27360 18038 Gloucester Rugby v Bath Rugby eng \N Aviva Premiership rugby from Kingsholm. Bath won the last local derby 18-17 when these clubs met in April for a fiery clash featuring five yellow cards and two reds, both for Gloucester. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:30:00 \N \N \N \N \N 3125 t
+27360 18039 Wasps v London Irish eng \N Aviva Premiership action sees the Exiles travel to face a Wasps side playing their first ever home game at the Ricoh Arena since making the move to Coventry from Wycombe. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 13:30:00 2014-12-22 15:00:00 \N \N \N \N \N 3126 t
+5888 51995 Clara Amfo eng \N Get out of bed with 1Xtra! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 10:00:00 \N \N \N \N \N 3127 t
+5952 53421 Asian Network Reports eng \N All the news you need to hear at lunchtime. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N \N \N 3128 t
+5952 53422 Noreen Khan eng \N Take a walk down memory lane in the Old Skool Hour, get a fix of the day's top showbiz stories in the Hot 5 and pick your tune in the Khandaan Takeover. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 13:30:00 2014-12-22 17:00:00 \N \N \N \N \N 3129 t
+18112 36263 ROY eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 09:20:00 2014-12-21 09:50:00 \N \N \N \N \N 3133 t
+18112 36479 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 09:50:00 2014-12-21 10:15:00 \N \N \N \N \N 3134 t
+18112 36480 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 10:15:00 2014-12-21 10:40:00 \N \N \N \N \N 3135 t
+18112 36481 Wolfblood eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 10:40:00 2014-12-21 11:10:00 \N \N \N \N \N 3136 t
+18112 36482 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 11:10:00 2014-12-21 11:40:00 \N \N \N \N \N 3137 t
+18112 36483 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 11:40:00 2014-12-21 12:05:00 \N \N \N \N \N 3138 t
+6784 51684 The Radio 2 Arts Show with Claudia Winkleman eng \N Claudia looks back at the best films, books, theatre and TV of 2014 as well as taking a peek at the Christmas TV schedule with Boyd Hilton. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 22:00:00 2014-12-20 00:00:00 \N \N \N \N \N 3139 t
+6784 51778 After Midnight eng \N Music and conversation after midnight with OJ Borg, featuring Record and Album of the Week. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 03:00:00 \N \N \N \N \N 3140 t
+6912 55208 Six O'Clock News eng \N The latest national and international news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 3141 t
+6912 55490 Cabin Pressure eng Sitcom about the ups and downs of a charter airline. Zurich, Part 1 As Martin decides whether to take his new job, is this the end for MJN Air? \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 1 2 \N \N \N 3142 t
+6912 55210 The Archers eng \N Phoebe is stuck between a rock and a hard place, and Charlie has a suggestion for Adam. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:15:00 \N \N \N \N \N 3143 t
+6912 55211 Front Row eng \N Arts news, interviews and reviews. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 19:15:00 2014-12-23 19:45:00 \N \N \N \N \N 3144 t
+6912 55491 15 Minute Drama eng The Skool Days of Nigel Molesworth, by Patrick Barlow and George Poles. A Tour of the Cages Molesworth and his friend Peason explain the different types of masters. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 19:45:00 2014-12-23 20:00:00 2 5 \N \N \N 3145 t
+6912 55492 Terror and the Oxygen of Publicity eng \N Gordon Corera, the BBC's security correspondent, examines how terrorists use the oxygen of publicity, how governments attempt to starve them of it, and the media response. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:40:00 \N \N \N \N \N 3146 t
+6912 55214 In Touch eng \N News, views and information for people who are blind or partially sighted. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 20:40:00 2014-12-23 21:00:00 \N \N \N \N \N 3147 t
+27840 5221 Top Quality Gemstones from Around the World eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 3148 t
+27840 5222 Top Quality Gemstones from Around the World eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N \N \N 3149 t
+6016 40264 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:05:00 \N \N \N \N \N 3157 t
+6016 40265 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 06:05:00 2014-12-23 07:00:00 \N \N \N \N \N 3158 t
+6016 40268 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:05:00 \N \N \N \N \N 3161 t
+6016 40269 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 08:05:00 2014-12-23 08:32:00 \N \N \N \N \N 3162 t
+6016 40270 Business Daily eng \N The daily drama of money and work from the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 08:32:00 2014-12-23 08:50:00 \N \N \N \N \N 3163 t
+6016 40271 Witness eng \N The story of our times told by the people who were there. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 08:50:00 2014-12-23 09:00:00 \N \N \N \N \N 3164 t
+6720 64416 Dan and Phil eng \N Dan and Phil go a journey through the Internet Takeovers so far, including Zoella, Alfie Deyes, SprinkleofGlitter and Tomska. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 3165 t
+6720 64417 Phil Taggart eng \N Phil Taggart sits in for Huw Stephens with your late-night new music fix. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 22:00:00 2014-12-23 01:00:00 \N \N \N \N \N 3166 t
+22336 58600 How I Met Your Mother eng The Fight Ted and Barney get involved in a fight at their local bar, to find out what it's like and impress Robin, respectively, but it's their friend Doug who does all the real fighting. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 \N \N \N AD,S \N 3167 t
+22336 58867 How I Met Your Mother eng Little Minnesota It's Christmas time and both Marshall and Robin are feeling homesick in New York. Ted tries to keep his immature younger sister Heather away from Barney. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 \N \N \N AD,S \N 3168 t
+22336 58601 The Big Bang Theory eng The Stag Convergence Leonard, Sheldon and Raj throw a bachelor party for Howard, during which some stories about his sexual history are accidentally revealed. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N AD,S \N 3169 t
+22336 58602 The Big Bang Theory eng The Launch Acceleration When NASA informs Howard that his space mission has been rescheduled to an earlier date, he tries to use the wedding as an excuse not to go. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N AD,S \N 3170 t
+22336 58603 Rude(ish) Tube eng \N Rude Tube's naughty little sister discovers some slightly less rude (but still cheeky) online videos, including extreme unicycling, a very bad mystic cat and some incredible frisbee shots. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:25:00 \N \N \N S \N 3171 t
+28480 11873 Frances and Friends eng \N Talk show hosted by Frances Swaggart, covering current events from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 15:00:00 2014-12-22 17:00:00 \N \N \N \N \N 3172 t
+22336 58604 Hollyoaks eng \N Sinead's life hangs in the balance, while Ste and John Paul's relationship is on shaky ground again. Nancy is desperate for more pills and has to decide whose help she needs most. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 20:25:00 2014-12-24 21:00:00 \N \N \N S \N 3173 t
+4168 56435 John Bishop's Christmas eng \N John Bishop's Christmas Show is an all-singing, all-dancing festive comedy spectacular, featuring big names in music and comedy and plenty of Christmas treats and surprises. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N S \N 3174 t
+4168 51739 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:25:00 \N \N \N S \N 3175 t
+4168 52593 North West Tonight eng \N The latest news, sport and weather for the North West of England. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:25:00 2014-12-22 22:35:00 \N \N \N S \N 3176 t
+4168 56436 Mrs Brown's Boys eng Mammy Christmas Agnes Brown finds herself facing her busiest Christmas yet. Contains adult humour and some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 22:35:00 2014-12-22 23:05:00 1 2 \N S \N 3177 t
+4168 51743 Citizen Khan eng A Khan Family Christmas Family sitcom. Mr Khan has been given the honour of placing the star on top of the Sparkhill interfaith Christmas tree. Shazia has other plans. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 23:05:00 2014-12-22 23:35:00 7 7 \N AD,S \N 3178 t
+4168 51744 The Graham Norton Show eng \N Chat show. Graham's guests for a bumper Christmas episode are Ben Stiller, Ricky Gervais, Rebel Wilson, Jamie Foxx, Cameron Diaz, Danny Dyer and Usher. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 23:35:00 2014-12-23 00:25:00 12 22 \N S \N 3179 t
+24480 3548 Vintage After Midnight eng \N Can't sleep? Or partying into the early hours? Make Vintage TV your companion. We're here to help you make it through the night with a smile on your sleepy face, we hope. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 06:00:00 \N \N \N \N \N 3183 t
+13024 51279 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 07:00:00 2014-12-22 09:05:00 \N \N \N \N \N 3184 t
+4736 63001 UK Relations with Hong Kong Committee eng \N Recorded coverage of the Foreign Affairs Committee session on the UK's relations with Hong Kong, 30 years after the Joint Declaration, from Tuesday 04 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 15:20:00 2014-12-24 17:05:00 \N \N \N \N \N 3185 t
+4736 63002 Lord Hennessy Lecture eng \N Lord Hennessy delivers a lecture on Parliament and the State in the State Apartments of the Palace of Westminster, from Tuesday 18 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 17:05:00 2014-12-24 17:45:00 \N \N \N \N \N 3186 t
+4736 63003 Scottish Parliament eng \N Recorded coverage of first minister Nicola Sturgeon making a statement on her Programme for Government to MSPs, from Wednesday 26 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 17:45:00 2014-12-24 19:15:00 \N \N \N \N \N 3187 t
+4608 35156 New: Katie Morag eng Katie Morag and the Golden Treasure Live action children's show set in Scotland. Katie comes across a mystery map which shows her where to find treasure. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:20:00 1 12 \N AD,S \N 3188 t
+4608 35157 Dragons eng Gift of the Night Fury Festive animated short featuring characters from How to Train Your Dragon. Hiccup helps Toothless when the other dragons leave Berk ahead of the Viking winter holiday. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 18:20:00 2014-12-19 18:40:00 \N \N 2011 S \N 3189 t
+4608 35158 Diddy Movies eng Christmas, Christmas! When Santa turns out to be an evil mechanical robot, it's up to Jolly Elf and Merry Elf (Diddy Dick and Dom) to save Christmas! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 18:40:00 2014-12-19 18:58:00 \N \N \N S \N 3190 t
+4608 61679 This is CBBC! eng \N Join the CBBC crew for all your favourite programmes, plus loads more! Tune into CBBC every day from 7.00am to 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 18:58:00 2014-12-20 05:30:00 \N \N \N \N \N 3191 t
+5824 39051 Weird Tales eng Connected, by Melissa Murray After her brother-in-law's death, sad Steph rings his mobile to hear his voice. Next day he rings back. Stars Fiona Glascott. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:30:00 \N \N \N \N \N 3192 t
+5824 39052 The Scarifyers - The Magic Circle eng \N Professor Dunning is saving Great Britain alone. To find old ally Lionheart, he must ask Harry Crow for aid. Stars David Warner. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 1 4 \N \N \N 3193 t
+5824 38743 Garrison Keillor's Radio Show eng \N The festive funny man's highlights from Christmases past. Including legendary folk singer Odetta and soprano Renee Fleming. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 3194 t
+5824 39034 Three Men in a Boat eng \N George, Harris and J enjoy a holiday on the River Thames from Kingston to Oxford, with Montmorency the dog. Stars Jeremy Nicholas. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 20:30:00 1 3 \N \N \N 3195 t
+5824 38745 Stop Messing About! eng \N Two Hell's Angels woo a waitress, and love is in the air. Stars Kenneth Williams, Hugh Paddick and Joan Sims. From May 1970. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 20:30:00 2014-12-21 21:00:00 5 13 \N \N \N 3196 t
+4170 56479 Merry Madagascar eng \N Seasonal short. When Santa crashes into Madagascar and ends up with amnesia, the animals decide to deliver his presents themselves and hopefully get back to New York City. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 15:05:00 2014-12-24 15:25:00 \N \N 2009 S \N 3199 t
+4170 56481 Shrek the Halls eng \N Festive animated comedy. Shrek (Mike Myers) just wants to have a nice quiet Christmas with Fiona and the baby ogres. Donkey, however, is full of holiday cheer and has other ideas. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 15:25:00 2014-12-24 15:50:00 \N \N \N AD,S \N 3200 t
+4170 56482 The Gruffalo's Child eng \N Animated film based on the classic children's picture book. A little Gruffalo ignores her father's warnings and tiptoes out into the snow in search of the Big Bad Mouse... Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 15:50:00 2014-12-24 16:15:00 \N \N 2011 AD,S \N 3201 t
+4170 56483 On Angel Wings eng On Angel Wings Magical reworking of the Nativity by Michael Morpurgo. A grandfather explains how, as a shepherd boy, he was taken by the angel Gabriel to visit the Christ child. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 16:15:00 2014-12-24 16:45:00 \N \N \N AD,S \N 3202 t
+28480 11874 Donnie Swaggart eng \N The Preaching Ministry of Donnie Swaggart, recorded at Family Worship Center Church in Baton Rouge, LA \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 17:00:00 2014-12-22 19:00:00 \N \N \N \N \N 3203 t
+4288 42951 Cuckoo eng Neighbourhood Watch Comedy series about a cuckoo in the family nest. A night-time intruder leaves Ken questioning his manliness. Contains strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:30:00 6 7 \N AD,S \N 3205 t
+4288 43970 Bad Education eng Swimming Gala It's the Abbey Grove swimming gala and Alfie's class compete in the synchronised diving. Contains adult humour. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:00:00 1 6 \N AD,S \N 3206 t
+4288 41874 This Is BBC Three eng BBC Three Refreshing TV for the digital age. Tune in daily from 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 04:00:00 2014-12-22 05:30:00 \N \N \N \N \N 3207 t
+4288 39917 This Is BBC Three eng BBC Three Refreshing TV for the digital age. Tune in daily from 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 05:30:00 2014-12-22 18:58:00 \N \N \N \N \N 3208 t
+4736 62743 Westminster in Review eng \N Alicia McCarthy presents a review of the parliamentary highlights at Westminster since September. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 3210 t
+4288 39245 This Is BBC Three eng \N BBC Three. The best in new entertainment, comedy, contemporary drama and music for the digital generation. Stay tuned for 60 Seconds news. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 18:58:00 2014-12-19 19:00:00 \N \N \N \N \N 3211 t
+4288 41798 Great Movie Mistakes III eng Not in 3D Robert Webb goes Beyond Blunderdome in his search for the greatest continuity foul-ups modern cinema has to offer. No film is safe as he exposes factual errors, mishaps and goofs. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:15:00 9 13 \N S \N 3212 t
+4288 41488 Atlantis eng The Day of the Dead Drama series. The gang find themselves dispersed around the ancient necropolis, surrounded by a magical army of the undead. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 19:15:00 2014-12-19 20:00:00 5 13 \N AD,S \N 3213 t
+4288 41698 Don't Tell the Bride eng Ian and Hayley Another bride takes a back seat and lets her groom organise their big day, as Hayley hands over control to fiance Ian - a man with a crazy underwater plan. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 9 12 \N S \N 3214 t
+8452 58740 Ali G in Da USAiii eng \N Ali G keeps it real Stateside. Ali speaks to prominent Republican Newt Gingrich, Borat tries his hand at acting, and Austrian model Bruno meets top designer Marc Jacobs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 00:30:00 2014-12-24 01:00:00 \N \N \N S \N 3215 t
+8452 59210 Da Ali G Show eng 'Respeck' Ali G talks with Sam Donaldson, 'boss man of ABC News', about Nixon's 'Waterworld' crisis, while Bruno explores issues of sexuality with Pastor Quinn, a 'gay converter'. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:30:00 \N \N \N S \N 3216 t
+8452 59211 Da Ali G Show eng "Realness" In this show, Ali G gets relationship advice from 'Men are From Mars, Women are From Venus' author John Gray. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 01:30:00 2014-12-24 01:55:00 \N \N \N S \N 3217 t
+8452 58737 PokerStars.com Shark Cage eng \N It's the conclusion of the final table of the PokerStars.com Shark Cage. Tonight, one player will be crowned champion and walk away with $1,000,000. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-24 01:55:00 2014-12-24 02:50:00 \N \N \N S \N 3218 t
+8452 58738 Saw IV eng \N Horror. The Jigsaw Killer is dead but detectives Costas Mandylor and Lyrig Bent are caught up in his posthumous grisly, murderous games. Very strong language/extreme violence. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 02:50:00 2014-12-24 04:25:00 \N \N 2007 AD,S \N 3219 t
+5632 36289 Up All Night eng \N News, interviews and stories from around the world with Dotun Adebayo. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 01:00:00 2014-12-22 05:00:00 \N \N \N \N \N 3220 t
+4287 58010 Celebrity Antiques Road Trip eng \N Doctor Who veterans Colin Baker and Peter Purves explore Herefordshire and Worcestershire with £400 to invest in antiques with experts Will Axon and James Braxton. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-24 09:55:00 2014-12-24 10:55:00 5 20 \N S \N 3221 t
+5952 53426 As BBC Radio 5 live eng \N BBC Asian Network joins BBC Radio 5 live through the night. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 06:00:00 \N \N \N \N \N 3942 t
+4287 55606 Christmas Kitchen with James Martin eng \N Festive food programme. James Martin is joined in the kitchen by Galton Blackiston and Brian Turner. Plus celebrity guests and treats from the BBC's festive food archives. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-24 10:55:00 2014-12-24 11:40:00 9 10 \N S \N 3222 t
+4287 57950 Christmas Kitchen with James Martin eng \N Festive food programme. James Martin is joined in the kitchen by Monica Galetti and Brian Turner. Plus celebrity guests and treats from the BBC's festive food archives. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-24 11:40:00 2014-12-24 12:35:00 10 10 \N S \N 3223 t
+14448 27183 Jail eng \N Tough reality series looking at the American penal system. Deputy Kurt Bull talks about his disposition being a little bit more playful than most. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:30:00 \N \N \N \N \N 3224 t
+14448 27184 Jail eng \N Series focussing on the sharp end of the incarceration process. Deputy Jesse Barber talks about his time in Corrections and explains that HCSO pioneered the open booking process. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 00:30:00 2014-12-21 01:00:00 \N \N \N \N \N 3225 t
+14448 27185 I Survived eng \N I Survived presents compelling, unbelievable stories of individuals who have survived dangerous situations, including natural disasters, animal attacks and technological failures. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 3226 t
+14448 27186 I Survived eng \N I Survived presents compelling, unbelievable stories of individuals who have survived dangerous situations, including natural disasters, animal attacks and technological failures. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 02:00:00 2014-12-21 03:00:00 \N \N \N \N \N 3227 t
+25920 20821 Kitchen Sale eng \N A fantastic selection of products to help make life in the kitchen easier at great sale prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 3230 t
+41072 14047 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N \N \N 3555 t
+25920 20868 Smartphone Half Price Sale eng \N A fantastic opportunity to get some of your favourite products in our half price event! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N \N \N 3231 t
+6720 64338 Greg James eng \N More listeners do battle in Feet Up Friday. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:45:00 \N \N \N \N \N 3236 t
+6720 64339 Newsbeat eng \N The latest news from around the UK and around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 17:45:00 2014-12-19 18:00:00 \N \N \N \N \N 3237 t
+6848 61256 EBU Day of Christmas Music eng \N The second part of Radio 3's annual day of Christmas music from around Europe, with a series of live and specially recorded concerts. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 16:00:00 2014-12-21 22:00:00 \N \N \N \N \N 3238 t
+4672 52974 Peter Rabbit eng The Tale of the Runaway Rabbit Animated series. Peter is left to babysit Cotton-tail but can't resist an exciting event at the squirrel camp. He brings his sleeping sister along. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 15:05:00 2014-12-20 15:20:00 \N \N \N AD,S,SL \N 3245 t
+4672 52975 Tree Fu Tom eng Don't Go Glowy Animated fantasy adventure show. Ariela is on a quest to find magical bubble roots, using her pet grub Glowy to sniff them out. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 15:20:00 2014-12-20 15:45:00 \N \N \N S,SL \N 3246 t
+4672 52976 Let's Celebrate Christmas eng \N Thomas Ticker meets children celebrating religious and cultural festivals in the UK. Katie and Hannah from Bournemouth prepare for Christmas. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 15:45:00 2014-12-20 16:00:00 1 15 \N AD,S,SL \N 3247 t
+4672 51768 Justin's House: Christmas Special eng All Wrapped Up Justin Fletcher entertains children with singing, dancing and comedy. Robert and Little Monster are getting the house ready for Christmas. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:25:00 23 23 \N S,SL \N 3248 t
+4672 51769 Octonauts Special eng The Great Arctic Adventure Animated deep sea adventure series. When the Octopod goes in for repairs, the Octonauts take a vacation. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 16:25:00 2014-12-20 16:50:00 \N \N \N AD,S \N 3249 t
+4672 51770 Sarah & Duck eng Bobsleigh Animation. Sarah and Duck learn to bobsleigh and have a speedy, snowy adventure with Scarf Lady's help. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 16:50:00 2014-12-20 17:00:00 23 40 \N AD,S \N 3250 t
+4672 51771 The Furchester Hotel eng Mystery Weekend Preschool puppet show. Two detectives and a mysterious raccoon check in for the hotel's Mystery Weekend. Phoebe and Elmo must find out who is taking shiny objects. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:10:00 \N \N \N AD,S \N 3251 t
+4672 51772 Swashbuckle eng Three Wishes Special children and grown-ups episode of the pirate-themed game show. Cook and Line are polishing Captain Sinker's treasure and think they've discovered a genie. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 17:10:00 2014-12-20 17:35:00 \N \N \N S \N 3252 t
+4672 51773 Katie Morag eng Katie Morag and the Golden Treasure Live action children's show set in Scotland. Katie comes across a mystery map which shows her where to find treasure. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 17:35:00 2014-12-20 17:50:00 1 12 \N AD,S \N 3253 t
+4672 51774 Hey Duggee eng Tinsel Badge Animated preschool series. It's nearly Christmas and Duggee is wrapping presents. He asks the Squirrels if they want to help decorate the clubhouse. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 17:50:00 2014-12-20 18:00:00 1 26 \N AD,S \N 3254 t
+40960 53240 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 21:30:00 \N \N \N \N \N 3256 t
+40960 58130 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 21:30:00 2014-12-22 22:00:00 \N \N \N \N \N 3257 t
+40960 53241 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:30:00 \N \N \N \N \N 3258 t
+40960 53242 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 22:30:00 2014-12-22 22:45:00 \N \N \N \N \N 3259 t
+40960 53243 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-22 22:45:00 2014-12-22 23:00:00 \N \N \N \N \N 3260 t
+40960 53244 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 23:00:00 2014-12-22 23:30:00 \N \N \N \N \N 3261 t
+40960 53245 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 23:30:00 2014-12-22 23:45:00 \N \N \N \N \N 3262 t
+40960 53246 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-22 23:45:00 2014-12-23 00:00:00 \N \N \N \N \N 3263 t
+6016 39906 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:05:00 \N \N \N \N \N 3271 t
+6016 39907 The 5th Floor eng \N Original insights, playful perspectives and surprising stories from the World Service's 27 language sections, with David Amanor. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 12:05:00 2014-12-19 13:00:00 \N \N \N \N \N 3272 t
+6016 39908 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:05:00 \N \N \N \N \N 3273 t
+6016 39909 HARDtalk eng \N In-depth, hard-hitting interviews with newsworthy personalities. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 13:05:00 2014-12-19 13:32:00 \N \N \N \N \N 3274 t
+6016 39910 Science in Action eng \N A weekly look at science stories in and behind the news from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 13:32:00 2014-12-19 14:00:00 \N \N \N \N \N 3275 t
+6016 39911 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:05:00 \N \N \N \N \N 3276 t
+6016 39912 Newshour eng \N BBC correspondents report live from around the world to explain why events are happening and what impact they will have on our lives. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 14:05:00 2014-12-19 15:00:00 \N \N \N \N \N 3277 t
+5824 38356 The Museum of Curiosity eng \N John Lloyd invites guests Sarah Bakewell, Michael Welland and Simon Evans to add to the collection. From May 2010. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 4 6 \N \N \N 3278 t
+5824 38357 Big Jim and the Figaro Club eng On the Line Perkins can't get a site phone, so his workmates get him a handset and more besides. With Norman Rossington. From February 1987. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 3 6 \N \N \N 3279 t
+5824 38685 The Master of Ballantrae eng \N A buccaneering tale of a family with divided loyalties during the Jacobite uprising. Stars David Rintoul and Liam Brennan. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 1 2 \N \N \N 3280 t
+5824 38532 The Surgeon's Mate eng \N A gale is blowing up in the mouth of the Channel when HMS Ariel sights a French frigate on the windward side. Read by Benedict Cumberbatch. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:15:00 8 10 \N \N \N 3281 t
+5824 38687 Gideon Fell - The Blind Barber eng \N 4 Extra Debut. Dr Gideon Fell's only clue to a brutal killing afloat is an engraved weapon. John Dickson Carr's thriller stars Donald Sinden. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 11:15:00 2014-12-19 12:00:00 \N \N \N \N \N 3282 t
+4352 53199 The Travel Show eng \N Series showcasing the best of travel across the globe. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 20:30:00 2014-12-21 21:00:00 \N \N \N S \N 3510 t
+4352 53187 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:30:00 \N \N \N S \N 3297 t
+4352 53189 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:30:00 \N \N \N S \N 3299 t
+4352 58118 Dylan Thomas eng Rock and Roll Poet From Swansea to New York, actor Michael Sheen and singer Cerys Matthews are among those paying tribute to the work and life of poet Dylan Thomas. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N S \N 3300 t
+4352 50976 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N S \N 3301 t
+24448 63873 Through the Night eng \N Join Gems TV through the night for unmissable deals! \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 04:00:00 2014-12-22 05:00:00 \N \N \N \N \N 3547 t
+5760 59393 Shaun Keaveny eng \N Shaun is live on Christmas Eve to soundtrack the last-minute shopping panic. Expect loads of music and plenty of present hints for loved ones. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 07:00:00 2014-12-24 10:00:00 \N \N \N \N \N 3302 t
+41040 17289 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 3303 t
+41040 17175 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N \N \N 3304 t
+41040 17176 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:30:00 \N \N \N \N \N 3305 t
+41040 17552 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 \N \N \N \N \N 3306 t
+4352 51180 BBC News at Nine eng \N With Martine Croxall. The BBC News at Nine with in-depth discussion and analysis as well as breaking news. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:45:00 \N \N \N S \N 3307 t
+4352 51181 The Film Review eng \N Mark Kermode gives his unique take on the best and worst of the week's film and DVD releases, with Gavin Esler. Also in HD. Followed by Weather for the Week Ahead. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 21:45:00 2014-12-19 22:00:00 \N \N \N S \N 3308 t
+4352 51182 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:30:00 \N \N \N S \N 3309 t
+4352 51183 The Papers eng \N No need to wait to see what's in the papers - Martine Croxall presents a lively and informed conversation about the next day's headlines. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 22:30:00 2014-12-19 22:45:00 \N \N \N S \N 3310 t
+4352 51184 Sportsday eng \N A round-up of the day's sporting events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-19 22:45:00 2014-12-19 23:00:00 \N \N \N S \N 3311 t
+4352 51185 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:30:00 \N \N \N S \N 3312 t
+4352 51186 The Papers eng \N No need to wait to see what's in the papers - Martine Croxall presents a lively and informed conversation about the next day's headlines. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 23:30:00 2014-12-19 23:45:00 \N \N \N S \N 3313 t
+4352 51187 Sportsday eng \N A round-up of the day's sporting events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-19 23:45:00 2014-12-20 00:00:00 \N \N \N S \N 3314 t
+32836 30998 On The Aire eng \N Find out what's been happening in the city today. Your Made in Leeds news team bringing you all the stories that matter to you. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N \N \N 3316 t
+32836 30999 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N \N \N 3317 t
+32836 31000 All Star Unplugged eng \N A platform for up-and-coming musicians and bands across all genres of music. Recorded in the Live Room, at Made in Leeds Studios. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N \N \N 3318 t
+32836 31001 Behind Bars eng \N After weeks of incarceration in Tent City the Brits come to the end of their sentences and can almost taste freedom. But there's one last surprise in store and James gets shocking news from home. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N \N \N 3319 t
+32836 31002 Seaside Rescue eng \N Duncan Bannatyne gives the owners of a lacklustre wax museum in Cornwall some home truths. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 3320 t
+24128 733 Asian Connections eng \N Speak to our girls live in Thailand for flirty, chatty fun. 18+ Only \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 04:00:00 2014-12-20 05:00:00 \N \N \N \N \N 3321 t
+24128 734 Programmes start at 4am eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 05:00:00 2014-12-21 04:00:00 \N \N \N \N \N 3322 t
+5696 40156 Coming up on 5 live sports extra eng \N Coming up at 1.55pm tomorrow, rugby union commentary on Wasps v London Irish from the Aviva Premiership. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 19:30:00 2014-12-21 00:00:00 \N \N \N \N \N 3323 t
+4287 51341 This Is BBC Two eng \N Highlights of programmes on BBC Two. \N 2 25 f 3 eng eng 0 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:05:00 \N \N \N S \N 3335 t
+4287 49099 Homes Under the Hammer eng \N Martin Roberts and Lucy Alexander visit a house in Stoke, a plot that is a real bargain near Canterbury, and a large semi-detached that has creepy problems in Derby. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 06:05:00 2014-12-19 07:05:00 \N \N \N S \N 3336 t
+4287 51355 Saints and Scroungers eng \N Series looking at benefit fraud. Something stinks for HMRC fraud investigators when they start looking into the world of garlic smuggling. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 07:05:00 2014-12-19 07:35:00 19 20 \N S \N 3337 t
+4287 51342 Oxford Street Revealed eng \N Observational documentary series. Dan and Dunya celebrate their first anniversary by going down an Oxford Street sewer in search of a fatberg. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-19 07:35:00 2014-12-19 08:20:00 9 10 \N AD,S \N 3338 t
+4287 53567 Glorious Gardens from Above eng Norfolk Horticulturist Christine Walkden explores gardens and countryside from a hot-air balloon. Christine travels over the flattest part of Britain as she descends on Norfolk. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 08:20:00 2014-12-19 09:05:00 13 15 \N S,SL \N 3339 t
+28480 8024 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N \N \N 3346 t
+28480 8025 Living Waters with Gabriel Swaggart eng \N A live Gospel music show hosted by Gabriel Swaggart, featuring the music of Jimmy Swaggart and others. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 3347 t
+27168 59389 24 Hours in A&E eng \N Retired builder Roger has fallen four metres from his daughter's roof. And Tad, who's 29, has come to St George's with a dangerously high heart rate, which could possibly lead to a stroke. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N AD,S \N 3348 t
+27168 59390 8 Out of 10 Cats eng Best Bits A revisit to the best bits from the last series of 8 out of 10 Cats with host Jimmy Carr, team captains Jon Richardson and Sean Lock and a host of celebrity guests. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:05:00 \N \N \N S \N 3349 t
+27168 59391 Gogglebox eng \N Britain's favourite opinionated TV viewers share their sharp, insightful, passionate and sometimes emotional critiques of the week's biggest and best shows. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 23:05:00 2014-12-20 00:05:00 \N \N \N S \N 3350 t
+5696 40179 Coming up on 5 live sports extra eng \N Coming up at 2.55pm on Boxing Day, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-23 18:00:00 2014-12-24 00:00:00 \N \N \N \N \N 3351 t
+4608 63317 This is CBBC! eng \N Join the CBBC crew for all your favourite programmes, plus loads more! Tune into CBBC every day from 7.00am to 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 18:58:00 2014-12-23 05:30:00 \N \N \N \N \N 3352 t
+8267 65369 ITV News Granada Reports eng \N The latest headlines in the North West, plus a regional weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:35:00 2014-12-21 18:45:00 \N \N \N S \N 3353 t
+8267 16551 ITV News & Weather eng \N James Mates with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:45:00 2014-12-21 19:00:00 \N \N \N S \N 3354 t
+8267 25991 You've Got to Love Christmas eng \N A comic trawl through the festive TV archives mixing classic footage with advice from an array of comedians, journalists and celebrities including Dame Edna Everage and Al Murray. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N S \N 3355 t
+8267 17166 Surprise Surprise eng \N Holly Willoughby hosts a special festive edition of the show. Lending a helping hand tonight are the cast from Hollywood blockbuster Night at the Museum, and popsters The Vamps. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N AD,S \N 3356 t
+8500 5842 Milkshake Bop Box eng Ballet Hop Derek and Olivia compete in a street dance versus classical ballet dance-off. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:05:00 \N \N \N S \N 3357 t
+8500 5843 Peppa Pig eng Muddy Puddles Animated series. Peppa can't play outside because it's raining, but when the rain stops she and George play one of their favourite games - jumping in muddy puddles. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 09:05:00 2014-12-22 09:10:00 \N \N \N S \N 3358 t
+8500 5844 Peppa Pig eng Mr Dinosaur Is Lost Animated series about a loveable pig. George is distraught when he loses Mr Dinosaur, his favourite toy, so Daddy Pig and Peppa turn detective. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 09:10:00 2014-12-22 09:20:00 \N \N \N S \N 3359 t
+8500 5845 Wanda and The Alien eng Rainbow Painting Brand new colourful children's series about a little girl rabbit who is best friends with an alien. Wanda and Alien go on an adventure to find the end of a rainbow. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 09:20:00 2014-12-22 09:35:00 \N \N \N S \N 3360 t
+8500 5846 Mr Men eng Chores Mr Pernickety is given the cold shoulder by his refrigerator, Mr Happy and Mr Grumpy compare lawn-mowing techniques and Mr Bump tries to clean the gutters. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 09:35:00 2014-12-22 09:55:00 \N \N \N S \N 3361 t
+8500 5847 New: World's Strongest Man 2014 eng Hungary - Qualifier Strongman competition. The qualifying tour of the 2014 World's Strongest Man competition arrives in Budapest where competitors take part in events such as the iron cross. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 09:55:00 2014-12-22 10:55:00 \N \N \N S \N 3362 t
+8500 5848 My Crazy Christmas Obsession eng \N Brand new documentary featuring people who take Christmas decorations to a whole new level. Includes a man who wants to cover his entire house in one million Christmas lights! \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-22 10:55:00 2014-12-22 11:55:00 \N \N \N S \N 3363 t
+8500 5849 The Flight Before Christmas eng \N Animation. A young reindeer attempts to learn to fly just like his father despite being teased by his peers. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 11:55:00 2014-12-22 13:25:00 \N \N 2008 S \N 3364 t
+5760 59631 Mary Anne Hobbs eng \N Mary Anne Hobbs sits in for Lauren Laverne with music and entertainment. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 13:00:00 \N \N \N \N \N 3511 t
+7168 34504 Radio 2 in Concert eng Take That Take That reconvene after a four year hiatus to perform at the intimate setting of the Radio Theatre in the heart of London, where they prove that three is the magic number! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 06:00:00 \N \N \N \N \N 3375 t
+5952 53423 Asian Network Reports eng \N An update of the day's news you need to hear. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N \N \N 3380 t
+5952 53424 Bobby Friction eng \N Bobby takes a deeper look at a very special movie with Doc Bollywood in the Film Surgery, plus another emotional and thought-provoking Teri Meri Kahani. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 17:30:00 2014-12-22 21:00:00 \N \N \N \N \N 3381 t
+24064 59875 The Tree Team eng Cumbria Battling against the Cumbrian weather, the Tree Team takes on a complex tree house build, plus an unexpected call takes them to Borneo. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:30:00 \N \N \N \N \N 3386 t
+24064 59876 The Tree Team eng Chichester Building a Malaysian-style tree house in Chichester is a tall order even for the Tree Team, as they have just three weeks to fulfil the dream. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 03:30:00 2014-12-23 04:00:00 \N \N \N \N \N 3387 t
+24064 59877 The Tree Team eng Leatherhead In just two weeks, the Tree Team must tackle the ultimate lifestyle addition by building a magical dining room in the sky. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:30:00 \N \N \N \N \N 3388 t
+24064 59878 The Tree Team eng Ascot In Ascot, the Tree Team takes on one of its biggest tree houses, designed to secretly nestle into the undergrowth. Can it be done in just four weeks? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 04:30:00 2014-12-23 05:00:00 \N \N \N \N \N 3389 t
+24064 59879 The Tree Team eng France The Tree Team's latest build takes them across the Channel to northern France, where they design and create a tree-top masterpiece. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 \N \N \N \N \N 3390 t
+24064 59880 Santaland eng \N Retired couple Ray and Marlene Kraatz, the official Mr and Mrs Claus of Zephyrhills, Florida, battle busy demands and failing health to be icons of hope 365 days a year. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N \N \N 3391 t
+6784 51779 Sounds of the 60s eng \N Brian Matthew kick-starts the weekend with hits, facts and obscurities from the 60s, including a double spin for The Move's 1968 release Blackberry Way. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 03:00:00 2014-12-22 05:00:00 \N \N \N \N \N 3393 t
+6784 51877 Sara Cox eng \N Sara Cox sits in for Vanessa Feltz with a first look at the papers. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 05:00:00 2014-12-22 06:30:00 \N \N \N \N \N 3394 t
+6912 55215 All in the Mind eng \N Claudia Hammond investigates the mind, the brain and why we behave the way that we do. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-23 21:00:00 2014-12-23 21:30:00 \N \N \N \N \N 3396 t
+6912 55495 The Long View eng \N Jonathan Freedland with the programme that looks for the past behind the present. Jonathan compares recording our lives on social media with keeping a diary in the 19th century. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 21:30:00 2014-12-23 21:58:00 \N \N \N \N \N 3397 t
+6912 55217 Weather eng \N The latest weather forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 21:58:00 2014-12-23 22:00:00 \N \N \N \N \N 3398 t
+6912 55218 The World Tonight eng \N In-depth reporting and analysis from a global perspective. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:45:00 \N \N \N \N \N 3399 t
+41120 14111 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 07:00:00 \N \N \N \N \N 3512 t
+6912 55498 Book at Bedtime eng \N The Diary of a Provincial Lady, by EM Delafield. Our diarist faces a rather sensitive financial situation which can be put off no longer. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 22:45:00 2014-12-23 23:00:00 2 5 \N \N \N 3400 t
+6912 55220 Andrew O'Neill eng Pharmacist Baffler Series of stand-up shows presented by comedian Andrew O'Neill. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:30:00 2 2 \N \N \N 3401 t
+6912 55499 Good Omens eng \N Adaptation of the 1990 comedic fantasy novel by Neil Gaiman and Terry Pratchett. Aziraphale consults Agnes's prophesies, and the Horsepersons of the Apocalypse are summoned. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 23:30:00 2014-12-24 00:00:00 3 6 \N \N \N 3402 t
+6016 40272 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:05:00 \N \N \N \N \N 3403 t
+6016 40273 The Forum eng \N Prominent international thinkers debating big ideas. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 09:05:00 2014-12-23 09:50:00 \N \N \N \N \N 3404 t
+6016 40274 More or Less eng \N Tim Harford explains the numbers and statistics in the news and in life. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 09:50:00 2014-12-23 10:00:00 \N \N \N \N \N 3405 t
+6016 40275 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:05:00 \N \N \N \N \N 3406 t
+6016 40276 World Update eng \N News and issues making the headlines each day. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 10:05:00 2014-12-23 11:00:00 \N \N \N \N \N 3407 t
+6016 40277 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:05:00 \N \N \N \N \N 3408 t
+6016 40278 Outside Source eng \N The world is our Newsroom - join us as we find out what is happening right now around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 11:05:00 2014-12-23 12:00:00 \N \N \N \N \N 3409 t
+6912 54975 The Once and Future King eng Brian Sibley adapts TH White's classic retelling of the King Arthur story. The Candle in the Wind Mordred uses Arthur's new laws against him. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 6 6 \N \N \N 3424 t
+6912 54976 News and Weather eng \N The latest national and international news from BBC Radio 4, followed by weather. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:15:00 \N \N \N \N \N 3425 t
+6912 54977 The Reith Lectures 2014 eng Dr Atul Gawande delivers the 2014 lecture series. The Idea of Wellbeing Atul calls for a new focus on medical systems to ensure doctors work more effectively. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 22:15:00 2014-12-20 23:00:00 4 4 \N \N \N 3426 t
+6912 54978 Counterpoint eng \N Paul Gambaccini chairs the final of the 2014 season of the wide-ranging music quiz. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:30:00 13 13 \N \N \N 3427 t
+6912 54979 The Echo Chamber eng Paul Farley presents a series showcasing modern poetry. Michael Donaghy Paul remembers the poet Michael Donaghy with other poets, ten years after his death. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 23:30:00 2014-12-21 00:00:00 3 4 \N \N \N 3428 t
+4736 63004 BOOKtalk eng Mark D'Arcy in discussion with Nicklaus Thomas-Symonds on his biography Nye The Political Life of Aneurin Bevan. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 19:15:00 2014-12-24 19:30:00 \N \N \N \N \N 3429 t
+4736 63005 Autumn Statement eng \N BBC Two's coverage of chancellor of the exchequer George Osborne's Autumn Statement in the House of Commons, with full reaction and analysis, shown earlier today. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 19:30:00 2014-12-24 21:30:00 \N \N \N \N \N 3430 t
+7168 34141 My Life in Science Fiction - Days of Fear and Wonder eng \N Podcasters David Monteith and Barry Nugent take a road trip around the UK to experience the BFI's Days of Fear and Wonder season, giving their reactions and opinions. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:00:00 \N \N \N \N \N 3431 t
+7168 34225 CBBC Christmas Cracker eng \N Join CBBC's Hacker and Dodge for a musical extravaganza of festive fun and frolics. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-19 07:00:00 2014-12-19 12:00:00 \N \N \N \N \N 3432 t
+15920 40475 This Is ITV4+1 eng \N This Is ITV4+1. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 06:00:00 2014-12-20 04:00:00 \N \N \N \N \N 3440 t
+41120 14112 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 07:00:00 2014-12-22 09:00:00 \N \N \N \N \N 3513 t
+5824 38746 Desert Island Discs Revisited eng Children's Writers - Michael Rosen 4 Extra Debut. From Ewan MacColl to Smiley Culture, author Michael Rosen shares his castaway choices with Sue Lawley. From August 2006. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 21:00:00 2014-12-21 21:45:00 \N \N \N \N \N 3446 t
+5824 39042 Just William - Pursuin' Happiness eng The Knight at Arms 4 Extra Debut. Richmal Crompton's mischievous schoolboy William Brown becomes a heroic knight to succour the oppressed. Read by Martin Jarvis. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 21:45:00 2014-12-21 22:00:00 1 3 \N \N \N 3447 t
+5824 38748 Brian Gulliver's Travels eng Osminia Missing for six years, Brian has stories to tell, including his trip to a land where marriage is outlawed. Stars Neil Pearson. From March 2011. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 22:00:00 2014-12-21 22:30:00 3 6 \N \N \N 3448 t
+5824 38749 Bleak Expectations eng An Adolescence Utterly Trashed Young Pip aims to escape school, with a crone's help. Mark Evans' Dickensian spoof stars Richard Johnson. From August 2007. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 22:30:00 2014-12-21 23:00:00 2 6 \N \N \N 3449 t
+5824 39054 The Cornwell Estate eng Colin Oberon 4 Extra Debut. Offbeat teacher Colin wants his class to learn his new language. Stars Phil Cornwell and Mia Soteriou. From October 2010. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:15:00 1 6 \N \N \N 3450 t
+5824 39055 Knocker eng Privinvasionacy Market researcher Ian Dunn seeks the opinions of a hostile public. Stars Neil Edmond and Paula Wilcox. From November 2007. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 23:15:00 2014-12-21 23:30:00 1 6 \N \N \N 3451 t
+5824 38751 The Masterson Inheritance eng The Masterson Bunch Suffragettes split the family, sparking drama at the races. Improvised historical saga with Paul Merton. From July 1995. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 23:30:00 2014-12-22 00:00:00 4 6 \N \N \N 3452 t
+4170 51789 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:05:00 2014-12-24 18:15:00 \N \N \N S \N 3453 t
+4170 52890 Look North eng \N The latest news, sport and weather for Yorkshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:15:00 2014-12-24 18:25:00 \N \N \N S \N 3454 t
+4170 56488 Toy Story 3 eng \N Family animation. With their owner leaving home for university, the toys fear for their future. Will they find their salvation at a childcare centre? Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 18:25:00 2014-12-24 20:00:00 \N \N 2010 AD,S \N 3455 t
+4170 56049 EastEnders eng \N It is Christmas Eve on Albert Square and Mick is looking forward to a very special Christmas unaware of the dark secrets that surround his family. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N AD,S \N 3456 t
+4170 56489 The Incredible Adventures of Professor Branestawm eng \N Professor Branestawm takes on a businessman who wants to bulldoze his workshop. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:30:00 \N \N \N AD,S \N 3457 t
+6784 51691 After Midnight with Alex Lester eng \N Music and conversation after midnight with Alex Lester, featuring Record and Album of the Week. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 03:00:00 \N \N \N \N \N 3458 t
+5632 36290 Morning Reports eng \N A round-up of the day's news, sport and business stories, and a look at the morning's papers. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 05:00:00 2014-12-22 05:15:00 \N \N \N \N \N 3461 t
+5632 36291 Wake up to Money eng \N The latest news and views on business and the world of personal finance. Plus the very latest from the financial markets around the globe. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 05:15:00 2014-12-22 06:00:00 \N \N \N \N \N 3462 t
+4287 55608 Torvill & Dean eng The Perfect Day Documentary telling the story of when, in 1984, the British figure skaters Jayne Torvill and Christopher Dean achieved perfection and an Olympic gold medal. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 12:35:00 2014-12-24 13:35:00 \N \N \N AD,S \N 3464 t
+4287 55609 The Choir eng New Military Wives Two-part documentary following choirmaster Gareth Malone as he forms a Military Wives choir to perform at a WW1 centenary prom. In this episode, Gareth begins the auditions. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 13:35:00 2014-12-24 14:35:00 1 2 \N AD,S \N 3465 t
+4287 55610 Little Women eng \N Adaptation of the classic Louisa May Alcott story. The March sisters must fend for themselves when their father goes to fight in the American Civil War. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 14:35:00 2014-12-24 16:25:00 \N \N 1994 S \N 3466 t
+40992 52166 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:10:00 \N \N \N \N \N 3467 t
+40992 52167 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 18:10:00 2014-12-24 18:20:00 \N \N \N \N \N 3468 t
+40992 52168 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 18:20:00 2014-12-24 18:50:00 \N \N \N \N \N 3469 t
+40992 52169 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 18:50:00 2014-12-24 18:58:00 \N \N \N \N \N 3470 t
+40992 49177 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 18:58:00 2014-12-25 05:30:00 \N \N \N \N \N 3471 t
+25664 55733 An Olly Good Christmurs! Top 50 eng \N Olly Murs brings a special sparkle to your Christmas with An Olly Good Christmurs. 50 of the best videos to get you feeling festive - and he'll be joined by a few special guests. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 09:00:00 2014-12-21 13:30:00 \N \N \N S \N 3472 t
+24448 63874 Huge Jewellery Savings from GemsTV eng \N GemsTV give huge savings on genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 05:00:00 2014-12-22 06:00:00 \N \N \N \N \N 3548 t
+4166 56435 John Bishop's Christmas eng \N John Bishop's Christmas Show is an all-singing, all-dancing festive comedy spectacular, featuring big names in music and comedy and plenty of Christmas treats and surprises. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N S \N 3476 t
+4166 51739 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:25:00 \N \N \N S \N 3477 t
+4166 52446 East Midlands Today eng \N The latest news, sport and weather for the East Midlands. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:25:00 2014-12-22 22:35:00 \N \N \N S \N 3478 t
+4166 56436 Mrs Brown's Boys eng Mammy Christmas Agnes Brown finds herself facing her busiest Christmas yet. Contains adult humour and some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 22:35:00 2014-12-22 23:05:00 1 2 \N S \N 3479 t
+4166 51743 Citizen Khan eng A Khan Family Christmas Family sitcom. Mr Khan has been given the honour of placing the star on top of the Sparkhill interfaith Christmas tree. Shazia has other plans. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 23:05:00 2014-12-22 23:35:00 7 7 \N AD,S \N 3480 t
+4166 51744 The Graham Norton Show eng \N Chat show. Graham's guests for a bumper Christmas episode are Ben Stiller, Ricky Gervais, Rebel Wilson, Jamie Foxx, Cameron Diaz, Danny Dyer and Usher. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 23:35:00 2014-12-23 00:25:00 12 22 \N S \N 3481 t
+4544 46939 Cosmonauts eng How Russia Won the Space Race Documentary which maintains that the real pioneers of space exploration were the Soviet cosmonauts, telling the story of how the Russians led us into the space age. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:30:00 \N \N \N S \N 3493 t
+4544 46978 Sounds of the Eighties eng \N Musical memories from the BBC archives, featuring performances from Kool and the Gang, the Pointer Sisters, Grace Jones, Cameo and Sade. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:00:00 3 8 \N S \N 3494 t
+4544 46940 The Sky at Night eng The Pillars of Creation The team takes a look at nebulae, vast clouds of dust and gases which play a key role in the birth and death of stars, and therefore in our own origins. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:30:00 \N \N \N S \N 3495 t
+4544 46812 Puppy Love eng \N Comedy set around a dog training class. Things are made even worse for a stressed Naomi when her dog goes missing. Nana V helps her track him down and the two women bond. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 02:30:00 2014-12-19 03:00:00 6 6 \N AD,S \N 3496 t
+4170 49743 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:15:00 \N \N \N S \N 3498 t
+4736 62937 Daily Politics eng \N Andrew Neil with the latest political news, interviews and debate. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 00:00:00 2014-12-20 01:00:00 \N \N \N \N \N 3499 t
+28352 2306 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 22:30:00 2014-12-22 23:00:00 \N \N \N \N \N 3500 t
+4352 53192 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Including Sportsday. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:30:00 \N \N \N S \N 3503 t
+4352 53193 Sportsday eng \N A round-up of the day's sporting events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 18:30:00 2014-12-21 18:45:00 \N \N \N S \N 3504 t
+4352 53194 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:45:00 2014-12-21 19:00:00 \N \N \N S \N 3505 t
+4352 53195 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:30:00 \N \N \N S \N 3506 t
+4352 53196 Sportsday eng \N A round-up of the day's sporting events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 19:30:00 2014-12-21 19:45:00 \N \N \N S \N 3507 t
+4352 53197 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 19:45:00 2014-12-21 20:00:00 \N \N \N S \N 3508 t
+4352 53198 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 20:00:00 2014-12-21 20:30:00 \N \N \N S \N 3509 t
+6720 64340 Dance Anthems with Greg James eng \N Greg has the big tunes you will be hearing out this weekend. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N \N \N 3515 t
+8500 5737 Big Foot eng The Missing Evidence Brand new documentary examining the mystery surrounding the existence of Big Foot, the giant ape-like hominid reputed to inhabit the forests of North America. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-20 03:10:00 2014-12-20 04:00:00 \N \N \N S \N 3517 t
+8500 5738 Nick's Quest eng Giant River Otter Nick Baker travels to Karanambo in Guyana where he finds out about efforts to conserve the giant river otter. \N 0 25 f 3 eng eng 8 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:25:00 \N \N \N SL \N 3518 t
+8500 5739 House Doctor eng \N Home improvement series. Alistair Appleton and Californian interior designer Ann Maurice are in Cheltenham. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 04:25:00 2014-12-20 04:45:00 \N \N \N S,SL \N 3519 t
+8500 5740 House Doctor eng Camden Home improvement series. Alistair Appleton and Californian interior designer Ann Maurice are in Camden, North London. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 04:45:00 2014-12-20 05:10:00 \N \N \N S,SL \N 3520 t
+8500 5741 House Doctor eng Worcester Home improvement guru Ann Maurice is in Worcester where the Squires are struggling to sell. Their sprawling home is cluttered and they have a passion for parrots. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 05:10:00 2014-12-20 05:35:00 \N \N \N S,SL \N 3521 t
+8500 5742 Wildlife SOS eng \N Documentary series about the work of dedicated animal lovers who save injured and orphaned wild animals brought into their sanctuary. \N 0 25 f 3 eng eng 8 0 0 \N 2014-12-20 05:35:00 2014-12-20 06:00:00 \N \N \N S,SL \N 3522 t
+15840 3567 Dance Classics At Christmas eng \N Don't be shy. It's time to break out the embarrassing dancing and get the festive family party started! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 3529 t
+15840 3568 A Very Vintage Christmas eng \N Snuggling up by the fireside with Toyah Willcox and Roy Wood for some Christmas chat and festive songs are pop rock act The Feeling and Imagination's Leee John. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 3530 t
+15840 3569 Sunday Soundtrack eng \N Rise and shine to a sizzling Sunday Soundtrack on Vintage TV, with a stack of scrumptious songs and tasty tunes to tuck into and sustain you through the day. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 11:00:00 2014-12-21 14:00:00 \N \N \N \N \N 3531 t
+22592 17792 Drivetime eng \N Max Rushden and Darren Gough keep you entertained on the way home. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-23 16:00:00 2014-12-23 19:00:00 \N \N \N \N \N 3537 t
+6016 40285 Newshour eng \N BBC correspondents report live from around the world to explain why events are happening and what impact they will have on our lives. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 14:05:00 2014-12-23 15:00:00 \N \N \N \N \N 3538 t
+24448 64013 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 03:00:00 2014-12-22 04:00:00 \N \N \N \N \N 3546 t
+41072 14042 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:30:00 \N \N \N \N \N 3550 t
+8325 2692 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:05:00 \N \N \N S \N 3556 t
+8325 5124 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 16:05:00 2014-12-22 17:10:00 \N \N \N S \N 3557 t
+8325 4550 The X Factor Class of 2014 eng \N As this year's series of The X Factor comes to a close, we take a look back at all the best and worst bits of the nation's most talked about entertainment series. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:10:00 2014-12-22 18:15:00 \N \N \N S \N 3558 t
+8448 59105 Rude Tube eng Brand new series - World Wide Weird Alex Zane presents the top 50 of online oddities including the world's stupidest tattoo and the weirdest public information film ever made. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 00:20:00 2014-12-21 01:25:00 \N \N \N S \N 3561 t
+8448 59106 The Inbetweeners eng Will's Dilemma Simon and his new girlfriend Tara are on a double date with Will and Tara's friend Kerry, but Will wonders whether it's worth spending time with a girl he considers boring. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 01:25:00 2014-12-21 02:00:00 \N \N \N AD,S,SL \N 3562 t
+8448 59107 The Inbetweeners eng The Camping Trip Will draws on his scouting experience to cope with the last trip he has organised for the boys before they go their separate ways, but the others are woefully unprepared. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 02:00:00 2014-12-21 02:30:00 \N \N \N AD,S,SL \N 3563 t
+8448 59108 The Inbetweeners Top Ten Moments eng \N As well as revealing the top ten clips as voted for by the viewers, this programme meets the four actors who play Neil, Simon, Will and Jay, and hears from celebrity fans of the show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 02:30:00 2014-12-21 03:25:00 \N \N \N S \N 3564 t
+41008 58740 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 00:30:00 2014-12-24 01:00:00 \N \N \N \N \N 3565 t
+41008 59210 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:30:00 \N \N \N \N \N 3566 t
+41008 59211 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 01:30:00 2014-12-24 01:55:00 \N \N \N \N \N 3567 t
+41008 58737 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-24 01:55:00 2014-12-24 02:50:00 \N \N \N \N \N 3568 t
+41008 58738 Saw IV eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 02:50:00 2014-12-24 04:25:00 \N \N \N \N \N 3569 t
+5632 36204 Up All Night eng \N News, interviews and stories from around the world with Rachael Bland. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 01:00:00 2014-12-19 05:00:00 \N \N \N \N \N 3583 t
+4672 49173 This is CBeebies! eng \N Welcome to the CBeebies channel. Programmes start at 6.00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N \N \N 3591 t
+4288 41799 Snow, Sex & Suspicious Parents eng \N Max from Hemel Hempstead and Daryl from Manchester are set to party hard in Tignes. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 3 4 \N S \N 3596 t
+4288 41700 Bad Education: The Finale eng Prom Alfie realises he can't go on teaching without his beloved class and quits Abbey Grove. Contains adult humour. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:30:00 6 6 \N AD,S \N 3597 t
+4288 41492 EastEnders eng \N Fingers are pointed in all directions as more evidence comes to light in Lucy's murder investigation. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 22:30:00 2014-12-19 23:00:00 \N \N \N AD,S \N 3598 t
+4288 41493 Family Guy eng Baby Got Black US animated comedy. Chris and Jerome's daughter Pam run away together when Jerome forbids them from seeing each other. Contains adult humour. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:25:00 18 21 \N S \N 3599 t
+4288 41494 Family Guy eng Meg Stinks! Peter takes Meg to a university for an interview but they end up partying. Brian has to survive in the wild after being sprayed by a skunk. Contains adult humour. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 23:25:00 2014-12-19 23:45:00 19 21 \N S \N 3600 t
+4288 41495 Family Guy eng The Thin White Line Brian volunteers as a police drug-sniffing dog, but ends up getting hooked on cocaine and enters rehab. Peter tags along for a free holiday. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 23:45:00 2014-12-20 00:10:00 1 22 \N S \N 3601 t
+6784 51781 Richard Allinson eng \N Richard Allinson sits in for Chris Evans with a fully interactive show for all the family, featuring music, special guests and listeners on the phone. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 06:30:00 2014-12-22 09:30:00 \N \N \N \N \N 3602 t
+6912 55222 News and Weather eng \N The latest national and international news from BBC Radio 4. Followed by Weather. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:30:00 \N \N \N \N \N 3603 t
+6912 55506 Book of the Week eng \N Stories in the Stars, by Susanna Hislop. Orion is one of the most famous and recognisable figures in the night sky. Close by, Taurus gallops into view. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 00:30:00 2014-12-24 00:48:00 2 5 \N \N \N 3604 t
+6912 55224 Shipping Forecast eng \N The latest shipping forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 00:48:00 2014-12-24 01:00:00 \N \N \N \N \N 3605 t
+6912 55225 As BBC World Service eng \N BBC Radio 4 joins the BBC World Service. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 01:00:00 2014-12-24 05:20:00 \N \N \N \N \N 3606 t
+6016 40279 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:05:00 \N \N \N \N \N 3613 t
+6016 40280 Outlook eng \N Personal stories behind the news from all over the world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-23 12:05:00 2014-12-23 13:00:00 \N \N \N \N \N 3614 t
+6016 40281 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:05:00 \N \N \N \N \N 3615 t
+6016 40282 The Inquiry eng \N The Inquiry gets beyond the headlines to explore the trends, forces and ideas shaping the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 13:05:00 2014-12-23 13:32:00 \N \N \N \N \N 3616 t
+6016 40283 Discovery eng \N In-depth exploration of the most significant scientific and technological ideas, discoveries and debates. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 13:32:00 2014-12-23 14:00:00 \N \N \N \N \N 3617 t
+6016 40284 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:05:00 \N \N \N \N \N 3618 t
+6016 40115 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:06:00 \N \N \N \N \N 3619 t
+22400 657 Babestation Xtra eng The place to find all your favourite sexy babes at once. Babestation gives you XXXtra! Plus don't forget to check out BSX from 11 30pm. Press red on Ch 174 to find out more! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 22:00:00 2014-12-20 05:00:00 \N \N \N \N \N 3620 t
+6720 64419 Gemma Cairney eng \N Fresh music to keep you up or get you up. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 04:00:00 2014-12-23 06:30:00 \N \N \N \N \N 3622 t
+4672 51775 The Adventures of Abney and Teal eng CBeebies Bedtime Hour. Abney's Precious Things Abney has so many precious things that he decides to put on a display. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:10:00 \N \N \N AD,S \N 3623 t
+4672 51776 Waybuloo eng CBeebies Bedtime Hour. Pod Men Series set in the magical land of Nara. Lau Lau and Yojojo are making a pod man. Nok Tok sees it. He decides he'd like to make a pod man too. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 18:10:00 2014-12-20 18:20:00 \N \N \N S \N 3624 t
+4672 51777 In the Night Garden eng CBeebies Bedtime Hour. Too Loud Tombliboos! Nice and Quiet The Tombliboos are practising their music so loudly it can be heard across the garden. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 18:20:00 2014-12-20 18:50:00 \N \N \N S \N 3625 t
+6016 39914 Business Daily eng \N The daily drama of money and work from the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 15:05:00 2014-12-19 15:20:00 \N \N \N \N \N 3666 t
+41040 17102 TechKnow eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N \N \N 3876 t
+4672 51778 CBeebies Christmas Bedtime Stories eng CBeebies Bedtime Hour. Father Christmas on the Naughty Step An exciting story read by a special guest. Matthew McNulty reads Father Christmas on the Naughty Step, by Mark Sperring. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 18:50:00 2014-12-20 18:58:00 \N \N \N S \N 3626 t
+4672 47452 This is CBeebies! eng \N CBeebies is the BBC channel for under sixes, encouraging children to learn through play. You can join the fun every day from 6.00am to 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 18:58:00 2014-12-21 05:30:00 \N \N \N \N \N 3627 t
+4736 63006 Scottish Parliament eng \N Recorded coverage of Alex Salmond's final address to the Scottish Parliament as First Minister, from Tuesday 18 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:20:00 \N \N \N \N \N 3628 t
+4736 63007 Westminster in Review eng \N Alicia McCarthy presents a review of the parliamentary highlights at Westminster since September. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 22:20:00 2014-12-24 23:20:00 \N \N \N \N \N 3629 t
+4736 63008 First World War BOOKtalk eng \N Mark D'Arcy in discussion with Keith Simpson, Gisela Stuart and Sir Menzies Campbell. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 23:20:00 2014-12-24 23:45:00 \N \N \N \N \N 3630 t
+4736 62884 Prime Minister's Questions eng \N Recorded coverage of questions in the House of Commons to prime minister David Cameron from Wednesday 17 December. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 23:45:00 2014-12-25 00:20:00 \N \N \N \N \N 3631 t
+14816 1000 1-2-1 Dating - Try ADULT eng \N 1-2-1 Dating's popular ADULT section is for those seeking something a little unusual, specific or extracurricular. Search the pages to find your adult 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 16:00:00 2014-12-23 20:00:00 \N \N \N \N \N 3632 t
+5824 39062 Weird Tales eng Connected, by Melissa Murray After her brother-in-law's death, sad Steph rings his mobile to hear his voice. Next day he rings back. Stars Fiona Glascott. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:30:00 \N \N \N \N \N 3633 t
+5824 39063 The Scarifyers - The Magic Circle eng \N Professor Dunning is saving Great Britain alone. To find old ally Lionheart, he must ask Harry Crow for aid. Stars David Warner. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:00:00 1 4 \N \N \N 3634 t
+5824 38754 Desert Island Discs Revisited eng Children's Writers - Michael Rosen 4 Extra Debut. From Ewan MacColl to Smiley Culture, author Michael Rosen shares his castaway choices with Sue Lawley. From August 2006. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 01:00:00 2014-12-22 01:45:00 \N \N \N \N \N 3635 t
+5824 39064 Just William - Pursuin' Happiness eng The Knight at Arms 4 Extra Debut. Richmal Crompton's mischievous schoolboy William Brown becomes a heroic knight to succour the oppressed. Read by Martin Jarvis. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 01:45:00 2014-12-22 02:00:00 1 3 \N \N \N 3636 t
+5824 39065 Three Men in a Boat eng \N George, Harris and J enjoy a holiday on the River Thames from Kingston to Oxford, with Montmorency the dog. Stars Jeremy Nicholas. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 02:00:00 2014-12-22 02:30:00 1 3 \N \N \N 3637 t
+5824 38757 Stop Messing About! eng \N Two Hell's Angels woo a waitress, and love is in the air. Stars Kenneth Williams, Hugh Paddick and Joan Sims. From May 1970. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:00:00 5 13 \N \N \N 3638 t
+4170 51853 Not Going Out eng Christmas Special Sitcom. The will-they-won't-they tension reaches new highs in this Christmas series finale that sees Lucy and Lee in previously uncharted emotional waters. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:15:00 10 11 \N S \N 3639 t
+4170 56490 The Vicar of Dibley eng Winter Ecclesiastical sitcom about the unconventional Reverend Geraldine Granger. Alice miraculously solves the problem of the Christmas show by proposing an unusual nativity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:15:00 2014-12-24 22:55:00 2 4 \N S \N 3640 t
+4170 58339 Mrs Brown's Boys Christmas Special eng Buckin' Mammy Festive edition of the sitcom about a meddling matriarch. Mrs Brown tries to find out what Bono would like for a Christmas present. Contains strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:55:00 2014-12-24 23:30:00 1 2 \N S \N 3641 t
+4170 51795 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. Followed by weather and a National Lottery update. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:30:00 2014-12-24 23:45:00 \N \N \N S \N 3642 t
+4170 56114 Midnight Mass from Arundel Cathedral eng \N A traditional Christmas Eve Roman Catholic mass from the picturesque town of Arundel in West Sussex, including the familiar carols O Come All Ye Faithful and Silent Night. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:45:00 2014-12-25 01:05:00 \N \N \N S \N 3643 t
+5632 36292 5 live Breakfast eng \N Chris Warburton and Clare McDonnell with news and sport from the UK and around the world. Big-name interviews and topical debates, plus regular travel and weather updates. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N \N \N 3648 t
+4287 57723 To the Manor Born eng 25th Wedding Anniversary Special A special edition first shown on the BBC in 2007 after a 26-year-hiatus. Audrey and Richard plan for their upcoming 25th wedding anniversary. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 16:25:00 2014-12-24 17:25:00 \N \N \N AD,S \N 3650 t
+4287 55617 Carols from King's eng \N The traditional celebration of Christmas from the Chapel of King's College, Cambridge marks the sixtieth anniversary of the first programme being broadcast. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 17:25:00 2014-12-24 18:40:00 \N \N \N S \N 3651 t
+5952 53404 Raj and Pablo eng \N Straight-talking Salil Acharya tells Raj and Pablo what he thought of the latest film releases and DJ Ricky drops another Bollywood-themed mix. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 13:00:00 \N \N \N \N \N 3652 t
+14608 32034 Highway To Heaven eng \N A precocious dog tries to lead Jonathon and Mark to his owners who are trapped in a car at the bottom of a hill. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 3 \N \N \N 3 3653 t
+14608 32035 Dr Finlay eng \N A man dies, supposedly of cancer, but Dr. Finlay suspects other causes; his enquiries lead him into danger. Dr. Neil doubts his abilities when he has to revise his diagnosis of a patient. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 1 \N \N \N 2 3654 t
+14608 32036 Angel In The Family eng \N Christmas drama starring Meredith Baxter. An ailing widowed father and his two estranged daughters experience a miracle when their late matriarch returns to spend Christmas with them. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 17:00:00 2014-12-23 19:00:00 \N \N 2004 \N \N 3655 t
+14752 40838 Big Top 40 Show eng \N Marvin Humes brings you the UK's No.1 chart show. Let us know who you think will top this week's chart @BigTop40! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 16:00:00 2014-12-21 19:00:00 \N \N \N \N \N 3661 t
+5888 52007 David Rodigan eng \N Rodigan rewinds 2014 with his tracks of the year. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 21:00:00 \N \N \N \N \N 3662 t
+6848 61093 Drama on 3 eng Paines Plough at 40 To mark 40 years of the Paines Plough theatre company, a special event held at the BBC Radio Theatre with plays by Nick Payne, Robin French and Katie Douglas. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:30:00 \N \N \N \N \N 3663 t
+6848 61553 BBC Proms 2014 eng \N Another chance to hear a Prom featuring the Aurora Orchestra conducted by Nicholas Collon. With Dobrinka Tabakova's recent Spinning a Yarn and Benedict Mason's experimental Meld. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 23:30:00 2014-12-22 00:30:00 \N \N \N \N \N 3664 t
+6016 39913 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:05:00 \N \N \N \N \N 3665 t
+6016 39915 The Essential eng \N A chance to hear extracts from some of our most thought-provoking broadcasts. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 15:20:00 2014-12-19 15:32:00 \N \N \N \N \N 3667 t
+6016 39916 Sport Today eng \N Live sport from around the world with news, interviews and analysis. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-19 15:32:00 2014-12-19 16:00:00 \N \N \N \N \N 3668 t
+6016 39917 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:05:00 \N \N \N \N \N 3669 t
+6016 39918 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 16:05:00 2014-12-19 16:32:00 \N \N \N \N \N 3670 t
+6016 39919 Tech Tent eng \N Looking at the latest stories in the Tech world and what they mean for businesses and consumers. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 16:32:00 2014-12-19 17:00:00 \N \N \N \N \N 3671 t
+6016 39920 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:05:00 \N \N \N \N \N 3672 t
+6016 39921 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 17:05:00 2014-12-19 17:32:00 \N \N \N \N \N 3673 t
+6016 39922 World Business Report eng \N The latest business and finance news from around the world, on the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 17:32:00 2014-12-19 18:00:00 \N \N \N \N \N 3674 t
+8442 55910 Come Dine with Me eng Comedians Christmas Special Comedians Sean Hughes, Gina Yashere, Paul Tonkinson and Duncan Norvelle go head to head in a culinary battle in aid of charity. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 15:35:00 2014-12-23 16:40:00 \N \N \N S \N 3675 t
+8442 55911 A Place in the Sun eng Home or Away Photographers Chris and Sue are sure that the rural life is the way for them. But will it be in Cornwall or the French countryside? Jonnie Irwin and Jasmine Harman are on hand to help. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 16:40:00 2014-12-23 17:45:00 \N \N \N S \N 3676 t
+8442 55912 A Place in the Sun eng Winter Sun Laura Hamilton takes sailing fanatics Berto and Angie from Hampshire to south Tenerife in search of a holiday home they can enjoy with their large family. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 17:45:00 2014-12-23 18:50:00 \N \N \N S \N 3677 t
+5824 38361 Hancock's Half Hour eng The Monte Carlo Rally The lad competes in the famous motor race in a very classic car provided by Sid. Stars Tony Hancock and Sid James. From January 1955. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:30:00 \N \N \N \N \N 3678 t
+5824 38362 The Men From the Ministry eng The Moving Target The bungling duo takes charge of Britain's first space launch. Stars Deryck Guyler and Richard Murdoch. From July 1970. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 12:30:00 2014-12-19 13:00:00 \N \N \N \N \N 3679 t
+5824 38478 Doctor Who: Hornets' Nest eng The Dead Shoes, pt 2 The Time Lord concludes his tale of the alien-infested ballet pumps in 1930s Cromer. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 4 10 \N \N \N 3680 t
+5824 38679 Bette in Britain eng \N 4 Extra Debut. Susan George tells the story of Hollywood icon Bette Davis's visits to Britain and her impact on show business here. From June 2008. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N \N \N 3681 t
+5824 38548 Adrian Mole: The Cappuccino Years eng Pensioners Adrian clashes with Leicester's oldest communist Archie, an objectionable man with a beetroot habit and an unstable alsatian. Concluded by Nigel Planer. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:15:00 5 5 \N \N \N 3682 t
+5824 38558 A History of Private Life eng Every Man's Home Is His Castle Elaborate rituals of locking up at night, plus records of Old Bailey trials. Amanda Vickery's hidden history of the home. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 14:15:00 2014-12-19 14:30:00 5 30 \N \N \N 3683 t
+5824 38564 Charles Dickens - A House to Let eng \N The derelict house finally reveals its sad secrets, but Trottle is determined to make it a happy ending. Stars Marcia Warren. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 14:30:00 2014-12-19 14:45:00 5 5 \N \N \N 3684 t
+5824 38577 Clever Girl: A Sentimental Education eng Sausages for Tea Having come down from Cambridge, Brian Thompson marries his sensible girlfriend. 1950s memoir concluded by David Troughton. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 14:45:00 2014-12-19 15:00:00 5 5 \N \N \N 3685 t
+28160 15846 The Best of Woman to Woman eng \N Maria Rodrigues presents a choice cut from her daily Woman to Woman show. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N \N \N 3687 t
+6784 51692 Huey Morgan eng \N Huey Morgan from the Fun Lovin' Criminals raids his personal record collection. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 03:00:00 2014-12-20 06:00:00 \N \N \N \N \N 3693 t
+4352 53200 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 21:30:00 \N \N \N S \N 3694 t
+4352 53201 Our World eng A Good Man in Rwanda Featuring news on issues around the world. Mark Doyle returns to Rwanda to piece together the remarkable story of an unsung hero, Captain Mbaye Diagne. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 21:30:00 2014-12-21 22:00:00 \N \N \N S \N 3695 t
+4352 53202 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 22:00:00 2014-12-21 22:30:00 \N \N \N S \N 3696 t
+4352 53203 The Papers eng \N No need to wait until tomorrow morning to see what's in the papers - tune in for a lively and informed conversation about the next day's headlines. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 22:30:00 2014-12-21 22:45:00 \N \N \N S \N 3697 t
+4352 53205 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:30:00 \N \N \N S \N 3699 t
+4352 53206 The Papers eng \N No need to wait until tomorrow morning to see what's in the papers - Martine Croxall presents a lively and informed conversation about the next day's headlines. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:30:00 2014-12-21 23:45:00 \N \N \N S \N 3700 t
+4352 53207 The Film Review eng \N Mark Kermode gives his unique take on the best and worst of the week's film and DVD releases, with Gavin Esler. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:45:00 2014-12-22 00:00:00 \N \N \N S \N 3701 t
+5760 59395 The Radcliffe and Maconie Show eng \N It's nearly Christmas! Grab a glass of eggnog with Yule-bringers Mark Radcliffe and Stuart Maconie. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 16:00:00 \N \N \N \N \N 3702 t
+4175 56435 John Bishop's Christmas eng \N John Bishop's Christmas Show is an all-singing, all-dancing festive comedy spectacular, featuring big names in music and comedy and plenty of Christmas treats and surprises. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N S \N 3707 t
+4175 51739 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:25:00 \N \N \N S \N 3708 t
+4175 52480 Look North eng \N The latest news, sport and weather for Yorkshire and Lincolnshire. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:25:00 2014-12-22 22:35:00 \N \N \N S \N 3709 t
+4175 56436 Mrs Brown's Boys eng Mammy Christmas Agnes Brown finds herself facing her busiest Christmas yet. Contains adult humour and some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 22:35:00 2014-12-22 23:05:00 1 2 \N S \N 3710 t
+4175 51743 Citizen Khan eng A Khan Family Christmas Family sitcom. Mr Khan has been given the honour of placing the star on top of the Sparkhill interfaith Christmas tree. Shazia has other plans. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 23:05:00 2014-12-22 23:35:00 7 7 \N AD,S \N 3711 t
+4175 51744 The Graham Norton Show eng \N Chat show. Graham's guests for a bumper Christmas episode are Ben Stiller, Ricky Gervais, Rebel Wilson, Jamie Foxx, Cameron Diaz, Danny Dyer and Usher. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 23:35:00 2014-12-23 00:25:00 12 22 \N S \N 3712 t
+28160 15843 The Worship Hour eng \N Rick Easter starts your afternoon with the very best worship music, Bible readings and prayer. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 3722 t
+28160 15844 The News Hour eng \N Join Rick Easter and the Premier News team for all today's breaking stories, live, as they happen. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 \N \N \N \N \N 3723 t
+28160 15845 Focus on the Family eng \N Teaching and advice on marriage, parenting and family issues. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N \N \N 3724 t
+5696 40180 Coming up on 5 live sports extra eng \N Coming up at 2.55pm on Boxing Day, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-24 00:00:00 2014-12-24 06:00:00 \N \N \N \N \N 3725 t
+4736 62939 Westminster in Review eng \N Alicia McCarthy presents a review of the parliamentary highlights at Westminster since September. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 05:00:00 2014-12-20 06:00:00 \N \N \N \N \N 3726 t
+7168 34322 CBeebies Christmas Karaoke eng \N Viewers can press the Red Button to sing along with their CBeebies chums. The service features songs from ZingZillas, Something Special and this year's CBeebies Pantomime. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-24 06:00:00 2014-12-24 12:00:00 \N \N \N \N \N 3727 t
+28032 27989 Hard Target eng \N Martial arts adventure starring Jean-Claude Van Damme and Lance Henriksen, 1993. A New Orleans sailor stumbles upon a deadly game in which groups of sadistic hunters pursue human prey \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:00:00 \N \N \N AD,S \N 3728 t
+28032 27992 Renegades eng \N Fast-paced thriller starring Kiefer Sutherland and Lou Diamond Phillips, 1989. When a tribal lance is stolen, a Native American teams up with an undercover cop to find a gang of criminals \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 23:00:00 2014-12-22 01:10:00 \N \N \N AD,S \N 3729 t
+5952 53425 Ray Khan eng \N Ray Khan features the late composer OP Nayyar in Bhooli Bisri Yaadein. Nayyar composed many memorable soundtracks, including Tumsa Nahin Dekha, Howrah Bridge and Kashmir Ki Kali. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 21:00:00 2014-12-23 00:00:00 \N \N \N \N \N 3734 t
+4672 52124 Tweenies eng Christmas Eve Preschool fun. On the most magical day of the year, the Tweenies are hoping to take a trip on Santa's sleigh. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:20:00 \N \N \N S \N 3736 t
+4672 52125 Woolly and Tig eng Christmas Magic Live-action children's show. Tig visits her grandad for Christmas. When she worries that there is no snow for Santa's sleigh, Woolly sings her to sleep. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 06:20:00 2014-12-24 06:30:00 \N \N \N S \N 3737 t
+4672 52126 Charlie and Lola: Christmas Special eng How Many More Minutes to Christmas? Children's animation with brother and sister Charlie and Lola. Lola discovers there is no door for Christmas Day on her advent calendar. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 06:30:00 2014-12-24 06:55:00 \N \N \N AD,S \N 3738 t
+4672 52127 Sarah & Duck eng Seacow Snow Trail Animation. Sarah and Duck have received some Christmas presents and are keen to find out who delivered them. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 06:55:00 2014-12-24 07:00:00 \N \N \N AD,S \N 3739 t
+4672 52128 A CBeebies Christmas Carol eng \N Miserly Ebenezer Scrooge needs some CBeebies magic to help him care for those around him and share the joy of Christmas! Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:40:00 \N \N \N AD,S \N 3740 t
+4672 52129 Topsy and Tim's Christmas Eve eng \N Live-action children's show. It's the night before Christmas, and Topsy and Tim finish decorating the tree. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 07:40:00 2014-12-24 07:55:00 \N \N \N AD,S \N 3741 t
+4672 52130 Q Pootle 5 eng Two Places at Once Space animation. Q Pootle 5 gets himself in a muddle when he agrees to help both Eddi build his new telescope and Oopsy bake some cakes, at the same time. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 07:55:00 2014-12-24 08:10:00 \N \N \N S \N 3742 t
+4672 52131 Postman Pat's Christmas Eve eng \N Children's animation. Just in time for Christmas, it's snowing in Greendale. Ajay's got to get back from Pencaster with the Greendale Christmas tree. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 08:10:00 2014-12-24 08:25:00 14 14 \N S \N 3743 t
+4672 52132 Timmy Time eng Timmy's Cookie Animated adventures of a lamb at nursery school. Harriet shows the class how to make cookies and Timmy decides to make one bigger than all the others. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 08:25:00 2014-12-24 08:35:00 4 28 \N AD,S \N 3744 t
+4672 52133 Tree Fu Tom eng The Sprite before Christmas Animated fantasy adventure show. Tom arrives to find everyone preparing to celebrate Winterfest, a Treetopolis version of Christmas. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 08:35:00 2014-12-24 09:00:00 \N \N \N S \N 3745 t
+14832 1357 Rabbits & Bunnies & Meadows, Oh My eng \N Now in its 6th year, Gay Rabbit Chat & Date is an interactive TV chat service designed to put YOU in touch with new LGBT friends all over the UK. Chat, flirt, date and then some! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 16:00:00 2014-12-23 20:00:00 \N \N \N \N \N 3748 t
+6784 51787 Jo Whiley eng \N Jo Whiley sits in for Ken Bruce, and Simple Minds frontman Jim Kerr picks his Tracks of My Years. Plus Album and Record of the Week. Email jo.whiley@bbc.co.uk. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 09:30:00 2014-12-22 12:00:00 \N \N \N \N \N 3749 t
+8283 17169 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 22:45:00 2014-12-24 23:00:00 \N \N \N S \N 3750 t
+8283 20375 Christmas Carols on ITV eng \N Aled Jones, Mica Paris, Lucy Kay and Collabro joins the congregation of St. Mary's Church in Prestwich, Manchester for their traditional candlelit Christmas Eve carol service. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N S \N 3751 t
+6912 55226 Shipping Forecast eng \N The latest shipping forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 05:20:00 2014-12-24 05:30:00 \N \N \N \N \N 3752 t
+6912 55227 News Briefing eng \N The latest news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 05:30:00 2014-12-24 05:43:00 \N \N \N \N \N 3753 t
+6912 55228 Prayer for the Day eng \N A spiritual comment and prayer to begin the day, with the Rev Dr Stephen Wigley. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 05:43:00 2014-12-24 05:45:00 \N \N \N \N \N 3754 t
+6912 55229 Farming Today eng \N The latest news about food, farming and the countryside. Presented by Anna Hill. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 05:45:00 2014-12-24 05:58:00 \N \N \N \N \N 3755 t
+6912 53455 Tweet of the Day eng \N The sounds and stories of birds from around the world. Sir David Attenborough presents the house wren, found across the New World. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 05:58:00 2014-12-24 06:00:00 \N \N \N \N \N 3756 t
+25920 20066 Nutrimaster Pick of the Day eng \N A chance for you to get our special product of the day - the Ideal World Pick of the Day. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 08:00:00 2014-12-20 09:00:00 \N \N \N \N \N 3757 t
+6016 40286 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:05:00 \N \N \N \N \N 3764 t
+6016 40287 Business Daily eng \N The daily drama of money and work from the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 15:05:00 2014-12-23 15:20:00 \N \N \N \N \N 3765 t
+6016 40288 The Inquiry eng \N The Inquiry gets beyond the headlines to explore the trends, forces and ideas shaping the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 15:20:00 2014-12-23 15:32:00 \N \N \N \N \N 3766 t
+41040 17099 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 3873 t
+6016 40289 Sport Today eng \N Live sport from around the world with news, interviews and analysis. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-23 15:32:00 2014-12-23 16:05:00 \N \N \N \N \N 3767 t
+6016 40290 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 16:05:00 2014-12-23 16:32:00 \N \N \N \N \N 3768 t
+6016 40593 The Kinshasa Symphony Orchestra eng \N Nicki Paxman meets the Kinshasa Symphony Orchestra, the only symphony orchestra in Central Africa. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 16:32:00 2014-12-23 17:00:00 \N \N \N \N \N 3769 t
+6016 40292 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:05:00 \N \N \N \N \N 3770 t
+6016 40293 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 17:05:00 2014-12-23 17:32:00 \N \N \N \N \N 3771 t
+6016 40294 World Business Report eng \N The latest business and finance news from around the world, on the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 17:32:00 2014-12-23 18:00:00 \N \N \N \N \N 3772 t
+8385 58145 Dragoon Wells Massacre eng \N Western. Dennis O'Keefe stars as a cavalry officer who must escort to safety not only his dangerous prisoner but also the survivors of an Apache ambush he encounters along the way. \N 0 25 f 1 eng eng 1 0 0 \N 2014-12-19 15:30:00 2014-12-19 17:15:00 \N \N 1957 AD,S \N 3773 t
+8385 58146 The Lavender Hill Mob eng \N Ealing comedy. Alec Guinness plays a clerk who has been responsible for transporting a bank's gold supplies for the last 20 years. But now he has decided to steal £1,000,000 of it. \N 0 25 f 1 eng eng 1 0 0 \N 2014-12-19 17:15:00 2014-12-19 18:50:00 \N \N 1951 S \N 3774 t
+6720 64423 Scott Mills eng \N Scott Mills is up early and sitting in for Grimmy with Radio 1's Breakfast Show! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 06:30:00 2014-12-23 10:00:00 \N \N \N \N \N 3775 t
+4287 53568 The Great Interior Design Challenge eng Port Sunlight Series searching for untapped interior design talent. In the penultimate heat, three new designers must transform a master bedroom in Port Sunlight. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 09:05:00 2014-12-19 10:05:00 8 16 \N AD,S,SL \N 3776 t
+4287 53569 Children's Hospital eng The Chaplains Documentary series. The chaplains at Birmingham Children's Hospital are called to the parents of a newborn baby with suspected meningitis. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 10:05:00 2014-12-19 10:35:00 6 6 \N S,SL \N 3777 t
+4287 49104 The Travel Show eng \N Series showcasing the best of travel across the globe. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 10:35:00 2014-12-19 11:00:00 \N \N \N S \N 3778 t
+4287 49105 BBC News eng \N The latest national and international news, plus top interviews and analysis. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N S \N 3779 t
+4287 49106 BBC World News eng \N The latest international news from the BBC. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N S \N 3780 t
+4736 63357 Westminster in Review eng \N Alicia McCarthy presents a review of the parliamentary highlights at Westminster since September. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 3781 t
+4736 63358 Tony Baldry Lecture eng \N Tony Baldry delivers a lecture on Parliament and the Church in the State Apartments of the Palace of Westminster, from Tuesday 16 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 3782 t
+4736 63359 Briefings eng \N The week's key speeches and news briefings. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 02:00:00 2014-12-21 03:00:00 \N \N \N \N \N 3783 t
+4352 51188 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:30:00 \N \N \N S \N 3785 t
+4352 58093 Dylan Thomas eng Rock and Roll Poet From Swansea to New York, actor Michael Sheen and singer Cerys Matthews are among those paying tribute to the work and life of poet Dylan Thomas. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 \N \N \N S \N 3786 t
+4352 51190 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:30:00 \N \N \N S \N 3787 t
+4352 51192 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 02:00:00 2014-12-20 02:30:00 \N \N \N S \N 3789 t
+5824 38758 Brian Gulliver's Travels eng Osminia Missing for six years, Brian has stories to tell, including his trip to a land where marriage is outlawed. Stars Neil Pearson. From March 2011. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:30:00 3 6 \N \N \N 3791 t
+5824 39347 Michael Frayn - Clouds eng \N Coffee and literature or art and sugar? Rival Sunday supplement writers clash under 1970s Cuban skies. Stars Dinsdale Landen. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 03:30:00 2014-12-22 05:00:00 \N \N \N \N \N 3792 t
+5824 38760 Louisa May Alcott - Little Women eng Aunt March Settles the Question Father returns for Christmas and Meg gets a proposal. Stars Buffy Davis, Jemma Redgrave and Gayle Hunnicutt. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 05:00:00 2014-12-22 05:30:00 6 6 \N \N \N 3793 t
+5824 38761 Captain Kidd and the First Fifteen eng \N Harry's health is failing fast, while Captain Kidd thinks he has cheated justice. Stars Polly James and Philip Voss. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 05:30:00 2014-12-22 06:00:00 6 6 \N \N \N 3794 t
+4544 46813 Castles: Britain's Fortified History eng Defence of the Realm Castles survived into the Tudor era. But these strategic seats of power had to become palaces to impress monarchs such as Elizabeth I. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 04:00:00 3 3 \N AD,S,SL \N 3795 t
+4544 46814 This Is BBC Four eng \N BBC Four is the BBC channel for people who want more. More depth, more range, more to stimulate the mind. More daily from 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:30:00 \N \N \N \N \N 3796 t
+4544 44959 This Is BBC Four eng \N BBC Four is the BBC channel for people who want more. More depth, more range, more to stimulate the mind. More daily from 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 05:30:00 2014-12-19 18:58:00 \N \N \N \N \N 3797 t
+4170 49791 Weather For the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 01:05:00 2014-12-21 01:10:00 \N \N \N S \N 3798 t
+4170 49792 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 01:10:00 2014-12-21 06:00:00 \N \N \N S \N 3799 t
+5632 36293 5 live Breakfast eng Your Call Your calls on the day's big story with Chris Warburton. Call 0500 909 693 [free from some landlines; other networks vary]. Text 85058 [standard rate]. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N \N \N 3804 t
+5632 36294 5 live Daily eng \N Original news and exclusive interviews from across the UK with Adrian Chiles. Including your stories and contributions, plus a round-up of the day's headlines. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 10:00:00 2014-12-22 13:00:00 \N \N \N \N \N 3805 t
+14800 1357 Winter in Rabbit Meadow eng \N Rabbit Chat & Date has been connecting people for 6 years now! Why not jump in and see why? Make new friends, chat, flirt and find that RIGHT somebody. Or that RIGHT NOW somebody. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 16:00:00 2014-12-23 20:00:00 \N \N \N \N \N 3806 t
+4287 57735 The Good Life eng When I'm 65 Special edition of the comedy series recorded in the presence of the Queen. After Jerry takes out another endowment policy, the Goods begin to plan for their old age. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 18:40:00 2014-12-24 19:10:00 \N \N \N S \N 3807 t
+41040 17100 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N \N \N 3874 t
+41040 17101 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N \N \N 3875 t
+4287 58184 Victoria Wood with All the Trimmings eng \N Victoria Wood serves up a large helping of Christmas comedy, with an impressive list of celebrities appearing in a wide range of pastiches. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 19:10:00 2014-12-24 20:00:00 \N \N \N S \N 3808 t
+4287 55918 Christmas University Challenge eng \N Series featuring teams of distinguished graduates. Martin Bell and Bishop David Walker from King's College, Cambridge play Francis Wheen and Valerie Vaz from Royal Holloway. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 3 10 \N S \N 3809 t
+4287 56546 The Choir eng New Military Wives Two-part documentary following Gareth Malone as he forms a Military Wives choir to perform at a WWI centenary prom. Performance day looms ever closer as rehearsals intensify. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:30:00 2 2 \N AD,S \N 3810 t
+4170 53462 Operation Meet the Street eng \N Celebrities visit streets where they grew up. James Martin invites Helen Skelton back to Kirkby Thore, the Cumbrian village she grew up in, to find out who lives there now. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 09:15:00 2014-12-19 10:00:00 5 5 \N S \N 3812 t
+4170 49745 Homes Under the Hammer eng \N Martin Roberts and Lucy Alexander visit a double-fronted end-terrace house in Stoke, a flat in Sydenham and a semi-detached house in County Durham. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N S \N 3813 t
+4170 50286 Saints and Scroungers eng \N Series looking at benefit fraud. Fraud investigators at Newham Council are on the trail of a man they suspect of claiming benefits when in fact he is a student. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 20 20 \N S \N 3814 t
+4170 51284 Oxford Street Revealed eng \N A light has gone out at a landmark Oxford Street building, 400 feet above the ground. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:15:00 10 10 \N AD,S \N 3815 t
+27648 4394 Couples Who Kill eng Consumed by Envy Desperation for a baby drove Jacqueline and Fedell to commit the most horrific of crimes kill a young woman and perform a Caesarean section with scissors. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 3816 t
+27648 4395 FBI Case Files eng Shots Fired It's day-camp at the Jewish Community Centre when a gunman walks in and fires 70 rounds of ammo at children and staff. Can police catch him before he strikes again? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 3817 t
+27648 4396 FBI Case Files eng Internet Slave Master A peaceful enclave is ripped apart by sordid crime scenes that shock local officers. A serial killer is on the loose. But is it too late to save Lisa Stacey? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 02:00:00 2014-12-21 03:00:00 \N \N \N \N \N 3818 t
+8264 16315 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 00:45:00 2014-12-21 03:00:00 \N \N \N \N \N 3819 t
+5888 52380 BBC Radio 1 and 1Xtra's Stories eng Pow - Ten Years of Lethal B Ten years on from the release of Pow! (Forward), 'the national anthem of grime', Lethal B explores what inspired him to make it in the first place. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 3820 t
+5888 52009 DJ Edu eng Destination Africa Edu hits play on some of his 2014 highlights, including Banky W's Lagos Live Lounge. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 22:00:00 2014-12-22 01:00:00 \N \N \N \N \N 3821 t
+6848 61110 Through the Night eng \N Catriona Young presents music including Haydn's The Creation, plus Halvorsen, Faure, Tartini, Delius, Abel, Kodaly, Demersseman, Brahms, Bax, Berwald, Coulthard and Saint-Saens. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 00:30:00 2014-12-22 06:30:00 \N \N \N \N \N 3825 t
+6720 64342 Pete Tong eng \N Pete has a very special mix - all of 2014's Essential New Tunes! Plus another chance to hear Watermat's fantastic After-Hours mix. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 22:00:00 2014-12-20 01:00:00 \N \N \N \N \N 3826 t
+6016 40296 World Have Your Say eng \N The BBC news programme where you set the agenda. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 18:05:00 2014-12-23 18:50:00 \N \N \N \N \N 3830 t
+5888 51997 Adele Roberts eng \N Fresh music, chat and entertainment. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 16:00:00 \N \N \N \N \N 3849 t
+4352 53208 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:30:00 \N \N \N S \N 3850 t
+4352 53209 Reporters eng \N A weekly programme of stories filed by BBC reporters from all over the world, ranging from analyses of major global issues to personal reflections and anecdotes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:00:00 \N \N \N S \N 3851 t
+4352 53210 Newsday eng \N Live from London and Singapore, the latest international news from the BBC. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 01:00:00 2014-12-22 01:30:00 \N \N \N S \N 3852 t
+4352 58124 Talking Business with Linda Yueh eng \N What does 2015 hold? The bosses of Alliance Boots, Cargill and Cardiff City Football Club share their views about the business and economic outlook for next year. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 01:30:00 2014-12-22 02:00:00 \N \N \N S \N 3853 t
+4352 53212 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 02:00:00 2014-12-22 02:30:00 \N \N \N S \N 3854 t
+4352 53213 Asia Business Report eng \N Live from Singapore, the essential business news as it breaks and a look ahead to the news that will shape the business day. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 02:30:00 2014-12-22 02:45:00 \N \N \N S \N 3855 t
+4352 53214 Sport Today eng \N All the latest sports news and results from around the globe. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 02:45:00 2014-12-22 03:00:00 \N \N \N S \N 3856 t
+5760 59632 Wise Women eng St Vincent St Vincent plays two hours of her favourite tunes, from Nine Inch Nails to John Coltrane, Cate le Bon to Peggy Lee, plus archive selections including Nirvana and Fela Kuti. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 18:00:00 \N \N \N \N \N 3857 t
+25920 19891 Early Morning Shopping eng \N A selection of our best shows for the early morning shopper. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N \N \N 3866 t
+25920 21061 Last Minute Technology Gifts eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 07:00:00 2014-12-20 08:00:00 \N \N \N \N \N 3867 t
+28352 2307 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 3868 t
+8384 59180 Secret Eaters eng \N Can the show's hidden cameras help Helena and Murray get to the bottom of their weight gain? And can the positioning of fruit in the school canteen encourage school kids to eat well? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 03:25:00 2014-12-24 04:20:00 \N \N \N S,SL \N 3869 t
+8384 59149 Phil Spencer eng Secret Agent In the East Midlands, Phil works on one home blighted by robin-themed décor, and another with stains on almost every carpet. Can either of them be made attractive to buyers? \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 04:20:00 2014-12-24 05:15:00 \N \N \N AD,S \N 3870 t
+8384 59139 Kirstie's Vintage Gems eng \N Kirstie Allsopp creates a fun 1950s-inspired family playroom for Jannine and Shaun Cartwright. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 05:15:00 2014-12-24 05:35:00 \N \N \N S \N 3871 t
+8384 58741 The Nativity Story eng \N Religious drama. Catherine Hardwicke's account of the birth of Christ stars Keisha Castle-Hughes as Mary and Oscar Isaac as Joseph. With Ciaran Hinds as King Herod. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 05:35:00 2014-12-24 07:15:00 \N \N 2006 S \N 3872 t
+15440 20 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 12:00:00 \N \N \N \N \N 3886 t
+6848 60957 Breakfast eng \N Martin Handley presents Radio 3's classical breakfast show, including the Breakfast Carol Competition. Email 3Breakfast@bbc.co.uk. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 07:00:00 2014-12-20 09:00:00 \N \N \N \N \N 3887 t
+13120 7702 In the Salon with SBC eng \N SBC have captured the essences of plants to soothe your body. Tune in to find out how your skin can benefit from their renowned natural gel formulations. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 3888 t
+13120 7703 Diamonique Veronese Collection eng \N Handmade Italian jewellery collection which bonds together sterling silver and 18ct gold. Combined with fine simulated diamonds to give a glamorous look at a fraction of the price. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N \N \N 3889 t
+13120 7704 Northern Nights eng \N Create a haven of relaxation in your bedroom with QVC's range of luxury bedding, made from soft, high-quality materials. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N \N \N 3890 t
+27840 5186 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 3891 t
+27840 5187 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 3892 t
+27840 5188 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 3893 t
+23152 17466 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:30:00 \N \N \N \N \N 3896 t
+23152 17467 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-22 06:30:00 2014-12-22 07:00:00 \N \N \N \N \N 3897 t
+23152 19199 Crime Stories eng Season 1 First hand accounts, dramatic re-enactments and exclusive footage are combined to explore the grim truth behind these intriguing crime stories. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 07:00:00 2014-12-22 08:00:00 \N \N \N \N \N 3898 t
+23152 17469 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N \N \N 3899 t
+23152 17470 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N \N \N 3900 t
+4288 41496 Family Guy eng Brian Does Hollywood Animated comedy about family life. Brian struggles writing scripts until he is offered the chance to direct a porn film. Contains adult themes. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:10:00 2014-12-20 00:30:00 2 22 \N S \N 3905 t
+4288 41701 Bad Education: The Finale eng Prom Alfie realises he can't go on teaching without his beloved class and quits Abbey Grove. Contains adult humour. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 6 6 \N AD,S \N 3906 t
+4288 41702 Sweat the Christmas Stuff eng \N Nick Grimshaw hosts a festive edition of the show, with Rochelle Humes, Melvin Odoom, Pixie Lott, Ricky Wilson, Chris Ramsey and Bobby Mair. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:30:00 8 9 \N S \N 3907 t
+4288 41703 Some Girls eng \N Comedy series about a group of teenage girls. Amber has a trial for Chelsea Ladies, and Holli's romantic life becomes complicated. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 01:30:00 2014-12-20 02:00:00 5 6 \N S \N 3908 t
+4288 41704 Siblings eng Wheelchair Conference After her boss is replaced, Hannah draws Dan into a web of lies that can only end badly. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-20 02:00:00 2014-12-20 02:30:00 1 6 \N AD,S \N 3909 t
+4288 41705 Siblings eng Vet Drugs Sitcom. Sadie, Hannah's best friend from university, returns with a new fiancé, whom Hannah naturally hates. Contains strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-20 02:30:00 2014-12-20 03:00:00 2 6 \N AD,S \N 3910 t
+17472 51556 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 01:05:00 2014-12-21 02:05:00 \N \N \N \N \N 3912 t
+17472 51445 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 02:05:00 2014-12-21 03:05:00 \N \N \N \N \N 3913 t
+4608 63322 This is CBBC! eng \N Welcome to the CBBC channel. Programmes start at 7.00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 05:30:00 2014-12-23 07:00:00 \N \N \N \N \N 3914 t
+14372 7999 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 3916 t
+14372 8000 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 3917 t
+14372 8001 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 3918 t
+4544 45512 This Is BBC Four eng \N This is BBC Four. Programmes start at 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 18:58:00 2014-12-22 19:00:00 \N \N \N \N \N 3932 t
+4544 47733 Guys and Dolls eng \N Classic musical. A gambler in need of cash bets he can make any girl go to Havana with him. Includes songs such as Adelaide's Lament and Sit Down, You're Rocking the Boat. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 19:00:00 2014-12-22 21:25:00 \N \N 1955 S \N 3933 t
+5632 36205 Morning Reports eng \N A round-up of the day's news, sport and business stories, and a look at the morning's papers. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:15:00 \N \N \N \N \N 3940 t
+5632 36206 Wake up to Money eng \N Mickey Clark with the latest news and views on business and the world of personal finance. Plus the very latest from the financial markets around the globe. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 05:15:00 2014-12-19 06:00:00 \N \N \N \N \N 3941 t
+24384 15160 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 3943 t
+24384 15106 Tattered Lace Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N \N \N 3944 t
+24384 15161 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N \N \N 3945 t
+4672 52134 Swashbuckle eng Plankety Plank Pirate-themed game show. Captain Sinker and her crew have had enough of landing in the ship's mess, so they decide to make a plank for Gem to walk. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:25:00 \N \N \N S \N 3946 t
+4672 52135 Kate and Mim-Mim eng Mim-Mim's Moon Mishap Animated series about Kate and Mim-Mim. Kate wants to make friends with the man in the moon and accidentally blasts off with Mim-Mim in Tack's new rocket ship. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:25:00 2014-12-24 09:35:00 \N \N \N S \N 3947 t
+4672 52136 Bing eng Say Goodbye Bing and Sula are having so much fun playing together, they don't want to say goodbye when Amma arrives to pick Sula up. Bing tries to delay her departure. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 09:35:00 2014-12-24 09:45:00 \N \N \N AD,S \N 3948 t
+4672 52137 Something Special: We're All Friends eng Outdoors Educational series using Makaton sign language. Joshua and Isaac take Justin canoeing on Lake Windermere. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:45:00 2014-12-24 10:05:00 22 25 \N S \N 3949 t
+4672 52138 My Pet and Me eng Shetland Pony Series showing children what it really means to have a pet. Rory meets Felix and Hugo and their Shetland pony, Jake. Felix shows Rory how to brush Jake. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 10:05:00 2014-12-24 10:20:00 7 25 \N S \N 3950 t
+4672 52139 Tree Fu Tom eng Super Squirmtum Animated fantasy adventure show. When Squirmtum finds a sapstone belt, he decides to become a superhero, leaving behind his day job as a sap collector. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 10:20:00 2014-12-24 10:45:00 \N \N \N S \N 3951 t
+4672 52140 The Furchester Hotel: Christmas Special eng Monster Monster Day Preschool puppet show. Monster Monster visits only one hotel on Monster Monster Day. Elmo really wants it to be the Furchester, but there's a problem. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 10:45:00 2014-12-24 11:00:00 \N \N \N AD,S \N 3952 t
+4672 52141 Justin's House eng Little Pot of Bothers Justin Fletcher entertains children with singing, dancing and comedy. Mr Bloom sends a special seed to Justin. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:25:00 22 23 \N S \N 3953 t
+4672 52142 Chuggington eng Snowstruck Wilson Children's animation in which the trains talk, think and don't need drivers. When a blizzard comes in, the chuggers get a chance to use their snowploughing skills. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 11:25:00 2014-12-24 11:35:00 \N \N \N S \N 3954 t
+4672 52143 Chuggington eng Heave Ho Harrison Children's animation in which the trains talk, think and don't need drivers. When Harrison gets stuck inside a giant snowdrift, Koko organises the rescue. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 11:35:00 2014-12-24 11:45:00 \N \N \N S \N 3955 t
+4672 52144 My Pet and Me: Christmas Special eng Reindeer Ferne takes a festive trip to visit Alexandra and her reindeer. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 11:45:00 2014-12-24 12:00:00 16 25 \N S \N 3956 t
+15456 20 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 12:00:00 \N \N \N \N \N 3962 t
+17664 58994 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-20 18:00:00 2014-12-20 20:00:00 \N \N \N \N \N 3963 t
+17664 58658 eng \N \N \N \N \N \N \N \N eng 6 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:30:00 \N \N \N \N \N 3964 t
+13024 51271 Close eng \N Channel Off Air \N 0 25 f \N \N \N 0 0 0 \N 2014-12-20 01:30:00 2014-12-20 04:10:00 \N \N \N \N \N 3965 t
+24480 3599 Wake Up In The 80s eng \N Slip on the shoulder pads and break out the synths as we go electro and techno and get to grips with the genres that made the iconic 80s such a musical goldmine. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N \N \N 3966 t
+26368 36414 Smooth Sanctuary with Chris Skinner eng \N Join Chris Skinner from 8.00pm every weekday evening for the Smooth Sanctuary; your relaxing music mix \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 20:00:00 2014-12-24 00:00:00 \N \N \N \N \N 3967 t
+6784 51879 Soul Cities with Tony Blackburn eng \N Tony Blackburn explores three great soul cities of America. Chicago. The city of gospel-tinged soft soul with horns and strings. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 12:00:00 2014-12-22 14:00:00 1 3 \N \N \N 3975 t
+6784 51784 Steve Wright in the Afternoon eng \N Steve chats to lyricist Tim Rice, director Tim Burton, singer Seth Lakeman and cook Kevin Woodford. Plus Factoids, Non-Stop Oldies and the latest entertainment and lifestyle news. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 17:05:00 \N \N \N \N \N 3976 t
+6912 55231 Today eng \N Morning news and current affairs. Includes Sports Desk at 6.25am, 7.25am, 8.25am; Weather at 6.57am, 7.57am; Thought for the Day 7.48am. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:00:00 \N \N \N \N \N 3979 t
+6016 40295 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:05:00 \N \N \N \N \N 3980 t
+40992 51949 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:25:00 \N \N \N \N \N 3981 t
+6016 40297 News about Ebola eng \N More of the latest information about local, regional and international efforts to contain and combat Ebola. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 18:50:00 2014-12-23 19:00:00 \N \N \N \N \N 3982 t
+6016 40298 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:05:00 \N \N \N \N \N 3983 t
+6016 40299 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 19:05:00 2014-12-23 19:32:00 \N \N \N \N \N 3984 t
+6016 40300 Click eng \N Technological and digital news from around the world. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 19:32:00 2014-12-23 20:00:00 \N \N \N \N \N 3985 t
+6016 40301 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:05:00 \N \N \N \N \N 3986 t
+6016 40302 The Inquiry eng \N The Inquiry gets beyond the headlines to explore the trends, forces and ideas shaping the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 20:05:00 2014-12-23 20:32:00 \N \N \N \N \N 3987 t
+6016 40594 The Kinshasa Symphony Orchestra eng \N Nicki Paxman meets the Kinshasa Symphony Orchestra, the only symphony orchestra in Central Africa. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 20:32:00 2014-12-23 21:00:00 \N \N \N \N \N 3988 t
+15808 50362 Trophe Andros eng \N Alpe D'Huez. Motor racing's favourite winter past time, the Andros Trophy, tests the skills of some of today's top circuit racers on the ice covered tracks of some of France's best known ski resorts. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:05:00 \N \N \N \N \N 3990 t
+15808 50363 AMV Bike Cup eng Some of the bravest riders on the planet tackle the ultimate two-wheeled challenge motorcycle racing on ice. Thrills and spills come as standard, naturally. Action from Alpe D'Huez. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 22:05:00 2014-12-24 22:35:00 \N \N \N \N \N 3991 t
+15808 50364 Superkart USA eng \N This high-performance kart racing series travels to the best circuits in North America. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 22:35:00 2014-12-25 00:10:00 \N \N \N \N \N 3992 t
+22752 1114 Kiss Fresh Early eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 03:00:00 2014-12-24 06:00:00 \N \N \N \N \N 3996 t
+7168 34226 CBBC Christmas Cracker eng \N Join CBBC's Hacker and Dodge for a musical extravaganza of festive fun and frolics. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-19 12:00:00 2014-12-19 18:00:00 \N \N \N \N \N 4004 t
+27712 22009 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:30:00 \N \N \N \N \N 4005 t
+27712 22010 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 00:30:00 2014-12-23 01:00:00 \N \N \N \N \N 4006 t
+27712 22011 Lockerbie: What Really Happened? eng A special investigation If Libya was not responsible for the Lockerbie bombing; then who was? \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N \N \N 4007 t
+27712 22012 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 02:00:00 2014-12-23 03:00:00 \N \N \N \N \N 4008 t
+16080 14825 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N \N \N 4523 t
+4736 63360 Westminster in Review eng \N Alicia McCarthy presents a review of the parliamentary highlights at Westminster since September. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 03:00:00 2014-12-21 04:00:00 \N \N \N \N \N 4009 t
+4736 63361 Tony Baldry Lecture eng \N Tony Baldry delivers a lecture on Parliament and the Church in the State Apartments of the Palace of Westminster, from Tuesday 16 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 04:00:00 2014-12-21 05:00:00 \N \N \N \N \N 4010 t
+4736 63362 Briefings eng \N The week's key speeches and news briefings. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 05:00:00 2014-12-21 06:00:00 \N \N \N \N \N 4011 t
+5952 53405 Asian Network Request Show eng \N Shabash! Murtz spins two hours of Bollywood, bhangra and South Asian requests in 120 minutes of musical masti magic. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 15:00:00 \N \N \N \N \N 4014 t
+5824 39066 Doctor Who: Hornets' Nest eng The Circus of Doom, pt 1 The Time Lord re-encounters the alien swarm in early 19th-century rural England. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:30:00 5 10 \N \N \N 4015 t
+5824 39229 Not Now Arthur eng \N 4 Extra Debut. Banned from playing harmonica on Morecambe and Wise TV shows, explore the life of Arthur Tolcher. With Stewart Henderson. From August 2007. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 06:30:00 2014-12-22 07:00:00 \N \N \N \N \N 4016 t
+5824 38764 Life, Death and Sex with Mike and Sue eng \N The lifestyle show turns its attention to relationships and money. Stars Robert Duncan and Jan Ravens. From October 1999. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:30:00 6 6 \N \N \N 4017 t
+5824 38765 I'm Sorry I Haven't a Clue eng \N Long-running panel game. Regulars Barry Cryer and Graeme Garden are joined by Susan Calman and Tony Hawks on the panel and Jack Dee in the chair. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 07:30:00 2014-12-22 08:00:00 5 6 \N \N \N 4018 t
+5824 39230 Over the Garden Wall eng \N 4 Extra Debut. Norman Evans plays toothless Lancastrian housewife Fanny Fairbottom, later inspiring Les Dawson's homage Ada. From October 1948. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N \N \N 4019 t
+5824 40019 Spike Milligan - The Army Show eng \N 4 Extra Debut. Spike Milligan's military merrymaking with Barry Humphries and John Bird. Recorded before an audience of soldiers. From June 1965. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N \N \N 4021 t
+5632 36295 Afternoon Edition eng \N Sam Walker and Colin Paterson present an afternoon of news, sport and engaging conversation. Including breaking news, big-name interviews and experts on a variety of issues. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 16:00:00 \N \N \N \N \N 4022 t
+4287 56547 Julie Walters eng A Life on Screen Documentary telling Julie Walters' story. Includes interviews with Victoria Wood, Celia Imrie, Rupert Grint, Alan Bleasdale and Willy Russell. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:30:00 \N \N \N S \N 4023 t
+4287 56548 Calendar Girls eng Comedy drama based on the true story of 12 Yorkshire ladies who find a compelling way to raise money for charity a nude calendar. Stars Helen Mirren and Julie Walters. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 22:30:00 2014-12-25 00:15:00 \N \N 2003 AD,S \N 4024 t
+12992 30808 My Name Is Earl eng \N US comedy series. Earl wants to make up for a scam he set up before he found karma but soon discovers that Joy is still running the same swindle. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 12:00:00 2014-12-21 12:25:00 \N \N \N S \N 4028 t
+12992 30809 Diagnosis Murder eng How to Murder Your Lawyer Crime drama series about a doctor turned detective. A tax attorney is menaced, putting his position at a law firm under threat, but who is behind it and why? \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-21 12:25:00 2014-12-21 13:25:00 \N \N \N \N \N 4029 t
+12992 30810 Diagnosis Murder eng Naked Babes Crime drama series about a doctor turned detective. A friend of Amanda's gives birth then disappears, leaving Jack Stewart holding the babies while his colleagues investigate. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-21 13:25:00 2014-12-21 14:30:00 \N \N \N \N \N 4030 t
+12992 30811 Jesse Stone eng Thin Ice Crime drama starring Tom Selleck and Kohl Sudduth. The mother of an abducted boy who has been declared dead wants cop Jesse Stone to reopen the kidnapping case. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 14:30:00 2014-12-21 16:15:00 \N \N 2009 S \N 4031 t
+4287 49107 Daily Politics eng \N Andrew Neil with the latest political news, interviews and debate. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N S \N 4037 t
+4287 53873 Coast eng The Riddle of the Tides Nick Crane embarks on a journey around Britain to experience our surrounding seas' tidal ebb and flow, and to explore 'The Riddle of the Tides'. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:25:00 \N \N \N S \N 4038 t
+4287 53823 Ready Steady Cook eng \N Ainsley Harriott hosts another seasonal twenty-minute cooking challenge. Jazz legends Kenny Ball and Chris Barber cook up some fabulous food and a musical feast for Christmas. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 13:25:00 2014-12-19 14:10:00 \N \N \N S \N 4039 t
+4287 49110 The Great British Bake Off eng The Final The finalists face three last challenges designed to demonstrate how much the amateur bakers have grown in skill and creativity, before the winner is announced. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 14:10:00 2014-12-19 15:10:00 11 15 \N S \N 4040 t
+6016 39923 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:05:00 \N \N \N \N \N 4041 t
+6016 39924 World Have Your Say eng \N The BBC news programme where you set the agenda. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 18:05:00 2014-12-19 18:50:00 \N \N \N \N \N 4042 t
+6016 39925 News about Ebola eng \N More of the latest information about local, regional and international efforts to contain and combat Ebola. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 18:50:00 2014-12-19 19:00:00 \N \N \N \N \N 4043 t
+6016 39926 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:05:00 \N \N \N \N \N 4044 t
+6016 39927 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 19:05:00 2014-12-19 19:32:00 \N \N \N \N \N 4045 t
+6016 39928 The Food Chain eng \N The Food Chain examines the business, science and cultural significance of food, and what it takes to put food on your plate. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-19 19:32:00 2014-12-19 20:00:00 \N \N \N \N \N 4046 t
+6016 39929 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:05:00 \N \N \N \N \N 4047 t
+6016 39930 HARDtalk eng \N In-depth, hard-hitting interviews with newsworthy personalities. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 20:05:00 2014-12-19 20:32:00 \N \N \N \N \N 4048 t
+6016 39931 The World this Week eng \N What's been happening around the world and why it matters. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 20:32:00 2014-12-19 21:00:00 \N \N \N \N \N 4049 t
+5824 38686 The Master of Ballantrae eng \N A buccaneering tale of a family with divided loyalties during the Jacobite uprising. Stars David Rintoul and Liam Brennan. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 1 2 \N \N \N 4050 t
+5824 38370 The 4 O'Clock Show eng \N Mel Giedroyc gets a guide to making the perfect frilly frock with the Strictly Come Dancing costumier, plus the next part of Diana Wynne Jones's story Howl's Moving Castle. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 4051 t
+5824 38371 After Henry eng A Box of Chocolates When Sarah sees an old flame 30 years on, her mother interrupts them once again. Stars Prunella Scales. From October 1987. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 6 8 \N \N \N 4052 t
+5696 40181 Coming up on 5 live sports extra eng \N Coming up at 2.55pm on Boxing Day, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-24 06:00:00 2014-12-24 12:00:00 \N \N \N \N \N 4119 t
+5824 38372 Do Nothing 'Til You Hear From Me eng I Get Along Without You Very Well When Barry's wife walks out, Roy knows the best way to get her back, until rum intervenes. Stars Don Warrington. From July 2005. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 2 4 \N \N \N 4053 t
+6784 51693 Anneka Rice eng \N Anneka Rice serves up a full Saturday breakfast show, with the emphasis on feel-good tunes, bite-size nuggets from the newspapers and fun features for all the family. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 08:05:00 \N \N \N \N \N 4061 t
+6784 51694 Sounds of the 60s eng \N Brian Matthew kick-starts the weekend with hits, facts and obscurities from the 60s, including a double spin for The Move's 1968 release Blackberry Way. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 08:05:00 2014-12-20 10:00:00 \N \N \N \N \N 4062 t
+22720 1353 Will eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 19:00:00 2014-12-23 22:00:00 \N \N \N \N \N 4063 t
+4352 51194 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:30:00 \N \N \N S \N 4064 t
+4352 51196 Newswatch eng \N Viewers' opinions on the coverage of major stories by BBC News, addressed by the editors and decision makers in charge. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 03:45:00 2014-12-20 04:00:00 \N \N \N S \N 4066 t
+4352 51197 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:30:00 \N \N \N S \N 4067 t
+4352 51198 Our World eng A Good Man in Rwanda Featuring news on issues around the world. Mark Doyle returns to Rwanda to piece together the remarkable story of an unsung hero, Captain Mbaye Diagne. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 04:30:00 2014-12-20 05:00:00 \N \N \N S \N 4068 t
+4352 51199 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:30:00 \N \N \N S \N 4069 t
+4352 51200 The Travel Show eng \N Series showcasing the best of travel across the globe. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N S \N 4070 t
+41008 59127 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N \N \N 4076 t
+41008 58990 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 \N \N \N \N \N 4077 t
+28096 59445 Top Gear eng \N High-octane motoring show. Jeremy, Richard and James compare the Mercedes SLS, the Porsche 911 GT3 RS and the Ferrari 458 Italia in an epic road trip up America's east coast. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-23 18:30:00 2014-12-23 20:00:00 \N \N \N AD,S \N 4078 t
+28096 59446 Storage Hunters eng Hot Rod and Heavy Hitters It's all-out war in the US reality series as competing bargain hunters bid for storage units. Lori is angry when Brendan cuts a deal with rival Jesse. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:30:00 \N \N \N S \N 4079 t
+28096 59447 Storage Hunters eng Sting Like a Bee Hit fly-on-the-wall reality series. Brandon and Lori are irked by Jesse's aggressive bidding style. And there's a sting in the tail when one unit is opened... \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N S \N 4080 t
+4352 53215 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:30:00 \N \N \N S \N 4084 t
+4352 53216 Asia Business Report eng \N Live from Singapore, the essential business news as it breaks and a look ahead to the news that will shape the business day. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 03:30:00 2014-12-22 03:45:00 \N \N \N S \N 4085 t
+4352 53217 Sport Today eng \N All the latest sports news and results from around the globe. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 03:45:00 2014-12-22 04:00:00 \N \N \N S \N 4086 t
+4352 53218 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:30:00 \N \N \N S \N 4087 t
+4352 53219 HARDtalk eng \N Stephen Sackur speaks to Alan Cumming, the award winning Scottish actor, about the highs and lows of his life and career. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 04:30:00 2014-12-22 05:00:00 \N \N \N S \N 4088 t
+4352 53220 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 05:00:00 2014-12-22 05:30:00 \N \N \N S \N 4089 t
+4352 53221 World Business Report eng \N The latest business news from around the world, with live reports from Singapore, Frankfurt and London, and news of what happened overnight in New York. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 05:30:00 2014-12-22 05:45:00 \N \N \N S \N 4090 t
+4352 53222 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 05:45:00 2014-12-22 06:00:00 \N \N \N S \N 4091 t
+5760 59633 The First Time with David Byrne eng 1/2 Matt Everitt talks to David Byrne about high school combos, Talking Heads, Brian Eno and beyond. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 4092 t
+40992 51950 Octonauts eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 11:25:00 2014-12-22 11:35:00 \N \N \N \N \N 4093 t
+5760 59634 Iggy Pop eng \N Iggy Pop, the 'godfather of punk', returns to 6 Music with more eclectic and exciting music choices, giving listeners an exclusive insight into his mind. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 21:00:00 \N \N \N \N \N 4094 t
+17664 59180 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 03:25:00 2014-12-24 04:20:00 \N \N \N \N \N 4095 t
+17664 59149 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-24 04:20:00 2014-12-24 05:15:00 \N \N \N \N \N 4096 t
+17664 59139 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-24 05:15:00 2014-12-24 05:35:00 \N \N \N \N \N 4097 t
+17664 58741 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 05:35:00 2014-12-24 07:15:00 \N \N \N \N \N 4098 t
+25728 54485 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 03:00:00 2014-12-23 06:00:00 \N \N \N \N \N 4101 t
+22272 64813 Top Gear eng \N Jeremy Clarkson and his fellow petrolheads return with another packed edition of the iconic motoring show. David Tennant swaps the Tardis for a Chevrolet Lacetti on the test track. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N AD,S \N 4102 t
+22272 64814 Man v. Food Presents eng Breakfast Adam Richman travels across the USA on a carnivore's holiday. He samples the heartiest breakfasts from Portland to Austin, where he braves the Texas Donut! \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:30:00 \N \N \N AD,S \N 4103 t
+22272 64815 American Pickers eng Invisible Pump Two down-and-dirty dealers go to extreme lengths to pick up bargain buys! The guys ransack an old opera house, while Danielle gets a lead on a rare petrol pump. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 10:30:00 2014-12-21 11:30:00 \N \N \N S \N 4104 t
+22272 64816 Stephen Fry's 100 Greatest Gadgets eng \N National treasure and technophile Stephen Fry runs down his list of favourite gizmos, covering everything from the answering machine to the apple peeler! Second part follows. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:45:00 \N \N \N S \N 4105 t
+17540 56435 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 4113 t
+17540 51739 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:25:00 \N \N \N \N \N 4114 t
+17540 52923 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-22 22:25:00 2014-12-22 22:35:00 \N \N \N \N \N 4115 t
+17540 56436 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 22:35:00 2014-12-22 23:05:00 \N \N \N \N \N 4116 t
+17540 51743 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 23:05:00 2014-12-22 23:35:00 \N \N \N \N \N 4117 t
+17540 51744 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 23:35:00 2014-12-23 00:25:00 \N \N \N \N \N 4118 t
+16080 14826 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N \N \N 4524 t
+22336 59229 The Big Bang Theory eng The Anything Can Happen Recurrence Penny and Leonard distract Sheldon from his career problems by reinstating Anything Can Happen Thursday. Raj asks for Howard's advice. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 21:00:00 2014-12-20 21:30:00 \N \N \N AD,S \N 4120 t
+22336 59101 The Big Bang Theory eng The Proton Transmogrification Sheldon struggles to process his feelings of grief when his idol Professor Proton passes away. The gang gather to celebrate Star Wars Day. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 21:30:00 2014-12-20 22:00:00 \N \N \N AD,S \N 4121 t
+22336 59102 The Big Bang Theory eng The Gorilla Dissolution Penny re-evaluates her life, including taking a big step with Leonard, while Howard and Bernadette struggle to care for Mrs Wolowitz. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:30:00 \N \N \N AD,S \N 4122 t
+22336 59103 The Big Bang Theory eng The Status Quo Combustion In the season seven finale, with potential changes affecting different aspects of his life, Sheldon is forced to confront an uncertain future. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 22:30:00 2014-12-20 23:00:00 \N \N \N AD,S \N 4123 t
+22336 59104 Kick-Ass eng \N Superhero romp. A teen (Aaron Johnson), a foul-mouthed 11-year-old (Chloë Moretz) and her dad (Nicolas Cage) fight crime in New York. Graphic, extreme violence/very strong language. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 23:00:00 2014-12-21 01:20:00 \N \N 2010 AD,S \N 4124 t
+4608 65396 Arthur eng Kung Fool Animation. Fern helps an elderly neighbour with his household chores and discovers his past life as a kung fu celebrity. Suddenly she imagines herself as his student. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:15:00 \N \N \N S \N 4125 t
+4608 36300 All Over the Place eng USA Ed Petrie and friends discover the most unusual places to visit in the USA. The team ride the rollercoaster that's actually inside the USA's biggest shopping mall. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 07:15:00 2014-12-23 07:45:00 4 13 \N S \N 4126 t
+4608 36493 Mr Stink eng \N Comedy drama about an unhappy schoolgirl who befriends a homeless man. The friendship leads her to Downing Street and brings her dysfunctional family back together. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 07:45:00 2014-12-23 08:45:00 \N \N \N AD,S \N 4127 t
+4608 36494 A Christmas Panic! eng \N Chief and Cowboy are eagerly looking forward to Christmas, but after their fight destroys the Yule Log, Horse decides to cancel all celebrations. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 08:45:00 2014-12-23 09:15:00 \N \N \N AD,S \N 4128 t
+4736 62828 Westminster Hall eng \N Recorded coverage of House of Commons proceedings in Westminster Hall from Tuesday 16 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 10:30:00 \N \N \N \N \N 4129 t
+7168 34323 CBeebies Christmas Karaoke eng \N Viewers can press the Red Button to sing along with their CBeebies chums. The service features songs from ZingZillas, Something Special and this year's CBeebies Pantomime. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-24 12:00:00 2014-12-24 18:00:00 \N \N \N \N \N 4139 t
+4544 47734 New eng Panto! Mayhem, Make Up and Magic Film following a cast of Nottingham amateur actors who are staging a production of Puss in Boots, reflecting the vital and life-changing role the theatre plays in people's lives. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-22 21:25:00 2014-12-22 22:35:00 \N \N \N AD,S \N 4140 t
+4544 47735 The Joy of the Bee Gees eng \N Documentary profile of the Gibb brothers, from child stars on the Australian variety circuit to competitors with the Beatles in the late 60s and disco superstars in the 70s. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:35:00 2014-12-22 23:35:00 \N \N \N S \N 4141 t
+4544 47736 The Bee Gees at the BBC... and Beyond eng \N Classic Bee Gees studio performances including rare 60s ones from European TV, the big hits of the 70s and some late performances from the 90s, with the trio in perfect harmony. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 23:35:00 2014-12-23 00:35:00 \N \N \N S \N 4142 t
+28352 2240 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:30:00 \N \N \N \N \N 4143 t
+28352 2241 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:00:00 \N \N \N \N \N 4144 t
+28352 2242 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:30:00 \N \N \N \N \N 4145 t
+28352 2243 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 10:30:00 2014-12-21 11:00:00 \N \N \N \N \N 4146 t
+28352 2244 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 \N \N \N \N \N 4147 t
+28352 2245 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:00:00 \N \N \N \N \N 4148 t
+4672 52145 Woolly and Tig eng Christmas Magic Live-action children's show. Tig visits her grandad for Christmas. When she worries that there is no snow for Santa's sleigh, Woolly sings her to sleep. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:15:00 \N \N \N S \N 4162 t
+4672 52146 Mouse and Mole at Christmas Time eng \N Animation. Before giving a Twelfth Night party, Mouse makes a snowmole for Mole. In a dream, Snowmole takes him to a land where his every wish is granted. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 12:15:00 2014-12-24 12:40:00 \N \N \N S \N 4163 t
+4672 52147 Time for School eng Nativity Documentary series about starting school. At Mere Green School, the children prepare for the end of term. Will they remember their words in the Nativity play? Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 12:40:00 2014-12-24 13:00:00 19 20 \N AD,S \N 4164 t
+4672 52148 Swashbuckle eng Plankety Plank Pirate-themed game show. Captain Sinker and her crew have had enough of landing in the ship's mess, so they decide to make a plank for Gem to walk. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:25:00 \N \N \N S \N 4165 t
+4672 52149 Kate and Mim-Mim eng Mim-Mim's Moon Mishap Animated series about Kate and Mim-Mim. Kate wants to make friends with the man in the moon and accidentally blasts off with Mim-Mim in Tack's new rocket ship. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 13:25:00 2014-12-24 13:35:00 \N \N \N S \N 4166 t
+4672 52150 Bing eng Say Goodbye Bing and Sula are having so much fun playing together, they don't want to say goodbye when Amma arrives to pick Sula up. Bing tries to delay her departure. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 13:35:00 2014-12-24 13:45:00 \N \N \N AD,S \N 4167 t
+4672 52151 Something Special: We're All Friends eng Outdoors Educational series using Makaton sign language. Joshua and Isaac take Justin canoeing on Lake Windermere. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 13:45:00 2014-12-24 14:05:00 22 25 \N S \N 4168 t
+4672 52152 Let's Play eng Christmas Elf Imaginative preschool show. Rebecca steps through the Magic Curtain and arrives at the North Pole on Christmas Eve. Has she got what it takes to be an elf? Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 14:05:00 2014-12-24 14:25:00 1 26 \N S \N 4169 t
+4672 52153 Melody eng Melody and the Snowman Preschool mixed-media music show. Melody listens to the Sugar Plum Fairy by Tchaikovsky and imagines the story of a lonely snowman and a little girl. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 14:25:00 2014-12-24 14:35:00 7 20 \N AD,S \N 4170 t
+4672 52154 Mr Bloom: Here and There eng Surf Life-Saving Club Mr Bloom helps young people with their green spaces. Abigail and Joe are surf life-saving 'nippers'. They even train on the beach in the rain! Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 14:35:00 2014-12-24 14:50:00 \N \N \N S \N 4171 t
+4672 52155 I Can Cook eng Rhubarb Cobbler Katy and her friends make rhubarb cobbler on another tasty journey through the fun and fascinating world of food. The special ingredient is rhubarb! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 14:50:00 2014-12-24 15:05:00 \N \N \N S \N 4172 t
+4608 61684 This is CBBC! eng \N Welcome to the CBBC channel. Programmes start at 7.00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 05:30:00 2014-12-20 07:00:00 \N \N \N \N \N 4219 t
+6848 60958 CD Review eng With Andrew McGregor. 9.00am The best new releases of 2014. 9.30am Building a Library Beethoven: Piano Trio in D. 10.15am The best new releases of 2014. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 09:00:00 2014-12-20 12:15:00 \N \N \N \N \N 4173 t
+27456 45306 News Weekly eng \N The week's most important news review. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:45:00 \N \N \N \N \N 4181 t
+27456 45307 Venture Capital eng \N Weekly business programme hosted by Katie Pilbeam covering the most important and interesting events in the world of business. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 09:45:00 2014-12-21 10:00:00 \N \N \N \N \N 4182 t
+27456 45308 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:30:00 \N \N \N \N \N 4183 t
+27456 45309 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 10:30:00 2014-12-21 11:00:00 \N \N \N \N \N 4184 t
+27456 45310 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 \N \N \N \N \N 4185 t
+27456 45311 Worlds Apart With Oksana Boyko eng \N Worlds Apart is a fast-paced, in-depth discussion on the pressing issues of the day. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:00:00 \N \N \N \N \N 4186 t
+27744 42066 Star Trek - The Original Series eng \N The original Star Trek series, digitally remastered. Kirk vanishes, then loses his memory. Oh yes, and he's on a planet that's about to be obliterated./24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 3 \N \N \N 3 4187 t
+27744 42067 Star Trek - The Original Series eng \N The original Star Trek series, digitally remastered to look and sound better than ever. The Enterprise takes on some orphaned children, with some rather unusual gifts.../24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 4 \N \N \N 3 4188 t
+27744 42068 NCIS eng \N Former marine Gibbs now leads a tough team as part of the NCIS Major Case Response Team. An officer's body is found in a submerged car after two years, but complications arise./23 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 11 \N \N \N 2 4189 t
+26240 11720 Hotlist with Lucie Cave eng \N Lucie Cave has the best in TV, movies and music direct from heat! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 10:00:00 2014-12-21 12:00:00 \N \N \N \N \N 4190 t
+6784 51785 Simon Mayo eng \N Rick Wakeman, in what is now a Christmas tradition, sits down at the piano and plays listener rick-quests. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 17:05:00 2014-12-22 19:00:00 \N \N \N \N \N 4191 t
+6912 55232 Midweek eng \N Lively and diverse conversation with weekly guests. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:45:00 \N \N \N \N \N 4192 t
+6912 55507 Book of the Week eng Stories in the Stars Susanna Hislop's exploration of the night sky's constellations. A unicorn, the constellation Monoceros, is as likely to exist as Father Christmas. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 09:45:00 2014-12-24 10:00:00 3 5 \N \N \N 4193 t
+6912 55234 Woman's Hour eng \N Jenni Murray presents the programme that offers a female perspective on the world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:40:00 \N \N \N \N \N 4194 t
+6912 55509 15 Minute Drama eng The Skool Days of Nigel Molesworth, by Patrick Barlow and George Poles. Lessens and How to Avoyd Them Molesworth's efforts to explain the best way to bunk off are thwarted. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 10:40:00 2014-12-24 10:55:00 3 5 \N \N \N 4195 t
+6912 55236 The Listening Project eng Lily and Matilda - Best Friends Fi Glover introduces a conversation between 10-year-olds about the ups and downs of friendship. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 10:55:00 2014-12-24 11:00:00 \N \N \N \N \N 4196 t
+6912 56343 One Day in Winter eng Driving Home for Christmas: Each year, nearly 15 and a half million people travel over 100 miles to be home for the festive period This year, Radio 4 joins a few of them on their journeys. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:30:00 \N \N \N \N \N 4197 t
+6912 55515 David Sedaris eng The Santaland Diaries: David Sedaris was not always a writer and satirist For two consecutive Christmases, he was elf at a New York department store. These are extracts from his diaries. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 11:30:00 2014-12-24 12:00:00 \N \N \N \N \N 4198 t
+6016 40304 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 21:05:00 \N \N \N \N \N 4199 t
+6016 40305 Newshour eng \N BBC correspondents report live from around the world to explain why events are happening and what impact they will have on our lives. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 21:05:00 2014-12-23 22:00:00 \N \N \N \N \N 4200 t
+6016 40306 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:05:00 \N \N \N \N \N 4201 t
+6016 40307 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 22:05:00 2014-12-23 22:32:00 \N \N \N \N \N 4202 t
+6016 40308 World Business Report eng \N The latest business and finance news from around the world, on the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 22:32:00 2014-12-23 23:00:00 \N \N \N \N \N 4203 t
+6016 40309 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:05:00 \N \N \N \N \N 4204 t
+6016 40310 Outlook eng \N Personal stories behind the news from all over the world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-23 23:05:00 2014-12-24 00:00:00 \N \N \N \N \N 4205 t
+8452 58651 The Big Bang Theory eng The Vartabedian Conundrum Leonard goes to Penny for help when his relationship with Stephanie takes off faster than he'd like, but will he choose to act on her advice? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:25:00 2014-12-20 12:50:00 \N \N \N AD,S \N 4206 t
+8452 58652 The Simpsons eng Bart vs. Thanksgiving Bart runs away from home on Thanksgiving after having a fight with Lisa, and ends up at a homeless shelter - with a TV crew in attendance. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:50:00 2014-12-20 13:15:00 \N \N \N AD,S \N 4208 t
+8452 58653 The Simpsons eng Radioactive Man Bart auditions to play Fallout Boy when Springfield is chosen as the location for Rainier Wolfcastle's big-screen adaptation of Radioactive Man. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 13:15:00 2014-12-20 13:45:00 \N \N \N AD,S \N 4209 t
+8452 58654 Marvel's Agents of S.H.I.E.L.D. eng Ye Who Enter Here S.H.I.E.L.D. discovers the ancient city before Hydra, but revealing its secrets may require one of Coulson's team of agents to make the ultimate sacrifice. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-20 13:45:00 2014-12-20 14:40:00 \N \N \N AD,S \N 4210 t
+8452 58655 Channel 4 Racing eng From Ascot and Haydock Park. Presenter Nick Luck, reporters: Rishi Persad and Graham Cunningham, commentary and analysis: Richard Hoiles, Mick Fitzgerald, Jim McGrath and Tom Lee. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 14:40:00 2014-12-20 17:00:00 \N \N \N S \N 4211 t
+28512 691 Chat Your Socks off eng \N Don't just sit there! Get that guy or gal of your dreams. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 11:00:00 2014-12-21 14:00:00 \N \N \N \N \N 4213 t
+32896 9247 Pop Through The Night eng \N A late night round up of everyone's favourite Backyard Science. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 03:00:00 2014-12-22 05:00:00 \N \N \N \N \N 4214 t
+32896 9248 Pop Through The Night eng \N A late night round up of everyone's favourite Backyard Science. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 05:00:00 2014-12-22 06:00:00 \N \N \N \N \N 4215 t
+6720 64422 Newsbeat eng \N The latest news from around the UK and around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 12:45:00 2014-12-23 13:00:00 \N \N \N \N \N 4216 t
+6720 64639 Huw Stephens eng \N Huw Stephens sits in for Scott Mills to entertain the nation. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 16:00:00 \N \N \N \N \N 4217 t
+41104 19993 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 09:00:00 2014-12-21 13:00:00 \N \N \N \N \N 4218 t
+40992 51951 Octonauts eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 11:35:00 2014-12-22 11:45:00 \N \N \N \N \N 4283 t
+24032 31369 Perfect Romance eng \N In the process of matchmaking for her daughter, a mother discovers a potential romantic interest in an unlikely party. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 03:55:00 2014-12-22 05:50:00 \N \N \N \N \N 4221 t
+24032 31370 Sony Movie News Extra eng \N Entertainment news featuring movie and TV stars, plus the latest from glittering red carpet premieres. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 05:50:00 2014-12-22 06:00:00 \N \N \N \N \N 4222 t
+5632 36207 5 live Breakfast eng \N Rachel Burden and Adam Parsons with news and sport from the UK and around the world. Big-name interviews and topical debates - plus regular travel and weather updates. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:00:00 \N \N \N \N \N 4226 t
+4736 62841 Westminster Hall eng \N Recorded coverage of House of Commons proceedings in Westminster Hall from Wednesday 17 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 10:30:00 \N \N \N \N \N 4227 t
+5824 38768 The Write Stuff eng Tennessee Williams James Walton discusses literary correctness with John Walsh, Sebastian Faulks, Mark Billingham and Francesca Simon. From October 2010. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 2 6 \N \N \N 4233 t
+5824 39233 Britain Versus the World eng \N Comedy panel game show that features a team of British comedians competing against a team of comics from overseas, overseen by mostly impartial Irishman Ed Byrne. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 1 6 \N \N \N 4234 t
+5824 39102 The Master of Ballantrae eng \N After the brother's bitter duel, the body of James Durie has mysteriously disappeared. Stars David Rintoul and Liam Brennan. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 2 2 \N \N \N 4235 t
+5824 39121 The Surgeon's Mate eng \N Shipwrecked on the treacherous Breton coast, Aubrey and Maturin pass once more into captivity. Read by Benedict Cumberbatch. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:15:00 9 10 \N \N \N 4236 t
+41056 17912 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-19 21:30:00 2014-12-19 21:55:00 \N \N \N \N \N 4238 t
+41056 17913 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 21:55:00 2014-12-19 22:00:00 \N \N \N \N \N 4239 t
+41056 18226 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:30:00 \N \N \N \N \N 4240 t
+41056 18227 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 22:30:00 2014-12-19 23:00:00 \N \N \N \N \N 4241 t
+41056 17915 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:30:00 \N \N \N \N \N 4242 t
+41056 17916 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:00:00 \N \N \N \N \N 4243 t
+4170 49793 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:30:00 \N \N \N S \N 4244 t
+4170 49794 Match of the Day eng \N Gary Lineker presents highlights of the day's seven Premier League games, including Manchester City v Crystal Palace, Manchester United v Aston Villa and Southampton v Everton. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 07:30:00 2014-12-21 09:00:00 \N \N \N S \N 4245 t
+4288 39922 This Is BBC Three eng \N BBC Three. The best in new entertainment, comedy, contemporary drama and music for the digital generation. Stay tuned for 60 Seconds news. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 18:58:00 2014-12-22 19:00:00 \N \N \N \N \N 4246 t
+4288 42874 Great Movie Mistakes IV eng May the Fourth Be with You Robert Webb reveals the bits Hollywood hoped viewers wouldn't spot, in another great compilation of foul-ups. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 6 8 \N S \N 4247 t
+4288 42700 Shrek eng \N Animated comedy about a reclusive green ogre, voiced by Mike Myers, whose peace is disrupted by a horde of refugees who have been banished by the evil Lord Farquaad. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:50:00 \N \N 2001 AD,S \N 4248 t
+4288 42961 The Pig Who Cried Werewolf eng \N The Three Pigs from Shrek feature in this animated spoof of Rear Window. When Wolf moves in next door and starts acting strangely, Heimlich is scared and begins to spy on him. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 20:50:00 2014-12-22 21:00:00 \N \N \N S \N 4249 t
+5632 36296 Drive eng \N A round-up of the day's top news and sport with Caroline Barker and Simon Cox. Plus interviews with people at the centre of the stories, and regular travel updates. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 16:00:00 2014-12-22 19:00:00 \N \N \N \N \N 4250 t
+23184 17527 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 21:00:00 2014-12-23 21:30:00 \N \N \N \N \N 4251 t
+23184 17528 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 21:30:00 2014-12-23 22:00:00 \N \N \N \N \N 4252 t
+23184 17529 New eng Party Heat Party Heat takes viewers on patrol with law enforcement officers as they are called in to take control of some of the biggest and most outrageous parties. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 4253 t
+23184 17530 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:30:00 \N \N \N \N \N 4254 t
+23184 17531 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 23:30:00 2014-12-24 00:00:00 \N \N \N \N \N 4255 t
+4287 51556 Canterbury Cathedral eng Not Set in Stone A year in the life of Canterbury Cathedral. Justin Welby celebrates his first Christmas as archbishop and the Great South Window is taken down for restoration. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-21 01:05:00 2014-12-21 02:05:00 1 3 \N AD,S,SL \N 4258 t
+4287 51445 Wonders of the Monsoon eng The Drought Series exploring the greatest weather system on earth. During the part of the year that the monsoon does not bring rain, the winds reverse, bringing dry air instead. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-21 02:05:00 2014-12-21 03:05:00 3 5 \N AD,S,SL \N 4259 t
+6016 39987 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 00:05:00 2014-12-20 00:20:00 \N \N \N \N \N 4747 t
+22226 6138 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 21:15:00 2014-12-23 22:15:00 \N \N \N S \N 4272 t
+22226 6139 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 22:15:00 2014-12-23 23:15:00 \N \N \N S \N 4273 t
+22226 6163 Bullseye eng \N Dartboard quiz game that tests contestants' darts skills and their general knowledge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 23:15:00 2014-12-23 23:45:00 \N \N \N S \N 4274 t
+22226 6167 Bullseye eng \N Dartboard quiz game that tests contestants' darts skills and their general knowledge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 23:45:00 2014-12-24 00:15:00 \N \N \N S \N 4275 t
+4288 41706 Siblings eng Intern School Back at their old school, Hannah inspires one of the students and Dan makes new friends. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:30:00 3 6 \N AD,S \N 4281 t
+4288 41707 Sweat the Christmas Stuff eng \N Nick Grimshaw hosts a festive edition of the show, with Rochelle Humes, Melvin Odoom, Pixie Lott, Ricky Wilson, Chris Ramsey and Bobby Mair. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 03:30:00 2014-12-20 04:00:00 8 9 \N S \N 4282 t
+4288 41504 This Is BBC Three eng BBC Three Refreshing TV for the digital age. Tune in daily from 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 04:00:00 2014-12-20 05:30:00 \N \N \N \N \N 4284 t
+4288 39246 This Is BBC Three eng BBC Three Refreshing TV for the digital age. Tune in daily from 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 05:30:00 2014-12-20 18:58:00 \N \N \N \N \N 4285 t
+5888 52011 1Xtra's Rewind eng Sef Kombo Another chance to hear Sef Kombo sitting in for DJ Edu. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 04:00:00 2014-12-22 07:00:00 \N \N \N \N \N 4286 t
+6848 61111 Breakfast eng \N Petroc Trelawny presents Radio 3's classical breakfast show, featuring the Best of British Playlist and listeners' suggestions for the annual musical Advent Calendar. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 06:30:00 2014-12-22 09:00:00 \N \N \N \N \N 4288 t
+22688 1040 Mellow Magic with Danny Pietroni eng \N Relax, chill out and feel the Magic \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 20:00:00 2014-12-24 00:00:00 \N \N \N \N \N 4295 t
+8384 58653 The Simpsons eng Radioactive Man Bart auditions to play Fallout Boy when Springfield is chosen as the location for Rainier Wolfcastle's big-screen adaptation of Radioactive Man. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:15:00 2014-12-20 12:45:00 \N \N \N AD,S \N 4296 t
+8384 58654 Marvel's Agents of S.H.I.E.L.D. eng Ye Who Enter Here S.H.I.E.L.D. discovers the ancient city before Hydra, but revealing its secrets may require one of Coulson's team of agents to make the ultimate sacrifice. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-20 12:45:00 2014-12-20 13:40:00 \N \N \N AD,S \N 4297 t
+8384 58655 Channel 4 Racing eng From Ascot and Haydock Park. Presenter Nick Luck, reporters: Rishi Persad and Graham Cunningham, commentary and analysis: Richard Hoiles, Mick Fitzgerald, Jim McGrath and Tom Lee. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 13:40:00 2014-12-20 16:00:00 \N \N \N S \N 4298 t
+40992 51747 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:45:00 \N \N \N \N \N 8591 t
+4352 53223 Breakfast eng \N All the latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 08:30:00 \N \N \N S \N 4306 t
+4352 53224 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N S \N 4307 t
+5760 59398 Gideon Coe eng \N It's Christmas (almost) and Gideon Coe plays three hours of festive tunes. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 21:00:00 2014-12-25 00:00:00 \N \N \N \N \N 4313 t
+20352 58300 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 03:00:00 2014-12-24 04:55:00 \N \N \N \N \N 4314 t
+20352 60714 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 04:55:00 2014-12-24 07:00:00 \N \N \N \N \N 4315 t
+24016 12901 Moontrap eng \N When a space shuttle returns to earth some unexplained events start to occur. Stars Walter Koenig. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 19:15:00 2014-12-23 21:00:00 \N \N 1989 \N \N 4317 t
+28288 8598 In the Salon with Decleor eng \N A selection of products from world famous French skincare company Decleor that feature highly concentrated essential oils to offer a pure and natural treat for your face and body. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 05:00:00 2014-12-19 06:00:00 \N \N \N \N \N 4318 t
+14688 11629 The Christian O'Connell Breakfast Show eng \N Vicki's got the Breakfast Show covered while the OC's away. Expect great music and lots of nonsense as well as news, travel and sport. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 06:00:00 2014-12-24 10:00:00 \N \N \N \N \N 4319 t
+23296 5847 Gay Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 20:00:00 \N \N \N \N \N 4320 t
+23296 5848 Rainbow Nation eng \N LGBT - No limits dating. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 20:00:00 2014-12-23 22:00:00 \N \N \N \N \N 4321 t
+6016 39932 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:05:00 \N \N \N \N \N 4322 t
+6016 39933 Newshour eng \N BBC correspondents report live from around the world to explain why events are happening and what impact they will have on our lives. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 21:05:00 2014-12-19 22:00:00 \N \N \N \N \N 4323 t
+6016 39936 World Business Report eng \N The latest business and finance news from around the world, on the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 22:32:00 2014-12-19 23:00:00 \N \N \N \N \N 4324 t
+6016 39937 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:05:00 \N \N \N \N \N 4325 t
+6016 39938 The 5th Floor eng \N Original insights, playful perspectives and surprising stories from the World Service's 27 language sections, with David Amanor. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 23:05:00 2014-12-20 00:00:00 \N \N \N \N \N 4326 t
+5824 38373 The Museum of Curiosity eng \N John Lloyd invites guests Sarah Bakewell, Michael Welland and Simon Evans to add to the collection. From May 2010. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 4 6 \N \N \N 4327 t
+5824 38374 My Life in Five Books eng Sir Terry Pratchett Selling over 65 million books, the acclaimed author tells Stuart Cosgrove about the books which have shaped his life. From October 2010. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 6 8 \N \N \N 4328 t
+5824 38375 Hancock's Half Hour eng The Monte Carlo Rally The lad competes in the famous motor race in a very classic car provided by Sid. Stars Tony Hancock and Sid James. From January 1955. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 4329 t
+5824 38376 The Men From the Ministry eng The Moving Target The bungling duo takes charge of Britain's first space launch. Stars Deryck Guyler and Richard Murdoch. From July 1970. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 4330 t
+5824 38479 Doctor Who: Hornets' Nest eng The Dead Shoes, pt 2 The Time Lord concludes his tale of the alien-infested ballet pumps in 1930s Cromer. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 4 10 \N \N \N 4331 t
+5824 38680 Bette in Britain eng \N 4 Extra Debut. Susan George tells the story of Hollywood icon Bette Davis's visits to Britain and her impact on show business here. From June 2008. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 \N \N \N \N \N 4332 t
+22656 893 K! Rock n Roll Years eng \N An hour of the best rock hits all from one year. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 4333 t
+22656 894 Johnny Doom eng \N Johnny Doom presents the best in new rock, metal and alternative, plus interviews and classic tracks. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 19:00:00 2014-12-23 22:00:00 \N \N \N \N \N 4334 t
+24352 30953 Baggage Battles eng North Carolina Billy, Mark, Laurence and Sally head south to compete for rich and unique pallets at a lost freight auction. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 4335 t
+24352 30954 Baggage Battles eng Diamonds in the Rough Billy, Mark, Laurence and Sally are in Brooklyn to make a bid for unclaimed international freight. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N \N \N 4336 t
+24352 30955 Baggage Battles eng Breaking the Bank Billy, Mark, Laurence and Sally are in Atlanta, the freight capital of the East Coast. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 4337 t
+24352 30956 Baggage Battles eng Blast from the Past Billy, Mark and the Martins head to the Boston estates auction to gamble on genuine historical items. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N \N \N 4338 t
+24352 30957 World's Greatest Motorcycle Rides eng Riding the American Dream After covering over 25,000 miles of the US on his hog, Henry takes time out to reflect on his amazing American adventures, revealing new footage. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 4339 t
+6016 39988 Sports News eng \N The latest news from the world of sport. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 00:20:00 2014-12-20 00:32:00 \N \N \N \N \N 4748 t
+16080 14824 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N \N \N 4522 t
+23120 20467 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 4340 t
+23120 20484 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 4341 t
+23120 20483 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 4342 t
+4608 36302 ROY eng \N Roy believes he is living inside a game called Dragon's Breath. Everyone joins forces to re-enact the game to help Roy return back to normal. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 09:15:00 2014-12-23 09:45:00 4 13 \N AD,S \N 4346 t
+4608 36495 The Next Step eng Love Story Reality-style drama following a group of dancers. In order to heal Eldon's broken spirit, Emily agrees to go on a date with him. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 09:45:00 2014-12-23 10:10:00 7 30 \N S \N 4347 t
+4608 36496 The Next Step eng Just the Two of Us Reality-style drama following a group of dancers. Eldon struggles to choose between Emily and Michelle as his partner for his duet performance. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 10:10:00 2014-12-23 10:35:00 8 30 \N S \N 4348 t
+4608 36497 Wolfblood eng Wolfblood Is Thicker than Water Rhydian is reunited with his father - but why has he really come? Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 10:35:00 2014-12-23 11:05:00 4 13 \N AD,S \N 4349 t
+4608 36498 The Dumping Ground eng The Truth Is Out There After bad exam results, Frank denounces school and gets himself a job in a cafe. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 11:05:00 2014-12-23 11:30:00 7 13 \N AD,S \N 4350 t
+4608 36499 The Dumping Ground eng Dreamland Drama series. Rick's dad turns up full of promises about a happy family future. But is he still a conman at heart? Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 8 13 \N AD,S \N 4351 t
+22624 40493 Real Country eng \N RNIB's Insight Radio - Steven Scott plays the biggest country hits from Nashville \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 4352 t
+22624 40494 This Is Insight eng \N RNIB's Insight Extra - Listen to interviews and news from the radio station of the RNIB \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-23 20:00:00 2014-12-23 22:00:00 \N \N \N \N \N 4353 t
+23280 5864 Your Perfect Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 20:00:00 \N \N \N \N \N 4354 t
+23280 5865 Flirt With Me eng \N Flirt and meet with Kiss Me TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 20:00:00 2014-12-23 22:00:00 \N \N \N \N \N 4355 t
+4170 49748 Bargain Hunt eng Derby Tim Wonnacott presents the antiques contest from Derby, with experts Thomas Plant and David Harper. Tim also visits the Holburne Museum in Bath. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 12:15:00 2014-12-19 13:00:00 \N \N \N AD,S \N 4356 t
+4170 49749 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N S \N 4357 t
+4170 50224 Look North eng \N The latest news, sport and weather for Yorkshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:30:00 2014-12-19 13:45:00 \N \N \N S \N 4358 t
+4170 49751 Doctors eng Tequila Perfect Drama series. The big day arrives, but will it all go to plan for Rob as he renews his wedding vows with Karen? A routine consultation takes a dramatic turn. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 13:45:00 2014-12-19 14:15:00 \N \N \N AD,S \N 4359 t
+4170 50297 The Doctor Blake Mysteries eng Someone's Son, Someone's Daughter Australian crime drama. Ballarat Hospital's only female doctor is found hanged at the hospital in an apparent suicide. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 14:15:00 2014-12-19 15:10:00 10 10 \N AD,S \N 4360 t
+4544 47143 Castles: Britain's Fortified History eng Defence of the Realm Castles survived into the Tudor era. But these strategic seats of power had to become palaces to impress monarchs such as Elizabeth I. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-23 00:35:00 2014-12-23 01:35:00 3 3 \N AD,S \N 4361 t
+4544 47145 Puppy Love eng \N Comedy set around a dog training class. Things are made even worse for a stressed Naomi when her dog goes missing. Nana V helps her track him down and the two women bond. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 01:35:00 2014-12-23 02:05:00 6 6 \N AD,S \N 4362 t
+4544 47737 Sounds of the Eighties eng \N Depeche Mode, the Human League, Yazoo, Soft Cell, New Order, Bronski Beat, Pet Shop Boys and Erasure are among the featured artists in another slice of 80s nostalgia. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 02:05:00 2014-12-23 02:35:00 4 8 \N S \N 4363 t
+4544 47738 Panto! Mayhem, Make Up and Magic eng \N Film following a cast of Nottingham amateur actors who are staging a production of Puss in Boots, reflecting the vital and life-changing role the theatre plays in people's lives. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-23 02:35:00 2014-12-23 03:45:00 \N \N \N AD,S,SL \N 4364 t
+5952 53427 Tommy Sandhu eng \N Tommy wants listeners to send in pictures for Tweet 'Christmas' Tuesday and the chance of getting into the Hall of Fame! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 06:00:00 2014-12-23 10:00:00 \N \N \N \N \N 4370 t
+40992 51748 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 09:45:00 2014-12-20 10:05:00 \N \N \N \N \N 8592 t
+14720 1706 Simon Beale eng \N Join Simon Beale in the Heart studio for more music variety. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 04:00:00 \N \N \N \N \N 4388 t
+4672 52156 Mister Maker Comes to Town Christmas eng \N Mister Maker hits the road once more in his Makermobile for a Christmas extravaganza. One lucky Mini Maker gets glittery with a sparkly snow picture. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 15:05:00 2014-12-24 15:25:00 \N \N \N S \N 4389 t
+4672 52157 Charlie and Lola eng Snow is My Favourite and My Best Children's animation with brother and sister Charlie and Lola. Lola wakes up to find that the world is covered in a blanket of white snow. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 15:25:00 2014-12-24 15:35:00 \N \N \N AD,S \N 4390 t
+4672 52158 Mike the Knight eng Christmas Castle Animated series about a young knight in training. Mike is thrilled to find that his dad has come back to spend Christmas with his family! Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 15:35:00 2014-12-24 16:00:00 \N \N \N AD,S \N 4391 t
+4672 52159 Sarah & Duck eng Bobsleigh Animation. Sarah and Duck learn to bobsleigh and have a speedy, snowy adventure with Scarf Lady's help. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:10:00 23 40 \N AD,S \N 4392 t
+4672 52160 A CBeebies Christmas Carol eng \N Miserly Ebenezer Scrooge needs some CBeebies magic to help him care for those around him and share the joy of Christmas! Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 16:10:00 2014-12-24 16:50:00 \N \N \N AD,S \N 4393 t
+4672 52161 Topsy and Tim's Christmas Eve eng \N Live-action children's show. It's the night before Christmas, and Topsy and Tim finish decorating the tree. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 16:50:00 2014-12-24 17:05:00 \N \N \N AD,S \N 4394 t
+4672 52162 Old Jack's Boat eng The Christmas Quest Children's series about a retired fisherman who tells tall stories. In this Christmas special, Jack tells the story of his quest to find three Christmas gifts. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 17:05:00 2014-12-24 17:25:00 \N \N \N S \N 4395 t
+4672 52163 Sarah & Duck eng Seacow Snow Trail Animation. Sarah and Duck have received some Christmas presents and are keen to find out who delivered them. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 17:25:00 2014-12-24 17:30:00 \N \N \N AD,S \N 4396 t
+4672 52164 Magic Hands eng 'Twas the Night before Christmas Children's sign language poetry series. Ashley, Aimee, Donna and Simon present the poem A Visit from St Nicholas. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 17:30:00 2014-12-24 17:45:00 31 32 \N S \N 4397 t
+4672 52165 Katie Morag eng Katie Morag and the Old Teacher Live-action children's show. Katie Morag isn't pleased when her teacher announces her retirement and her plans to leave the island. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 17:45:00 2014-12-24 18:00:00 3 26 \N AD,S \N 4398 t
+8442 60707 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:00:00 2014-12-20 08:55:00 \N \N \N \N \N 4401 t
+6016 39990 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:05:00 \N \N \N \N \N 4749 t
+8442 56178 Hugh's 3 Good Things eng Best Bites Highlights from Hugh Fearnley-Whittingstall's show based on his simple formula for great cooking - three main ingredients. The star ingredient this time is beetroot. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 08:55:00 2014-12-20 09:20:00 \N \N \N S \N 4402 t
+6784 52125 Paul Jones eng \N The best in blues, including T-Bone Walker, Mahalia Jackson and Ginger Baker. Plus a tribute to guitarist Michael Coleman and singer Sista Monica Parker. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 4403 t
+6784 52299 ABBA eng \N Scott Mills takes listeners back to the Brighton Dome in 1974 when ABBA took Eurovision and the world by storm with Waterloo. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 20:00:00 2014-12-22 22:00:00 \N \N \N \N \N 4404 t
+6912 55239 News Summary eng \N The latest national and international news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:04:00 \N \N \N \N \N 4405 t
+6912 55240 Home Front eng \N Epic drama series set in Britain during the First World War. 24 December 1914 - Joe Macknade. It is Christmas Eve, and one keen young man has an appointment to keep? \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 12:04:00 2014-12-24 12:15:00 18 30 \N \N \N 4406 t
+6912 55241 You and Yours eng \N Consumer news. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-24 12:15:00 2014-12-24 12:57:00 \N \N \N \N \N 4407 t
+6912 55242 Weather eng \N The latest weather forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 12:57:00 2014-12-24 13:00:00 \N \N \N \N \N 4408 t
+6912 55243 The World at One eng \N Analysis of current affairs reports, presented by Mark Mardell. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:45:00 \N \N \N \N \N 4409 t
+6912 56287 Food for Thought eng \N Nina Myskow discovers how attitudes to food affect individual lives. Mary Portas on sex and chocolate, fighting for seconds and why she loves a full fridge. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 13:45:00 2014-12-24 14:00:00 3 5 \N \N \N 4410 t
+6912 55245 The Archers eng \N Phoebe is stuck between a rock and a hard place, and Charlie has a suggestion for Adam. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:15:00 \N \N \N \N \N 4411 t
+6912 55522 Afternoon Drama eng Big Broadcast, by Neil Brand. Musical drama set in a 1933 Chicago radio studio. 1 Culture. The Dusenberg Hour of Charm is threatened by the disappearance of its sponsor. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 14:15:00 2014-12-24 15:00:00 \N \N \N \N \N 4412 t
+5952 53406 The Official Asian Download Chart eng \N Suzi Mann counts down the world's only official Asian music Top 40, exclusively on Asian Network. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 15:00:00 2014-12-20 18:00:00 \N \N \N \N \N 4413 t
+6016 40332 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:05:00 \N \N \N \N \N 4414 t
+6016 40333 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 00:05:00 2014-12-24 00:20:00 \N \N \N \N \N 4415 t
+6016 40334 Sports News eng \N The latest news from the world of sport. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-24 00:20:00 2014-12-24 00:32:00 \N \N \N \N \N 4416 t
+6016 40335 Click eng \N Technological and digital news from around the world. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 00:32:00 2014-12-24 01:00:00 \N \N \N \N \N 4417 t
+6016 40336 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:05:00 \N \N \N \N \N 4418 t
+6016 40337 Business Matters eng \N The key global business news from Europe, Middle East and Africa from the BBC World Service. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 01:05:00 2014-12-24 02:00:00 \N \N \N \N \N 4419 t
+6016 40338 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:05:00 \N \N \N \N \N 4420 t
+6016 40339 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 02:05:00 2014-12-24 02:32:00 \N \N \N \N \N 4421 t
+6016 40595 Karaoke as Art? eng \N Is karaoke now an art form? Music critic Katie Puckrik hits the clubs in Portland, Oregon, to find out. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 02:32:00 2014-12-24 03:00:00 \N \N \N \N \N 4422 t
+22080 1081 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:30:00 \N \N \N S \N 4423 t
+22080 1424 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 06:30:00 2014-12-21 07:00:00 \N \N \N S \N 4424 t
+22080 1425 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:30:00 \N \N \N S \N 4425 t
+22080 1428 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 07:30:00 2014-12-21 08:00:00 \N \N \N S \N 4426 t
+22080 1429 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:30:00 \N \N \N S \N 4427 t
+22080 1430 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N S \N 4428 t
+24016 12851 The Lockheed Hercules eng \N A documentary charting the history and development of the Lockheed Hercules military aircraft. Part one. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:40:00 \N \N \N \N \N 4429 t
+24016 12852 Mission Batangas eng \N As the Japanese invade the Philippines during WW2, an American pilot and a nurse attempt to steal away valuable treasures as the enemy gradually infiltrate the island. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 06:40:00 2014-12-20 08:50:00 \N \N 1968 \N \N 4430 t
+24016 12853 Snipers eng \N The effect of sniper activity in warfare. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 08:50:00 2014-12-20 09:50:00 \N \N \N \N \N 4431 t
+6720 64424 Greg James eng \N Stand by for the latest Nerd Alerts! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:45:00 \N \N \N \N \N 4432 t
+6720 64425 Newsbeat eng \N The latest news from around the UK and around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 17:45:00 2014-12-23 18:00:00 \N \N \N \N \N 4433 t
+16208 36994 David Copperfield eng \N The star-studded BBC adaptation of Charles Dickens's classic novel continues. David takes Steerforth to Yarmouth when he revisits Peggotty. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N \N \N 4435 t
+16208 36995 David Copperfield eng \N The conclusion to the BBC adaptation of Charles Dickens's classic novel. Micawber exposes Heep's financial fraud, and David returns to Canterbury once more. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N \N \N 4436 t
+16208 38527 To the Manor Born eng Christmas Special A seasonal special of the stately sitcom as Christmas looms large at Grantleigh Manor. Audrey falls out with Richard over who should provide the crib for the village church. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:40:00 \N \N \N S \N 4437 t
+16208 38528 To the Manor Born Christmas Special eng 25th Wedding Anniversary Special A special edition of the classy sitcom, first shown in 2007. Audrey and Richard's happy marriage is undermined by a planned rock concert. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:40:00 2014-12-23 19:00:00 \N \N \N S \N 4438 t
+4736 62842 Prime Minister's Questions eng \N Recorded coverage of questions in the House of Commons to prime minister David Cameron from Wednesday 17 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 10:30:00 2014-12-21 11:00:00 \N \N \N \N \N 4442 t
+4736 62957 Westminster in Review eng \N Alicia McCarthy presents a review of the parliamentary highlights at Westminster since September. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N \N \N 4443 t
+5824 39234 Over the Garden Wall eng \N 4 Extra Debut. Norman Evans plays toothless Lancastrian housewife Fanny Fairbottom, later inspiring Les Dawson's homage Ada. From October 1948. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:30:00 \N \N \N \N \N 4444 t
+5824 40020 Spike Milligan - The Army Show eng \N 4 Extra Debut. Spike Milligan's military merrymaking with Barry Humphries and John Bird. Recorded before an audience of soldiers. From June 1965. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 12:30:00 2014-12-22 13:00:00 \N \N \N \N \N 4445 t
+5824 39067 Doctor Who: Hornets' Nest eng The Circus of Doom, pt 1 The Time Lord re-encounters the alien swarm in early 19th-century rural England. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 5 10 \N \N \N 4446 t
+5824 39237 Not Now Arthur eng \N 4 Extra Debut. Banned from playing harmonica on Morecambe and Wise TV shows, explore the life of Arthur Tolcher. With Stewart Henderson. From August 2007. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N \N \N 4447 t
+5824 39139 Adrian Mole at Christmas eng Art, Culture and Politics Adrian speaks to the nation and plans a political party. What is Pandora's present? Read by Nicholas Barnes. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:15:00 1 3 \N \N \N 4448 t
+5824 38778 A History of Private Life eng All My Life Is a Struggle With Dirt Women's struggle to clean and care for their families in a household moral mission. Amanda Vickery's hidden history of home. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 14:15:00 2014-12-22 14:30:00 6 30 \N \N \N 4449 t
+5824 39140 Ladies of Letters Go Crackers eng \N Vera faces homelessness and Irene is inundated. Carole Hayman and Lou Wakefield's missives star Anne Reid and Prunella Scales. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 14:30:00 2014-12-22 14:45:00 1 5 \N \N \N 4450 t
+5824 39167 Jeremy Seal - Santa eng A Life The writer's quest to discover the real St Nicholas takes him from Santa's Kingdom in Birmingham to Turkey. Read by Alan Cox. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 14:45:00 2014-12-22 15:00:00 1 5 \N \N \N 4451 t
+27168 59559 Babylon eng \N In the final episode of the series, as civil unrest erupts on London's barely policed streets, Charles Inglish and Franklin go head to head in their bid for the Commissioner's post. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-22 03:50:00 2014-12-22 04:50:00 \N \N \N \N \N 4452 t
+27168 60710 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 04:50:00 2014-12-22 06:00:00 \N \N \N \N \N 4453 t
+4170 49795 The Andrew Marr Show eng \N Andrew Marr is joined by key political personalities and cultural figures to discuss topical politics, current affairs and the arts. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N S \N 4454 t
+4170 56150 Fern Britton Meets... Richard Coles eng \N Former Communards band member Richard Coles explores his extraordinary journey from 80s pop star to Church of England vicar. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 4 4 \N S \N 4455 t
+4170 57983 Escape to the Continent eng Austria - Salzburg Brits test-drive an alternative life in Europe. Anita Rani is property shopping in the Salzburg area of Austria with a couple from Wiltshire. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 15 20 \N S \N 4456 t
+4170 51722 Bargain Hunt eng Lincoln Antiques show. Tim Wonnacott presents from Lincoln, as the two teams are made up of cyclist and motorbike enthusiasts. With experts Charles Hanson and Paul Laidlaw. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:30:00 \N \N \N S \N 4457 t
+4287 51351 A Place to Call Home eng No Other Love Australian period drama. On a high after the Swanson's party, George and Sarah are closer than ever, but Regina's bombshell means their happiness is short-lived. Also in HD. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 15:10:00 2014-12-19 15:55:00 7 10 \N S \N 4458 t
+4287 53874 Restoring England's Heritage eng \N Alistair McGowan travels through the West Midlands to uncover the historic buildings in critical need of renovation, including an Evesham cinema, an arts school a teapot factory. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 15:55:00 2014-12-19 16:25:00 \N \N \N S \N 4459 t
+4287 53824 Andrew Marr's History of Modern Britain eng New Britannia In the final part of Andrew Marr's national saga, Britain enters the post-Thatcher era. Many have done well during the Thatcher years, but now boom is turning to bust. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-19 16:25:00 2014-12-19 17:25:00 5 5 \N AD,S \N 4460 t
+4287 53571 Vintage Antiques Roadshow eng Bodnant Garden The team assembles on the lawns of Bodnant Garden. Items up for valuation include a tea service made for a maharajah and designs for the tomb of the Unknown Soldier. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 17:25:00 2014-12-19 18:00:00 \N \N \N S \N 4461 t
+4288 42701 New eng Don't Tell the Bride: Let it Snow! Steve has just three weeks to plan a wedding with an icy twist, theming it around a favourite animated movie, but Emma wants an upmarket wedding to impress her family. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N S \N 4462 t
+4288 41813 New eng Some Girls Comedy series about a group of teenage girls. Amber is in charge of the girls' prom night plans and ropes Viva in to organise the decorations. Contains strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:30:00 6 6 \N S \N 4463 t
+4288 41918 EastEnders eng \N Stacey continues to push Linda for information. Emma discovers some surprising new evidence in the Lucy Beale investigation. Dot is in for a huge shock when she returns home. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 22:30:00 2014-12-22 23:00:00 \N \N \N AD,S \N 4464 t
+4288 41919 Family Guy eng Blind Ambition Animated comedy series. When Quagmire gains local fame, Peter becomes jealous and attempts a new world record by eating as many nickels as he can. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 23:00:00 2014-12-22 23:25:00 \N \N \N S \N 4465 t
+4288 41920 Family Guy eng Death Lives Animated comedy about the everyday trials of family life. After a near-death experience, Peter learns the importance of spending time with Lois. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 23:25:00 2014-12-22 23:45:00 6 22 \N S \N 4466 t
+4288 42703 New: American Dad! eng The Boring Identity When Stan gets amnesia in an accident at work, Francine builds him a whole new identity. Contains some violence. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 23:45:00 2014-12-23 00:05:00 16 19 \N S \N 4467 t
+6848 60959 Music Matters eng \N Tom Service reviews a new biography of Bizet, a book on Wagner's successors and Ian Bostridge's book about Schubert's Winterreise. Plus Gillian Keith's new CD of Debussy songs. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 12:15:00 2014-12-20 13:00:00 \N \N \N \N \N 4468 t
+6848 60960 Radio 3 Lunchtime Concert eng \N In a performance given at the Mauerbach Charterhouse outside Vienna, Veronika Skuplik directs La dolcezza in a seasonal programme of motets and violin sonatas by Biber. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N \N \N 4469 t
+6848 60961 Saturday Classics eng \N BBC business correspondent Peter Day presents his choice of music for the festive season. Including Prokofiev, Gibbons, Bach, Shostakovich, Schubert and Preisner. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 14:00:00 2014-12-20 16:00:00 \N \N \N \N \N 4470 t
+26368 36396 Saturday Breakfast eng \N Wake up on Saturday with Eamonn Kelly from 6.00am. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 10:00:00 \N \N \N \N \N 4471 t
+41056 18052 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:30:00 \N \N \N \N \N 4480 t
+41056 18053 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:00:00 \N \N \N \N \N 4481 t
+41056 18054 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:25:00 \N \N \N \N \N 4482 t
+41056 18055 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-22 04:25:00 2014-12-22 04:30:00 \N \N \N \N \N 4483 t
+41056 18056 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 04:30:00 2014-12-22 05:00:00 \N \N \N \N \N 4484 t
+41056 18057 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 05:00:00 2014-12-22 06:01:00 \N \N \N \N \N 4485 t
+24464 50303 V8 Supercars Season Review eng \N A round-up of the 2014 season of Australia's premier touring car series. Part 1. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 18:55:00 2014-12-20 23:05:00 \N \N \N \N \N 4486 t
+5632 36297 5 live Sport eng \N Mark Chapman with football debate, the day's sports news and build-up to Stoke v Chelsea. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 4487 t
+5632 36298 5 live Sport eng \N Live football commentary on Stoke v Chelsea in the Premier League. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-22 20:00:00 2014-12-22 22:00:00 \N \N \N \N \N 4488 t
+4287 51397 This Is BBC Two eng \N Highlights of programmes on BBC Two. \N 2 25 f 3 eng eng 0 0 0 \N 2014-12-21 03:05:00 2014-12-21 06:35:00 \N \N \N S \N 4489 t
+27328 17274 UFC - The Story So Far eng \N BT Sport reveals the evolution of the UFC, from its relatively humble beginnings in Denver to the sell-out Las Vegas events featuring Dana White, the man behind the Octagon. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:00:00 \N \N \N \N \N 4490 t
+27328 17691 Marseille v Lille eng \N French Ligue 1 from Stade Velodrome between two clubs enjoying opposite fortunes from last season. Marseille have prospered this campaign, while Lille find themselves in a slump. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 02:00:00 2014-12-22 03:00:00 \N \N \N \N \N 4491 t
+6784 51695 Graham Norton eng \N Graham Norton hosts live music from Collabro and new singer Harriet. Plus visits from Miranda Richardson, Steve Pemberton and the winner of 2014's X Factor. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 13:00:00 \N \N \N \N \N 4495 t
+4352 53129 Breakfast eng \N The daily early morning news programme. Including Click. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N S \N 4496 t
+4352 53130 Breakfast eng \N The daily early morning news programme. Including Newswatch. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 07:00:00 2014-12-20 08:00:00 \N \N \N S \N 4497 t
+4352 53131 Breakfast eng \N The daily early morning news programme. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 08:00:00 2014-12-20 09:00:00 \N \N \N S \N 4498 t
+23040 38111 12 Chefs Of Christmas eng \N 12 Chefs of Christmas celebrates the festive season with twelve menus from some of television's top chefs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N \N \N 4499 t
+23040 38112 Cooking Christmas With Matt and Lisa eng \N Join Matt and Lisa for a delicious Christmas feast. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N \N \N 4500 t
+23040 38113 Jeni Barnett's Christmas Hamper eng \N We join Jeni Barnett as she creates a fabulous Christmas hamper. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N \N \N 4501 t
+23040 38114 Great British Christmas Menu eng \N Four chefs battle it out to raise money for Children In Need by creating the ultimate Christmas feast. After four tough days, the winner is crowned. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 10:30:00 2014-12-22 11:00:00 \N \N \N \N \N 4502 t
+23040 41360 12 Chefs Of Christmas eng \N 12 Chefs of Christmas celebrates the festive season with twelve menus from some of television's top chefs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 \N \N \N \N \N 4503 t
+23040 38116 Siba's Festive Table eng \N Siba Mtongana epitomises the rich fusion culture of South African food today, and here she gives it a special festive twist. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 \N \N \N \N \N 4504 t
+14498 26410 Destroyed in Seconds eng \N A passenger falls out of a hot air balloon when a rogue gust of wind surprises the pilot; a rare Ferrari plummets down a set of stairs and catastrophic flooding topples a hotel. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:20:00 \N \N \N \N \N 4505 t
+14498 26411 Destroyed in Seconds eng \N A skateboarder catches big air during a trick and then crashes down hard; two cranes collapse at a construction site and a massive fireworks explosion shatters windows. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 06:20:00 2014-12-20 06:45:00 \N \N \N \N \N 4506 t
+14498 26412 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 06:45:00 2014-12-20 07:10:00 \N \N \N \N \N 4507 t
+14498 26413 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 07:10:00 2014-12-20 07:35:00 \N \N \N \N \N 4508 t
+14498 26414 Fishing Road Trip USA eng New Jersey With the world-famous, iconic Manhattan skyline as a backdrop, Paul heads out to fish the Hudson River for powerful bluefish, stripers and shads. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 07:35:00 2014-12-20 08:00:00 \N \N \N \N \N 4509 t
+6016 39992 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 02:00:00 2014-12-20 02:05:00 \N \N \N \N \N 4751 t
+14498 26415 Fishing Road Trip USA eng New York State Paul travels to the beautiful Catskill mountains to fly-fish the Beaverkill River, then later travels across state to fish for salmon and steelheads. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:30:00 \N \N \N \N \N 4510 t
+14498 26416 Fishing Road Trip USA eng Connecticut & Rhode Island Paul is back on the sea coast at Branford, Connecticut, before heading to Rhode Island, where he catches a variety of inshore saltwater fish. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N \N \N 4511 t
+12928 42163 Mr Miracle eng \N Seasonal drama starring Britt Irvin and Rob Morrow. A guardian angel tackles his first assignment - helping a woman develop the self-confidence she lacks. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N 2014 \N \N 4512 t
+12928 42164 Kids' Hospital at Christmas eng \N Last in the documentary series. On Christmas Day on the wards, head of nursing Walter is trying to work out how to get staff home when there is no public transport running. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N S \N 4513 t
+12928 42165 Crazy Christmas Compulsives eng \N Documentary featuring people always in the holiday mood including a world-record light display, a woman with a gingerbread fixation and a man who celebrates Christmas every day. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N S \N 4514 t
+14532 6329 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 00:05:00 2014-12-20 03:00:00 \N \N \N \N \N 4515 t
+5888 52012 BBC 1Xtra Breakfast eng \N Twin and Yasmin have all you need to wake up! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 07:00:00 2014-12-22 10:00:00 \N \N \N \N \N 4516 t
+6848 61112 Essential Classics eng With Sarah Walker. 9.00am 5 Reasons to Love Bach at Christmas. 9.30am Mapping the Music. 10.30am Martha Argerich. 11.00am Essential Choice Beethoven: Piano Trio in D (Ghost). \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 09:00:00 2014-12-22 12:00:00 \N \N \N \N \N 4517 t
+16080 14827 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 10:30:00 2014-12-22 11:00:00 \N \N \N \N \N 4525 t
+16080 14828 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 \N \N \N \N \N 4526 t
+16080 14829 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 \N \N \N \N \N 4527 t
+8385 60714 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 03:55:00 2014-12-24 06:00:00 \N \N \N \N \N 4528 t
+6016 39991 Business Matters eng \N The key global business news from Europe, Middle East and Africa from the BBC World Service. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 01:05:00 2014-12-20 02:00:00 \N \N \N \N \N 4750 t
+6720 64391 BBC Radio 1's Essential Mix eng \N Oliver Dollar jumps on the Essential Mix decks. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 04:00:00 2014-12-20 06:00:00 \N \N \N \N \N 4553 t
+4352 53225 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N S \N 4554 t
+4352 53226 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N S \N 4555 t
+4352 58126 Sir Robin Knox-Johnston eng Grey Power The story of Sir Robin Knox-Johnston, who became the first person to sail around the world solo in 1969 and has returned to single-handed racing at the age of 75. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 10:30:00 2014-12-22 11:00:00 \N \N \N S \N 4556 t
+4352 53227 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N S \N 4557 t
+5760 59594 Wireless Nights eng Jarvis Cocker explores the human condition after dark. BBC Philharmonic Presents... Jarvis and the BBC Philharmonic weave tales of insomnia and nocturnal visions. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 01:00:00 2014-12-21 01:30:00 \N \N \N \N \N 4559 t
+5760 59595 Wireless Nights eng Jarvis Cocker explores the human condition after dark. Reaching for the Moon Jarvis attempts to fly to the moon, with the aid of astronaut Chris Hadfield. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 01:30:00 2014-12-21 02:00:00 2 4 \N \N \N 4560 t
+5760 59596 Wireless Nights eng Jarvis Cocker explores the human condition after dark. Lava and Ice Jarvis wanders the lava fields of Iceland in search of the unseen forces of night. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 02:00:00 2014-12-21 02:30:00 3 4 \N \N \N 4561 t
+5760 59597 Wireless Nights eng Jarvis Cocker explores stories of the night. Bright Nights Jarvis follows the long Icelandic summer night, communing with elves and looking for ghosts. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 02:30:00 2014-12-21 03:00:00 4 4 \N \N \N 4562 t
+41072 13889 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:45:00 \N \N \N \N \N 4563 t
+41072 13890 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 06:45:00 2014-12-20 07:00:00 \N \N \N \N \N 4564 t
+41072 13891 London360 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:30:00 \N \N \N \N \N 4565 t
+41072 13892 BSL Zone eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 \N \N \N \N \N 4566 t
+41072 13893 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:45:00 \N \N \N \N \N 4567 t
+41072 13894 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-20 08:45:00 2014-12-20 09:30:00 \N \N \N \N \N 4568 t
+17920 42704 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 00:05:00 2014-12-23 00:35:00 \N \N \N \N \N 4569 t
+17920 42705 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 00:35:00 2014-12-23 01:35:00 \N \N \N \N \N 4570 t
+17920 42962 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 01:35:00 2014-12-23 02:05:00 \N \N \N \N \N 4571 t
+17920 42963 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 02:05:00 2014-12-23 02:30:00 \N \N \N \N \N 4572 t
+17920 42964 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 02:30:00 2014-12-23 03:00:00 \N \N \N \N \N 4573 t
+5760 59327 6 Music Recommends eng \N Steve Lamacq and trusted guide DJs share the best new music in a handy bite-size programme at midnight. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 \N \N \N \N \N 4574 t
+5760 59328 25 Years of Rock eng 1972 Stuart Grundy presents a series looking back on the events and music of each year from 1955 to 1979, featuring archive recordings and news read by Bill Bingham. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 01:00:00 2014-12-19 02:00:00 18 30 \N \N \N 4575 t
+5760 59467 Rockin' Around the Christmas Tree eng \N Simon Bates looks back at festive hit singles in a series first broadcast on Radio 1. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:30:00 \N \N \N \N \N 4576 t
+40992 51952 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 11:45:00 2014-12-22 12:00:00 \N \N \N \N \N 4577 t
+5760 59330 6 Music Live Hour eng \N Chris Hawkins presents recordings from the BBC's archive of live music, including the Concretes at Glastonbury 2004 and sessions from Prince Far I and the Lucid Dream. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 02:30:00 2014-12-19 03:30:00 \N \N \N \N \N 4578 t
+5632 36300 Nihal eng \N The big stories of the day as Nihal sits in, plus the latest news and sport and a look ahead to what is expected to be making headlines tomorrow. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 22:30:00 2014-12-23 01:00:00 \N \N \N \N \N 4710 t
+5888 51999 MistaJam eng \N MistaJam spins your Old Skool requests. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 22:00:00 \N \N \N \N \N 4584 t
+25664 55694 Spaced eng Help Tim is racing against time as Daisy accidentally jeopardises his career. Daisy & Marsha decide to get fit, and Brian wants to tell his mum the truth about his work. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 00:50:00 2014-12-19 01:20:00 \N \N \N S \N 4585 t
+25664 55695 Spaced eng Gone A night on the town for Tim and Daisy turns into a fight for survival as the dynamic duo come face-to-face with an old enemy (not to mention a few new ones). \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 01:20:00 2014-12-19 01:50:00 \N \N \N S \N 4586 t
+25664 55696 Greatest Xmas Songs of All Time! eng \N With Santa's help, we're delivering the definitive Christmas soundtrack. These are the greatest Xmas songs of all time, gift wrapped especially for you. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 01:50:00 2014-12-19 03:00:00 \N \N \N S \N 4587 t
+4736 62829 Scottish First Minister's Questions eng \N Recorded coverage of questions in the Scottish Parliament to first minister Nicola Sturgeon from Thursday 18 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 10:30:00 2014-12-20 11:00:00 \N \N \N \N \N 4588 t
+4736 62830 Scottish Parliament eng \N Recorded coverage of Scottish Parliament proceedings. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 13:30:00 \N \N \N \N \N 4589 t
+25792 52465 Antiques Road Trip eng \N The gavel comes down on the battle between experts Thomas Plant and Mark Hales, who head from Hay-on-Wye to a deciding auction in Herefordshire. Who has earned the bragging rights? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 06:10:00 2014-12-23 07:00:00 \N \N \N S \N 4591 t
+25792 52466 Antiques Roadshow eng Swindon The travelling team alight at Swindon's Steam Museum. A rare piece of silver, a valuable painting and uneaten slices of royal wedding cake get the experts' pulses racing! \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 07:00:00 2014-12-23 08:00:00 \N \N \N S \N 4592 t
+25792 52467 Bargain Hunt eng \N Tim Wonnacott presents another fast-paced edition of the show in which two teams are given an hour to spend a modest budget at an antiques fair. Here, they're at Portobello market. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 08:00:00 2014-12-23 09:00:00 \N \N \N S \N 4593 t
+15920 27977 Alias Smith and Jones eng Shootout at Diablo Station US comedy drama series about two likeable outlaws. Smith and Jones are ambushed and learn that their old friend, Sheriff Lom Trevors, is to be killed. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:50:00 \N \N \N S \N 4594 t
+15920 30348 ITV4 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 04:50:00 2014-12-21 04:55:00 \N \N \N \N \N 4595 t
+5760 59600 Bjork Gudmundsdottir eng \N Stuart Maconie presents a profile of the idiosyncratic Icelandic singer, composer, actress and producer. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 04:00:00 2014-12-21 05:00:00 \N \N \N \N \N 4744 t
+15920 28000 The Professionals eng In the Public Interest Bodie and Doyle become hunted men when they visit an apparently crime-free city and begin to question the unorthodox methods of the local constabulary. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-21 04:55:00 2014-12-21 05:45:00 \N \N \N AD,S,SL \N 4596 t
+15920 28001 The Professionals eng Rogue Bodie and Doyle find themselves on the trail of one of CI5's founder members after two key witnesses in a drug-smuggling trial are found dead. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-21 05:45:00 2014-12-21 06:00:00 \N \N \N AD,S,SL \N 4597 t
+5696 40182 Coming up on 5 live sports extra eng \N Coming up at 2.55pm on Boxing Day, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-24 12:00:00 2014-12-24 18:00:00 \N \N \N \N \N 4601 t
+4608 36303 We Love Bobby Lockwood: Wolfblood eng Lone Wolf Fantasy drama series. Teenager Maddy Smith is hiding an extraordinary secret. When new boy Rhydian turns up at school, Maddy's world gets a lot more complicated. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:30:00 1 13 \N AD,S \N 4607 t
+4608 36304 We Love Bobby Lockwood: Hacker Time eng Bobby Lockwood Chat, music and comedy from Hacker T Dog. Hacker tries to outfox Wolfblood's Bobby Lockwood. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 12:30:00 2014-12-23 13:00:00 1 10 \N S \N 4608 t
+4608 36305 We Love Bobby Lockwood eng The Dog Ate My Homework Two teams fight it out. The team captains are joined by Bobby Lockwood and Louisa-Connolly Burnham from Wolfblood. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:25:00 6 10 \N S \N 4609 t
+4608 36306 We Love Bobby Lockwood eng Ultimate Brain Science-based game show. Wolfblood's Bobby Lockwood, Louisa Connolly-Burnham and Kedar Williams-Stirling take on two more teams of young scientists. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 13:25:00 2014-12-23 13:55:00 6 10 \N AD,S \N 4610 t
+4608 36307 We Love Bobby Lockwood: Jedward's Big Adventure eng Stratford-upon-Avon John and Edward visit the UK's historical hotspots. Here, the duo compete to see who'll be the best tour guide around Stratford-upon-Avon. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 13:55:00 2014-12-23 14:25:00 5 10 \N AD,S \N 4611 t
+4608 35927 Dragons - Defenders of Berk eng Tunnel Vision Animated series. When the town's well runs dry, Hiccup and Toothless discover a group of baby-whispering death dragons living in the tunnels underneath. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 14:25:00 2014-12-23 14:50:00 4 20 \N S \N 4612 t
+4608 35925 Arthur eng Based On a True Story, Part Two Animation following the adventures of a young aardvark and his friends. New kid in town, Ladonna Compson, charms everyone with her amazing stories. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 14:50:00 2014-12-23 15:00:00 \N \N \N S \N 4613 t
+41024 59559 Babylon eng \N \N \N \N \N \N \N \N \N 1 0 0 \N 2014-12-22 03:50:00 2014-12-22 04:50:00 \N \N \N \N \N 4617 t
+41024 60710 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 04:50:00 2014-12-22 06:00:00 \N \N \N \N \N 4618 t
+7168 34324 CBeebies Christmas Karaoke eng \N Viewers can press the Red Button to sing along with their CBeebies chums. The service features songs from ZingZillas, Something Special and this year's CBeebies Pantomime. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 4619 t
+7168 34505 Radio 2 in Concert eng Take That Take That reconvene after a four year hiatus to perform at the intimate setting of the Radio Theatre in the heart of London, where they prove that three is the magic number! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 19:00:00 2014-12-25 00:00:00 \N \N \N \N \N 4620 t
+4544 47148 This Is BBC Four eng \N BBC Four is the BBC channel for people who want more. More depth, more range, more to stimulate the mind. More daily from 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 03:45:00 2014-12-23 05:30:00 \N \N \N \N \N 4621 t
+4544 45513 This Is BBC Four eng \N BBC Four is the BBC channel for people who want more. More depth, more range, more to stimulate the mind. More daily from 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 05:30:00 2014-12-23 18:58:00 \N \N \N \N \N 4622 t
+5952 53428 Nihal eng \N Discussion and debate on the big issues affecting British Asians. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 13:00:00 \N \N \N \N \N 4623 t
+4672 52166 The Adventures of Abney and Teal eng CBeebies Bedtime Hour. The Camera Abney's got a camera. Soon Neep gets a go too and his photos are really special. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:10:00 \N \N \N AD,S \N 4624 t
+4672 52167 64 Zoo Lane eng Merry Jinglewhizz CBeebies Bedtime Hour. Cartoon about Lucy, who is told stories by the zoo's animals. The animals look forward to sliding down the snowy hill on Christmas morning. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 18:10:00 2014-12-24 18:20:00 \N \N \N S \N 4625 t
+4672 52168 In the Night Garden eng CBeebies Bedtime Hour. Pinky Ponk Adventure The Pinky Ponk gets stuck in a tree. Everybody slides up and down and it breaks free. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 18:20:00 2014-12-24 18:50:00 \N \N \N S \N 4626 t
+4672 52169 CBeebies Christmas Bedtime Stories eng CBeebies Bedtime Hour. The Night before Christmas An exciting story read by a special guest. Simon Callow reads The Night Before Christmas, by Clement C Moore. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 18:50:00 2014-12-24 18:58:00 \N \N \N S \N 4627 t
+4672 49174 This is CBeebies! eng \N CBeebies is the BBC channel for under sixes, encouraging children to learn through play. You can join the fun every day from 6.00am to 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 18:58:00 2014-12-25 05:30:00 \N \N \N \N \N 4628 t
+4608 65247 Arthur eng DW's Furry Freak-Out Animation. DW finds a stray kitten and begs to keep it. After all, Arthur has his own dog! But the cute kitten turns out to be a lot more than DW can handle. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:15:00 \N \N \N S \N 4630 t
+4608 36247 All Over the Place eng USA Ed Petrie and friends discover the most amazing places to visit in the USA. Featuring fancy swimming, talking and painting with dolphins in Florida. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:15:00 2014-12-20 07:45:00 1 13 \N S \N 4631 t
+4608 36470 Sam & Mark's Big Christmas Wind-Up eng Union J In the first of a new series, Sam Nixon and Mark Rhodes host a festive special. Union J perform their single You've Got It All, while the Vamps go undercover. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:45:00 2014-12-20 08:45:00 1 10 \N S \N 4632 t
+4608 64678 WHOOPS I MISSED THE BUS eng \N Video bloggers Lauren and Myles take a sneaky look at all the festive highlights from CBBC over the last week. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:45:00 2014-12-20 09:00:00 33 52 \N S \N 4633 t
+5824 41312 Evelyn Waugh Short Stories eng Cruise Sailing round the Mediterranean, a young lady writes about the upper-class antics on board ship. Read by Abigail Docherty. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:15:00 \N \N \N \N \N 4634 t
+5824 38688 Gideon Fell - The Blind Barber eng \N 4 Extra Debut. Dr Gideon Fell's only clue to a brutal killing afloat is an engraved weapon. John Dickson Carr's thriller stars Donald Sinden. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 21:15:00 2014-12-19 22:00:00 \N \N \N \N \N 4635 t
+5824 38682 The Rest Is History eng \N Frank Skinner and his guests explore funny, odd and interesting moments in history. With historian Dr Kate Williams, and guests Dave Gorman and Sara Pascoe. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:30:00 1 6 \N \N \N 4636 t
+5824 38382 Cowards eng \N Sketch show with a comic slant on human frailties. With Tom Basden, Stefan Golaszewski and Tim Key. From November 2008. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 22:30:00 2014-12-19 23:00:00 3 4 \N \N \N 4637 t
+5824 38383 Blue Jam eng \N Another audio cloud of darkly hilarious comedy from Chris Morris. With Julia Davis, Mark Heap and Kevin Eldon. From April 1998. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 3 6 \N \N \N 4638 t
+14498 26523 Total Fishing with Matt Hayes eng \N There's an update on the fishing in France, Trevor West shares his best bait tips and Matt's searching for the elusive pike in Oxford. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 \N \N \N \N \N 4645 t
+14498 26524 Total Fishing with Matt Hayes eng \N Matt wants his friend, fish chef Stephen Bulmer, to cook a famous Bibury trout, but he has to land one first. And then he heads to Norway with Jan Porter to fish for sea trout. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N \N \N 4646 t
+14498 26525 Wheeler Dealers eng Lancia Delta Integrale Part 1 Mike is gambling on a Lancia Delta Integrale, he's bought the car but he's not driven it. Will his purchase cause mechanical mayhem for Edd? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:30:00 \N \N \N \N \N 4647 t
+14498 26526 Wheeler Dealers eng Lancia Delta Integrale Part 2 Mike took a risk on a Lancia Delta Integrale, but Edds worked his magic. The car drives like a dream, but will it make them a profit? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 10:30:00 2014-12-23 11:00:00 \N \N \N \N \N 4648 t
+14498 26527 Wheeler Dealers eng VW Type 25 Part 1 Cult favourite the VW Camper Van goes under the spanner, getting Edd China's full attention. He starts with a complete diesel service. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N \N \N 4649 t
+14498 26528 Wheeler Dealers eng VW Type 25 Part 2 The VW Camper Van is ready to hit the road, and Mike's especially impressed with its interior. When he takes it for a drive it gets some unexpected interest. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N \N \N 4650 t
+5632 36208 5 live Breakfast eng Your Call Your calls on the day's big story with Rachel Burden. Call 0500 909 693 [free from some landlines; other networks vary]. Text 85058 [standard rate]. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N \N \N 4655 t
+5632 36209 5 live Daily eng \N Original news and exclusive interviews from across the UK with Peter Allen. Including your stories and contributions, plus a round-up of the day's headlines. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 10:00:00 2014-12-19 13:00:00 \N \N \N \N \N 4656 t
+6784 51881 Glenn Miller, 70 Years of Mystery eng \N Len Goodman investigates the phenomenon of bandleader Major Glenn Miller, one of the biggest-selling recording artistes between 1939 and 1943. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 4657 t
+6784 51790 The Art of Artists eng \N Russell Davies interviews A-list contributors to the worlds of music, art, comedy and film. Russell interviews songwriter and producer Mike Batt. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 4 13 \N \N \N 4658 t
+6912 55523 A Festival of 9 Lessons and Carols eng \N Live from the candlelit chapel of King's College, Cambridge, and based around nine Bible readings interspersed with Christmas hymns and carols sung by the famous chapel choir. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:30:00 \N \N \N \N \N 4659 t
+6912 55250 The Media Show eng \N Steve Hewlett presents a topical programme about the fast-changing media world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 \N \N \N \N \N 4660 t
+6912 55251 PM eng \N Paddy O'Connell presents coverage and analysis of the day's news. Including Weather at 5.57pm. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N \N \N 4661 t
+6016 40341 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:05:00 \N \N \N \N \N 4666 t
+6016 40342 Outlook eng \N Personal stories behind the news from all over the world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-24 03:05:00 2014-12-24 04:00:00 \N \N \N \N \N 4667 t
+6016 40343 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:05:00 \N \N \N \N \N 4668 t
+6016 40344 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 04:05:00 2014-12-24 04:32:00 \N \N \N \N \N 4669 t
+6016 40345 Click eng \N Technological and digital news from around the world. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 04:32:00 2014-12-24 05:00:00 \N \N \N \N \N 4670 t
+6016 40346 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:05:00 \N \N \N \N \N 4671 t
+6016 40347 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 05:05:00 2014-12-24 06:00:00 \N \N \N \N \N 4672 t
+4170 50301 Escape to the Country eng Oxon/Wilts Buyers are helped to find their dream homes. Jonnie Irwin helps a couple who want to leave their family home after almost 30 years for the Oxfordshire countryside. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 15:10:00 2014-12-19 15:40:00 \N \N \N AD,S \N 4673 t
+4170 51285 Christmas Kitchen with James Martin eng \N Festive food programme. James Martin is joined in the kitchen by Monica Galetti and Brian Turner. Plus celebrity guests and treats from the BBC's festive food archives. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 15:40:00 2014-12-19 16:30:00 10 10 \N S \N 4674 t
+4170 49755 Flog It! eng Gloucester Antiques series. The team are in Gloucester, where presenter Paul Martin and experts Philip Serrell and Michael Baggott discover some rare gems. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:15:00 \N \N \N S \N 4675 t
+22080 1456 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 13:30:00 2014-12-21 14:00:00 \N \N \N \N \N 4676 t
+4170 58355 Pointless Celebrities eng \N Alexander Armstrong presents a crime-based celebrity edition of the quiz, with contestants including Lisa Maxwell, Sue Cook, Donal MacIntyre, Helen Fraser and Jack Ellis. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:15:00 2014-12-19 18:00:00 \N \N \N S \N 4677 t
+6720 64426 Greg James eng \N Another Ten-Minute Take-Over from 6.00pm and more musical goodness. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 4678 t
+6720 64649 Zane Lowe eng \N Zane rewinds his conversation with music producer Rick Rubin. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 21:00:00 \N \N \N \N \N 4679 t
+4736 62844 America This Week eng \N Highlights of the week in politics in the USA from C-SPAN. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 4690 t
+4736 62845 Washington Journal eng \N C-SPAN's White House correspondent Steve Scully interviews leading figures on the American political scene and takes viewers' calls. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 13:00:00 2014-12-21 15:00:00 \N \N \N \N \N 4691 t
+5824 39111 The Master of Ballantrae eng \N After the brother's bitter duel, the body of James Durie has mysteriously disappeared. Stars David Rintoul and Liam Brennan. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 2 2 \N \N \N 4693 t
+5824 38782 The 4 O'Clock Show eng \N Mel Giedroyc goes to Antarctica with wildlife cameraman John Aitchison for the first episode of A View Through a Lens, and Fred MacAulay returns with Keep It in the Family. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 4694 t
+5824 38783 Like They've Never Been Gone eng \N Sheila and Tommy tackle their memoirs, but are their memories up to it? Stars Roy Hudd and June Whitfield. From May 2001. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 3 6 \N \N \N 4695 t
+5824 38784 Life, Death and Sex with Mike and Sue eng \N The lifestyle show turns its attention to relationships and money. Stars Robert Duncan and Jan Ravens. From October 1999. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 17:30:00 2014-12-22 17:55:00 6 6 \N \N \N 4696 t
+5824 39186 Kenny Everett - Captain Kremmen eng There's Something Up There Evil monsters await the supreme spaceman, the voluptuous Carla and boffin Dr Gitfinger. Kenny Everett's 1970s sci-fi serial. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 17:55:00 2014-12-22 18:00:00 1 25 \N \N \N 4697 t
+5760 59355 Chris Hawkins eng \N A great mix of music for the weekend, including a featured album by the Verve. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 05:00:00 2014-12-21 07:00:00 \N \N \N \N \N 4745 t
+4170 49798 MOTD2 Extra eng \N Mark Chapman introduces analysis of Saturday's Premier League action and a look ahead to Sunday's two matches, in which Newcastle take on Sunderland and Liverpool meet Arsenal. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:15:00 \N \N \N S \N 4698 t
+4170 49799 BBC News eng \N The latest national and international news from the BBC. Also in HD. Followed by Weather for the Week Ahead. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 13:15:00 2014-12-21 13:30:00 \N \N \N S \N 4699 t
+4170 56399 Sister Act 2 eng Back in the Habit Deloris returns to help the St Catherine's sisters control a school of delinquents. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 13:30:00 2014-12-21 15:15:00 \N \N 1993 S \N 4700 t
+4288 42704 Some Girls eng \N Comedy series about a group of teenage girls. Amber is in charge of the girls' prom night plans and ropes Viva in to organise the decorations. Contains strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 00:05:00 2014-12-23 00:35:00 6 6 \N S \N 4701 t
+4288 42705 Don't Tell the Bride eng Let it Snow! Steve has just three weeks to plan a wedding with an icy twist, theming it around a favourite animated movie, but Emma wants an upmarket wedding to impress her family. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 00:35:00 2014-12-23 01:35:00 \N \N \N S \N 4702 t
+4288 42962 The Revolution Will Be Televised eng \N In America, James and Barnaby attend a Republican Party conference. Contains strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 01:35:00 2014-12-23 02:05:00 1 7 \N S \N 4703 t
+4288 42963 The Revolution Will Be Televised eng \N Dale Maily files a special report from Colorado on legalised cannabis. Contains adult humour and some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 02:05:00 2014-12-23 02:30:00 2 7 \N S \N 4704 t
+4288 42964 The Revolution Will Be Televised eng \N Street magician Alternator 'disappears' the belongings of some Wall Street bankers. Contains adult humour and some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 02:30:00 2014-12-23 03:00:00 3 7 \N S \N 4705 t
+15856 3483 The Millionaire Matchmaker eng Welcome to the Big Apple Reality series. Patti is in the Big Apple where she meets new clients Derek, a larger-than-life sports fanatic, and Bryce, a young heiress with attitude. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N S \N 4707 t
+15856 3484 The Millionaire Matchmaker eng Jersey in the House Reality series following a matchmaker who caters for wealthy clients. Patti gets a surprise visit from Caroline Manzo of The Real Housewives of New Jersey. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N S \N 4708 t
+5632 36299 5 live Sport eng \N Your calls, texts and social media reaction following Stoke v Chelsea. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:30:00 \N \N \N \N \N 4709 t
+6016 39989 The World this Week eng \N What's been happening around the world and why it matters. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 00:32:00 2014-12-20 01:00:00 \N \N \N \N \N 4711 t
+4287 56500 Butterflies eng A Very British Obsession - Natural World Wildlife documentary featuring the lives of Britain's butterflies filmed in exquisite detail, and also a celebration of their enduring appeal. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 06:35:00 2014-12-21 07:35:00 8 14 \N S \N 4712 t
+4287 55497 African Cats eng \N Nature documentary about two cat families and how they teach their cubs the ways of the wild and risk their lives for their offspring. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 07:35:00 2014-12-21 09:05:00 \N \N 2011 S \N 4713 t
+17609 19757 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 22:45:00 2014-12-24 23:00:00 \N \N \N \N \N 4714 t
+17609 19758 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 4715 t
+15808 50300 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from F1 Cars 1973-1978. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 15:45:00 2014-12-20 16:50:00 \N \N \N \N \N 4719 t
+15808 50567 Trophe Andros eng \N Motor racing's favourite winter past time, the Andros Trophy, tests the car control skills of some of today's top circuit racers on the ice covered tracks of some of France's best known ski resorts. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 16:50:00 2014-12-20 17:50:00 \N \N \N \N \N 4720 t
+15808 50302 FIA World Endurance Season Review eng \N A look back at the 2014 season as top class LMP and GT cars battle for the title in the pinnacle of global sportscar racing. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 17:50:00 2014-12-20 18:55:00 \N \N \N \N \N 4721 t
+22688 1010 Magic Breakfast with Justin Wilkes eng \N With the best of the Test of Time from 9.00am \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 06:00:00 2014-12-20 10:00:00 \N \N \N \N \N 4722 t
+5888 52013 Trevor Nelson eng \N The home of 1Xtra's Live Lounge. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 12:45:00 \N \N \N \N \N 4729 t
+6848 61261 Composer of the Week eng Antonio Vivaldi (1678-1741). The Pieta Donald Macleod presents a selection of music Vivaldi wrote specially to display the talents the girls of the Pieta. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 1 5 \N \N \N 4730 t
+6848 61114 Radio 3 Lunchtime Concert eng \N Schwarzenberg Schubertiade 2014. Gerald Finley (baritone) and Julius Drake (piano) perform Schubert's Schwanengesang in the Angelika Kauffmann Hall in Schwarzenberg. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 1 5 \N \N \N 4731 t
+6848 61115 Afternoon on 3 eng Simon Rattle Conducts Brahms and Schumann. Berlin Philharmonic under Simon Rattle in Schumann Symphony No 1 and Brahms: Symphony No 1. Plus Rameau: Zais (Prologue and Act 1). \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 16:30:00 1 4 \N \N \N 4732 t
+6912 54635 News and Weather eng \N The latest national and international news from BBC Radio 4. Followed by Weather. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:30:00 \N \N \N \N \N 4734 t
+6912 54913 The Kingdom to Come eng Peter Hennessy asks public figures how further devolution will change the UK's constitution. Alistair Darling MP Peter is joined by the former chancellor of the Exchequer. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 00:30:00 2014-12-19 00:48:00 4 5 \N \N \N 4735 t
+6912 54637 Shipping Forecast eng \N The latest shipping forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 00:48:00 2014-12-19 01:00:00 \N \N \N \N \N 4736 t
+6912 54638 As BBC World Service eng \N BBC Radio 4 joins the BBC World Service. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 01:00:00 2014-12-19 05:20:00 \N \N \N \N \N 4737 t
+4352 53228 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N S \N 4738 t
+4352 53229 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N S,SL \N 4739 t
+4352 53230 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N S \N 4740 t
+4352 53231 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:30:00 \N \N \N S \N 4741 t
+4352 58127 Review 2014 eng The Year in Film Film critic Mark Kermode takes a look back at the big releases of the year, sorting his festive favourites from the Christmas turkeys. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 \N \N \N S \N 4742 t
+5760 59599 Composer of the Week eng Iceland Donald Macleod explores Icelandic music. From the Ancients to Bjork: With music inspired by the world's oldest parliament and he introduces the voice of Bjork. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 03:00:00 2014-12-21 04:00:00 3 5 \N \N \N 4743 t
+6016 39986 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:05:00 \N \N \N \N \N 4746 t
+24032 31184 Teleshopping eng \N Shop for the latest goods from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 06:00:00 2014-12-20 09:00:00 \N \N \N \N \N 4753 t
+4169 51731 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N S \N 4754 t
+4169 52558 Look North eng \N The latest news, sport and weather for the North East and Cumbria. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N S \N 4755 t
+4169 58380 Celebrity Mastermind eng \N John Humphrys puts the questions to celebrities. Featuring Presenter Ore Oduba, Olympic athlete Lizzy Yarnold, The One Show's Alex Riley and comedian Ken Dodd. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 2 10 \N S \N 4756 t
+4169 56433 A Question of Sport eng Christmas Special Sue Barker hosts a festive edition of the lighthearted sports quiz. Team captains Matt Dawson and Phil Tufnell play the usual rounds with a Christmas twist. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N S \N 4757 t
+4169 51736 EastEnders eng \N Stacey continues to push Linda for information. Emma discovers some surprising new evidence in the Lucy Beale investigation. Dot is in for a huge shock when she returns home. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N AD,S \N 4758 t
+4169 56434 Would I Lie to You? eng \N Rob Brydon hosts a festive edition of the panel show. David Mitchell is joined by Ray Winstone and Josh Widdicombe, while Lee Mack is joined by Rachel Riley and Ricky Tomlinson. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 8 9 \N S \N 4759 t
+4352 53132 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N S \N 4760 t
+4352 53133 BBC News eng \N Twenty-four hours a day, the national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:30:00 \N \N \N S \N 4761 t
+4352 53134 Your Money eng \N Weekly round-up of news about mortgages, savings, credit cards, bank accounts and pensions, plus helpful tips and advice. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 10:30:00 2014-12-20 10:45:00 \N \N \N S \N 4762 t
+4352 53135 BBC News eng \N Twenty-four hours a day, the national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 10:45:00 2014-12-20 11:00:00 \N \N \N S \N 4763 t
+4352 53136 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N S \N 4764 t
+4352 53137 Dateline London eng \N Foreign correspondents currently posted to London look at events in the UK through outsiders' eyes, and at how the issues of the week are being tackled around the world. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N S \N 4765 t
+41136 50304 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 23:05:00 2014-12-21 00:10:00 \N \N \N \N \N 4766 t
+15232 18868 Television X Freeview eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:10:00 \N \N \N \N \N 4767 t
+15232 18869 Naughty Knee Highs 2 eng \N A cute pigtailed blonde (18+) in knee-high white socks, Jenna Lovely teases her boyfriend Kenni while he's on his computer. She has something much more fun to play with. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 00:10:00 2014-12-20 00:30:00 \N \N \N \N \N 4768 t
+15232 18870 Poker Lessons 2 eng \N It's winner takes all when a lucky stud wins a poker game and gets a raise from two seriously hot blonde croupiers (Claudia Adams and Cindy Dollar). \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 00:30:00 2014-12-20 00:50:00 \N \N \N \N \N 4769 t
+15232 18871 Dolls In Uniforms 9 eng Captain Black Is Back Big and curvy Jett Black is well up for a bit of seafaring sex as a pirate maid who lands a hunky male catch. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 00:50:00 2014-12-20 01:00:00 \N \N \N \N \N 4770 t
+15232 18872 Television X Freeview eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:10:00 \N \N \N \N \N 4771 t
+15232 18873 Dolls In Uniforms 9 eng Captain Black Is Back Big and curvy Jett Black is well up for a bit of seafaring sex as a pirate maid who lands a hunky male catch. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 01:10:00 2014-12-20 01:15:00 \N \N \N \N \N 4772 t
+15232 18874 Hot Hostel 2 eng \N Chained to a wheel by hot blonde Robyn, Demetri faces the ultimate test of his manhood. If he fails then the punishment in store will bring tears to his eyes! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 01:15:00 2014-12-20 01:40:00 \N \N \N \N \N 4773 t
+15232 18875 Pixie Love 2 eng \N Pixie is a rare beauty. The naughty, sexy young (18+) minx just wants to please you and show you everything she has on offer. Satisfaction guaranteed! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 01:40:00 2014-12-20 02:05:00 \N \N \N \N \N 4774 t
+15232 18876 The Iron Lady Garden 3 eng \N Ep. 3 - Lady is for Turning. Aggie Snatcher (Rebecca More) has a double check up by two doctors to gain a commanding voice. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 02:05:00 2014-12-20 02:25:00 \N \N \N \N \N 4775 t
+15232 18877 Fetish Fancies 4 eng \N Top UK superstar Harmony Hex is dressed like Santa's little helper, and stud Jay gets a chance to unwrap her festive charms in a sex show that is a real cracker. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 02:25:00 2014-12-20 02:45:00 \N \N \N \N \N 4776 t
+15232 18878 A View To A Thrill 3 eng \N Spy boss Vicki Holloway shows Keira her latest recruit, Suzie Best, an android beauty who has been designed to please both sexes. A filthy 18+ 3-girl session proves she's right! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 02:45:00 2014-12-20 03:10:00 \N \N \N \N \N 4777 t
+4608 65419 Sidekick eng To Party Perchance to Party Animated series. Eric and Trevor try to crash Vana's party while fighting super-villain Drilliam Shakespeare. Also in HD. Followed by Minuscule. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:15:00 \N \N \N AD,S \N 4778 t
+4608 35926 Dennis the Menace and Gnasher eng Menace Camp Dennis and his family set off for Camp Sunshine for a week of family fun, only to find Walter and his uncle in charge. Dennis tries to inject some fun into the holiday. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 15:15:00 2014-12-23 15:25:00 \N \N \N S \N 4779 t
+4608 35928 Operation Ouch! eng \N The doctors meet Larry the vomiting robot and Dr Xand goes on an emergency mission to deliver blood to a hospital urgently. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 15:25:00 2014-12-23 16:00:00 2 11 \N S,SL \N 4780 t
+4608 35929 All at Sea eng Baby Charlie and his family run a bed and breakfast by the sea. Kevin's goddaughter is getting baptised, and Charlie is causing havoc again. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N AD,S \N 4781 t
+4608 36309 4 O'Clock Club eng Bench Nero accidentally loses £60 of Josh's money, which Mr Bell spends on a new school bench. Nero and Josh have to work together to get the money back - or get revenge. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 5 13 \N S \N 4782 t
+4608 36310 Nowhere Boys eng \N Drama series. After weathering the freak storm which lashed their hideout, the boys emerge the next morning to discover strange configurations of debris scattered outside. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:25:00 4 13 \N AD,S \N 4783 t
+4608 36341 Strange Hill High eng A Strange Hill Christmas Animated series. Mitchell's desperate attempt to start his Christmas holiday early is scuppered when he accidentally traps everyone in the school. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 17:25:00 2014-12-23 17:50:00 13 13 \N AD,S \N 4784 t
+6016 40355 Witness eng \N The story of our times told by the people who were there. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 08:50:00 2014-12-24 09:00:00 \N \N \N \N \N 4837 t
+4608 36500 Gangsta Granny eng \N Comedy drama based on David Walliams's children's book. Ben hates spending time with his boring granny while his parents are away. Little does he know that his granny has a secret. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 17:50:00 2014-12-23 18:58:00 \N \N \N AD,S \N 4785 t
+15952 2673 Release the Hounds eng Jingle Hell Reggie Yates presents a special festive edition of the horror game show, featuring celebrity contestants Perri, Ashley and Jordan from dance troupe Diversity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 00:45:00 2014-12-22 01:50:00 \N \N \N S \N 4786 t
+15952 2675 Two and a Half Men eng Apologies for the Frivolity American sitcom about a well-off bachelor. Charlie dates an estate agent who's just like his mother. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 01:50:00 2014-12-22 02:15:00 \N \N \N S \N 4787 t
+15952 2676 Two and a Half Men eng Repeated Blows to His Unformed Head American sitcom about a well-off bachelor. Berta confronts the father of her pregnant daughter's baby. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 02:15:00 2014-12-22 02:40:00 \N \N \N S \N 4788 t
+15952 2674 The Office Xmas Party eng \N New series celebrating with three very different British businesses as they enjoy their annual Christmas parties. Tonight, staff from a sex toy factory get festive. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-22 02:40:00 2014-12-22 03:30:00 \N \N \N S \N 4789 t
+24464 50305 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 00:10:00 2014-12-21 01:15:00 \N \N \N \N \N 4790 t
+24464 50306 Trophe Andros eng \N Exclusive highlights of the world's most prestigious ice racing series contested by the likes of Alain Prost, Olivier Panis and Jacques Villeneuve in the winter ski resorts of Europe. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 01:15:00 2014-12-21 02:15:00 \N \N \N \N \N 4791 t
+24464 50307 V8 Supercars Season Review eng \N A round-up of the 2014 season of Australia's premier touring car series. Part 1. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 02:15:00 2014-12-21 06:00:00 \N \N \N \N \N 4792 t
+5760 59331 6 Music's Jukebox eng \N Chris Hawkins takes you through the early hours playing back-to-back music, plus exclusive BBC sessions and his Spotlight Act. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 03:30:00 2014-12-19 05:00:00 \N \N \N \N \N 4797 t
+5760 59332 Chris Hawkins eng \N Another six great albums feature in the week's edition of the Early Show CD Club. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 05:00:00 2014-12-19 07:00:00 \N \N \N \N \N 4798 t
+5952 53407 Panjabi Hit Squad eng \N The Panjabi Hit Squad boys get into the festive spirit with the best bhangra and Bollywood tunes around. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 21:00:00 \N \N \N \N \N 4799 t
+5952 53429 Asian Network Reports eng \N All the news you need to hear at lunchtime. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N \N \N 4803 t
+5952 53430 Noreen Khan eng \N Noreen serenades the listeners with her sublime collection of classics, brings you up-to-date showbiz news and gossip in the Hot 5 and has lots of banter! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 13:30:00 2014-12-23 17:00:00 \N \N \N \N \N 4804 t
+27904 2136 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:20:00 \N \N \N \N \N 4805 t
+27904 2139 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 00:20:00 2014-12-20 00:30:00 \N \N \N \N \N 4806 t
+27904 2137 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:20:00 \N \N \N \N \N 4807 t
+27904 2140 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 01:20:00 2014-12-20 01:30:00 \N \N \N \N \N 4808 t
+27904 2138 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 01:30:00 2014-12-20 02:20:00 \N \N \N \N \N 4809 t
+27904 2141 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 02:20:00 2014-12-20 02:30:00 \N \N \N \N \N 4810 t
+27904 2142 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 02:30:00 2014-12-20 04:45:00 \N \N \N \N \N 4811 t
+27520 803 Babestation eng Interact with the Babestation Babes live. Call and be part of the show (1.50 per min). Plus don't forget to check out BSX from 11 30pm on channel 174 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 05:00:00 \N \N \N \N \N 4812 t
+28416 20099 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-20 04:00:00 2014-12-20 05:30:00 \N \N \N \N \N 4813 t
+28416 20100 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-20 05:30:00 2014-12-20 07:00:00 \N \N \N \N \N 4814 t
+22752 1069 Kiss Fresh Up All Night eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 00:00:00 2014-12-20 03:00:00 \N \N \N \N \N 4815 t
+33088 17441 Best of QVC Extra eng \N Catch all the recent highlights from QVC Extra. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 4816 t
+6784 51798 After Midnight eng \N Music and conversation after midnight with OJ Borg, featuring Record and Album of the Week. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 00:00:00 2014-12-23 03:00:00 \N \N \N \N \N 4819 t
+6912 55252 Six O'Clock News eng \N The latest national and international news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:15:00 \N \N \N \N \N 4820 t
+6912 55524 Christmas with Damien Trench eng \N Festive character comedy. Cookery writer Damien Trench has recipes, anecdotes and festive tips galore to help listeners enjoy a perfect Christmas. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 18:15:00 2014-12-24 18:30:00 1 6 \N \N \N 4821 t
+17540 49760 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 4822 t
+6912 55530 Cabin Pressure eng Sitcom about the ups and downs of a charter airline. Zurich, Part 2 As the crew embark on a race against time, just what is Gerti's secret? \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 2 2 \N \N \N 4823 t
+6912 55254 The Archers eng \N The Bridge Farm Archers have a tree to decorate. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:15:00 \N \N \N \N \N 4824 t
+6912 55255 Front Row eng \N Arts news, interviews and reviews. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 19:15:00 2014-12-24 19:45:00 \N \N \N \N \N 4825 t
+6912 55516 15 Minute Drama eng The Skool Days of Nigel Molesworth, by Patrick Barlow and George Poles. Lessens and How to Avoyd Them Molesworth's efforts to explain the best way to bunk off are thwarted. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 19:45:00 2014-12-24 20:00:00 3 5 \N \N \N 4826 t
+6912 55258 Four Thought eng Talks with a personal dimension. Art, Design and Politics Paola Antonelli, curator of design at the Museum of Modern Art in New York City, explores the politics in art and design. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 20:45:00 2014-12-24 21:00:00 \N \N \N \N \N 4828 t
+16032 55572 CITV returns at 06:00 eng CITV returns at 06 00. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 18:00:00 2014-12-23 06:00:00 \N \N \N \N \N 4829 t
+6016 40348 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:05:00 \N \N \N \N \N 4830 t
+6016 40349 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 06:05:00 2014-12-24 07:00:00 \N \N \N \N \N 4831 t
+6016 40350 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:05:00 \N \N \N \N \N 4832 t
+6016 40351 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 07:05:00 2014-12-24 08:00:00 \N \N \N \N \N 4833 t
+6016 40352 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:05:00 \N \N \N \N \N 4834 t
+6016 40353 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 08:05:00 2014-12-24 08:32:00 \N \N \N \N \N 4835 t
+6016 40354 Business Daily eng \N The daily drama of money and work from the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 08:32:00 2014-12-24 08:50:00 \N \N \N \N \N 4836 t
+4287 49115 Eggheads eng \N Dermot Murnaghan hosts a general knowledge quiz in which teams from all over the UK battle to beat the Eggheads, some of the country's top quiz champions. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N S \N 4838 t
+4287 49116 Strictly Come Dancing - It Takes Two eng \N Zoe Ball presents an hour-long special with all the backstage gossip from the four Strictly finalists and extra special guests. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:30:00 \N \N \N S \N 4839 t
+4287 51376 Tom Kerridge Cooks Christmas eng \N Festive food special, as Tom Kerridge cooks turkey with a twist, demonstrates how to liven up veg, and serves a spiced orange cake with plum sauce and Christmas pudding ice cream. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N AD,S \N 4840 t
+4287 49118 Mastermind eng \N Four more contenders are invited to answer questions in the black chair. The subjects are one hit wonders, UK general elections 1979 - 2010, West Bromwich Albion and Empress Livia. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N S \N 4841 t
+4287 51377 Mary Berry's Absolute Christmas Favourites eng \N Mary Berry shares recipes for a stress-free Christmas Day, including mini filo beef wellington canapes and the all-important turkey with all the trimmings. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 2 2 \N AD,S \N 4842 t
+6720 64429 Phil Taggart eng \N Phil Taggart sits in for Huw Stephens with your late-night new music fix. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-24 01:00:00 \N \N \N \N \N 4844 t
+15952 2626 Two and a Half Men eng Apologies for the Frivolity American sitcom about a well-off bachelor. Charlie dates an estate agent who's just like his mother. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 \N \N \N S \N 4845 t
+15952 4130 Two and a Half Men eng Repeated Blows to His Unformed Head American sitcom about a well-off bachelor. Berta confronts the father of her pregnant daughter's baby. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:25:00 \N \N \N S \N 4846 t
+15952 4131 Two and a Half Men eng Who's Vod Kanockers? American sitcom. Charlie finally tells Alan the truth about why he did not marry Mia. Charlie and Alan deal with a noisy neighbour. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 01:25:00 2014-12-20 01:55:00 \N \N \N S \N 4847 t
+15952 2627 Two and a Half Men eng The Sea Is a Harsh Mistress American sitcom. Charlie's attempts at surfing to impress a young woman end with disastrous results. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 01:55:00 2014-12-20 02:20:00 \N \N \N S \N 4848 t
+15952 2628 Warren United eng Sponsorship Comedy animation series. Brainsford United are in need of a new sponsorship deal and Fat Baz's job is on the line. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 02:20:00 2014-12-20 02:45:00 \N \N \N S \N 4849 t
+15952 2629 Warren United eng Billionaires Comedy animation series. Warren bemoans the number of teams being taken over by international billionaires. He wants to know why Brainsford is being passed over. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 02:45:00 2014-12-20 03:10:00 \N \N \N S \N 4850 t
+4736 62958 European Parliament eng \N Recorded coverage of proceedings in the European Parliament. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 15:00:00 2014-12-21 17:35:00 \N \N \N \N \N 4851 t
+4736 62851 Ten Minute Rule Bill eng \N Recorded coverage of the introduction of a Ten Minute Rule Bill in the House of Commons. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 17:35:00 2014-12-21 17:45:00 \N \N \N \N \N 4852 t
+4736 62852 BOOKtalk eng \N Mark D'Arcy in discussion with an author about their latest political book. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 17:45:00 2014-12-21 18:00:00 \N \N \N \N \N 4853 t
+6848 60963 Jazz Record Requests eng \N Alyn Shipton's selection of requests includes music from Richard Galliano and Bill Frisell. Plus trumpeters Humphrey Lyttelton and Woody Shaw, and cornettist Bix Beiderbecke. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 4854 t
+6848 61244 Opera on 3: Live from the Met eng Mozart's The Marriage of Figaro A live performance from New York's Metropolitan Opera. With Erwin Schrott (Figaro), Mariusz Kwiecien (the Count) and Danielle de Niese (Susanna). \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 17:00:00 2014-12-20 20:45:00 \N \N \N \N \N 4855 t
+4608 35843 MOTD Kickabout eng \N Match of the Day spin-off with the latest from the world of footie as well as top players and pundits. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:15:00 \N \N \N S \N 4860 t
+4608 36249 ROY eng Roy on Film Comedy drama. After a rocky first day at his new school, Roy decides to use a film project to show the other kids just how normal he is. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 09:15:00 2014-12-20 09:45:00 1 13 \N AD,S \N 4861 t
+17540 49762 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N \N \N 4862 t
+4608 64107 The Next Step eng Get This Party Started Reality-style drama following a group of dancers. The Next Step Dance Studio holds auditions for the ten dancers in A-Troupe. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 09:45:00 2014-12-20 10:10:00 1 30 \N S \N 4863 t
+4608 64105 The Next Step eng Everybody Dance Now Reality-style drama following a group of dancers. The members of A-Troupe are chosen and one of the best dancers does not make the cut. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 10:10:00 2014-12-20 10:35:00 2 30 \N S \N 4864 t
+4608 36473 Wolfblood eng Ulterior Motives Fantasy drama following teenagers and their secret lives as wolfbloods. Rhydian, Shannon and Tom face a new future - and an old foe. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 10:35:00 2014-12-20 11:05:00 1 13 \N AD,S \N 4865 t
+4608 36474 The Dumping Ground eng Home Alone Seizing their chance to be free of grown-up supervision, the Young People take charge of the Dumping Ground... driving Gus to breaking point. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 11:05:00 2014-12-20 11:30:00 1 13 \N AD,S \N 4866 t
+4608 36475 The Dumping Ground eng Liberty in the DG Still home alone, the young people go hungry, having spent all the money. For her own secret purpose, Elektra takes advantage of the ensuing fallout. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 2 13 \N AD,S \N 4867 t
+5824 38785 The Write Stuff eng Tennessee Williams James Walton discusses literary correctness with John Walsh, Sebastian Faulks, Mark Billingham and Francesca Simon. From October 2010. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 2 6 \N \N \N 4868 t
+5824 38786 A Good Read eng \N Sir Ernest Hall and Gillian Tindall discuss paperbacks by Evelyn Waugh, Apsley Cherry-Garrard and Marguerite Yourcenar. From December 1998. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N \N \N 4869 t
+5824 39240 Over the Garden Wall eng \N 4 Extra Debut. Norman Evans plays toothless Lancastrian housewife Fanny Fairbottom, later inspiring Les Dawson's homage Ada. From October 1948. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N \N \N 4870 t
+5824 40021 Spike Milligan - The Army Show eng \N 4 Extra Debut. Spike Milligan's military merrymaking with Barry Humphries and John Bird. Recorded before an audience of soldiers. From June 1965. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N \N \N 4871 t
+5824 39068 Doctor Who: Hornets' Nest eng The Circus of Doom, pt 1 The Time Lord re-encounters the alien swarm in early 19th-century rural England. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 5 10 \N \N \N 4872 t
+5824 39243 Not Now Arthur eng \N 4 Extra Debut. Banned from playing harmonica on Morecambe and Wise TV shows, explore the life of Arthur Tolcher. With Stewart Henderson. From August 2007. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N \N \N 4873 t
+4170 56400 The Chronicles of Narnia eng The Lion, the Witch and the Wardrobe Children's fantasy. Four young war evacuees arrive in Narnia, where they join the noble lion Aslan to overthrow the White Witch. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 15:15:00 2014-12-21 17:25:00 \N \N 2005 AD,S \N 4874 t
+4170 49803 Songs of Praise eng Christmas Big Sing Katherine Jenkins and Jermain Jackman join Bill Turnbull and David Grant in the Royal Albert Hall for a celebration of the first Christmas with favourite carols. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 17:25:00 2014-12-21 18:05:00 \N \N \N S \N 4875 t
+4288 42965 The Revolution Will Be Televised eng \N Dale Maily is in the middle of the Arizona desert with a heavily armed border patrol. Contains adult humour and some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:30:00 4 7 \N S \N 4876 t
+4288 42706 Some Girls eng \N Comedy series about a group of teenage girls. Amber is in charge of the girls' prom night plans and ropes Viva in to organise the decorations. Contains strong language. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 03:30:00 2014-12-23 04:00:00 6 6 \N S,SL \N 4877 t
+4288 41927 This Is BBC Three eng BBC Three Refreshing TV for the digital age. Tune in daily from 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 04:00:00 2014-12-23 05:30:00 \N \N \N \N \N 4878 t
+4288 39923 This Is BBC Three eng BBC Three Refreshing TV for the digital age. Tune in daily from 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 05:30:00 2014-12-23 18:58:00 \N \N \N \N \N 4879 t
+23152 17378 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:30:00 \N \N \N \N \N 4880 t
+23152 17379 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 \N \N \N \N \N 4881 t
+23152 17380 South Beach Tow eng Season 3 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:30:00 \N \N \N \N \N 4882 t
+23152 17381 South Beach Tow eng Season 3 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 01:30:00 2014-12-20 02:00:00 \N \N \N \N \N 4883 t
+23152 19194 Crime Stories eng Season 1 First hand accounts, dramatic re-enactments and exclusive footage are combined to explore the grim truth behind these intriguing crime stories. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:00:00 \N \N \N \N \N 4884 t
+24448 63988 Kama Charms eng \N Featuring high fashion and stunning detail, build your collection of charms with our Kama Charms show. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 00:00:00 2014-12-20 01:00:00 \N \N \N \N \N 4885 t
+24448 63989 Tomas Rae eng \N From the master design house of Tomas Rae comes an hour dedicated to highly glamorous jewellery and some of the finest quality gemstones in the Gems TV vault. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:00:00 \N \N \N \N \N 4886 t
+24448 63823 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:00:00 \N \N \N \N \N 4887 t
+8381 15583 You've Been Framed at Christmas! eng \N Harry Hill gives his unique gift of surreal silliness to some festive home videos including a fight to the death as a kid wrestles a Christmas tree, and Carrie the possessed car. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 19:15:00 2014-12-24 19:45:00 \N \N \N S \N 4888 t
+8381 14953 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 19:45:00 2014-12-24 20:00:00 \N \N \N S \N 4889 t
+8381 14954 Emmerdale eng \N Andy and Robert's feud reaches boiling point. Charity manipulates Cain. Bernice finds comfort in an unlikely source. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N AD,S \N 4890 t
+8381 14955 Coronation Street eng \N Gary feels isolated from his family. Will Kylie give in to her demons? Lloyd is shocked by news of Jenna. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:00:00 \N \N \N AD,S \N 4891 t
+6016 40084 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 04:05:00 2014-12-21 04:20:00 \N \N \N \N \N 4894 t
+7168 34227 CBBC Christmas Cracker eng \N Join CBBC's Hacker and Dodge for a musical extravaganza of festive fun and frolics. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:55:00 \N \N \N \N \N 4900 t
+7168 34228 Friday Night is Music Night eng \N Jeremy Vine presents the Friday Night Is Music Night Christmas Spectacular with favourite Christmas music, poetry and readings and an all-star cast. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 19:55:00 2014-12-20 02:00:00 \N \N \N \N \N 4901 t
+6784 51696 Pick of the Pops eng \N Tony Blackburn spins the hits from the charts of 1961 and 1979, including music from Adam Faith, Bobby Vee, Petula Clark, Status Quo, Blondie and David Bowie. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 15:00:00 \N \N \N \N \N 4902 t
+14832 1328 Rabbits & Bunnies & Meadows, Oh My eng \N Now in its 6th year, Gay Rabbit Chat & Date is an interactive TV chat service designed to put YOU in touch with new LGBT friends all over the UK. Chat, flirt, date and then some! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 08:00:00 2014-12-20 12:00:00 \N \N \N \N \N 4903 t
+5632 36304 Up All Night eng \N News, interviews and stories from around the world with Dan Maudsley. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 01:00:00 2014-12-23 05:00:00 \N \N \N \N \N 4904 t
+4287 51402 The Football League Show eng \N Manish Bhasin introduces all the drama from the Football League's three divisions, including Ipswich v Middlesbrough, Derby v Norwich and Millwall v Bolton. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 09:05:00 2014-12-21 10:25:00 \N \N \N S \N 4905 t
+4287 51403 Saturday Kitchen Best Bites eng \N James Martin takes a look back at some of his favourite recipes and best moments from Saturday Kitchen. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 10:25:00 2014-12-21 11:55:00 \N \N \N S \N 4906 t
+4287 56501 Mary Berry's Absolute Christmas Favourites eng \N Mary Berry shows how to prepare for the festive season with dishes including horseradish mustard beef, and visits a traditional stilton factory. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-21 11:55:00 2014-12-21 12:25:00 1 2 \N AD,S \N 4907 t
+16048 31857 Carry On Loving eng \N Classic saucy British comedy starring Sid James and Kenneth Williams, 1970. The Carry On gang run a bogus marriage bureau matching the most unlikely couples possible \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 09:15:00 2014-12-21 11:20:00 \N \N \N AD,S \N 4909 t
+16048 23933 Up Pompeii eng \N Classic Roman farce starring Frankie Howerd and Patrick Cargill, 1971. A slave finds a list of conspirators eager to bring down Emperor Nero. A chase ensues to rescue the list \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 11:20:00 2014-12-21 13:00:00 \N \N \N S \N 4910 t
+8274 25644 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:40:00 \N \N \N S,SL \N 4911 t
+8274 28093 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 03:40:00 2014-12-21 06:00:00 \N \N \N \N \N 4912 t
+14784 2858 Christmas in the Sun! eng All 7nts XMAS 3*AI Malta £349! 4*BB Marbella £489! 4*AI Sharm £469! 3*FB Benidorm £365! 4*AI Las Dalias £759! 4*HB Fuengirola £395! 4*AI Egypt £469! See our XMAS BREAKS page \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 08:00:00 2014-12-21 12:00:00 \N \N \N \N \N 4917 t
+14816 977 1-2-1 Dating - Find LOVE eng \N 1-2-1 Dating is a unique TV channel, broadcasting regionalised personal ads from around the UK, 24/7. New ads added daily. Free to join and place YOUR 1-2-1 advert. Check us out. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 08:00:00 2014-12-20 12:00:00 24 7 \N \N \N 4929 t
+14800 1328 Winter in Rabbit Meadow eng \N Rabbit Chat & Date has been connecting people for 6 years now! Why not jump in and see why? Make new friends, chat, flirt and find that RIGHT somebody. Or that RIGHT NOW somebody. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 08:00:00 2014-12-20 12:00:00 \N \N \N \N \N 4930 t
+5888 52014 Newsbeat eng \N The latest news from around the UK and around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 12:45:00 2014-12-22 13:00:00 \N \N \N \N \N 4931 t
+5888 52015 Sarah-Jane Crawford eng \N Your afternoon fix of big music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 16:00:00 \N \N \N \N \N 4932 t
+17540 49763 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 \N \N \N \N \N 4933 t
+14688 11605 Rock 'N' Roll Football eng Commentary Jon Champion and Clarke Carlisle bring you live and exclusive Barclays Premier League commentary, plus there are goal updates from all of the day's games. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 15:00:00 2014-12-20 17:00:00 \N \N \N \N \N 4934 t
+14688 11606 Rock 'N' Roll Football eng Full-Time When the full-time whistle blows, join Wrighty and Stoney with friends and fans on the phone. It's the first place to have your say on the day's games. Text now on 81215 (50p + n/w \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 17:00:00 2014-12-20 19:00:00 \N \N \N \N \N 4935 t
+6848 61090 Words and Music eng Eminently Victorian Texts and music on the theme of the Victorian world, with readings by Anna Maxwell Martin and Rory Kinnear. With Eliot, Wilde, Browning, Elgar and Mendelssohn. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:45:00 \N \N \N \N \N 4936 t
+6848 61266 New Generation Artists eng \N Pianist Louis Schwizgebel, soprano Olena Tokar, cellist Narek Haknazaryan and the Apollon Musagete Quartet in a programme featuring Mozart, Schubert, Shostakovich and Dvorak. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 17:45:00 2014-12-22 19:30:00 \N \N \N \N \N 4937 t
+14448 27179 Killer Instinct eng \N A shocking series that takes you inside the heads of some of the world's most brutal and surprising cases. Meet Mark Safarik, former FBI profiler and a foremost authority on criminal behaviour. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 4938 t
+14448 27180 Killer Instinct eng \N A shocking series that takes you inside the heads of some of the world's most brutal and surprising cases. Meet Mark Safarik, former FBI profiler and a foremost authority on criminal behaviour. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 4939 t
+14448 27181 Jail eng \N Tough reality series looking at the American penal system. Corrections Officer Kevin Morales talks about his work history in corrections and about the clientele they service. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:30:00 \N \N \N \N \N 4940 t
+14448 27182 Jail eng \N Series focussing on the sharp end of the incarceration process. A 'code 5' female prisoner is arriving at the sally port for intake. The officers immediately bring a restraint chair for the woman. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 23:30:00 2014-12-21 00:00:00 \N \N \N \N \N 4941 t
+12992 30791 CSI: Who's The Boss? eng Happenstance Las Vegas based forensic drama. Twins who are unaware of each other's existence are murdered, and the CSI's must establish the connection - if any - between the killings. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 00:00:00 2014-12-20 01:00:00 \N \N \N AD,S \N 4943 t
+12992 30792 Super Casino eng \N Live interactive gaming featuring roulette, blackjack and autowheel. For more information and to register visit www.SuperCasino.com. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 01:00:00 2014-12-20 03:00:00 \N \N \N \N \N 4944 t
+23712 3056 Stalked: Someone's Watching eng Cruel Intentions Shocking crime series following people who have escaped stalkers. Student Christen's college sweetheart turns out to be dangerous. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:30:00 \N \N \N \N \N 4949 t
+23712 3058 Stalked: Someone's Watching eng Playing with Fire Shocking true crime series following people who have escaped stalkers. Police are no use when Vernetta's violent ex begins following her. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 \N \N \N \N \N 4950 t
+23712 3059 Bridezillas eng \N Addictive US reality series following brides-to-be during their stressful wedding preparations. Raquel forgets her wedding vows. Natalie's bachelorette party turns chaotic. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:00:00 \N \N \N S \N 4951 t
+23712 3036 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 02:00:00 2014-12-20 04:00:00 \N \N \N \N \N 4952 t
+26560 13714 All The Hits eng All Night Long Nothing but massive tunes all night long! Up early? The breakfast show with Darryl Morris kicks off at 7am! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 07:00:00 \N \N \N \N \N 4953 t
+41120 14044 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 00:00:00 2014-12-20 01:00:00 \N \N \N \N \N 4954 t
+41120 14045 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:00:00 \N \N \N \N \N 4955 t
+41120 14046 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 02:00:00 2014-12-20 02:30:00 \N \N \N \N \N 4956 t
+41120 14047 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 02:30:00 2014-12-20 03:00:00 \N \N \N \N \N 4957 t
+22208 4785 Animal House eng \N Documentary series shining a spotlight on the staff at SPCA Auckland, who dedicate their days to the care and protection of the region's animals. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:30:00 1 \N \N S,AD 4 4958 t
+22208 5944 Animal House eng \N Documentary series shining a spotlight on the staff at SPCA Auckland, who dedicate their days to the care and protection of the region's animals. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:00:00 2 \N \N S,AD 4 4959 t
+22208 5975 Animal House eng \N Documentary series shining a spotlight on the staff at SPCA Auckland, who dedicate their days to the care and protection of the region's animals. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:30:00 3 \N \N S,AD 4 4960 t
+22208 5976 Animal House eng \N Documentary series shining a spotlight on the staff at SPCA Auckland, who dedicate their days to the care and protection of the region's animals. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-24 13:30:00 2014-12-24 14:00:00 4 \N \N S,AD 4 4961 t
+22208 5977 Animal House eng \N Documentary series shining a spotlight on the staff at SPCA Auckland, who dedicate their days to the care and protection of the region's animals. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 5 \N \N S,AD 4 4962 t
+22208 6073 Animal House eng \N Documentary series shining a spotlight on the staff at SPCA Auckland, who dedicate their days to the care and protection of the region's animals. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 6 \N \N S,AD 4 4963 t
+4352 53232 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N S \N 4964 t
+4352 53233 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:30:00 \N \N \N S \N 4965 t
+27456 45243 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:30:00 \N \N \N \N \N 5003 t
+4352 58128 The Old Plane and the Sea eng Rescuing the Last Dornier 17 In June 2013, the RAF Museum raised a World War Two German bomber from the seabed. Now, BBC News can share more about the challenges the recovery team faced. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:00:00 \N \N \N S \N 4966 t
+28352 2181 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:00:00 \N \N \N \N \N 5264 t
+4352 53234 BBC News at Five eng \N With Huw Edwards. The BBC News at Five with in-depth discussions and analysis as well as breaking news. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N S \N 4967 t
+5760 59603 Liz Kershaw eng \N So long, Mary Anne... Liz Kershaw sits in for Mary Anne Hobbs with plenty of massive tunes and seasonal fun. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 07:00:00 2014-12-21 10:00:00 \N \N \N \N \N 4968 t
+4736 62953 European Parliament eng \N Recorded coverage of proceedings in the European Parliament. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 13:30:00 2014-12-20 18:00:00 \N \N \N \N \N 4969 t
+27648 4354 How It's Made eng \N Ever wondered how everyday items like cheese graters, hot sauce, silver jewellery and traditional Mexican chairs are made? Find out how these familiar objects are formed. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:30:00 \N \N \N \N \N 4970 t
+6016 40085 Sports News eng \N The latest news from the world of sport. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-21 04:20:00 2014-12-21 04:32:00 \N \N \N \N \N 4971 t
+27648 4355 How It's Made eng \N How are copper pipe fittings, cylinder music boxes, pepper mills and steering columns made? Find out as more items go under the microscope. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 \N \N \N \N \N 4972 t
+27648 4356 How It's Made eng \N How are gears, leather watchbands, Vitrelle dishes and kitchen scissors made? Find out as more everyday items are put under the microscope. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:30:00 \N \N \N \N \N 4973 t
+27648 4357 How It's Made eng \N How are pressure cookers, motorised singing birds, oceanographic buoys and tank trailers made? Find out as more items go under the microscope. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 01:30:00 2014-12-20 02:00:00 \N \N \N \N \N 4974 t
+27648 4358 FBI Case Files eng Missing in Missouri An 11-year-old boy vanishes from the small town of Richwoods, Missouri. When a second child is snatched, panic sets in. Can police stop the predator? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:00:00 \N \N \N \N \N 4975 t
+22208 6208 Road Wars eng \N Astonishing footage including a man who takes his frustrations out on the camera when the police corner him, and a dramatic cross country police pursuit. Strong language. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 01:00:00 \N \N \N S,AD \N 4976 t
+22208 6209 Real NCIS eng \N Going beyond the popular TV series, this documentary follows the work of real Naval Criminal Investigation Service officers. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:00:00 5 13 \N S \N 4977 t
+22208 6212 Night Cops eng \N 60% of recorded crime happens under cover of darkness. From drug abuse to drunken brawls, find out how the police dish out justice on the toughest shift of all. Strong language. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:00:00 1 6 \N S \N 4978 t
+23040 38017 Diners, Drive-Ins And Dives eng \N On this trip, Guy's feasting on the many tastes of Europe. In Tacoma, he visits the Eastern European joint heating up a hearty hangover soup and meat dish. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:30:00 \N \N \N \N \N 4985 t
+23040 38018 Diners, Drive-Ins And Dives eng \N Guy's checking out some spots keepin' it all in the family. In New York's Lower East Side is a sibling spot starting at the very beginning - pickling, smoking, curing and fermenting, everything. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 \N \N \N \N \N 4986 t
+23040 38019 Ching's Restaurant Redemption eng \N After investing his own money into his struggling restaurant, owner Joe Troy is in dire straits. So Ching heads to New Jersey to give this confused fusion restaurant a serious overhaul. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:30:00 \N \N \N \N \N 4987 t
+23040 38020 Ching's Restaurant Redemption eng \N Ching travels to the college town of Iowa City to help General Manager Wes Lewis save struggling restaurant Xie. With the future of the restaurant at stake, can Ching help Wes prove himself? \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 01:30:00 2014-12-20 02:00:00 \N \N \N \N \N 4988 t
+23040 38021 Diners, Drive-Ins And Dives eng \N On this trip, Guy's got his eye on some righteous sandwiches. In Austin, Texas, the gourmet sandwich shop is slicing up duck pastrami and a knuckle sandwich. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 02:00:00 2014-12-20 02:30:00 \N \N \N \N \N 4989 t
+23040 38022 Reza Spice Prince of Vietnam eng \N This series follows Chef Reza Mahammad, one of the UK's top Indian restaurateurs, on an unforgettable journey around Vietnam to discover the history of royal food and feasting. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 02:30:00 2014-12-20 03:00:00 \N \N \N \N \N 4990 t
+23296 5813 Loud and Proud eng \N Be proud of who you are and meet your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 02:00:00 \N \N \N \N \N 4991 t
+23296 5815 Out and About eng \N Don't just sit there, get stuck in. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 02:00:00 2014-12-20 04:00:00 \N \N \N \N \N 4992 t
+5696 40183 Coming up on 5 live sports extra eng \N Coming up at 2.55pm on Boxing Day, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-24 18:00:00 2014-12-25 00:00:00 \N \N \N \N \N 4993 t
+4608 63323 This is CBBC! eng \N Join the CBBC crew for all your favourite programmes, plus loads more! Tune into CBBC every day from 7.00am to 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 18:58:00 2014-12-24 05:30:00 \N \N \N \N \N 4994 t
+16048 31819 Sherlock Holmes eng \N Holmes and Watson accompany a young woman who has been sent a number of large pearls as gifts when she receives a summons to meet her mysterious benefactor. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 00:05:00 2014-12-19 02:05:00 \N \N \N S \N 4995 t
+16048 31841 ITV3 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 02:05:00 2014-12-19 02:30:00 \N \N \N \N \N 4996 t
+16048 34891 Teleshopping eng \N Shopping from home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 02:30:00 2014-12-19 06:00:00 \N \N \N \N \N 4997 t
+23120 20375 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 00:00:00 2014-12-20 01:00:00 \N \N \N \N \N 4998 t
+23120 20383 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:00:00 \N \N \N \N \N 4999 t
+23120 20382 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:00:00 \N \N \N \N \N 5000 t
+27456 45241 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:30:00 \N \N \N \N \N 5001 t
+27456 45242 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 \N \N \N \N \N 5002 t
+27456 45244 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 01:30:00 2014-12-20 02:00:00 \N \N \N \N \N 5004 t
+27456 45245 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 02:00:00 2014-12-20 02:30:00 \N \N \N \N \N 5005 t
+27456 45246 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 02:30:00 2014-12-20 03:00:00 \N \N \N \N \N 5006 t
+28352 2182 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 02:00:00 2014-12-20 02:30:00 \N \N \N \N \N 5265 t
+27744 42038 NCIS eng \N Former marine Gibbs now leads a tough team as part of the NCIS Major Case Response Team. A woman claims to have witnessed the murder of a sailor in an apartment opposite hers./23 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-20 00:05:00 2014-12-20 01:00:00 14 \N \N \N 2 5007 t
+27744 42037 Flashpoint eng \N Action-packed drama following the lives of Strategic Response Unit cops. When a missing girl is spotted at a service station with her captor, the team attempt a spectacular rescue. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:55:00 \N \N \N \N \N 5008 t
+6016 40086 Trending eng \N Explaining the stories the world is sharing. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 04:32:00 2014-12-21 04:50:00 \N \N \N \N \N 5009 t
+27744 42364 Deadwood eng \N Gritty and violent western series starring Ian McShane. Alma's father, Otis Russell, arrives from New York to 'help' with her claim, while Swearengen strikes a bargain with Adams./12 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 01:55:00 2014-12-20 03:05:00 11 \N \N \N 1 5010 t
+5632 36211 Kermode and Mayo's Film Review eng A special Christmas edition of the show with director Tim Burton talking about Big Eyes, plus live guests. Reviews include Dumb and Dumber To, Annie, and Exodus Gods and Kings. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 14:00:00 2014-12-19 16:00:00 \N \N \N \N \N 5012 t
+7168 34270 Football League Show eng \N All of the goals, round up and debate from the Football League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 01:05:00 2014-12-21 06:00:00 \N \N \N \N \N 5013 t
+5824 38549 Adrian Mole: The Cappuccino Years eng Pensioners Adrian clashes with Leicester's oldest communist Archie, an objectionable man with a beetroot habit and an unstable alsatian. Concluded by Nigel Planer. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:15:00 5 5 \N \N \N 5022 t
+5824 38559 A History of Private Life eng Every Man's Home Is His Castle Elaborate rituals of locking up at night, plus records of Old Bailey trials. Amanda Vickery's hidden history of the home. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 00:15:00 2014-12-20 00:30:00 5 30 \N \N \N 5023 t
+5824 38578 Charles Dickens - A House to Let eng \N The derelict house finally reveals its sad secrets, but Trottle is determined to make it a happy ending. Stars Marcia Warren. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-20 00:30:00 2014-12-20 00:45:00 5 5 \N \N \N 5024 t
+5824 38579 Clever Girl: A Sentimental Education eng Sausages for Tea Having come down from Cambridge, Brian Thompson marries his sensible girlfriend. 1950s memoir concluded by David Troughton. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 00:45:00 2014-12-20 01:00:00 5 5 \N \N \N 5025 t
+5824 38388 The Museum of Curiosity eng \N John Lloyd invites guests Sarah Bakewell, Michael Welland and Simon Evans to add to the collection. From May 2010. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:30:00 4 6 \N \N \N 5026 t
+5824 38389 My Life in Five Books eng Sir Terry Pratchett Selling over 65 million books, the acclaimed author tells Stuart Cosgrove about the books which have shaped his life. From October 2010. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 01:30:00 2014-12-20 02:00:00 6 8 \N \N \N 5027 t
+5824 38480 Doctor Who: Hornets' Nest eng The Dead Shoes, pt 2 The Time Lord concludes his tale of the alien-infested ballet pumps in 1930s Cromer. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-20 02:00:00 2014-12-20 02:30:00 4 10 \N \N \N 5028 t
+5824 38696 Bette in Britain eng \N 4 Extra Debut. Susan George tells the story of Hollywood icon Bette Davis's visits to Britain and her impact on show business here. From June 2008. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 02:30:00 2014-12-20 03:00:00 \N \N \N \N \N 5029 t
+24256 1022 Babestation Blue eng \N Babestation Blue where anything can happen. Bringing you the hottest babes specially selected for your pleasure. Tune in to find out who's on the show. Nothing else matters when you enter the blue. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 05:30:00 \N \N \N \N \N 5030 t
+5952 53431 Asian Network Reports eng \N An update of the day's news you need to hear. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N \N \N 5031 t
+5952 53432 Bobby Friction eng \N Bobby gets the latest from the Pakistani celebrity scene with Begum Nawazish Ali, plus another true story of heartache in Teri Meri Kahani. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 17:30:00 2014-12-23 21:00:00 \N \N \N \N \N 5032 t
+8281 16315 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 00:45:00 2014-12-21 03:00:00 \N \N \N \N \N 5033 t
+4170 49757 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N S \N 5036 t
+4170 50225 Look North eng \N The latest news, sport and weather for Yorkshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N S \N 5037 t
+4170 49759 The One Show eng \N If it's got Britain talking then it will get talked about on The One Show. Presented by Chris Evans and Alex Jones. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N S \N 5038 t
+4170 49760 The Two Ronnies Sketchbook eng \N The Two Ronnies delve into the backstage stories behind classic comedy moments, as they reveal memories from their impressive careers. Including the 'fork handles' sketch. Then BBC News. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N S \N 5039 t
+4170 49762 EastEnders eng \N Fingers are pointed in all directions as more evidence comes to light in Lucy's murder investigation. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N AD,S \N 5040 t
+4170 49763 Citizen Khan eng A Khan Family Christmas Family sitcom. Mr Khan has been given the honour of placing the star on top of the Sparkhill interfaith Christmas tree. Shazia has other plans. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 7 7 \N AD,S \N 5041 t
+5696 40121 Coming up on 5 live sports extra eng \N Coming up at 7.40pm , rugby union commentary from the Aviva Premiership as Sale face Exeter. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-19 00:00:00 2014-12-19 06:00:00 \N \N \N \N \N 5042 t
+28416 20115 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-21 05:30:00 2014-12-21 07:00:00 \N \N \N \N \N 5047 t
+6784 51799 Johnnie Walker's Sounds of the 70s eng \N Johnnie Walker hears 70s memories from Chris de Burgh, who released Christmas song A Spaceman Came Travelling in 1975. Email walker@bbc.co.uk. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 03:00:00 2014-12-23 05:00:00 \N \N \N \N \N 5049 t
+6784 51883 Sara Cox eng \N Sara Cox sits in for Vanessa Feltz and hosts a first look at the papers, listeners' choice of a Yesterday Once More track and another Word of the Day. Email vfeltz@bbc.co.uk. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 05:00:00 2014-12-23 06:30:00 \N \N \N \N \N 5050 t
+6912 55259 Frontiers eng \N Series exploring new ideas in science. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 21:00:00 2014-12-24 21:30:00 \N \N \N \N \N 5055 t
+6912 55260 Midweek eng \N Lively and diverse conversation with weekly guests. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 21:30:00 2014-12-24 21:58:00 \N \N \N \N \N 5056 t
+6912 55261 Weather eng \N The latest weather forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 21:58:00 2014-12-24 22:00:00 \N \N \N \N \N 5057 t
+6912 55262 The World Tonight eng \N In-depth reporting and analysis from a global perspective. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:45:00 \N \N \N \N \N 5058 t
+6912 55532 Book at Bedtime eng \N The Diary of a Provincial Lady, by EM Delafield. The household looks forward to a festive Christmas, but things never quite go according to plan where children are concerned. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 22:45:00 2014-12-24 23:00:00 3 5 \N \N \N 5059 t
+6912 55264 The Lach Chronicles eng The creator of the New York Antifolk scene takes us into the sonic landscape of his mind. Home on the Range Lach recalls the genesis of his career and his independent life. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 23:00:00 2014-12-24 23:15:00 4 4 \N \N \N 5060 t
+6912 56260 Mission Improbable eng \N Comedy by the Boom Jennies. Splash! A fast-paced tale of rowing, wooing and dolphin-watching with the binoculars round the wrong way. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 23:15:00 2014-12-24 23:30:00 2 2 \N \N \N 5061 t
+6912 55533 Midnight Mass eng \N The Archbishop of Westminster Cardinal Vincent Nichols celebrates the first Mass of Christmas live from Westminster Cathedral. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 23:30:00 2014-12-25 00:48:00 \N \N \N \N \N 5062 t
+6720 64392 Dev eng \N Dev has your weekend breakfast covered. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 10:00:00 \N \N \N \N \N 5063 t
+26240 11712 heat Classics through the night eng \N The best songs from heat radio all night long \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 01:00:00 2014-12-20 06:00:00 \N \N \N \N \N 5064 t
+6016 40356 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:05:00 \N \N \N \N \N 5065 t
+6016 40596 Global Beats eng Lisbon Global Beats is in Lisbon to hear its rich musical heritage and features Lula Pena, Antonio Zambujo and Buraka Som Sistema. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 09:05:00 2014-12-24 10:00:00 \N \N \N \N \N 5066 t
+6016 40358 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:05:00 \N \N \N \N \N 5067 t
+6016 40359 World Update eng \N News and issues making the headlines each day. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 10:05:00 2014-12-24 11:00:00 \N \N \N \N \N 5068 t
+6016 40360 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:05:00 \N \N \N \N \N 5069 t
+6016 40361 Outside Source eng \N The world is our Newsroom - join us as we find out what is happening right now around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 11:05:00 2014-12-24 12:00:00 \N \N \N \N \N 5070 t
+28160 15757 Hope in the Night eng \N The best worship music to take you through the night. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 01:00:00 2014-12-20 04:00:00 \N \N \N \N \N 5071 t
+6720 64430 Annie Nightingale eng \N Annie relives the best of 2014's guest mixes, including Mele, Show N Prove, Deekline, Fred V & Grafix, Jus Now and Mumbai Science. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 04:00:00 \N \N \N \N \N 5073 t
+5952 53408 Kan D Man and DJ Limelight eng \N Fresh street beats and rap talent. Kan D Man and DJ Limelight provide you with two dance floors, inviting a guest DJ to take over Room 2 while they host Room 1. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 21:00:00 2014-12-21 00:00:00 \N \N \N \N \N 5074 t
+22784 759 Kisstory Late Night eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 00:00:00 2014-12-20 02:00:00 \N \N \N \N \N 5075 t
+22784 760 Kisstory Early eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 02:00:00 2014-12-20 06:00:00 \N \N \N \N \N 5076 t
+4736 62854 Select Committees eng \N Recorded coverage of Select Committee proceedings. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 18:00:00 2014-12-22 00:00:00 \N \N \N \N \N 5083 t
+41264 20 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 12:00:00 \N \N \N \N \N 5084 t
+5824 41386 GM Fraser - Royal Flash eng \N Celebrated cavalry officer Harry Flashman is caught with his trousers down in a London club. Read by Iain Cuthbertson. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-22 21:00:00 2014-12-22 21:15:00 1 2 \N \N \N 5085 t
+5824 38793 I'm Sorry I Haven't a Clue eng \N Long-running panel game. Regulars Barry Cryer and Graeme Garden are joined by Susan Calman and Tony Hawks on the panel and Jack Dee in the chair. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:30:00 5 6 \N \N \N 5087 t
+6016 40087 More or Less eng \N Tim Harford explains the numbers and statistics in the news and in life. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 04:50:00 2014-12-21 05:00:00 \N \N \N \N \N 5088 t
+5824 39244 Britain Versus the World eng \N Comedy panel game show that features a team of British comedians competing against a team of comics from overseas, overseen by mostly impartial Irishman Ed Byrne. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 22:30:00 2014-12-22 23:00:00 1 6 \N \N \N 5089 t
+5824 38795 News Quiz Extra eng \N Made for 4 Extra. Satirical review of the week's news, chaired by Sandi Toksvig with regular guest Jeremy Hardy, plus Bob Mills, Mark Steel and Rebecca Front. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 23:00:00 2014-12-22 23:45:00 9 9 \N \N \N 5090 t
+5824 38796 Hearing With Hegley eng \N The poet laureate of alternative comedy, John Hegley entertains an audience with his book of verse. From November 1996. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 23:45:00 2014-12-23 00:00:00 3 6 \N \N \N 5091 t
+32836 42927 The Cool Beans Television Show eng \N An interview with the world's greatest air drummer, magic lessons with Benoit Pierre, the return of Extreme Challenges and quite possibly the drum & bass smash hit of 2014. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:30:00 \N \N \N \N \N 5092 t
+32836 42925 Talk A Good Game eng \N Derm Tanner hosts coverage of sports action and reactions, and the hot topics at Leeds United FC, while bringing the latest news from Leeds Rhinos & Yorkshire Cricket Club. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 \N \N \N \N \N 5093 t
+32836 42953 Teleshopping eng \N Teleshopping for a steam mop. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:30:00 \N \N \N \N \N 5094 t
+32836 42967 Teleshopping eng \N Teleshopping for beds and mattresses. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 01:30:00 2014-12-20 02:00:00 \N \N \N \N \N 5095 t
+32836 42981 Teleshopping eng \N Teleshopping for space saving system. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 02:00:00 2014-12-20 02:30:00 \N \N \N \N \N 5096 t
+32836 42995 Teleshopping eng \N Teleshopping for slim and lift Caresse jeans. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 02:30:00 2014-12-20 03:00:00 \N \N \N \N \N 5097 t
+4170 49804 BBC News eng \N The latest national and international news stories from the BBC News team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:05:00 2014-12-21 18:20:00 \N \N \N S \N 5098 t
+4170 50229 Look North eng \N The latest news, sport and weather for Yorkshire. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:20:00 2014-12-21 18:30:00 \N \N \N S \N 5099 t
+4170 58379 Celebrity Mastermind eng \N Featuring questions on the Carry On films, Richard Pryor, Quentin Crisp and Prince. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 1 10 \N S \N 5100 t
+4170 58003 Countryfile eng Christmas Special The Countryfile team go out and about at Christmas before meeting up at the Christmas market in Bath. Also in HD. Including Weather for the Week Ahead. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N S \N 5101 t
+4170 53430 Antiques Roadshow eng Christmas Special The Antiques Roadshow marks the festive season with a look back at some of the year's highlights and updates about items that have appeared on the series. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N S \N 5102 t
+16208 36935 Casualty eng Scapegoat Politicians and doctors clash in the UK's version of ER - sounds familiar! Jan finds herself at the centre of a scandal as the local MP pushes for her resignation. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:30:00 \N \N \N S \N 5103 t
+16208 37878 Great British Ghosts eng \N Ghoulish guide to GB. Woodchester Mansion saw seven deaths and a murder during construction, while Prestbury is said to be England's most haunted village. Michaela investigates. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 01:30:00 2014-12-20 02:00:00 \N \N \N S \N 5104 t
+16208 37879 Barbara Taylor Bradford's Hold the Dream eng \N Dramatic final episode of the classic 80s serial. Paula tries to bury herself in her work. The reading of Emma's will causes uproar and some of her family are left disappointed. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:00:00 \N \N \N \N \N 5105 t
+41104 19985 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 01:00:00 2014-12-20 05:00:00 \N \N \N \N \N 5106 t
+4352 53238 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N S \N 5183 t
+4287 51380 Canterbury Cathedral eng Pilgrims and Progress A year in the life of Canterbury Cathedral. Canon Clare travels to York for the vote on women bishops and the cathedral remembers the Great War. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 3 3 \N AD,S \N 5114 t
+4287 49121 QI eng Lumped Together Stephen Fry lumps together a whole lot of L-themed larks, from lava lamps to love handles. With David Mitchell, Ronni Ancona, Jimmy Carr and Alan Davies. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:30:00 11 18 \N S \N 5115 t
+4287 49122 Newsnight eng \N In-depth investigation and analysis of the stories behind the day's headlines with Emily Maitlis. Also in HD. Followed by weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 22:30:00 2014-12-19 23:05:00 \N \N \N S \N 5116 t
+4287 49123 Never Mind the Buzzcocks eng \N Anarchic pop quiz. Host Rhod Gilbert and captains Noel Fielding and Phill Jupitus are joined by Yasmine Akram, Steve Aoki, Bobby Mair and Rumer. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 23:05:00 2014-12-19 23:35:00 11 13 \N S \N 5117 t
+4287 53825 Boyz N the Hood eng \N Urban drama with Cuba Gooding Jr and Ice Cube. Three friends in South Central LA struggle to make sense of their violent surroundings. Contains very strong language. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 23:35:00 2014-12-20 01:20:00 \N \N 1991 S \N 5118 t
+5632 36305 Morning Reports eng \N A round-up of the day's news, sport and business stories, and a look at the morning's papers. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:15:00 \N \N \N \N \N 5119 t
+5632 36306 Wake up to Money eng \N The latest news and views on business and the world of personal finance. Plus the very latest from the financial markets around the globe. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 05:15:00 2014-12-23 06:00:00 \N \N \N \N \N 5120 t
+4287 56408 Mary Berry's Absolute Christmas Favourites eng \N Mary Berry shares recipes for a stress-free Christmas Day, including mini filo beef wellington canapes and the all-important turkey with all the trimmings. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-21 12:25:00 2014-12-21 12:55:00 2 2 \N AD,S \N 5121 t
+4287 55499 Christmas Kitchen with James Martin eng \N Festive food programme. James Martin is joined in the kitchen by Adam Byatt and Brian Turner. Plus celebrity guests and treats from the BBC's festive food archives. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 12:55:00 2014-12-21 13:45:00 2 10 \N S \N 5122 t
+4287 55500 Equestrian eng Olympia Clare Balding presents live coverage of the World Cup showjumping qualifier at Olympia, part of the London International Horse Show. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 13:45:00 2014-12-21 16:30:00 \N \N \N S \N 5123 t
+23712 3328 Escape to the Country eng Wales More rural property hunting with the experts. In South Wales, Jules Hudson helps a couple who dream of raising livestock to find the perfect country farmhouse in Powys. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N AD,S \N 5124 t
+23712 3329 Escape to the Country eng Gloucestershire Property experts help families to find their dream rural home. In Gloucestershire, Jules Hudson helps a retired couple move closer to their grown-up children. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N AD,S \N 5125 t
+6016 40088 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 05:00:00 2014-12-21 05:05:00 \N \N \N \N \N 5126 t
+23712 3330 Escape to the Country eng Cornwall More homeowners try to leave the stress of urban life behind. Here, Denise Nurse is helping a couple of wildlife enthusiasts who dream of escaping to Cornwall. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N AD,S \N 5127 t
+28512 683 Fun With Your Phone eng \N Let those fingers do the texting and get chatting. 1000's of exciting people just like you wanting to have fun. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 02:00:00 2014-12-20 05:00:00 \N \N \N \N \N 5136 t
+5888 52167 Ace eng \N Anything could happen as Ace sits in for Charlie Sloth. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:45:00 \N \N \N \N \N 5137 t
+5888 52017 Newsbeat eng \N The latest news from around the UK and around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 17:45:00 2014-12-22 18:00:00 \N \N \N \N \N 5138 t
+6912 54639 Shipping Forecast eng \N The latest shipping forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 05:20:00 2014-12-19 05:30:00 \N \N \N \N \N 5139 t
+6912 54640 News Briefing eng \N The latest news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 05:30:00 2014-12-19 05:43:00 \N \N \N \N \N 5140 t
+6912 54641 Prayer for the Day eng \N A spiritual comment and prayer to begin the day, with Judy Merry. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 05:43:00 2014-12-19 05:45:00 \N \N \N \N \N 5141 t
+6912 54643 Tweet of the Day eng \N The sounds and stories of birds from around the world. Liz Bonnin presents the eastern orphean warbler, in an olive grove near Athens. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 05:58:00 2014-12-19 06:00:00 \N \N \N \N \N 5143 t
+6848 61118 Radio 3 Live in Concert eng \N From St John's, Smith Square in London, Bach's B Minor Mass, with Stephen Layton leading the Choir of Trinity College, Cambridge, and the Orchestra of the Age of Enlightenment. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 19:30:00 2014-12-22 22:00:00 \N \N \N \N \N 5144 t
+17609 19508 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 5160 t
+6016 39994 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:05:00 \N \N \N \N \N 5162 t
+6016 39995 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 03:05:00 2014-12-20 03:32:00 \N \N \N \N \N 5163 t
+6016 40584 Heart and Soul eng \N Personal approaches to spirituality from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 03:32:00 2014-12-20 04:00:00 \N \N \N \N \N 5164 t
+6016 39997 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:05:00 \N \N \N \N \N 5165 t
+6016 39998 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 04:05:00 2014-12-20 04:20:00 \N \N \N \N \N 5166 t
+6016 39999 Sports News eng \N The latest news from the world of sport. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 04:20:00 2014-12-20 04:32:00 \N \N \N \N \N 5167 t
+6016 40000 Boston Calling eng \N How the world looks through American eyes, and the myriad and unexpected ways that the world influences the United States. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 04:32:00 2014-12-20 05:00:00 \N \N \N \N \N 5168 t
+6016 40001 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:05:00 \N \N \N \N \N 5169 t
+6016 40002 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 05:05:00 2014-12-20 05:32:00 \N \N \N \N \N 5170 t
+6016 40003 The World this Week eng \N What's been happening around the world and why it matters. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 05:32:00 2014-12-20 06:00:00 \N \N \N \N \N 5171 t
+22624 40346 Insight Highlights eng \N RNIB's Insight Radio - Rounding up the major interviews and features from the Insight team with great music \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 09:00:00 \N \N \N \N \N 5178 t
+6784 51697 Dermot O'Leary eng \N Dermot O'Leary talks to musician Paul McCartney and actor Liam Neeson. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 15:00:00 2014-12-20 18:00:00 \N \N \N \N \N 5179 t
+4352 53235 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N S \N 5180 t
+4352 53236 Sportsday eng \N A round-up of the day's sporting events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 18:30:00 2014-12-22 18:45:00 \N \N \N S \N 5181 t
+4352 53237 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:45:00 2014-12-22 19:00:00 \N \N \N S \N 5182 t
+4352 53239 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N S \N 5184 t
+4352 58591 Review 2014 eng The Weather Year Who can forget the images of the Thames bursting its banks, or homes turned to islands on the Somerset Levels? Nick Miller looks back on the year the weather became the news. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N S \N 5185 t
+5760 59333 Shaun Keaveny eng \N Friday isn't Friday without Middle-Age Shout-Outs. Shaun celebrates the middle-age things listeners are up to at the weekend, plus Matt Everitt joins him with the music news. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 07:00:00 2014-12-19 10:00:00 \N \N \N \N \N 5193 t
+16016 7446 This Is ITV3+1 eng \N This Is ITV3+1. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 00:04:00 2014-12-20 18:00:00 \N \N \N \N \N 5196 t
+6016 40089 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 05:05:00 2014-12-21 05:32:00 \N \N \N \N \N 5199 t
+27360 18790 The Robbie Keane Interview eng \N Republic of Ireland and LA Galaxy captain, Robbie Keane, chats to BT Sport after leading Galaxy to his third Major League Soccer title in four seasons in the burgeoning American league. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:15:00 \N \N \N \N \N 5205 t
+27360 18237 FIFA World Cup Official Film 1954 eng Switzerland - German Giants The 1954 World Cup in Switzerland proved to be an entertaining success, with 140 goals scored in the whole competition and five in the final. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 15:15:00 2014-12-22 17:00:00 \N \N \N \N \N 5206 t
+27360 18041 NBA Inside Stuff eng \N A behind-the-scenes look at professional basketball, offering a look at the off-court personalities of players in the NBA. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N \N \N 5207 t
+27360 18042 WTA 2014 Best Matches eng \N A look back at the best matches to feature on the WTA tour during 2014. Simona Halep met Agnieszka Radwanska in the Doha semi-finals for an explosive match in February. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 17:30:00 2014-12-22 19:15:00 \N \N \N \N \N 5208 t
+22226 6295 Bruce's Price is Right eng \N Bruce Forsyth hosts the game show in which contestants come on down to win prizes by correctly guessing the prices of various goods. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:30:00 \N \N \N S,AD \N 5209 t
+22226 6383 Bruce's Price is Right eng \N Bruce Forsyth hosts the game show in which contestants come on down to win prizes by correctly guessing the prices of various goods. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 \N \N \N S,AD \N 5210 t
+22226 6909 Celebrity Squares eng \N Quiz master Bob Monkhouse presents the noughts and crosses game with a twist. Celebrities answer questions to help the contestants build a winning line. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:30:00 \N \N \N S \N 5211 t
+22226 6925 Celebrity Squares eng \N Quiz master Bob Monkhouse presents the noughts and crosses game with a twist. Celebrities answer questions to help the contestants build a winning line. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 01:30:00 2014-12-20 02:00:00 \N \N \N S \N 5212 t
+22226 6947 Supermarket Sweep eng \N Dale Winton hosts this supermarket-based favourite. The next time you're at the checkout counter and you hear the beep... \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 02:00:00 2014-12-20 02:30:00 \N \N \N S \N 5213 t
+22226 11814 Supermarket Sweep eng \N Dale Winton hosts this supermarket-based favourite. The next time you're at the checkout counter and you hear the beep... \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 02:30:00 2014-12-20 03:00:00 \N \N \N S \N 5214 t
+4672 49155 This is CBeebies! eng \N Welcome to the CBeebies channel. Programmes start at 6.00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 05:30:00 2014-12-21 06:00:00 \N \N \N \N \N 5226 t
+18112 64174 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 12:05:00 2014-12-21 12:30:00 \N \N \N \N \N 5227 t
+18112 36602 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 12:30:00 2014-12-21 12:50:00 \N \N \N \N \N 5228 t
+18112 36265 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 12:50:00 2014-12-21 13:10:00 \N \N \N \N \N 5229 t
+18112 36266 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 13:10:00 2014-12-21 13:35:00 \N \N \N \N \N 5230 t
+18112 36267 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 13:35:00 2014-12-21 13:55:00 \N \N \N \N \N 5231 t
+18112 36268 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 13:55:00 2014-12-21 14:20:00 \N \N \N \N \N 5232 t
+18112 36269 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 14:20:00 2014-12-21 14:45:00 \N \N \N \N \N 5233 t
+18112 36270 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-21 14:45:00 2014-12-21 15:15:00 \N \N \N \N \N 5234 t
+6784 51884 Richard Allinson eng \N Richard Allinson sits in for Chris Evans with a fully interactive show for all the family, featuring music, special guests and listeners on the phone. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 06:30:00 2014-12-23 09:30:00 \N \N \N \N \N 5246 t
+6912 55082 News and Weather eng \N The latest national and international news from BBC Radio 4. Followed by Weather. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:30:00 \N \N \N \N \N 5247 t
+6912 55948 Comic Fringes eng \N New short stories by comedians, performed live at the Edinburgh Festival Fringe. Love and Orangutans, by Romesh Ranganathan. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 00:30:00 2014-12-21 00:48:00 1 3 \N \N \N 5248 t
+6912 55084 Shipping Forecast eng \N The latest shipping forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 00:48:00 2014-12-21 01:00:00 \N \N \N \N \N 5249 t
+6912 55085 As BBC World Service eng \N BBC Radio 4 joins the BBC World Service. BBC Radio 4 resumes at 5.20am. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 01:00:00 2014-12-21 05:20:00 \N \N \N \N \N 5250 t
+27840 5223 Top Quality Gemstones from Around the World eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 5251 t
+27840 5224 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N \N \N 5252 t
+27840 5225 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N \N \N 5253 t
+6016 40362 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:05:00 \N \N \N \N \N 5254 t
+6016 40363 Outlook eng \N Personal stories behind the news from all over the world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-24 12:05:00 2014-12-24 13:00:00 \N \N \N \N \N 5255 t
+6016 40364 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:05:00 \N \N \N \N \N 5256 t
+6016 40365 HARDtalk eng \N In-depth, hard-hitting interviews with newsworthy personalities. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 13:05:00 2014-12-24 13:32:00 \N \N \N \N \N 5257 t
+6016 40366 Click eng \N Technological and digital news from around the world. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 13:32:00 2014-12-24 14:00:00 \N \N \N \N \N 5258 t
+6016 40367 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:05:00 \N \N \N \N \N 5259 t
+6016 40368 Newshour eng \N BBC correspondents report live from around the world to explain why events are happening and what impact they will have on our lives. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 14:05:00 2014-12-24 15:00:00 \N \N \N \N \N 5260 t
+5632 36212 Drive eng \N A round-up of the day's top news and sport with Anna Foster and Tony Livesey. Plus interviews with people at the centre of the stories, and regular travel updates. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 16:00:00 2014-12-19 19:00:00 \N \N \N \N \N 5261 t
+28352 2179 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:30:00 \N \N \N \N \N 5262 t
+28352 2180 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 \N \N \N \N \N 5263 t
+28352 2183 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 02:30:00 2014-12-20 03:00:00 \N \N \N \N \N 5266 t
+6848 60964 Jazz Line-Up eng \N Saxophonist Robert Fowler performs music associated with jazz great Gerry Mulligan. Plus a focus on the Berlin jazz scene 25 years after the fall of the Berlin Wall. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 20:45:00 2014-12-20 22:00:00 \N \N \N \N \N 5267 t
+33088 17375 Beauty Gift Ideas eng \N Give the gift of beauty whether it's a birthday, anniversary or just because! Join us for ideas and inspiration for truly pampering presents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 00:00:00 2014-12-20 01:00:00 \N \N \N \N \N 5273 t
+33088 17376 Gifts for the Gourmet eng \N An inspirational show that gives you an array of unique, practical and solution-based kitchen and food ideas for everyone to enjoy, whether as gifts or to make cooking Christmas dinner a breeze. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:00:00 \N \N \N \N \N 5274 t
+40992 51749 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 10:05:00 2014-12-20 10:20:00 \N \N \N \N \N 8593 t
+33088 17377 Hi-Tech Toys & Electronic Gifts eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! Find your perfect electrical gifts here! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:00:00 \N \N \N \N \N 5275 t
+22336 58605 Transformers eng Revenge of the Fallen: Raucous, violent sci-fi action sequel in which a couple (played by Shia LaBeouf and Megan Fox) must try to prevent the Decepticon robots from destroying Earth \N \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-24 21:00:00 2014-12-25 00:00:00 \N \N 2009 AD,S \N 5277 t
+4168 51745 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 00:25:00 2014-12-23 00:30:00 \N \N \N S \N 5278 t
+4168 51746 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 00:30:00 2014-12-23 06:00:00 \N \N \N S \N 5279 t
+13024 51004 Peppa Pig eng Babysitting Animated series about a lovable little pig. Mummy and Daddy Pig go out for the evening, leaving Granny and Grandpa Pig to babysit an excitable Peppa and George. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 09:05:00 2014-12-22 09:15:00 \N \N \N S \N 5288 t
+13024 51005 Peppa Pig eng Santa's Visit Pig tales. Pig tales. Peppa and George wake up very early on Christmas morning - has Santa delivered the presents they want? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 09:15:00 2014-12-22 09:20:00 \N \N \N S \N 5289 t
+13024 51006 Toby's Travelling Circus eng Juggle Clara Juggle Animation. When three of her balls fall out of her bag after practice, Clara is offered an orange, a spanner and an ocarina to juggle with instead. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 09:20:00 2014-12-22 09:30:00 \N \N \N S \N 5290 t
+13024 51007 Bananas In Pyjamas eng A Table for Topsy Animated series. When the Bananas find an old table, they are surprised to discover that everyone else in Cuddlestown wants it too. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 09:30:00 2014-12-22 09:45:00 \N \N \N S \N 5291 t
+13024 51008 Tickety Toc eng Snow Time Animation. Tommy and Tallulah want to make a snowman, but as no snow has been forecast they borrow McCoggins' cloud-making machine, with disastrous results. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 09:45:00 2014-12-22 10:00:00 \N \N \N S \N 5292 t
+13024 51009 Milkshake Bop Box eng Ballet Hop Derek and Olivia compete in a street dance versus classical ballet dance-off. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:05:00 \N \N \N S \N 5293 t
+13024 51010 Peppa Pig eng Muddy Puddles Animated series. Peppa can't play outside because it's raining, but when the rain stops she and George play one of their favourite games - jumping in muddy puddles. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 10:05:00 2014-12-22 10:10:00 \N \N \N S \N 5294 t
+13024 51011 Peppa Pig eng Mr Dinosaur Is Lost Animated series about a loveable pig. George is distraught when he loses Mr Dinosaur, his favourite toy, so Daddy Pig and Peppa turn detective. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 10:10:00 2014-12-22 10:20:00 \N \N \N S \N 5295 t
+13024 51012 Wanda and The Alien eng Rainbow Painting Brand new colourful children's series about a little girl rabbit who is best friends with an alien. Wanda and Alien go on an adventure to find the end of a rainbow. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 10:20:00 2014-12-22 10:35:00 \N \N \N S \N 5296 t
+13024 51013 Mr Men eng Chores Mr Pernickety is given the cold shoulder by his refrigerator, Mr Happy and Mr Grumpy compare lawn-mowing techniques and Mr Bump tries to clean the gutters. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 10:35:00 2014-12-22 10:55:00 \N \N \N S \N 5297 t
+13024 51014 New: World's Strongest Man 2014 eng Hungary - Qualifier Strongman competition. The qualifying tour of the 2014 World's Strongest Man competition arrives in Budapest where competitors take part in events such as the iron cross. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 10:55:00 2014-12-22 11:55:00 \N \N \N S \N 5298 t
+13024 51015 My Crazy Christmas Obsession eng \N Brand new documentary featuring people who take Christmas decorations to a whole new level. Includes a man who wants to cover his entire house in one million Christmas lights! \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-22 11:55:00 2014-12-22 12:55:00 \N \N \N S \N 5299 t
+4170 49764 Have I Got 2014 News for You eng \N A compilation of the popular satirical news quiz looking back at the big news stories of 2014. With team captains Paul Merton and Ian Hislop, and a variety of guest hosts. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:30:00 11 11 \N S \N 5300 t
+4170 49765 Not Going Out eng Lucy Sitcom. Lee spends time in the bar with Toby worrying that the woman of his dreams is drifting further away. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 21:30:00 2014-12-19 22:00:00 9 11 \N S \N 5301 t
+4170 49766 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:25:00 \N \N \N S \N 5302 t
+4170 50226 Look North eng \N The latest news, sport and weather for Yorkshire. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 22:25:00 2014-12-19 22:35:00 \N \N \N S \N 5303 t
+4170 49769 The Graham Norton Show eng \N Chat show. Graham's guests for a bumper Christmas episode are Ben Stiller, Ricky Gervais, Rebel Wilson, Jamie Foxx, Cameron Diaz, Danny Dyer and Usher. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 22:35:00 2014-12-19 23:30:00 12 22 \N S \N 5304 t
+4170 49770 Cuckoo eng Ken at Work The senior partner at Ken's firm is retiring and Ken is in line for succession. Contains some strong language and some sexual content. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:00:00 5 7 \N AD,S \N 5305 t
+5824 39144 Adrian Mole at Christmas eng Art, Culture and Politics Adrian speaks to the nation and plans a political party. What is Pandora's present? Read by Nicholas Barnes. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:15:00 1 3 \N \N \N 5309 t
+5824 38798 A History of Private Life eng All My Life Is a Struggle With Dirt Women's struggle to clean and care for their families in a household moral mission. Amanda Vickery's hidden history of home. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 00:15:00 2014-12-23 00:30:00 6 30 \N \N \N 5310 t
+5824 39145 Ladies of Letters Go Crackers eng \N Vera faces homelessness and Irene is inundated. Carole Hayman and Lou Wakefield's missives star Anne Reid and Prunella Scales. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 00:30:00 2014-12-23 00:45:00 1 5 \N \N \N 5311 t
+5824 39168 Jeremy Seal - Santa eng A Life The writer's quest to discover the real St Nicholas takes him from Santa's Kingdom in Birmingham to Turkey. Read by Alan Cox. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 00:45:00 2014-12-23 01:00:00 1 5 \N \N \N 5312 t
+5824 38801 The Write Stuff eng Tennessee Williams James Walton discusses literary correctness with John Walsh, Sebastian Faulks, Mark Billingham and Francesca Simon. From October 2010. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:30:00 2 6 \N \N \N 5313 t
+5824 38802 A Good Read eng \N Sir Ernest Hall and Gillian Tindall discuss paperbacks by Evelyn Waugh, Apsley Cherry-Garrard and Marguerite Yourcenar. From December 1998. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-23 01:30:00 2014-12-23 02:00:00 \N \N \N \N \N 5314 t
+5824 39072 Doctor Who: Hornets' Nest eng The Circus of Doom, pt 1 The Time Lord re-encounters the alien swarm in early 19th-century rural England. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:30:00 5 10 \N \N \N 5315 t
+5824 39247 Not Now Arthur eng \N 4 Extra Debut. Banned from playing harmonica on Morecambe and Wise TV shows, explore the life of Arthur Tolcher. With Stewart Henderson. From August 2007. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 02:30:00 2014-12-23 03:00:00 \N \N \N \N \N 5316 t
+17609 19492 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 5317 t
+4170 55378 The Apprentice eng The Final and You're Hired The two finalists must launch their businesses with the help of some former candidates. The winner is decided and then interviewed by Dara O Briain. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:00:00 14 14 \N S \N 5318 t
+4170 49809 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:15:00 \N \N \N S \N 5319 t
+4170 50230 Look North eng \N The latest news, sport and weather for Yorkshire. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:15:00 2014-12-21 23:25:00 \N \N \N S \N 5320 t
+4170 57544 Have I Got a Bit More 2014 News for You eng \N An extended compilation of the satirical news quiz looking back at the big news of 2014. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:25:00 2014-12-22 00:10:00 11 11 \N S \N 5321 t
+4352 53138 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:30:00 \N \N \N S \N 5322 t
+4352 53140 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N S \N 5324 t
+4352 53141 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N S \N 5325 t
+4352 58100 Dylan Thomas eng Rock and Roll Poet From Swansea to New York, actor Michael Sheen and singer Cerys Matthews are among those paying tribute to the work and life of poet Dylan Thomas. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N S \N 5326 t
+28480 11875 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 5327 t
+28480 11876 Living Waters with Gabriel Swaggart eng \N A live Gospel music show hosted by Gabriel Swaggart, featuring the music of Jimmy Swaggart and others. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 5328 t
+8500 5850 Harry and The Hendersons eng \N Easygoing comedy starring John Lithgow and Melinda Dillon. A family find their lives are turned upside down when they take home an injured yeti. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 13:25:00 2014-12-22 15:35:00 \N \N 1987 S \N 5329 t
+6720 64628 Phil Taggart eng \N Phil Taggart sits in for Matt Edmondson with Matt playing Leave It, Yeh with James Marsden! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 13:00:00 \N \N \N \N \N 5335 t
+23184 17881 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:30:00 \N \N \N \N \N 5336 t
+23184 17882 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 \N \N \N \N \N 5337 t
+23184 17378 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:30:00 \N \N \N \N \N 5338 t
+23184 17379 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 01:30:00 2014-12-20 02:00:00 \N \N \N \N \N 5339 t
+23184 17380 South Beach Tow eng Season 3 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 02:00:00 2014-12-20 02:30:00 \N \N \N \N \N 5340 t
+23184 17381 South Beach Tow eng Season 3 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 02:30:00 2014-12-20 03:00:00 \N \N \N \N \N 5341 t
+8452 59180 Secret Eaters eng \N Can the show's hidden cameras help Helena and Murray get to the bottom of their weight gain? And can the positioning of fruit in the school canteen encourage school kids to eat well? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 04:25:00 2014-12-24 05:20:00 \N \N \N S,SL \N 5342 t
+8452 59149 Phil Spencer eng Secret Agent In the East Midlands, Phil works on one home blighted by robin-themed décor, and another with stains on almost every carpet. Can either of them be made attractive to buyers? \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 05:20:00 2014-12-24 06:15:00 \N \N \N AD,S \N 5343 t
+5632 36307 5 live Breakfast eng \N Chris Warburton and Clare McDonnell with news and sport from the UK and around the world. Big-name interviews and topical debates, plus regular travel and weather updates. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N \N \N 5344 t
+14448 27187 Rapid Response eng \N Gritty series following a real-life Rapid Response team. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:25:00 \N \N \N \N \N 5346 t
+14448 27188 Rapid Response eng \N Gritty series following a real-life Rapid Response team. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-21 03:25:00 2014-12-21 03:50:00 \N \N \N \N \N 5347 t
+14448 27189 Rapid Response eng \N Gritty series following a real-life Rapid Response team. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-21 03:50:00 2014-12-21 04:15:00 \N \N \N \N \N 5348 t
+14448 27190 Rapid Response eng \N Gritty series following a real-life Rapid Response team. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-21 04:15:00 2014-12-21 04:45:00 \N \N \N \N \N 5349 t
+14448 27191 Heir Hunters eng \N Series following the work of heir hunters, probate detectives looking for distant relatives of people who have died without making a will. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 04:45:00 2014-12-21 05:35:00 \N \N \N \N \N 5350 t
+4352 53246 Sportsday eng \N A round-up of the day's sporting events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 23:45:00 2014-12-23 00:00:00 \N \N \N S \N 5351 t
+14448 27192 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-21 05:35:00 2014-12-21 06:00:00 \N \N \N \N \N 5352 t
+4287 57914 Some Mothers Do 'Ave 'Em eng Learning to Fly Frank's grandfather offers to pay for flying lessons so that Frank can help on his Australian sheep farm. \N 0 25 f 1 eng eng 3 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:15:00 \N \N \N S \N 5353 t
+4287 51409 Flog It! eng London Antiques series. Paul Martin visits London Zoo with experts Catherine Southon and Will Axon to value the locals' antiques and collectibles. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 17:15:00 2014-12-21 17:55:00 \N \N \N S \N 5354 t
+4287 57916 The Terminal eng \N Drama. A tourist is forced to live in an airport terminal building in New York. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 17:55:00 2014-12-21 20:00:00 \N \N 2004 AD,S \N 5355 t
+22720 1301 The Wideboys eng \N The Wideboys in the mix \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 00:00:00 2014-12-20 02:00:00 \N \N \N \N \N 5356 t
+22720 1302 Ray Foxx eng \N Ray Foxx in the mix \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 02:00:00 2014-12-20 04:00:00 \N \N \N \N \N 5357 t
+25920 20498 Vibrapower Disc BlockBuster eng \N The BlockBuster is the chance to get this product at the best offer - ever, while stocks last \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 5365 t
+25920 20499 Restwell Chairs Sale eng \N A fantastic opportunity to buy a great product at an amazing sale price! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 \N \N \N \N \N 5366 t
+25920 20803 Wagner Sale eng \N A fantastic range of great value products at super sale prices \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N \N \N 5367 t
+5888 52168 Ace eng \N Anything could happen as Ace sits in for Charlie Sloth. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 5371 t
+5888 52169 DJ Target eng \N Target sits in for MistaJam with your ultimate guide to new music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 22:00:00 \N \N \N \N \N 5372 t
+20352 58150 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 01:50:00 2014-12-20 04:40:00 \N \N \N \N \N 5373 t
+40992 51750 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 10:20:00 2014-12-20 10:45:00 \N \N \N \N \N 8594 t
+6848 61144 Free Thinking eng \N Philip Dodd hears from artist Sean Scully about his latest show and explores our perception of colour with neuroscientist Jamie Ward and fashion expert Caroline Cox. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:45:00 \N \N \N \N \N 5374 t
+6848 61120 The Essay eng \N I've Never Told Anyone This Before. Writers reveal secrets from their past. Tod Wodicka - The Reluctant Shaman. Tod Wodicka on suffering night terrors when he was younger. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 22:45:00 2014-12-22 23:00:00 1 5 \N \N \N 5375 t
+6848 61121 Jazz on 3 eng \N Jez Nelson presents a review of the best jazz of 2014. The programme includes selections from Jez and studio guests, highlighting some of 2014's most memorable performances. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:30:00 \N \N \N \N \N 5376 t
+40960 53247 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:30:00 \N \N \N \N \N 5377 t
+40960 53248 HARDtalk eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 00:30:00 2014-12-23 01:00:00 \N \N \N \N \N 5378 t
+40960 53249 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:30:00 \N \N \N \N \N 5379 t
+40960 53250 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 01:30:00 2014-12-23 02:00:00 \N \N \N \N \N 5380 t
+40960 53251 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:30:00 \N \N \N \N \N 5381 t
+40960 53252 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 02:30:00 2014-12-23 02:45:00 \N \N \N \N \N 5382 t
+40960 53253 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-23 02:45:00 2014-12-23 03:00:00 \N \N \N \N \N 5383 t
+26560 13693 The Hits Radio Anthems eng \N The weekend anthems are non-stop on The Hits Radio! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 03:00:00 \N \N \N \N \N 5386 t
+4352 53240 BBC News at Nine eng \N The BBC News at Nine with in-depth discussion and analysis as well as breaking news. Also in HD. Followed by Weather for the Week Ahead. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 21:30:00 \N \N \N S \N 5387 t
+4352 58130 World War One At Home eng \N Stories from the Home Front 1914-1918 - a special programme to launch a unique partnership between the BBC and Imperial War Museums. Robert Hall presents. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 21:30:00 2014-12-22 22:00:00 \N \N \N S \N 5388 t
+4352 53241 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:30:00 \N \N \N S \N 5389 t
+4352 53242 The Papers eng \N No need to wait until tomorrow morning to see what's in the papers - tune in to BBC News and hear a lively, informed and engaging conversation about the next day's papers. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:30:00 2014-12-22 22:45:00 \N \N \N S \N 5390 t
+4352 53243 Sportsday eng \N A round-up of the day's sporting events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 22:45:00 2014-12-22 23:00:00 \N \N \N S \N 5391 t
+4352 53244 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 23:00:00 2014-12-22 23:30:00 \N \N \N S \N 5392 t
+4352 53245 The Papers eng \N No need to wait until tomorrow morning to see what's in the papers - tune in to BBC News and hear a lively, informed and engaging conversation about the next day's papers. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 23:30:00 2014-12-22 23:45:00 \N \N \N S \N 5393 t
+5760 59604 John Grant's Songs from a Dark Place eng \N American singer-songwriter John Grant presents a documentary exploring how Iceland, a land deprived of sunlight, has become a melting pot for creativity and music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 5394 t
+41040 17178 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 5396 t
+41040 17179 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:30:00 \N \N \N \N \N 5397 t
+41040 17180 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:00:00 \N \N \N \N \N 5398 t
+41040 17181 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N \N \N 5399 t
+41040 17182 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 17:30:00 2014-12-22 18:00:00 \N \N \N \N \N 5400 t
+32836 31003 On The Aire eng \N Find out what's been happening in the city today. Your Made in Leeds news team bringing you all the stories that matter to you. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 21:30:00 \N \N \N \N \N 5401 t
+32836 31004 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 21:30:00 2014-12-22 22:00:00 \N \N \N \N \N 5402 t
+32836 31005 Daniel Glyn - Questionable eng \N Join Daniel Glyn and guests at the Cameo Club in Pontcanna for an irreverent look at life in Cardiff. The stand up comedian has invited some of his best and naughty friends to shock and entertain you. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:30:00 \N \N \N \N \N 5403 t
+32836 31006 The Cool Beans Television Show eng \N An interview with the world's greatest air drummer, magic lessons with Benoit Pierre, the return of Extreme Challenges and quite possibly the drum & bass smash hit of 2014. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 22:30:00 2014-12-22 23:00:00 \N \N \N \N \N 5404 t
+32836 43659 Resurrection Highlights - Boxing eng \N Boxing highlights from Gateshead featuring the international title bout between Jon Lewis Dickinson v Courtney Fry. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 5405 t
+4608 36250 Horrible Histories eng \N Historical sketch show. Dick Whittington pitches a movie about his life, and some German bomber pilots find an unfortunate use for a tourist guidebook to Britain. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:30:00 1 13 \N AD,S \N 5406 t
+4608 36251 Horrible Histories eng \N Historical sketch show. Henry VIII appears on a TV show hoping to raise money from his antique abbeys. Also, Charles Darwin sings about his theory of natural selection. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 12:30:00 2014-12-20 13:00:00 2 13 \N AD,S \N 5407 t
+40992 51746 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 08:15:00 2014-12-20 09:00:00 \N \N \N \N \N 5853 t
+6016 40389 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 21:00:00 2014-12-24 21:05:00 \N \N \N \N \N 5854 t
+4608 36252 Horrible Histories eng \N Historical sketch show. Queen Elizabeth I goes online dating, Greek philosopher Socrates foils his own rescue from prison, and Emicho of the Rhineland goes crusading. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 3 13 \N AD,S \N 5408 t
+4608 36253 Horrible Histories eng \N Historical sketch show. HHTV's war reporter Mike Peabody regrets his decision to cover the Norman Siege of Palermo, and the Pilgrim Fathers rap about Jamestown in America. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 13:30:00 2014-12-20 14:00:00 4 13 \N AD,S \N 5409 t
+4608 36254 Horrible Histories eng \N Historical sketch show. A confused Christopher Columbus declares he has found India, and a Georgian woman reveals her very stupid death. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 6 13 \N AD,S \N 5410 t
+4608 65414 Millie Inbetween eng A Different Christmas Comedy drama series. It is Millie and Lauren's first Christmas since the separation, and for Millie it is the chance for a fresh start. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N S \N 5411 t
+27360 18000 Live Perth Glory v Central Coast Mariners eng \N Live Hyundai A-League from NIB Stadium. A goal from Nebojsa Marinkovic secured a 1-0 win for Glory when they met the Mariners during their blistering start to the season. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 10:30:00 2014-12-20 12:30:00 \N \N \N \N \N 5412 t
+5696 40157 Coming up on 5 live sports extra eng \N Coming up at 1.55pm, rugby union commentary on Wasps v London Irish from the Aviva Premiership. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-21 00:00:00 2014-12-21 06:00:00 \N \N \N \N \N 5418 t
+6016 40004 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:05:00 \N \N \N \N \N 5419 t
+6016 40005 Weekend eng \N News and current affairs, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 06:05:00 2014-12-20 07:00:00 \N \N \N \N \N 5420 t
+6016 40006 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:05:00 \N \N \N \N \N 5421 t
+6016 40007 Weekend eng \N News and current affairs, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 07:05:00 2014-12-20 08:00:00 \N \N \N \N \N 5422 t
+6016 40008 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:05:00 \N \N \N \N \N 5423 t
+6016 40009 Weekend eng \N News and current affairs, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 08:05:00 2014-12-20 08:32:00 \N \N \N \N \N 5424 t
+6016 40010 In the Balance eng \N The Business Daily team looks behind the headlines to find out what's really going on in this changing global economy. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 08:32:00 2014-12-20 09:00:00 \N \N \N \N \N 5425 t
+5824 38697 The Master of Ballantrae eng \N A buccaneering tale of a family with divided loyalties during the Jacobite uprising. Stars David Rintoul and Liam Brennan. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-20 03:00:00 2014-12-20 04:00:00 1 2 \N \N \N 5426 t
+5824 38534 The Surgeon's Mate eng \N A gale is blowing up in the mouth of the Channel when HMS Ariel sights a French frigate on the windward side. Read by Benedict Cumberbatch. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:15:00 8 10 \N \N \N 5427 t
+5824 38698 Gideon Fell - The Blind Barber eng \N 4 Extra Debut. Dr Gideon Fell's only clue to a brutal killing afloat is an engraved weapon. John Dickson Carr's thriller stars Donald Sinden. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-20 04:15:00 2014-12-20 05:00:00 \N \N \N \N \N 5428 t
+5824 38395 After Henry eng A Box of Chocolates When Sarah sees an old flame 30 years on, her mother interrupts them once again. Stars Prunella Scales. From October 1987. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:30:00 6 8 \N \N \N 5429 t
+6912 55094 News and Papers eng \N The latest news headlines. Including a look at the papers. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:10:00 \N \N \N \N \N 5430 t
+5824 38396 Do Nothing 'Til You Hear From Me eng I Get Along Without You Very Well When Barry's wife walks out, Roy knows the best way to get her back, until rum intervenes. Stars Don Warrington. From July 2005. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 2 4 \N \N \N 5431 t
+8267 16555 Midsomer Murders eng The Christmas Haunting It may be Christmas, but new DS Charlie Nelson is thrown straight into a murder case as a man is stabbed with an antique sword during a ghost-hunting party. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:00:00 \N \N \N AD,S \N 5432 t
+8267 16556 ITV News & Weather eng \N James Mates with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:15:00 \N \N \N S \N 5433 t
+8267 16574 Vicious eng Christmas Special Christmas special of the sitcom following the lives of an elderly gay couple. Freddie and Stuart are holding a Christmas celebration - with a little help from Ash. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 23:15:00 2014-12-21 23:45:00 \N \N \N AD,S \N 5434 t
+8267 20354 Rugby Highlights eng Aviva Premiership Mark Durden-Smith and David Flatman present highlights of Wasps v London Irish, Gloucester v Bath and reigning champions Northampton against Leicester at Franklin's Gardens. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 23:45:00 2014-12-22 00:45:00 \N \N \N S \N 5435 t
+6784 51698 The Liza Tarbuck Show eng \N Liza Tarbuck brightens up Saturday night with a mix of great music and chat. Join in by texting 88291 [network rates apply] or emailing liza.t@bbc.co.uk. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 20:00:00 \N \N \N \N \N 5439 t
+6784 51699 Paul Gambaccini with America's Greatest Hits eng \N Paul Gambaccini blends digital tracks from the week's US charts of songs, albums, R&B, country and rock hits with LP and singles tracks from the last six decades. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 20:00:00 2014-12-20 22:00:00 \N \N \N \N \N 5440 t
+7168 34271 Football League Show eng \N All of the goals, round up and debate from the Football League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 06:00:00 2014-12-21 09:05:00 \N \N \N \N \N 5441 t
+5952 53433 Ray Khan eng \N Ray Khan plays Nadeem-Shravan's soundtrack to 2002 horror movie Raaz in Sound of Bollywood, featuring the tracks Aapke Pyar Mein, Jo Bhi Kasmein and Main Agar Saamne. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 21:00:00 2014-12-24 00:00:00 \N \N \N \N \N 5445 t
+5760 59334 Lauren Laverne eng \N Lauren welcomes in the weekend with the Friday Film Club. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 13:00:00 \N \N \N \N \N 5446 t
+4672 51835 Tweenies eng The Christmas Fairy Preschool fun. Max brings in the Christmas tree to be decorated. Fizz puts a star on it, and Bella decides to be the Christmas tree fairy. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:20:00 \N \N \N S \N 5447 t
+4672 51836 Dinopaws eng The Thing That Shone Animation about three dinosaurs exploring their world. Can Gwen lead the way to light and happiness on the longest night? Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 06:20:00 2014-12-21 06:45:00 \N \N \N AD,S \N 5448 t
+4672 51837 Rastamouse eng S'No Flour Stop-motion series featuring a crime-fighting special agent who plays in a reggae band. All the flour from the windmill is missing, so there are no muffins for breakfast. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:45:00 2014-12-21 06:55:00 \N \N \N S \N 5449 t
+4672 51838 Q Pootle 5 eng Pootle All the Way Animation. Join Q Pootle 5 and his friends for an epic Christmas spectacular, in which the very future of Christmas is at stake! Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:55:00 2014-12-21 07:20:00 \N \N \N S \N 5450 t
+24064 59752 New eng Brilliant Britain An entertaining magazine show celebrating brilliant community stories from right across the UK. Featuring regular segments, local stories and celebrity chat. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:45:00 \N \N \N \N \N 5494 t
+4672 51839 Octonauts eng A Very Vegimals Christmas Christmas special of the animated deep sea adventure series. The Vegimals' plans for a Christmas feast are interrupted when the Octonauts are all entangled in a blob of sea snot! Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 07:20:00 2014-12-21 07:45:00 \N \N \N AD,S \N 5451 t
+4672 51840 Hey Duggee eng Tinsel Badge Animated preschool series. It's nearly Christmas and Duggee is wrapping presents. He asks the Squirrels if they want to help decorate the clubhouse. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 07:45:00 2014-12-21 07:55:00 1 26 \N AD,S \N 5452 t
+4672 51841 Timmy Time eng Timmy's Scrapbook Animated adventures of a lamb at nursery school. All the nursery pals put together scrapbooks of their most precious childhood memories. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 07:55:00 2014-12-21 08:05:00 26 28 \N AD,S \N 5453 t
+4672 51842 Postman Pat's Magic Christmas eng \N Aided by his trusty cat Jess, Pat the postman always manages to deliver the mail, no matter what. Pat has too many parcels and letters to deliver. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 08:05:00 2014-12-21 08:30:00 \N \N \N S \N 5454 t
+4672 51843 Let's Celebrate Christmas eng \N Thomas Ticker meets children celebrating religious and cultural festivals in the UK. Katie and Hannah from Bournemouth prepare for Christmas. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 08:30:00 2014-12-21 08:45:00 1 15 \N AD,S \N 5455 t
+4672 51844 Katie Morag eng Katie Morag and the Golden Treasure Live action children's show set in Scotland. Katie comes across a mystery map which shows her where to find treasure. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 08:45:00 2014-12-21 09:00:00 1 12 \N AD,S \N 5456 t
+24064 59942 Postcards eng The Shop Time Forgot In East Anglia, a shop little-changed for a century is closing its doors. As JH Adams & Sons closes down. the owners and villagers take us on a very personal and poignant journey. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:00:00 \N \N \N \N \N 5457 t
+24064 59943 Postcards eng Being King Arthur In 1986, Johnny Rothwell, a former British soldier had a realisation that he was the reincarnation of the mythical King Arthur. This is the story of a very modern druid king. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:45:00 \N \N \N \N \N 5458 t
+24064 59944 Postcards eng Bobby's Bus Shelter Documentary looking at community life on Britain's most northerly island, where local residents come together each year to decorate a bus shelter. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 07:45:00 2014-12-23 08:00:00 \N \N \N \N \N 5459 t
+6912 55095 Sunday eng \N Sunday morning religious news and current affairs programme. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 07:10:00 2014-12-21 07:55:00 \N \N \N \N \N 5460 t
+24064 59945 The Brilliant Book eng Letter C It's Christmas! Follow the adventures of nine-year-old Benjamin and his friends as we take a look at the world from an autistic child's point of view... one alphabet letter at a time. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:30:00 \N \N \N \N \N 5461 t
+24064 59946 My Family Feast eng The Burmese A close-knit community of Burmese Kachin immigrants invite Sean Connolly to witness a traditional naming ceremony. Watch as he helps them to prepare the divine feast that follows. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:00:00 \N \N \N \N \N 5462 t
+6784 51885 Jo Whiley eng \N Jo Whiley sits in for Ken Bruce, and Simple Minds frontman Jim Kerr picks his Tracks of My Years. Plus Album and Record of the Week. Email jo.whiley@bbc.co.uk. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 09:30:00 2014-12-23 12:00:00 \N \N \N \N \N 5465 t
+6912 55086 Shipping Forecast eng \N The latest shipping forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 05:20:00 2014-12-21 05:30:00 \N \N \N \N \N 5466 t
+6912 55087 News Briefing eng \N The latest news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 05:30:00 2014-12-21 05:43:00 \N \N \N \N \N 5467 t
+6912 55088 Bells on Sunday eng \N The bells of St Peter's Church, Congleton. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-21 05:43:00 2014-12-21 05:45:00 \N \N \N \N \N 5468 t
+6912 55414 Four Thought eng The Shadow of the Cold War Jeffrey Sachs, who advised Russia at the end of the Cold War, argues that many global problems were caused by bad decisions at the end of previous wars. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 05:45:00 2014-12-21 06:00:00 \N \N \N \N \N 5469 t
+6016 40597 A Festival of Nine Lessons and Carols eng \N A traditional celebration of Christmas with the annual carol service from King's College, Cambridge. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:32:00 \N \N \N \N \N 5470 t
+6016 40599 Karaoke as Art? eng \N Is karaoke now an art form? Music critic Katie Puckrik hits the clubs in Portland, Oregon, to find out. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 16:32:00 2014-12-24 17:00:00 \N \N \N \N \N 5471 t
+6016 40377 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:05:00 \N \N \N \N \N 5472 t
+6016 40378 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 17:05:00 2014-12-24 17:32:00 \N \N \N \N \N 5473 t
+6016 40379 World Business Report eng \N The latest business and finance news from around the world, on the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 17:32:00 2014-12-24 18:00:00 \N \N \N \N \N 5474 t
+6720 64435 Scott Mills eng \N Scott Mills is up early and sitting in for Grimmy with Radio 1's Breakfast Show! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 06:30:00 2014-12-24 10:00:00 \N \N \N \N \N 5475 t
+40992 51751 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 10:45:00 2014-12-20 10:55:00 \N \N \N \N \N 8595 t
+4287 53572 The Great War - An Elegy eng A Culture Show Special Acclaimed poet Simon Armitage explores seven real-life World War I stories, each one culminating in a poem inspired by his research. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-20 01:20:00 2014-12-20 02:20:00 \N \N \N AD,S,SL \N 5482 t
+4287 49126 This Is BBC Two eng \N Highlights of programmes on BBC Two. \N 2 25 f 3 eng eng 0 0 0 \N 2014-12-20 02:20:00 2014-12-20 06:00:00 \N \N \N S \N 5483 t
+14544 149 Xpanded TV eng \N Xpanded TV returns at Midnight \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 06:00:00 2014-12-21 00:00:00 \N \N \N \N \N 5484 t
+4736 62856 Political Highlights eng \N Recorded coverage of political and parliamentary highlights. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 00:00:00 2014-12-22 06:00:00 \N \N \N \N \N 5485 t
+4736 62835 Select Committees eng \N Recorded coverage of Select Committee proceedings. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 18:00:00 2014-12-20 20:45:00 \N \N \N \N \N 5486 t
+4736 62836 BOOKtalk eng \N Mark D'Arcy in discussion with an author about their latest political book. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 20:45:00 2014-12-20 21:00:00 \N \N \N \N \N 5487 t
+5824 39112 The Master of Ballantrae eng \N After the brother's bitter duel, the body of James Durie has mysteriously disappeared. Stars David Rintoul and Liam Brennan. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 03:00:00 2014-12-23 04:00:00 2 2 \N \N \N 5488 t
+5824 39123 The Surgeon's Mate eng \N Shipwrecked on the treacherous Breton coast, Aubrey and Maturin pass once more into captivity. Read by Benedict Cumberbatch. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:15:00 9 10 \N \N \N 5489 t
+5824 38808 Like They've Never Been Gone eng \N Sheila and Tommy tackle their memoirs, but are their memories up to it? Stars Roy Hudd and June Whitfield. From May 2001. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 3 6 \N \N \N 5491 t
+5824 38809 Life, Death and Sex with Mike and Sue eng \N The lifestyle show turns its attention to relationships and money. Stars Robert Duncan and Jan Ravens. From October 1999. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 05:30:00 2014-12-23 05:55:00 6 6 \N \N \N 5492 t
+5824 39187 Kenny Everett - Captain Kremmen eng There's Something Up There Evil monsters await the supreme spaceman, the voluptuous Carla and boffin Dr Gitfinger. Kenny Everett's 1970s sci-fi serial. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 05:55:00 2014-12-23 06:00:00 1 25 \N \N \N 5493 t
+4352 53249 Newsday eng \N Live from London and Singapore, the latest international news from the BBC. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:30:00 \N \N \N S \N 5559 t
+24064 59753 My Brilliant Moment eng \N A collection of short films, in which community leaders and volunteers speak about the moments that galvanized their projects and helped change the lives of people for the better. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 06:45:00 2014-12-20 07:00:00 \N \N \N \N \N 5495 t
+24064 59754 London360 eng \N Magazine series taking a look at London stories. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:30:00 \N \N \N \N \N 5496 t
+24064 59755 BSL Zone eng BSL Zone Punk Chef - Kids Challenge (Pt1): Punk Chef's competition for the Best Young Deaf Chef commences. Which team will be out first? (SL). \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 \N \N \N \N \N 5497 t
+24064 59756 Magnificent Obsessions eng Witches From the sublime to the ridiculous - a look into the mysterious world of real life witches as they turn witchcraft into an obsession that drives their life. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:45:00 \N \N \N \N \N 5498 t
+24064 59757 Magnificent Obsessions eng Zelda's Wisdom A look into the life of Carol Gardner who, with the help of her loveable English bulldog Zelda, launched a multimillion-dollar business. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 08:45:00 2014-12-20 09:30:00 \N \N \N \N \N 5499 t
+23280 5822 Your Perfect Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 08:00:00 \N \N \N \N \N 5500 t
+23280 5823 Flirt With Me eng \N Flirt and meet with Kiss Me TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 08:00:00 2014-12-20 10:00:00 \N \N \N \N \N 5501 t
+4170 49813 Weather For the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 00:10:00 2014-12-22 00:15:00 \N \N \N S \N 5502 t
+4170 49814 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 00:15:00 2014-12-22 06:00:00 \N \N \N S \N 5503 t
+14608 31973 Danielle Steel's The Ring eng \N A young German woman is separated from her family and imprisoned by the Nazis during the Second World War. After being freed she begins the desperate search for her family. Part 1 of 2 \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-20 06:00:00 2014-12-20 08:00:00 \N \N 1996 \N \N 5504 t
+14608 31974 Little House On The Prairie eng \N The Halloween Dream - It's Halloween in Walnut Grove, Albert has a strange dream that he and Laura are kidnapped by a rogue Indian Tribe. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-20 08:00:00 2014-12-20 09:00:00 7 \N \N \N 6 5505 t
+7168 34229 Friday Night is Music Night eng \N Jeremy Vine presents the Friday Night Is Music Night Christmas Spectacular with favourite Christmas music, poetry and readings and an all-star cast. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 02:00:00 2014-12-20 06:00:00 \N \N \N \N \N 5506 t
+5632 36308 5 live Breakfast eng Your Call Your calls on the day's big story with Chris Warburton. Call 0500 909 693 [free from some landlines; other networks vary]. Text 85058 [standard rate]. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N \N \N 5514 t
+5632 36309 5 live Daily eng \N Original news and exclusive interviews from across the UK with Adrian Chiles. Including your stories and contributions, plus a round-up of the day's headlines. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 10:00:00 2014-12-23 13:00:00 \N \N \N \N \N 5515 t
+4287 57711 Salmon Fishing in the Yemen eng \N Comedy drama. A government scientist receives the almost impossible task from a sympathetic sheik to introduce salmon in the highlands of Yemen. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:40:00 \N \N 2011 AD,S \N 5516 t
+6912 54644 Today eng \N Morning news and current affairs. Includes Sports Desk at 6.25am, 7.25am, 8.25am; Yesterday in Parliament 6.45am; Weather 6.05am, 6.57am, 7.57am; Thought for the Day 7.48am. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:00:00 \N \N \N \N \N 5521 t
+25664 55734 Celebrity Review Of 2014 with Mollie King eng \N Mollie from The Saturdays looks back at the brilliant and bonkers showbiz stories of the year, and plays the biggest hits from 2014's headline acts. \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-21 13:30:00 2014-12-21 15:15:00 \N \N \N S \N 5522 t
+4166 51745 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 00:25:00 2014-12-23 00:30:00 \N \N \N S \N 5531 t
+4166 51746 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 00:30:00 2014-12-23 06:00:00 \N \N \N S \N 5532 t
+5888 52020 Monki eng \N Monki takes you to all corners of the club with the freshest underground dance music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 22:00:00 2014-12-23 01:00:00 \N \N \N \N \N 5533 t
+17609 19493 eng \N \N \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 5535 t
+6848 61135 Through the Night eng \N Catriona Young presents music, including Bax, Finzi, Howells, Vaughan Williams, Beethoven, Mendelssohn, Mussorgsky, Weber, Handel, Suriani Germani, Haydn, Albinoni and Chopin. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 00:30:00 2014-12-23 06:30:00 \N \N \N \N \N 5538 t
+25792 52320 Boudica's Lost Tribe eng A Time Team Special History that you can really dig. Tony Robinson traces the story of legendary female warrior Boudica and her Iceni tribe by following a huge excavation in Caistor St Edmund, Norfolk. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 00:00:00 2014-12-20 01:00:00 \N \N \N S \N 5545 t
+25792 52321 The Secret History of Our Streets eng Reverdy Road Nostalgic series on how London has evolved since Charles Booth's 1886 survey. Reverdy Road in Bermondsey has garnered a reputation as a respectable working-class street. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:50:00 \N \N \N S \N 5546 t
+4608 63328 This is CBBC! eng \N Welcome to the CBBC channel. Programmes start at 7.00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 05:30:00 2014-12-24 07:00:00 \N \N \N \N \N 5585 t
+25792 52322 Digging for Britain eng Ice and Stone The archaeology series climaxes with a look at the Stone Age. A dig in Jersey sheds new light on the Neanderthals and a team in Wales unravel the mystery of Stonehenge. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 01:50:00 2014-12-20 02:35:00 \N \N \N \N \N 5547 t
+25792 52339 Great British Ghosts eng \N A paranormal tour of Britain. A visit to a Grade I listed manor house in Bolton, which is meant to be heaving with ghosts. Meanwhile, doors are slamming in spooky Smithills Hall. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 02:35:00 2014-12-20 03:00:00 \N \N \N S \N 5548 t
+4352 53143 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:30:00 \N \N \N S \N 5549 t
+4352 53145 BBC News eng \N Twenty-four hours a day, the national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N S \N 5551 t
+4352 58102 The Travel Show eng \N Series showcasing the best of travel across the globe. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 \N \N \N S \N 5552 t
+4352 53147 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N S \N 5553 t
+4672 47445 This is CBeebies! eng \N Welcome to the CBeebies channel. Programmes start at 6.00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N \N \N 5554 t
+4352 53247 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:30:00 \N \N \N S \N 5557 t
+4352 53248 HARDtalk eng \N Stephen Sackur speaks to Alan Cumming, the award winning Scottish actor, about the highs and lows of his life and career. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 00:30:00 2014-12-23 01:00:00 \N \N \N S \N 5558 t
+4352 53250 ABC World News with David Muir eng \N The latest news from America, as reported by the ABC television network's flagship evening news programme. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 01:30:00 2014-12-23 02:00:00 \N \N \N S \N 5560 t
+4352 53251 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:30:00 \N \N \N S \N 5561 t
+4352 53252 Asia Business Report eng \N Live from Singapore, the essential business news as it breaks and a look ahead to the news that will shape the business day. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 02:30:00 2014-12-23 02:45:00 \N \N \N S \N 5562 t
+4352 53253 Sport Today eng \N All the latest sports news and results from around the globe. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-23 02:45:00 2014-12-23 03:00:00 \N \N \N S \N 5563 t
+41120 14113 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 09:00:00 2014-12-22 12:00:00 \N \N \N \N \N 5568 t
+22080 1461 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:30:00 \N \N \N \N \N 5574 t
+15840 3570 Defining Decades eng The 1960s Getting groovy here as we delve into the decade that revolutionised music, taking us through strawberry fields and psychedelic soundscapes to heavy rock and pure pop. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 16:30:00 \N \N \N \N \N 5580 t
+27712 21926 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 5581 t
+27712 21927 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:30:00 \N \N \N \N \N 5582 t
+27712 21928 The Cure eng \N The Cure takes you on a journey to the frontiers of world health, exploring life-changing innovations in medicine and healthcare. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 22:30:00 2014-12-20 23:00:00 \N \N \N \N \N 5583 t
+27712 21929 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 5584 t
+4544 44964 This Is BBC Four eng \N This is BBC Four. Programmes start at 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 18:58:00 2014-12-19 19:00:00 \N \N \N \N \N 5586 t
+4544 46846 World News Today eng \N The latest national and international news, exploring the day's events from a global perspective. Also in HD. Followed by weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N S \N 5587 t
+4544 46979 Diamonds are Forever eng The Don Black Songbook Lyricist Don Black shares some insights into his life's work with Michael Grade. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 19:30:00 2014-12-19 21:00:00 \N \N \N S \N 5588 t
+22592 17729 Kick Off eng \N Mark Saggers rounds up the day's sporting action. Call the show on 08717 22 33 44 (10p/min), text 81089 (50p + charges) or email via talkSPORT.com \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-23 19:00:00 2014-12-23 22:00:00 \N \N \N \N \N 5589 t
+24448 63875 Huge Jewellery Savings from GemsTV eng \N GemsTV give huge savings on genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 06:00:00 2014-12-22 07:00:00 \N \N \N \N \N 5591 t
+24448 63876 The Breakfast Show eng \N The early bird catches the worm in a morning showcase of stunning designs. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 07:00:00 2014-12-22 08:00:00 \N \N \N \N \N 5592 t
+24448 63877 Huge Jewellery Savings from GemsTV eng \N GemsTV give huge savings on genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 08:00:00 2014-12-22 09:00:00 \N \N \N \N \N 5593 t
+41072 14165 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:00:00 \N \N \N \N \N 5595 t
+41072 14166 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:45:00 \N \N \N \N \N 5596 t
+41072 14167 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-23 07:45:00 2014-12-23 08:00:00 \N \N \N \N \N 5597 t
+41072 14168 eng \N \N \N 0 25 f \N \N \N 5 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:30:00 \N \N \N \N \N 5598 t
+41072 14169 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:00:00 \N \N \N \N \N 5599 t
+8325 2718 You've Been Framed at Christmas! eng \N Harry Hill unwraps some comic crackers including collapsing Christmas trees, silly Santas and stupidity in the snow. Plus children singing Jingle Bells into their camcorders. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 18:15:00 2014-12-22 18:45:00 \N \N \N S \N 5600 t
+8325 5470 You've Been Framed at Christmas! eng \N Harry Hill gives his unique gift of surreal silliness to some festive home videos including a fight to the death as a kid wrestles a Christmas tree, and Carrie the possessed car. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 18:45:00 2014-12-22 19:15:00 \N \N \N S \N 5601 t
+8325 5323 You've Been Framed at Christmas! eng \N Harry Hill presents a festive edition of the home video show, featuring Christmas catastrophes. Including stumbling Santas and a dog who cocks his leg at the Christmas tree. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 19:15:00 2014-12-22 19:45:00 \N \N \N S \N 5602 t
+8325 5324 Take Me Out Christmas Special eng \N Celebrity special featuring This Morning's Matt Johnson, 2008 King of the Jungle Joe Swash, and comedian Keith Lemon, all hoping to impress 30 girls from series past and present. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 19:45:00 2014-12-22 21:00:00 \N \N \N S \N 5603 t
+7168 34311 CBeebies Christmas Karaoke eng \N Viewers can press the Red Button to sing along with their CBeebies chums. The service features songs from ZingZillas, Something Special and this year's CBeebies Pantomime. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-21 09:05:00 2014-12-21 10:25:00 \N \N \N \N \N 5605 t
+7168 34312 Football League Show eng \N All of the goals, round up and debate from the Football League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 10:25:00 2014-12-21 11:45:00 \N \N \N \N \N 5606 t
+7168 34313 CBeebies Christmas Karaoke eng \N Viewers can press the Red Button to sing along with their CBeebies chums. The service features songs from ZingZillas, Something Special and this year's CBeebies Pantomime. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-21 11:45:00 2014-12-21 17:00:00 \N \N \N \N \N 5607 t
+8448 59109 Rude Tube's Christmas Cracker 2013 eng It's Christmas done the Rude Tube way as Alex Zane presents 50 amusing Crimbo clips The festive fun includes the laziest set of Christmas lights and the Christmas tree Olympics. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 03:25:00 2014-12-21 04:15:00 \N \N \N S \N 5608 t
+8448 59110 The 100 eng The Calm When an accident causes food supplies to run low in camp, Clarke and Finn lead a group on a mission to hunt for provisions but end up in a dangerous situation. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 04:15:00 2014-12-21 06:00:00 \N \N \N AD,S \N 5609 t
+41008 59180 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 04:25:00 2014-12-24 05:20:00 \N \N \N \N \N 5610 t
+41008 59149 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-24 05:20:00 2014-12-24 06:15:00 \N \N \N \N \N 5611 t
+41136 50308 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:50:00 \N \N \N \N \N 5612 t
+41136 50309 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 06:50:00 2014-12-21 09:35:00 \N \N \N \N \N 5613 t
+4608 36617 Blue Peter eng It's Christmas! In a programme packed full of festive treats, Lindsey lights up Longleat, Iggy goes Christmas shopping and Barney and Radzi go head to head to break a world record. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:30:00 \N \N \N S \N 5614 t
+4608 36257 12 Again eng Strictly Special A dance-tastic special edition of 12 Again, in which we tango back in time with the stars of Strictly Come Dancing. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 15:30:00 2014-12-20 16:00:00 13 15 \N S \N 5615 t
+4608 65268 All at Sea eng Murderer Christmas approaches, but Charlie has other things on his mind when he notices Mr Leith is not his usual self since his wife seems to have disappeared. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 13 13 \N AD,S \N 5616 t
+40992 51741 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 06:25:00 2014-12-20 06:35:00 \N \N \N \N \N 5848 t
+4608 36258 4 O'Clock Club eng Wedding It's Nathan and Mel's wedding. And with the 4 O'Clockers in charge, what could go wrong? Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 2 13 \N S \N 5617 t
+4608 36259 Nowhere Boys eng \N Drama series. Four boys must put aside their differences when they become lost in the woods during an orienteering exercise. Also in HD. Followed by Officially Amazing Mini! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:35:00 1 13 \N AD,S \N 5618 t
+4608 36477 Harriet's Army eng \N Drama set during World War I. Fourteen-year-old Harriet forms her own army of misfit children to search for spies. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 17:35:00 2014-12-20 18:58:00 \N \N \N AD,S \N 5619 t
+4544 45518 This Is BBC Four eng \N This is BBC Four. Programmes start at 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 18:58:00 2014-12-23 19:00:00 \N \N \N \N \N 5620 t
+4544 47739 Robin and the Seven Hoods eng \N Spoof gangster film. The Robin Hood legend is updated to Prohibition-era Chicago, where a mobster becomes a hero when he usurps the underworld's new boss. With Frank Sinatra. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 19:00:00 2014-12-23 21:00:00 \N \N 1964 AD,S \N 5621 t
+5952 53434 As BBC Radio 5 live eng \N BBC Asian Network joins BBC Radio 5 live through the night. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 06:00:00 \N \N \N \N \N 5622 t
+6016 40014 The Sports Hour eng \N Live Saturday morning global sports show with reports, debate and humour. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 10:05:00 2014-12-20 11:00:00 \N \N \N \N \N 5757 t
+4672 51845 A CBeebies Christmas Carol eng \N Miserly Ebenezer Scrooge needs some CBeebies magic to help him care for those around him and share the joy of Christmas! Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:40:00 \N \N \N AD,S \N 5623 t
+4672 51846 Small Potatoes eng Marching Band Animated series about a group of singing potatoes. There is nothing like a marching band - the Small Potatoes lead a parade of musical instruments in a rousing anthem. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:40:00 2014-12-21 09:45:00 \N \N \N S \N 5624 t
+4672 51847 Something Special eng A Christmas Special Educational series for four- to seven-year-old children with learning difficulties. It's Christmas so Mr Tumble, Lord Tumble and Grandad Tumble decorate the house. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:45:00 2014-12-21 10:05:00 1 20 \N S \N 5625 t
+4672 51848 Peter Rabbit eng The Tale of Cotton-tail's Cake Animated series. When Cotton-tail's birthday cake is stolen and Peter vows to get it back, he finds himself in hot water with some angry villains! Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 10:05:00 2014-12-21 10:20:00 \N \N \N AD,S \N 5626 t
+4672 51849 Tree Fu Tom eng The Sprite before Christmas Animated fantasy adventure show. Tom arrives to find everyone preparing to celebrate Winterfest, a Treetopolis version of Christmas. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 10:20:00 2014-12-21 10:45:00 \N \N \N S \N 5627 t
+4672 51850 The Furchester Hotel eng Mystery Weekend Preschool puppet show. Two detectives and a mysterious raccoon check in for the hotel's Mystery Weekend. Phoebe and Elmo must find out who is taking shiny objects. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 10:45:00 2014-12-21 10:55:00 \N \N \N AD,S \N 5628 t
+4672 51851 Buzz and Tell eng \N Panel show for puppets, hosted by walrus Walter Flipstick. Contestants include carrot student Melanie Wiggles and nut expert Karl the chinchilla. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 10:55:00 2014-12-21 11:00:00 \N \N \N S \N 5629 t
+4672 51852 New: Swashbuckle eng Horrible Hiccups Special children and grown-ups episode of the pirate-themed game show. Captain Sinker is suffering with hiccups, so Cook and Line try to find a cure. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:25:00 \N \N \N S \N 5630 t
+4672 51853 Octonauts Special eng The Over, Under Adventure The Octonauts' mission to explore Antarctica becomes a desperate rescue. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 11:25:00 2014-12-21 11:50:00 \N \N \N AD,S \N 5631 t
+4672 51854 Grandpa in My Pocket eng Big Elf, Little Elf Comedy drama featuring a grandpa with a magical shrinking cap. Mum is making everyone fancy dress costumes, but Great Aunt Loretta decides she needs some help. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 11:50:00 2014-12-21 12:00:00 \N \N \N AD,S \N 5632 t
+6848 60966 Hear and Now eng \N Huddersfield Contemporary Music Festival 2014. Sara Mohr-Pietsch and Robert Worby present highlights, including premieres of works by Alexander Schubert and Christian Wolff. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 22:00:00 2014-12-21 00:00:00 4 5 \N \N \N 5634 t
+4170 53463 Tony Bennett & Lady Gaga eng Cheek to Cheek Live! Tony Bennett and Lady Gaga perform 60 minutes of jazz standards backed by a 39-piece orchestra, including It Don't Mean a Thing, Sophisticated Lady and Cheek to Cheek Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:55:00 \N \N \N S \N 5635 t
+4170 49771 EastEnders eng \N A chance to catch up on the week's drama in Albert Square. Phil makes a discovery. Nick continues his charm offensive. More evidence comes to light in Lucy's murder investigation. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 00:55:00 2014-12-20 02:50:00 \N \N \N AD,S \N 5636 t
+4170 49772 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 02:50:00 2014-12-20 02:55:00 \N \N \N S \N 5637 t
+4170 49773 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 02:55:00 2014-12-20 06:00:00 \N \N \N S \N 5638 t
+6784 51887 Soul Cities with Tony Blackburn eng \N Tony Blackburn explores three great soul cities of America. Philadelphia. The city of lush arrangements and doo-wop inspired vocals. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 12:00:00 2014-12-23 14:00:00 2 3 \N \N \N 5639 t
+6784 51804 Steve Wright in the Afternoon eng \N Steve chats to director Ridley Scott, actor Sarah Hadland and musician and actor Steve Van Zandt. Plus Factoids, Non-Stop Oldies and the latest entertainment and lifestyle news. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 14:00:00 2014-12-23 17:05:00 \N \N \N \N \N 5640 t
+6912 55090 News Headlines eng \N The latest national and international news. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:05:00 \N \N \N \N \N 5641 t
+6912 55091 Something Understood eng A Winter Solstice On the shortest day of the year, almost universally a day of festival, Mark Tully looks at celebrations of the winter solstice, from ancient Rome to downtown LA. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 06:05:00 2014-12-21 06:35:00 \N \N \N \N \N 5642 t
+6912 55092 On Your Farm eng \N Shropshire stock woman Freda Bracecock is the Dame Edna of the farmyard and entertains farmers across the UK. Sybil Ruscoe joins the fun at Shrewsbury Cattle market. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-21 06:35:00 2014-12-21 06:57:00 \N \N \N \N \N 5643 t
+6912 55093 Weather eng \N The latest weather forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 06:57:00 2014-12-21 07:00:00 \N \N \N \N \N 5644 t
+17609 19494 eng \N \N \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 5645 t
+6912 55096 The Radio 4 Appeal eng Adjoa Andoh presents an appeal for Opportunity International. Donations Freephone 0800 404 8144 [free on BT landlines] or Freepost BBC Radio 4 Appeal. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 07:55:00 2014-12-21 07:57:00 \N \N \N \N \N 5646 t
+6912 55097 Weather eng \N The latest weather forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 07:57:00 2014-12-21 08:00:00 \N \N \N \N \N 5647 t
+6912 55098 News and Papers eng \N The latest news headlines. Including a look at the papers. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:10:00 \N \N \N \N \N 5648 t
+40992 51742 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 06:35:00 2014-12-20 07:00:00 \N \N \N \N \N 5849 t
+40992 51743 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:45:00 \N \N \N \N \N 5850 t
+6912 55099 Sunday Worship eng Comfort My People, Says Your God Last service in a series for Advent, from Methodist College, Belfast, reflecting on Mary's role in the Nativity. Led by the Rev David Neilands. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 08:10:00 2014-12-21 08:48:00 \N \N \N \N \N 5649 t
+6912 55100 A Point of View eng \N A weekly reflection on a topical issue. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 08:48:00 2014-12-21 08:58:00 \N \N \N \N \N 5650 t
+6912 53437 Tweet of the Day eng \N The sounds and stories of birds from around the world. Liz Bonnin presents the formerly widespread saddleback of New Zealand. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 08:58:00 2014-12-21 09:00:00 \N \N \N \N \N 5651 t
+6016 40380 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:05:00 \N \N \N \N \N 5658 t
+6016 40381 World Have Your Say eng \N The BBC news programme where you set the agenda. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 18:05:00 2014-12-24 18:50:00 \N \N \N \N \N 5659 t
+6016 40382 News about Ebola eng \N More of the latest information about local, regional and international efforts to contain and combat Ebola. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 18:50:00 2014-12-24 19:00:00 \N \N \N \N \N 5660 t
+6016 40383 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:05:00 \N \N \N \N \N 5661 t
+6016 40384 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 19:05:00 2014-12-24 19:32:00 \N \N \N \N \N 5662 t
+6016 40385 Health Check eng \N A programme looking at health issues on a global scale, investigating discoveries and solutions in healthcare, and asking how to deliver a healthier world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-24 19:32:00 2014-12-24 20:00:00 \N \N \N \N \N 5663 t
+6016 40386 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:05:00 \N \N \N \N \N 5664 t
+6016 40387 HARDtalk eng \N In-depth, hard-hitting interviews with newsworthy personalities. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 20:05:00 2014-12-24 20:32:00 \N \N \N \N \N 5665 t
+6016 40600 Karaoke as Art? eng \N Is karaoke now an art form? Music critic Katie Puckrik hits the clubs in Portland, Oregon, to find out. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 20:32:00 2014-12-24 21:00:00 \N \N \N \N \N 5666 t
+6720 64394 Alice Levine eng \N Great music for your weekend. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 16:00:00 \N \N \N \N \N 5671 t
+14816 1001 1-2-1 Dating - Try ADULT eng \N 1-2-1 Dating's popular ADULT section is for those seeking something a little unusual, specific or extracurricular. Search the pages to find your adult 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 20:00:00 2014-12-23 22:00:00 \N \N \N \N \N 5672 t
+5824 38810 Doctor Who: Hornets' Nest eng The Circus of Doom, pt 2 The Time Lord concludes his tale of battling alien bugs in a 19th-century big top. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:30:00 6 10 \N \N \N 5674 t
+5824 39248 Letters to Father Christmas eng \N 4 Extra Debut. Carole Boyd explores the tradition of writing letters to Father Christmas, featuring some by Dickens and Tolkien. From December 2001. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 06:30:00 2014-12-23 07:00:00 \N \N \N \N \N 5675 t
+5824 39249 Bristow eng The Girl in the Yellow Overcoat It's the office party and Jones thinks all his Christmases have come at once. Stars Michael Williams. From December 1999. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:30:00 \N \N \N \N \N 5676 t
+5824 38813 Tom Wrigglesworth's Hang-Ups eng Comedy. Tom phones home for a weekly check-in. The Well of Loneliness Tom finds himself on a Derbyshire moor in search of a potentially devastating family secret. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 07:30:00 2014-12-23 08:00:00 6 6 \N \N \N 5677 t
+5824 40022 Blackpool Night eng \N 4 Extra Debut. Morecambe and Wise and Ronnie Hilton head a star-spangled bill from Blackpool's Jubilee Theatre, now sadly demolished. From August 1963. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 08:00:00 2014-12-23 09:00:00 \N \N \N \N \N 5678 t
+5632 36310 Afternoon Edition eng \N Sam Walker and Colin Paterson present an afternoon of news, sport and engaging conversation. Including breaking news, big-name interviews and experts on a variety of issues. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 16:00:00 \N \N \N \N \N 5684 t
+4287 57713 QI XL eng Lumped Together Stephen Fry lumps together a whole lot of L-themed larks, from lava lamps to love handles. With David Mitchell, Ronni Ancona, Jimmy Carr, and Alan Davies. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 21:40:00 2014-12-21 22:25:00 11 18 \N S \N 5685 t
+4287 57712 Match of the Day 2 eng \N Mark Chapman presents highlights of the day's two Premier League games, with Newcastle taking on Sunderland and Liverpool hosting Arsenal. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 22:25:00 2014-12-21 23:25:00 \N \N \N S \N 5686 t
+4287 57550 The Sarah Millican Slightly Longer Television Programme eng Christmas Special Sarah Millican is joined by Phillip Schofield and some of the stars of Call The Midwife. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:25:00 2014-12-22 00:05:00 \N \N \N S \N 5687 t
+14608 32037 M*A*S*H eng \N Major General Steele, the new area commander, is about to arrive at the 4077th. He appears to be more eccentric than the usual army brass and a stickler for regulations. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 1 \N \N \N 3 5688 t
+6016 40015 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:05:00 \N \N \N \N \N 5758 t
+40992 51752 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 10:55:00 2014-12-20 11:00:00 \N \N \N \N \N 8596 t
+14608 32038 M*A*S*H eng \N Hawkeye and Trapper are sent into enemy territory with no artillery when nine captured G.I.s need medical attention. However, Frank's nervous disposition threatens to ruin the arrangement. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 2 \N \N \N 3 5689 t
+14608 32039 William And Kate Into The Future eng \N A magnificent record of a wonderful partnership, and a memorable royal celebration. With fascinating interviews, this is a look into the new life of William and Kate in the future. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 5690 t
+14752 40839 Max eng \N Max has all the hits from the Capital playlist, plus she'll be interviewing the world's biggest music artists and featuring exclusive live performances from your favourite stars. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 22:00:00 \N \N \N \N \N 5697 t
+16016 7498 George and Mildred eng No Business Like Show Business Domestic sitcom. Mildred gets a chance to act in the local amateur version of Cinderella - as an ugly sister! \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:05:00 \N \N \N S \N 5698 t
+16016 7473 George and Mildred eng On the Second Day of Christmas Classic sitcom. Despite it being the season of goodwill, George and Jeffrey fall out over a game of table tennis. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 18:05:00 2014-12-23 18:40:00 \N \N \N S \N 5699 t
+16016 7474 A Touch of Frost eng Quarry Drama series about an irascible detective inspector. Mullett is apprehensive when Frost takes tea with a country squire as he investigates a country death. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-23 18:40:00 2014-12-23 20:55:00 \N \N \N S \N 5700 t
+16016 7475 Foyle's War eng The Russian House Foyle and Sam travel to London to track down the suspected killer of Sam's boss. But they stumble upon an international conspiracy that could topple the government. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 20:55:00 2014-12-23 23:00:00 \N \N \N AD,S \N 5701 t
+8442 55913 River Cottage Christmas Fayre eng \N Hugh Fearnley-Whittingstall and the team share secrets on how to enjoy the perfect Christmas holiday with a yuletide fayre featuring sumptuous food and drink, but also a few hangover cures. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 18:50:00 2014-12-23 19:55:00 \N \N \N S \N 5706 t
+40992 51744 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 07:45:00 2014-12-20 08:00:00 \N \N \N \N \N 5851 t
+40992 51745 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:15:00 \N \N \N \N \N 5852 t
+8442 55914 Grand Designs eng \N Paul and Penny knock down their million-pound home in south London to build a contemporary mansion. But the challenges presented by this complex build soon start to bite. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 19:55:00 2014-12-23 21:00:00 \N \N \N AD,S \N 5707 t
+23968 4461 Numberjacks eng \N Spooky Spoon makes time pass very strangely, in Numberjacks! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:15:00 \N \N \N \N \N 5708 t
+23968 4462 Numberjacks eng \N 3 clashes with the Puzzler, in Numberjacks! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 15:15:00 2014-12-21 15:30:00 \N \N \N \N \N 5709 t
+23968 4463 Care Bears eng Welcome To Care-A-Lot Show Of Shyness - Harmony Bear loses her voice before a Care Bears talent show, as Phoebe must convince the local villains to stop sabotaging the show. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 15:30:00 2014-12-21 16:00:00 \N \N \N \N \N 5710 t
+23968 4464 My Little Pony eng \N After mocking it as an 'egghead' pursuit, Rainbow Dash discovers the joys of reading while laid up in Ponyville Hospital. Can she finish her book before her friends discover her secret? \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:30:00 \N \N \N \N \N 5711 t
+23968 4465 Ella The Elephant eng \N Ella, Tiki, Frankie and Belinda are helping Mrs. Briggs with the new Queen Tusk exhibit at the museum. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 16:30:00 2014-12-21 16:45:00 \N \N \N \N \N 5712 t
+23968 4466 Ella The Elephant eng \N It's almost Ella's Birthday and she can't be more excited...until she notices how strange her friends are acting. It's as if they've forgotten her birthday completely. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 16:45:00 2014-12-21 17:00:00 \N \N \N \N \N 5713 t
+23968 4467 The Adventures of Chuck & Friends eng \N New. Chuck and friends decide to surprise Haulie by planting flowers and trees around the repair shop. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:15:00 \N \N \N \N \N 5714 t
+23968 4468 The Adventures of Chuck & Friends eng \N New. Chuck is eager to help out around the truck stop but he may need a little support from his friends. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 17:15:00 2014-12-21 17:30:00 \N \N \N \N \N 5715 t
+23968 4469 Peg + Cat eng \N Peg and Cat search the enormous Mega Mall for the teens so they can all enter the Zebra Man dance contest. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 17:30:00 2014-12-21 17:45:00 \N \N \N \N \N 5716 t
+6912 54645 Desert Island Discs eng \N Kirsty Young talks to comedian Sarah Millican. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:45:00 \N \N \N \N \N 5717 t
+23968 4470 Peg + Cat eng \N When Peg and Cat are playing marbles among the pyramids with Queen Cleopatra, Peg's marble is stolen by a mysterious man with an orange triangular beard. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 17:45:00 2014-12-21 18:00:00 \N \N \N \N \N 5718 t
+5632 36213 5 live Sport eng \N Mark Chapman presents a look ahead to the weekend's football with Jason Burt, Jason Roberts and Benni McCarthy. Plus a preview of the rest of the weekend's sport. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-19 19:00:00 2014-12-19 22:00:00 \N \N \N \N \N 5719 t
+4352 53254 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:30:00 \N \N \N S \N 5723 t
+4352 53255 Asia Business Report eng \N Live from Singapore, the essential business news as it breaks and a look ahead to the news that will shape the business day. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 03:30:00 2014-12-23 03:45:00 \N \N \N S \N 5724 t
+4352 53256 Sport Today eng \N All the latest sports news and results from around the globe. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-23 03:45:00 2014-12-23 04:00:00 \N \N \N S \N 5725 t
+4352 53257 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:30:00 \N \N \N S \N 5726 t
+4352 53258 HARDtalk eng \N Stephen Sackur speaks to Chrissie Hynde, who has one of the most distinctive voices in rock music and a record of success going back to the late 1970s. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 04:30:00 2014-12-23 05:00:00 \N \N \N S \N 5727 t
+4352 53259 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 \N \N \N S \N 5728 t
+4352 53260 World Business Report eng \N The latest business news from around the world, with live reports from Singapore, Frankfurt and London, and news of what happened overnight in New York. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 05:30:00 2014-12-23 05:45:00 \N \N \N S \N 5729 t
+4352 53261 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 05:45:00 2014-12-23 06:00:00 \N \N \N S \N 5730 t
+5760 59362 Stuart Maconie's Freak Zone eng \N Strange, surprising Sunday evenings, the perfect journey to the Freakier Zone. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 22:00:00 \N \N \N \N \N 5732 t
+4175 51745 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 00:25:00 2014-12-23 00:30:00 \N \N \N S \N 5752 t
+4175 51746 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 00:30:00 2014-12-23 06:00:00 \N \N \N S \N 5753 t
+6016 40011 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:05:00 \N \N \N \N \N 5754 t
+6016 40012 The History Hour eng \N An hour of historical reporting told by the people who were there. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-20 09:05:00 2014-12-20 10:00:00 \N \N \N \N \N 5755 t
+6016 40013 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:05:00 \N \N \N \N \N 5756 t
+40992 51753 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:25:00 \N \N \N \N \N 8597 t
+6016 40016 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 11:05:00 2014-12-20 11:32:00 \N \N \N \N \N 5759 t
+6016 40017 Trending eng \N Explaining the stories the world is sharing. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 11:32:00 2014-12-20 11:50:00 \N \N \N \N \N 5760 t
+6016 40018 Over to You eng \N Talk back to the BBC and challenge the programme makers. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 11:50:00 2014-12-20 12:00:00 \N \N \N \N \N 5761 t
+5824 38705 Journey to the Centre of the Earth eng \N Ancient runes spark a geologist's exploration of an impossible realm. Jules Verne's adventure stars Nathaniel Parker and Nicholas Le Prevost. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:30:00 \N \N \N \N \N 5762 t
+5824 38398 The House I Grew Up In eng Baroness Mary Warnock Wendy Robbins takes the philosopher back to her Winchester birthplace, home to her single mother of five and devoted nanny. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 6 6 \N \N \N 5763 t
+5824 38707 Kenny Everett - Here's Kenny eng \N Old friends help Mark Paytress delve into the life of a true radio pioneer and unearth some surprises. From November 2008. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 08:00:00 2014-12-20 09:00:00 \N \N \N \N \N 5764 t
+22592 17701 Up The League eng \N Geoff Peters brings you all the very latest from the Football League. Call the show on 08717 22 33 44 (10p/min). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N \N \N 5765 t
+22592 17702 Weekend Sports Breakfast eng \N Georgie Bingham & Micky Quinn bring you the definitive word on all the top sporting stories. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-20 07:00:00 2014-12-20 11:00:00 \N \N \N \N \N 5766 t
+28160 15847 Premier Drive eng \N Loretta Andrews gets you home with great music, news and travel information, counts down the Official Christian and Gospel Albums Chart and hosts the Review Panel. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 15:00:00 2014-12-23 18:00:00 \N \N \N \N \N 5767 t
+5696 40158 Coming up on 5 live sports extra eng \N Coming up at 1.55pm, rugby union commentary on Wasps v London Irish from the Aviva Premiership. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-21 06:00:00 2014-12-21 12:00:00 \N \N \N \N \N 5768 t
+4608 65444 Arthur eng Looking for Bonnie A famous rock musician visits Elwood City and asks George's dad to fix his guitar. Followed by Minuscule. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:15:00 \N \N \N S \N 5770 t
+4608 36603 New eng Millie Inbetween: Access All Areas Millie and other members of the cast look back over the series. They take viewers behind the scenes and give an insight into the highs and lows of their experiences. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 07:15:00 2014-12-24 07:45:00 \N \N \N S \N 5771 t
+4608 36501 The Dumping Ground eng Jody in Wonderland Faced with a momentous dilemma, Jody retreats into the fictional Wonderland. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 07:45:00 2014-12-24 08:45:00 \N \N \N AD,S \N 5772 t
+4608 36502 The Dumping Ground Survival Files eng Truth Frank and Jody's blog for Dumping Ground newbies is all about finding out the truth - whether it's solving mysteries or uncovering scammers. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 08:45:00 2014-12-24 09:15:00 4 5 \N AD,S \N 5773 t
+4352 53148 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:30:00 \N \N \N S \N 5774 t
+4352 53149 Sportsday eng \N A round up of all the day's sports events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:00:00 \N \N \N S \N 5775 t
+4352 53150 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:30:00 \N \N \N S \N 5776 t
+4352 53151 Sportsday eng \N A round up of all the day's sports events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 19:30:00 2014-12-20 20:00:00 \N \N \N S \N 5777 t
+4352 53152 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 20:00:00 2014-12-20 20:30:00 \N \N \N S \N 5778 t
+4352 53153 Talking Business with Linda Yueh eng \N What does 2015 hold? The bosses of Alliance Boots, Cargill and Cardiff City Football Club share their views about the business and economic outlook for next year. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 20:30:00 2014-12-20 21:00:00 \N \N \N S \N 5779 t
+5696 40122 Coming up on 5 live sports extra eng \N Coming up at 7.40pm , rugby union commentary from the Aviva Premiership as Sale face Exeter. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-19 06:00:00 2014-12-19 12:00:00 \N \N \N \N \N 5781 t
+28032 27995 McVicar eng \N Crime drama starring Roger Daltrey and Adam Faith, 1980. Crime drama based on the true story of convicted armed robber John McVicar \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 01:10:00 2014-12-22 03:15:00 \N \N \N S \N 5792 t
+22080 1462 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 14:30:00 2014-12-21 15:00:00 \N \N \N \N \N 5871 t
+40992 51754 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 11:25:00 2014-12-20 11:45:00 \N \N \N \N \N 8598 t
+4544 47740 New eng Len Goodman's Big Band Bonanza Len Goodman tells the story of big bands and swing music in Britain, from its inter-war heyday to a fall in popularity in the rock 'n' roll era, through to the present day revival. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N AD,S \N 5793 t
+4544 47741 Proms on Four eng Battle of the Bands Jazz singer and broadcaster Clare Teal transports us back to the days of the swing band era of the 1930s and 1940s in a recreation of the bands of Count Basie and Duke Ellington. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:25:00 \N \N \N S \N 5794 t
+4544 47706 Only Yesterday eng The Carpenters' Story Documentary about brother and sister duo the Carpenters, one of the biggest selling pop acts of the 1970s, but one with a destructive and complex secret that ended in tragedy. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 23:25:00 2014-12-24 00:25:00 \N \N \N S \N 5795 t
+4672 51855 My Pet and Me: Christmas Special eng Reindeer Ferne takes a festive trip to visit Alexandra and her reindeer. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 12:00:00 2014-12-21 12:20:00 16 25 \N S \N 5797 t
+4672 51856 Q Pootle 5 eng Pootle All the Way Animation. Join Q Pootle 5 and his friends for an epic Christmas spectacular, in which the very future of Christmas is at stake! Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 12:20:00 2014-12-21 12:45:00 \N \N \N S \N 5798 t
+4672 51857 Magic Hands eng 'Twas the Night before Christmas Children's sign language poetry series. Ashley, Aimee, Donna and Simon present the poem A Visit from St Nicholas. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 12:45:00 2014-12-21 13:00:00 31 32 \N S \N 5799 t
+4672 51858 Show Me Show Me: Christmas Special eng Snowflakes and Sparkles Chris and Pui investigate and explore in their magical playroom in the sky. Everyone gets dressed up in their best outfits for Momo's sparkly snow ball. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 13:00:00 2014-12-21 13:25:00 25 25 \N S \N 5800 t
+4672 51859 Tilly and Friends eng Tiptoe's Jigsaw Animation. It's chaos in the Little Yellow House! Everyone is squabbling and it's all too much for Tiptoe. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 13:25:00 2014-12-21 13:35:00 \N \N \N S \N 5801 t
+4672 51860 Mr Bloom's Nursery eng Secret Friends Gardener Mr Bloom welcomes a team of young helpers, who tend to his plants and produce. Mr Bloom has some secret visitors to his allotment - hedgehogs. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 13:35:00 2014-12-21 14:00:00 \N \N \N S \N 5802 t
+4672 52978 CBeebies Panto eng Jack and the Beanstalk Pantomime adventure filmed at the Palace Theatre, Manchester, with music performed by the BBC Philharmonic and featuring a large cast of CBeebies stars. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:45:00 \N \N \N AD,S,SL \N 5803 t
+4672 51862 Something Special eng A Christmas Special Educational series for four- to seven-year-old children with learning difficulties. It's Christmas so Mr Tumble, Lord Tumble and Grandad Tumble decorate the house. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 14:45:00 2014-12-21 15:05:00 1 20 \N S \N 5804 t
+14832 1358 Winter in Gay Rabbit Meadow eng \N Gay Rabbit Chat & Date has been connecting people for 6 years, so wherever you sit on the LGBT spectrum, pop in and say hi! Introduce a friend and earn FREE credits for each of you \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 5835 t
+6784 51805 Simon Mayo eng \N Simon Mayo presents All Request Christmas, with tunes chosen by Drivetime listeners to wrap presents to or keep them company on the road. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 17:05:00 2014-12-23 19:00:00 \N \N \N \N \N 5836 t
+8283 16315 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 00:45:00 2014-12-21 03:00:00 \N \N \N \N \N 5837 t
+6912 55102 Broadcasting House eng \N Sunday morning magazine programme with news and conversation about the big stories of the week. Presented by Paddy O'Connell. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 5839 t
+6912 55103 The Archers Omnibus eng \N Carol and Jim go under cover, and Jill gets a shock. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:15:00 \N \N \N \N \N 5840 t
+6912 55104 Desert Island Discs eng \N Kirsty Young talks to the Most Rev Justin Welby, Archbishop of Canterbury. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 11:15:00 2014-12-21 12:00:00 \N \N \N \N \N 5841 t
+40992 51739 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:20:00 \N \N \N \N \N 5846 t
+40992 51740 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 06:20:00 2014-12-20 06:25:00 \N \N \N \N \N 5847 t
+6016 40390 Newshour eng \N BBC correspondents report live from around the world to explain why events are happening and what impact they will have on our lives. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 21:05:00 2014-12-24 22:00:00 \N \N \N \N \N 5855 t
+6016 40391 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:05:00 \N \N \N \N \N 5856 t
+6016 40392 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 22:05:00 2014-12-24 22:32:00 \N \N \N \N \N 5857 t
+6016 40393 World Business Report eng \N The latest business and finance news from around the world, on the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 22:32:00 2014-12-24 23:00:00 \N \N \N \N \N 5858 t
+6016 40394 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 23:00:00 2014-12-24 23:05:00 \N \N \N \N \N 5859 t
+6016 40395 Outlook eng \N Personal stories behind the news from all over the world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-24 23:05:00 2014-12-25 00:00:00 \N \N \N \N \N 5860 t
+6720 64641 Huw Stephens eng \N Huw Stephens sits in for Scott Mills to entertain the nation. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 16:00:00 \N \N \N \N \N 5868 t
+4736 62857 Westminster Hall eng \N Recorded coverage of House of Commons proceedings in Westminster Hall from Thursday 18 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N \N \N 5878 t
+5824 38816 News Quiz Extra eng \N Made for 4 Extra. Satirical review of the week's news, chaired by Sandi Toksvig with regular guest Jeremy Hardy, plus Bob Mills, Mark Steel and Rebecca Front. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:45:00 9 9 \N \N \N 5883 t
+5824 38817 Hearing With Hegley eng \N The poet laureate of alternative comedy, John Hegley entertains an audience with his book of verse. From November 1996. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 09:45:00 2014-12-23 10:00:00 3 6 \N \N \N 5884 t
+5824 39104 Thackeray - The Rose and the Ring eng \N Unable to find any entertainment, Thackeray invents his own pantomime - a story of kings, princesses, lions and battles. Stars Prunella Scales and Maureen Lipman. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 1 2 \N \N \N 5885 t
+5824 39124 The Surgeon's Mate eng \N Dr Maturin's greatest enemy has tracked him to Paris. He and Captain Aubrey must lose not a minute to make their escape. Concluded by Benedict Cumberbatch. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:15:00 10 10 \N \N \N 5886 t
+5824 39255 Bette and Joan and Baby Jane eng \N 4 Extra Debut. Feuding screen goddesses Davis and Crawford in an iconic film - headed for disaster? Stars Catherine Tate and Tracy-Ann Oberman. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 11:15:00 2014-12-23 12:00:00 \N \N \N \N \N 5887 t
+41024 59478 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 5894 t
+41024 59479 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N \N \N 5895 t
+41024 59382 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 5896 t
+4170 51717 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N S \N 5897 t
+4288 39928 This Is BBC Three eng \N BBC Three. The best in new entertainment, comedy, contemporary drama and music for the digital generation. Stay tuned for 60 Seconds news. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 18:58:00 2014-12-23 19:00:00 \N \N \N \N \N 5901 t
+4288 42877 The Borrowers eng \N Family adventure based on Mary Norton's books. After being discovered by 'human beans', a family of borrowers - tiny people who live under the floorboards - must leave their home. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:30:00 \N \N \N AD,S \N 5902 t
+4288 42967 Hammy's Boomerang Adventure eng \N RJ the raccoon produces a nature video, which turns out to be an excuse for him and the porcupine children to play pranks on Hammy the squirrel. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 20:30:00 2014-12-23 20:35:00 \N \N \N S \N 5903 t
+4288 42968 Madly Madagascar eng \N Valentine's Day brings about a series of wacky adventures. Love is in the air for the crew from the zoo. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 20:35:00 2014-12-23 21:00:00 \N \N \N S \N 5904 t
+17540 51745 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 00:25:00 2014-12-23 00:30:00 \N \N \N \N \N 5911 t
+6912 54914 The Kingdom to Come eng Peter Hennessy asks senior public figures how the UK's constitution will be changed by further devolution. William Hague MP Peter talks to the leader of the House of Commons. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 09:45:00 2014-12-19 10:00:00 5 5 \N \N \N 5912 t
+6912 54915 15 Minute Drama eng \N Just a Girl, by Mark Davies Markham. Gary finally comes to terms with the hormone blockers, but Charlotte has shocking news for him. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 10:45:00 2014-12-19 11:00:00 5 5 \N \N \N 5914 t
+6912 54649 Becoming Myself: Gender Identity eng Series exploring gender dysphoria. Narrated by Adjoa Andoh. Trans Women Bethany, Emma and Tanya, who were raised male, seek treatment as 'trans women'. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 2 2 \N \N \N 5915 t
+6912 54650 Just William Live eng Martin Jarvis performs two comic classics by Richmal Crompton. The New Neighbour William tries to rid the village of a newcomer who torments his neighbours. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 2 2 \N \N \N 5916 t
+5632 36311 Drive eng \N A round-up of the day's top news and sport with Caroline Barker and Tony Livesey. Plus interviews with people at the centre of the stories, and regular travel updates. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 16:00:00 2014-12-23 19:00:00 \N \N \N \N \N 5917 t
+14800 1358 Come Up and See Me eng \N Rabbit Chat & Date has been connecting people for over 6 years now on TV - and now also by our new iPhone app! Flirt, chat & make new friends. The opportunities are endless! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 5918 t
+4287 56505 Serendipity eng \N Romance. After meeting while shopping, two people (John Cusack and Kate Beckinsale) fall in love, but they are forced to part. Will they be reunited? Contains adult themes. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 00:05:00 2014-12-22 01:30:00 \N \N 2001 S \N 5924 t
+4287 51400 Countryfile eng Clwydian Range Ellie Harrison and Matt Baker are in the Clwydian range which spans Denbighshire and Flintshire in North Wales, where Matt joins the team cutting back heather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 01:30:00 2014-12-22 02:30:00 \N \N \N S,SL \N 5925 t
+4287 56506 Holby City eng Star of Wonder Hospital drama. Zosia gets emotionally involved with a patient with catastrophic consequences. Mo has a new lease of life when she is advised to follow her heart. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:30:00 \N \N \N AD,S,SL \N 5926 t
+6720 64395 Dance Anthems with Danny Howard eng \N Danny's rewind of 2014 continues - expect Oliver Heldens and Watermat on the way to Zedd. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 16:00:00 2014-12-20 19:00:00 \N \N \N \N \N 5927 t
+6784 51700 Sounds of the 80s eng \N Bryan Adams joins Sara Cox to look back on the decade. Plus the top 5 from the week in 1984 and three tracks from a classic Rick Astley album. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 22:00:00 2014-12-21 00:00:00 \N \N \N \N \N 5937 t
+27648 4397 Nomad Chef eng Peru Chef Jock Zonfrillo experiences the full force of an electric eel and chows down on barbecued weevils when he heads deep into the Peruvian Amazon. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 03:00:00 2014-12-21 04:00:00 \N \N \N \N \N 5938 t
+27648 4398 The New Yankee Workshop eng Workshop Hutch Norm demonstrates how to build a wooden workshop hutch to store tools. How will it look? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:30:00 \N \N \N \N \N 5939 t
+27648 4399 The New Yankee Workshop eng Outdoor Cupboard Norm demonstrates how to build an all-weather outdoor cupboard in wood. How will it look? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 04:30:00 2014-12-21 05:00:00 \N \N \N \N \N 5940 t
+27648 4400 Wheeler Dealers eng Golf Part 2 Auto enthusiast Mike Brewer and mechanical master Edd China are fixing up a second hand Mark 1 Golf GTI 1.8. Can they transform it into a glistening GTI? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 05:00:00 2014-12-21 05:30:00 \N \N \N \N \N 5941 t
+27648 4401 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 05:30:00 2014-12-21 06:00:00 \N \N \N \N \N 5942 t
+8264 25644 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:40:00 \N \N \N S,SL \N 5943 t
+8264 28093 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 03:40:00 2014-12-21 06:00:00 \N \N \N \N \N 5944 t
+5888 52022 1Xtra's Rewind eng Friction Another chance to hear the previous week's Friction show. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 04:00:00 2014-12-23 07:00:00 \N \N \N \N \N 5952 t
+6848 61136 Breakfast eng \N Petroc Trelawny hosts the BBC Singers live in the studio to perform the winning entry in the Carol Competition. Email 3breakfast@bbc.co.uk. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 06:30:00 2014-12-23 09:00:00 \N \N \N \N \N 5953 t
+4544 46942 New eng The Joy of the Bee Gees Documentary profile of the Gibb brothers, from child stars on the Australian variety circuit to competitors with the Beatles in the late 60s and disco superstars in the 70s. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N S \N 5962 t
+4544 46943 New eng The Bee Gees at the BBC... and Beyond Classic Bee Gees studio performances including all the big hits from the 60s to the 90s. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N S \N 5963 t
+4544 47035 Queens of Disco eng \N Graham Norton profiles the leading ladies of the disco era, including Gloria Gaynor, Donna Summer, Grace Jones, Chaka Khan, Madonna and 'honorary disco queen' Sylvester. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N S \N 5964 t
+28032 26959 Magnum P.I. eng Flashback Detective drama series set in Hawaii. Magnum is bewildered to find himself in the 1930s. Nevertheless, he agrees to help a young woman clear her father of murder. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 09:55:00 2014-12-19 10:55:00 \N \N \N S \N 5969 t
+28032 26960 Pawn Stars eng Steaks at Stake Series following pawn shop owners in Las Vegas. The Old Man offers a steak dinner and a cash prize as a staff incentive to boost profits. Who will claim the prize? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 10:55:00 2014-12-19 11:25:00 \N \N \N S \N 5970 t
+28032 26961 Pawn Stars eng Pawn Shop Pinot Series following pawn shop owners in Las Vegas. Chumlee puts a 19th-century winemaker into action, daring to produce some potent 'Pawn Shop Pinot'! \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 11:25:00 2014-12-19 11:50:00 \N \N \N S \N 5971 t
+28032 26962 Alias Smith and Jones eng Miracle at Santa Marta US comedy drama series about two outlaws. When his employer is murdered, the Kid finds that he is the number one suspect. Can Heyes come to his rescue? \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 11:50:00 2014-12-19 12:55:00 \N \N \N S \N 5972 t
+4352 53262 Breakfast eng \N All the latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 08:30:00 \N \N \N S \N 5983 t
+4352 53263 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:00:00 \N \N \N S \N 5984 t
+8384 58742 Olive the Other Reindeer eng \N Olive, a dog, hears the sad news on the radio that Blitzen the reindeer has been injured and Christmas may be cancelled. So Olive sets off with her pet flea to save the day. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-24 07:15:00 2014-12-24 08:10:00 \N \N \N S \N 5986 t
+8384 59182 The Big Bang Theory eng The Terminator Decoupling Leonard, Sheldon, Howard and Raj discover that beautiful sci-fi actress Summer Glau is on board their train to San Francisco. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 08:10:00 2014-12-24 08:40:00 \N \N \N AD,S \N 5987 t
+8384 59212 The Big Bang Theory eng The Work Song Nanocluster Penny's home-based business selling hair accessories gets out of hand when an overexcited Sheldon takes charge. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 08:40:00 2014-12-24 09:05:00 \N \N \N AD,S \N 5988 t
+13120 7705 Everyday Beauty eng \N Get the basics right and you'll be looking good all day! In Everyday Beauty, our expert Alison Young will be suggesting the right products to kickstart your beauty routine. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 5991 t
+13120 7706 The Real Pie Company eng \N For 14 years, the Real Pie Company has been established as an artisan pie-making brand, focusing on high-quality British ingredients, with a passion for producing truly hand-made pies. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 5992 t
+13120 7707 The Organic Pharmacy eng \N The Organic Pharmacy specialises in combining medical quality herbs, cutting-edge natural technology and beautiful organic extracts to create healthcare and skincare products that really deliver. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 5993 t
+23152 17471 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N \N \N 5994 t
+23152 17472 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N \N \N 5995 t
+23152 19200 Crime Stories eng Season 1 First hand accounts, dramatic re-enactments and exclusive footage are combined to explore the grim truth behind these intriguing crime stories. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N \N \N 5996 t
+23152 17474 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N \N \N 5997 t
+4608 61685 This is CBBC! eng \N Join the CBBC crew for all your favourite programmes, plus loads more! Tune into CBBC every day from 7.00am to 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 18:58:00 2014-12-21 05:30:00 \N \N \N \N \N 5998 t
+4736 62954 Tony Baldry Lecture eng \N Tony Baldry delivers a lecture on Parliament and the Church in the State Apartments of the Palace of Westminster, from Tuesday 16 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 5999 t
+4736 62955 Briefings eng \N The week's key speeches and news briefings. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 6000 t
+4736 62956 Politics Europe eng \N Andrew Neil with the latest news from Europe, including interviews with MEPs, reports from the European Parliament and a guide to the inner workings of the European Union. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:30:00 \N \N \N \N \N 6001 t
+4736 62839 Eorpa eng \N Eòrpa is back with a new series examining the most important stories from across Europe. In Gaelic with English subtitles. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 23:30:00 2014-12-21 00:00:00 6 16 \N \N \N 6002 t
+4672 50626 Tikkabilla eng Music, Boots and Feet Preschool fun with songs, rhymes, surprise guests and things to make. Musical instruments, boots and feet with Lorna, Paul and Tamba. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:30:00 \N \N \N S \N 6003 t
+17920 41504 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-20 04:00:00 2014-12-20 05:30:00 \N \N \N \N \N 11144 t
+4672 50627 ZingZillas eng Let It Snow A band of primate friends play music in their tropical island paradise. It's Christmas on ZingZilla Island and Zak promises to make it snow for Drum. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 06:30:00 2014-12-19 06:55:00 \N \N \N AD,S \N 6004 t
+4672 50628 Pingu eng Pingu Gets Lost Preschool stop-frame animation. The adventures of Pingu, the clumsy young penguin who is always up to mischief in his snowy world. Pingu gets lost in an ice maze. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 06:55:00 2014-12-19 07:00:00 \N \N \N S \N 6005 t
+4672 50629 Cloudbabies eng Best Bouncer Animation. Baba Green cannot cloud bounce like the others, and it makes him sad. But after bravely rescuing Bobo White, he becomes the best bouncer of all. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:10:00 \N \N \N S \N 6006 t
+4672 50630 Postman Pat: SDS eng Postman Pat and the Amazing Weather Machine Children's animation. Ajay's organised a Summer Special day on the green, but the sun is so hot that everyone wants to go home. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 07:10:00 2014-12-19 07:25:00 \N \N \N S \N 6007 t
+4672 50755 New eng Dinopaws: The Thing That Shone Animation about three dinosaurs exploring their world. Can Gwen lead the way to light and happiness on the longest night? Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 07:25:00 2014-12-19 07:50:00 \N \N \N AD,S \N 6008 t
+4672 50632 Q Pootle 5 eng The Great Space Race Space animation. It's the day of the great space race, and Oopsy is very excited. But when her spaceship goes wrong, it's down to Q Pootle 5 to rescue her. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 07:50:00 2014-12-19 08:00:00 \N \N \N S \N 6009 t
+4672 50633 Octonauts eng Immortal Jellyfish Animated deep sea adventures. Shellington and the Octonauts try to track an unusual creature - a jellyfish that can live forever! Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:15:00 17 22 \N AD,S \N 6010 t
+4672 50634 Mike the Knight eng Santa's Little Helper Animated series about a young knight in training. Mike doesn't think he has a Christmas present, so vows to get back on Santa's nice list. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 08:15:00 2014-12-19 08:25:00 \N \N \N AD,S \N 6011 t
+4672 50635 Chuggington eng Late Again Eddie Children's animation. Eddie lives so far away from Chuggington that he is always late for work. Hodge and the gang set out to find a home for him in town. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 08:25:00 2014-12-19 08:35:00 \N \N \N S \N 6012 t
+4672 50636 Timmy Time eng Timmy's Hiccup Cure Animated adventures of a lamb at nursery school. Kid has the hiccups, so he and Timmy try everything to get rid of them. A loud bang does the trick. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 08:35:00 2014-12-19 08:45:00 \N \N \N AD,S \N 6013 t
+4672 50637 Little Robots eng United Stop-frame animation about Tiny and his Little Robot friends. Stripy needs to borrow some oil from Tiny, but how can he do it without spoiling Tiny's surprise present? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 08:45:00 2014-12-19 09:00:00 12 13 \N S \N 6014 t
+17472 51397 eng \N \N \N \N \N \N \N \N eng 0 0 0 \N 2014-12-21 03:05:00 2014-12-21 06:35:00 \N \N \N \N \N 6015 t
+5632 36214 Stephen Nolan eng \N The day's main news stories, topical debate and interviews. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 22:00:00 2014-12-20 01:00:00 \N \N \N \N \N 6016 t
+4608 36319 ROY eng Snookered Bill discovers that Roy is a snooker prodigy and forces him to compete in a grudge match against Deco. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 09:15:00 2014-12-24 09:45:00 5 13 \N AD,S \N 6017 t
+4608 36503 The Next Step eng Video Killed the Radio Star Reality-style drama following a group of dancers. The A-Troupe is selected to perform in a music video but become divided over Emily's routine. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:45:00 2014-12-24 10:10:00 9 30 \N S \N 6018 t
+4608 36504 The Next Step eng Road to Joy Reality-style drama following a group of dancers. In an effort to spend more time with Riley, James accompanies her to pick up costumes for the troupe. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 10:10:00 2014-12-24 10:35:00 10 30 \N S \N 6019 t
+4608 36505 Wolfblood eng The Dark Ages Drama series. Sparks fly when some ancient wolfblood relics are discovered, and Tom finds a kindred spirit in Kay. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 10:35:00 2014-12-24 11:05:00 5 13 \N AD,S \N 6020 t
+4608 36506 The Dumping Ground eng A Day in the Past Drama series. Class war ensues in a country estate when the young people become Edwardian masters and servants for a day. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 11:05:00 2014-12-24 11:30:00 9 13 \N AD,S \N 6021 t
+4608 36507 The Dumping Ground eng Oh, Mo! Drama series. Tee takes strange, eccentric new boy, Mo, under her wing - with unexpectedly dangerous consequences. Also in HD. \N 2 25 f 64 eng \N 5 0 0 \N 2014-12-24 11:30:00 2014-12-24 12:00:00 10 13 \N AD \N 6022 t
+14372 8002 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 6027 t
+14372 8003 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 6028 t
+14372 8004 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 6029 t
+17920 39248 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-19 18:58:00 2014-12-19 19:00:00 \N \N \N \N \N 6036 t
+17920 41798 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:15:00 \N \N \N \N \N 6037 t
+17920 41488 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-19 19:15:00 2014-12-19 20:00:00 \N \N \N \N \N 6038 t
+17920 41698 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 6039 t
+7168 34308 Friday Night is Music Night eng \N Jeremy Vine presents the Friday Night Is Music Night Christmas Spectacular with favourite Christmas music, poetry and readings and an all-star cast. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 17:00:00 2014-12-21 20:15:00 \N \N \N \N \N 6040 t
+4544 47708 Northern Soul eng Living for the Weekend Film about the northern soul phenomenon, one of the most exciting underground British club movements of the 1970s, a dynamic culture of fashions, dance moves and vinyl obsession. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 00:25:00 2014-12-24 01:25:00 \N \N \N S \N 6042 t
+4544 47742 Len Goodman's Big Band Bonanza eng \N Len Goodman tells the story of big bands and swing music in Britain, from its inter-war heyday to a fall in popularity in the rock 'n' roll era, through to the present day revival. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 01:25:00 2014-12-24 02:25:00 \N \N \N AD,S \N 6043 t
+4544 47743 Proms on Four eng Battle of the Bands Jazz singer and broadcaster Clare Teal transports us back to the days of the swing band era of the 1930s and 1940s in a recreation of the bands of Count Basie and Duke Ellington. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 02:25:00 2014-12-24 03:50:00 \N \N \N S \N 6044 t
+5952 53435 Panjabi Hit Squad eng \N Panjabi Hit Squad boys Dee and Rav sit in for Tommy Sandhu with the best music to get Christmas Eve off to a great start! Plus listen again to Sonam Kapoor's Desi Island Discs. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 10:00:00 \N \N \N \N \N 6064 t
+24384 65355 Back at 6am eng \N Programmes start again at 6am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 18:00:00 2014-12-22 06:00:00 \N \N \N \N \N 6068 t
+6912 55140 News Briefing eng \N The latest news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 05:30:00 2014-12-22 05:43:00 \N \N \N \N \N 7117 t
+4672 51863 Peter Rabbit eng The Tale of Cotton-tail's Cake Animated series. When Cotton-tail's birthday cake is stolen and Peter vows to get it back, he finds himself in hot water with some angry villains! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 15:05:00 2014-12-21 15:20:00 \N \N \N AD,S,SL \N 6069 t
+4672 52979 Tree Fu Tom eng The Sprite before Christmas Animated fantasy adventure show. Tom arrives to find everyone preparing to celebrate Winterfest, a Treetopolis version of Christmas. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 15:20:00 2014-12-21 15:45:00 \N \N \N S,SL \N 6070 t
+4672 51865 Grandpa in My Pocket eng Big Elf, Little Elf Comedy drama featuring a grandpa with a magical shrinking cap. Mum is making everyone fancy dress costumes, but Great Aunt Loretta decides she needs some help. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 15:45:00 2014-12-21 16:00:00 \N \N \N AD,S,SL \N 6071 t
+4672 52980 Justin's House eng Granny Justina Justin Fletcher entertains with singing, dancing and comedy. Justin dresses up as Granny Justina when he and Robert forget to invite her round for a tea party. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:25:00 8 25 \N S,SL \N 6072 t
+4672 51867 Octonauts Special eng The Over, Under Adventure The Octonauts' mission to explore Antarctica becomes a desperate rescue. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 16:25:00 2014-12-21 16:50:00 \N \N \N AD,S \N 6073 t
+4672 51868 Sarah & Duck: Christmas Special eng Petal Light Picking Animation. Sarah wants some special lights for her Christmas tree, and Bug knows where she might find some. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 16:50:00 2014-12-21 17:00:00 40 40 \N AD,S \N 6074 t
+4672 51869 Swashbuckle eng Horrible Hiccups Special children and grown-ups episode of the pirate-themed game show. Captain Sinker is suffering with hiccups, so Cook and Line try to find a cure. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:20:00 \N \N \N S \N 6075 t
+4672 51870 Katie Morag eng Katie Morag and the Wedding - Part 1 Live-action children's show set in Scotland. Neilly Beag asks Granma Mainland to marry him. Everyone is excited except Grannie Island. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 17:20:00 2014-12-21 17:35:00 25 26 \N AD,S \N 6076 t
+4672 51871 Katie Morag eng Katie Morag and the Wedding - Part 2 Live-action children's show set in Scotland. Granma Mainland arrives just in time for the wedding and Grandad Island arrives with her. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 17:35:00 2014-12-21 17:50:00 26 26 \N AD,S \N 6077 t
+4672 51872 Salty's Waggy Tales eng Salty and the Missing Dog Bowl Preschool shorts. Old Jack tells the waggy tale of Salty's favourite dog bowl going missing. Salty searches for the dog bowl around Staithes. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 17:50:00 2014-12-21 18:00:00 \N \N \N S \N 6078 t
+24480 3600 Step Into Christmas eng \N Step out of the snow and into a warm Vintage Christmas with this collection of festive hits. What better soundtrack for putting up decorations? Get out the tinsel and baubles, Christmas is coming! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N \N \N 6080 t
+24480 3601 Jive Bunny MiXmas eng \N We're all ears as those festive funsters Jive Bunny create a Christmas mix especially for Vintage TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 6081 t
+24480 3602 Your Vintage eng \N A celebration of YOU and your music choices. Hosted by Atomic Kitten's Liz McClarnon and BBC 6 Music presenter Matt Everitt - this week we are at Camden Market \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N \N \N 6082 t
+24480 3603 Breakaway eng \N Breakaway from the norm of daytime telly - let Vintage TV carry you through the day in style, as we thumb through our greatest hits record collection. Go on, take the weight off. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 11:30:00 2014-12-23 13:00:00 \N \N \N \N \N 6083 t
+6016 40019 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:05:00 \N \N \N \N \N 6084 t
+6016 40020 The Arts Hour eng \N The best global arts coverage from across the BBC. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 12:05:00 2014-12-20 13:00:00 \N \N \N \N \N 6085 t
+6016 40021 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:05:00 \N \N \N \N \N 6086 t
+6016 40022 Newshour eng \N BBC correspondents report live from around the world to explain why events are happening and what impact they will have on our lives. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 13:05:00 2014-12-20 14:00:00 \N \N \N \N \N 6087 t
+6016 40023 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:05:00 \N \N \N \N \N 6088 t
+6016 40024 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 14:05:00 2014-12-20 14:32:00 \N \N \N \N \N 6089 t
+6016 40025 The Why Factor eng \N The extraordinary and hidden histories behind everyday objects and actions. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 14:32:00 2014-12-20 14:50:00 \N \N \N \N \N 6090 t
+6016 40026 More or Less eng \N Tim Harford explains the numbers and statistics in the news and in life. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 14:50:00 2014-12-20 15:00:00 \N \N \N \N \N 6091 t
+5824 38708 Barry Cryer's Christmas Selection eng The jovial host ferrets through Auntie's festive jewels Radio Active, The Masterson Inheritance, Round the Horne, Lines from My Grandfather Christmas' Forehead and The Goon Show. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 09:00:00 2014-12-20 12:00:00 \N \N \N \N \N 6092 t
+4288 39251 This Is BBC Three eng \N BBC Three. The best in new entertainment, comedy, contemporary drama and music for the digital generation. Stay tuned for 60 Seconds news. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 18:58:00 2014-12-20 19:00:00 \N \N \N \N \N 6094 t
+4288 42161 Doctor Who eng The Time of the Doctor Sci-fi drama. The universe's deadliest species gather near a quiet backwater planet, drawn to a mysterious message that echoes out to the stars. And amongst them, the Doctor. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:05:00 \N \N \N AD,S \N 6095 t
+4288 41804 Top Gear eng Botswana Special Motoring magazine. Jeremy, Richard and James are challenged to each drive a second-hand car across the wilds of Botswana, facing obstacles such as salt pans, rivers and animals. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 20:05:00 2014-12-20 21:05:00 4 10 \N S \N 6096 t
+6784 51888 White Christmas - Mica on Barry eng \N Mica Paris celebrates the music and enduring success of soul singer Barry White, talking to his family, colleagues and friends and counting down a top 20 of his greatest songs. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 20:00:00 2014-12-23 22:00:00 \N \N \N \N \N 6098 t
+6912 55105 News Summary eng \N The latest national and international news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 12:00:00 2014-12-21 12:04:00 \N \N \N \N \N 6099 t
+6912 55106 I'm Sorry I Haven't a Clue eng \N Long-running panel game. Regulars Barry Cryer and Graeme Garden are joined by Susan Calman and Tony Hawks on the panel and Jack Dee in the chair. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 12:04:00 2014-12-21 12:32:00 5 6 \N \N \N 6100 t
+6912 55107 The Food Programme eng \N Radio 4's weekly look at food. Sheila Dillon uncovers the food stories of those who won't be home for Christmas with the help of food writer Joe Warwick. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-21 12:32:00 2014-12-21 12:57:00 \N \N \N \N \N 6101 t
+6912 55108 Weather eng \N The latest weather forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 12:57:00 2014-12-21 13:00:00 \N \N \N \N \N 6102 t
+6912 55109 The World This Weekend eng \N Global news and analysis, presented by Mark Mardell. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 13:00:00 2014-12-21 13:30:00 \N \N \N \N \N 6103 t
+6912 55415 The Invisible Age eng Matthew Sweet explores why society is still so reluctant to talk about ageing. The Age Bomb Matthew Sweet asks why we are so anxious about old age. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 13:30:00 2014-12-21 14:00:00 1 3 \N \N \N 6104 t
+6912 55111 Gardeners' Question Time eng \N Eric Robson chairs the horticultural panel programme from Dalston. Pippa Greenwood, Christine Walkden and Matthew Wilson answer questions from an audience of local gardeners. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:45:00 \N \N \N \N \N 6105 t
+6912 55112 The Listening Project eng Sunday Omnibus Fi Glover hears about being stared at because you look different, being persecuted because you behave differently, and being in love with the land you farm. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 14:45:00 2014-12-21 15:00:00 \N \N \N \N \N 6106 t
+40992 51755 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 11:45:00 2014-12-20 12:00:00 \N \N \N \N \N 8599 t
+6016 40073 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:05:00 \N \N \N \N \N 6109 t
+6016 40074 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 00:05:00 2014-12-21 00:32:00 \N \N \N \N \N 6110 t
+6016 40586 Heart and Soul eng \N Personal approaches to spirituality from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 00:32:00 2014-12-21 01:00:00 \N \N \N \N \N 6111 t
+6016 40076 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 01:00:00 2014-12-21 01:05:00 \N \N \N \N \N 6112 t
+6016 40077 From Our Own Correspondent eng \N Insight, wit and analysis from BBC correspondents around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 01:05:00 2014-12-21 01:32:00 \N \N \N \N \N 6113 t
+6016 40078 Global Business eng \N Insights into the business world from the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 01:32:00 2014-12-21 02:05:00 \N \N \N \N \N 6114 t
+6016 40079 The History Hour eng \N An hour of historical reporting told by the people who were there. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-21 02:05:00 2014-12-21 03:00:00 \N \N \N \N \N 6115 t
+6720 64437 Greg James eng \N Greg is here to keep you company whether you've been naughty or nice! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 19:00:00 \N \N \N \N \N 6116 t
+15808 50305 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 00:10:00 2014-12-21 01:15:00 \N \N \N \N \N 6117 t
+17540 51746 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 00:30:00 2014-12-23 06:00:00 \N \N \N \N \N 6118 t
+15808 50306 Trophe Andros eng \N Exclusive highlights of the world's most prestigious ice racing series contested by the likes of Alain Prost, Olivier Panis and Jacques Villeneuve in the winter ski resorts of Europe. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 01:15:00 2014-12-21 02:15:00 \N \N \N \N \N 6120 t
+15808 50307 V8 Supercars Season Review eng \N A round-up of the 2014 season of Australia's premier touring car series. Part 1. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 02:15:00 2014-12-21 06:00:00 \N \N \N \N \N 6121 t
+22752 1115 Kiss Fresh Wake Up eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 06:00:00 2014-12-24 07:00:00 \N \N \N \N \N 6122 t
+22752 1116 Kiss Fresh with Charlie Tee eng \N Charlie Tee with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 07:00:00 2014-12-24 11:00:00 \N \N \N \N \N 6123 t
+27712 22013 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:30:00 \N \N \N \N \N 6124 t
+27712 22014 Witness eng \N In a city filled with challenges and hardships for the poor, one woman is dedicated to creating second chances. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 03:30:00 2014-12-23 04:00:00 \N \N \N \N \N 6125 t
+27712 22015 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:30:00 \N \N \N \N \N 6126 t
+27712 22016 The Stream eng \N The advantages, and disadvantages, of being good looking. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-23 04:30:00 2014-12-23 05:00:00 \N \N \N \N \N 6127 t
+27712 22017 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 \N \N \N \N \N 6128 t
+27712 22018 Counting the Cost eng \N Counting the Cost provides background to the economics stories that shape our world and impact on the lives of ordinary people. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N \N \N 6129 t
+4736 62959 Westminster in Review eng \N Alicia McCarthy presents a review of the parliamentary highlights at Westminster since September. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N \N \N 6130 t
+4736 62960 Politics Europe eng \N Andrew Neil with the latest news from Europe, including interviews with MEPs, reports from the European Parliament and a guide to the inner workings of the European Union. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N \N \N 6131 t
+4736 62859 Eorpa eng \N Eòrpa is back with a new series examining the most important stories from across Europe. In Gaelic with English subtitles. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 10:30:00 2014-12-22 11:00:00 6 16 \N \N \N 6132 t
+4736 62961 Mayor's Question Time eng \N Recorded coverage of questions to mayor of London Boris Johnson in the London Assembly, from Wednesday 17 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 11:00:00 2014-12-22 14:00:00 \N \N \N \N \N 6133 t
+5824 40023 Blackpool Night eng \N 4 Extra Debut. Morecambe and Wise and Ronnie Hilton head a star-spangled bill from Blackpool's Jubilee Theatre, now sadly demolished. From August 1963. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 6140 t
+5824 38823 Doctor Who: Hornets' Nest eng The Circus of Doom, pt 2 The Time Lord concludes his tale of battling alien bugs in a 19th-century big top. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 6 10 \N \N \N 6141 t
+5824 39257 Letters to Father Christmas eng \N 4 Extra Debut. Carole Boyd explores the tradition of writing letters to Father Christmas, featuring some by Dickens and Tolkien. From December 2001. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 \N \N \N \N \N 6142 t
+5824 39146 Adrian Mole at Christmas eng A Mole in Moscow When Mr Braithwaite has a spare ticket to Moscow, Adrian jumps at the chance to experience 'revolution in the raw'. Read by Nicholas Barnes. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:15:00 2 3 \N \N \N 6143 t
+5824 38826 A History of Private Life eng Pots and Pans What do letters and diaries tell us about running the home in the 16th and 17th centuries? Why do pots and pans matter? \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 14:15:00 2014-12-23 14:30:00 7 30 \N \N \N 6144 t
+5824 39147 Ladies of Letters Go Crackers eng \N Aggrieved Irene must bite her tongue when Vera's daughter Karen has a serious health scare. Stars Anne Reid and Prunella Scales. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 14:30:00 2014-12-23 14:45:00 2 5 \N \N \N 6145 t
+5824 39169 Jeremy Seal - Santa eng A Life Tracing the myth of Saint Nicholas back to Turkey, Jeremy Seal finds mysterious relics, including a finger. Read by Alan Cox. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 14:45:00 2014-12-23 15:00:00 2 5 \N \N \N 6146 t
+4170 58007 Race to Witch Mountain eng \N Family fantasy adventure. Taxi driver Jack Bruno gets an out-of-this-world ride when two aliens disguised as teenagers suddenly appear in his taxi. Dwayne Johnson stars. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:35:00 \N \N 2009 S \N 6147 t
+4170 58008 Old Dogs eng \N Comedy about a divorcee who, suddenly saddled with twins from a past marriage, enlists his friend and business partner to help while struggling to secure a business deal. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 10:35:00 2014-12-22 12:00:00 \N \N 2009 S \N 6148 t
+4288 42709 Shrek 2 eng \N Animated sequel following the grumpy ogre (voiced by Mike Myers) and his bride as they head off to meet her parents. The occasion is marred by a wicked fairy godmother. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:25:00 \N \N 2004 AD,S \N 6149 t
+17920 39249 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 05:30:00 2014-12-20 18:58:00 \N \N \N \N \N 11145 t
+4288 41969 EastEnders eng \N Johnny makes an unexpected announcement. Kush makes it his mission to change Shabnam's mind about Christmas. Dean drops a bombshell. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 22:25:00 2014-12-23 23:00:00 \N \N \N AD,S \N 6150 t
+4288 41970 Family Guy eng Don't Make Me Over Animated comedy about family life. Peter, Quagmire, Joe and Cleveland start a mish-mash covers band, only to find they can't play. Meg saves the day. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:25:00 \N \N \N S \N 6151 t
+4288 42969 Family Guy eng Lethal Weapons Animated comedy. Bonnie convinces Lois to join her tae-jitsu class. Quahog is invaded by New York 'leafers' looking at the pretty autumn leaves. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 23:25:00 2014-12-23 23:45:00 7 22 \N S \N 6152 t
+4288 42711 New: American Dad! eng The Full Cognitive Redaction of Avery Bullock by the Coward Stan Smith Internal Affairs persuade Stan that Bullock needs to have his memory wiped... Contains adult humour. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 23:45:00 2014-12-24 00:05:00 17 19 \N S \N 6153 t
+5632 36670 5 live Sport eng \N George Riley with the day's sports news and features. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 6155 t
+5632 36129 5 live Sport eng \N Jenny Jones and Will Perry with features and interviews from the world of extreme sport. They look at highlining, free-running and ultra-running. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 6156 t
+4287 51416 This Is BBC Two eng \N Highlights of programmes on BBC Two. \N 2 25 f 3 eng eng 0 0 0 \N 2014-12-22 03:30:00 2014-12-22 06:25:00 \N \N \N S \N 6157 t
+8325 2626 Two and a Half Men eng Apologies for the Frivolity American sitcom about a well-off bachelor. Charlie dates an estate agent who's just like his mother. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:00:00 \N \N \N S \N 6158 t
+12992 30812 Jesse Stone eng No Remorse Crime drama starring Tom Selleck and Kathy Baker. After he has been suspended, Jesse Stone starts to investigate a series of murders in Boston. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 16:15:00 2014-12-21 18:00:00 \N \N 2009 S \N 6159 t
+5888 52023 BBC 1Xtra Breakfast eng \N Twin and Yasmin have all you need to wake up! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 07:00:00 2014-12-23 10:00:00 \N \N \N \N \N 6160 t
+22720 1354 AJ eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK with #AjKiss \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 6164 t
+22720 1355 Kiss Jams eng \N AJ plays classic and current #Kissjams \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 6165 t
+6848 61137 Essential Classics eng With Sarah Walker. 9.00am 5 Reasons to Love Bach at Christmas. 9.30am Mystery Place. 10.30am Martha Argerich. 11.00 Essential Choice Haydn: Piano Trio in G (Gypsy Rondo). \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 09:00:00 2014-12-23 12:00:00 \N \N \N \N \N 6169 t
+5632 36252 5 live Racing eng \N Horse racing news and interviews ahead of the King George VI chase on Boxing Day. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 \N \N \N \N \N 6381 t
+6912 54651 News Summary eng \N The latest national and international news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:04:00 \N \N \N \N \N 6179 t
+6912 54652 Home Front eng Epic drama series set in Britain during WWI. 19 December 1914 - Alice Macknade A surprise turn of events in the Macknade household heralds a change in their fortunes. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 12:04:00 2014-12-19 12:15:00 15 30 \N \N \N 6180 t
+6912 54654 Weather eng \N The latest weather forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 12:57:00 2014-12-19 13:00:00 \N \N \N \N \N 6182 t
+6912 54655 The World at One eng \N Analysis of current affairs reports, presented by Martha Kearney. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:45:00 \N \N \N \N \N 6183 t
+6912 54657 The Archers eng \N Charlie needs a bit of help, and Helen is feeling the pinch. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:15:00 \N \N \N \N \N 6185 t
+6912 54917 Afternoon Drama eng \N Dogfood Diary, by Laura Bridgeman and Charles Lambert. Heartwarming seasonal drama. Twelve-year-old Dean has been left home alone. It seems great at first, but Christmas is coming. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 14:15:00 2014-12-19 15:00:00 \N \N \N \N \N 6186 t
+28096 59448 QI XL eng Knights and Knaves Wit and wisdom. Noble squire Stephen Fry joins gallant guests Victoria Coren, Sue Perkins, Rev Richard Coles and Alan Davies at the round table of knowledge. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N S \N 6187 t
+28096 60666 Have I Got a Bit More News for You eng \N A bumper instalment of topical laughs with Paul Merton and Ian Hislop. Guest host Kirsty Young attempts to keep guest panellists Gyles Brandreth and Marcus Brigstocke in order. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:40:00 \N \N \N S \N 6188 t
+28096 60667 Have I Got a Bit More News for You eng \N Another bumper instalment of topical, irreverent humour. Captains Paul Merton and Ian Hislop are joined by guest host David Mitchell and panellists Roisin Conaty and Andy Hamilton. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 22:40:00 2014-12-23 23:20:00 \N \N \N S \N 6189 t
+28096 60668 Have I Got a Bit More News for You eng \N An extra-long edition of the evergreen satirical quiz. Dan Stevens fills the host's chair, presiding over regulars Paul Merton and Ian Hislop and guests Susan Calman and Miles Jupp. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 23:20:00 2014-12-24 00:00:00 \N \N \N S \N 6190 t
+4352 53264 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N S \N 6191 t
+4352 53265 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:30:00 \N \N \N S \N 6192 t
+4352 58133 The Last Volunteer - A Tribute to Henry Allingham eng \N In the closing years of his long life, First World War veteran Henry Allingham tells his story as a tribute to the millions who never returned home from the war. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 10:30:00 2014-12-23 11:00:00 \N \N \N S \N 6193 t
+4352 53266 BBC News eng \N The latest national and international news, plus top interviews and analysis. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N S \N 6194 t
+5760 59365 BBC Introducing Mixtape eng \N Tom Robinson presents a mixtape of his personal selection of tracks from BBC Introducing. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 02:00:00 2014-12-22 03:00:00 \N \N \N \N \N 6196 t
+17664 58742 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 07:15:00 2014-12-24 08:10:00 \N \N \N \N \N 6197 t
+17664 59182 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 08:10:00 2014-12-24 08:40:00 \N \N \N \N \N 6198 t
+17664 59212 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 08:40:00 2014-12-24 09:05:00 \N \N \N \N \N 6199 t
+25728 54486 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N \N \N 6205 t
+22272 64817 Stephen Fry's 100 Greatest Gadgets eng \N The concluding part of Stephen Fry's affectionate guide to glorious gadgets. From the tin opener to the iPod, the practical to the wacky - which will come out on top? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 12:45:00 2014-12-21 14:00:00 \N \N \N S \N 6206 t
+22272 64818 QI eng Birth The chap who has raised the bar for the Renaissance Man, Stephen Fry, chairs a festive version of the high-IQ quiz with guests Alan Davies, Mark Steel, Phill Jupitus and Rich Hall. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:40:00 \N \N \N S \N 6207 t
+22272 64819 QI eng Everything, Etc. Mine of information Stephen Fry is your host for the engagingly erudite quiz show. Regular Alan Davies is joined by Clive Anderson, Jeremy Clarkson and Vic Reeves. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:40:00 2014-12-21 15:20:00 \N \N \N S \N 6208 t
+5760 59336 Steve Lamacq eng \N Steve hosts the final of the One-Hit Wonder World Cup, whittling 16 singles down to one and crowning the winner the ultimate one-hit wonder of all time. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 19:00:00 \N \N \N \N \N 6215 t
+8325 2632 Teleshopping eng \N Shopping from home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 02:30:00 2014-12-20 06:00:00 \N \N \N \N \N 8635 t
+4544 47033 Disco at the BBC eng \N Disco classics from the BBC vaults of Top of the Pops, The Old Grey Whistle Test and Later with Jools, including Chic, Labelle, Rose Royce, and the Village People. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 01:00:00 \N \N \N S \N 6216 t
+4544 46946 The Joy of the Bee Gees eng \N Documentary profile of the Gibb brothers, from child stars on the Australian variety circuit to competitors with the Beatles in the late 60s and disco superstars in the 70s. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:00:00 \N \N \N S \N 6217 t
+4544 46947 The Bee Gees at the BBC... and Beyond eng \N Classic Bee Gees studio performances including rare 60s ones from European TV, the big hits of the 70s and some late performances from the 90s, with the trio in perfect harmony. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:00:00 \N \N \N S \N 6218 t
+4352 53154 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 21:00:00 2014-12-20 21:30:00 \N \N \N S \N 6221 t
+4352 53155 Our World eng A Good Man in Rwanda Featuring news on issues around the world. Mark Doyle returns to Rwanda to piece together the remarkable story of an unsung hero, Captain Mbaye Diagne. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 21:30:00 2014-12-20 22:00:00 \N \N \N S \N 6222 t
+4352 53156 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:30:00 \N \N \N S \N 6223 t
+4352 53157 The Papers eng \N No need to wait to see what's in the papers - a lively and informed conversation about the next day's headlines. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 22:30:00 2014-12-20 22:45:00 \N \N \N S \N 6224 t
+4352 53158 Reporters eng \N A weekly programme of stories filed by BBC reporters from all over the world, ranging from analyses of major global issues to personal reflections and anecdotes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 22:45:00 2014-12-20 23:00:00 \N \N \N S \N 6225 t
+4352 53159 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:30:00 \N \N \N S \N 6226 t
+4352 53160 The Papers eng \N No need to wait until tomorrow morning to see what's in the papers - tune in to BBC News and hear a lively, informed and engaging conversation about the next day's papers. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 23:30:00 2014-12-20 23:45:00 \N \N \N S \N 6227 t
+4352 53161 The Film Review eng \N Mark Kermode gives his unique take on the best and worst of the week's film and DVD releases, with Gavin Esler. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:45:00 2014-12-21 00:00:00 \N \N \N S \N 6228 t
+5696 40159 Coming up on 5 live sports extra eng \N Coming up at 1.55pm, rugby union commentary on Wasps v London Irish from the Aviva Premiership. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:55:00 \N \N \N \N \N 6229 t
+5696 40160 Rugby Union eng \N 5 live sports extra joins BBC local radio for live rugby union commentary from the Aviva Premiership as Wasps face London Irish. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-21 13:55:00 2014-12-21 16:00:00 \N \N \N \N \N 6230 t
+4608 36320 Dani's Castle eng Bogmoor FM Comedy series. Rich comes up with a truly brilliant business idea for the castle when he enlists the help of the gang to establish their own radio station. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:30:00 1 13 \N S \N 6233 t
+4608 36321 Dani's Castle eng The Beast of Bogmoor Kaitlyn enters the annual Bogmoor Fair's Best Fruit and Vegetable Competition, but faces pressure when Rich offers the castle as a venue. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:00:00 2 13 \N S \N 6234 t
+4608 36322 Dani's Castle eng Hey Mr DJ Comedy series. When the ghosts accidentally hijack the radio station's airwaves, Sergeant Major Jimmy is called in. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:25:00 3 13 \N S \N 6235 t
+4608 36323 Dani's Castle eng Don't Tell the Bride Comedy series. Rich decides to rent the castle out as a wedding venue. But first he needs to create a fake wedding for his website. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 13:25:00 2014-12-24 13:55:00 4 13 \N S \N 6236 t
+4608 36324 Dani's Castle eng Boys v Girls Comedy series. Another typical rainy day in Bogmoor has the gang killing time with a quick game of hide-and-freak - which doesn't go quite according to plan. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 13:55:00 2014-12-24 14:25:00 5 13 \N S \N 6237 t
+4608 35953 Dragons - Defenders of Berk eng Race to Fireworm Island Animated series. Snotlout is concerned when his dragon's flame goes out and the kids have to figure out how to reignite it before it is too late. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 14:25:00 2014-12-24 14:45:00 5 20 \N S \N 6238 t
+4608 35951 Arthur eng Muffy Takes the Wheel Animation following the adventures of a young aardvark and his friends. It's the 1st Annual Lakewood Derby, but Muffy's dad takes over her project. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 14:45:00 2014-12-24 15:00:00 \N \N \N S \N 6239 t
+5824 39863 Take It From Here eng \N Pa Glum mediates between Ron and Eth - who gets which presents? Stars Jimmy Edwards and June Whitfield. From December 1953. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N \N \N 6379 t
+7168 34314 CBeebies Christmas Karaoke eng \N Viewers can press the Red Button to sing along with their CBeebies chums. The service features songs from ZingZillas, Something Special and this year's CBeebies Pantomime. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-20 06:00:00 2014-12-20 11:00:00 \N \N \N \N \N 6249 t
+4672 50638 Abadas eng Skis Pop-up book adventures with the curious Abadas - Hari the hippo, Ela the fox and Seren the bat. The Abadas are playing in the mud in the garden. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:10:00 \N \N \N S \N 6251 t
+4672 50639 Bing eng Ice Lolly Children's animation. Bing and Flop buy an ice lolly from Gilly. Before they can eat their lollies, a frog hops into Bing's paddling pool and they go to the rescue. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 09:10:00 2014-12-19 09:15:00 \N \N \N AD,S \N 6252 t
+4672 50640 Bing eng Kite Children's animation. It's a windy day, and Bing wants to fly his Hoppity Voosh kite with Flop. And he wants to do it all by himself. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 09:15:00 2014-12-19 09:25:00 \N \N \N AD,S \N 6253 t
+4672 50641 Mr Bloom: Here and There eng Speed Skating Mr Bloom uses his Log Book and Root Finder to look back at where he's visited in the West Midlands, before going speedskating with all his Tiddler friends. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 09:25:00 2014-12-19 09:40:00 \N \N \N S \N 6254 t
+4672 50642 Woolly & Tig eng Funny Tummy Live-action children's show. When a boy accidentally pushes Tig at nursery school, Tig does not want to go back and gets a pain in her tummy. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 09:40:00 2014-12-19 09:45:00 \N \N \N S \N 6255 t
+6720 64653 Zane Lowe eng \N Zane mixes up the perfect soundtrack to your Christmas Eve. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 21:00:00 \N \N \N \N \N 6346 t
+24032 31296 Teleshopping eng \N Shop for the latest goods from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N \N \N 6348 t
+4672 50643 Something Special: We're All Friends eng Ice Cream Educational series for four- to seven-year-old children with learning difficulties. Justin makes ice cream with Dean and Clayton after seeing where milk comes from. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 09:45:00 2014-12-19 10:05:00 17 25 \N S \N 6256 t
+4672 50644 Little Charley Bear eng Basketball Midge Series about a teddy bear who uses his imagination to go on adventures. Charley gives up trying to throw a basketball through a hoop - it's just too hard. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 10:05:00 2014-12-19 10:15:00 \N \N \N AD,S \N 6257 t
+4672 50756 New eng Let's Play: Christmas Elf Imaginative preschool show. Rebecca steps through the Magic Curtain and arrives at the North Pole on Christmas Eve. Has she got what it takes to be an elf? Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 10:15:00 2014-12-19 10:35:00 1 26 \N S \N 6258 t
+4672 50646 Magic Hands eng My Friendly Shadow Children's sign language poetry series. Ashley has lots of fun with his shadow in Robert Louis Stevenson's My Shadow. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 10:35:00 2014-12-19 10:40:00 15 32 \N S \N 6259 t
+4672 50647 The Lingo Show eng Wei's Buggy Best 3 Children's language programme. Lingo asks Wei to choose his favourite three Big Bug Shows. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 10:40:00 2014-12-19 10:55:00 5 15 \N S \N 6260 t
+4672 50648 Alphablocks eng Train Educational fun. When the Alphablocks go on holiday, a trip on a train is the only way to travel - if only the train would travel somewhere! Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 10:55:00 2014-12-19 11:00:00 \N \N \N S \N 6261 t
+4672 50649 Mister Maker Christmas Around the World eng \N Arts and crafts programme. In this Christmas episode, Mister Maker enjoys fun and festivities on a globetrotting tour. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:20:00 26 26 \N S \N 6262 t
+4672 50650 Melody eng Tiptoe Troll Preschool mixed-media music show. Melody listens to In the Hall of the Mountain King composed by Greig and imagines a story about trolls and stolen treasure. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 11:20:00 2014-12-19 11:30:00 15 20 \N AD,S \N 6263 t
+4672 50651 Big Barn Farm eng Butter Fingers Animated adventures of a group of baby animals who live on Big Barn Farm. The Farmyard Bunch have no end of trouble rolling a milk churn to the farmhouse. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 11:30:00 2014-12-19 11:40:00 15 20 \N S \N 6264 t
+4287 58067 Timmy's Christmas Surprise eng \N CBeebies. Animation. It's Christmas Eve and Timmy and his friends are very excited. But a blizzard outside means that everyone is going to have to have a sleepover at the nursery. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:25:00 \N \N \N AD,S \N 6265 t
+4287 56403 Mouse and Mole at Christmas Time eng \N CBeebies. Animation. Before giving a Twelfth Night party, Mouse makes a snowmole for Mole. In a dream, Snowmole takes him to a land where his every wish is granted. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:25:00 2014-12-20 06:55:00 \N \N \N S \N 6266 t
+4287 56404 Sarah & Duck eng Seacow Snow Trail CBeebies. Animation. Sarah and Duck have received some Christmas presents and are keen to find out who delivered them. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 06:55:00 2014-12-20 07:05:00 \N \N \N AD,S \N 6267 t
+4287 56405 The Cow That Almost Missed Christmas eng \N CBeebies. Animation retelling the story of the nativity from the point of view of a young cow living in a stable in Bethlehem. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 07:05:00 2014-12-20 07:30:00 \N \N \N AD,S \N 6268 t
+4287 56406 A Christmas Panic! eng \N CBBC. Chief and Cowboy are eagerly looking forward to Christmas, but after their fight destroys the Yule Log, Horse decides to cancel all celebrations. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 \N \N \N AD,S \N 6269 t
+4287 57539 Marrying Mum and Dad 3 eng CBBC. Paris Children organise a wedding for their unmarried parents or step-parents. Best friends Asha and Isobel plan a wedding in Paris for Asha's unsuspecting parents. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:30:00 2 10 \N S \N 6270 t
+4287 57540 Junior MasterChef eng 2014 - Semi-Finals CBBC. Series looking for the country's best young cook. The final four contestants must complete four basic tasks in the quickest time possible. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 8 10 \N S \N 6271 t
+28480 8026 Frances and Friends eng \N Talk show hosted by Frances Swaggart, covering current events from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 23:00:00 \N \N \N \N \N 6272 t
+28480 8027 Crossfire Service eng \N Services targeted to teenagers and young adults. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 6273 t
+7168 34340 Friday Night is Music Night eng \N Jeremy Vine presents the Friday Night Is Music Night Christmas Spectacular with favourite Christmas music, poetry and readings and an all-star cast. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 20:15:00 2014-12-22 00:00:00 \N \N \N \N \N 6274 t
+27168 59392 Skint eng \N Skint tells the intimate stories of people living with the effects of long-term unemployment in one of Britain's most deprived areas, East Marsh in Grimsby. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-20 00:05:00 2014-12-20 01:05:00 \N \N \N S \N 6275 t
+27168 59393 Alan Carr eng Chatty Man Alan is joined by guests Gemma Arterton, Brendan O'Carroll and Greg Davies, while music is from Tom Odell, who performs Real Love. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 01:05:00 2014-12-20 02:05:00 \N \N \N S \N 6276 t
+27168 59394 Ramsay's Kitchen Nightmares USA eng \N Gordon Ramsay heads to Beaver, Pennsylvania, where he finds a brother-and-sister team who are unable to work together in a positive manner at Italian restaurant Levanti's. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-20 02:05:00 2014-12-20 02:55:00 \N \N \N S \N 6277 t
+27168 59395 Posh Pawn at Christmas eng \N In this Christmas Special, James shocks the team by offering free valuations for charity. Caprice sells a designer dress for a worthy cause. And the staff prepare for their Christmas party. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-20 02:55:00 2014-12-20 03:50:00 \N \N \N S \N 6278 t
+4544 47197 This Is BBC Four eng \N BBC Four is the BBC channel for people who want more. More depth, more range, more to stimulate the mind. More daily from 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 03:50:00 2014-12-24 05:30:00 \N \N \N \N \N 6282 t
+4544 45519 This Is BBC Four eng \N BBC Four is the BBC channel for people who want more. More depth, more range, more to stimulate the mind. More daily from 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 05:30:00 2014-12-24 18:58:00 \N \N \N \N \N 6283 t
+28352 2246 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 6284 t
+28352 2247 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 13:00:00 2014-12-21 13:30:00 \N \N \N \N \N 6285 t
+28352 2248 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 13:30:00 2014-12-21 14:00:00 \N \N \N \N \N 6286 t
+28352 2249 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N \N \N 6287 t
+5952 53436 Nihal eng \N Discussion and debate on the big issues affecting British Asians. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 13:00:00 \N \N \N \N \N 6288 t
+4672 51873 The Adventures of Abney and Teal eng CBeebies Bedtime Hour. Frogs Animated adventures. A thunderstorm brings some visitors to the Island. Abney and Teal love their new friends, but Neep is not so sure. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:10:00 \N \N \N AD,S \N 6289 t
+4672 51874 64 Zoo Lane eng CBeebies Bedtime Hour. The Story of Doris's Precious Things Doris upsets the other animals when she takes things that they need. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 18:10:00 2014-12-21 18:20:00 \N \N \N S \N 6290 t
+4672 51875 In the Night Garden eng CBeebies Bedtime Hour. Makka Pakka Gets Lost In a magical forest, colourful characters have adventures. Makka Pakka goes through the garden looking for stones but gets lost. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 18:20:00 2014-12-21 18:50:00 \N \N \N S \N 6291 t
+4672 51876 CBeebies Christmas Bedtime Stories eng CBeebies Bedtime Hour. The Very Snowy Christmas An exciting story read by a special guest. Bernard Cribbins reads The Very Snowy Christmas, by Diana Hendry. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 18:50:00 2014-12-21 18:58:00 \N \N \N S \N 6292 t
+4672 49156 This is CBeebies! eng \N CBeebies is the BBC channel for under sixes, encouraging children to learn through play. You can join the fun every day from 6.00am to 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 18:58:00 2014-12-22 05:30:00 \N \N \N \N \N 6293 t
+27456 45312 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 12:00:00 2014-12-21 12:30:00 \N \N \N \N \N 6298 t
+27456 45313 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:00:00 \N \N \N \N \N 6299 t
+27456 45314 News Weekly eng \N The week's most important news review. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 13:00:00 2014-12-21 13:45:00 \N \N \N \N \N 6300 t
+27456 45315 Venture Capital eng \N Weekly business programme hosted by Katie Pilbeam covering the most important and interesting events in the world of business. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 13:45:00 2014-12-21 14:00:00 \N \N \N \N \N 6301 t
+27456 45316 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:30:00 \N \N \N \N \N 6302 t
+27456 45317 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 14:30:00 2014-12-21 15:00:00 \N \N \N \N \N 6303 t
+27744 42069 NCIS eng \N Spin off series of the highly successful JAG, featuring crimes concerning Navy personnel. The team take on an unusual case of a supposed murdered petty officer whose 'death' was recorded./23 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 12 \N \N \N 2 6305 t
+27744 42070 NCIS eng \N Special Agent Gibbs leads his NCIS Team of investigators in the world of military crime. The meat puzzle involves chunks of bodies turning up, and Ducky might be next!/23 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 13 \N \N \N 2 6306 t
+27744 42071 The High Chaparral eng \N The Cannon family fight to establish a ranch in the Arizona territory of the 1870s. Big John Cannon is unceasing in his determination to carve a life in the untamed west. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N \N \N 6307 t
+26240 11721 Sunday afternoon with Simmo eng \N heat's Sunday afternoon soundtrack is on with Simmo! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 12:00:00 2014-12-21 16:00:00 \N \N \N \N \N 6313 t
+6784 51889 Big Band, Big Man - The Billy Cotton Story eng Fearne Cotton presents the story of her great-uncle, bandleader Billy Cotton - a WW1 pilot, footballer and philanderer Roy Hudd recreates Billy's lost interviews. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 6316 t
+6784 51890 David Rodigan's Christmas Reggae eng \N David Rodigan brings sunshine to a dark winter's night, presenting a special Christmas playlist of classic roots and reggae. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 6317 t
+6912 55416 Classic Serial eng Anthony Trollope's The Small House at Allington Dramatised by Michael Symmons Roberts. The arrival of the handsome Adolphus Crosbie causes quite a stir at Allington. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 1 3 \N \N \N 6320 t
+6912 55114 Open Book eng Christmas Writings Mariella Frostrup and guests explore some the best contemporary writing about Christmas, from Sue Townsend to Nancy Mitford to Jonathan Franzen. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:30:00 \N \N \N \N \N 6321 t
+6912 55421 Suppose I Lose It eng \N Now in her 80s, Joan Bakewell admits she is becoming more forgetful. But is this a normal part of ageing, or dementia? And what might she expect and how she should prepare? \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:40:00 \N \N \N \N \N 6323 t
+6912 56306 From Fact to Fiction eng \N Topical drama. Writers create a fictional response to a story in the week's news. By Marcy Kahan. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 17:40:00 2014-12-21 17:54:00 1 8 \N \N \N 6324 t
+6912 55118 Shipping Forecast eng \N The latest shipping forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 17:54:00 2014-12-21 17:57:00 \N \N \N \N \N 6325 t
+6912 55119 Weather eng \N The latest weather forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 17:57:00 2014-12-21 18:00:00 \N \N \N \N \N 6326 t
+6016 40080 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:05:00 \N \N \N \N \N 6329 t
+6016 40081 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 03:05:00 2014-12-21 03:32:00 \N \N \N \N \N 6330 t
+6016 40082 In the Balance eng \N The Business Daily team looks behind the headlines to find out what's really going on in this changing global economy. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 03:32:00 2014-12-21 04:00:00 \N \N \N \N \N 6331 t
+6016 40090 The Why Factor eng \N The extraordinary and hidden histories behind everyday objects and actions. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 05:32:00 2014-12-21 05:50:00 \N \N \N \N \N 6333 t
+6016 40091 Sporting Witness eng \N The inside and personal story of the key sporting moments from Olympic history. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 05:50:00 2014-12-21 06:00:00 \N \N \N \N \N 6334 t
+28512 692 Meet Someone New Today eng \N Put your flirting to the test and meet thousands of hopefuls, for fun, friendship and more. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 18:00:00 \N \N \N \N \N 6336 t
+32896 8595 The Yogi Bear Show eng \N Yogi and Boo Boo win a trip to Hawaii on a television game show. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:15:00 \N \N \N \N \N 6337 t
+32896 8596 Rekkit Rabbit eng \N Jay plans a surprise party for his buddy. Unfortunately, Rekkit mistakes Jay's sneaking around preparing for the party as Jay is trying to get rid of him. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 06:15:00 2014-12-22 06:30:00 \N \N \N \N \N 6338 t
+32896 8597 Invisible Network Of Kids eng \N Macbeth hypnotizes Soper by using the psychedelic patterns on a pair of butterfly wings. With the school principal incapacitated, she's now free to impose her own brand of discipline on the kids! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 06:30:00 2014-12-22 07:00:00 \N \N \N \N \N 6339 t
+32896 8598 Scaredy Squirrel eng \N Scaredy battles a mould that everyone else in Balsa has fallen in love with. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:15:00 \N \N \N \N \N 6340 t
+32896 8599 Scaredy Squirrel eng \N When the Stash N' Hoard is deemed un-hip by a TV trend setter Scaredy has to save the store from being closed. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 07:15:00 2014-12-22 07:30:00 \N \N \N \N \N 6341 t
+32896 8600 Slugterra eng When even Kord can't find a way to fix what's wrong with the new upgrades to the Shane Gang's Mecha Beasts, it's time to go to the source the wondrous Mecha Forge! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 07:30:00 2014-12-22 08:00:00 \N \N \N \N \N 6342 t
+32896 8601 Yu-Gi-Oh! ZEXAL eng \N Yuma gets set to take on the best duellists from around the world. That is, until he realizes he never entered! Can Yuma figure out a way to join the Carnival? \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N \N \N 6343 t
+32896 8602 Power Rangers Super Megaforce eng \N The Alien Armada comes to Earth; Gosei upgrades the Teens into Super Megaforce Rangers. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N \N \N 6344 t
+41104 19994 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 13:00:00 2014-12-21 17:00:00 \N \N \N \N \N 6345 t
+5632 36312 5 live Sport eng \N A look at how cricket helped Sri Lanka recover from the tsunami in south east Asia ten years ago. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 6380 t
+4736 62962 Westminster in Review eng \N Alicia McCarthy presents a review of the parliamentary highlights at Westminster since September. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N \N \N 6349 t
+6720 64396 MistaJam eng \N MistaJam spins your Old Skool requests. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 22:00:00 \N \N \N \N \N 6351 t
+5824 39113 Thackeray - The Rose and the Ring eng \N Unable to find any entertainment, Thackeray invents his own pantomime - a story of kings, princesses, lions and battles. Stars Prunella Scales and Maureen Lipman. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 1 2 \N \N \N 6352 t
+5824 38830 The 4 O'Clock Show eng \N Mel Giedroyc is joined by Fred MacAulay for the next episode in our quiz Keep It in the Family, and we go to the hidden world above and below Central Station in Glasgow. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N \N \N 6353 t
+5824 38831 The Enchanting World of Hinge and Bracket eng French Week in Stackton A Gallic visitor allows Hilda to rehearse her language skills. Stars Dr Evadne Hinge and Dame Hilda Bracket. From 1977. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 11 13 \N \N \N 6354 t
+5824 39261 Bristow eng The Girl in the Yellow Overcoat It's the office party and Jones thinks all his Christmases have come at once. Stars Michael Williams. From December 1999. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 17:30:00 2014-12-23 17:55:00 \N \N \N \N \N 6355 t
+5824 39188 Kenny Everett - Captain Kremmen eng Inside the Thing Donning spacesuits, Kremmen and Carla tread boldly to investigate the mysterious thing. Kenny Everett's 1970s sci-fi serial. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 17:55:00 2014-12-23 18:00:00 2 25 \N \N \N 6356 t
+4170 51752 Bargain Hunt eng Oswestry Antiques show. Tim Wonnacott and the team are at Shropshire's Oswestry Showground, with antiques experts Kate Bliss and Christina Trevanion. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N S \N 6359 t
+4170 51723 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N S \N 6360 t
+4170 52883 Look North eng \N The latest news, sport and weather for Yorkshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:30:00 2014-12-22 13:45:00 \N \N \N S \N 6361 t
+4170 56429 The Chronicles of Narnia eng Prince Caspian Children's fantasy sequel starring Liam Neeson and Eddie Izzard. The four siblings return to Narnia, only to discover that an evil king now reigns over the land. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 13:45:00 2014-12-22 16:00:00 \N \N 2008 AD,S \N 6362 t
+4288 42713 Bluestone 42 Christmas Special eng \N It's Christmas and new team member Corporal House is thrown in at the deep end. The team plan a nativity play. Contains adult humour and very strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 00:05:00 2014-12-24 00:35:00 \N \N \N AD,S \N 6363 t
+4288 42970 Him & Her eng The Christmas Special Comedy going behind the bedroom doors of today's 20-somethings. It's Christmas Day, and Steve's got a surprise visitor. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 00:35:00 2014-12-24 01:05:00 7 7 \N AD,S \N 6364 t
+4288 42714 Some Girls eng \N Comedy series about a group of teenage girls. Amber is in charge of the girls' prom night plans and ropes Viva in to organise the decorations. Contains strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 01:05:00 2014-12-24 01:35:00 6 6 \N S \N 6365 t
+4288 42971 The Revolution Will Be Televised eng \N Satirical comedy. Dale Maily struggles with same-sex marriage in New York but feels at home with anti-abortionists in Texas. Contains adult humour and some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 01:35:00 2014-12-24 02:05:00 5 7 \N S \N 6366 t
+4288 42972 The Revolution Will Be Televised eng \N Dale Maily files a report from New Orleans, the home of jazz. Street magician Alternator tricks unsuspecting gamblers in Vegas. Contains adult humour and strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 02:05:00 2014-12-24 02:30:00 6 7 \N S \N 6367 t
+4288 42973 Bluestone 42 Christmas Special eng \N It's Christmas and new team member Corporal House is thrown in at the deep end. The team plan a nativity play. Contains adult humour and very strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 02:30:00 2014-12-24 03:00:00 \N \N \N AD,S \N 6368 t
+5888 51930 Toddla T eng \N Stormzy joins Toddla for T Time and there is a guest mix from Complexion. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 04:00:00 \N \N \N \N \N 6375 t
+5824 38711 Just a Girl - Omnibus eng \N How would you cope if your child was born into the wrong body? Powerful new drama by Mark Davies Markham. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:15:00 \N \N \N \N \N 6376 t
+5824 38402 The Lady Detectives eng Mr Bovey's Unexpected Will, by L Meade Victorian detective Florence Cusack investigates a man whose fate depends on his weight in gold. Stars Elizabeth Conboy. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-20 13:15:00 2014-12-20 14:00:00 2 4 \N \N \N 6377 t
+5824 39862 The Goon Show eng Operation Christmas Duff With a festive pudding shortage for forces overseas, Neddie Seagoon takes action. Starring Spike Milligan. From December 1956. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N \N \N 6378 t
+5632 36315 Nihal eng \N The big stories of the day as Nihal sits in, plus the latest news and sport and a look ahead to what is expected to be making headlines tomorrow. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 22:30:00 2014-12-24 01:00:00 \N \N \N \N \N 6382 t
+23184 17532 Conan eng \N Hit US late night chat show, hosted by the spontaneous comedian Conan O'Brien who combines the lewd and wacky with top celebrity interviews. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 01:00:00 \N \N \N \N \N 6383 t
+23184 17533 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:30:00 \N \N \N \N \N 6384 t
+23184 17534 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 01:30:00 2014-12-24 02:00:00 \N \N \N \N \N 6385 t
+23184 17535 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:30:00 \N \N \N \N \N 6386 t
+23184 17536 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 02:30:00 2014-12-24 03:00:00 \N \N \N \N \N 6387 t
+4287 57577 Mary Berry's Absolute Christmas Favourites eng \N Mary Berry shows how to prepare for the festive season with dishes including horseradish mustard beef and chocolate mousse cake. She also visits a stilton factory. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-22 06:25:00 2014-12-22 06:55:00 1 2 \N AD,S,SL \N 6388 t
+4287 57578 Mary Berry's Absolute Christmas Favourites eng \N Mary Berry shares recipes for a stress-free Christmas Day, including mini filo beef wellington canapes and the all-important turkey crown with all the trimmings. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-22 06:55:00 2014-12-22 07:25:00 2 2 \N AD,S,SL \N 6389 t
+6016 40094 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:05:00 \N \N \N \N \N 6494 t
+4287 55531 Canterbury Cathedral eng Not Set in Stone A year in the life of Canterbury Cathedral. Justin Welby celebrates his first Christmas as archbishop and the Great South Window is removed for restoration. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-22 07:25:00 2014-12-22 08:25:00 1 3 \N AD,S \N 6390 t
+4287 55532 The Bishop's Wife eng \N Charming family comedy drama about an angel who assumes human form to help a bishop repair his marriage and build his dream cathedral. [B&W, 1947] \N 0 25 f 1 eng eng 1 0 0 \N 2014-12-22 08:25:00 2014-12-22 10:10:00 \N \N \N S \N 6391 t
+22226 6170 TNA Impact Specials eng All Time Best, Part 1 A look at the biggest matches in TNA's history, including Kurt Angle v Samoa Joe in 2008 and Hulk Hogan and Abyss v Ric Flair and AJ Styles in 2010. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 00:15:00 2014-12-24 02:10:00 \N \N \N \N \N 6394 t
+22226 6171 Supermarket Sweep eng \N Dale Winton hosts this supermarket-based favourite. The next time you're at the checkout counter and you hear the beep... \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 02:10:00 2014-12-24 02:40:00 \N \N \N S \N 6395 t
+22226 6174 Supermarket Sweep eng \N Dale Winton hosts this supermarket-based favourite. The next time you're at the checkout counter and you hear the beep... \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 02:40:00 2014-12-24 03:10:00 \N \N \N S \N 6396 t
+5888 52024 Trevor Nelson eng \N 1Xtra's film reviewer Rhianna tells Trevor about her ultimate list of Christmas movies. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 12:45:00 \N \N \N \N \N 6397 t
+6848 61280 Composer of the Week eng Antonio Vivaldi (1678-1741). Opera Impresario Donald Macleod with music from two of Vivaldi's earliest successful operatic productions which opened up new job opportunities. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 2 5 \N \N \N 6398 t
+6848 61139 Radio 3 Lunchtime Concert eng \N Schwarzenberg Schubertiade 2014. Tenor Mark Padmore features in Schumann's Dichterliebe and pieces by Haydn. Plus Till Fellner performing Haydn's Piano Sonata in D, H XVI 37. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 2 5 \N \N \N 6400 t
+6848 61140 Afternoon on 3 eng Simon Rattle Conducts Brahms and Schumann. The Berlin Philharmonic under Simon Rattle in Schumann Symphony No 2 and Brahms: Symphony No 2. Plus Rameau: Zais (Act 2). \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 14:00:00 2014-12-23 16:30:00 2 4 \N \N \N 6401 t
+13120 7352 Links of London eng \N QVC are proud to present an hour of Links of London. This renowned brand showcases contemporary classics and fashion must-haves for every jewellery wardrobe. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 00:00:00 2014-12-20 01:00:00 \N \N \N \N \N 6402 t
+13120 7353 Jewellery Gift Ideas ft Links eng \N Discover our wide selection of jewellery designs and find the perfect present for someone special. This show features top brand Links of London. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:00:00 \N \N \N \N \N 6403 t
+13120 8562 Hi-Tech Toys & Electronic Gifts eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! Find your perfect electrical gifts here! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:00:00 \N \N \N \N \N 6404 t
+4352 53267 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N S \N 6405 t
+4352 53268 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N S,SL \N 6406 t
+4352 53269 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 \N \N \N S \N 6407 t
+4352 53270 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N S \N 6408 t
+4352 58135 Review 2014 eng The Year In Books Meet the Author's Nick Higham looks back at the books that have graced the shelves this year, talking to the authors and revealing the stories behind the stories. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N S \N 6409 t
+5760 59366 6 Music Live Hour eng Chris Hawkins presents recordings from the BBC's archive of live music, including Judee Sill at the Paris Theatre in London in 1972 and sessions from Big Black and Alto 45. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 03:00:00 2014-12-22 04:00:00 \N \N \N \N \N 6410 t
+5760 59367 25 Years of Rock eng 1974 Stuart Grundy presents a series looking back on the events and music of each year from 1955 to 1979, featuring archive recordings and news read by Bill Bingham. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 04:00:00 2014-12-22 05:00:00 20 30 \N \N \N 6411 t
+5760 59368 Chris Hawkins eng \N One happy listener gets a song they love on the radio in the 5.15 Request. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 05:00:00 2014-12-22 07:00:00 \N \N \N \N \N 6412 t
+5632 36215 Up All Night eng \N News, interviews and stories from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 01:00:00 2014-12-20 05:00:00 \N \N \N \N \N 6413 t
+20352 60715 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 07:00:00 2014-12-24 12:00:00 \N \N \N \N \N 6414 t
+24016 12902 Epicentre eng \N When an earthquake hits LA, an FBI agent and her witness must fight their way through the ravaged city streets while being pursued by ruthless assassins and corrupt cops. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 21:00:00 2014-12-23 23:00:00 \N \N 2000 \N \N 6415 t
+24016 12903 Volcano in New York eng \N Illegal experimentation accidentally rips open a previously unknown hidden magma reserve directly under Manhattan! This leaves an unlikely couple to avert total destruction. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:50:00 \N \N 2006 \N \N 6416 t
+14688 11630 The No Repeat Guarantee eng \N Andy Bush brings you the No Repeat Guarantee - loads of great music and you'll never hear the same song twice. Text now on 81215 (50p + n/wk chrg) or email via the website at absol \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 10:00:00 2014-12-24 14:00:00 \N \N \N \N \N 6417 t
+23296 5850 Fast and Fun eng \N The fastest gay dating around. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-24 00:00:00 \N \N \N \N \N 6418 t
+22656 895 The Kerrang! Magazine Show with Katie P eng \N Another chance to hear Katie P's Kerrang! Magazine Show, giving you a fast paced insight into the world's biggest selling weekly rock magazine! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 22:00:00 2014-12-24 01:00:00 \N \N \N \N \N 6419 t
+4170 49774 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 10:00:00 \N \N \N S \N 6420 t
+22784 786 Kisstory Night eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 22:00:00 2014-12-24 00:00:00 \N \N \N \N \N 6421 t
+4288 41805 Sherlock eng His Last Vow Contemporary crime drama. Through a case of stolen letters, Sherlock encounters Charles Augustus Magnussen, king of blackmail and the one man he truly hates. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 21:05:00 2014-12-20 22:35:00 3 3 \N AD,S \N 6422 t
+4288 41806 Live at the Apollo eng \N Stand-up comedy from the Hammersmith Apollo. Jon Richardson introduces sets from Sara Pascoe and Nathan Caton. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 22:35:00 2014-12-20 23:05:00 4 6 \N S \N 6423 t
+4288 41807 Family Guy eng He's Bla-ack! Animated comedy series. Cleveland returns to Quahog and is banned from spending time with Peter when Lois and Donna have a fight. Contains adult humour. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:05:00 2014-12-20 23:30:00 20 21 \N S \N 6424 t
+15232 18881 ..programmes start at 12.00am. eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 04:00:00 2014-12-21 00:00:00 \N \N \N \N \N 7709 t
+4288 41808 Family Guy eng Mr Griffin Goes to Washington Animated comedy series. When Happy-Go-Lucky Toys is purchased by a tobacco conglomerate, Peter becomes a DC lobbyist. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:30:00 2014-12-20 23:50:00 3 22 \N S \N 6425 t
+24352 30958 Michael Palin: Around the World in 80 Days eng Far East and Farther East In Shanghai, Michael Palin gets some herbal remedies to help him on the rest of his trip. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 6427 t
+24352 31256 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 22:00:00 2014-12-24 06:00:00 \N \N \N \N \N 6428 t
+23120 20474 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 6429 t
+23120 20472 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 6430 t
+23120 20473 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 6431 t
+5696 40161 Coming up on 5 live sports extra eng \N Coming up at 2.55pm on Boxing Day, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-21 16:00:00 2014-12-21 20:00:00 \N \N \N \N \N 6432 t
+4608 65466 Sidekick eng Gone Gaga Animated series. Eric's new super-goggles make everybody fall in love with him - and he can't take them off! Also in HD. Followed by Minuscule. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:15:00 \N \N \N AD,S \N 6434 t
+4608 36604 League of Super Evil eng The Night Before Chaos-mas Animated series about four bumbling super-villains. LOSE run afoul of Kinder Kreep, an evil holiday elf, when they attempt to impersonate the imp. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 15:15:00 2014-12-24 15:25:00 \N \N \N S \N 6435 t
+4608 35954 Operation Ouch! eng \N The doctors take a super close-up look at how the eye works and Dr Chris finds out what body fat does - by looking at some of his own under a microscope. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 15:25:00 2014-12-24 16:00:00 3 11 \N S,SL \N 6436 t
+4608 35955 All at Sea eng Statues Charlie and his family run a bed and breakfast by the sea. When Ben takes up a career as a human statue, Charlie tries to bring in more cash by 'borrowing' a real one. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N AD,S \N 6437 t
+4608 36326 4 O'Clock Club eng Choir When Dexter starts a choir, Josh thinks it is the lamest thing in the world - until Rachel joins and Josh decides it is the perfect way to get close to her. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 6 13 \N S \N 6438 t
+4608 36327 Nowhere Boys eng \N Drama series. Felix inadvertently discovers that all the boys possess magical abilities after a swarm of malevolent bees attack them in their secret hideout. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:25:00 5 13 \N AD,S \N 6439 t
+4608 36508 A Christmas Panic! eng \N Chief and Cowboy are eagerly looking forward to Christmas, but after their fight destroys the Yule Log, Horse decides to cancel all celebrations. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 17:25:00 2014-12-24 17:55:00 \N \N \N AD,S \N 6440 t
+4608 36509 Mr Stink eng \N Comedy drama about an unhappy schoolgirl who befriends a homeless man. The friendship leads her to Downing Street and brings her dysfunctional family back together. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 17:55:00 2014-12-24 18:58:00 \N \N \N AD,S \N 6441 t
+22624 40495 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 6442 t
+22624 40496 Relax With Insight eng \N RNIB's Insight Radio - Relax with great music to end the day \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 6443 t
+23280 5855 Speed Dating eng \N It's fun, it's fast, don't miss out. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-24 00:00:00 \N \N \N \N \N 6444 t
+6016 40027 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:05:00 \N \N \N \N \N 6451 t
+6016 40028 Sportsworld eng \N Live sport from around the world with news, interviews and analysis. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 15:05:00 2014-12-20 16:00:00 \N \N \N \N \N 6452 t
+6016 40029 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:05:00 \N \N \N \N \N 6453 t
+6016 40030 Sportsworld eng \N Live sport from around the world with news, interviews and analysis. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 16:05:00 2014-12-20 17:00:00 \N \N \N \N \N 6454 t
+6016 40031 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:05:00 \N \N \N \N \N 6455 t
+6016 40032 Sportsworld eng \N Live sport from around the world with news, interviews and analysis. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 17:05:00 2014-12-20 18:00:00 \N \N \N \N \N 6456 t
+5952 53438 Noreen Khan eng \N A festive special featuring the best of Noreen's Fabulous Women, including actress Nina Wadia and civil rights champion Shami Chakrabarti. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 17:00:00 \N \N \N \N \N 6463 t
+5696 40123 Coming up on 5 live sports extra eng \N Coming up at 7.40pm , rugby union commentary from the Aviva Premiership as Sale face Exeter. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-19 12:00:00 2014-12-19 18:00:00 \N \N \N \N \N 6469 t
+6784 51815 After Midnight eng \N Music and conversation after midnight with OJ Borg, featuring Record and Album of the Week. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 03:00:00 \N \N \N \N \N 6476 t
+6912 55120 Six O'Clock News eng \N The latest national and international news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:15:00 \N \N \N \N \N 6477 t
+6912 55121 Pick of the Week eng \N Gary O'Donoghue chooses his BBC Radio highlights. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 18:15:00 2014-12-21 19:00:00 \N \N \N \N \N 6478 t
+6912 55122 The Archers eng \N There is a crisis at Brookfield, and Helen brings a ray of hope. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:15:00 \N \N \N \N \N 6479 t
+6912 55123 The Rest Is History eng \N Frank Skinner and his guests explore funny, odd and interesting moments in history. With historian Dr Kate Williams, plus John Lloyd and Katy Brand. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 19:15:00 2014-12-21 19:45:00 2 6 \N \N \N 6480 t
+6912 55424 Goodnight, Vienna eng \N Short stories about Austria's capital city. The Last Train, by Jo Baker. Vienna 1939. Leah is hurried through the streets by her mother to catch the last Kindertransport. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 19:45:00 2014-12-21 20:00:00 1 3 \N \N \N 6481 t
+6912 55125 Feedback eng \N Radio 4's forum for comments, queries, criticisms and congratulations. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-21 20:00:00 2014-12-21 20:30:00 \N \N \N \N \N 6482 t
+6912 55126 Last Word eng \N Obituary series, analysing and celebrating the life stories of people who have recently died. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 20:30:00 2014-12-21 21:00:00 \N \N \N \N \N 6483 t
+17472 53572 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 01:20:00 2014-12-20 02:20:00 \N \N \N \N \N 6487 t
+17472 49126 eng \N \N \N \N \N \N \N \N eng 0 0 0 \N 2014-12-20 02:20:00 2014-12-20 06:00:00 \N \N \N \N \N 6488 t
+6016 40092 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:05:00 \N \N \N \N \N 6492 t
+6016 40093 Weekend eng \N News and current affairs, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 06:05:00 2014-12-21 07:00:00 \N \N \N \N \N 6493 t
+6016 40095 Weekend eng \N News and current affairs, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 07:05:00 2014-12-21 08:00:00 \N \N \N \N \N 6495 t
+6016 40096 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:05:00 \N \N \N \N \N 6496 t
+6016 40097 Weekend eng \N News and current affairs, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 08:05:00 2014-12-21 08:32:00 \N \N \N \N \N 6497 t
+6016 40098 Outlook eng \N Personal stories behind the news from all over the world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-21 08:32:00 2014-12-21 09:00:00 \N \N \N \N \N 6498 t
+22080 1432 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:30:00 \N \N \N S \N 6499 t
+22080 1434 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:00:00 \N \N \N S \N 6500 t
+22080 1442 Murnaghan eng \N Dermot Murnaghan with the weekend's news and top interviews and debate, plus a review of the day's newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:30:00 \N \N \N S \N 6501 t
+22080 1443 Murnaghan eng \N Dermot Murnaghan with the weekend's news and top interviews and interactive debate. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 10:30:00 2014-12-21 11:00:00 \N \N \N S \N 6502 t
+22080 1444 Murnaghan eng \N Dermot Murnaghan with the weekend's news and top interviews and debate, plus a review of the day's newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 \N \N \N S \N 6503 t
+22080 1447 Murnaghan eng \N Dermot Murnaghan with the weekend's news and top interviews and debate, plus discussion on the sports issues of the day. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:00:00 \N \N \N S \N 6504 t
+4287 57541 Junior MasterChef eng 2014 - Semi-Finals CBBC. Series looking for the country's best young cook. The contestants create their own unique, cocoa creations in the last of the semi-finals. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:30:00 9 10 \N S \N 6505 t
+4287 57542 Junior MasterChef eng 2014 - Final CBBC. Series looking for the country's best young cook. The three final contestants must prepare a three-course menu for the judges. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 10 10 \N S \N 6506 t
+4287 57543 Deadly Pole to Pole: The Complete Journey eng CBBC. Arctic Steve Backshall begins his global journey when he boards an Arctic icebreaker and goes in search of the Arctic's top predator, the polar bear. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:30:00 1 60 \N AD,S \N 6507 t
+4287 55480 Deadly Pole to Pole: The Complete Journey eng CBBC. Somerset Island Steve and the crew continue on their epic Pole to Pole journey and head south to Somerset Island high in the Canadian Arctic. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 10:30:00 2014-12-20 11:00:00 2 60 \N AD,S \N 6508 t
+4287 57912 Celebrity Antiques Road Trip eng \N Celebrity TV couple Fern Britton and Phil Vickery go antique bargain hunting. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 1 20 \N S \N 6509 t
+6720 64654 BBC Radio 1 and 1Xtra's Stories eng Radio 1's Movie Show with Rhianna Rhianna looks back on the biggest films of 2014, takes a look at what is on over Christmas and previews 2015. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 6514 t
+6720 64442 Phil Taggart eng \N Phil Taggart sits in for Huw Stephens with your late-night new music fix. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 22:00:00 2014-12-25 01:00:00 \N \N \N \N \N 6515 t
+16208 36998 The Sally Lockhart Mysteries eng The Shadow in the North Billie Piper stars in the superb drama adapted from Philip Pullman's novel. Sally Lockhart sets out to prove a nefarious industrialist guilty of corruption. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-23 19:00:00 2014-12-23 21:00:00 \N \N \N S \N 6516 t
+4736 62963 First World War BOOKtalk eng \N Mark D'Arcy in discussion with Keith Simpson, Gisela Stuart and Sir Menzies Campbell. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:25:00 \N \N \N \N \N 6517 t
+4736 62964 Prime Minister's Questions eng \N Recorded coverage of questions in the House of Commons to prime minister David Cameron from Wednesday 17 December. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 15:25:00 2014-12-22 16:00:00 \N \N \N \N \N 6518 t
+14720 1724 Margherita Taylor eng \N Margherita Taylor relaxes you into your Sunday with more music variety. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 12:00:00 2014-12-21 16:00:00 \N \N \N \N \N 6697 t
+4736 62965 David Davis Lecture eng \N David Davis delivers a lecture on Parliament and Liberty in the State Apartments of the Palace of Westminster, from Wednesday 22 October. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:45:00 \N \N \N \N \N 6519 t
+4736 62966 Scottish First Minister's Questions eng \N Recorded coverage of questions in the Scottish Parliament to first minister Nicola Sturgeon from Thursday 18 December. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 16:45:00 2014-12-22 17:15:00 \N \N \N \N \N 6520 t
+4736 62967 Mayor's Question Time eng \N Highlights of questions to mayor of London Boris Johnson in the London Assembly, from Wednesday 17 December. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 17:15:00 2014-12-22 18:15:00 \N \N \N \N \N 6521 t
+27328 17230 Baker & Kelly's V.S.P.O eng \N Ex-Liverpool star Dominic Matteo joins Dannys Baker and Kelly for an hour of unscripted entertainment, original features and spontaneous wit driven by our unique hosts. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 6525 t
+27328 17231 Premier League World eng \N A round-up of all the news from the Barclays Premier League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N \N \N 6526 t
+27328 17232 Bundesliga Review eng \N The best of the latest action from the top flight of Germany as Bayern Munich look to make it a hat-trick of consecutive titles. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:30:00 \N \N \N \N \N 6527 t
+27328 17450 BTSP eng \N For the full SP of all things BT Sport there's highlights of the week, what we've learnt from the weekend and what's being said on social media - and you can have your say @btsp. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N \N \N 6528 t
+5824 40000 Chain Reaction eng \N Illusionist Derren Brown talks to comedian Tim Minchin about beliefs, magic and music in the tag-team talk show, where last week's guest is this week's host. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 4 6 \N \N \N 6529 t
+5824 38834 The Tingle Factor eng Ken Russell Film director Ken Russell talks to Jeremy Nicholas about the music that stirs strong emotions, including Elgar. From September 1992. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N \N \N 6530 t
+5824 40024 Blackpool Night eng \N 4 Extra Debut. Morecambe and Wise and Ronnie Hilton head a star-spangled bill from Blackpool's Jubilee Theatre, now sadly demolished. From August 1963. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 6531 t
+5824 38837 Doctor Who: Hornets' Nest eng The Circus of Doom, pt 2 The Time Lord concludes his tale of battling alien bugs in a 19th-century big top. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:30:00 6 10 \N \N \N 6532 t
+5824 39263 Letters to Father Christmas eng \N 4 Extra Debut. Carole Boyd explores the tradition of writing letters to Father Christmas, featuring some by Dickens and Tolkien. From December 2001. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N \N \N 6533 t
+27168 60711 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N \N \N 6534 t
+4170 56430 Cinderella eng \N Animated version of the fairy tale about Cinderella and her stepmother and unpleasant stepsisters. With the voices of Ilene Woods, Eleanor Audley and Verna Felton. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:15:00 \N \N 1950 S \N 6538 t
+4170 56431 Pointless Celebrities eng \N Alexander Armstrong presents a celebrity 1970s edition of the quiz, with contestants including Anna Karen, Sally Thomsett, Ed Stewart, Sally James, Rick Wakeman and Roy Wood. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:15:00 2014-12-22 18:00:00 \N \N \N S \N 6539 t
+4288 42884 Don't Tell the Bride eng Let it Snow! Steve has just three weeks to plan a wedding with an icy twist, theming it around a favourite animated movie, but Emma wants an upmarket wedding to impress her family. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 03:00:00 2014-12-24 04:00:00 \N \N \N S,SL \N 6540 t
+4288 41978 This Is BBC Three eng BBC Three Refreshing TV for the digital age. Tune in daily from 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 04:00:00 2014-12-24 05:30:00 \N \N \N \N \N 6541 t
+4288 39929 This Is BBC Three eng BBC Three Refreshing TV for the digital age. Tune in daily from 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 05:30:00 2014-12-24 18:58:00 \N \N \N \N \N 6542 t
+41056 18058 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 06:01:00 2014-12-22 07:00:00 \N \N \N \N \N 6546 t
+41056 18059 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:05:00 \N \N \N \N \N 6547 t
+41056 18060 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 07:05:00 2014-12-22 08:00:00 \N \N \N \N \N 6548 t
+41056 18061 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N \N \N 6549 t
+41056 18062 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N \N \N 6550 t
+5888 52170 Ace eng \N Anything could happen as Ace sits in for Charlie Sloth. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:45:00 \N \N \N \N \N 6733 t
+25728 54281 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 02:40:00 2014-12-20 06:00:00 \N \N \N \N \N 6555 t
+5632 36317 Up All Night eng \N News, interviews and stories from around the world with Andrew Fletcher. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 01:00:00 2014-12-24 05:00:00 \N \N \N \N \N 6556 t
+4287 55533 Celebrity Antiques Road Trip eng \N Anne Reid and Thelma Barlow, two veteran actresses, take a whistle-stop road trip around Oxfordshire with £400 to invest in antiques with experts Paul Laidlaw and David Harper. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 10:10:00 2014-12-22 11:10:00 3 20 \N S \N 6557 t
+4287 51443 Great Continental Railway Journeys eng Tula to St Petersburg Michael Portillo travels through Russia, visiting the onion domes and icons of Tula and Moscow's Bolshoi Theatre, before exploring the city of St Petersburg. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-22 11:10:00 2014-12-22 12:10:00 \N \N \N AD,S \N 6558 t
+27328 17276 Euroleague Basketball Magazine eng \N All the latest news and action from Europe's premier basketball competition. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:30:00 \N \N \N \N \N 6559 t
+27328 18147 Road to Rio eng \N As the athletes prepare for their defining moment in 2016, BT Sport follows their journey on the road to Rio. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:00:00 \N \N \N \N \N 6560 t
+27328 17869 V8 Supercars Highlights eng \N As Australia's touring car series comes to an end, we review the 2014 season which was held over 14 events and began with Jamie Whincup as the five-time defending champion. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 04:00:00 2014-12-22 06:00:00 \N \N \N \N \N 6561 t
+4544 47034 The Joy of Disco eng \N Documentary. Disco music soundtracked gay liberation, foregrounded female desire in the age of feminism and gave birth to modern club culture. Contains very strong language. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 03:00:00 2014-12-20 04:00:00 \N \N \N S \N 6562 t
+4544 46855 This Is BBC Four eng \N BBC Four is the BBC channel for people who want more. More depth, more range, more to stimulate the mind. More daily from 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 04:00:00 2014-12-20 05:30:00 \N \N \N \N \N 6563 t
+4544 44965 This Is BBC Four eng \N BBC Four is the BBC channel for people who want more. More depth, more range, more to stimulate the mind. More daily from 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 05:30:00 2014-12-20 18:58:00 \N \N \N \N \N 6564 t
+23040 38117 'Twas The Night Before Dinner eng \N Anna Olson, Anthony Sedlak, Ricardo Larrivee, Laura Calder and Bob Blumer come together in an extraordinary Christmas adventure. The chefs treat us to their favourite holiday recipes. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 6570 t
+23040 38118 Barefoot Contessa eng \N Scrumptious cooking series with Ina Garten. Ina prepares a festive food basket for her friends that's packed with juicy delights, including moist cranberry muffins and decadent hazelnut truffles. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N \N \N 6571 t
+23040 38119 Barefoot Contessa eng \N The delightful Ina Garten reveals her cooking secrets. Ina prepares a scrumptious dish to help her friend settle in her new home. And to finish off, she serves up delicious raspberry shortcakes. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N \N \N 6572 t
+23040 38120 Nigella Bites Christmas Special eng \N Domestic goddess Nigella Lawson gives top tips on how to reduce stress levels and increase pleasure over the Christmas period. Who can resist? A feast of festive treats follows. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N \N \N 6573 t
+8385 58147 Fred Claus eng \N Comedy. Vince Vaughn stars as Fred Claus, a slacker who agrees to help his brother Santa (Paul Giamatti) with the Yuletide rush in return for being bailed from jail. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 18:50:00 2014-12-19 21:00:00 \N \N 2007 S \N 6574 t
+12928 42079 The Cabin In The Woods eng \N Satirical horror starring Kristen Connolly and Chris Hemsworth. When five college students travel to a remote cabin for a weekend of fun, they come under attack. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:05:00 \N \N 2012 S \N 6575 t
+12928 42166 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 22:05:00 2014-12-24 22:10:00 \N \N \N \N \N 6576 t
+12928 42167 The Cabin In The Woods eng \N Satirical horror starring Kristen Connolly and Chris Hemsworth. When five college students travel to a remote cabin for a weekend of fun, they come under attack. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 22:10:00 2014-12-24 23:00:00 \N \N 2012 S \N 6577 t
+12928 42080 Escapes From Death eng \N Clip show. A skydiver's tangled canopy sends him plummeting to earth, a store owner goes ballistic at a pair of armed robbers and a storm chaser encounters a deadly tornado. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 6578 t
+5888 52025 Newsbeat eng \N The latest news from around the UK and around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 12:45:00 2014-12-23 13:00:00 \N \N \N \N \N 6579 t
+5888 52026 Sarah-Jane Crawford eng \N Your afternoon fix of big music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 16:00:00 \N \N \N \N \N 6580 t
+6848 61990 Words and Music eng \N Texts and music about parents, with readings by Harriet Walter and James Garnon. Including Larkin, Anna Laetitia Barbauld and Michael Rosen, plus Ligeti, Bach and Tom Lehrer. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:45:00 \N \N \N \N \N 6581 t
+6848 61513 New Generation Artists eng \N Alec Frank-Gemmill, Robin Tritschler, Sean Shibe, Danish String Quartet, Louis Schwizgebel and Zhang Zuo feature in music by Beethoven, Boccherini, Britten and Brahms. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 17:45:00 2014-12-23 19:00:00 \N \N \N \N \N 6582 t
+5760 59337 Tom Ravenscroft eng \N Tom has a seasonal show with specially recorded festive covers, featuring Marika Hackman, Francois & the Atlas Mountains and the Drink. Plus winter tales read by surprise guests. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 22:00:00 \N \N \N \N \N 6587 t
+6912 54659 Gardeners' Question Time eng \N Eric Robson chairs the horticultural panel programme from Dalston. Pippa Greenwood, Christine Walkden and Matthew Wilson answer questions from an audience of local gardeners. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:45:00 \N \N \N \N \N 6591 t
+6912 54936 King Albert's Book eng \N Readings from the 1914 book created as a tribute to the Belgian king and people. Featuring entries from the Earl of Rosebury, Rudyard Kipling and Edith Wharton. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 15:45:00 2014-12-19 16:00:00 1 3 \N \N \N 6592 t
+6912 54661 Last Word eng \N Obituary series, analysing and celebrating the life stories of people who have recently died. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:30:00 \N \N \N \N \N 6593 t
+6912 54662 Feedback eng \N Radio 4's forum for comments, queries, criticisms and congratulations. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-19 16:30:00 2014-12-19 16:55:00 \N \N \N \N \N 6594 t
+6912 54663 The Listening Project eng \N Fi Glover introduces a mother who remembers how her daughter's birthmark affected her early life, and her daughter confirms that her parents were right not to have it removed. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 16:55:00 2014-12-19 17:00:00 \N \N \N \N \N 6595 t
+6912 54664 PM eng \N Eddie Mair presents coverage and analysis of the day's news. Including Weather at 5.57pm. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 6596 t
+16080 14830 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:30:00 \N \N \N \N \N 6597 t
+16080 14831 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 12:30:00 2014-12-22 13:00:00 \N \N \N \N \N 6598 t
+16080 14832 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N \N \N 6599 t
+16080 14833 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N \N \N 6600 t
+16080 14834 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:30:00 \N \N \N \N \N 6601 t
+16080 14835 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 \N \N \N \N \N 6602 t
+8385 60715 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 06:00:00 2014-12-24 11:00:00 \N \N \N \N \N 6604 t
+5952 53393 As BBC Radio 5 live eng \N BBC Asian Network joins BBC Radio 5 live through the night. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 06:00:00 \N \N \N \N \N 6605 t
+5888 51931 1Xtra's Rewind eng Toddla T Another chance to hear Toddla's show from the previous week. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 04:00:00 2014-12-19 07:00:00 \N \N \N \N \N 6606 t
+4352 53271 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N S \N 6607 t
+4352 53272 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N S \N 6608 t
+4352 58142 World War One Beyond the Trenches eng \N The BBC World Service's journalists explore some of the lesser-known World War I tales from Africa, Asia and the Middle East. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 \N \N \N S \N 6609 t
+4352 53273 BBC News at Five eng \N With Huw Edwards. The BBC News at Five with in-depth discussions and analysis as well as breaking news. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N S \N 6610 t
+5760 59369 Shaun Keaveny eng \N Monday sees Shaun after Earworms once more, plus the Small Claims Court is open for business and Matt Everitt has the latest music news. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 07:00:00 2014-12-22 10:00:00 \N \N \N \N \N 6611 t
+7168 34315 CBeebies Christmas Karaoke eng \N Viewers can press the Red Button to sing along with their CBeebies chums. The service features songs from ZingZillas, Something Special and this year's CBeebies Pantomime. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:30:00 \N \N \N \N \N 6612 t
+17920 42965 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:30:00 \N \N \N \N \N 6613 t
+17920 42706 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 03:30:00 2014-12-23 04:00:00 \N \N \N \N \N 6614 t
+17920 41927 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-23 04:00:00 2014-12-23 05:30:00 \N \N \N \N \N 6615 t
+17920 39926 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 05:30:00 2014-12-23 18:58:00 \N \N \N \N \N 6616 t
+25792 52468 Flog It! eng Leicester Charlie Ross and Adam Partridge give some pleasantly surprising valuations - and the occasional underwhelming appraisal - to antiques owners in Leicester. With Paul Martin. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N S \N 6628 t
+25792 53798 Indian Hill Railways eng The Darjeeling Himalayan Railway Affectionate three-part series about India's 'toy trains'. The much-loved Darjeeling Himalayan Railway was the country's very first mountain service. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 6629 t
+25792 53799 Indian Hill Railways eng The Nilgiri Mountain Railway Celebrating the little trains that have trundled up India's hills for over 100 years. The romantic Nilgiri Mountain Railway is popular with honeymooners. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N \N \N 6630 t
+15920 40604 This Is ITV4+1 eng \N This Is ITV4+1. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-22 04:00:00 \N \N \N \N \N 6631 t
+5696 40167 Coming up on 5 live sports extra eng \N Coming up at 2.55pm on Boxing Day, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-21 20:00:00 2014-12-22 00:00:00 \N \N \N \N \N 6632 t
+4608 63329 This is CBBC! eng \N Join the CBBC crew for all your favourite programmes, plus loads more! Tune into CBBC every day from 7.00am to 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 18:58:00 2014-12-25 05:30:00 \N \N \N \N \N 6633 t
+15856 3341 The Real Housewives of Vancouver eng War and Piece of Cake Reality series. Ronnie hosts a glamorous party for Ioulia's birthday but not all of the ladies are invited. Jody plans to ruin Mary's birthday party. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N S \N 6649 t
+15856 3342 The Real Housewives of Vancouver eng \N Reality series. In the series finale, Ioulia hosts her art gallery show, Mary announces her new relationship with a billionaire and Amanda launches her Kombucha tea. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N S \N 6650 t
+41024 60711 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N \N \N 6651 t
+5632 36216 5 live Science eng \N Put on some safety goggles as Naked Scientists Chris Smith and Kat Arney ignite your Bunsen burners with the hottest science news stories, analysis and breakthroughs. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 05:00:00 2014-12-20 06:00:00 \N \N \N \N \N 6652 t
+7168 34341 Friday Night is Music Night eng \N Jeremy Vine presents the Friday Night Is Music Night Christmas Spectacular with favourite Christmas music, poetry and readings and an all-star cast. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 06:00:00 \N \N \N \N \N 6653 t
+5952 53440 Bobby Friction eng \N Begum Nawazish delivers her Queen's Speech and Bobby plays the Asian Network Christmas Quiz. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 17:00:00 2014-12-24 21:00:00 \N \N \N \N \N 6656 t
+14498 26529 Wheeler Dealers eng Mazda MX-5 Part 1 Mike purchases an MX5 in need of Edd China's special brand of mechanical makeover. With a leaking roof and scrappy seats Edds got his work cut out. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:30:00 \N \N \N \N \N 6657 t
+14498 26530 Wheeler Dealers eng Mazda MX-5 Part 2 Edd is putting the finishing touches to the MX5's renovation, fitting a new hood, air filter and chassis brace, before Mike takes it for a spin. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 12:30:00 2014-12-23 13:00:00 \N \N \N \N \N 6658 t
+6912 54937 15 Minute Drama eng \N Just a Girl, by Mark Davies Markham. Gary finally comes to terms with the hormone blockers, but Charlotte has shocking news for him. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 19:45:00 2014-12-19 20:00:00 5 5 \N \N \N 6991 t
+14498 26531 Wheeler Dealers eng Mercedes Cosworth Part 1 Mike tracks down a Mercedes Cosworth in need of Edd China's mechanical magic. It needs a new suspension system and track rod end. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N \N \N 6659 t
+14498 26532 Wheeler Dealers eng Mercedes Cosworth Part 2 The transformation of the Mercedes is nearly complete. Edd's fitting new tyres and an exhaust. But can Mike sell the car for a song? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 \N \N \N \N \N 6660 t
+14498 26533 Wheeler Dealers eng Porsche 928 Part 1 Mike's taking a gamble on the Porsche 928, he's sure that Edd can transform it from its current condition. But is it too far gone for Edd's mechanical magic? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N \N \N 6661 t
+14498 26534 Wheeler Dealers eng Porsche 928 Part 2 Whilst Edd is putting the finishing touches to this troublesome transformation, Mike pays the proud owner of a perfect 928 a visit. But can their car compete? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N \N \N 6662 t
+6784 51816 Sounds of the 80s eng \N Bryan Adams joins Sara Cox to look back on the decade. Plus the top 5 from the week in 1984 and three tracks from a classic Rick Astley album. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 03:00:00 2014-12-24 05:00:00 \N \N \N \N \N 6668 t
+6784 51892 Sara Cox eng \N Sara Cox sits in for Vanessa Feltz with a first look at the papers. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 05:00:00 2014-12-24 06:30:00 \N \N \N \N \N 6669 t
+6912 55127 Money Box eng \N The latest news from the world of personal finance. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-21 21:00:00 2014-12-21 21:26:00 \N \N \N \N \N 6670 t
+6912 55128 The Radio 4 Appeal eng Adjoa Andoh presents an appeal for Opportunity International. Donations Freephone 0800 404 8144 [free on BT landlines] or Freepost BBC Radio 4 Appeal. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 21:26:00 2014-12-21 21:30:00 \N \N \N \N \N 6671 t
+6912 55129 In Business eng For Ever and Ever Britain's cathedrals have defined the landscape for centuries. Peter Day hears about the business of running some of the country's most famous places. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 21:30:00 2014-12-21 22:00:00 \N \N \N \N \N 6672 t
+6912 55130 The Westminster Hour eng \N Weekly political discussion and analysis with MPs, experts and commentators. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 22:00:00 2014-12-21 22:45:00 \N \N \N \N \N 6673 t
+6912 55131 What the Papers Say eng \N George Parker of the Financial Times analyses how the newspapers are covering the biggest stories. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 22:45:00 2014-12-21 23:00:00 \N \N \N \N \N 6674 t
+6912 55132 The Film Programme eng \N News from the world of film, with Francine Stock. Angelina Jolie reveals why she is planning to give up acting to concentrate on writing and directing. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:30:00 \N \N \N \N \N 6675 t
+6912 55133 Something Understood eng A Winter Solstice On the shortest day of the year, almost universally a day of festival, Mark Tully looks at celebrations of the winter solstice, from ancient Rome to downtown LA. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 23:30:00 2014-12-22 00:00:00 \N \N \N \N \N 6676 t
+6016 40099 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:05:00 \N \N \N \N \N 6681 t
+6016 40100 From Our Own Correspondent eng \N Insight, wit and analysis from BBC correspondents around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 09:05:00 2014-12-21 09:32:00 \N \N \N \N \N 6682 t
+6016 40587 Heart and Soul eng \N Personal approaches to spirituality from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 09:32:00 2014-12-21 10:00:00 \N \N \N \N \N 6683 t
+6016 40102 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:05:00 \N \N \N \N \N 6684 t
+6016 40103 Assignment eng \N BBC correspondents report first-hand on the events shaping our world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 10:05:00 2014-12-21 10:32:00 \N \N \N \N \N 6685 t
+6016 40104 Global Business eng \N Insights into the business world from the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 10:32:00 2014-12-21 11:00:00 \N \N \N \N \N 6686 t
+6016 40105 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:05:00 \N \N \N \N \N 6687 t
+6016 40106 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 11:05:00 2014-12-21 11:32:00 \N \N \N \N \N 6688 t
+6016 40107 Health Check eng \N A programme looking at health issues on a global scale, investigating discoveries and solutions in healthcare, and asking how to deliver a healthier world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-21 11:32:00 2014-12-21 12:00:00 \N \N \N \N \N 6689 t
+4736 62968 The Future of the Political Interview eng \N David Dimbleby lectures on The Future of the Political Interview, from Friday 17 July. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 18:15:00 2014-12-22 19:20:00 \N \N \N \N \N 6691 t
+4736 62867 House of Lords - Role of Religion eng \N Highlights of a debate in the House of Lords on the role of religion, from Thursday 27 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 19:20:00 2014-12-22 21:20:00 \N \N \N \N \N 6692 t
+5824 41392 GM Fraser - Royal Flash eng \N Celebrated cavalry officer Harry Flashman is pursued by London police, and falls in love. Read by Iain Cuthbertson. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 21:00:00 2014-12-23 21:15:00 2 2 \N \N \N 6703 t
+5824 39264 Bette and Joan and Baby Jane eng \N 4 Extra Debut. Feuding screen goddesses Davis and Crawford in an iconic film - headed for disaster? Stars Catherine Tate and Tracy-Ann Oberman. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-23 21:15:00 2014-12-23 22:00:00 \N \N \N \N \N 6704 t
+5824 38841 Tom Wrigglesworth's Hang-Ups eng Comedy. Tom phones home for a weekly check-in. The Well of Loneliness Tom finds himself on a Derbyshire moor in search of a potentially devastating family secret. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 6 6 \N \N \N 6705 t
+5824 38842 The Headset Set eng \N The call centre staff at catalogue company Smile5 discover why Sailesh left Bangalore. Stars Paul Sharma and Chizzy Akudolu. From July 2011. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 22:30:00 2014-12-23 23:00:00 6 6 \N \N \N 6706 t
+5824 38843 Delve Special eng The Shifton Scandal, pt 4 In his town demolition expose, David Lander looks at the trial and disturbing aftermath. Stars Stephen Fry. From August 1984. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:30:00 4 4 \N \N \N 6707 t
+5824 38844 Vent eng Switching Off Comatose Ben journeys across his brain's landscape, reminding him of Tolkien's Mordor. Stars Neil Pearson. From August 2006. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 23:30:00 2014-12-24 00:00:00 6 6 \N \N \N 6708 t
+4170 51731 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N S \N 6709 t
+4170 52884 Look North eng \N The latest news, sport and weather for Yorkshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N S \N 6710 t
+4170 58380 Celebrity Mastermind eng \N John Humphrys puts the questions to celebrities. Featuring Presenter Ore Oduba, Olympic athlete Lizzy Yarnold, The One Show's Alex Riley and comedian Ken Dodd. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 2 10 \N S \N 6711 t
+4170 56433 A Question of Sport eng Christmas Special Sue Barker hosts a festive edition of the lighthearted sports quiz. Team captains Matt Dawson and Phil Tufnell play the usual rounds with a Christmas twist. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N S \N 6712 t
+4170 51736 EastEnders eng \N Stacey continues to push Linda for information. Emma discovers some surprising new evidence in the Lucy Beale investigation. Dot is in for a huge shock when she returns home. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N AD,S \N 6713 t
+41072 13897 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N \N \N 7880 t
+4170 56434 Would I Lie to You? eng \N Rob Brydon hosts a festive edition of the panel show. David Mitchell is joined by Ray Winstone and Josh Widdicombe, while Lee Mack is joined by Rachel Riley and Ricky Tomlinson. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 8 9 \N S \N 6714 t
+15856 3485 The Millionaire Matchmaker eng Brooklyn v Botox Reality series following a matchmaker who caters for wealthy clients. Patti must find love for a gay business owner and a tough-talking heavy drinker. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N S \N 6715 t
+15856 3486 The Millionaire Matchmaker eng House of Cards Reality series following a matchmaker who caters for wealthy clients. Patti tries to find love for a professional poker player who mothers her men. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N S \N 6716 t
+15856 3487 The Millionaire Matchmaker eng Dateapause Reality series following a matchmaker who caters for wealthy clients. Patti tries to find love for a globetrotting DJ and a mother-of-four. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N S \N 6717 t
+5632 36318 Morning Reports eng \N A round-up of the day's news, sport and business stories, and a look at the morning's papers. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:15:00 \N \N \N \N \N 6724 t
+5632 36319 Wake up to Money eng \N The latest news and views on business and the world of personal finance. Plus the very latest from the financial markets around the globe. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 05:15:00 2014-12-24 06:00:00 \N \N \N \N \N 6725 t
+4287 55534 Christmas Kitchen with James Martin eng \N Festive food programme. James Martin is joined in the kitchen by Glynn Purnell and Brian Turner. Plus celebrity guests and treats from the BBC's festive food archives. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 12:10:00 2014-12-22 13:00:00 3 10 \N S \N 6726 t
+4287 55535 Christmas Kitchen with James Martin eng \N Festive food programme. James Martin is joined in the kitchen by Nathan Outlaw and Brian Turner. Plus celebrity guests and treats from the BBC's festive food archives. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:50:00 4 10 \N S \N 6727 t
+4169 56436 Mrs Brown's Boys eng Mammy Christmas Agnes Brown finds herself facing her busiest Christmas yet. Contains adult humour and some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 22:35:00 2014-12-22 23:05:00 1 2 \N S \N 6728 t
+4287 55537 Coast Australia eng The Kimberley Series exploring Australia's coastline. Tim Flannery walks the Dinosaur Coast and Neil Oliver wrestles the southern hemisphere's biggest tides at Horizontal Falls. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-22 13:50:00 2014-12-22 14:40:00 \N \N \N AD,S \N 6729 t
+4287 51431 A Place to Call Home eng Answer Me, My Love Australian period drama. Sarah arrives in Paris to try to reconnect with her husband and is shocked by what she finds. Also in HD. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-22 14:40:00 2014-12-22 15:25:00 8 10 \N S \N 6730 t
+5888 52028 Newsbeat eng \N The latest news from around the UK and around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 17:45:00 2014-12-23 18:00:00 \N \N \N \N \N 6734 t
+6848 61297 BBC Proms 2014 eng A Prom in which Vladimir Jurowski conducts the London Philharmonic. Holst The Planets. Schoenberg: Five Orchestral Pieces. Scriabin: Prometheus (with Alexander Toradze: piano). \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 21:00:00 \N \N \N \N \N 6735 t
+4170 49775 Saturday Kitchen eng \N James Martin presents a festive version of the weekly cooking show with guest chefs Raymond Blanc, Jose Pizarro, Melissa Hemsley and Jasmine Hemsley. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:30:00 \N \N \N S \N 6736 t
+4170 56371 Nigel Slater's Christmas Suppers eng \N Nigel Slater transforms Christmas leftovers into meals which make the prospect of festive entertaining a treat rather than a terror, ensuring that nothing goes to waste. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N AD,S \N 6737 t
+4352 53274 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N S \N 6738 t
+4352 53275 Sportsday eng \N A round-up of the day's sporting events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-23 18:30:00 2014-12-23 18:45:00 \N \N \N S \N 6739 t
+4352 53276 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:45:00 2014-12-23 19:00:00 \N \N \N S \N 6740 t
+4352 53277 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N S \N 6741 t
+4352 53278 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:30:00 \N \N \N S \N 6742 t
+4352 58143 Review 2014 eng The Year in Film Film critic Mark Kermode takes a look back at the big releases of the year, sorting his festive favourites from the Christmas turkeys. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N S \N 6743 t
+5760 59344 Mary Anne Hobbs eng \N Mary Anne Hobbs sits in for Lauren Laverne in the run-up to Christmas and looks at the best of the week's releases to help with gift inspiration. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 13:00:00 \N \N \N \N \N 6744 t
+4672 50841 Woolly & Tig eng The Play Special episode of the preschool show. Tig loves going to see plays. Tig wants to be in a play herself and to dress up. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:15:00 \N \N \N S \N 6745 t
+4672 50654 Balamory eng Guinea Pig Live-action series for preschool children, based around the small island community of Balamory in Scotland. Archie's much-loved pet guinea pig, George, goes missing. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 12:15:00 2014-12-19 12:35:00 \N \N \N AD,S \N 6746 t
+4672 50655 Waybuloo eng Needing Help Series set in the magical land of Nara. Nok Tok wants to make bongleberry juice for everyone, so De Li goes to pick the bongleberries. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 12:35:00 2014-12-19 13:00:00 \N \N \N S \N 6747 t
+4672 50656 Abadas eng Skis Pop-up book adventures with the curious Abadas - Hari the hippo, Ela the fox and Seren the bat. The Abadas are playing in the mud in the garden. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:10:00 \N \N \N S \N 6748 t
+4672 50657 Bing eng Ice Lolly Children's animation. Bing and Flop buy an ice lolly from Gilly. Before they can eat their lollies, a frog hops into Bing's paddling pool and they go to the rescue. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 13:10:00 2014-12-19 13:15:00 \N \N \N AD,S \N 6749 t
+4672 50658 Bing eng Kite Children's animation. It's a windy day, and Bing wants to fly his Hoppity Voosh kite with Flop. And he wants to do it all by himself. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 13:15:00 2014-12-19 13:25:00 \N \N \N AD,S \N 6750 t
+4672 50659 Mr Bloom: Here and There eng Speed Skating Mr Bloom uses his Log Book and Root Finder to look back at where he's visited in the West Midlands, before going speedskating with all his Tiddler friends. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 13:25:00 2014-12-19 13:40:00 \N \N \N S \N 6751 t
+4672 50660 Woolly & Tig eng Funny Tummy Live-action children's show. When a boy accidentally pushes Tig at nursery school, Tig does not want to go back and gets a pain in her tummy. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 13:40:00 2014-12-19 13:45:00 \N \N \N S \N 6752 t
+41072 13898 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N \N \N 7881 t
+4672 50661 Something Special: We're All Friends eng Ice Cream Educational series for four- to seven-year-old children with learning difficulties. Justin makes ice cream with Dean and Clayton after seeing where milk comes from. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 13:45:00 2014-12-19 14:05:00 17 25 \N S \N 6753 t
+4672 50662 Little Charley Bear eng Basketball Midge Series about a teddy bear who uses his imagination to go on adventures. Charley gives up trying to throw a basketball through a hoop - it's just too hard. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 14:05:00 2014-12-19 14:15:00 \N \N \N AD,S \N 6754 t
+4672 50757 Let's Play eng Christmas Elf Imaginative preschool show. Rebecca steps through the Magic Curtain and arrives at the North Pole on Christmas Eve. Has she got what it takes to be an elf? Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 14:15:00 2014-12-19 14:35:00 1 26 \N S \N 6755 t
+4672 50664 Magic Hands eng My Friendly Shadow Children's sign language poetry series. Ashley has lots of fun with his shadow in Robert Louis Stevenson's My Shadow. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 14:35:00 2014-12-19 14:40:00 15 32 \N S \N 6756 t
+4672 50665 The Lingo Show eng Wei's Buggy Best 3 Children's language programme. Lingo asks Wei to choose his favourite three Big Bug Shows. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 14:40:00 2014-12-19 14:55:00 5 15 \N S \N 6757 t
+4672 50666 Alphablocks eng Train Educational fun. When the Alphablocks go on holiday, a trip on a train is the only way to travel - if only the train would travel somewhere! Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 14:55:00 2014-12-19 15:00:00 \N \N \N S \N 6758 t
+4169 56435 John Bishop's Christmas eng \N John Bishop's Christmas Show is an all-singing, all-dancing festive comedy spectacular, featuring big names in music and comedy and plenty of Christmas treats and surprises. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N S \N 6759 t
+4169 51739 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:25:00 \N \N \N S \N 6760 t
+4169 52559 Look North eng \N The latest news, sport and weather for the North East and Cumbria. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:25:00 2014-12-22 22:35:00 \N \N \N S \N 6761 t
+4169 51743 Citizen Khan eng A Khan Family Christmas Family sitcom. Mr Khan has been given the honour of placing the star on top of the Sparkhill interfaith Christmas tree. Shazia has other plans. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 23:05:00 2014-12-22 23:35:00 7 7 \N AD,S \N 6762 t
+4169 51744 The Graham Norton Show eng \N Chat show. Graham's guests for a bumper Christmas episode are Ben Stiller, Ricky Gervais, Rebel Wilson, Jamie Foxx, Cameron Diaz, Danny Dyer and Usher. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 23:35:00 2014-12-23 00:25:00 12 22 \N S \N 6763 t
+41040 17103 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N \N \N 6795 t
+41040 17104 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N \N \N 6796 t
+41040 17245 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 \N \N \N \N \N 6797 t
+41040 17106 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N \N \N 6798 t
+41040 17107 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 \N \N \N \N \N 6799 t
+7168 34496 Scrum V eng Blues v Scarlets Coverage of Blues v Scarlets. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 12:30:00 2014-12-20 14:30:00 \N \N \N \N \N 6802 t
+7168 34267 Final Score eng \N Jason Mohammad introduces all the scores and headlines from today's football fixtures up and down the country. Featuring post-match reaction and expert opinions from studio guests. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 14:30:00 2014-12-20 18:00:00 \N \N \N \N \N 6803 t
+15952 40697 Tricked eng \N Hidden camera magic show. Ben convinces boy band The Vamps that they have dropped an amp on a dog before making Louie Spence drop a case containing 100,000 pounds into a river. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:20:00 \N \N \N S \N 6805 t
+15952 41452 Tricked eng \N Hidden camera magic show. Kerry Katona goes nuts at Ben for destroying her diamond ring, while Kym Marsh blows Ben up in an on-set pyrotechnics accident. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 04:20:00 2014-12-22 05:10:00 \N \N \N S \N 6806 t
+15952 35514 Life's Funniest Moments eng \N Series featuring hilarious candid moments caught on camera. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 05:10:00 2014-12-22 05:35:00 \N \N \N \N \N 6807 t
+15952 5121 Life's Funniest Moments eng \N Series featuring hilarious candid moments caught on camera. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 05:35:00 2014-12-22 05:55:00 \N \N \N \N \N 6808 t
+15952 2677 Bonkers Guinness World Records eng \N Matt Edmondson looks at entertaining world records. Featuring a human cannonball, the man with the stretchiest skin, and the record for the most meatballs eaten in one minute. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 05:55:00 2014-12-22 06:25:00 \N \N \N S \N 6809 t
+6016 40033 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:05:00 \N \N \N \N \N 6817 t
+6016 40034 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 18:05:00 2014-12-20 18:32:00 \N \N \N \N \N 6818 t
+6016 40035 In the Balance eng \N The Business Daily team looks behind the headlines to find out what's really going on in this changing global economy. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 18:32:00 2014-12-20 19:00:00 \N \N \N \N \N 6819 t
+6016 40036 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:05:00 \N \N \N \N \N 6820 t
+6016 40585 Greyhound 100 eng \N To mark the company's centenary, Laura Barton crosses the USA by Greyhound bus. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 19:05:00 2014-12-20 19:32:00 \N \N \N \N \N 6821 t
+6016 40038 Boston Calling eng \N How the world looks through American eyes, and the myriad and unexpected ways that the world influences the United States. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 19:32:00 2014-12-20 20:00:00 \N \N \N \N \N 6822 t
+6016 40039 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 20:00:00 2014-12-20 20:05:00 \N \N \N \N \N 6823 t
+6016 40040 Outlook Arts eng \N Life stories of the most interesting people from the world of arts. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 20:05:00 2014-12-20 21:00:00 \N \N \N \N \N 6824 t
+5824 38709 Kenny Everett - Here's Kenny eng \N Old friends help Mark Paytress delve into the life of a true radio pioneer and unearth some surprises. From November 2008. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N \N \N 6830 t
+5824 38706 Journey to the Centre of the Earth eng \N Ancient runes spark a geologist's exploration of an impossible realm. Jules Verne's adventure stars Nathaniel Parker and Nicholas Le Prevost. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:30:00 \N \N \N \N \N 6831 t
+5824 38702 The Rest Is History eng \N Frank Skinner and his guests explore funny, odd and interesting moments in history. With historian Dr Kate Williams, and guests Dave Gorman and Sara Pascoe. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 1 6 \N \N \N 6832 t
+4287 55483 Christmas Kitchen with James Martin eng \N Festive food programme. James Martin is joined in the kitchen by Ching-He Huang and Brian Turner. Plus celebrity guests and treats from the BBC's festive food archives. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:50:00 1 10 \N S \N 6854 t
+4287 55484 The World's Fastest Indian eng \N Adventure drama. A health scare prompts eccentric New Zealander Burt Monro (Anthony Hopkins) to attempt to break the land speed record on his treasured Indian Scout motorcycle. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 12:50:00 2014-12-20 14:45:00 \N \N 2005 AD,S \N 6855 t
+18112 36489 Wolfblood eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 10:35:00 2014-12-22 11:05:00 \N \N \N \N \N 12296 t
+4287 57705 Flog It! eng Todmorden Flog It! visits Todmorden, a town in Yorkshire bordering Lancashire. Lots of local people bring their forgotten or unusual items along to get valued. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 14:45:00 2014-12-20 15:45:00 \N \N \N S \N 6856 t
+4672 49161 This is CBeebies! eng \N Welcome to the CBeebies channel. Programmes start at 6.00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 05:30:00 2014-12-22 06:00:00 \N \N \N \N \N 6860 t
+33088 17446 QVC Highlights eng \N A selection of popular programmes from QVC. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 6866 t
+6784 51895 Richard Allinson eng \N Richard Allinson sits in for Chris Evans with a fully interactive show for all the family, featuring music, special guests and listeners on the phone. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 06:30:00 2014-12-24 09:30:00 \N \N \N \N \N 6877 t
+6912 55134 News and Weather eng \N The latest national and international news from BBC Radio 4. Followed by Weather. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:15:00 \N \N \N \N \N 6878 t
+6912 55135 Thinking Allowed eng \N New research on how society works. Laurie Taylor explores how overweight gay men respond to a 'body beautiful' gay culture. Also, the masculine world of the butchers. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-22 00:15:00 2014-12-22 00:45:00 \N \N \N \N \N 6879 t
+6912 55136 Bells on Sunday eng \N The bells of St Peter's Church, Congleton. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-22 00:45:00 2014-12-22 00:48:00 \N \N \N \N \N 6880 t
+6912 55137 Shipping Forecast eng \N The latest shipping forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 00:48:00 2014-12-22 01:00:00 \N \N \N \N \N 6881 t
+6912 55138 As BBC World Service eng \N BBC Radio 4 joins the BBC World Service. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 01:00:00 2014-12-22 05:20:00 \N \N \N \N \N 6882 t
+6016 40108 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 12:00:00 2014-12-21 12:05:00 \N \N \N \N \N 6888 t
+6016 40589 Afghan Women - Speaking Out Losing Lives eng \N Lyse Doucet explores the lives of Afghan women, the war of attrition on their hard-won rights, and their fears for the future. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 12:32:00 2014-12-21 13:00:00 \N \N \N \N \N 6890 t
+6016 40111 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 13:00:00 2014-12-21 13:05:00 \N \N \N \N \N 6891 t
+6016 40112 Newshour eng \N BBC correspondents report live from around the world to explain why events are happening and what impact they will have on our lives. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 13:05:00 2014-12-21 14:00:00 \N \N \N \N \N 6892 t
+6016 40113 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:05:00 \N \N \N \N \N 6893 t
+6016 40114 The Science Hour eng \N Science news and highlights of the week. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 14:05:00 2014-12-21 15:00:00 \N \N \N \N \N 6894 t
+4736 62834 Welsh Assembly eng \N Recorded coverage of the debate in the Welsh Assembly on the Welsh draft budget for 2015-16, from Tuesday 18 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 21:20:00 2014-12-22 22:05:00 \N \N \N \N \N 6912 t
+4736 62971 Politics Europe eng \N Andrew Neil with the latest news from Europe. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 22:05:00 2014-12-22 22:35:00 \N \N \N \N \N 6913 t
+4736 62972 Youth Parliament eng \N Members of the Youth Parliament hold a debate in the chamber of the House of Commons on the living wage, from Friday 14 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 22:35:00 2014-12-22 23:05:00 \N \N \N \N \N 6914 t
+4736 62973 Bill Gates Speech eng \N Former head of Microsoft, Bill Gates, delivers a speech to Peers and MPs in Westminster on the impact of international aid, from Monday 10 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 23:05:00 2014-12-22 23:25:00 \N \N \N \N \N 6916 t
+4736 62974 BOOKtalk eng \N Mark D'Arcy in discussion with Conservative peer and advertising executive, Lord Bell, about his memoirs, Right or Wrong. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 23:25:00 2014-12-22 23:40:00 \N \N \N \N \N 6917 t
+4736 62975 The Political Studies Association Awards eng \N The annual Political Studies Association Awards, including Political Journalist of the Year and Politician of the Year, from Tuesday 25 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 23:40:00 2014-12-23 00:20:00 \N \N \N \N \N 6918 t
+5824 39151 Adrian Mole at Christmas eng A Mole in Moscow When Mr Braithwaite has a spare ticket to Moscow, Adrian jumps at the chance to experience 'revolution in the raw'. Read by Nicholas Barnes. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:15:00 2 3 \N \N \N 6919 t
+5824 38846 A History of Private Life eng Pots and Pans What do letters and diaries tell us about running the home in the 16th and 17th centuries? Why do pots and pans matter? \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 00:15:00 2014-12-24 00:30:00 7 30 \N \N \N 6920 t
+5824 39152 Ladies of Letters Go Crackers eng \N Aggrieved Irene must bite her tongue when Vera's daughter Karen has a serious health scare. Stars Anne Reid and Prunella Scales. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 00:30:00 2014-12-24 00:45:00 2 5 \N \N \N 6921 t
+5824 39170 Jeremy Seal - Santa eng A Life Tracing the myth of Saint Nicholas back to Turkey, Jeremy Seal finds mysterious relics, including a finger. Read by Alan Cox. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 00:45:00 2014-12-24 01:00:00 2 5 \N \N \N 6922 t
+5824 40001 Chain Reaction eng \N Illusionist Derren Brown talks to comedian Tim Minchin about beliefs, magic and music in the tag-team talk show, where last week's guest is this week's host. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:30:00 4 6 \N \N \N 6923 t
+5824 38850 The Tingle Factor eng Ken Russell Film director Ken Russell talks to Jeremy Nicholas about the music that stirs strong emotions, including Elgar. From September 1992. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 01:30:00 2014-12-24 02:00:00 \N \N \N \N \N 6924 t
+5824 38851 Doctor Who: Hornets' Nest eng The Circus of Doom, pt 2 The Time Lord concludes his tale of battling alien bugs in a 19th-century big top. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:30:00 6 10 \N \N \N 6925 t
+5824 39267 Letters to Father Christmas eng \N 4 Extra Debut. Carole Boyd explores the tradition of writing letters to Father Christmas, featuring some by Dickens and Tolkien. From December 2001. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 02:30:00 2014-12-24 03:00:00 \N \N \N \N \N 6926 t
+4170 56435 John Bishop's Christmas eng \N John Bishop's Christmas Show is an all-singing, all-dancing festive comedy spectacular, featuring big names in music and comedy and plenty of Christmas treats and surprises. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N S \N 6929 t
+4170 51739 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:25:00 \N \N \N S \N 6930 t
+4170 52885 Look North eng \N The latest news, sport and weather for Yorkshire. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:25:00 2014-12-22 22:35:00 \N \N \N S \N 6931 t
+4170 56436 Mrs Brown's Boys eng Mammy Christmas Agnes Brown finds herself facing her busiest Christmas yet. Contains adult humour and some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 22:35:00 2014-12-22 23:05:00 1 2 \N S \N 6932 t
+4170 51743 Citizen Khan eng A Khan Family Christmas Family sitcom. Mr Khan has been given the honour of placing the star on top of the Sparkhill interfaith Christmas tree. Shazia has other plans. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 23:05:00 2014-12-22 23:35:00 7 7 \N AD,S \N 6933 t
+8500 5752 Make Way For Noddy eng The Out-of-Control Tower Children's animated series. A huge storm threatens the Happy Day parade. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:30:00 2014-12-20 07:40:00 \N \N \N S \N 7065 t
+4170 51744 The Graham Norton Show eng \N Chat show. Graham's guests for a bumper Christmas episode are Ben Stiller, Ricky Gervais, Rebel Wilson, Jamie Foxx, Cameron Diaz, Danny Dyer and Usher. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 23:35:00 2014-12-23 00:25:00 12 22 \N S \N 6934 t
+8381 15482 Skyfall eng \N Action starring Daniel Craig and Javier Bardem, 2012. A troubled James Bond returns from hiding to take on a chilling villain while protecting the MI6 boss \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 21:00:00 2014-12-24 23:45:00 \N \N \N AD,S \N 6944 t
+8381 14959 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:45:00 2014-12-25 00:00:00 \N \N \N S \N 6945 t
+5632 36320 5 live Breakfast eng \N Chris Warburton and Clare McDonnell with news and sport from the UK and around the world. Big-name interviews and topical debates, plus regular travel and weather updates. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:00:00 \N \N \N \N \N 6950 t
+5760 59338 6 Mix eng \N Renowned UK house duo X-Press 2 return to the 6 Mix for two hours of musical inspirations and current favourites. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 22:00:00 2014-12-20 00:00:00 \N \N \N \N \N 6951 t
+4287 55538 A Place to Call Home eng I Do, I Do Australian period drama. Sarah returns to Inverness with Rene, but may have underestimated her feelings for George. Also in HD. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-22 15:25:00 2014-12-22 16:10:00 9 10 \N S \N 6953 t
+4287 55539 Some Mothers Do 'Ave 'Em eng Jessica's First Christmas Classic sitcom about one-man disaster area Frank Spencer. Frank and Betty are looking forward to Christmas, especially the church's Nativity play. \N 0 25 f 1 eng eng 3 0 0 \N 2014-12-22 16:10:00 2014-12-22 17:00:00 \N \N \N S \N 6954 t
+4287 55540 Flog It! eng Herne Bay Flog It! comes from the south coast and hundreds of people turn out in Herne Bay to have their antiques and collectables valued. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N S \N 6955 t
+16048 31858 Great St Trinian's Train Robbery eng \N Comedy starring Frankie Howerd and George Cole, 1966. The pupils of the infamous school for girls confront a luckless gang of crooks trying to stash their loot \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:55:00 \N \N \N AD,S \N 6956 t
+16048 25911 A Touch of Frost eng Deep Waters Feature-length police drama. A beautiful student is attacked on campus, and Frost has to decide whether it is an isolated incident or the start of a nightmare. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-21 14:55:00 2014-12-21 16:50:00 \N \N \N AD,S \N 6957 t
+8274 41878 The Aquabats! Super Show! eng The Floating Eye of Death! Exhausted after a playing a rock concert, The Aquabats! pull into an isolated truck stop to catch some sleep - but their peace and quiet is short-lived. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:25:00 \N \N \N S \N 6958 t
+8274 42332 Pat & Stan eng Stuart Does Everything Pat the purple hippo and his friend Stan the yellow dog turn every event into the craziest of adventures! It is not looking good for the football match. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 06:25:00 2014-12-21 06:35:00 \N \N \N AD,S,SL \N 6959 t
+8274 42616 Pat & Stan eng Roll with It Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! Pat's latest book gives him confidence. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 06:35:00 2014-12-21 06:40:00 \N \N \N AD,S,SL \N 6960 t
+8274 41879 Dino Dan: Trek's Adventures eng Everyone Loves Marine Reptiles Jurassic adventures. Mum takes Trek and Penelope to Marineland, Trek imagines what it would be like if there was a show with prehistoric reptiles! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:40:00 2014-12-21 06:50:00 \N \N \N S,SL \N 6961 t
+8274 41880 Dino Dan eng Twas a Dinosaur Join palaeontologist-in-training Dan Henderson as he takes kids on a Jurassic journey. Dan takes the poem The Night Before Christmas and gives it a dinosaur spin. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:50:00 2014-12-21 07:05:00 \N \N \N S,SL \N 6962 t
+8274 34108 Canimals eng Mousetak Can When the humans mistake the Canimals' mess for droppings, they return with a whole lot of mouse and rat traps. The Canimals welcome the new buffet of cheese! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:05:00 2014-12-21 07:10:00 \N \N \N S \N 6963 t
+8274 35307 Canimals eng Snow Cans The Canimals find themselves racing for their lives, pursued by an ever-growing ball of snow. Will they manage to get themselves out of this in one piece? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:10:00 2014-12-21 07:20:00 \N \N \N S \N 6964 t
+8274 35313 Signed Stories: Share a Story eng My Motorbike The simple tale of a boy who dreams of motorcycle adventures whilst playing on his scooter in his back yard. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:20:00 2014-12-21 07:25:00 \N \N \N S,SL \N 6965 t
+8274 44274 Sooty eng Pranks and Presents When the hook-a-duck stall runs out of prizes, Sooty's hopes are on his teddy bear machine, but he gets a little extra help. Guest starring Brian Blessed. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:25:00 2014-12-21 07:35:00 \N \N \N S \N 6966 t
+8274 34722 Mr Bean eng A Royal Makeover The animated antics of the hapless bumbler. Mr Bean decides to decorate his room in the style of Buckingham Palace and selects the same wallpaper as the Queen has. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 07:35:00 2014-12-21 07:50:00 \N \N \N AD,S \N 6967 t
+8274 41883 Ultimate Spider-Man eng The Incredible Spider-Hulk Animated adventures. Mesmero wreaks havoc again when he switches Spider-Man and Hulk's brains. The Wallcrawler has to contend with the blue eyed Thing. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:50:00 2014-12-21 08:15:00 \N \N \N S \N 6968 t
+8274 41884 Horrid Henry eng Horrid Henry and the Perfect Panto Animated adventures. When Henry's school panto is cancelled, Margaret will not take no for an answer - which is a good thing and a bad thing! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 08:15:00 2014-12-21 08:30:00 \N \N \N AD,S \N 6969 t
+8274 41885 Big Time Rush eng Big Time Dreams (Part 2) Members of a boy band try to make it big in the music industry. The band must stop an evil genius who wants to hypnotise everyone in the crowd. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N S \N 6970 t
+5888 51932 BBC 1Xtra Breakfast eng \N Twin and Yasmin have all you need to wake up! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 07:00:00 2014-12-19 10:00:00 \N \N \N \N \N 6971 t
+6912 53439 Tweet of the Day eng \N The sounds and stories of birds from around the world. Sir David Attenborough begins Christmas week with the New Zealand robin. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 05:58:00 2014-12-22 06:00:00 \N \N \N \N \N 6978 t
+6848 60934 Through the Night eng \N Catriona Young with music, including Dukas, Poulenc, Rimsky-Korsakov, Britten, Schumann, Beethoven, Mozart, Sor, Bersa, Clara Schumann, Halvorsen, Beethoven, Mozart and Schubert. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 00:30:00 2014-12-19 06:30:00 \N \N \N \N \N 6986 t
+6912 54665 Six O'Clock News eng \N The latest national and international news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 6987 t
+6912 54666 The News Quiz eng \N Satirical review of the week's news, chaired by Sandi Toksvig. Bob Mills, Mark Steel and Rebecca Front join regular panellist Jeremy Hardy. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 9 9 \N \N \N 6988 t
+6912 54667 The Archers eng \N Emma makes an offer, and Jill gets a shock. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:15:00 \N \N \N \N \N 6989 t
+6912 54668 Front Row eng \N News, reviews and interviews from the worlds of art, literature, film and music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 19:15:00 2014-12-19 19:45:00 \N \N \N \N \N 6990 t
+18112 36490 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 11:05:00 2014-12-22 11:30:00 \N \N \N \N \N 12297 t
+6912 54670 Any Questions? eng \N Jonathan Dimbleby presents political debate and discussion from Hampton in Middlesex, with Giles Fraser, Tessa Jowell MP, Norman Lamb MP and John Redwood MP. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:50:00 \N \N \N \N \N 6992 t
+6912 54671 A Point of View eng \N A weekly reflection on a topical issue. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 20:50:00 2014-12-19 21:00:00 \N \N \N \N \N 6993 t
+5888 52171 Ace eng \N Anything could happen as Ace sits in for Charlie Sloth. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 6996 t
+5888 52177 DJ Target eng \N Target sits in for MistaJam with your ultimate guide to new music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 22:00:00 \N \N \N \N \N 6997 t
+6848 61298 BBC Proms 2014 eng \N A Prom featuring the Pet Shop Boys with Chrissie Hynde in arrangements of their own songs plus their work A Man from the Future, inspired by Alan Turing. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:45:00 \N \N \N \N \N 6999 t
+6848 61145 The Essay eng \N I've Never Told Anyone This Before. Writers reveal secrets from their past. Kei Miller - Because Some Things Just Can't Be Said (By Me to You). Examining some awkward truths. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 22:45:00 2014-12-23 23:00:00 2 5 \N \N \N 7000 t
+6848 61146 Late Junction eng \N Nick Luscombe presents the best moments from a selection of 2014's Late Junction collaborative sessions, plus music from electronic artist Tropics and pianist Izumi Kimura. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:30:00 \N \N \N \N \N 7001 t
+22208 6111 Animal House eng \N Documentary series shining a spotlight on the staff at SPCA Auckland, who dedicate their days to the care and protection of the region's animals. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:30:00 7 \N \N S,AD 4 7019 t
+22208 6112 Animal House eng \N Documentary series shining a spotlight on the staff at SPCA Auckland, who dedicate their days to the care and protection of the region's animals. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:00:00 8 \N \N S,AD 4 7020 t
+22208 6121 Monkey Life eng \N Set in Dorset's Monkey World Ape Rescue Centre, this documentary series follows the day-to-day dramas of looking after over 240 monkeys, chimps, orangutans and other primates. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 5 \N \N S 1 7021 t
+22208 6125 Monkey Life eng \N Set in Dorset's Monkey World Ape Rescue Centre, this documentary series follows the day-to-day dramas of looking after over 240 monkeys, chimps, orangutans and other primates. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 6 \N \N S 1 7022 t
+22208 6140 Monkey Life eng \N Set in Dorset's Monkey World Ape Rescue Centre, this documentary series follows the day-to-day dramas of looking after over 240 monkeys, chimps, orangutans and other primates. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:30:00 7 \N \N S 1 7023 t
+22208 6147 Monkey Life eng \N Set in Dorset's Monkey World Ape Rescue Centre, this documentary series follows the day-to-day dramas of looking after over 240 monkeys, chimps, orangutans and other primates. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 17:30:00 2014-12-24 18:00:00 8 \N \N S 1 7024 t
+4352 53279 BBC News at Nine eng \N The BBC News at Nine with in-depth discussion and analysis as well as breaking news. Also in HD. Followed by Weather for the Week Ahead. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 21:30:00 \N \N \N S \N 7025 t
+4352 58144 World War One At Home eng \N Stories from around the UK that link the places we live in today with the events of WWI. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 21:30:00 2014-12-23 22:00:00 \N \N \N S \N 7026 t
+4352 53280 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 \N \N \N S \N 7027 t
+4352 53281 The Papers eng \N No need to wait until tomorrow morning to see what's in the papers - tune in to BBC News and hear a lively, informed and engaging conversation about the next day's papers. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:30:00 2014-12-23 22:45:00 \N \N \N S \N 7028 t
+4352 53282 Sportsday eng \N A round-up of the day's sporting events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-23 22:45:00 2014-12-23 23:00:00 \N \N \N S \N 7029 t
+4352 53283 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:30:00 \N \N \N S \N 7030 t
+4352 53284 The Papers eng \N No need to wait until tomorrow morning to see what's in the papers - tune in to BBC News and hear a lively, informed and engaging conversation about the next day's papers. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 23:30:00 2014-12-23 23:45:00 \N \N \N S \N 7031 t
+4352 53285 Sportsday eng \N A round-up of the day's sporting events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-23 23:45:00 2014-12-24 00:00:00 \N \N \N S \N 7032 t
+5760 59371 The Radcliffe and Maconie Show eng \N Mark Radcliffe and Stuart Maconie are joined by Susie Dent. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 16:00:00 \N \N \N \N \N 7033 t
+17609 20724 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 23:20:00 \N \N \N \N \N 7048 t
+5632 36217 Saturday Breakfast eng \N The big news and sports stories, weather and previews of the weekend's sport, presented by Sam Walker and Chris Warburton. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 09:00:00 \N \N \N \N \N 7055 t
+8500 5743 Peppa Pig eng Mysteries Animated series. Inspired by their favourite television programme, Peppa and George want to be famous detectives too. Daddy Pig gives them a mystery to solve. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:05:00 \N \N \N S \N 7056 t
+8500 5744 Roary The Racing Car eng PC Roary Racing tales. Roary helps PC Pete keep the track safe on a snowy day. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:05:00 2014-12-20 06:15:00 \N \N \N S \N 7057 t
+8500 5745 Angelina Ballerina eng Angelina Cheerleader Children's animation. Marco is picked to run in the Chipping Cheddar Mouse Marathon, and Angelina is so excited that she forms a cheerleading team for him! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:15:00 2014-12-20 06:30:00 \N \N \N S \N 7058 t
+8500 5746 Pip Ahoy! eng Pizza Pirates Animation. Pip and Alba help the mice pirates make a pizza that they want to give to Skipper. But in their quest to deliver it by sea they run aground on Puffin Rock! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:30:00 2014-12-20 06:40:00 \N \N \N S \N 7059 t
+8500 5747 Mr Men eng Construction Colourful animated sketch show. Little Miss Whoops practises her whacking skills with a wrecking ball. Mr Nervous rises to the occasion while building a skyscraper. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:40:00 2014-12-20 06:55:00 \N \N \N S \N 7060 t
+8500 5748 Chloe's Closet eng Icing Escapades Animation. The winter wonderland celebration comes to a grinding halt when the royal chef bakes the longest cake ever, but can't get it out of his bakery. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:55:00 2014-12-20 07:05:00 \N \N \N S \N 7061 t
+8500 5749 Milkshake It's Christmas Music Video eng \N Musical christmas treat. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:05:00 2014-12-20 07:10:00 \N \N \N S \N 7062 t
+8500 5750 New: Olly The Little White Van eng Get Up & Dance All the vehicles are feeling the cold on a winter's day, so Suzy and Olly organise a morning dance workout to get all the engines warmed up. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:10:00 2014-12-20 07:15:00 \N \N \N S \N 7063 t
+8500 5751 Bananas In Pyjamas eng Rat the Explorer Animation. Rat thinks that his mother spends more time with the Bananas and the Teddies than him when she comes to visit, so he decides to make her proud of him. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:15:00 2014-12-20 07:30:00 \N \N \N S \N 7064 t
+8500 5753 Bert and Ernie eng Inventors Claymation featuring Bert and Ernie from 'Sesame Street'. The plasticine pals create Frankie, an obedient robot who can do almost anything. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:40:00 2014-12-20 07:45:00 \N \N \N S \N 7066 t
+8500 5754 New: Paw Patrol eng Pups Save the Bunnies CGI animated series. Ryder and the Paw Patrol discover that some bunnies are tunnelling under Farmer Yumi's garden and taking her carrots. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:45:00 2014-12-20 08:00:00 \N \N \N S \N 7067 t
+8500 5755 Little Princess eng I Want to be a Detective Regal larks. Someone has eaten all of Princess's biscuits! Like a true detective, Princess sets up a number of traps to catch the hungry biscuit thief. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:10:00 \N \N \N S \N 7068 t
+8500 5756 The Adventures of Bottle Top Bill and His Best Friend Corky eng The Snow Monster Bill and Corky make a balloon and head for Snowy Mountain. When they get there they find two snow monsters! Narrated by Miranda Richardson. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:10:00 2014-12-20 08:25:00 \N \N \N S \N 7069 t
+8500 5757 Wanda and The Alien eng Sheep Animated series. Wanda's family send some presents for Alien's family, but a sheep enters the spaceship along with them, giving Alien's family a very lively gift. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:25:00 2014-12-20 08:37:00 \N \N \N S \N 7070 t
+8500 5758 Milkshake Show Christmas Song eng \N . \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:37:00 2014-12-20 08:40:00 \N \N \N \N \N 7071 t
+8500 5759 New: Zack and Quack eng Zack's Christmas Letter Animation. It is Christmas Eve and Zack's postbox is frozen inside an iceberg. Zack decides to track down Santa in person to deliver his Christmas letter. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:40:00 2014-12-20 08:55:00 \N \N \N S \N 7072 t
+5696 40168 Coming up on 5 live sports extra eng \N Coming up at 2.55pm on Boxing Day, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-22 00:00:00 2014-12-22 06:00:00 \N \N \N \N \N 7074 t
+41040 17187 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 8461 t
+41040 17188 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:30:00 \N \N \N \N \N 8462 t
+4170 49777 BBC News eng \N The latest national and international news from the BBC. Also in HD. Followed by weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:10:00 \N \N \N S \N 7075 t
+4170 49778 Football Focus eng \N Dan Walker and guests look ahead to the weekend's football, including the latest round of Premier League fixtures. One of Saturday's games is Manchester City v Crystal Palace. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 12:10:00 2014-12-20 12:50:00 \N \N \N S \N 7076 t
+4170 49779 Saturday Sportsday eng \N A look at the day's sporting events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 12:50:00 2014-12-20 13:00:00 \N \N \N S \N 7077 t
+4170 51808 Bargain Hunt eng Builth Wells Antiques show. Tim Wonnacott presents from the antiques fair at Builth Wells, with expertise provided by Caroline Hawley and Colin Young. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N S \N 7078 t
+4170 51727 Escape to the Country eng Herefordshire Series which helps buyers to find a dream home in the country. Jonnie Irwin and Jules Hudson showcase Herefordshire in a special edition of Escape to the Country. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N S \N 7079 t
+7168 34316 CBeebies Christmas Karaoke eng \N Viewers can press the Red Button to sing along with their CBeebies chums. The service features songs from ZingZillas, Something Special and this year's CBeebies Pantomime. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-22 06:00:00 2014-12-22 12:00:00 \N \N \N \N \N 7084 t
+5952 53441 Ray Khan eng \N The Calvary Church Choir from Birmingham join Ray in the studio for midnight mass, plus Professor Albert Masih and his choir share the story of Jesus through hymns and carols. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 21:00:00 2014-12-25 00:00:00 \N \N \N \N \N 7101 t
+8281 25644 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:40:00 \N \N \N S,SL \N 7102 t
+8281 28093 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 03:40:00 2014-12-21 06:00:00 \N \N \N \N \N 7103 t
+4672 51931 Tweenies eng Santa's Little Helper Preschool fun and entertainment. Dotman and Alf Elf go to the North Pole to find out how Santa manages to wrap all those presents. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:20:00 \N \N \N S \N 7104 t
+4672 51932 Pingu eng Sledging The adventures of Pingu, the clumsy young penguin who feels he is misunderstood. Pingu has difficulty with his sledge but knows how to solve the problem. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-22 06:20:00 2014-12-22 06:25:00 \N \N \N S \N 7105 t
+4672 51933 Timmy's Christmas Surprise eng \N Animation. It's Christmas Eve and Timmy and his friends are very excited. But a blizzard outside means that everyone is going to have to have a sleepover at the nursery. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 06:25:00 2014-12-22 06:50:00 \N \N \N AD,S \N 7106 t
+4672 51934 The Cow That Almost Missed Christmas eng \N Animation retelling the story of the nativity from the point of view of a young cow living in a stable in Bethlehem. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 06:50:00 2014-12-22 07:20:00 \N \N \N AD,S \N 7107 t
+4672 51935 Peter Rabbit's Christmas Tale eng \N Animation inspired by Beatrix Potter's classic. Mr Bouncer is too sick to make the holiday supply delivery, so Peter and Benjamin take the job on. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 07:20:00 2014-12-22 07:45:00 \N \N \N AD,S \N 7108 t
+4672 51936 Magic Hands eng 'Twas the Night before Christmas Children's sign language poetry series. Ashley, Aimee, Donna and Simon present the poem A Visit from St Nicholas. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 07:45:00 2014-12-22 07:55:00 31 32 \N S \N 7109 t
+4672 51937 Q Pootle 5 eng The Singing Valley Space animation. Oopsy is upset that her friends are too busy to share in her new discovery. Eventually Q Pootle 5 finds Oopsy in the Singing Valley. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 07:55:00 2014-12-22 08:05:00 \N \N \N S \N 7110 t
+4672 51938 Postman Pat eng The Flying Christmas Stocking Children's animation. It's Christmas Eve and the children have made secret Santa presents to give to the adults. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 08:05:00 2014-12-22 08:20:00 \N \N \N S \N 7111 t
+4672 51939 Timmy Time eng Beep Beep Timmy Animated adventures of a lamb at nursery school. Timmy is distraught to find the hooter on his trike is broken, but is delighted when Osbourne replaces it. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 08:20:00 2014-12-22 08:30:00 2 28 \N AD,S \N 7112 t
+4672 51940 Pingu's Family Celebrate Christmas eng \N Animation about Pingu the penguin, who is intelligent but rather clumsy and occasionally misunderstood. Pingu's family celebrate Christmas. \N 2 25 f 1 eng eng 5 0 0 \N 2014-12-22 08:30:00 2014-12-22 08:40:00 \N \N \N S \N 7113 t
+4672 51941 Dinopaws eng The Thing That Shone Animation about three dinosaurs exploring their world. Can Gwen lead the way to light and happiness on the longest night? Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 08:40:00 2014-12-22 09:00:00 \N \N \N AD,S \N 7114 t
+6784 51824 Jo Whiley eng \N Jo Whiley sits in for Ken Bruce, and Simple Minds frontman Jim Kerr picks his Tracks of My Years. Plus Album and Record of the Week. Email jo.whiley@bbc.co.uk. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 09:30:00 2014-12-24 12:00:00 \N \N \N \N \N 7115 t
+6912 55139 Shipping Forecast eng \N The latest shipping forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 05:20:00 2014-12-22 05:30:00 \N \N \N \N \N 7116 t
+18112 36491 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 \N \N \N \N \N 12298 t
+6912 55141 Prayer for the Day eng \N A spiritual comment and prayer to begin the day, with the Rev Dr Stephen Wigley. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 05:43:00 2014-12-22 05:45:00 \N \N \N \N \N 7118 t
+6912 55142 Farming Today eng \N The latest news about food, farming and the countryside. Presented by Charlotte Smith. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 05:45:00 2014-12-22 05:56:00 \N \N \N \N \N 7119 t
+6912 55143 Weather eng \N The latest weather forecast for farmers. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-22 05:56:00 2014-12-22 05:58:00 \N \N \N \N \N 7120 t
+6016 40116 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 15:06:00 2014-12-21 15:32:00 \N \N \N \N \N 7121 t
+6016 40117 Boston Calling eng \N How the world looks through American eyes, and the myriad and unexpected ways that the world influences the United States. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 15:32:00 2014-12-21 16:00:00 \N \N \N \N \N 7122 t
+6016 40118 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:05:00 \N \N \N \N \N 7123 t
+6016 40119 Sportsworld eng \N Live sport from around the world with news, interviews and analysis. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-21 16:05:00 2014-12-21 17:00:00 \N \N \N \N \N 7124 t
+6016 40120 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:05:00 \N \N \N \N \N 7125 t
+6016 40121 Sportsworld eng \N Live sport from around the world with news, interviews and analysis. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-21 17:05:00 2014-12-21 18:00:00 \N \N \N \N \N 7126 t
+6720 64400 Dev eng \N Dev has your weekend breakfast covered. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 10:00:00 \N \N \N \N \N 7128 t
+5824 38712 MR James - The Hex eng \N 4 Extra Debut. Embroiled in a public controversy with a black magic charlatan, Montague gets an apology masking a curse. Stars Conrad Phillips. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:55:00 \N \N \N \N \N 7129 t
+5824 38713 Mr Crowley's Christmas eng \N It's 24 December 1937, and the world's foremost satanist Aleister Crowley is full of dread. Stars Nicholas Courtney and David Benson. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-20 18:55:00 2014-12-20 19:00:00 \N \N \N \N \N 7130 t
+5824 38710 Barry Cryer's Christmas Selection eng The jovial host ferrets through Auntie's festive jewels Radio Active, The Masterson Inheritance, Round the Horne, Lines from My Grandfather Christmas' Forehead and The Goon Show. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 22:00:00 \N \N \N \N \N 7131 t
+4736 63364 On the Runs Committee eng \N Northern Ireland Affairs Committee session on the administrative scheme for On the Runs. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 00:20:00 2014-12-23 02:30:00 \N \N \N \N \N 7132 t
+4736 63365 Northern Ireland Assembly Debate eng \N Recorded coverage of a debate in the Northern Ireland Assembly. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 02:30:00 2014-12-23 04:00:00 \N \N \N \N \N 7133 t
+5824 39114 Thackeray - The Rose and the Ring eng \N Unable to find any entertainment, Thackeray invents his own pantomime - a story of kings, princesses, lions and battles. Stars Prunella Scales and Maureen Lipman. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 03:00:00 2014-12-24 04:00:00 1 2 \N \N \N 7134 t
+5824 39126 The Surgeon's Mate eng \N Dr Maturin's greatest enemy has tracked him to Paris. He and Captain Aubrey must lose not a minute to make their escape. Concluded by Benedict Cumberbatch. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:15:00 10 10 \N \N \N 7135 t
+5824 39268 Bette and Joan and Baby Jane eng \N 4 Extra Debut. Feuding screen goddesses Davis and Crawford in an iconic film - headed for disaster? Stars Catherine Tate and Tracy-Ann Oberman. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-24 04:15:00 2014-12-24 05:00:00 \N \N \N \N \N 7136 t
+5824 38856 The Enchanting World of Hinge and Bracket eng French Week in Stackton A Gallic visitor allows Hilda to rehearse her language skills. Stars Dr Evadne Hinge and Dame Hilda Bracket. From 1977. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:30:00 11 13 \N \N \N 7137 t
+5824 39269 Bristow eng The Girl in the Yellow Overcoat It's the office party and Jones thinks all his Christmases have come at once. Stars Michael Williams. From December 1999. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 05:30:00 2014-12-24 05:55:00 \N \N \N \N \N 7138 t
+5824 39189 Kenny Everett - Captain Kremmen eng Inside the Thing Donning spacesuits, Kremmen and Carla tread boldly to investigate the mysterious thing. Kenny Everett's 1970s sci-fi serial. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 05:55:00 2014-12-24 06:00:00 2 25 \N \N \N 7139 t
+41040 17189 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-22 22:30:00 2014-12-22 23:00:00 \N \N \N \N \N 8463 t
+41040 17190 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 8464 t
+4170 51745 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 00:25:00 2014-12-23 00:30:00 \N \N \N S \N 7148 t
+4170 51746 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 00:30:00 2014-12-23 06:00:00 \N \N \N S \N 7149 t
+14720 1707 Early Breakfast with Jenni Falconer eng \N Jenni Falconer is your early morning wake up call with all the best music as well as your up to date travel news. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 04:00:00 2014-12-19 06:00:00 \N \N \N \N \N 7153 t
+5632 36321 5 live Breakfast eng Your Call Your calls on the day's big story with Chris Warburton. Call 0500 909 693 [free from some landlines; other networks vary]. Text 85058 [standard rate]. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N \N \N 7160 t
+5632 36322 5 live Daily eng \N Original news and exclusive interviews from across the UK with Sam Walker. Including your stories and contributions, plus a round-up of the day's headlines. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 10:00:00 2014-12-24 13:00:00 \N \N \N \N \N 7161 t
+4287 51493 Eggheads eng \N Dermot Murnaghan hosts a general knowledge quiz in which teams from all over the UK battle to beat the Eggheads, some of the country's top quiz champions. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N S \N 7164 t
+4287 56467 The Great British Bake Off Christmas Special eng \N Paul Hollywood and Mary Berry plan for Christmas in a special festive masterclass, sharing their favourite recipes for Christmas classics and some less well-known bakes. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:30:00 \N \N \N S \N 7165 t
+4287 58005 Top of the Pops 2 eng Christmas Mark Radcliffe introduces a feast of festive performances from the likes of Blur, The Pretenders, The Bluebells, Katie Melua, and Cerys Matthews and Tom Jones. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 19:30:00 2014-12-22 21:00:00 \N \N \N S \N 7166 t
+41056 17917 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:05:00 \N \N \N \N \N 7167 t
+41056 17918 eng \N \N \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 00:05:00 2014-12-20 00:55:00 \N \N \N \N \N 7168 t
+41056 17919 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 00:55:00 2014-12-20 01:00:00 \N \N \N \N \N 7169 t
+41056 17920 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:30:00 \N \N \N \N \N 7170 t
+41056 17921 Iraqi Scene eng \N Iraqi Scene \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 01:30:00 2014-12-20 02:00:00 \N \N \N \N \N 7171 t
+41056 17922 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 02:00:00 2014-12-20 02:05:00 \N \N \N \N \N 7172 t
+41056 17923 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-20 02:05:00 2014-12-20 03:00:00 \N \N \N \N \N 7173 t
+23712 3598 Escape to the Country eng Dorset Homeowners look for their dream rural retreat. Denise Nurse is in Dorset, helping a couple who have just moved back to the UK after four years in France. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N AD,S \N 7174 t
+23712 3331 The Great British Bake Off eng Desserts The remaining five amateur bakers have to impress Mary Berry and Paul Hollywood with their dessert skills, including a chocolate roulade and profiteroles. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N S \N 7175 t
+23712 3333 Motorway Cops eng Rulebreakers and Risktakers Fasten your safety belts for more high-speed action with the UK's traffic police. The cops are called to a crash between a car and a lorry on the M6. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 7176 t
+6848 61158 Through the Night eng \N Catriona Young presents music, including Borodin, Vasks, Stravinsky, Prokofiev, Boeck, Tchaikovsky, Vivaldi, Mozart, Nielsen, Chopin, Salzedo, Klami, Bartok, Nenov and Ruppe. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 00:30:00 2014-12-24 06:30:00 \N \N \N \N \N 7181 t
+5760 59339 Nemone's Electric Ladyland eng \N Another dance music-maker shares a trio of tunes in An Evening With, plus Nemone plays a mix of new and old skool dance, electronica, beats, breaks, funk and hip hop. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 02:00:00 \N \N \N \N \N 7190 t
+5760 59340 6 Music Classic Concert eng \N Chris Hawkins presents Blancmange at Hammersmith Palais in London in 1984. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:00:00 \N \N \N \N \N 7191 t
+5952 53394 Tommy Sandhu eng \N Get in touch with the show for a Jumma Chumma shout-out! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 06:00:00 2014-12-19 10:00:00 \N \N \N \N \N 7197 t
+4352 53286 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:30:00 \N \N \N S \N 7199 t
+4352 53287 HARDtalk eng \N Stephen Sackur speaks to Chrissie Hynde, who has one of the most distinctive voices in rock music and a record of success going back to the late 1970s. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 00:30:00 2014-12-24 01:00:00 \N \N \N S \N 7200 t
+4352 53288 Newsday eng \N Live from London and Singapore, the latest international news from the BBC. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:30:00 \N \N \N S \N 7201 t
+4352 53289 ABC World News with David Muir eng \N The latest news from America, as reported by the ABC television network's flagship evening news programme. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 01:30:00 2014-12-24 02:00:00 \N \N \N S \N 7202 t
+4352 53290 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:30:00 \N \N \N S \N 7203 t
+4352 58145 Our World: The War Widows of Afghanistan eng The untold story of the hidden victims of the war in Afghanistan the women whose husbands were killed in the fight against the Taliban. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 02:30:00 2014-12-24 03:00:00 \N \N \N S \N 7204 t
+5760 59617 Tom Ravenscroft eng \N Tom Ravenscroft sits in for Steve Lamacq with the results of the Rebel Playlist and another caller for Good Day Bad Day. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 19:00:00 \N \N \N \N \N 7205 t
+8500 5851 Garfield eng A Tale of Two Kitties Family adventure sequel starring Billy Connolly and Jennifer Love Hewitt. The loveable cat starts living the high life when, on a trip to London, he is mistaken for an aristocrat's cat. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 15:35:00 2014-12-22 17:05:00 \N \N 2006 S \N 7209 t
+8500 5852 Christmas With The Kranks eng \N Tim Allen and Jamie Lee Curtis play an exasperated couple who feel the wrath of their neighbours when they attempt to skip Christmas in this enjoyable festive family comedy. \N 2 25 f 64 eng eng 0 0 0 \N 2014-12-22 17:05:00 2014-12-22 18:55:00 \N \N 2004 AD,S \N 7210 t
+8384 59127 Channel 4 News eng \N Includes sport and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N S \N 7211 t
+33088 17378 Practical Presents eng \N Get your Christmas shopping wrapped up early with our selection of great gift ideas to delight your friends and family. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 03:00:00 2014-12-20 04:00:00 \N \N \N \N \N 7760 t
+8384 58990 The Simpsons eng Sex, Pies and Idiot Scrapes Homer is charged for fighting at the St Patrick's Day parade. He thinks becoming a bounty hunter will solve his problems but he soon runs into more trouble. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 \N \N \N AD,S \N 7212 t
+8384 58991 The Simpsons eng Lost Verizon After Bart finds Denis Leary's phone and uses it to make prank calls and accept job offers, Denis comes up with a creative punishment for Bart. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:25:00 \N \N \N AD,S \N 7213 t
+8384 58992 The Simpsons eng Double, Double Boy in Trouble Bart meets his doppelganger Simon, who comes from the richest family in town. They switch places and Bart learns that Simon's family are plotting against him. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:25:00 2014-12-20 18:00:00 \N \N \N AD,S \N 7214 t
+6912 54672 Home Front: Omnibus eng Epic drama series set in Britain during the First World War. 15-19 December 1914 As Christmas approaches, a spirit of generosity and recklessness fills the air. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:58:00 3 6 \N \N \N 7215 t
+6912 54673 Weather eng \N The latest weather forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 21:58:00 2014-12-19 22:00:00 \N \N \N \N \N 7216 t
+6912 54674 The World Tonight eng \N In-depth reporting and analysis from a global perspective. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:45:00 \N \N \N \N \N 7217 t
+6912 54675 Book at Bedtime eng \N Academy Street, by Mary Costello. Carrying the sorrow of her loss deep within her, Tess returns to visit her family in Ireland, her first trip back for 40 years. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 22:45:00 2014-12-19 23:00:00 10 10 \N \N \N 7218 t
+6912 54676 Great Lives eng Biographical series presented by Matthew Parris. Louisa M Alcott Journalist Laura Bates tells Matthew why Louisa M Alcott is her Great Life. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:30:00 2 8 \N \N \N 7219 t
+6912 54677 Today in Parliament eng \N Mark D'Arcy reports from Westminster. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 23:30:00 2014-12-19 23:55:00 \N \N \N \N \N 7220 t
+6912 54678 The Listening Project eng \N Fi Glover introduces a couple who have been married for half a century and have passed their love of their mountainous land on to their children. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 23:55:00 2014-12-20 00:00:00 \N \N \N \N \N 7221 t
+6016 40041 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 21:00:00 2014-12-20 21:05:00 \N \N \N \N \N 7230 t
+6016 40042 Newshour eng \N BBC correspondents report live from around the world to explain why events are happening and what impact they will have on our lives. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 21:05:00 2014-12-20 22:00:00 \N \N \N \N \N 7231 t
+6016 40043 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:05:00 \N \N \N \N \N 7232 t
+6016 40044 The History Hour eng \N An hour of historical reporting told by the people who were there. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-20 22:05:00 2014-12-20 23:00:00 \N \N \N \N \N 7233 t
+6016 40045 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:05:00 \N \N \N \N \N 7234 t
+6016 40046 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 23:05:00 2014-12-20 23:20:00 \N \N \N \N \N 7235 t
+6016 40047 Sports News eng \N The latest news from the world of sport. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 23:20:00 2014-12-20 23:30:00 \N \N \N \N \N 7236 t
+6016 40048 The Why Factor eng \N The extraordinary and hidden histories behind everyday objects and actions. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 23:30:00 2014-12-20 23:50:00 \N \N \N \N \N 7237 t
+6016 40049 Over to You eng \N Talk back to the BBC and challenge the programme makers. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 23:50:00 2014-12-21 00:00:00 \N \N \N \N \N 7238 t
+28288 8599 Mally Beauty eng \N Celebrity make-up artist, Mally Roncal, is renowned as one of New York's most dynamic and sought-after beauty professionals. Her beauty philosophy emphasises healthy skin that looks flawless. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:00:00 \N \N \N \N \N 7239 t
+28288 9263 Sarah Chapman High Performance Skincare eng \N Sarah Chapman has combined many years of research and experience with skin, with scientific advances to bring you a high-performance skincare range. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 07:00:00 2014-12-19 08:00:00 \N \N \N \N \N 7240 t
+28288 8708 Beauty Pick Of The Month eng \N Tune in to see QVC's Beauty Pick of the Month. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 08:00:00 2014-12-19 09:00:00 \N \N \N \N \N 7241 t
+4287 51389 Secrets of the Castle with Ruth, Peter and Tom eng \N Ruth Goodman, Peter Ginn and Tom Pinfold come together to help construct a spectacular limestone window for the chapel of the medieval castle. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-20 15:45:00 2014-12-20 16:45:00 5 5 \N AD,S \N 7245 t
+4287 56409 Nativity! eng \N Comedy starring Martin Freeman and Ashley Jensen. A teacher brags that his ex, a Hollywood producer, is thinking of turning his school's Nativity play into a film. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 16:45:00 2014-12-20 18:30:00 \N \N 2009 AD,S \N 7246 t
+4608 63310 This is CBBC! eng \N Welcome to the CBBC channel. Programmes start at 7.00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 05:30:00 2014-12-21 07:00:00 \N \N \N \N \N 7247 t
+4672 50667 Mister Maker Christmas Around the World eng \N Arts and crafts programme. In this Christmas episode, Mister Maker enjoys fun and festivities on a globetrotting tour. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:20:00 26 26 \N S \N 7248 t
+4672 50668 Melody eng Tiptoe Troll Preschool mixed-media music show. Melody listens to In the Hall of the Mountain King composed by Greig and imagines a story about trolls and stolen treasure. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 15:20:00 2014-12-19 15:30:00 15 20 \N AD,S \N 7249 t
+4672 50669 Raa Raa the Noisy Lion eng Raa Raa Can Do It Animation featuring Raa Raa, who lives in the Jingly Jangly Jungle. Raa Raa is in an overly helpful mood, and his friends start to feel excluded. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 15:30:00 2014-12-19 15:40:00 \N \N \N S \N 7250 t
+4672 50670 Charlie and Lola eng I Love Going to Granny and Grandpa's It's Just That ... Animation about a brother and sister. Charlie and Lola are going to see their grandparents, but Lola is worried. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 15:40:00 2014-12-19 15:50:00 \N \N \N AD,S \N 7251 t
+4672 50671 Minibeast Adventure with Jess eng Dragonfly Nature series. Jess is down by her pond watching dragonflies. She shows how to tell the difference between them and damselflies and finds a dragonfly baby, or nymph. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 15:50:00 2014-12-19 16:00:00 5 20 \N S \N 7252 t
+4672 50672 The Numtums eng Dar Dar's Not-so-Lucky Flower Number learning series. When Dar Dar's lucky five-petalled flower starts to lose its five petals, everything seems to go wrong for her. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:15:00 \N \N \N S \N 7253 t
+4672 50673 My Pet and Me eng Tropical Fish Series showing children what it means to have a pet. Rory visits Paddy and his tropical fish. They change the water in the fish tank and give the fish some food. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 16:15:00 2014-12-19 16:30:00 4 25 \N S \N 7254 t
+4672 50674 My Story eng Racing Car Driver Preschool history series. Grandpa Logan shares his memories with his grandson Logan. They discover that he was a racing car driver and won lots of trophies. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 16:30:00 2014-12-19 16:45:00 15 25 \N S \N 7255 t
+4672 50758 New eng Woolly and Tig: Christmas Magic Live-action children's show. Tig visits her grandad for Christmas. When she worries that there is no snow for Santa's sleigh, Woolly sings her to sleep. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 16:45:00 2014-12-19 17:00:00 \N \N \N S \N 7256 t
+4672 50759 New eng CBeebies Peter Pan Musical stage adaptation of JM Barrie's classic tale, which tells the story of the boy who would not grow up and the adventures of the Darling children in Neverland. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:40:00 \N \N \N AD,S \N 7257 t
+4672 50842 Sarah & Duck eng Seacow Snow Trail Animation. Sarah and Duck have received some Christmas presents and are keen to find out who delivered them. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 17:40:00 2014-12-19 17:45:00 \N \N \N AD,S \N 7258 t
+4672 50844 New: The Furchester Hotel: Christmas Special eng Monster Monster Day Elmo really wants Monster Monster to visit the Furchester, but there's a problem. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 17:45:00 2014-12-19 18:00:00 \N \N \N AD,S \N 7259 t
+6784 51674 After Midnight with Alex Lester eng \N Music and conversation after midnight with Alex Lester, featuring Record and Album of the Week. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 03:00:00 \N \N \N \N \N 7260 t
+27360 18791 The Robbie Keane Interview eng \N Republic of Ireland and LA Galaxy captain, Robbie Keane, chats to BT Sport after leading Galaxy to his third Major League Soccer title in four seasons in the burgeoning American league. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 19:15:00 2014-12-22 19:30:00 \N \N \N \N \N 7268 t
+27360 18043 Knicks @ Raptors eng \N NBA coverage of the all-Atlantic Division match-up from the Air Canada Centre, Toronto, as Dwane Casey's Raptors host the Knicks in the Eastern Conference. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 19:30:00 2014-12-22 21:30:00 \N \N \N \N \N 7269 t
+18112 36272 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 15:15:00 2014-12-21 15:35:00 \N \N \N \N \N 7274 t
+18112 36273 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 15:35:00 2014-12-21 16:00:00 \N \N \N \N \N 7275 t
+18112 35877 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:30:00 \N \N \N \N \N 7276 t
+18112 36274 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N \N \N 7277 t
+18112 36275 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:25:00 \N \N \N \N \N 7278 t
+18112 36484 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 17:25:00 2014-12-21 18:58:00 \N \N \N \N \N 7279 t
+27840 5226 Top Quality Gemstones from Around the World eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 7280 t
+27840 5227 Top Quality Gemstones from Around the World eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 7281 t
+27840 5228 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 7282 t
+22336 59105 Rude Tube eng Brand new series - World Wide Weird Alex Zane presents the top 50 of online oddities including the world's stupidest tattoo and the weirdest public information film ever made. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 01:20:00 2014-12-21 02:25:00 \N \N \N S \N 7285 t
+22336 59106 The Inbetweeners eng Will's Dilemma Simon and his new girlfriend Tara are on a double date with Will and Tara's friend Kerry, but Will wonders whether it's worth spending time with a girl he considers boring. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 02:25:00 2014-12-21 03:00:00 \N \N \N AD,S,SL \N 7286 t
+13024 51016 The Flight Before Christmas eng \N Animation. A young reindeer attempts to learn to fly just like his father despite being teased by his peers. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 12:55:00 2014-12-22 14:25:00 \N \N 2008 S \N 7287 t
+13024 51017 Harry and The Hendersons eng \N Easygoing comedy starring John Lithgow and Melinda Dillon. A family find their lives are turned upside down when they take home an injured yeti. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 14:25:00 2014-12-22 16:35:00 \N \N 1987 S \N 7288 t
+28480 11877 Frances and Friends eng \N Talk show hosted by Frances Swaggart, covering current events from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 23:00:00 \N \N \N \N \N 7289 t
+28480 11878 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 7290 t
+8452 59139 Kirstie's Vintage Gems eng \N Kirstie Allsopp creates a fun 1950s-inspired family playroom for Jannine and Shaun Cartwright. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 06:15:00 2014-12-24 06:35:00 \N \N \N S \N 7297 t
+8452 58741 The Nativity Story eng \N Religious drama. Catherine Hardwicke's account of the birth of Christ stars Keisha Castle-Hughes as Mary and Oscar Isaac as Joseph. With Ciaran Hinds as King Herod. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 06:35:00 2014-12-24 08:15:00 \N \N 2006 S \N 7298 t
+8452 58742 Olive the Other Reindeer eng \N Olive, a dog, hears the sad news on the radio that Blitzen the reindeer has been injured and Christmas may be cancelled. So Olive sets off with her pet flea to save the day. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-24 08:15:00 2014-12-24 09:10:00 \N \N \N S \N 7300 t
+14448 27193 Teleshopping eng \N Innovative, value-for-money products brought directly to you at home... Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:30:00 \N \N \N \N \N 7301 t
+14448 27590 Tomorrow's World eng \N Making plain the Bible's answers to the most important questions! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 07:30:00 2014-12-21 08:00:00 \N \N \N \N \N 7302 t
+14448 27591 Teleshopping eng \N Innovative, value-for-money products brought directly to you at home... Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:30:00 \N \N \N \N \N 7303 t
+14448 27194 The Lord's Challenge eng Great Joy to All People. Part 2. Luke 2 10 "Fear not: for, behold, I bring you good tidings of great joy, which shall be to all people." \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N \N \N 7304 t
+25920 20337 Vibrapower Disc BlockBuster eng \N The BlockBuster is the chance to get this product at the best offer - ever, while stocks last \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N \N \N 7305 t
+25920 20802 Williams Car Care Sale eng \N Join us for a selection of great products at amazing sale prices! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N \N \N 7306 t
+25920 20350 Elizabeth Grant Beauty Sale eng \N Join us for a selection of great products at amazing sale prices! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 7307 t
+40960 53254 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:30:00 \N \N \N \N \N 7315 t
+40960 53255 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 03:30:00 2014-12-23 03:45:00 \N \N \N \N \N 7316 t
+40960 53256 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-23 03:45:00 2014-12-23 04:00:00 \N \N \N \N \N 7317 t
+40960 53257 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:30:00 \N \N \N \N \N 7318 t
+40960 53258 HARDtalk eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 04:30:00 2014-12-23 05:00:00 \N \N \N \N \N 7319 t
+40960 53259 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 \N \N \N \N \N 7320 t
+40960 53260 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 05:30:00 2014-12-23 05:45:00 \N \N \N \N \N 7321 t
+40960 53261 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 05:45:00 2014-12-23 06:00:00 \N \N \N \N \N 7322 t
+25728 54657 SpongeBob SquarePants eng \N Cartoon about an accident-prone sea sponge and his friends Patrick Starfish, Squidward and others. \N 0 25 f 64 eng eng 5 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 \N \N \N AD,S \N 7797 t
+41040 17183 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 7327 t
+41040 17184 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N \N \N 7328 t
+41040 17185 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N \N \N 7329 t
+41040 17186 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 7330 t
+32836 31011 All Star Unplugged eng \N A platform for up-and-coming musicians and bands across all genres of music. Recorded in the Live Room, at Made in Leeds Studios. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:30:00 \N \N \N \N \N 7331 t
+32836 31013 Daniel Glyn - Questionable eng \N Join Daniel Glyn and guests at the Cameo Club in Pontcanna for an irreverent look at life in Cardiff. The stand up comedian has invited some of his best and naughty friends to shock and entertain you. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 00:30:00 2014-12-23 01:00:00 \N \N \N \N \N 7332 t
+32836 44612 Teleshopping eng \N Teleshopping for eye make-up. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:30:00 \N \N \N \N \N 7333 t
+32836 44613 Teleshopping eng \N Teleshopping for a steam mop. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 01:30:00 2014-12-23 02:00:00 \N \N \N \N \N 7334 t
+32836 44614 Teleshopping eng \N Teleshopping for beds and mattresses. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:30:00 \N \N \N \N \N 7335 t
+32836 44615 Teleshopping eng \N Teleshopping for space saving system. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 02:30:00 2014-12-23 03:00:00 \N \N \N \N \N 7336 t
+25664 55697 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 06:00:00 \N \N \N \N \N 7365 t
+8267 29700 The Store eng \N Every day The Store brings you a fantastic range of products from JML which you can purchase from the comfort of your own home. www.jmldirect.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 00:45:00 2014-12-22 02:30:00 \N \N \N \N \N 7366 t
+8267 28495 Motorsport UK eng \N Richard John Neil presents action from the final chapter of the season.Today's racing is from the Formula Ford Championship and the Porsche Carrera Cup. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:20:00 \N \N \N S \N 7367 t
+24064 59947 My Family Feast eng The Indians When a Bengali bride and a Punjabi groom come together for their wedding, Sean Connolly learns how to prepare an Indian feast for an unforgettable celebration. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 \N \N \N \N \N 7383 t
+24064 59948 My Family Feast eng The Argentinians Sean Connolly experiences the many flavours of Argentina when he meets the Yoia family and learns cooking techniques for a lively Sunday afternoon barbecue, Argentinian style. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N \N \N 7384 t
+24064 59949 My Family Feast eng The Greeks On St George's Day, Sean joins George Gavalas and his family to honour the day of his saintly namesake. Sean discovers how to make a flavoursome Greek family feast. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:30:00 \N \N \N \N \N 7385 t
+24064 59950 My Family Feast eng The Afghans Food series. Rahman and his wife Arian teach Sean Connolly how to prepare exotic Afghani food for the annual Eid al-Adha festival. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 10:30:00 2014-12-23 11:00:00 \N \N \N \N \N 7386 t
+24064 59951 My Family Feast eng The Serbians Food series. It's Stana Kolundzija's 66th birthday and she invites Sean Connolly to join her friends and extended family for a scrumptious Serbian feast. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N \N \N 7387 t
+24064 59952 What's Really in Our Food? eng \N Carolyn Robinson uncovers the real science behind the foods we eat. She finds out more about yoghurt, including if it can help with weight loss. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N \N \N 7388 t
+28416 20101 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-20 07:00:00 2014-12-20 08:30:00 \N \N \N \N \N 7408 t
+28416 20102 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-20 08:30:00 2014-12-20 10:00:00 \N \N \N \N \N 7409 t
+22752 1070 Kiss Fresh Early eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 03:00:00 2014-12-20 06:00:00 \N \N \N \N \N 7410 t
+25664 56021 Fast Track Alert! Ben Haenow eng \N We welcome the new track from Ben Haenow. This is the fantastic, 'Something I Need'! \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 15:15:00 2014-12-21 15:20:00 \N \N \N \N \N 7411 t
+22080 1455 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 13:00:00 2014-12-21 13:30:00 \N \N \N \N \N 7882 t
+25664 55735 #Your4Music eng All Star Xmas Special You control the festive videos we play. Tweet us your video request @4Music using the hashtag #Your4Music, then enjoy your 15 seconds of fame! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-21 15:20:00 2014-12-21 16:20:00 \N \N \N \N \N 7412 t
+25664 55736 Noddy Holder's 50 Best Xmas Songs! eng \N Christmas is creeping up on us, and Noddy's here to warm the cockles of your heart with his all-time festive favourites! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-21 16:20:00 2014-12-21 21:00:00 \N \N \N S \N 7413 t
+15952 4132 You've Been Framed at Christmas eng \N Harry Hill offers a seasonal selection of camcorder catastrophes, with footage from the archives of the best festive funnies - including Christmas kids and silly Santas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 03:10:00 2014-12-20 03:30:00 \N \N \N S \N 7414 t
+15952 2632 Teleshopping eng \N Shopping from home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 03:30:00 2014-12-20 07:00:00 \N \N \N \N \N 7415 t
+41120 14114 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 7427 t
+41120 14115 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 15:00:00 \N \N \N \N \N 7428 t
+25728 54658 SpongeBob SquarePants eng \N Cartoon about an accident-prone sea sponge and his friends Patrick Starfish, Squidward and others. \N 0 25 f 64 eng eng 5 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N AD,S \N 7798 t
+13024 50955 Big Foot eng The Missing Evidence Brand new documentary examining the mystery surrounding the existence of Big Foot, the giant ape-like hominid reputed to inhabit the forests of North America. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-20 04:10:00 2014-12-20 05:00:00 \N \N \N S \N 7430 t
+13024 51272 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 05:00:00 2014-12-20 07:00:00 \N \N \N \N \N 7431 t
+15840 3571 Your Vintage eng \N A celebration of YOU and your music choices. Hosted by Atomic Kitten's Liz McClarnon and BBC 6 Music presenter Matt Everitt - this week we are at Euston Station. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N \N \N 7432 t
+15840 3572 Daniel O'Donnell eng My Vintage New! Everything from big ballads to haunting instrumentals evoking his beloved homeland feature in the top song choices of Ireland's iconic singer songwriter. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N \N \N 7433 t
+22592 17730 The Sports Bar eng \N Andy Goldstein & Jason Cundy with reaction, analysis and your chance to have your say on the day's sport. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-23 22:00:00 2014-12-24 01:00:00 \N \N \N \N \N 7435 t
+24448 63878 The Breakfast Show eng \N The early bird catches the worm in a morning showcase of stunning designs. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N \N \N 7436 t
+24448 63879 Spotlight Auction eng \N Tune in every day at 10am and 10pm for a one off unmissable deal on a brand new piece of genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N \N \N 7437 t
+24448 63880 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N \N \N 7438 t
+41072 14170 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 \N \N \N \N \N 7439 t
+41072 14171 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N \N \N 7440 t
+41072 14172 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:30:00 \N \N \N \N \N 7441 t
+41072 14173 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-23 10:30:00 2014-12-23 11:00:00 \N \N \N \N \N 7442 t
+41072 14174 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N \N \N 7443 t
+41072 14175 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N \N \N 7444 t
+8325 4555 Through the Christmas Keyhole eng \N A festive Keith Lemon presents a seasonal edition of the show snooping around more homes of mystery celebrities. The studio panel are Jonathan Ross, Louis Walsh and Kym Marsh. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N S \N 7445 t
+8325 2699 Fast & Furious eng \N Action starring Vin Diesel and Paul Walker, 2009. Dominic Toretto and his former friend and FBI agent Brian O'Conner must reunite against a shared enemy \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 22:00:00 2014-12-23 00:10:00 \N \N \N AD,S \N 7446 t
+8448 59001 Rules of Engagement eng Free, Free Time When Audrey's weekly girls' evening out is cancelled at the last moment, Jeff tries to get her out of the house to reclaim his 'free night'. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:25:00 \N \N \N S \N 7451 t
+8448 59002 Rules of Engagement eng The Score Adam feels extremely lucky when he finds the perfect birthday present for Jennifer. Jeff tries to avoid finding out the final score of a sports match. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 06:25:00 2014-12-21 06:50:00 \N \N \N S \N 7452 t
+8448 59003 Rules of Engagement eng The Surrogate An enthusiastic Audrey pushes it too far with a surrogate mother whom she and Jeff are considering paying to have their baby. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 06:50:00 2014-12-21 07:10:00 \N \N \N S \N 7453 t
+8448 59004 Rules of Engagement eng Reunion Audrey attends her school reunion intent on proving to her former classmates how great her life is. Russell accidentally ruins Timmy's dinner party. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 07:10:00 2014-12-21 07:35:00 \N \N \N S \N 7454 t
+8448 59005 Rules of Engagement eng Harassment A new employee who takes exception to Audrey files a sexual harassment claim against her. Timmy challenges Jeff to a game of cricket. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 07:35:00 2014-12-21 08:00:00 \N \N \N S \N 7455 t
+8448 59006 Rules of Engagement eng They Do? In the final episode of series four, Adam and Jennifer organise a secret wedding ceremony, but a series of unfortunate events soon puts their plans in jeopardy. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:30:00 \N \N \N S \N 7456 t
+8448 59007 How I Met Your Mother eng Best Prom Ever Marshall and Lily's dream wedding venue becomes free and they set a date for their nuptials. Lily, however, worries that she's not ready to get married. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N AD,S \N 7457 t
+41008 59139 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-24 06:15:00 2014-12-24 06:35:00 \N \N \N \N \N 7458 t
+41008 58741 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 06:35:00 2014-12-24 08:15:00 \N \N \N \N \N 7459 t
+41008 58742 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 08:15:00 2014-12-24 09:10:00 \N \N \N \N \N 7460 t
+41136 50310 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 09:35:00 2014-12-21 11:05:00 \N \N \N \N \N 7461 t
+41136 50311 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 11:05:00 2014-12-21 13:10:00 \N \N \N \N \N 7462 t
+14816 1002 1-2-1 Dating - AFTER DARK eng \N Introducing 1-2-1 Dating's new AFTER DARK section at a VERY special low price! Strictly for the open-minded and unshockable. Curious? Check it out! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 22:00:00 2014-12-24 00:00:00 \N \N \N \N \N 7468 t
+14608 32040 Amnesia eng \N British suspense drama packed with intricate twists and turns. An amnesiac might be a key figure in Detective Mackenzie Stone's search for his own wife, who disappeared five years ago. Part 1/2 \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 21:00:00 2014-12-23 23:00:00 \N \N 2004 \N \N 7470 t
+23280 5878 Flirt Zone eng \N Flirt with thousands of people across the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 02:00:00 \N \N \N \N \N 7941 t
+14608 32041 The Christmas Pageant eng \N When a temperamental Broadway director is fired from yet another job, she is forced to direct a community Christmas pageant. Starring Melissa Gilbert \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 23:00:00 2014-12-24 01:00:00 \N \N 2011 \N \N 7471 t
+14752 40840 Christian Williams eng \N Join Christian for the biggest tunes from the Capital playlist. Get involved @CapitalOfficial on Twitter or hit capitalfm.com for more. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:00:00 \N \N \N \N \N 7473 t
+23152 17383 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:30:00 \N \N \N \N \N 7474 t
+23152 17384 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 03:30:00 2014-12-20 04:00:00 \N \N \N \N \N 7475 t
+23152 17385 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 04:00:00 2014-12-20 05:00:00 \N \N \N \N \N 7476 t
+23152 17386 I, Detective eng Season 1 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:30:00 \N \N \N \N \N 7477 t
+23152 17387 I, Detective eng Season 1 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N \N \N 7478 t
+24448 63990 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 03:00:00 2014-12-20 04:00:00 \N \N \N \N \N 7479 t
+24448 63991 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 04:00:00 2014-12-20 05:00:00 \N \N \N \N \N 7480 t
+24448 63992 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 05:00:00 2014-12-20 06:00:00 \N \N \N \N \N 7481 t
+16016 7476 Housewife, 49 eng \N Victoria Wood stars as a downtrodden wife and mother, whose life dramatically improves after the outbreak of WWII when she joins the Women's Voluntary Service. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:04:00 \N \N \N AD,S \N 7495 t
+8283 25644 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:40:00 \N \N \N S,SL \N 7499 t
+23280 5868 Picture Dating eng \N Send a Picture, find your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 02:00:00 2014-12-24 04:00:00 \N \N \N \N \N 7942 t
+8442 55915 Posh Pawn at Christmas eng \N In this Christmas Special, James shocks the team by offering free valuations for charity. Caprice sells a designer dress for a worthy cause. And the staff prepare for their Christmas party. \N 2 25 f 3 eng \N 9 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N S \N 7505 t
+8442 55916 Snowstorm eng Britain's Big Freeze In the first weeks of February 2009, travellers were stranded and thousands of schools closed as Britain had its worst snowfalls in 18 years. This film documents that extraordinary time. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:10:00 \N \N \N S \N 7506 t
+8442 55918 The World's Biggest Penis eng \N Meet the men, including one who claims to have the world's biggest penis, who reveal there is a bittersweet side to nature's gift, and lift the veil on a taboo subject. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-23 23:10:00 2014-12-24 00:15:00 \N \N \N S \N 7507 t
+23968 4471 Timothy Goes to School eng \N The Franks learn that doing things as individuals means they have more things to share when they are together and the class think about what they'd like to do when they grow up. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:30:00 \N \N \N \N \N 7525 t
+23968 4472 Strawberry Shortcake eng Berry Bitty Adventures New. Plum disregards Strawberry's rule to sign up for use of the caf, and is forced to reschedule a big dance recital. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 \N \N \N \N \N 7526 t
+23968 4716 Programmes will resume at 03 eng 00pm Programmes will resume at 03.00pm \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 19:00:00 2014-12-22 06:00:00 \N \N \N \N \N 7527 t
+12928 42084 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:30:00 \N \N \N \N \N 7542 t
+12928 42085 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 06:30:00 2014-12-20 07:00:00 \N \N \N \N \N 7543 t
+12928 42086 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:30:00 \N \N \N \N \N 7544 t
+12928 42087 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 \N \N \N \N \N 7545 t
+12928 42088 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:30:00 \N \N \N \N \N 7546 t
+12928 42089 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N \N \N 7547 t
+41104 19986 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 05:00:00 2014-12-20 09:00:00 \N \N \N \N \N 7548 t
+8283 28093 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 03:40:00 2014-12-21 06:00:00 \N \N \N \N \N 7550 t
+12992 30793 ...programmes start at 12.00pm eng \N . \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 03:00:00 2014-12-20 06:00:00 \N \N \N \N \N 7554 t
+23712 3037 Programmes continue at 08:00am eng Programmes continue at 08 00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 04:00:00 2014-12-20 07:00:00 \N \N \N \N \N 7558 t
+28160 15848 Christianity Works eng \N Bernie Dymet with unique, down-to-earth teaching to equip your discipleship \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:15:00 \N \N \N \N \N 7565 t
+28160 15849 New Horizons eng \N Dr. Tayo Adeyemi from New Wine Church with teaching to develop your Christian walk. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 18:15:00 2014-12-23 18:30:00 \N \N \N \N \N 7566 t
+28160 15850 Living Truth eng \N Charles Price brings us inspiring Bible teaching from Canada. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N \N \N 7567 t
+28160 15851 Grace to You eng \N Unleashing God's truth, one verse at a time, with Dr. John MacArthur. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 7568 t
+28160 15852 Through the Bible eng \N The systematic Bible teaching of Dr. J. Vernon McGee takes listeners through the entire Bible in just five years, \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N \N \N 7569 t
+28160 15853 Life Study of the Bible eng \N Teaching from Witness Lee and discussion on Bible topics. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:30:00 \N \N \N \N \N 7570 t
+28160 15854 In Touch eng \N Lively teaching from well-renowned Bible teacher, Dr. Charles Stanley. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N \N \N 7571 t
+28512 684 The Morning Show eng \N Good morning! Chat over a cuppa and cornflakes with us and tell us what you're up to. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 05:00:00 2014-12-20 11:00:00 \N \N \N \N \N 7572 t
+22208 6214 Revolution eng The Dark Tower In an explosive season finale, Miles and Monroe face off while Aaron and Rachel must take their chance to try to turn the power back on. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 03:00:00 2014-12-20 04:00:00 20 \N \N S,AD 1 7573 t
+22208 6215 Most Haunted eng Sutton House Entertainment series following Yvette Fielding and a team of paranormal experts as they spend 24 hours in Britain and Ireland's most haunted locations. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 04:00:00 2014-12-20 05:00:00 \N \N \N S \N 7574 t
+22208 6216 RSPCA Animal Rescue eng \N Moving series following RSPCA workers across Australia as they work to help animals in need. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:30:00 \N \N \N S \N 7575 t
+22208 6217 RSPCA Animal Rescue eng \N Moving series following RSPCA workers across Australia as they work to help animals in need. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N S \N 7576 t
+17664 58657 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-20 21:30:00 2014-12-20 23:15:00 \N \N \N \N \N 7577 t
+17664 58996 eng \N \N \N \N \N \N \N \N \N 1 0 0 \N 2014-12-20 23:15:00 2014-12-21 01:10:00 \N \N \N \N \N 7578 t
+23296 5816 Something for Everyone eng \N Thousands of like-minded people are waiting for you now. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 04:00:00 2014-12-20 06:00:00 \N \N \N \N \N 7597 t
+28032 26913 Nitro Circus eng Home Sweet Home Reality series. The crew head back to the Utah birthplace of Nitro Circus, to race and wreck everything they can. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 03:15:00 2014-12-22 03:35:00 \N \N \N \N \N 7598 t
+28032 26914 Nitro Circus eng The Circus Heads West Ronnie Renner invites the Nitro crew to California, where Johnny Knoxville is waiting to play bull croquet. They also drop in to Rob Drydek's Fantasy Factory. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 03:35:00 2014-12-22 03:55:00 \N \N \N \N \N 7599 t
+28032 30352 The Professionals eng Not a Very Civil Civil Servant Action-packed series about two criminal intelligence agents. CI5 uncover corruption surrounding the awarding of contracts to build housing estates. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-22 03:55:00 2014-12-22 04:45:00 \N \N \N AD,S,SL \N 7600 t
+28032 30353 The Professionals eng A Stirring of Dust Drama series about two intelligence agents. CI5 become involved in the search for a former Soviet spy whose defection threatens international security. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-22 04:45:00 2014-12-22 05:35:00 \N \N \N AD,S,SL \N 7601 t
+28032 28599 Tommy Cooper eng \N Comedy and magic from comedian Tommy Cooper. Guests include Clovissa Newcombe, Peter Reeves, and horror film superstar Vincent Price. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 05:35:00 2014-12-22 06:00:00 \N \N \N S \N 7602 t
+27744 42365 S.O.F. - Special Ops Force eng \N An elite crime fighting group combines non-lethal weaponry and special operations capabilities which enable them to go places and perform tasks above and beyond ordinary law enforcement. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 03:05:00 2014-12-20 03:55:00 \N \N \N \N \N 7614 t
+27744 42041 Hawaii Five-O eng \N Cult US cop drama following a special police unit headed up by Steve McGarrett (Jack Lord). A 10-year-old case is reopened when an archaeological dig unearths two skeletons. S4 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 03:55:00 2014-12-20 04:45:00 1 24 \N \N \N 7615 t
+27744 42042 Nash Bridges eng \N The high-action exploits of San Francisco police officer Nash Bridges. Nash and Joe find a leak in the prosecution team and relocate someone in the Witness Protection Programme./18 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 04:45:00 2014-12-20 06:00:00 7 \N \N \N 2 7616 t
+14832 1359 Blue Gay Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Gay Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 7620 t
+14832 1360 Blue Gay Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Gay Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 22:00:00 2014-12-24 00:00:00 \N \N \N \N \N 7621 t
+28160 15758 Early Morning Worship eng \N Start your weekend with some of the world's best worship music. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 04:00:00 2014-12-20 06:00:00 \N \N \N \N \N 7630 t
+14800 1359 Blue Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 7642 t
+14800 1360 Blue Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 22:00:00 2014-12-24 00:00:00 \N \N \N \N \N 7643 t
+32836 42939 Teleshopping eng \N Teleshopping for eye make-up. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:30:00 \N \N \N \N \N 7644 t
+32836 42954 Teleshopping eng \N Teleshopping for a steam mop. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 03:30:00 2014-12-20 04:00:00 \N \N \N \N \N 7645 t
+32836 42968 Teleshopping eng \N Teleshopping for beds and mattresses. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:30:00 \N \N \N \N \N 7646 t
+32836 42982 Teleshopping eng \N Teleshopping for space saving system. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 04:30:00 2014-12-20 05:00:00 \N \N \N \N \N 7647 t
+32836 42996 Teleshopping eng \N Teleshopping for slim and lift Caresse jeans. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:30:00 \N \N \N \N \N 7648 t
+32836 42940 Teleshopping eng \N Teleshopping for eye make-up. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N \N \N 7649 t
+16208 37880 Wish Me Luck eng \N Classic British drama series about the exploits of British women agents during the Second World War. Philippe tries to thwart Stuckler's plans to take over the plateau. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:45:00 \N \N \N S \N 7650 t
+16208 37881 Wish Me Luck eng \N The World War II drama series reaches its thrilling climax. Philippe makes the ultimate sacrifice for his Resistance colleagues. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-20 03:45:00 2014-12-20 04:35:00 \N \N \N S \N 7651 t
+16208 37882 A Garden for All Seasons eng Gloucestershire Charlie Dimmock teams up with Anne-Marie Powell for this informative and entertaining series. Anne-Marie visits a garden set in a small woodland in Gloucestershire. \N 0 25 f 3 eng eng 10 0 0 \N 2014-12-20 04:35:00 2014-12-20 05:00:00 \N \N \N S \N 7652 t
+16208 40600 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 05:00:00 2014-12-20 08:00:00 \N \N \N \N \N 7653 t
+41008 58991 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:25:00 \N \N \N \N \N 7655 t
+41008 58992 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 18:25:00 2014-12-20 19:00:00 \N \N \N \N \N 7656 t
+41008 58994 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-20 19:00:00 2014-12-20 21:00:00 \N \N \N \N \N 7657 t
+27648 4402 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:30:00 \N \N \N \N \N 7658 t
+27648 4403 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:30:00 2014-12-21 07:00:00 \N \N \N \N \N 7659 t
+27648 4404 Destroyed in Seconds eng \N Incredible high-speed bus crashes caught on camera; a violent and fast spreading fire threatens an entire city block and a collection of massive space-race rocket explosions. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:20:00 \N \N \N \N \N 7660 t
+27648 4405 Destroyed in Seconds eng \N A rogue driverless motorcycle goes on a rampage in the direction of a stand of spectators; an angry bull takes aim at a crowd and a daring snowmobile jump comes up short. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 07:20:00 2014-12-21 07:45:00 \N \N \N \N \N 7661 t
+27648 4406 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 07:45:00 2014-12-21 08:10:00 \N \N \N \N \N 7662 t
+27648 4407 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 08:10:00 2014-12-21 08:35:00 \N \N \N \N \N 7663 t
+27648 4408 Fishing Road Trip USA eng New Hampshire At Franconia Notch State Park Lake, Paul meets passionate brook-trout fisher Ritchie Bernard, who shows the best way to catch trophy-sized brookies. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 08:35:00 2014-12-21 09:00:00 \N \N \N \N \N 7664 t
+32836 44619 Teleshopping eng \N Teleshopping for beds and mattresses. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 04:30:00 2014-12-23 05:00:00 \N \N \N \N \N 8468 t
+8264 41878 The Aquabats! Super Show! eng The Floating Eye of Death! Exhausted after a playing a rock concert, The Aquabats! pull into an isolated truck stop to catch some sleep - but their peace and quiet is short-lived. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:25:00 \N \N \N S \N 7665 t
+8264 42332 Pat & Stan eng Stuart Does Everything Pat the purple hippo and his friend Stan the yellow dog turn every event into the craziest of adventures! It is not looking good for the football match. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 06:25:00 2014-12-21 06:35:00 \N \N \N AD,S,SL \N 7666 t
+8264 42616 Pat & Stan eng Roll with It Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! Pat's latest book gives him confidence. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 06:35:00 2014-12-21 06:40:00 \N \N \N AD,S,SL \N 7667 t
+8264 41879 Dino Dan: Trek's Adventures eng Everyone Loves Marine Reptiles Jurassic adventures. Mum takes Trek and Penelope to Marineland, Trek imagines what it would be like if there was a show with prehistoric reptiles! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:40:00 2014-12-21 06:50:00 \N \N \N S,SL \N 7668 t
+8264 41880 Dino Dan eng Twas a Dinosaur Join palaeontologist-in-training Dan Henderson as he takes kids on a Jurassic journey. Dan takes the poem The Night Before Christmas and gives it a dinosaur spin. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:50:00 2014-12-21 07:05:00 \N \N \N S,SL \N 7669 t
+8264 34108 Canimals eng Mousetak Can When the humans mistake the Canimals' mess for droppings, they return with a whole lot of mouse and rat traps. The Canimals welcome the new buffet of cheese! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:05:00 2014-12-21 07:10:00 \N \N \N S \N 7670 t
+8264 35307 Canimals eng Snow Cans The Canimals find themselves racing for their lives, pursued by an ever-growing ball of snow. Will they manage to get themselves out of this in one piece? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:10:00 2014-12-21 07:20:00 \N \N \N S \N 7671 t
+8264 35313 Signed Stories: Share a Story eng My Motorbike The simple tale of a boy who dreams of motorcycle adventures whilst playing on his scooter in his back yard. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:20:00 2014-12-21 07:25:00 \N \N \N S,SL \N 7672 t
+8264 44274 Sooty eng Pranks and Presents When the hook-a-duck stall runs out of prizes, Sooty's hopes are on his teddy bear machine, but he gets a little extra help. Guest starring Brian Blessed. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:25:00 2014-12-21 07:35:00 \N \N \N S \N 7673 t
+8264 34722 Mr Bean eng A Royal Makeover The animated antics of the hapless bumbler. Mr Bean decides to decorate his room in the style of Buckingham Palace and selects the same wallpaper as the Queen has. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 07:35:00 2014-12-21 07:50:00 \N \N \N AD,S \N 7674 t
+8264 41883 Ultimate Spider-Man eng The Incredible Spider-Hulk Animated adventures. Mesmero wreaks havoc again when he switches Spider-Man and Hulk's brains. The Wallcrawler has to contend with the blue eyed Thing. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:50:00 2014-12-21 08:15:00 \N \N \N S \N 7675 t
+8264 41884 Horrid Henry eng Horrid Henry and the Perfect Panto Animated adventures. When Henry's school panto is cancelled, Margaret will not take no for an answer - which is a good thing and a bad thing! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 08:15:00 2014-12-21 08:30:00 \N \N \N AD,S \N 7676 t
+8264 41885 Big Time Rush eng Big Time Dreams (Part 2) Members of a boy band try to make it big in the music industry. The band must stop an evil genius who wants to hypnotise everyone in the crowd. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N S \N 7677 t
+14752 40821 Will Cozens eng \N Will takes you into the early hours with the biggest tracks from the Capital playlist. Get involved @CapitalOfficial on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 04:00:00 \N \N \N \N \N 7678 t
+8384 59213 The Simpsons eng Mypods and Broomsticks The family go to the mall to buy Lisa a Mypod but Bart causes chaos when he interrupts tycoon Steve Mobbs' announcement. And Homer is suspicious of Bart's new pal. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 09:05:00 2014-12-24 09:35:00 \N \N \N AD,S \N 7686 t
+41056 18069 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:05:00 \N \N \N \N \N 7986 t
+8384 59214 The Simpsons eng The Burns and the Bees Mr Burns wins a basketball team in a game of poker, but Lisa is left reeling by his proposal to erect a stadium in the same place where she has built a bee colony. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 09:35:00 2014-12-24 10:10:00 \N \N \N AD,S \N 7687 t
+8384 58747 The Iron Giant eng \N Animation. A mysterious alien robot lands in late 1950s America, where he is hunted by the paranoid US authorities. But a young lad meets, befriends and tries to help the visitor. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 10:10:00 2014-12-24 11:50:00 \N \N 1999 S \N 7688 t
+8384 59145 Father Christmas eng \N Classic animation based on Raymond Briggs's book. What does Father Christmas do with himself for the other 364 days of the year? Here's a chance to find out. Voiced by Mel Smith. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 11:50:00 2014-12-24 12:30:00 \N \N \N S \N 7689 t
+13120 7708 In the Salon with SBC eng \N SBC have captured the essences of plants to soothe your body. Tune in to find out how your skin can benefit from their renowned natural gel formulations. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 7698 t
+13120 7709 Lavender Tanzanite Collection eng \N Prized for its gorgeous violet hues, this special collection showcases luxurious tanzanite set in sterling silver, in a variety of feminine and exotic jewellery designs. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 7699 t
+13120 8570 Household Helpers featuring H2O eng \N Take the elbow grease out of household chores with our superb selection of products for a shipshape home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 7700 t
+23152 17475 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:30:00 \N \N \N \N \N 7702 t
+23152 17476 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-22 12:30:00 2014-12-22 13:00:00 \N \N \N \N \N 7703 t
+23152 17477 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N \N \N 7704 t
+23152 17478 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N \N \N 7705 t
+23152 17479 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N \N \N 7706 t
+15232 18879 Michelle B Fans' Fantasies 3 eng \N Top model Michelle B gets inspired by a phone message from a fan. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 03:10:00 2014-12-20 03:35:00 \N \N \N \N \N 7707 t
+15232 18880 Access All Areas 2 eng \N Rock star Jay is giving his guitar a good plucking when a couple of groupie 18+ girls turn up to make a different kind of music. Tallulah Tease is a tattooed punk and Shay Hendrix a gorgeous blonde! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 03:35:00 2014-12-20 04:00:00 \N \N \N \N \N 7708 t
+8442 56179 Jamie's Family Christmas eng \N In this five-part series, Jamie Oliver shares his kitchen secrets for a stress-free family Christmas. First, Jamie shows how to roast the best, most succulent turkey ever. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 09:20:00 2014-12-20 09:50:00 \N \N \N S \N 7710 t
+8442 56180 Jamie's Family Christmas eng \N Jamie Oliver's guide to a stress-free family Christmas continues with the lowdown on brunches, lunches, snacks and special bits and pieces. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 09:50:00 2014-12-20 10:20:00 \N \N \N S \N 7711 t
+8442 55843 George Clarke's Amazing Spaces at Christmas eng George Clarke visits a festive gingerbread house, an underground grotto filled with over four million shells, a beach hut advent calendar, and some other memorable builds \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 10:20:00 2014-12-20 11:25:00 \N \N \N AD,S \N 7712 t
+8442 55844 Come Dine with Me eng \N This Christmas competition comes from south-east London, where model agency boss Jules Hobbs is putting on an evening of 'Glitz & Glamour'. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:25:00 2014-12-20 11:55:00 \N \N \N S \N 7713 t
+8442 55845 Come Dine with Me eng \N It's day two of the festive competition in south-east London, and eccentric banker Tom Judge goes old school with a Dickensian-themed Christmas, including a Mr Fizzy Wigs punch. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:55:00 2014-12-20 12:30:00 \N \N \N S \N 7714 t
+17472 56500 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 06:35:00 2014-12-21 07:35:00 \N \N \N \N \N 7715 t
+17472 55497 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-21 07:35:00 2014-12-21 09:05:00 \N \N \N \N \N 7716 t
+14372 8125 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 01:00:00 \N \N \N \N \N 7718 t
+14372 8126 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 01:00:00 2014-12-24 02:00:00 \N \N \N \N \N 7719 t
+14372 8127 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 02:00:00 2014-12-24 03:00:00 \N \N \N \N \N 7720 t
+24016 12854 Silent Night eng \N Christmas Eve 1944 and three American soldiers arrive at a remote cabin where a mother and her son are sheltering. Suddenly a German patrol arrives... Stars Linda Hamilton. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 09:50:00 2014-12-20 11:40:00 \N \N 2002 \N \N 7721 t
+24016 12855 Casbah eng \N The leader of a gang of jewel thieves in Algiers is wanted by the authorities in his native France. Stars Yvonne de Carlo and Tony Martin. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 11:40:00 2014-12-20 13:20:00 \N \N 1948 \N \N 7722 t
+8452 59127 Channel 4 News eng \N Includes sport and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N S \N 7724 t
+8452 58990 The Simpsons eng Sex, Pies and Idiot Scrapes Homer is charged for fighting at the St Patrick's Day parade. He thinks becoming a bounty hunter will solve his problems but he soon runs into more trouble. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 \N \N \N AD,S \N 7725 t
+27904 2133 Programmes start at 11pm eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 04:45:00 2014-12-20 23:00:00 \N \N \N \N \N 7726 t
+27520 802 Programmes start at midnight eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 05:00:00 2014-12-21 00:00:00 \N \N \N \N \N 7727 t
+24480 3604 Christmas In The Studio eng \N A cracker of a festive show, as Michael Ball and Martine McCutcheon present our Christmas show with performances from top artists, and a certain Jive Bunny! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 \N \N \N \N \N 7728 t
+24480 3605 Mistletoe Magic eng \N Pucker up for a smacker of a festive selection as we bring you a touch of mistletoe and a sprinkle of magic. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N \N \N 7729 t
+26368 6015 Through The Night eng \N Dave Brown takes you through the night with more of your Smooth favourites. From midnight. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 04:00:00 \N \N \N \N \N 7730 t
+22226 11815 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:30:00 \N \N \N S,AD \N 7731 t
+22226 11816 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 03:30:00 2014-12-20 04:00:00 \N \N \N S,AD \N 7732 t
+22226 11817 It's Not What You Know eng \N Chris Tarrant presents the game show in which contestants have to predict whether a panel of celebrities can correctly answer questions in their specialist subject areas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 04:00:00 2014-12-20 05:00:00 \N \N \N S \N 7733 t
+22226 11818 Whittle eng \N Comedian Tim Vine hosts the quiz show that whittles down 100 players to a single winner through a series of multiple-choice general knowledge questions. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:30:00 \N \N \N S,AD \N 7734 t
+22226 11819 Whittle eng \N Comedian Tim Vine hosts the quiz show that whittles down 100 players to a single winner through a series of multiple-choice general knowledge questions. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N S,AD \N 7735 t
+26368 36397 Smooth Saturday with Myleene Klass eng \N Join Myleene Klass every Saturday morning from 10.00am for a selection of great music and chat \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 14:00:00 \N \N \N \N \N 7736 t
+24464 50304 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 23:05:00 2014-12-21 00:10:00 \N \N \N \N \N 7743 t
+22752 1117 Kiss Fresh with Tinea eng \N Tinea with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 11:00:00 2014-12-24 15:00:00 \N \N \N \N \N 7744 t
+27712 22019 Al Jazeera World eng \N The story of how the First Intifada grew from its start in 1987 into a movement lasting for 6 years, told through the eyes of people who lived through it \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:00:00 2 2 \N \N \N 7749 t
+27712 22020 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:30:00 \N \N \N \N \N 7750 t
+27712 22021 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 07:30:00 2014-12-23 08:00:00 \N \N \N \N \N 7751 t
+27712 22022 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:30:00 \N \N \N \N \N 7752 t
+27712 22023 The Stream eng \N The advantages, and disadvantages, of being good looking. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:00:00 \N \N \N \N \N 7753 t
+28352 2184 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:20:00 \N \N \N \N \N 7754 t
+28352 2185 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 03:20:00 2014-12-20 04:00:00 \N \N \N \N \N 7755 t
+28352 2186 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:30:00 \N \N \N \N \N 7756 t
+28352 2187 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 04:30:00 2014-12-20 05:00:00 \N \N \N \N \N 7757 t
+28352 2188 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:30:00 \N \N \N \N \N 7758 t
+28352 2189 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N \N \N 7759 t
+33088 17379 Links of London eng \N QVC are proud to present an hour of Links of London. This renowned brand showcases contemporary classics and fashion must-haves for every jewellery wardrobe. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 04:00:00 2014-12-20 05:00:00 \N \N \N \N \N 7761 t
+33088 17380 Jewellery Gift Ideas eng \N Discover our wide selection of sumptuous jewellery designs and find the perfect present to bring a sparkle to someone special. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 05:00:00 2014-12-20 06:00:00 \N \N \N \N \N 7762 t
+22080 1453 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 12:00:00 2014-12-21 12:30:00 \N \N \N \N \N 7768 t
+12992 30813 NCIS eng Mother's Day US drama following the work of the navy's dedicated federal agency. Gibbs is forced to revisit his past when his former mother-in-law turns out to be a witness in a murder inve... \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N AD,S \N 7775 t
+12992 30814 NCIS eng Double Identity Crime drama series involving Navy and Marine Corps personnel. The NCIS team make a surprising discovery while investigating the shooting of a Marine. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N AD,S \N 7776 t
+12992 30815 NCIS eng Jurisdiction Crime drama series involving Navy and Marine Corps personnel. The NCIS team works with the Coast Guard Investigative Service when a Navy diver seeking sunken treasure is murdered. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N AD,S \N 7777 t
+23184 17382 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 03:00:00 2014-12-20 04:00:00 \N \N \N \N \N 7778 t
+23184 17383 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:30:00 \N \N \N \N \N 7779 t
+23184 17384 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 04:30:00 2014-12-20 05:00:00 \N \N \N \N \N 7780 t
+23184 17385 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 05:00:00 2014-12-20 06:00:00 \N \N \N \N \N 7781 t
+22720 1303 Michael eng \N Michael with the big Kiss tunes \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 04:00:00 2014-12-20 06:00:00 \N \N \N \N \N 7782 t
+22720 1356 Kiss Drum & Bass eng \N Sigma, Kove, Dimension, Jakwob on rotation mixing the hottest D&B \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 00:00:00 2014-12-24 01:00:00 \N \N \N \N \N 7785 t
+22720 1357 DJ Hype eng \N Legendary DJ Hype playing the freshest Drum & Bass \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 01:00:00 2014-12-24 02:00:00 \N \N \N \N \N 7786 t
+22720 1358 Freddie eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 02:00:00 2014-12-24 06:00:00 \N \N \N \N \N 7787 t
+20352 60706 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 04:40:00 2014-12-20 07:00:00 \N \N \N \N \N 7788 t
+28096 59453 Dave Gorman Modern Life is Goodish eng Winston Churchill's Pants Sharp stand-up from our Dave, who answers life's burning questions. What is Richard Branson capable of? And should David Dickinson be stopped? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 01:00:00 \N \N \N S \N 7789 t
+28096 59454 QI XL eng Knights and Knaves Wit and wisdom. Noble squire Stephen Fry joins gallant guests Victoria Coren, Sue Perkins, Rev Richard Coles and Alan Davies at the round table of knowledge. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 02:00:00 \N \N \N S \N 7790 t
+28096 60669 Have I Got a Bit More News for You eng \N A bumper instalment of topical laughs with Paul Merton and Ian Hislop. Guest host Kirsty Young attempts to keep guest panellists Gyles Brandreth and Marcus Brigstocke in order. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:40:00 \N \N \N S \N 7791 t
+28096 60670 Have I Got a Bit More News for You eng \N Another bumper instalment of topical, irreverent humour. Captains Paul Merton and Ian Hislop are joined by guest host David Mitchell and panellists Roisin Conaty and Andy Hamilton. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 02:40:00 2014-12-24 03:15:00 \N \N \N S \N 7792 t
+17664 59213 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 09:05:00 2014-12-24 09:35:00 \N \N \N \N \N 7793 t
+17664 59214 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 09:35:00 2014-12-24 10:10:00 \N \N \N \N \N 7794 t
+17664 58747 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 10:10:00 2014-12-24 11:50:00 \N \N \N \N \N 7795 t
+17664 59145 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 11:50:00 2014-12-24 12:30:00 \N \N \N \N \N 7796 t
+41056 18070 eng \N \N \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 11:05:00 2014-12-22 12:00:00 \N \N \N \N \N 7987 t
+25728 54659 My Wife and Kids eng No Rules Cool comedy about a family with a house-husband. Michael decides to let the kids live a rule-free life, but on the condition that they do everything for themselves. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:30:00 \N \N \N S \N 7799 t
+25728 54660 My Wife and Kids eng Perfect Dad Cool comedy about a family in which a father gets thrown into the deep end when his wife takes a job as a high-flying stockbroker, leaving him to play house-husband. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 10:30:00 2014-12-23 11:00:00 \N \N \N S \N 7800 t
+25728 54661 Your Greatest Christmas Song Ever eng \N Join Rylan Clark for the results of Your Greatest Christmas Song Ever! Which yuletide anthem tops the chart? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 11:00:00 2014-12-23 15:00:00 \N \N \N \N \N 7801 t
+22272 64820 QI eng Dictionaries Stephen Fry hosts the enlightening quiz. Alan Davies, Phill Jupitus, Ronni Ancona and Rory Bremner are the very definition of 'interesting' as they tackle dictionaries. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 15:20:00 2014-12-21 16:00:00 \N \N \N S \N 7802 t
+22272 64821 QI eng Danger Stephen Fry hosts the intellectually stimulating quiz show. This edition features Sean Lock, Jimmy Carr, Jo Brand and Alan Davies, who are tackling the subject of danger. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:40:00 \N \N \N S \N 7803 t
+22080 1454 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:00:00 \N \N \N \N \N 7804 t
+22272 64822 QI eng Dogs Stephen Fry hosts the always amusing and informative quiz show. Guests Liza Tarbuck, Jeremy Clarkson and Neil Mullarkey join Alan Davies to answer posers on all things canine. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 16:40:00 2014-12-21 17:20:00 \N \N \N S \N 7805 t
+22272 64823 QI eng Discoveries Stephen Fry hosts the quiz show in which contestants are rewarded more if their answers are 'quite interesting'. With Arthur Smith, Clive Anderson, Vic Reeves and Alan Davies. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 17:20:00 2014-12-21 18:00:00 \N \N \N S \N 7806 t
+28352 2250 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:30:00 \N \N \N \N \N 7817 t
+28352 2251 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 15:30:00 2014-12-21 16:00:00 \N \N \N \N \N 7818 t
+28352 2252 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:30:00 \N \N \N \N \N 7819 t
+28352 2253 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N \N \N 7820 t
+28352 2254 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:30:00 \N \N \N \N \N 7821 t
+28352 2255 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 17:30:00 2014-12-21 18:00:00 \N \N \N \N \N 7822 t
+8267 15521 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 00:10:00 2014-12-19 03:00:00 \N \N \N \N \N 7823 t
+27456 45318 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:30:00 \N \N \N \N \N 7828 t
+27456 45319 Worlds Apart With Oksana Boyko eng \N Worlds Apart is a fast-paced, in-depth discussion on the pressing issues of the day. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 15:30:00 2014-12-21 16:00:00 \N \N \N \N \N 7829 t
+27456 45320 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:30:00 \N \N \N \N \N 7830 t
+27456 45321 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N \N \N 7831 t
+27456 45322 News Weekly eng \N The week's most important news review. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:45:00 \N \N \N \N \N 7832 t
+27456 45323 Venture Capital eng \N Weekly business programme hosted by Katie Pilbeam covering the most important and interesting events in the world of business. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 17:45:00 2014-12-21 18:00:00 \N \N \N \N \N 7833 t
+27744 42072 The High Chaparral eng \N The Cannon family fight to establish a ranch in the Arizona territory of the 1870s. Big John Cannon is unceasing in his determination to carve a life in the untamed west. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 7837 t
+27744 42073 Gunsmoke eng \N Classic Western series based in the tough town of Dodge City. A young gunman falls for one of Kitty's saloon girls while waiting to kill Marshal Matt Dillon and rob the bank./29 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 18 \N \N \N 6 7838 t
+27744 42074 Gunsmoke eng \N Marshal Matt Dillon keeps the peace in the rough and tumble Dodge City. A boy comes to Dodge City in search of his father only to learn that he is a wanted criminal./29 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 19 \N \N \N 6 7839 t
+26240 11722 80s Heat eng \N Non-Stop 80s tunage! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 16:00:00 2014-12-21 18:00:00 \N \N \N \N \N 7840 t
+32896 8603 Totally Spies eng \N A villain who wants to be the most evolved, advanced person on the face of the planet invents a crazy device which physically shrinks peoples' brains. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N \N \N 7841 t
+32896 8605 My Little Pony eng \N Twilight Sparkle and Spike attempt to warn Princess Celestia about the return of the wicked Night Mare Moon. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 1 2 \N \N \N 7843 t
+32896 8606 My Little Pony eng \N Night Mare Moon challenges the ponies with individual obstacles they must overcome to find the Elements of Harmony before it is too late. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 2 2 \N \N \N 7844 t
+41104 19995 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 17:00:00 2014-12-21 21:00:00 \N \N \N \N \N 7845 t
+24032 31387 Home for Christmas eng \N An ex-thief forms a mutual yuletide bond with a young girl after breaking into her family's car at Christmas time and being made to work for its owner. Stars Mickey Rooney \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 09:00:00 2014-12-22 11:10:00 \N \N 1990 \N \N 7846 t
+41040 17550 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N \N \N 7847 t
+24032 31389 A Christmas Tail eng \N Children's starring Tom Arnold and C Thomas Howell, 2012. A boy attempts to train the family dog to behave when his father is offered a job in the big city \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 11:10:00 2014-12-22 13:00:00 \N \N \N \N \N 7848 t
+15808 50303 V8 Supercars Season Review eng \N A round-up of the 2014 season of Australia's premier touring car series. Part 1. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 18:55:00 2014-12-20 23:05:00 \N \N \N \N \N 7849 t
+22688 1011 Saturday mornings with Paul Hayes eng \N Great music for your Saturday morning \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 10:00:00 2014-12-20 13:00:00 \N \N \N \N \N 7850 t
+14498 26417 Le Salvager eng Kitchen Part 2 Renegade recycler Rico Daniels puts the finishing touches to his fitted kitchen, including a splash back made from Roman roof tiles. Will it be built in a day? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:30:00 \N \N \N \N \N 7854 t
+14498 26418 Le Salvager eng Chaise Longue Recycler extraordinaire Rico Daniels takes a Renault 4 and welds it into a funky metal chaise longue. Will the ambitious project stall or purr like a kitten? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N \N \N 7855 t
+14498 26419 Flying Wild Alaska eng Deep Freeze Era Alaska has a special canine delivery for four-time Iditarod champion Lance Mackey. Plus, how will Jim and Ferno cope on the airline's busiest day of the year? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N \N \N 7856 t
+14498 26420 Neanderthals eng Sci-Trek Scientists use DNA to uncover the secrets of Neanderthals. Why, with their larger brains, did they die out and Homo sapiens survive to evolve into modern man? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N \N \N 7857 t
+23184 17537 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 03:00:00 2014-12-24 04:00:00 \N \N \N \N \N 7860 t
+23184 17538 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:30:00 \N \N \N \N \N 7861 t
+23184 17539 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-24 04:30:00 2014-12-24 05:00:00 \N \N \N \N \N 7862 t
+23184 17540 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 05:00:00 2014-12-24 06:00:00 \N \N \N \N \N 7863 t
+23280 5824 Speed Dating eng \N It's fun, it's fast, don't miss out. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 12:00:00 \N \N \N \N \N 7870 t
+14608 31975 Little House On The Prairie eng \N The Return of Mr. Edwards - When Isaiah loses his will to live after a crippling logging accident, a letter to Walnut Grove from his worried wife prompts Charles and Laura to help a friend. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 8 \N \N \N 6 7871 t
+14608 31976 Little House On The Prairie eng \N The King is Dead - Professional wrestler 'Milo' comes to a town nearby for a fight, however when promoter Jimmy Hart convinces Jonathan Garvey to fight he is unaware that the fight is fixed. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 9 \N \N \N 6 7872 t
+14608 31977 Little House On The Prairie eng \N The Faith Healer - On Mrs. Oleson's invitation, the Rev. James Danforth comes to Walnut Grove to give residents his charismatic, fiery style of preaching. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 10 \N \N \N 6 7873 t
+24032 31266 A Christmas Tree Miracle eng \N After a father loses his job the family are left with nothing, until they are taken in by an eccentric Christmas tree farmer \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 09:00:00 2014-12-20 11:05:00 \N \N 2013 \N \N 7875 t
+24032 31267 Behind the Screens eng \N From directors to costume-makers we take a look behind the screens to see what it takes to sprinkle that Hollywood movie magic! \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 11:05:00 2014-12-20 11:15:00 \N \N \N \N \N 7876 t
+24032 31268 A Bulldog for Christmas eng \N On Christmas vacation, a cynical college student is magically transformed into a bulldog until she can learn the meaning of family and the Christmas spirit \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 11:15:00 2014-12-20 13:00:00 \N \N 2013 \N \N 7877 t
+41072 13895 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:15:00 \N \N \N \N \N 7878 t
+41072 13896 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-20 10:15:00 2014-12-20 11:00:00 \N \N \N \N \N 7879 t
+22226 6185 Crystal Maze Xmas Specials eng \N Game show in which a team of contestants tackle a series of ingenious games and fiendish challenges in a giant fantasy world, with the aim of collecting as many crystals as possible. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 03:10:00 2014-12-24 04:10:00 \N \N \N S \N 7883 t
+22226 6186 It's Not What You Know eng \N Chris Tarrant presents the game show in which contestants have to predict whether a panel of celebrities can correctly answer questions in their specialist subject areas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 04:10:00 2014-12-24 05:05:00 \N \N \N S \N 7884 t
+22226 6190 Whittle eng \N Comedian Tim Vine hosts the quiz show that whittles down 100 players to a single winner through a series of multiple-choice general knowledge questions. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-24 05:05:00 2014-12-24 05:35:00 \N \N \N S,AD \N 7885 t
+22226 6191 Whittle eng \N Comedian Tim Vine hosts the quiz show that whittles down 100 players to a single winner through a series of multiple-choice general knowledge questions. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-24 05:35:00 2014-12-24 06:00:00 \N \N \N S,AD \N 7886 t
+22688 1041 The Mellow Magic Love Hour eng \N Your all time greatest love songs \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 01:00:00 \N \N \N \N \N 7891 t
+22688 1042 Mellow Magic eng \N Relax, chill out and feel More Music Magic \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 01:00:00 2014-12-24 04:00:00 \N \N \N \N \N 7892 t
+24016 12904 Vampire Bats eng \N A deadly species of vampire bats are loose and Dr Maddy Rierdon (Lucy Lawless) must find a way to stop them. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 00:50:00 2014-12-24 02:35:00 \N \N 2005 \N \N 7912 t
+24016 12905 Journey Into Fear eng \N A munitions expert is in danger in war torn Istanbul from Nazi spies and has to escape to the allies. Joseph Cotten and Orson Welles star. From Eric Ambler's best seller. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 02:35:00 2014-12-24 04:00:00 \N \N 1943 \N \N 7913 t
+24256 1034 Babestation Blue eng \N Babestation Blue where anything can happen. Bringing you the hottest babes specially selected for your pleasure. Tune in to find out who's on the show. Nothing else matters when you enter the blue. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 05:30:00 \N \N \N \N \N 7914 t
+41120 14072 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 7915 t
+14688 11631 The No Repeat Guarantee eng \N Sarah Champion brings you the No Repeat Guarantee - loads of great music and you'll never hear the same song twice. Text now on 81215 (50p + n/wk chrg) or email via the website at \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 14:00:00 2014-12-24 18:00:00 \N \N \N \N \N 7916 t
+23296 5861 Loud and Proud eng \N Be proud of who you are and meet your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 02:00:00 \N \N \N \N \N 7917 t
+23296 5863 Out and About eng \N Don't just sit there, get stuck in. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 02:00:00 2014-12-24 04:00:00 \N \N \N \N \N 7918 t
+22656 896 Non-Stop Kerrang! eng \N Playing continuous K! music throughout the night. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 01:00:00 2014-12-24 07:00:00 \N \N \N \N \N 7922 t
+22784 787 Kisstory Late Night eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 00:00:00 2014-12-24 02:00:00 \N \N \N \N \N 7923 t
+22784 788 Kisstory Early eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 02:00:00 2014-12-24 06:00:00 \N \N \N \N \N 7924 t
+23120 20471 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 00:00:00 2014-12-24 01:00:00 \N \N \N \N \N 7925 t
+23120 20479 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 01:00:00 2014-12-24 02:00:00 \N \N \N \N \N 7926 t
+23120 20478 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 02:00:00 2014-12-24 03:00:00 \N \N \N \N \N 7927 t
+24256 1023 Babestation Daytime eng \N Speak to stunning girls (18+) on your screen and take part in this leading interactive show. Babestation babes are waiting for you! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-20 05:30:00 2014-12-20 07:00:00 \N \N \N \N \N 7928 t
+22624 40497 Insight Extra eng \N RNIB's Insight Radio - Programmes and highlights of RNIB's newest radio service - Insight Extra. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 02:00:00 \N \N \N \N \N 7934 t
+22624 40498 Real Country eng \N RNIB's Insight Radio - Steven Scott plays the biggest country hits from Nashville \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-24 02:00:00 2014-12-24 03:00:00 \N \N \N \N \N 7935 t
+16208 36999 Jonathan Creek eng The Eyes of Tiresias Quirky drama series with Alan Davies as a magician who teams up with a crime writer to investigate mysteries. A little old lady is scared out of her wits. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 2 6 \N AD,S \N 7960 t
+16208 37000 Sweeney Todd eng \N Ray Winstone stars as the titular demon barber of Fleet Street. In 18th-century London, Sweeney Todd tries to carve out a quiet life - until his past comes back to haunt him. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-23 22:00:00 2014-12-24 00:00:00 \N \N \N \N \N 7961 t
+27168 59560 Come Dine with Me eng Celebrity Christmas Special There's festive cheer aplenty for the competitors: drum and bass DJ Goldie; 70s crooner Tony Christie; Blue Peter's Janet Ellis; and actress Susie Amy. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N S \N 7973 t
+27168 59561 A Place in the Sun eng Home or Away Stephen and Stuart have £250,000 to spend on a second home they can rent out. Luke Doonan and Laura Hamilton show them places in the Lake District, and further afield in Sitges, Spain. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N S \N 7974 t
+27168 59562 A Place in the Sun eng Home or Away Laura Hamilton and Jonnie Irwin help Alan and Ruth find two new properties to buy, one in Murcia, south-eastern Spain, and the other in Exeter. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N S \N 7975 t
+14688 11607 Classic Rock's Greatest Hits eng \N Leona has the soundtrack to your night, playing everything from Aerosmith to ZZ Top and everything in-between. It's the loudest show in radio. Get in touch and text 81215 (50 + n/w \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 19:00:00 2014-12-20 22:00:00 \N \N \N \N \N 7979 t
+41056 18063 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N \N \N 7980 t
+41056 18064 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N \N \N 7981 t
+41056 18065 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:05:00 \N \N \N \N \N 7982 t
+41056 18066 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 10:05:00 2014-12-22 10:30:00 \N \N \N \N \N 7983 t
+41056 18067 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-22 10:30:00 2014-12-22 10:55:00 \N \N \N \N \N 7984 t
+41056 18068 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 10:55:00 2014-12-22 11:00:00 \N \N \N \N \N 7985 t
+27328 18148 Marseille v Lille eng \N French Ligue 1 from Stade Velodrome between two clubs enjoying opposite fortunes from last season. Marseille have prospered this campaign, while Lille find themselves in a slump. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 06:00:00 2014-12-22 07:00:00 \N \N \N \N \N 7988 t
+27328 17284 Barclays Premier League Review eng \N A look at the best of the recent action from the Barclays Premier League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 07:00:00 2014-12-22 08:00:00 \N \N \N \N \N 7989 t
+27328 17283 Manchester City v Crystal Palace eng \N Barclays Premier League from the Etihad. The champions found it tough-going in this fixture a year ago, winning 1-0 against a resolute Palace side thanks to an Edin Dzeko strike. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 08:00:00 2014-12-22 09:30:00 \N \N \N \N \N 7990 t
+40960 58144 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 21:30:00 2014-12-23 22:00:00 \N \N \N \N \N 12335 t
+23040 38121 12 Chefs Of Christmas eng \N 12 Chefs of Christmas celebrates the festive season with twelve menus from some of television's top chefs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:30:00 \N \N \N \N \N 7991 t
+23040 38122 Reza Spice Prince of Vietnam eng \N This series follows Chef Reza Mahammad, one of the UK's top Indian restaurateurs, on an unforgettable journey around Vietnam to discover the history of royal food and feasting. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 15:30:00 2014-12-22 16:00:00 \N \N \N \N \N 7992 t
+23040 38123 Kitchen Cousins eng \N This week, it's all in the family! Kitchen Cousins John and Anthony renovate a kitchen that is close to their hearts - and their stomachs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:30:00 \N \N \N \N \N 7993 t
+23040 38124 Diners, Drive-Ins And Dives eng \N Guy Fieri visits America's most interesting and unique restaurants. Guy searches the country for the most unique house specials. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:00:00 \N \N \N \N \N 7994 t
+23040 38125 Diners, Drive-Ins And Dives eng \N On this trip, Guy's checking out some joints that are kicking the staples up a notch. In Minneapolis, there's a family-run Italian deli cranking out what the locals love - pizza and fresh pasta. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N \N \N 7996 t
+23040 38126 Diners, Drive-Ins And Dives eng \N Guy Fieri visits America's most interesting and unique restaurants. Guy tries a 'horseshoe sandwich' from Illinois, which is piled high with eggs, meat, gravy and potatoes. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 17:30:00 2014-12-22 18:00:00 \N \N \N \N \N 7997 t
+12928 42098 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:30:00 \N \N \N \N \N 7998 t
+12928 42099 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 00:30:00 2014-12-21 01:00:00 \N \N \N \N \N 7999 t
+12928 42100 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 01:00:00 2014-12-21 01:30:00 \N \N \N \N \N 8000 t
+12928 42101 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 01:30:00 2014-12-21 02:00:00 \N \N \N \N \N 8001 t
+12928 42037 ..programmes start at 1.00pm eng \N . \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 02:00:00 2014-12-21 06:00:00 \N \N \N \N \N 8002 t
+14532 6330 Plates from The States eng \N Delicious recipe ideas from the diverse culinary landscape of the United States. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 03:00:00 2014-12-20 04:00:00 \N \N \N \N \N 8003 t
+14532 6331 The Store reopens here at 00 eng 05 Check out The Store website at www.TheStoreTV.com. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 04:00:00 2014-12-21 00:05:00 \N \N \N \N \N 8004 t
+16080 14836 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:30:00 \N \N \N \N \N 8006 t
+16080 14837 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 15:30:00 2014-12-22 16:00:00 \N \N \N \N \N 8007 t
+16080 14838 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:30:00 \N \N \N \N \N 8008 t
+16080 14839 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:00:00 \N \N \N \N \N 8009 t
+16080 14840 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N \N \N 8010 t
+16080 14841 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 17:30:00 2014-12-22 18:00:00 \N \N \N \N \N 8011 t
+8385 58301 Fred Claus eng \N Comedy. Vince Vaughn stars as Fred Claus, a slacker who agrees to help his brother Santa (Paul Giamatti) with the Yuletide rush in return for being bailed from jail. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 11:00:00 2014-12-24 13:15:00 \N \N 2007 S \N 8012 t
+25792 53800 Indian Hill Railways eng The Kalka-Shimla Railway On board with the quirky characters who help run India's cherished mountain railways. Workers on the picture-perfect Kalka-Shimla Railway prepare for snow. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 8021 t
+25792 52475 The Flying Scotsman eng A Rail Romance The iconic Flying Scotsman steam locomotive marked its 90th birthday in 2013. Barbara Flynn narrates the untold story of our love affair with this triumph of British engineering. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 \N \N \N \N \N 8022 t
+25792 52476 The Golden Age of Steam Railways eng Small is Beautiful The inspiring true story of a determined band of enthusiasts who restored some of the narrow gauge railways that once served Britain's big industries. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 1 2 \N AD,S \N 8023 t
+41024 59560 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N \N \N 8024 t
+41024 59561 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N \N \N 8025 t
+41024 59562 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N \N \N 8026 t
+28032 26963 Minder eng Days of Fines and Closures Comedy drama about a loveable rogue and his right-hand man. Arthur tries to do a deal with Tony Benson and his new nightclub. Terry helps Dave. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 12:55:00 2014-12-19 14:00:00 \N \N \N S \N 8033 t
+28032 26964 The Professionals eng Blind Run Action-packed drama series about two criminal intelligence agents. Bodie and Doyle are assigned to protect an Arab diplomat who is being pursued by assassins. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N AD,S \N 8034 t
+14498 26535 Wheeler Dealers eng Range Rover Part 1 Edd sets about reinvigorating an old Range Rover that Mike has purchased, but problems arise when the car's CO2 emissions are tested. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:30:00 \N \N \N \N \N 8036 t
+14498 26536 Wheeler Dealers eng Range Rover Part 2 Once Edd has put the finishing touches to the Range Rover, Mike takes it out for a spin and then puts it up for sale, hopeful for plenty of interest. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 15:30:00 2014-12-23 16:00:00 \N \N \N \N \N 8037 t
+14498 26537 Wheeler Dealers eng Lancia Delta Integrale Part 1 Mike is gambling on a Lancia Delta Integrale, he's bought the car but he's not driven it. Will his purchase cause mechanical mayhem for Edd? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N \N \N 8038 t
+14498 26538 Wheeler Dealers eng Lancia Delta Integrale Part 2 Mike took a risk on a Lancia Delta Integrale, but Edds worked his magic. The car drives like a dream, but will it make them a profit? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 \N \N \N \N \N 8039 t
+14498 26539 Wheeler Dealers eng VW Type 25 Part 1 Cult favourite the VW Camper Van goes under the spanner, getting Edd China's full attention. He starts with a complete diesel service. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N \N \N 8040 t
+14498 26540 Wheeler Dealers eng VW Type 25 Part 2 The VW Camper Van is ready to hit the road, and Mike's especially impressed with its interior. When he takes it for a drive it gets some unexpected interest. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:30:00 2014-12-23 18:00:00 \N \N \N \N \N 8041 t
+25920 20509 Last Minute Gifts with Karcher eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N \N \N 8068 t
+25920 20065 Nutrimaster Pick of the Day eng \N A chance for you to get our special product of the day - the Ideal World Pick of the Day. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N \N \N 8069 t
+25920 20728 Last Minute Gifts with TomTom eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N \N \N 8070 t
+14720 1725 Big Top 40 Show eng \N Marvin Humes brings you the UK's No.1 chart show. Let us know who you think will top this week's chart @BigTop40! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 16:00:00 2014-12-21 19:00:00 \N \N \N \N \N 8088 t
+32836 44620 Teleshopping eng \N Teleshopping for space saving system. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 \N \N \N \N \N 8469 t
+15856 3488 The Real Housewives of Atlanta eng Welcome One, Welcome ATL US reality series following the lives of five glamorous Atlanta women as they juggle motherhood, careers and social engagements. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N S \N 8112 t
+15856 3489 The Real Housewives of Atlanta eng It's My Party! NeNe is still furious after Sheree's birthday party and feuding pair could clash again - this time at Kim's daughter's birthday bash. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N S \N 8113 t
+15856 3490 The Real Housewives of Atlanta eng Who's Your Poppa? Reality series. The housewives visit Kim's spiritual advisor, and NeNe receives news about the identity of her father. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N S \N 8114 t
+41024 59383 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 8128 t
+41024 59384 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 8129 t
+41024 59385 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 8130 t
+17609 19652 eng \N \N \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:40:00 \N \N \N \N \N 8135 t
+17609 19653 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 03:40:00 2014-12-21 06:00:00 \N \N \N \N \N 8136 t
+41120 14048 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 03:00:00 2014-12-20 05:30:00 \N \N \N \N \N 8141 t
+41120 14049 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N \N \N 8142 t
+27648 4359 Nomad Chef eng Belize Jock Zonfrillo goes diving for conch and hunting for rodents when he travels to Belize to discover the culinary secrets of the descendants of ancient Mayans slaves. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 03:00:00 2014-12-20 04:00:00 \N \N \N \N \N 8143 t
+27648 4360 The New Yankee Workshop eng CD Storage Case Norm demonstrates how to build a classic bookcase in recycled heart pine. How will it look? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:30:00 \N \N \N \N \N 8144 t
+27648 4361 The New Yankee Workshop eng Garden Armchair Norm demonstrates how to build an all-weather garden armchair in recycled cypress wood. How will it look? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 04:30:00 2014-12-20 05:00:00 \N \N \N \N \N 8145 t
+27648 4362 Wheeler Dealers eng Golf Part 1 Mechanical maestros Mike Brewer and Edd China work their mechanical magic on a classic Mark 1 Golf GTI 1.8 to get it back into prestige roadworthy condition. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:30:00 \N \N \N \N \N 8146 t
+27648 4363 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N \N \N 8147 t
+23040 38023 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:30:00 \N \N \N \N \N 8158 t
+23040 38024 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 03:30:00 2014-12-20 04:00:00 \N \N \N \N \N 8159 t
+23040 38025 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:30:00 \N \N \N \N \N 8160 t
+23040 38026 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 04:30:00 2014-12-20 05:00:00 \N \N \N \N \N 8162 t
+23040 38027 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:30:00 \N \N \N \N \N 8163 t
+23040 38028 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N \N \N 8164 t
+4169 51745 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 00:25:00 2014-12-23 00:30:00 \N \N \N S \N 8167 t
+4169 51746 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 00:30:00 2014-12-23 06:00:00 \N \N \N S \N 8168 t
+23120 20368 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 03:00:00 2014-12-20 04:00:00 \N \N \N \N \N 8170 t
+23120 20386 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 04:00:00 2014-12-20 05:00:00 \N \N \N \N \N 8171 t
+23120 20385 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 05:00:00 2014-12-20 06:00:00 \N \N \N \N \N 8172 t
+27456 45247 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:30:00 \N \N \N \N \N 8173 t
+27456 45248 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 03:30:00 2014-12-20 04:00:00 \N \N \N \N \N 8174 t
+27456 45249 The Big Picture with Thom Hartmann eng \N The hottest political show in the US finds a new home with RT. The Big Picture with Thom Hartmann tackles the latest in political news, debates, commentary and more. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 04:00:00 2014-12-20 05:00:00 \N \N \N \N \N 8175 t
+27456 45250 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:30:00 \N \N \N \N \N 8176 t
+27456 45251 Going Underground eng \N Going Underground brings our UK viewers the news they won't get on other networks. We examine both underground and mainstream issues from a fresh and alternative perspective. With Afshin Rattansi. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N \N \N 8177 t
+23904 779 Asian Connections eng \N Speak to our girls live in Thailand for flirty, chatty fun. 18+ Only \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 05:00:00 2014-12-20 06:00:00 \N \N \N \N \N 8185 t
+15952 2678 Bonkers Guinness World Records eng \N Series about the most entertaining Guinness World Records. Featuring parallel parking, the fastest sheep-shearer and a man whose eyes have literally popped out of their sockets. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 06:25:00 2014-12-22 06:50:00 \N \N \N S \N 8186 t
+15952 2633 ITV2 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 06:50:00 2014-12-22 07:00:00 \N \N \N \N \N 8187 t
+15952 5122 Rixton eng The Hot Desk Exclusive gossip from special celebrity guests and the hottest bands around. Today's guests are boy band Rixton. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:10:00 \N \N \N S \N 8188 t
+15952 2680 BGMT eng All-Time Heroes Stephen Mulhern takes a look back at the best and worst auditions and performances since the competition began back in 2007, including exclusive chats with the judges. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 07:10:00 2014-12-22 08:00:00 \N \N \N S \N 8189 t
+15952 2681 Emmerdale eng \N Robert schemes to get Lawrence off Ross's back. Rakesh has news for Charity. Rakesh and Priya form a plan. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N AD,S \N 8190 t
+15952 2682 Coronation Street eng \N Tracy awaits news of Rob's fate. Is Steve getting obsessed? Steph holds the fort. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N AD,S \N 8191 t
+24464 50308 Trophe Andros eng \N Exclusive highlights of the world's most prestigious ice racing series contested by the likes of Alain Prost, Olivier Panis and Jacques Villeneuve in the winter ski resorts of Europe. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:50:00 \N \N \N \N \N 8192 t
+24464 50309 ROC Nations Cup Replay eng \N All the action from the 2014 Race of Champions Nations Cup event which sees the biggest names in world motorsport competing for their home countries. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 06:50:00 2014-12-21 09:35:00 \N \N \N \N \N 8193 t
+8381 14851 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 00:30:00 2014-12-21 00:45:00 \N \N \N S \N 8235 t
+8381 15315 Bette Midler eng One Night Only Bette Midler stars for one night only in her first UK television special, with reminiscences, gossipy stories, trademark jokes and classic songs - including Wind Beneath My Wings. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 00:45:00 2014-12-21 01:45:00 \N \N \N S \N 8236 t
+8381 14853 No Information Available eng \N This is ITV+1 \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 01:45:00 2014-12-21 04:00:00 \N \N \N \N \N 8237 t
+16048 30339 The Memoirs of Sherlock Holmes eng The Golden Pince-Nez Holmes and his brother Mycroft investigate when the assistant to an elderly professor dies with a pair of golden pince-nez clutched in his hands. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 16:50:00 2014-12-21 17:55:00 \N \N \N AD,S \N 8246 t
+16048 32743 Lewis eng \N Feature-length drama following on from the Inspector Morse series. Inspector Lewis investigates the death of a brilliant young maths student at Oxford University. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 17:55:00 2014-12-21 20:00:00 \N \N \N AD,S \N 8247 t
+8274 44679 The Aquabats! Super Show! eng Christmas with The Aquabats! Comedy adventure series. After getting lost, The Aquabats! arrive in a remote village ruled by the tyrannical Krampus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:25:00 \N \N \N S \N 8248 t
+8274 23952 ITV News eng \N The latest national and international news. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 09:25:00 2014-12-21 09:30:00 \N \N \N S \N 8249 t
+8274 13125 Storage Hoarders eng \N Aggie MacKenzie helps two more hoarders to downsize. In Surrey, Aggie helps Suzan get to grips with her inherited hoard, while Graham and son open the doors to their huge barn. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:30:00 \N \N \N S \N 8250 t
+8274 16512 Death on the Nile eng \N Agatha Christie murder mystery starring Peter Ustinov and Bette Davis, 1978. Hercule Poirot investigates the death on a Nile cruise of an heiress who has stolen her best friend's fiance \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 10:30:00 2014-12-21 13:15:00 \N \N \N AD,S \N 8251 t
+26560 13694 All The Hits eng All Night Long Nothing but massive tunes all night long! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 03:00:00 2014-12-20 07:00:00 \N \N \N \N \N 8252 t
+14784 2859 All Inclusive JANUARY Deals GALORE eng \N 4*AI C.D. Sol just £217! 5*AI Sharm just £307! 4*AI Malta just £259! 3*AI Benidorm just £365! 3*AI Tenerife just £345! Barmy prices, palmy beaches! See our ALL INC SHORT HAUL page \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 12:00:00 2014-12-21 16:00:00 \N \N \N \N \N 8253 t
+26560 13752 Darryl Morris in the Morning eng \N All The Hits to kickstart your day! Get involved... thehitsradio on Facebook, Twitter & Instagram! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 07:00:00 2014-12-23 10:00:00 \N \N \N \N \N 8256 t
+22208 6187 Monkey Life eng \N Set in Dorset's Monkey World Ape Rescue Centre, this documentary series follows the day-to-day dramas of looking after over 240 monkeys, chimps, orangutans and other primates. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 9 \N \N S 1 8257 t
+22208 6204 Monkey Life eng \N Set in Dorset's Monkey World Ape Rescue Centre, this documentary series follows the day-to-day dramas of looking after over 240 monkeys, chimps, orangutans and other primates. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 10 \N \N S 1 8258 t
+22208 6242 Monkey Life eng \N Set in Dorset's Monkey World Ape Rescue Centre, this documentary series follows the day-to-day dramas of looking after over 240 monkeys, chimps, orangutans and other primates. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 11 \N \N S 1 8259 t
+22208 6251 Monkey Life eng \N Set in Dorset's Monkey World Ape Rescue Centre, this documentary series follows the day-to-day dramas of looking after over 240 monkeys, chimps, orangutans and other primates. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 12 \N \N S 1 8260 t
+22208 6320 Monkey Life eng \N Set in Dorset's Monkey World Ape Rescue Centre, this documentary series follows the day-to-day dramas of looking after over 240 monkeys, chimps, orangutans and other primates. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 13 \N \N S 1 8261 t
+22208 6322 Monkey Life eng \N Set in Dorset's Monkey World Ape Rescue Centre, this documentary series follows the day-to-day dramas of looking after over 240 monkeys, chimps, orangutans and other primates. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:00:00 14 \N \N S 1 8262 t
+41264 21 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 12:00:00 \N \N \N \N \N 8271 t
+8281 41878 The Aquabats! Super Show! eng The Floating Eye of Death! Exhausted after a playing a rock concert, The Aquabats! pull into an isolated truck stop to catch some sleep - but their peace and quiet is short-lived. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:25:00 \N \N \N S \N 8290 t
+8281 42332 Pat & Stan eng Stuart Does Everything Pat the purple hippo and his friend Stan the yellow dog turn every event into the craziest of adventures! It is not looking good for the football match. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 06:25:00 2014-12-21 06:35:00 \N \N \N AD,S,SL \N 8291 t
+8281 42616 Pat & Stan eng Roll with It Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! Pat's latest book gives him confidence. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 06:35:00 2014-12-21 06:40:00 \N \N \N AD,S,SL \N 8292 t
+8281 41879 Dino Dan: Trek's Adventures eng Everyone Loves Marine Reptiles Jurassic adventures. Mum takes Trek and Penelope to Marineland, Trek imagines what it would be like if there was a show with prehistoric reptiles! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:40:00 2014-12-21 06:50:00 \N \N \N S,SL \N 8293 t
+8281 41880 Dino Dan eng Twas a Dinosaur Join palaeontologist-in-training Dan Henderson as he takes kids on a Jurassic journey. Dan takes the poem The Night Before Christmas and gives it a dinosaur spin. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:50:00 2014-12-21 07:05:00 \N \N \N S,SL \N 8294 t
+8281 34108 Canimals eng Mousetak Can When the humans mistake the Canimals' mess for droppings, they return with a whole lot of mouse and rat traps. The Canimals welcome the new buffet of cheese! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:05:00 2014-12-21 07:10:00 \N \N \N S \N 8295 t
+8281 35307 Canimals eng Snow Cans The Canimals find themselves racing for their lives, pursued by an ever-growing ball of snow. Will they manage to get themselves out of this in one piece? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:10:00 2014-12-21 07:20:00 \N \N \N S \N 8296 t
+32836 44621 Teleshopping eng \N Teleshopping for slim and lift Caresse jeans. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N \N \N 8470 t
+8281 35313 Signed Stories: Share a Story eng My Motorbike The simple tale of a boy who dreams of motorcycle adventures whilst playing on his scooter in his back yard. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:20:00 2014-12-21 07:25:00 \N \N \N S,SL \N 8297 t
+8281 44274 Sooty eng Pranks and Presents When the hook-a-duck stall runs out of prizes, Sooty's hopes are on his teddy bear machine, but he gets a little extra help. Guest starring Brian Blessed. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:25:00 2014-12-21 07:35:00 \N \N \N S \N 8298 t
+8281 34722 Mr Bean eng A Royal Makeover The animated antics of the hapless bumbler. Mr Bean decides to decorate his room in the style of Buckingham Palace and selects the same wallpaper as the Queen has. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 07:35:00 2014-12-21 07:50:00 \N \N \N AD,S \N 8299 t
+41120 14073 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 8301 t
+8281 41883 Ultimate Spider-Man eng The Incredible Spider-Hulk Animated adventures. Mesmero wreaks havoc again when he switches Spider-Man and Hulk's brains. The Wallcrawler has to contend with the blue eyed Thing. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:50:00 2014-12-21 08:15:00 \N \N \N S \N 8302 t
+8281 41884 Horrid Henry eng Horrid Henry and the Perfect Panto Animated adventures. When Henry's school panto is cancelled, Margaret will not take no for an answer - which is a good thing and a bad thing! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 08:15:00 2014-12-21 08:30:00 \N \N \N AD,S \N 8303 t
+8281 41885 Big Time Rush eng Big Time Dreams (Part 2) Members of a boy band try to make it big in the music industry. The band must stop an evil genius who wants to hypnotise everyone in the crowd. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N S \N 8304 t
+28480 8028 Jimmy Swaggart Crusade Classics eng \N A programme featuring Jimmy Swaggart Evangelical Crusades filmed around the world. Music and preaching. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 00:00:00 2014-12-20 02:00:00 \N \N \N \N \N 8305 t
+28480 8029 Living Waters with Gabriel Swaggart eng \N A live Gospel music show hosted by Gabriel Swaggart, featuring the music of Jimmy Swaggart and others. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:00:00 \N \N \N \N \N 8306 t
+8500 5853 New: World's Strongest Man 2014 eng Doncaster - Qualifier Strongman competition. Laurence Shahlaei defends the title of Britain's Strongest Man in the second instalment of the qualifying tour 'Giants Live' from Doncaster. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 18:55:00 2014-12-22 19:55:00 \N \N \N S \N 8310 t
+8500 5854 5 News Update eng \N National and international news. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-22 19:55:00 2014-12-22 20:00:00 \N \N \N S \N 8311 t
+8500 5855 New eng The Railway: First Great... Final episode in the documentary series. In this episode, as the deadline to re-open the mainline at Dawlish nears, engineers work around the clock to annul the threat of a landslide. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:58:00 \N \N \N S \N 8312 t
+8500 5856 5 News Update eng \N . \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-22 20:58:00 2014-12-22 21:00:00 \N \N \N \N \N 8313 t
+23712 3599 Motorway Cops eng The Sixth Sense Compelling reality show. Despite the sophisticated equipment available to the cops, it's often their 'sixth sense' which allows them to sniff out criminal behaviour. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 8339 t
+23712 3600 My Big Breasts and Me eng \N Is bigger better? British women have the largest breasts in Europe, but well-endowed women Jodie, Vicky and Maddie reveal that having ample bosoms can be - literally - a pain. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N S \N 8340 t
+23712 3335 I Survived Evil eng Handcuffed True crime series hearing the tales of those who survived traumatic attacks. This edition tells the story of Kim Case who was abducted and subjected to a night of terror. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 8341 t
+27360 18001 Sale Sharks v Exeter Chiefs eng \N Aviva Premiership rugby from AJ Bell Stadium. Gareth Steenson kicked all the points for the Chiefs as they edged-out Sale with an 18-16 victory here last season. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 12:30:00 2014-12-20 14:00:00 \N \N \N \N \N 8342 t
+27360 18002 Trail Blazers @ Spurs eng \N NBA Western Conference action from the AT&T Center, San Antonio. Champions Spurs defeated Portland 4-1 when these teams met in the conference semi-finals last season. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:30:00 \N \N \N \N \N 8343 t
+13120 8563 Practical Presents eng \N Get your Christmas shopping wrapped up early with our selection of great gift ideas to delight your friends and family. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 03:00:00 2014-12-20 04:00:00 \N \N \N \N \N 8349 t
+13120 7355 Links of London eng \N QVC are proud to present an hour of Links of London. This renowned brand showcases contemporary classics and fashion must-haves for every jewellery wardrobe. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 04:00:00 2014-12-20 05:00:00 \N \N \N \N \N 8350 t
+13120 8564 Jewellery Gift Ideas eng \N Discover our wide selection of sumptuous jewellery designs and find the perfect present to bring a sparkle to someone special. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 05:00:00 2014-12-20 06:00:00 \N \N \N \N \N 8351 t
+32836 44616 Teleshopping eng \N Teleshopping for slim and lift Caresse jeans. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:30:00 \N \N \N \N \N 8465 t
+27360 18044 30 for 30 eng Playing for the Mob The story of how Mafia associate Henry Hill, portrayed by Ray Liotta in the film Goodfellas, orchestrated a point-shaving scheme involving Boston College basketball games in the 1978-79 season. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 21:30:00 2014-12-22 23:00:00 \N \N \N \N \N 8356 t
+27360 18045 UFC 172 eng Jones v Teixeira UFC 172 sees the light heavyweight fight between current champion Jon Jones and Glover Teixeira as the main event from the Baltimore Arena, Maryland. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 23:00:00 2014-12-23 02:00:00 \N \N \N \N \N 8357 t
+17920 41799 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 8358 t
+17920 41700 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:30:00 \N \N \N \N \N 8359 t
+17920 41492 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-19 22:30:00 2014-12-19 23:00:00 \N \N \N \N \N 8360 t
+17920 41493 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:25:00 \N \N \N \N \N 8361 t
+17920 41494 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 23:25:00 2014-12-19 23:45:00 \N \N \N \N \N 8362 t
+17920 41495 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 23:45:00 2014-12-20 00:10:00 \N \N \N \N \N 8363 t
+18112 63314 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 18:58:00 2014-12-22 05:30:00 \N \N \N \N \N 8368 t
+24064 59758 Magnificent Obsessions eng Elvis A look into the weird and wonderful world of Elvis enthusiasts, turning their passion for The King into a magnificent obsession. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:15:00 \N \N \N \N \N 8376 t
+24064 59759 Magnificent Obsessions eng Unicycle A look into the weird and wacky world of unicyclists as they turn their one-wheel passion into a magnificent obsession. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 10:15:00 2014-12-20 11:00:00 \N \N \N \N \N 8377 t
+24064 59760 My Family Feast eng The Congolese Food programme. After a fruitful visit to Mbuyi's African vegetable garden, Sean Connolly and the Ndayi family host a colourful Congolese party in the backyard of their home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N \N \N 8378 t
+24064 59761 My Family Feast eng The Italians Sean Connolly is invited to a special weekend with four generations of the Pacialeo family who get together each year in late summer for a weekend of tomato bottling. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N \N \N 8379 t
+27840 5229 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 8382 t
+27840 5230 Top Quality Gemstones from Around the World eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 8383 t
+27840 5231 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 8384 t
+15312 276 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 12:00:00 2014-12-21 00:00:00 \N \N \N \N \N 8387 t
+22336 59107 The Inbetweeners eng The Camping Trip Will draws on his scouting experience to cope with the last trip he has organised for the boys before they go their separate ways, but the others are woefully unprepared. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:30:00 \N \N \N AD,S,SL \N 8388 t
+22336 59108 The Inbetweeners Top Ten Moments eng \N As well as revealing the top ten clips as voted for by the viewers, this programme meets the four actors who play Neil, Simon, Will and Jay, and hears from celebrity fans of the show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:25:00 \N \N \N S \N 8389 t
+22336 59109 Rude Tube's Christmas Cracker 2013 eng It's Christmas done the Rude Tube way as Alex Zane presents 50 amusing Crimbo clips The festive fun includes the laziest set of Christmas lights and the Christmas tree Olympics. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 04:25:00 2014-12-21 05:15:00 \N \N \N S \N 8390 t
+22336 59110 The 100 eng The Calm When an accident causes food supplies to run low in camp, Clarke and Finn lead a group on a mission to hunt for provisions but end up in a dangerous situation. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 05:15:00 2014-12-21 07:00:00 \N \N \N AD,S \N 8391 t
+4168 51747 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N S \N 8392 t
+13024 51018 Garfield eng A Tale of Two Kitties Family adventure sequel starring Billy Connolly and Jennifer Love Hewitt. The loveable cat starts living the high life when, on a trip to London, he is mistaken for an aristocrat's cat. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 16:35:00 2014-12-22 18:05:00 \N \N 2006 S \N 8400 t
+28480 11879 Family Worship Centre Associate Pastors eng \N The church service of Jimmy Swaggart Ministries. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N \N \N 8410 t
+28480 11880 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:30:00 \N \N \N \N \N 8411 t
+28480 11881 Backstage with Donnie Swaggart eng \N An inside look of the Sonlife Broadcasting Network. Also the history of Jimmy Swaggart Ministries. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 01:30:00 2014-12-23 02:00:00 \N \N \N \N \N 8412 t
+28480 11882 Living Waters with Gabriel Swaggart eng \N A live Gospel music show hosted by Gabriel Swaggart, featuring the music of Jimmy Swaggart and others. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 02:00:00 2014-12-23 03:00:00 \N \N \N \N \N 8413 t
+8452 59182 The Big Bang Theory eng The Terminator Decoupling Leonard, Sheldon, Howard and Raj discover that beautiful sci-fi actress Summer Glau is on board their train to San Francisco. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 09:10:00 2014-12-24 09:40:00 \N \N \N AD,S \N 8422 t
+8452 59212 The Big Bang Theory eng The Work Song Nanocluster Penny's home-based business selling hair accessories gets out of hand when an overexcited Sheldon takes charge. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 09:40:00 2014-12-24 10:05:00 \N \N \N AD,S \N 8423 t
+32836 44617 Teleshopping eng \N Teleshopping for eye make-up. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 03:30:00 2014-12-23 04:00:00 \N \N \N \N \N 8466 t
+32836 44618 Teleshopping eng \N Teleshopping for a steam mop. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:30:00 \N \N \N \N \N 8467 t
+8452 59213 The Simpsons eng Mypods and Broomsticks The family go to the mall to buy Lisa a Mypod but Bart causes chaos when he interrupts tycoon Steve Mobbs' announcement. And Homer is suspicious of Bart's new pal. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 10:05:00 2014-12-24 10:35:00 \N \N \N AD,S \N 8424 t
+8452 59214 The Simpsons eng The Burns and the Bees Mr Burns wins a basketball team in a game of poker, but Lisa is left reeling by his proposal to erect a stadium in the same place where she has built a bee colony. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 10:35:00 2014-12-24 11:10:00 \N \N \N AD,S \N 8425 t
+8452 58747 The Iron Giant eng \N Animation. A mysterious alien robot lands in late 1950s America, where he is hunted by the paranoid US authorities. But a young lad meets, befriends and tries to help the visitor. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 11:10:00 2014-12-24 12:50:00 \N \N 1999 S \N 8426 t
+25792 53364 Home Shopping eng \N Shopping from home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 03:00:00 2014-12-20 06:10:00 \N \N \N \N \N 8427 t
+14448 27195 Heir Hunters eng \N Series following the work of heir hunters, probate detectives looking for distant relatives of people who have died without making a will. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 8428 t
+14448 27196 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:30:00 \N \N \N \N \N 8429 t
+14448 27197 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 10:30:00 2014-12-21 11:00:00 \N \N \N \N \N 8430 t
+14448 27198 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:25:00 \N \N \N \N \N 8431 t
+14448 27199 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 11:25:00 2014-12-21 11:50:00 \N \N \N \N \N 8432 t
+14448 27200 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 11:50:00 2014-12-21 12:15:00 \N \N \N \N \N 8433 t
+25920 20136 Comfort & Dreams Sale BlockBuster eng \N The BlockBuster is the chance to get this product at the best offer - ever, while stocks last. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 8438 t
+25920 20736 Karcher Sale eng \N An amazing deal on a very special product. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 8439 t
+25920 20338 Vibrapower Disc BlockBuster eng \N The BlockBuster is the chance to get this product at the best offer - ever, while stocks last \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 8440 t
+27712 22032 The Stream eng \N The advantages, and disadvantages, of being good looking. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N \N \N 8448 t
+22592 17703 The Warm-Up with Johnny Vaughan eng \N Johnny Vaughan brings you pre-match banter and more ahead of the big kick off. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-20 11:00:00 2014-12-20 13:00:00 \N \N \N \N \N 8454 t
+40960 53262 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 08:30:00 \N \N \N \N \N 8455 t
+40960 53263 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:00:00 \N \N \N \N \N 8456 t
+8267 27863 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 03:20:00 2014-12-22 04:05:00 \N \N \N S,SL \N 8475 t
+8267 29701 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 04:05:00 2014-12-22 05:05:00 \N \N \N \N \N 8476 t
+8267 29793 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 05:05:00 2014-12-22 06:00:00 \N \N \N S \N 8477 t
+24384 15547 Tattered Lace Christmas Cracker eng \N Be quick off the mark for this fast & furious show of sensational Christmas products at unbelievable prices. Blink & you'll miss it! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:00:00 \N \N \N \N \N 8478 t
+24384 15148 Crafty Storage Solutions eng \N Tune into Create and Craft for all your Crafty Storage sorted in one hour! \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-19 08:00:00 2014-12-19 09:00:00 \N \N \N \N \N 8480 t
+15856 3343 Dinner Date eng \N In West Yorkshire, Verity chooses three dining partners by perusing the menus submitted by five men. When the plates are cleared away, who will she ask back for seconds? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N S \N 8481 t
+15856 3344 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N S \N 8482 t
+15856 3345 Big Rich Atlanta eng When Cougars Attack Reality series. In the aftermath of the cupcake quarrel, Ashlee separates herself from the girls. Sabrina holds a seminar on financial freedom. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 8483 t
+24064 59953 What's Really in Our Food? eng \N Carolyn Robinson uncovers the real science behind the foods we eat. She finds out more about soy, including why we're eating more than we think and if it's safe to eat. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:30:00 \N \N \N \N \N 8484 t
+24064 59954 What's Really in Our Food? eng \N Carolyn Robinson investigates whether the shellfish in our shops could contain bacteria, viruses or even lethal biotoxins. What's really in our shellfish? \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 12:30:00 2014-12-23 13:00:00 \N \N \N \N \N 8485 t
+24064 59955 What's Really in Our Food? eng \N Carolyn Robinson uncovers the real science behind the foods we eat. She looks at pig farm conditions and the production and consumption of pork. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N \N \N 8486 t
+24064 59956 What's Really in Our Food? eng \N Carolyn Robinson uncovers the real science behind the foods we eat. She investigates the pros and cons of baked bean consumption. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 \N \N \N \N \N 8487 t
+24064 59957 BSL Zone eng BSL Zone Punk Chef - Kids Challenge (Pt2): Punk Chef's competition for the Best Young Deaf Chef reaches the final. Who will win the coveted trophy? (SL). \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N \N \N 8488 t
+28512 694 Midnight Mischief eng \N It's dark outside and its time to get flirty. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 22:00:00 2014-12-22 02:00:00 \N \N \N \N \N 8489 t
+24064 59958 Invention Nation eng Deep Fried Diesel Join Chris, Nobu and Micah as they convert their diesel-guzzling bus to run on vegetable oil, and explore cutting-edge hybrid vehicle technologies. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N \N \N 8490 t
+24480 3551 Wake Up In The 60s eng \N Set the alarm clock for a revolutionary ride on our magical mystery tour as it makes its way through the 60s, taking in everything from bubblegum pop to prog rock. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 09:00:00 \N \N \N \N \N 8503 t
+40992 49158 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-21 05:30:00 2014-12-21 06:00:00 \N \N \N \N \N 8507 t
+4166 51747 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N S \N 8509 t
+41120 14116 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:30:00 \N \N \N \N \N 8513 t
+41120 14117 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 15:30:00 2014-12-22 16:00:00 \N \N \N \N \N 8514 t
+41120 14118 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 8515 t
+41120 14119 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N \N \N 8516 t
+41120 14120 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 17:30:00 2014-12-22 18:00:00 \N \N \N \N \N 8517 t
+15840 3573 The Sound of Santa eng \N New! Christmas is a-coming as we deliver you the father of all festive selections. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 8520 t
+15840 3574 Mistletoe Magic eng \N Pucker up for a smacker of a festive selection as we bring you a touch of mistletoe and a sprinkle of magic. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 8521 t
+15840 3575 Neil McCormick's Needle Time eng \N Respect is due as Neil welcomes veteran singer, actor, cockney rocker and top bloke Joe Brown and finds out about his enduring appeal from the days of skiffle through five decades. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 8522 t
+22592 17848 Extra Time on talkSPORT eng \N Bob Ballard hosts the fastest sports show on the dial featuring reaction to sport at home and abroad. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-24 01:00:00 2014-12-24 06:00:00 \N \N \N \N \N 8532 t
+24448 63881 Huge Jewellery Savings from GemsTV eng \N GemsTV give huge savings on genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 8544 t
+24448 63882 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N \N \N 8545 t
+24448 63883 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N \N \N 8546 t
+41072 14176 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:30:00 \N \N \N \N \N 8559 t
+41072 14177 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-23 12:30:00 2014-12-23 13:00:00 \N \N \N \N \N 8560 t
+41072 14178 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N \N \N 8561 t
+41072 14179 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 \N \N \N \N \N 8562 t
+41072 14180 BSL Zone eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N \N \N 8563 t
+41072 14181 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N \N \N 8564 t
+8325 2702 Celebrity Juice eng Bestest Bits 2014 Keith Lemon and his team captains Gino D'Acampo and Fearne Cotton head to Gino's family home in Sheffield for Christmas as they take a look back at the show's best bits from 2014. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 00:10:00 2014-12-23 01:10:00 \N \N \N S \N 8565 t
+8325 4557 Two and a Half Men eng Release the Dogs American sitcom about a well-off bachelor. Alan visits a psychiatrist to cure him of his insomnia. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 01:10:00 2014-12-23 01:40:00 \N \N \N S \N 8566 t
+8325 5125 Two and a Half Men eng Corey's Been Dead for an Hour US sitcom. Charlie gets tired of Alan's constant scrounging and reaches breaking point during the brothers' double date. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 01:40:00 2014-12-23 02:05:00 \N \N \N S \N 8567 t
+8325 5126 Two and a Half Men eng Kissing Abe Lincoln American sitcom. Charlie must choose between his girlfriend Lydia and Berta as they fight for his allegiance. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 02:05:00 2014-12-23 02:30:00 \N \N \N S \N 8568 t
+22656 897 Breakfast with Kate eng \N Kate wakes you up with the finest selection of rock. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 07:00:00 2014-12-24 10:00:00 \N \N \N \N \N 8987 t
+8325 5127 Two and a Half Men eng Walnuts and Demerol American sitcom about a well-off bachelor. Charlie's plans for a romantic Christmas Eve alone with his date are ruined when friends and family decide to drop by. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 02:30:00 2014-12-23 02:50:00 \N \N \N S \N 8569 t
+8325 2703 The Office Xmas Party eng \N Second of three programmes celebrating the great British Christmas party. Tonight, the staff of rival wedding Somerset venues share their annual Christmas bash for the first time. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-23 02:50:00 2014-12-23 03:40:00 \N \N \N S \N 8570 t
+23296 5865 Gay Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 08:00:00 \N \N \N \N \N 8571 t
+8448 59008 How I Met Your Mother eng Milk It's Ted's 28th birthday and he receives a call from the match-making service saying they've found his dream woman. Ted is unconvinced, and realises that Robin is the one for him. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:30:00 \N \N \N AD,S \N 8573 t
+8448 59009 How I Met Your Mother eng Come On Barney slaps Ted when he says he wants to pursue Robin. Later, in frustration at Robin's camping trip with Sandy, Ted performs a rain dance to keep her at home. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:00:00 \N \N \N AD,S \N 8574 t
+8448 59010 Hollyoaks Omnibus eng \N Sienna kidnaps Minnie, Nico decides her family would be better off without her, and Dodger becomes trapped in a Christmas nightmare. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 10:00:00 2014-12-21 12:30:00 \N \N \N AD,S \N 8575 t
+41008 59182 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 09:10:00 2014-12-24 09:40:00 \N \N \N \N \N 8579 t
+41008 59212 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 09:40:00 2014-12-24 10:05:00 \N \N \N \N \N 8580 t
+41008 59213 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 10:05:00 2014-12-24 10:35:00 \N \N \N \N \N 8581 t
+41008 59214 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 10:35:00 2014-12-24 11:10:00 \N \N \N \N \N 8582 t
+41008 58747 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 11:10:00 2014-12-24 12:50:00 \N \N \N \N \N 8583 t
+41136 50312 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 13:10:00 2014-12-21 14:45:00 \N \N \N \N \N 8584 t
+41136 50313 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 14:45:00 2014-12-21 18:55:00 \N \N \N \N \N 8585 t
+8325 4130 Two and a Half Men eng Repeated Blows to His Unformed Head American sitcom about a well-off bachelor. Berta confronts the father of her pregnant daughter's baby. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:25:00 \N \N \N S \N 8629 t
+8325 4131 Two and a Half Men eng Who's Vod Kanockers? American sitcom. Charlie finally tells Alan the truth about why he did not marry Mia. Charlie and Alan deal with a noisy neighbour. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:25:00 2014-12-20 00:55:00 \N \N \N S \N 8630 t
+8325 2627 Two and a Half Men eng The Sea Is a Harsh Mistress American sitcom. Charlie's attempts at surfing to impress a young woman end with disastrous results. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:55:00 2014-12-20 01:20:00 \N \N \N S \N 8631 t
+8325 2628 Warren United eng Sponsorship Comedy animation series. Brainsford United are in need of a new sponsorship deal and Fat Baz's job is on the line. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 01:20:00 2014-12-20 01:45:00 \N \N \N S \N 8632 t
+8325 2629 Warren United eng Billionaires Comedy animation series. Warren bemoans the number of teams being taken over by international billionaires. He wants to know why Brainsford is being passed over. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 01:45:00 2014-12-20 02:10:00 \N \N \N S \N 8633 t
+8325 4132 You've Been Framed at Christmas eng \N Harry Hill offers a seasonal selection of camcorder catastrophes, with footage from the archives of the best festive funnies - including Christmas kids and silly Santas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 02:10:00 2014-12-20 02:30:00 \N \N \N S \N 8634 t
+14816 1003 1-2-1 Dating - AFTER DARK eng \N Can't get to sleep? Try 1-2-1 Dating's all new AFTER DARK section. For those seeking something a little extra-curricular or unusual. All for a special price of just 51p/minute \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 04:00:00 \N \N \N \N \N 8642 t
+14608 32042 A Hobo's Christmas eng \N Walking out on his family 20 years ago, a hobo (Barnard Hughes) caused a bitter rift between himself and his family. However, it's Christmas, and he's back; what better time to heal past wounds? \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 01:00:00 2014-12-24 03:00:00 \N \N \N \N \N 8658 t
+14752 40841 Christian Williams eng \N Join Christian for the biggest tunes from the Capital playlist. Get involved @CapitalOfficial on Twitter or hit capitalfm.com for more. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 01:00:00 \N \N \N \N \N 8659 t
+14752 40842 Will Cozens eng \N Will takes you into the early hours with the biggest tracks from the Capital playlist. Get involved @CapitalOfficial on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 01:00:00 2014-12-22 06:00:00 \N \N \N \N \N 8660 t
+27712 22026 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 8840 t
+16016 7472 This Is ITV3+1 eng \N This Is ITV3+1. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 00:04:00 2014-12-24 18:00:00 \N \N \N \N \N 8673 t
+8442 55917 8 Out of 10 Cats Christmas Special eng \N Jimmy Carr oversees the disputes on the festive topics that set the great British public's chins wagging. With Sean Lock, Jon Richardson, Sarah Millican, Stephen Mangan and Joe Wilkinson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 00:15:00 2014-12-24 01:15:00 \N \N \N S \N 8675 t
+8442 55919 Big Fat Gypsy Weddings eng \N After causing a scandal by spending time alone with her boyfriend, Irish traveller Rosanne is rushed up the aisle to save her reputation, while Simey trains for a bare-knuckle fight. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 01:15:00 2014-12-24 02:20:00 \N \N \N AD,S \N 8676 t
+8442 55920 Homeland eng Iron in the Fire Carrie gets a tip from Redmond regarding Quinn's lead, Saul calls in a favour with an old friend in the Pakistani military, and Fara uncovers a deep-rooted conspiracy. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 02:20:00 2014-12-24 03:25:00 \N \N \N AD,S \N 8677 t
+23296 5866 Rainbow Nation eng \N LGBT - No limits dating. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 08:00:00 2014-12-24 10:00:00 \N \N \N \N \N 8691 t
+4175 51747 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N S \N 8693 t
+28160 15855 Back to Basics eng \N Join Brian Broderson for foundational scripture teaching. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 21:00:00 2014-12-23 21:30:00 \N \N \N \N \N 8694 t
+28160 15856 Changing Your World eng \N Bible ministry from international teacher Dr. Creflo Dollar. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 21:30:00 2014-12-23 22:00:00 \N \N \N \N \N 8695 t
+28160 15857 Worship Tonight eng \N Join Muyiwa for some of the best worship music around. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 8696 t
+28160 15858 Night Light eng \N Michael Cleere rounds off your day with music, reflection and your contributions. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 23:00:00 2014-12-24 01:00:00 \N \N \N \N \N 8697 t
+27712 22027 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N \N \N 8841 t
+28032 28685 Motorway Patrol eng \N A fly-on-the-wall documentary series following New Zealand cops as they confront the best and the worst behaviour on the nation's busiest motorway. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:20:00 \N \N \N S \N 8712 t
+28032 26955 Black Gold eng Hotheads And Hair Triggers Reality-documentary series about oil drilling in the USA. The law finally catches up with Brandon Watson who is having a bad day on the rig too. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 06:20:00 2014-12-22 07:00:00 \N \N \N S \N 8713 t
+40960 53280 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 \N \N \N \N \N 12336 t
+28032 27952 Minder eng Days of Fines and Closures Comedy drama about a loveable rogue and his right-hand man. Arthur tries to do a deal with Tony Benson and his new nightclub. Terry helps Dave. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:55:00 \N \N \N S \N 8714 t
+28032 26979 The Professionals eng Blind Run Action-packed drama series about two criminal intelligence agents. Bodie and Doyle are assigned to protect an Arab diplomat who is being pursued by assassins. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-22 07:55:00 2014-12-22 08:55:00 \N \N \N AD,S \N 8715 t
+28032 30355 Kojak eng On the Edge Police drama series. A detective's obsession with his work jeopardises a police investigation. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-22 08:55:00 2014-12-22 10:00:00 \N \N \N S \N 8716 t
+15456 24 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 12:00:00 \N \N \N \N \N 8718 t
+14832 1361 Blue Gay Rabbit NOW Open 7nts! eng \N Gay Rabbit goes BLUE from 10pm and is NOW open and live-hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail. PIN protected \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 02:00:00 \N \N \N \N \N 8723 t
+14832 1362 Blue Gay Rabbit NOW Open 7nts! eng \N Gay Rabbit goes BLUE from 10pm and is NOW open and live-hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail. PIN protected \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 02:00:00 2014-12-24 04:00:00 \N \N \N \N \N 8724 t
+8385 60709 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-21 11:00:00 \N \N \N \N \N 8727 t
+8283 41878 The Aquabats! Super Show! eng The Floating Eye of Death! Exhausted after a playing a rock concert, The Aquabats! pull into an isolated truck stop to catch some sleep - but their peace and quiet is short-lived. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:25:00 \N \N \N S \N 8732 t
+8283 42332 Pat & Stan eng Stuart Does Everything Pat the purple hippo and his friend Stan the yellow dog turn every event into the craziest of adventures! It is not looking good for the football match. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 06:25:00 2014-12-21 06:35:00 \N \N \N AD,S,SL \N 8733 t
+41024 59894 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N \N \N 9135 t
+41024 59942 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N \N \N 9136 t
+8283 42616 Pat & Stan eng Roll with It Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! Pat's latest book gives him confidence. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 06:35:00 2014-12-21 06:40:00 \N \N \N AD,S,SL \N 8734 t
+8283 41879 Dino Dan: Trek's Adventures eng Everyone Loves Marine Reptiles Jurassic adventures. Mum takes Trek and Penelope to Marineland, Trek imagines what it would be like if there was a show with prehistoric reptiles! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:40:00 2014-12-21 06:50:00 \N \N \N S,SL \N 8735 t
+8283 41880 Dino Dan eng Twas a Dinosaur Join palaeontologist-in-training Dan Henderson as he takes kids on a Jurassic journey. Dan takes the poem The Night Before Christmas and gives it a dinosaur spin. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:50:00 2014-12-21 07:05:00 \N \N \N S,SL \N 8736 t
+8283 34108 Canimals eng Mousetak Can When the humans mistake the Canimals' mess for droppings, they return with a whole lot of mouse and rat traps. The Canimals welcome the new buffet of cheese! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:05:00 2014-12-21 07:10:00 \N \N \N S \N 8737 t
+8283 35307 Canimals eng Snow Cans The Canimals find themselves racing for their lives, pursued by an ever-growing ball of snow. Will they manage to get themselves out of this in one piece? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:10:00 2014-12-21 07:20:00 \N \N \N S \N 8738 t
+8283 35313 Signed Stories: Share a Story eng My Motorbike The simple tale of a boy who dreams of motorcycle adventures whilst playing on his scooter in his back yard. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:20:00 2014-12-21 07:25:00 \N \N \N S,SL \N 8739 t
+8283 44274 Sooty eng Pranks and Presents When the hook-a-duck stall runs out of prizes, Sooty's hopes are on his teddy bear machine, but he gets a little extra help. Guest starring Brian Blessed. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:25:00 2014-12-21 07:35:00 \N \N \N S \N 8740 t
+8283 34722 Mr Bean eng A Royal Makeover The animated antics of the hapless bumbler. Mr Bean decides to decorate his room in the style of Buckingham Palace and selects the same wallpaper as the Queen has. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 07:35:00 2014-12-21 07:50:00 \N \N \N AD,S \N 8741 t
+8283 41883 Ultimate Spider-Man eng The Incredible Spider-Hulk Animated adventures. Mesmero wreaks havoc again when he switches Spider-Man and Hulk's brains. The Wallcrawler has to contend with the blue eyed Thing. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:50:00 2014-12-21 08:15:00 \N \N \N S \N 8742 t
+8283 41884 Horrid Henry eng Horrid Henry and the Perfect Panto Animated adventures. When Henry's school panto is cancelled, Margaret will not take no for an answer - which is a good thing and a bad thing! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 08:15:00 2014-12-21 08:30:00 \N \N \N AD,S \N 8743 t
+8283 41885 Big Time Rush eng Big Time Dreams (Part 2) Members of a boy band try to make it big in the music industry. The band must stop an evil genius who wants to hypnotise everyone in the crowd. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N S \N 8744 t
+14800 1361 Blue Rabbit NOW Open 7nts! eng \N Rabbit goes BLUE from 10pm and is NOW open & Live hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 02:00:00 \N \N \N \N \N 8750 t
+14800 1362 Blue Rabbit NOW Open 7nts! eng \N Rabbit goes BLUE from 10pm and is NOW open & Live hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 02:00:00 2014-12-24 04:00:00 \N \N \N \N \N 8751 t
+15312 24 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 12:00:00 \N \N \N \N \N 8755 t
+15440 24 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 12:00:00 \N \N \N \N \N 8756 t
+27648 4409 Fishing Road Trip USA eng Saco Maine Paul reaches his final destination, Maine, and in Saco, he heads out for some fantastic saltwater fishing for big striper bass in the shallows. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:30:00 \N \N \N \N \N 8757 t
+14544 159 Xpanded TV eng \N Cheap Chat Live! Call in now to chat to one of the fab Xpanded babes at great low rates. VIP callers jump the queue for faster connections! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 05:30:00 \N \N \N \N \N 8758 t
+27648 4410 Fishing Road Trip USA eng Greenville Maine Paul reaches his final destination, Maine, and in a particularly cold Greenville, he fishes for salmon. But will he finish off his trip with a worthy catch? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:00:00 \N \N \N \N \N 8759 t
+27648 4411 Le Salvager eng Rustic Bookcase Rico's local forest provides a large pine tree for his latest project - a pegged together bookcase. Will the recycling guru's novel plan succeed? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:30:00 \N \N \N \N \N 8760 t
+27648 4412 Le Salvager eng Green House Part 1 In his own back garden, salvaging aficionado Rico Daniels begins building a greenhouse using timber and old doors - now that's what you call recycling. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 10:30:00 2014-12-21 11:00:00 \N \N \N \N \N 8761 t
+27648 4413 Salvage Hunters eng \N Modern-day treasure hunter Drew Pritchard loves the thrill of the hunt and crisscrosses the country in search of derelict gems and forgotten remnants. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N \N \N 8762 t
+28480 11883 Jimmy Swaggart Crusade Classics eng \N A programme featuring Jimmy Swaggart Evangelical Crusades filmed around the world. Music and preaching. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 03:00:00 2014-12-23 05:00:00 \N \N \N \N \N 9451 t
+8264 44679 The Aquabats! Super Show! eng Christmas with The Aquabats! Comedy adventure series. After getting lost, The Aquabats! arrive in a remote village ruled by the tyrannical Krampus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:25:00 \N \N \N S \N 8763 t
+8264 23952 ITV News eng \N The latest national and international news. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 09:25:00 2014-12-21 09:30:00 \N \N \N S \N 8764 t
+8264 13125 Storage Hoarders eng \N Aggie MacKenzie helps two more hoarders to downsize. In Surrey, Aggie helps Suzan get to grips with her inherited hoard, while Graham and son open the doors to their huge barn. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:30:00 \N \N \N S \N 8765 t
+8264 16512 Death on the Nile eng \N Agatha Christie murder mystery starring Peter Ustinov and Bette Davis, 1978. Hercule Poirot investigates the death on a Nile cruise of an heiress who has stolen her best friend's fiance \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 10:30:00 2014-12-21 13:15:00 \N \N \N AD,S \N 8766 t
+41056 17924 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:30:00 \N \N \N \N \N 8771 t
+41056 17925 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 03:30:00 2014-12-20 04:00:00 \N \N \N \N \N 8772 t
+41056 17926 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:25:00 \N \N \N \N \N 8773 t
+41056 17927 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-20 04:25:00 2014-12-20 04:30:00 \N \N \N \N \N 8774 t
+41056 17928 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 04:30:00 2014-12-20 05:00:00 \N \N \N \N \N 8775 t
+41056 17929 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 05:00:00 2014-12-20 06:01:00 \N \N \N \N \N 8776 t
+22400 661 Babestation Xtra eng The place to find all your favourite sexy babes at once. Babestation gives you XXXtra! Plus don't forget to check out BSX from 11 30pm. Press red on Ch 174 to find out more! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 22:00:00 2014-12-22 05:00:00 \N \N \N \N \N 8777 t
+8384 58748 Big Miracle eng \N Fact-based drama with Drew Barrymore, Ted Danson and John Krasinski. Some Alaskans try to save a pod of whales from ice-bound suffocation. Can they trust a tycoon's offer of help? \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 12:30:00 2014-12-24 14:35:00 \N \N 2011 S \N 8787 t
+8384 58750 Channel 4 News eng \N Includes sport and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 14:35:00 2014-12-24 14:45:00 \N \N \N S \N 8788 t
+8384 58749 The Grinch eng \N Family comedy fantasy. Jim Carrey plays a grumpy, green-haired, goblin-like creature who wants to ruin Christmas for the folk of Whoville. But one small girl has other ideas... \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 14:45:00 2014-12-24 16:50:00 \N \N 2000 AD,S \N 8789 t
+27168 59396 Come Dine with Me eng \N This celebrity special has a soap star twist, featuring Brian Capron from Coronation Street, James Redmond from Hollyoaks, and Lorraine Chase and Adele Silva from Emmerdale. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 03:50:00 2014-12-20 04:50:00 \N \N \N S \N 8792 t
+27168 60706 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 04:50:00 2014-12-20 06:00:00 \N \N \N \N \N 8793 t
+13120 7711 Emu Footwear eng \N Find the right footwear for your lifestyle. From comfortable day shoes to evening heels or trainers, we have the perfect fit for you. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 8794 t
+13120 7712 In the Salon with SBC eng \N SBC have captured the essences of plants to soothe your body. Tune in to find out how your skin can benefit from their renowned natural gel formulations. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 8795 t
+13120 7713 Diamonique Veronese Collection eng \N Handmade Italian jewellery collection which bonds together sterling silver and 18ct gold. Combined with fine simulated diamonds to give a glamorous look at a fraction of the price. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 8796 t
+23152 17480 New eng Crime Stories Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 8797 t
+23152 17481 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:30:00 \N \N \N \N \N 8798 t
+23152 17482 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:00:00 \N \N \N \N \N 8799 t
+23152 17483 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N \N \N 8800 t
+23152 17484 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 17:30:00 2014-12-22 18:00:00 \N \N \N \N \N 8801 t
+17472 51402 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-21 09:05:00 2014-12-21 10:25:00 \N \N \N \N \N 8802 t
+17472 51403 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 10:25:00 2014-12-21 11:55:00 \N \N \N \N \N 8803 t
+17472 56501 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 11:55:00 2014-12-21 12:25:00 \N \N \N \N \N 8804 t
+8384 58994 Mission eng Impossible Brian De Palma's action thriller stars Tom Cruise as agent Ethan Hunt, one of America's top spies, who is forced to try and prove that he is not a traitor to the US. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 18:00:00 2014-12-20 20:00:00 \N \N 1996 S \N 8805 t
+8384 58658 Rewind the Christmas Hits eng \N Festive special uncovering the real stories behind the UK's favourite Christmas hits, featuring Slade, The Darkness, Mel C, Midge Ure, Status Quo, Heaven 17, Jona Lewie and Sandie Shaw. \N 2 25 f 3 eng eng 6 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:30:00 \N \N \N S \N 8806 t
+14372 8128 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 03:00:00 2014-12-24 04:00:00 \N \N \N \N \N 8807 t
+14372 8129 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 04:00:00 2014-12-24 05:00:00 \N \N \N \N \N 8808 t
+14372 8130 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 05:00:00 2014-12-24 06:00:00 \N \N \N \N \N 8809 t
+28288 9264 Beauty Tools & Accessories eng \N The beauty tools you use are as important as your products, so enjoy professional-standard implements and accessories, from lash curlers to make-up bags and tweezers to brushes. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N \N \N 8823 t
+28288 8603 Laura Geller Makeup eng \N Laura Geller is a renowned make-up artist, teacher and working mother and the creative force behind one of the most successful make-up studios in New York. Join us to explore her superb range. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 8824 t
+28288 8604 Make-Up Tutorial eng \N Tune in to see professional make-up experts provide step by step tutorials with the top QVC beauty products. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 8825 t
+24480 3606 Defining Decades eng The 1990s Prepare to nail your colours to the mast as we salute the many musical movements that made the 90s great, from mainstream pop to Britpop and Madchester to Grunge. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 15:00:00 2014-12-23 17:00:00 \N \N \N \N \N 8826 t
+24480 3607 Tune In... To 1978 eng \N The world's first test tube baby was born, the comic strip Garfield debuted and regular radio broadcasts of British Parliament proceedings began... But what got crowds on the dance floor in 1978? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 8827 t
+26368 36416 Early Breakfast eng \N Join Nicola Bonn every weekday morning from 4.00am \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 04:00:00 2014-12-24 06:00:00 \N \N \N \N \N 8830 t
+22400 658 Programmes start at 10pm eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 05:00:00 2014-12-20 22:00:00 \N \N \N \N \N 8834 t
+15808 50308 Trophe Andros eng \N Exclusive highlights of the world's most prestigious ice racing series contested by the likes of Alain Prost, Olivier Panis and Jacques Villeneuve in the winter ski resorts of Europe. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:50:00 \N \N \N \N \N 8835 t
+17920 42884 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 03:00:00 2014-12-24 04:00:00 \N \N \N \N \N 8836 t
+15808 50309 ROC Nations Cup Replay eng \N All the action from the 2014 Race of Champions Nations Cup event which sees the biggest names in world motorsport competing for their home countries. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 06:50:00 2014-12-21 09:35:00 \N \N \N \N \N 8837 t
+27712 22024 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 \N \N \N \N \N 8838 t
+27712 22025 Earthrise eng \N A series exploring solutions to today's environmental challenges, taking an upbeat look at ecological, scientific, technological and design projects. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N \N \N 8839 t
+27712 22028 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N \N \N 8842 t
+8385 58148 The Bay eng \N Horror. A reporter (Kether Donohue) pieces together an account of what caused the gory event that hit a seaside town during its Fourth of July celebrations. Strong language. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:45:00 \N \N 2012 S \N 8843 t
+8385 58149 10 Years eng Channing Tatum season Romantic comedy-drama starring Channing Tatum and Rosario Dawson. After a decade apart, a group of former pupils attend an eventful school reunion. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 22:45:00 2014-12-20 00:50:00 \N \N 2011 S \N 8844 t
+12992 30816 CSI: Crime Scene Investigation eng Would, Coulda, Shoulda Drama series. A woman and her young daughter are left for dead at a household shooting. Grissom comes face to face with the 'miniature' killer. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N AD,S \N 8849 t
+12992 31140 CSI: New York eng Silent Night The 19-year-old daughter of a deaf woman is found shot dead in her bedroom and Stella and Danny investigate the murder of a champion figure skater. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N AD,S \N 8850 t
+12992 31141 CSI: New York eng Holding Cell Crime drama. A young Spanish club promoter is found dead. As the investigation develops, Mac clashes with a member of the Barcelona police \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N AD,S \N 8851 t
+28096 60671 Have I Got a Bit More News for You eng \N An extra-long edition of the evergreen satirical quiz. Dan Stevens fills the host's chair, presiding over regulars Paul Merton and Ian Hislop and guests Susan Calman and Miles Jupp. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 03:15:00 2014-12-24 03:50:00 \N \N \N S \N 8861 t
+28096 60672 Storage Hunters eng Hot Rod and Heavy Hitters It's all-out war in the US reality series as competing bargain hunters bid for storage units. Lori is angry when Brendan cuts a deal with rival Jesse. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 03:50:00 2014-12-24 04:15:00 \N \N \N S \N 8862 t
+28096 59459 Suits eng Buried Secrets Ace drama with the sharp-suited legal eagles. Scottie gets a job at the firm and Mike faces an old foe in court. Look out for swimmer Michael Phelps! \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 04:15:00 2014-12-24 05:00:00 11 \N \N AD,S 3 8863 t
+28096 59797 Close eng \N Close. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 05:00:00 2014-12-24 08:00:00 \N \N \N \N \N 8864 t
+17664 58748 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-24 12:30:00 2014-12-24 14:35:00 \N \N \N \N \N 8868 t
+17664 58750 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 14:35:00 2014-12-24 14:45:00 \N \N \N \N \N 8869 t
+17664 58749 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 14:45:00 2014-12-24 16:50:00 \N \N \N \N \N 8870 t
+27456 45328 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 20:00:00 2014-12-21 20:30:00 \N \N \N \N \N 8871 t
+22272 65042 I've Never Seen Star Wars eng \N New. Stephen Fry is one clever chap, but he's an utter novice when it comes to boxing, Only Fools and Horses and flat pack furniture. Jo Brand urges the QI host to give them a try! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:40:00 \N \N \N \N \N 8872 t
+22272 64825 World's Most Dangerous Roads eng Bolivia Funnymen Phill Jupitus and Marcus Brigstocke find their high-altitude road trip in South America is no joke as they grapple with Bolivian bandits and the Road of Death! \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 18:40:00 2014-12-21 20:00:00 \N \N \N S \N 8873 t
+22272 64826 QI XL eng Keys The ever-witty fact-packed quiz show. Stephen Fry grills Isy Suttie, Tim Minchin, Bill Bailey and Alan Davies on all things key-related, from pianos to the QWERTY keyboard. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N S \N 8874 t
+17540 51747 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N \N \N 8880 t
+28352 2256 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:30:00 \N \N \N \N \N 8898 t
+28352 2257 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 \N \N \N \N \N 8899 t
+28352 2258 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:30:00 \N \N \N \N \N 8900 t
+28352 2259 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 19:30:00 2014-12-21 20:00:00 \N \N \N \N \N 8901 t
+28352 2260 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 20:00:00 2014-12-21 20:40:00 \N \N \N \N \N 8902 t
+28352 2261 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 20:40:00 2014-12-21 21:00:00 \N \N \N \N \N 8903 t
+27456 45324 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:30:00 \N \N \N \N \N 8911 t
+27456 45325 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 \N \N \N \N \N 8912 t
+27456 45326 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:30:00 \N \N \N \N \N 8913 t
+27456 45327 Worlds Apart With Oksana Boyko eng \N Worlds Apart is a fast-paced, in-depth discussion on the pressing issues of the day. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 19:30:00 2014-12-21 20:00:00 \N \N \N \N \N 8914 t
+27456 45329 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 20:30:00 2014-12-21 21:00:00 \N \N \N \N \N 8915 t
+27744 42075 Bonanza eng \N Classic western series with that killer theme. Joe tries to stop a homesteader he finds starting a fire on the Ponderosa and ends up shooting in self-defence.../34 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 17 \N \N \N 2 8919 t
+27744 42076 Bonanza eng \N The classic western that is as fresh today as it ever was. The Cartwright boys are surprised when a woman shows up on their doorstep claiming to be their father's new wife./34 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 18 \N \N \N 2 8920 t
+28480 11886 Insight eng \N Today's news from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 06:30:00 2014-12-23 07:00:00 \N \N \N \N \N 10425 t
+27744 42077 S.O.F. - Special Ops Force eng \N An elite crime fighting group combines non-lethal weaponry and special operations capabilities which enable them to go places and perform tasks above and beyond ordinary law enforcement. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 8921 t
+26240 11723 90s Heat eng \N Non Stop 90s Tunages from Heat \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 18:00:00 2014-12-21 20:00:00 \N \N \N \N \N 8922 t
+26240 11724 00s Heat eng \N Non-Stop 00s Heat! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 20:00:00 2014-12-21 22:00:00 \N \N \N \N \N 8923 t
+27328 17234 French Ligue 1 Preview eng \N A look ahead to the upcoming football in the top flight of France as Paris Saint-Germain look to make it a hat-trick of league titles. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:30:00 \N \N \N \N \N 8924 t
+27328 17451 Newcastle Jets v Adelaide United eng \N Hyundai A-League action from Hunter Stadium. United will be keen to get their title challenge back on track against a Jets side still without a win ten games into the season. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 15:30:00 2014-12-19 17:00:00 \N \N \N \N \N 8925 t
+27328 17236 Bundesliga Preview eng \N A look ahead to the next batch of matches from Germany's exhilarating top flight. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N \N \N 8926 t
+27328 17237 Baker & Kelly's V.S.P.O eng \N Ex-Liverpool star Dominic Matteo joins Dannys Baker and Kelly for an hour of unscripted entertainment, original features and spontaneous wit driven by our unique hosts. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:30:00 \N \N \N \N \N 8927 t
+13024 51273 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 07:00:00 2014-12-20 09:00:00 \N \N \N \N \N 8931 t
+28512 693 The Evening Schmooze eng \N Time to unwind and chat about the day and meet new people. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 22:00:00 \N \N \N \N \N 8932 t
+32896 8607 Littlest Pet Shop eng \N Stand Up Stinker - Pepper feeds Blythe jokes at a stand up comedy contest, while the other pets concoct an elaborate plan to make Minka believe that she really is the first monkey to land on Mars. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:30:00 \N \N \N \N \N 8933 t
+32896 8608 Littlest Pet Shop eng \N Blythe's Big Idea - Roger's airline launches a "Pet Jet" service and the pets use it to launch one of their biggest fantasies yet. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 12:30:00 2014-12-22 13:00:00 \N \N \N \N \N 8934 t
+32896 8609 Littlest Pet Shop eng \N To Paris With Zoe - Blythe fills in for Zoe's owners and accompanies her to a dog show in Paris and soon both are smitten; Blythe with Paris and Zoe with a handsome miming street dog named Phillippe. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N \N \N 8935 t
+32896 8610 Littlest Pet Shop eng \N Shanghai Hi-Jinks - When Blythe travels to Shanghai to attend a ceremony honouring Mrs. Twombly as originator of Kung Fu Quilting, Penny Ling finds herself reunited with family she never knew she had. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N \N \N 8936 t
+32896 8611 Totally Spies eng \N Evil Promotion Much? Jerry informs the girls that they're being promoted! They shall officially leave their junior spy days behind them and join the ranks of WOOHP's most elite agents. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:30:00 1 3 \N \N \N 8937 t
+32896 8612 Totally Spies eng \N The girls have to make a very tough decision which could ruin their big promotion. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 2 3 \N \N \N 8938 t
+24032 31390 3 Day Christmas eng \N A father is convinced that his family needs to reconnect with each other. The answer? Lock them in the house over Christmas without power. That should do the trick! \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:45:00 \N \N 2012 \N \N 8940 t
+24032 31391 A Christmas Tree Miracle eng \N After a father loses his job the family are left with nothing, until they are taken in by an eccentric Christmas tree farmer \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 14:45:00 2014-12-22 16:50:00 \N \N 2013 \N \N 8941 t
+32836 31020 Wake Up Leeds eng \N Wake up to the latest local news, weather and traffic updates in Leeds. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:30:00 \N \N \N \N \N 8946 t
+23184 17541 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:30:00 \N \N \N \N \N 8955 t
+23184 17542 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-24 06:30:00 2014-12-24 07:00:00 \N \N \N \N \N 8956 t
+23184 17543 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:30:00 \N \N \N \N \N 8957 t
+23184 17544 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-24 07:30:00 2014-12-24 08:00:00 \N \N \N \N \N 8958 t
+23184 17545 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 08:00:00 2014-12-24 09:00:00 \N \N \N \N \N 8959 t
+22226 6192 Deal Or No Deal eng Noel Edmonds presents the hit game show in which one of 22 players could win up to 250,000. There are 22 sealed boxes, but only one question deal, or no deal? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:45:00 \N \N \N \N \N 8960 t
+22226 6365 Deal Or No Deal eng Noel Edmonds presents the hit game show in which one of 22 players could win up to 250,000. There are 22 sealed boxes, but only one question deal, or no deal? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:45:00 2014-12-24 07:30:00 \N \N \N \N \N 8961 t
+22226 6366 Are You Smarter Than A 10 Year Old? New eng \N Dick and Dom present the daily quiz that tests the nation's adults on questions spanning the primary school national curriculum in a bid to win 25,000. How smart are you? \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 07:30:00 2014-12-24 08:30:00 \N \N \N S,AD \N 8962 t
+22226 6368 Going For Gold eng \N Iconic 80s game show presented by Henry Kelly. Contestants from across Europe compete for the star prize of a trip to the 1988 Olympic Games in Seoul. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N S \N 8963 t
+22688 1043 Early Breakfast with Martin Collins eng \N Join Martin Collins every morning from 4am to get your day off to the best start. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 04:00:00 2014-12-24 06:00:00 \N \N \N \N \N 8968 t
+24128 741 Asian Connections eng \N Speak to our girls live in Thailand for flirty, chatty fun. 18+ Only \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 04:00:00 2014-12-24 05:00:00 \N \N \N \N \N 8969 t
+24128 742 Programmes start at 4am eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 05:00:00 2014-12-25 04:00:00 \N \N \N \N \N 8970 t
+20352 58301 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 12:00:00 2014-12-24 14:15:00 \N \N \N \N \N 8981 t
+20352 58302 eng \N \N \N 2 25 f 1 eng eng 1 0 0 \N 2014-12-24 14:15:00 2014-12-24 16:20:00 \N \N \N \N \N 8982 t
+24016 12906 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 04:00:00 2014-12-24 06:00:00 \N \N \N \N \N 8983 t
+24256 1035 Babestation Daytime eng \N Speak to stunning girls (18+) on your screen and take part in this leading interactive show. Babestation babes are waiting for you! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-24 05:30:00 2014-12-24 07:00:00 \N \N \N \N \N 8984 t
+23296 5864 Something for Everyone eng \N Thousands of like-minded people are waiting for you now. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 04:00:00 2014-12-24 06:00:00 \N \N \N \N \N 8985 t
+17609 19665 eng \N \N \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 08:15:00 2014-12-21 08:30:00 \N \N \N \N \N 9216 t
+23120 20464 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 03:00:00 2014-12-24 04:00:00 \N \N \N \N \N 8992 t
+23120 20482 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 04:00:00 2014-12-24 05:00:00 \N \N \N \N \N 8993 t
+23120 20481 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 05:00:00 2014-12-24 06:00:00 \N \N \N \N \N 8994 t
+23904 787 Asian Connections eng \N Speak to our girls live in Thailand for flirty, chatty fun. 18+ Only \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 05:00:00 2014-12-24 06:00:00 \N \N \N \N \N 8995 t
+22624 40499 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-24 03:00:00 2014-12-24 04:00:00 \N \N \N \N \N 9000 t
+22624 40500 Insight Highlights eng \N RNIB's Insight Radio - Rounding up the major interviews and features from the Insight team with great music \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-24 04:00:00 2014-12-24 07:00:00 \N \N \N \N \N 9001 t
+23280 5869 60 Second Date eng \N The fastest way to find a date in the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 04:00:00 2014-12-24 06:00:00 \N \N \N \N \N 9003 t
+22080 1463 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:30:00 \N \N \N \N \N 9011 t
+22080 1465 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 15:30:00 2014-12-21 16:00:00 \N \N \N \N \N 9012 t
+22080 1466 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:30:00 \N \N \N \N \N 9013 t
+22080 1490 Year In Review eng 2014 Jayne Secker is joined by the Odd Couple of Fleet Street as they dissect the news stories that dominated the last year and pass judgement on the people who made the front pages in 2014. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N \N \N 9014 t
+22080 1503 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:30:00 \N \N \N \N \N 9015 t
+22080 1511 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 17:30:00 2014-12-21 18:00:00 \N \N \N \N \N 9016 t
+16208 37001 Barbara Taylor Bradford's A Woman of Substance eng \N Stirring 80s adaptation of Barbara Taylor Bradford's best-selling novel. When her father dies after saving Edwin's life, Emma vows to become rich so that she can take vengeance. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-24 00:00:00 2014-12-24 02:00:00 \N \N \N S \N 9017 t
+16208 38377 Wish Me Luck eng \N Tense period drama set among the cloak-and-dagger world of The Resistance. Krieger's men have discovered Matty and her radio, putting the whole undercover operation in jeopardy. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:55:00 \N \N \N S \N 9018 t
+16208 38378 Barbara Taylor Bradford's Hold the Dream eng \N Stunning adaptation of the Barbara Taylor Bradford classic - the second in the Emma Harte saga. Emma has arranged to pass the reins of her empire to her favourite granddaughter. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-24 02:55:00 2014-12-24 03:45:00 \N \N \N \N \N 9019 t
+27168 59893 Phil Spencer eng Secret Agent In Warrington, Phil helps Pauline and Alan Jacks, and Colin Brunold, find house buyers in a town that is a bit of a dark horse in terms of property values. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N AD,S \N 9020 t
+27168 59894 Come Dine with Me eng Celebrity Christmas Special Music impresario David Gest joins in a festive clash with former EastEnder Hannah Waterman, TV gardener Diarmuid Gavin and Loose Women presenter Sherrie Hewson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N S \N 9021 t
+22784 789 Kisstory Breakfast with Michael eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:00:00 \N \N \N \N \N 9022 t
+27168 59942 Come Dine with Me eng \N Four passionate cooks from Surrey battle it out in a week of top-quality cooking and eccentric table talk of 'death rooms' and aristocracy. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N S \N 9023 t
+41056 18071 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 9030 t
+41056 18072 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N \N \N 9031 t
+41056 18073 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-22 13:30:00 2014-12-22 13:55:00 \N \N \N \N \N 9032 t
+41056 18074 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 13:55:00 2014-12-22 14:00:00 \N \N \N \N \N 9033 t
+41056 18075 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:05:00 \N \N \N \N \N 9034 t
+41056 18076 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-22 14:05:00 2014-12-22 15:00:00 \N \N \N \N \N 9035 t
+27328 17285 Verona v Chievo eng \N Serie A from Stadio Marc'Antonio Bentegodi as the two rivals of Verona meet for the Derby della Scala. Both clubs traded 1-0 away wins in the two fixtures last season. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 09:30:00 2014-12-22 11:00:00 \N \N \N \N \N 9036 t
+27328 17286 Dundee United v Celtic eng \N Scottish Premiership from Tannadice. The Terrors were on the receiving end of the biggest victory of the season to date when the Hoops thrashed them 6-1 back in August. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:30:00 \N \N \N \N \N 9037 t
+23040 38127 Diners, Drive-Ins And Dives eng \N This trip Guy's pulling over for the bounty of the county. In Denver, there's a throwback bar going gangster on a short rib burger and a savoury apple strudel. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N \N \N 9038 t
+23040 38128 Reza Spice Prince of Vietnam eng \N This series follows Chef Reza Mahammad, one of the UK's top Indian restaurateurs, on an unforgettable journey around Vietnam to discover the history of royal food and feasting. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N \N \N 9039 t
+23040 38129 Barefoot Contessa eng \N The delightful Ina Garten reveals her cooking tips. Ina prepares a delicious Thanksgiving dinner consisting of pesto pastries and chicken, and there's a table decoration that looks good enough to eat. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N \N \N 9040 t
+23040 38130 Barefoot Contessa eng \N Scrumptious cooking series with Ina Garten. Ina prepares a festive food basket for her friends that's packed with juicy delights, including moist cranberry muffins and decadent hazelnut truffles. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N \N \N 9041 t
+23040 38131 Baking Made Easy eng \N Lorraine Pascale presents recipes to relax over, including pumpkin and rosemary muffins. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N \N \N 9042 t
+23040 38132 Home Cooking Made Easy eng \N Lorraine Pascale dishes up her favourite foods. First she cranks up the volume on a kitchen classic with a prosciutto and brie toastie that's ready in moments. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N \N \N 9043 t
+16080 14842 Holiday and Cruise Club eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 9052 t
+16080 14843 Benefits Britain eng Life On The Dole Documentary series about people who live on benefits, focusing this time on the immigrants who claim welfare in order to support children who live overseas in their home countries. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N S \N 9053 t
+17609 19666 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N \N \N 9217 t
+40960 53281 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 22:30:00 2014-12-23 22:45:00 \N \N \N \N \N 12337 t
+16080 14844 Benefits Britain eng Life On The Dole Documentary series. Single mum Marie struggles to fill Santa's sack for her eight children, and what can you expect to get for Christmas dinner when it all comes from a skip? \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N S \N 9054 t
+8385 58302 One Million Years B.C. eng \N Raquel Welch - in her famous fur bikini - stars in this prehistoric adventure set in an inhospitable landscape populated by two warring tribes and Ray Harryhausen's roving dinosaurs. \N 2 25 f 1 eng eng 1 0 0 \N 2014-12-24 13:15:00 2014-12-24 15:20:00 \N \N 1966 S \N 9055 t
+41040 17108 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N \N \N 9076 t
+41040 17109 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:30:00 \N \N \N \N \N 9077 t
+41040 17110 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 19:30:00 2014-12-20 20:00:00 \N \N \N \N \N 9078 t
+41040 17287 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 9079 t
+8264 15521 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 00:10:00 2014-12-19 03:00:00 \N \N \N \N \N 9114 t
+25792 52477 The Golden Age of Steam Railways eng Branching Out This amazing collection of home movies reveals how, when steam started to disappear in the 1950s, volunteers rallied to preserve the tracks and engines for posterity. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N AD,S \N 9115 t
+25792 52478 Monsoon Railway eng \N The first of two engrossing films following the exertions of three Indian Railways employees, as they strive to keep their trains running during the disruptive monsoon season. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N S \N 9116 t
+25792 52479 Monsoon Railway eng \N The second of two fascinating films that paint an affectionate portrait of Indian railway culture. Find out how the workers keep the stormy weather at bay and their trains running. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N S \N 9117 t
+41024 59893 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 9134 t
+14498 26541 Wheeler Dealers eng Jeep CJ7 Part 1 Mike Brewer selects a 1984 Jeep CJ7 in need of Edd China's expertise. Edd gets started on the renovation, changing the suspension and shock absorbers. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 9161 t
+14498 26542 Wheeler Dealers eng Jeep CJ7 Part 2 Mechanical maestro Edd has a lot left to do on the jeep, including fitting new rear drum brakes, before Mike arrives for an update. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N \N \N 9162 t
+14498 26543 Salvage Hunters eng \N Drew hits the road to restock after a buyer cleans out the shop. An old air force base is stuffed with industrial fixtures - will a Brighton warehouse be as rewarding? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 9163 t
+14498 26544 Gunslingers eng Billy The Kid the Phantom of Lincoln County On a blood-stained frontier where corruption is king, an unlikely hero becomes a crusader for justice... and revenge. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 9164 t
+8274 15521 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 00:10:00 2014-12-19 03:00:00 \N \N \N \N \N 9172 t
+14720 1708 Heart Breakfast with Jamie and Emma eng \N Wake up to London's most fun breakfast show with Jamie Theakston and Emma Bunton. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:00:00 \N \N \N \N \N 9173 t
+14720 1726 All 80s With Jason Donovan eng \N Jason celebrates the very best of the 80s with three hours of the biggest songs, from artists such as Madonna, Michael Jackson, Prince and Whitney Houston. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 22:00:00 \N \N \N \N \N 9192 t
+15856 3491 The Real Housewives of Atlanta eng Bring on the Bling Reality series following the lives of five glamorous Atlanta women. DeShawn throws a glam gala at her private estate. Kim and Sheree share a spa day and dinner. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N S \N 9195 t
+15856 3492 The Millionaire Matchmaker eng Brooklyn v Botox Reality series following a matchmaker who caters for wealthy clients. Patti must find love for a gay business owner and a tough-talking heavy drinker. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N S \N 9196 t
+15856 3493 Million Dollar Listing eng Showdowns US series about California's high-end property agents. Just as Chad is on the verge of striking a deal for his basketball star client, there is an unexpected setback. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 9197 t
+17609 19654 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:25:00 \N \N \N \N \N 9205 t
+17609 19655 eng \N \N \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 06:25:00 2014-12-21 06:35:00 \N \N \N \N \N 9206 t
+17609 19656 eng \N \N \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 06:35:00 2014-12-21 06:40:00 \N \N \N \N \N 9207 t
+17609 19657 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:40:00 2014-12-21 06:50:00 \N \N \N \N \N 9208 t
+17609 19658 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:50:00 2014-12-21 07:05:00 \N \N \N \N \N 9209 t
+17609 19659 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:05:00 2014-12-21 07:10:00 \N \N \N \N \N 9210 t
+17609 19660 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:10:00 2014-12-21 07:20:00 \N \N \N \N \N 9211 t
+17609 19661 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:20:00 2014-12-21 07:25:00 \N \N \N \N \N 9212 t
+17609 19662 Sooty eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:25:00 2014-12-21 07:35:00 \N \N \N \N \N 9213 t
+17609 19663 Mr Bean eng \N \N \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 07:35:00 2014-12-21 07:50:00 \N \N \N \N \N 9214 t
+17609 19664 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:50:00 2014-12-21 08:15:00 \N \N \N \N \N 9215 t
+22080 1328 Sky Midnight News eng \N A roundup of the day's leading stories and a look ahead to the morning news. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:30:00 \N \N \N S \N 9219 t
+22080 1334 Press Preview eng \N Another chance to see a full review of the best stories in this morning's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 \N \N \N S \N 9220 t
+22080 1355 Sky News On The Hour eng \N Sky News brings you the latest home and international news, financial updates, top sporting headlines and weather summaries. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:30:00 \N \N \N S \N 9221 t
+22080 1357 Press Preview eng \N Another chance to see a full review of the best stories in this morning's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:00:00 \N \N \N S \N 9222 t
+22080 1367 Sky News On The Hour eng \N Sky News brings you the latest home and international news, financial updates, top sporting headlines and weather summaries. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:30:00 \N \N \N S \N 9223 t
+22080 1368 CBS News eng \N A chance to see live the main evening news bulletin from a leading network channel in America. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 02:30:00 2014-12-19 03:00:00 \N \N \N S \N 9224 t
+41008 58658 eng \N \N \N \N \N \N \N \N eng 6 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:30:00 \N \N \N \N \N 9241 t
+41008 58657 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-20 22:30:00 2014-12-21 00:15:00 \N \N \N \N \N 9242 t
+15952 4546 The Corrie Years eng At Christmas A special edition of the programme looking at some of the memorable stories around Christmas time in Coronation Street including the sad departure of Alf Roberts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N S \N 9249 t
+15952 4541 You've Been Framed at Christmas! eng \N Harry Hill unwraps some comic crackers including collapsing Christmas trees, silly Santas and stupidity in the snow. Plus children singing Jingle Bells into their camcorders. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 09:30:00 2014-12-22 09:55:00 \N \N \N S \N 9250 t
+15952 5128 All Star Family Fortunes eng \N Vernon Kay hosts a seasonal special in which teams from This Morning and Emmerdale go head to head as they try to win big money for their chosen charities. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 09:55:00 2014-12-22 11:00:00 \N \N \N S \N 9251 t
+15952 5322 Catchphrase Christmas Special eng \N Stephen Mulhern hosts a special festive edition of the game show, as celebrities Carol Vorderman, Michael Ball and Michelle Collins compete to win money for their chosen charities. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N S \N 9252 t
+24464 50310 Goodwood Revival eng \N Another chance to catch the opening day of the Goodwood Revival, which features the Shelby Cup and RAC Tourist Trophy races. Day 1 Replay. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 09:35:00 2014-12-21 11:05:00 \N \N \N \N \N 9253 t
+24464 50311 Goodwood Revival eng \N Another chance to catch the final day of the Goodwood Revival, which features the St. Mary's Trophy and RAC TT Celebration races. Day 2 Replay. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 11:05:00 2014-12-21 13:10:00 \N \N \N \N \N 9254 t
+8452 58991 The Simpsons eng Lost Verizon After Bart finds Denis Leary's phone and uses it to make prank calls and accept job offers, Denis comes up with a creative punishment for Bart. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:25:00 \N \N \N AD,S \N 9262 t
+8452 58992 The Simpsons eng Double, Double Boy in Trouble Bart meets his doppelganger Simon, who comes from the richest family in town. They switch places and Bart learns that Simon's family are plotting against him. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:25:00 2014-12-20 19:00:00 \N \N \N AD,S \N 9263 t
+8452 58994 Mission eng Impossible Brian De Palma's action thriller stars Tom Cruise as agent Ethan Hunt, one of America's top spies, who is forced to try and prove that he is not a traitor to the US. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 19:00:00 2014-12-20 21:00:00 \N \N 1996 S \N 9264 t
+8381 14854 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:40:00 \N \N \N S,SL \N 9278 t
+8381 14855 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 04:40:00 2014-12-21 07:00:00 \N \N \N \N \N 9279 t
+16048 26515 The Best of Royal Variety eng Speciality Acts A look at some of the speciality acts, from ventriloquists and magicians through to acrobats and performance artists, that have graced the Royal Command performances. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N S \N 9296 t
+8274 16495 ITV News & Weather eng \N The latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 13:15:00 2014-12-21 13:20:00 \N \N \N S \N 9297 t
+8274 20348 Columbo eng A Stitch in Crime Columbo brings his distinctive investigative style to bear on a case in which a brilliant surgeon appears to be involved in a medical murder. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-21 13:20:00 2014-12-21 14:50:00 \N \N \N AD,S \N 9298 t
+8274 29360 Tipping Point eng Lucky Stars Ben Shephard hosts a second series of the game show's celebrity version. Carol Vorderman, Mark Charnock and Joe Swash take on the machine as they attempt to win big for charity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:50:00 2014-12-21 15:50:00 \N \N \N S \N 9299 t
+14784 2860 Christmas Wiping out your Finances? eng Check out our BARGAINS OF THE DAY page! All 7nt deals in January 3*AI Algarve £119! 4*BB Sharm £259! 4*HB Malta £285! 4*AI Tunisia £319! 3*AI CD Sol £389! FAB offers, MAD prices! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 16:00:00 2014-12-21 20:00:00 \N \N \N \N \N 9300 t
+8500 5857 New eng Michael Buble's Christmas 2014 Delivering a mix of festive cheer and seasonal songs, this brand new music special sees Michael Buble joined by special guests Barbra Streisand, Ariana Grande, Miss Piggy and The Rockettes. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N S \N 9308 t
+8500 5858 Dirty Dancing eng \N Coming-of-age drama starring Patrick Swayze and Jennifer Grey. A spoiled 17-year-old learns a lot about life from the hotel dance instructor during a family summer holiday. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:55:00 \N \N 1987 AD,S \N 9309 t
+8500 5859 Abba eng The Image Documentary. A look at ABBA's costumes, their design concepts and their ground-breaking videos, offering an entertaining journey through the fashion madness of the Seventies. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-22 23:55:00 2014-12-23 00:55:00 \N \N \N S \N 9310 t
+26560 13716 All The Hits with Michael Blades eng \N Michael's got the hottest soundtrack for whatever you're up to! All The Hits play right here all day long! Tweet @thehitsradio! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 10:00:00 2014-12-23 14:00:00 \N \N \N \N \N 9326 t
+22208 6327 Christmas Crime UK eng \N Seasonal edition of the hard-hitting documentary series. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-24 21:00:00 2014-12-24 21:30:00 \N \N \N S,AD \N 9328 t
+22208 6329 Christmas Crime UK eng \N Seasonal edition of the hard-hitting documentary series. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:00:00 \N \N \N S,AD \N 9329 t
+22208 6330 Real Prison Breaks eng \N Find out the stories behind the world's most audacious and elaborate prison breaks in this eye-opening documentary. Sean Bean narrates. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:45:00 9 \N \N S 1 9330 t
+22208 6346 Ferocious Planet eng \N A team of researchers are plunged into a nightmarish alternate dimension when a demonstration by a physicist goes horribly wrong. Contains flashing images and violent scenes. \N 2 25 f 5 eng eng 3 0 0 \N 2014-12-24 22:45:00 2014-12-25 00:25:00 \N \N 2011 S \N 9331 t
+28288 8718 Liz Earle Naturally Active Skincare eng \N Renowned for her knowledge in skin care, Liz Earle has developed a range of products that feature a high concentration of herbs, vitamins and essential oils to soothe your skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 05:00:00 2014-12-22 06:00:00 \N \N \N \N \N 9338 t
+8281 44679 The Aquabats! Super Show! eng Christmas with The Aquabats! Comedy adventure series. After getting lost, The Aquabats! arrive in a remote village ruled by the tyrannical Krampus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:25:00 \N \N \N S \N 9348 t
+8281 23952 ITV News eng \N The latest national and international news. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 09:25:00 2014-12-21 09:30:00 \N \N \N S \N 9349 t
+8281 13125 Storage Hoarders eng \N Aggie MacKenzie helps two more hoarders to downsize. In Surrey, Aggie helps Suzan get to grips with her inherited hoard, while Graham and son open the doors to their huge barn. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:30:00 \N \N \N S \N 9350 t
+8281 16512 Death on the Nile eng \N Agatha Christie murder mystery starring Peter Ustinov and Bette Davis, 1978. Hercule Poirot investigates the death on a Nile cruise of an heiress who has stolen her best friend's fiance \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 10:30:00 2014-12-21 13:15:00 \N \N \N AD,S \N 9351 t
+14498 28002 Baggage Battles eng \N Mark, Billy and Laurence and Sally arrive at an airport hanger in Indianapolis to outbid each other, and the locals, on items such as luggage, antiques and sports memorabilia. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:30:00 \N \N \N \N \N 9368 t
+14498 28003 Baggage Battles eng \N Every year in America, truckers transport $671 billion of shipped goods. When this gets lost or undelivered, it becomes 'unclaimed freight'. Can our team win some of the pallets? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:30:00 2014-12-20 13:00:00 \N \N \N \N \N 9369 t
+14498 26423 Gunslingers eng Billy The Kid the Phantom of Lincoln County On a blood-stained frontier where corruption is king, an unlikely hero becomes a crusader for justice... and revenge. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N \N \N 9370 t
+14498 26424 Wheeler Dealers eng BMW 325i Part 1 Follow mechanical maestros Mike Brewer and Edd China as they take on the challenge of transforming a worn out BMW 321i into the king of the road. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N \N \N 9371 t
+14498 26425 Wheeler Dealers eng BMW 325i Part 2 Mechanical miracle worker Edd China fixes the BMW's suspension and wheel bearings. Then it's over to Mike to sell the car and turn Edd's hard work into cash. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N \N \N 9372 t
+23712 3336 Dr G: Medical Examiner eng Burning Questions Fascinating forensics. A hospital patient is found dead in bed and the finger of suspicion is pointed at his wife. A man's body is found in a burnt-out car. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-22 00:00:00 2014-12-22 01:00:00 \N \N \N S \N 9375 t
+23712 3338 Bridezillas eng Where Are They Now? The hit reality series catches up with some of the terrifying and often downright monstrous brides previously featured. Has wedded bliss calmed them down? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:00:00 \N \N \N S \N 9376 t
+23712 3318 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 02:00:00 2014-12-22 04:00:00 \N \N \N \N \N 9377 t
+23280 5825 Flirt Zone eng \N Flirt with thousands of people across the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 12:00:00 2014-12-20 14:00:00 \N \N \N \N \N 9382 t
+23280 5826 Picture Dating eng \N Send a Picture, find your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 14:00:00 2014-12-20 16:00:00 \N \N \N \N \N 9383 t
+14608 31978 Little House On The Prairie eng \N Author! Author! - During a trip to Walnut Grove Caroline's mother passes away. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 11 \N \N \N 6 9384 t
+14608 31979 Diana eng Last Days Of A Princess Using news footage and interviews, as well as scripted scenes, this hybrid-documentary tells the story of the last two months of Diana's life before her tragic death in Paris. 2007 \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 13:00:00 2014-12-20 15:00:00 \N \N \N \N \N 9385 t
+41072 13899 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:30:00 \N \N \N \N \N 9387 t
+41072 13900 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-20 12:30:00 2014-12-20 13:00:00 \N \N \N \N \N 9388 t
+41072 13901 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 \N \N \N \N \N 9389 t
+41072 13902 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-20 13:30:00 2014-12-20 14:00:00 \N \N \N \N \N 9390 t
+41072 13903 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N \N \N 9391 t
+41072 13904 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N \N \N 9392 t
+28096 59305 8 Out of 10 Cats eng \N Funnymen Iain Lee, Rob Rouse, Frankie Boyle and Alan Carr join Jimmy Carr, Sean Lock and Dave Spikey to take a hysterical look at opinion polls on all manner of silly subjects. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:30:00 \N \N \N S \N 9395 t
+28096 59306 8 Out of 10 Cats eng \N The massively popular panel show comes to Dave, as Jimmy Carr, Sean Lock, Dave Spikey, Paddy McGuinness, Janet Street-Porter, Trisha Goddard and Lee Mack ponder opinion polls. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:00:00 \N \N \N S \N 9396 t
+28096 59307 Mongrels eng \N The X-rated puppet comedy series. Vince has a litter of cubs, while a handsome dog teaches Destiny the art of the 'bottom sniff'. Paul Kaye is among the familiar voices \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:40:00 2 \N \N \N 1 9397 t
+28096 59308 Gavin & Stacey eng \N James Corden stars in the warm-hearted sitcom. Stacey tries to sort out the situation with Gavin, but things don't go to plan. In Barry, an unexpected event causes panic \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 02:40:00 2014-12-19 03:10:00 7 \N \N AD,S 2 9398 t
+25664 55698 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:00:00 \N \N \N \N \N 9399 t
+25664 55699 The Breakfast Fix eng Friday Hello Friday! Tune in to hear the biggest tunes and kick start your morning with us as we take a look at what your favourite music stars and celebs have been up to overnight! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-19 07:00:00 2014-12-19 09:00:00 \N \N \N \N \N 9400 t
+27360 18046 MotoGP Grand Prix of Qatar eng \N The MotoGP season begins with the Commercial Bank Grand Prix of Qatar from the Losail International Circuit, Doha. Jorge Lorenzo won the MotoGP here last year. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 02:00:00 2014-12-23 03:30:00 \N \N \N \N \N 9409 t
+14752 40822 Ant Payne eng \N Ant's got all the biggest and best hits around. You can join the conversation @CapitalOfficial on Twitter and online at capitalfm.com! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 04:00:00 2014-12-19 06:00:00 \N \N \N \N \N 9410 t
+27840 5232 Programmes start at 8.00am eng \N Join us from 8am to midnight every day! \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 08:00:00 \N \N \N \N \N 9422 t
+22336 59001 Rules of Engagement eng Free, Free Time When Audrey's weekly girls' evening out is cancelled at the last moment, Jeff tries to get her out of the house to reclaim his 'free night'. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:25:00 \N \N \N S \N 9429 t
+22336 59002 Rules of Engagement eng The Score Adam feels extremely lucky when he finds the perfect birthday present for Jennifer. Jeff tries to avoid finding out the final score of a sports match. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 07:25:00 2014-12-21 07:50:00 \N \N \N S \N 9430 t
+22336 59003 Rules of Engagement eng The Surrogate An enthusiastic Audrey pushes it too far with a surrogate mother whom she and Jeff are considering paying to have their baby. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 07:50:00 2014-12-21 08:10:00 \N \N \N S \N 9431 t
+22336 59004 Rules of Engagement eng Reunion Audrey attends her school reunion intent on proving to her former classmates how great her life is. Russell accidentally ruins Timmy's dinner party. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 08:10:00 2014-12-21 08:35:00 \N \N \N S \N 9432 t
+22336 59005 Rules of Engagement eng Harassment A new employee who takes exception to Audrey files a sexual harassment claim against her. Timmy challenges Jeff to a game of cricket. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 08:35:00 2014-12-21 09:00:00 \N \N \N S \N 9433 t
+4168 58011 Mars Needs Moms eng \N Animated family adventure. A nine-year-old boy learns to have a greater appreciation for his mother when she is kidnapped by Martians. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:30:00 \N \N 2010 S \N 9434 t
+4168 56427 Bridge to Terabithia eng \N Fantasy drama with Zooey Deschanel. Two children become friends and create the imaginary world of Terabithia, a magical land where they rule as king and queen. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 10:30:00 2014-12-23 12:00:00 \N \N 2007 S \N 9435 t
+13024 51019 Christmas With The Kranks eng \N Tim Allen and Jamie Lee Curtis play an exasperated couple who feel the wrath of their neighbours when they attempt to skip Christmas in this enjoyable festive family comedy. \N 2 25 f 64 eng eng 0 0 0 \N 2014-12-22 18:05:00 2014-12-22 19:55:00 \N \N 2004 AD,S \N 9441 t
+4166 58011 Mars Needs Moms eng \N Animated family adventure. A nine-year-old boy learns to have a greater appreciation for his mother when she is kidnapped by Martians. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:30:00 \N \N 2010 S \N 9442 t
+13024 51020 New: World's Strongest Man 2014 eng Doncaster - Qualifier Strongman competition. Laurence Shahlaei defends the title of Britain's Strongest Man in the second instalment of the qualifying tour 'Giants Live' from Doncaster. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 19:55:00 2014-12-22 20:55:00 \N \N \N S \N 9443 t
+13024 51021 5 News Update eng \N National and international news. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-22 20:55:00 2014-12-22 21:00:00 \N \N \N S \N 9444 t
+28160 15864 Grace to You eng \N Unleashing God's truth, one verse at a time, with Dr. John MacArthur. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N \N \N 10607 t
+28480 11884 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 05:00:00 2014-12-23 06:00:00 \N \N \N \N \N 9452 t
+8452 59145 Father Christmas eng \N Classic animation based on Raymond Briggs's book. What does Father Christmas do with himself for the other 364 days of the year? Here's a chance to find out. Voiced by Mel Smith. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 12:50:00 2014-12-24 13:30:00 \N \N \N S \N 9454 t
+8452 58748 Big Miracle eng \N Fact-based drama with Drew Barrymore, Ted Danson and John Krasinski. Some Alaskans try to save a pod of whales from ice-bound suffocation. Can they trust a tycoon's offer of help? \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 13:30:00 2014-12-24 15:35:00 \N \N 2011 S \N 9455 t
+14448 27201 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 12:15:00 2014-12-21 12:40:00 \N \N \N \N \N 9459 t
+14448 27202 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 12:40:00 2014-12-21 13:05:00 \N \N \N \N \N 9460 t
+14448 27203 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 13:05:00 2014-12-21 13:30:00 \N \N \N \N \N 9461 t
+14448 27204 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 13:30:00 2014-12-21 13:55:00 \N \N \N \N \N 9462 t
+14448 27205 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 13:55:00 2014-12-21 14:20:00 \N \N \N \N \N 9463 t
+14448 27206 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 14:20:00 2014-12-21 14:45:00 \N \N \N \N \N 9464 t
+14448 27207 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 14:45:00 2014-12-21 15:10:00 \N \N \N \N \N 9465 t
+25920 20500 Bissell Sale eng \N Join us for a selection of great products at amazing sale prices! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 9472 t
+25920 20140 Comfort & Dreams Sale BlockBuster eng \N The BlockBuster is the chance to get this product at the best offer - ever, while stocks last. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 9473 t
+25920 21069 Karcher Sale eng \N An amazing deal on a very special product. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 9474 t
+40960 53264 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N \N \N 9478 t
+40960 53265 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:30:00 \N \N \N \N \N 9479 t
+40960 58133 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 10:30:00 2014-12-23 11:00:00 \N \N \N \N \N 9480 t
+40960 53266 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N \N \N 9481 t
+41040 17191 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:30:00 \N \N \N \N \N 9483 t
+41040 17192 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 00:30:00 2014-12-23 01:00:00 \N \N \N \N \N 9484 t
+41040 17193 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N \N \N 9485 t
+41040 17194 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 02:00:00 2014-12-23 03:00:00 \N \N \N \N \N 9486 t
+24352 31261 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 07:00:00 \N \N \N \N \N 9487 t
+8267 45014 Good Morning Britain eng \N Breakfast show. Downton Abbey star Elizabeth McGovern pops in to talk about the upcoming Christmas episode, and performs a seasonal favourite. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 08:30:00 \N \N \N S \N 9488 t
+8267 45015 Lorraine eng \N Sarah Hadland chats about starring in this year's Miranda Christmas special, and Stephanie Cole and Nina Wadia talk about the new series of Still Open All Hours. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:25:00 \N \N \N S \N 9489 t
+24064 60113 Back at 7pm and 24-hours on HD 109 eng \N No Information Available \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 15:00:00 2014-12-23 19:00:00 \N \N \N \N \N 9490 t
+23152 17388 I, Detective eng Season 1 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:30:00 \N \N \N \N \N 9506 t
+23152 17389 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 06:30:00 2014-12-20 07:00:00 \N \N \N \N \N 9507 t
+23152 17390 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:30:00 \N \N \N \N \N 9508 t
+23152 17391 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 \N \N \N \N \N 9509 t
+23152 17392 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:30:00 \N \N \N \N \N 9510 t
+23152 17393 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N \N \N 9511 t
+24448 63993 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N \N \N 9512 t
+24448 63828 The Breakfast Show eng \N The early bird catches the worm in a morning showcase of stunning designs. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 07:00:00 2014-12-20 08:00:00 \N \N \N \N \N 9513 t
+24448 63829 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 08:00:00 2014-12-20 09:00:00 \N \N \N \N \N 9514 t
+16080 14677 New: NCIS: Los Angeles eng Callen, G US police drama series. Callen uncovers the key to his mysterious past. Time is of the essence in the hunt for a woman armed with vital information. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 \N \N \N S \N 9516 t
+16080 14678 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:15:00 \N \N \N \N \N 9517 t
+16080 14679 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 01:15:00 2014-12-19 01:45:00 \N \N \N \N \N 9518 t
+16080 14680 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 01:45:00 2014-12-19 02:15:00 \N \N \N \N \N 9519 t
+16080 14681 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 02:15:00 2014-12-19 02:45:00 \N \N \N \N \N 9520 t
+16080 14682 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 02:45:00 2014-12-19 03:00:00 \N \N \N \N \N 9521 t
+14832 1329 Winter in Gay Rabbit Meadow eng \N Gay Rabbit Chat & Date has been connecting people for 6 years, so wherever you sit on the LGBT spectrum, pop in and say hi! Introduce a friend and earn FREE credits for each of you \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 12:00:00 2014-12-20 16:00:00 \N \N \N \N \N 9522 t
+25920 20348 Ceramic Pans Pick of the Year eng \N A chance to get some of your favourite products from 2014. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 9523 t
+25920 20064 Nutrimaster Pick of the Day eng \N A chance for you to get our special product of the day - the Ideal World Pick of the Day. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N \N \N 9524 t
+25920 20729 Last Minute Technology Gifts eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N \N \N 9525 t
+40992 51835 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:20:00 \N \N \N \N \N 9538 t
+40992 51836 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 06:20:00 2014-12-21 06:45:00 \N \N \N \N \N 9539 t
+40992 51837 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 06:45:00 2014-12-21 06:55:00 \N \N \N \N \N 9540 t
+40992 51838 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 06:55:00 2014-12-21 07:20:00 \N \N \N \N \N 9541 t
+40992 51839 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 07:20:00 2014-12-21 07:45:00 \N \N \N \N \N 9542 t
+40992 51840 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 07:45:00 2014-12-21 07:55:00 \N \N \N \N \N 9543 t
+40992 51841 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 07:55:00 2014-12-21 08:05:00 \N \N \N \N \N 9544 t
+40992 51842 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 08:05:00 2014-12-21 08:30:00 \N \N \N \N \N 9545 t
+40992 51843 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 08:30:00 2014-12-21 08:45:00 \N \N \N \N \N 9546 t
+40992 51844 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 08:45:00 2014-12-21 09:00:00 \N \N \N \N \N 9547 t
+14816 978 1-2-1 Dating - NEW & Improved eng 1-2-1 Dating WORKS - Testimonial 'I thought, nothing ventured, nothing gained... Shortly after, I met Jonathan' - (K C, 32, London). Watch ads for free with 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 12:00:00 2014-12-20 16:00:00 \N \N \N \N \N 9558 t
+14800 1329 Come Up and See Me eng \N Rabbit Chat & Date has been connecting people for over 6 years now on TV - and now also by our new iPhone app! Flirt, chat & make new friends. The opportunities are endless! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 12:00:00 2014-12-20 16:00:00 \N \N \N \N \N 9564 t
+24352 31260 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 07:00:00 2014-12-24 18:00:00 \N \N \N \N \N 9575 t
+4166 56427 Bridge to Terabithia eng \N Fantasy drama with Zooey Deschanel. Two children become friends and create the imaginary world of Terabithia, a magical land where they rule as king and queen. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 10:30:00 2014-12-23 12:00:00 \N \N 2007 S \N 9576 t
+12992 31114 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:30:00 \N \N \N \N \N 9577 t
+12992 31115 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 06:30:00 2014-12-20 07:00:00 \N \N \N \N \N 9578 t
+12992 31116 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:30:00 \N \N \N \N \N 9579 t
+12992 31117 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 \N \N \N \N \N 9580 t
+12992 31118 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:30:00 \N \N \N \N \N 9581 t
+12992 31119 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N \N \N 9582 t
+23712 3060 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 07:00:00 2014-12-20 08:00:00 \N \N \N \N \N 9586 t
+23712 3063 Why Are Thin People Not Fat? eng \N A mind and waistband-expanding documentary! A group of students eat twice their normal intake of calories for four weeks. Dr Carel le Roux explores some misconceptions about weight. \N 2 25 f 64 eng \N 2 0 0 \N 2014-12-20 08:00:00 2014-12-20 09:00:00 \N \N \N AD \N 9587 t
+41120 14050 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N \N \N 9592 t
+41120 14051 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 07:00:00 2014-12-20 09:00:00 \N \N \N \N \N 9593 t
+28160 15759 Word Alive eng \N Bible reflection and teaching with Dr. Derek Stringer and Good News Broadcasting. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:30:00 \N \N \N \N \N 9666 t
+8442 55846 Come Dine with Me eng \N Third to host in this Christmas competition from south-east London is history buff John Stevens, who plans to give his guests an authentic wartime austerity Yuletide meal. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:30:00 2014-12-20 13:05:00 \N \N \N S \N 9594 t
+8442 55847 Come Dine with Me eng \N Latest to host in this Christmas competition in south-east London is Kate Kershaw, who goes all out with a festive extravaganza. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 13:05:00 2014-12-20 13:35:00 \N \N \N S \N 9595 t
+8442 55848 Come Dine with Me eng \N The last to host in this Christmas competition in south-east London is Charlie Spiteri. The uber-confident host plans oysters, champagne, and an ambitious three-bird roast. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 13:35:00 2014-12-20 14:10:00 \N \N \N S \N 9596 t
+8442 55849 Casablanca eng \N Classic drama. Humphrey Bogart and Ingrid Bergman star as ex-lovers re-united in the neutral World War II tinderbox of Casablanca, where only he can save her husband's life. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 14:10:00 2014-12-20 16:15:00 \N \N 1942 AD,S \N 9597 t
+27648 4364 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:30:00 \N \N \N \N \N 9598 t
+27648 4365 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 06:30:00 2014-12-20 07:00:00 \N \N \N \N \N 9599 t
+27648 4366 Destroyed in Seconds eng \N A passenger falls out of a hot air balloon when a rogue gust of wind surprises the pilot; a rare Ferrari plummets down a set of stairs and catastrophic flooding topples a hotel. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:20:00 \N \N \N \N \N 9600 t
+27648 4367 Destroyed in Seconds eng \N A skateboarder catches big air during a trick and then crashes down hard; two cranes collapse at a construction site and a massive fireworks explosion shatters windows. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 07:20:00 2014-12-20 07:45:00 \N \N \N \N \N 9601 t
+27648 4368 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 07:45:00 2014-12-20 08:10:00 \N \N \N \N \N 9602 t
+27648 4369 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 08:10:00 2014-12-20 08:35:00 \N \N \N \N \N 9603 t
+27648 4370 Fishing Road Trip USA eng New Jersey With the world-famous, iconic Manhattan skyline as a backdrop, Paul heads out to fish the Hudson River for powerful bluefish, stripers and shads. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 08:35:00 2014-12-20 09:00:00 \N \N \N \N \N 9604 t
+22208 6218 Nothing To Declare eng \N Fly-on-the-wall documentary following the men and women who defend Australia from drug runners, smugglers and terrorists. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:30:00 \N \N \N S \N 9605 t
+22208 1082 Nothing To Declare eng \N Fly-on-the-wall documentary following the men and women who defend Australia from drug runners, smugglers and terrorists. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 06:30:00 2014-12-20 07:00:00 \N \N \N S \N 9606 t
+28032 28006 Pawn Stars eng Bikes and Blades Series following pawn shop owners in Las Vegas. The guys examine some knives smuggled back from World War II. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 \N \N \N S \N 9717 t
+22208 1084 Motorway Patrol eng \N Documentary series from New Zealand following the madness and mayhem faced by intrepid officers as they pull over motorists for a variety of suspected offences. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:30:00 \N \N \N S \N 9607 t
+22208 1111 Motorway Patrol eng \N Documentary series from New Zealand following the madness and mayhem faced by intrepid officers as they pull over motorists for a variety of suspected offences. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 \N \N \N S \N 9608 t
+22208 1276 60 Minute Makeover eng \N Design series in which a makeover team has just one hour to improve a home. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 08:00:00 2014-12-20 09:00:00 \N \N \N S \N 9609 t
+41120 14121 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 9610 t
+41120 14122 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 9611 t
+41120 14123 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 9612 t
+24016 12856 The Sword Of El Cid eng \N The ruler of Catalonia is replaced by his evil twin brother, but the rightful owner of the crown then attempts to reclaim the throne by forceful means. Stars Roland Carey. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 13:20:00 2014-12-20 15:05:00 \N \N 1962 \N \N 9617 t
+23040 38029 Cooking For Real eng \N Bring holiday cheer to your table with individual Cornish hens, seasonal and crunchy apple, pear and walnut salad, and mini coffee cakes that wrap up your dinner party in style. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:30:00 \N \N \N \N \N 9619 t
+23040 38030 Cooking For Real eng \N Join Sunny Anderson for a traditional turkey dinner with some unusual twists. Daddy's 'game changing turkey' with quick pan gravy is the flavour-packed centrepiece. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 06:30:00 2014-12-20 07:00:00 \N \N \N \N \N 9620 t
+23040 38031 Cooking For Real eng \N Sunny Anderson thinks outside of the crust with her jar of pumpkin pie spice. For a special holiday meal, Sunny puts her favourite pumpkin pie spice mix to work on her easy, holiday spiral ham. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:30:00 \N \N \N \N \N 9621 t
+23040 38032 Rosemary Shrager's Classic Christmas eng \N Rosemary Shrager does a classic Christmas with all the trimmings. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 \N \N \N \N \N 9622 t
+23040 38033 Pioneer Woman eng \N Take one sassy former city girl, her hunky rancher husband and a band of adorable kids, and you have the Pioneer Woman. Ree Drummond shares her special brand of comforting home cooking. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:30:00 \N \N \N \N \N 9623 t
+23040 38034 Nigella Express eng \N Forget the big day, this is a snap of a great meal for those all-important days around it. From drinks and nibbles, when the guests arrive through to a simple, delicious, no-effort dinner. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N \N \N 9624 t
+26560 13695 The Hits Radio Weekend - Martin Lowes eng \N All The Hits are on for Saturday morning with Martin as we get the weekend underway! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 07:00:00 2014-12-20 10:00:00 \N \N \N \N \N 9625 t
+23296 5817 Gay Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 08:00:00 \N \N \N \N \N 9626 t
+23296 5818 Rainbow Nation eng \N LGBT - No limits dating. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 08:00:00 2014-12-20 10:00:00 \N \N \N \N \N 9627 t
+15840 3576 Forgotten 80s eng \N They may be the tracks that time forgot, but we love 'em, so join us as we revisit the 80s and revel in those rarely-played but highly-memorable records from that decade. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 9628 t
+15840 3577 Britpop Explored eng \N Join us as we celebrate some of the less mainstream bands that were bringing cool to Britannia. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 9629 t
+15840 3578 So This Is Christmas eng \N Have yourself a rockin' little Christmas with Vintage TV, as we bring you the best of the best in Christmas pop. From Wham to The Pogues and Kirsty MacColl, we've got all the hits and more. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 9630 t
+23120 20403 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N \N \N 9631 t
+23120 20396 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 07:00:00 2014-12-20 08:00:00 \N \N \N \N \N 9632 t
+23120 20390 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 08:00:00 2014-12-20 09:00:00 \N \N \N \N \N 9633 t
+27456 45252 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:30:00 \N \N \N \N \N 9634 t
+27456 45253 Sputnik with George Galloway eng \N Every week George Galloway MP and Gayatri bring you news from elsewhere, from a different perspective, from a different view. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 06:30:00 2014-12-20 07:00:00 \N \N \N \N \N 9635 t
+27456 45254 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:30:00 \N \N \N \N \N 9636 t
+27456 45255 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 \N \N \N \N \N 9637 t
+27456 45256 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:30:00 \N \N \N \N \N 9638 t
+27456 53382 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N \N \N 9639 t
+27744 42043 Teleshopping eng \N Put the pleasure back into shopping from the comfort of your home and choose from a selection of innovative products. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:00:00 2014-12-20 09:00:00 \N \N \N \N \N 9640 t
+26368 38210 Saturday Afternoon eng \N Gary King takes you through the afternoon every Saturday from 2.00pm \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 14:00:00 2014-12-20 18:00:00 \N \N \N \N \N 9641 t
+24448 63884 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 9642 t
+24448 63885 Huge Jewellery Savings from GemsTV eng \N GemsTV give huge savings on genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 9643 t
+24448 63886 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 9644 t
+41072 14182 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:30:00 \N \N \N \N \N 9645 t
+41072 14183 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 15:30:00 2014-12-23 16:00:00 \N \N \N \N \N 9646 t
+41072 14184 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N \N \N 9647 t
+41072 14185 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 \N \N \N \N \N 9648 t
+41072 14186 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 9649 t
+28416 20104 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-20 10:30:00 2014-12-20 11:30:00 \N \N \N \N \N 9765 t
+28416 20105 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-20 11:30:00 2014-12-20 16:00:00 \N \N \N \N \N 9766 t
+8325 44191 Educating Joey Essex eng \N Another instalment in the hilarious series. Joey travels to Wales for a petrifying education into the paranormal, with visits to a haunted pub and a ghostly castle! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 03:40:00 2014-12-23 04:25:00 \N \N \N S \N 9650 t
+8325 2549 Life's Funniest Moments eng \N Series featuring hilarious candid moments caught on camera. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 04:25:00 2014-12-23 04:50:00 \N \N \N \N \N 9651 t
+8325 44505 Life's Funniest Moments eng \N Series featuring hilarious candid moments caught on camera. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 04:50:00 2014-12-23 05:10:00 \N \N \N \N \N 9652 t
+8325 4849 Bonkers Guinness World Records eng \N Matt Edmondson narrates a festive selection of Christmas themed Guinness World Records including the most Christmas trees chopped in two minutes and the largest conga on ice. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 05:10:00 2014-12-23 05:35:00 \N \N \N S \N 9653 t
+8325 2742 Bonkers Guinness World Records eng \N Series about the most entertaining world records. Featuring the most swords swallowed at the same time, the most spins from a power drill and the most kisses given to a cobra. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 05:35:00 2014-12-23 06:00:00 \N \N \N S \N 9654 t
+8448 59011 Made in Chelsea eng \N Brand new series - Spencer takes the boys on a debauched night out and the girls' spa break is anything but calm and relaxing. Spencer's new girlfriend Lauren ruffles Stephanie's feathers. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:30:00 \N \N \N S \N 9657 t
+8448 59012 How I Met Your Mother eng The Naked Truth Marshall lands his dream job but worries that his past indiscretions will cost him the role. Ted can't decide who to bring to the Architects' Ball. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 13:30:00 2014-12-21 14:00:00 \N \N \N AD,S \N 9658 t
+8448 59014 How I Met Your Mother eng Ducky Tie Ted tries to make amends with an ex-girlfriend whom he cheated on during their relationship. Marshall and Lily make a bet with Barney that has an embarrassing forfeit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:30:00 \N \N \N AD,S \N 9659 t
+8448 59013 The Spy Next Door eng \N Jackie Chan stars in this family-friendly action-comedy about a secret agent pitted against both the Russian mafia and the three children of the single mother he's fallen for. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 14:30:00 2014-12-21 16:30:00 \N \N 2010 S \N 9660 t
+41008 59145 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 12:50:00 2014-12-24 13:30:00 \N \N \N \N \N 9661 t
+41008 58748 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-24 13:30:00 2014-12-24 15:35:00 \N \N \N \N \N 9662 t
+27456 45378 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 21:30:00 \N \N \N \N \N 9924 t
+28160 15760 Living Word eng \N A thematic study of scripture with Canon Michael Cole. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 06:30:00 2014-12-20 07:00:00 \N \N \N \N \N 9667 t
+28160 15761 Saturday Quiet Time eng \N Tony Miles presents songs chosen by you, alongside readings and reflections. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 07:00:00 2014-12-20 08:00:00 \N \N \N \N \N 9668 t
+28160 15762 Big Breakfast eng \N Join Nicky & Lady T for three hours of music, competitions, guests and fun for the family! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 08:00:00 2014-12-20 11:00:00 \N \N \N \N \N 9669 t
+32836 30919 Wake Up Leeds eng \N Wake up to the latest local news, weather and traffic updates in Leeds. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 06:00:00 2014-12-20 09:30:00 \N \N \N \N \N 9676 t
+16208 43614 Home Shopping eng \N Shopping from home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:20:00 \N \N \N \N \N 9677 t
+16208 39505 Rumpole of the Bailey eng Rumpole and the Course of True Love Rumpole defends an English teacher accused of seducing a student, while Phyllida Trant fears her career may be over when she becomes pregnant. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-20 08:20:00 2014-12-20 09:20:00 \N \N \N \N \N 9678 t
+14816 1004 1-2-1 Dating - Hot COUPLES eng \N 1-2-1 Dating's all new Couples section is for those seeking something a little extra... Or maybe TWO extras! Check it out. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 04:00:00 2014-12-24 08:00:00 \N \N \N \N \N 9679 t
+14608 32043 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 03:00:00 2014-12-24 06:00:00 \N \N \N \N \N 9685 t
+8442 60714 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 03:25:00 2014-12-24 06:00:00 \N \N \N \N \N 9689 t
+24256 1024 Programmes start at midnight eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 07:00:00 2014-12-21 00:00:00 \N \N \N \N \N 9690 t
+4175 58011 Mars Needs Moms eng \N Animated family adventure. A nine-year-old boy learns to have a greater appreciation for his mother when she is kidnapped by Martians. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:30:00 \N \N 2010 S \N 9691 t
+4175 56427 Bridge to Terabithia eng \N Fantasy drama with Zooey Deschanel. Two children become friends and create the imaginary world of Terabithia, a magical land where they rule as king and queen. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 10:30:00 2014-12-23 12:00:00 \N \N 2007 S \N 9692 t
+8267 19764 Losing Your Local? eng Tonight Are you in danger of losing your local? With an estimated 30 pub closures each week, this national tradition seems to be under threat. Can the great British boozer bounce back? \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:25:00 \N \N \N \N \N 9693 t
+8267 50081 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 03:25:00 2014-12-19 05:05:00 \N \N \N \N \N 9694 t
+8267 19765 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 05:05:00 2014-12-19 06:00:00 \N \N \N S \N 9695 t
+17920 41978 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-24 04:00:00 2014-12-24 05:30:00 \N \N \N \N \N 9700 t
+28160 15859 Let the Bible Speak eng \N Dr. Patrick Baker with Bible teaching from South Grove Free Presbyterian Church \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:15:00 \N \N \N \N \N 9704 t
+28160 15860 Hope in the Night eng \N Ben Vane has the best worship music to take you through the night. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 01:15:00 2014-12-24 04:00:00 \N \N \N \N \N 9705 t
+22226 11820 Damian's Are You Smarter Than Your 10 Year Old? A few things have changed in Britain's favourite classroom eng \N Hosted by Damian Williams, past-it pupils are pitted against a baby-faced boffin they're related to. \N 2 25 f 5 eng eng 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N S \N 9706 t
+22226 3842 Takeshi's Castle eng \N Comedy game show voiced by Craig Charles. Contestants vie for a cash prize as they attempt to overcome the giant games fortifying Takeshi Kitano's castle. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:30:00 \N \N \N S,AD \N 9707 t
+22226 3932 Takeshi's Castle eng \N Comedy game show voiced by Craig Charles. Contestants vie for a cash prize as they attempt to overcome the giant games fortifying Takeshi Kitano's castle. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 \N \N \N S,AD \N 9708 t
+22226 3959 Takeshi's Castle eng \N Comedy game show voiced by Craig Charles. Contestants vie for a cash prize as they attempt to overcome the giant games fortifying Takeshi Kitano's castle. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:30:00 \N \N \N S,AD \N 9709 t
+22226 3984 Takeshi's Castle eng \N Comedy game show voiced by Craig Charles. Contestants vie for a cash prize as they attempt to overcome the giant games fortifying Takeshi Kitano's castle. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N S,AD \N 9710 t
+28032 28025 Magnum P.I. eng Mr White Death Detective drama series set in Hawaii. Magnum and Higgins befriend a down-and-out wrestler and try to locate his long-lost son. But things may not be as they seem. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N S \N 9716 t
+22752 1071 Kiss Fresh Wake Up eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N \N \N 9767 t
+28032 28007 Pawn Stars eng Rick's Bad Day Series following pawn shop owners in Las Vegas. The boys consider buying a hard-worn German bayonet from WWII and a classic piece of Americana. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 11:30:00 2014-12-22 11:55:00 \N \N \N S \N 9718 t
+28032 26978 Alias Smith and Jones eng 21 Days to Tenstrike US comedy drama series about two outlaws. Hayes and Curry find themselves embroiled in murder when they join a cattle drive. Has their identity been blown? \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-22 11:55:00 2014-12-22 13:00:00 \N \N \N S \N 9719 t
+15808 50304 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 23:05:00 2014-12-21 00:10:00 \N \N \N \N \N 9720 t
+22688 1012 Denise Van Outen eng \N The Denise Van Outen Show, Saturday afternoons from 1pm \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 13:00:00 2014-12-20 15:00:00 \N \N \N \N \N 9721 t
+14832 1363 Gay Rabbit Chat & Date Now Open at 7 eng \N Bounce into TVs warmest, SUNNIEST interactive gay community & make new friends, chat or flirt! Introduce a friend to Gay Rabbit and BOTH of you earn free credits! Now open from 7am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 04:00:00 2014-12-24 08:00:00 \N \N \N \N \N 9723 t
+28352 2190 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:20:00 \N \N \N \N \N 9724 t
+28352 2191 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 06:20:00 2014-12-20 07:00:00 \N \N \N \N \N 9725 t
+28352 2192 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:30:00 \N \N \N \N \N 9726 t
+28352 2193 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 \N \N \N \N \N 9727 t
+28352 2194 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 08:00:00 2014-12-20 09:00:00 \N \N \N \N \N 9728 t
+8283 44679 The Aquabats! Super Show! eng Christmas with The Aquabats! Comedy adventure series. After getting lost, The Aquabats! arrive in a remote village ruled by the tyrannical Krampus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:25:00 \N \N \N S \N 9729 t
+8283 23952 ITV News eng \N The latest national and international news. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 09:25:00 2014-12-21 09:30:00 \N \N \N S \N 9730 t
+8283 13125 Storage Hoarders eng \N Aggie MacKenzie helps two more hoarders to downsize. In Surrey, Aggie helps Suzan get to grips with her inherited hoard, while Graham and son open the doors to their huge barn. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:30:00 \N \N \N S \N 9731 t
+8283 16512 Death on the Nile eng \N Agatha Christie murder mystery starring Peter Ustinov and Bette Davis, 1978. Hercule Poirot investigates the death on a Nile cruise of an heiress who has stolen her best friend's fiance \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 10:30:00 2014-12-21 13:15:00 \N \N \N AD,S \N 9732 t
+33088 17381 Beauty Gift Ideas eng \N Give the gift of beauty whether it's a birthday, anniversary or just because! Join us for ideas and inspiration for truly pampering presents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N \N \N 9733 t
+33088 17382 Jewellery Gift Ideas eng \N Discover our wide selection of sumptuous jewellery designs and find the perfect present to bring a sparkle to someone special. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 07:00:00 2014-12-20 08:00:00 \N \N \N \N \N 9734 t
+33088 17383 Links of London eng \N QVC are proud to present an hour of Links of London. This renowned brand showcases contemporary classics and fashion must-haves for every jewellery wardrobe. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 08:00:00 2014-12-20 09:00:00 \N \N \N \N \N 9735 t
+24032 31269 Behind the Screens eng \N From directors to costume-makers we take a look behind the screens to see what it takes to sprinkle that Hollywood movie magic! \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:10:00 \N \N \N \N \N 9742 t
+24032 31270 Scrooge eng \N Starring Alastair Sim and Mervyn Johns, 1951. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 13:10:00 2014-12-20 15:00:00 \N \N \N \N \N 9743 t
+23184 17386 I, Detective eng Season 1 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:30:00 \N \N \N \N \N 9746 t
+23184 17387 I, Detective eng Season 1 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 06:30:00 2014-12-20 07:00:00 \N \N \N \N \N 9747 t
+23184 17388 I, Detective eng Season 1 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:30:00 \N \N \N \N \N 9748 t
+23184 17389 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 \N \N \N \N \N 9749 t
+23184 17390 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:30:00 \N \N \N \N \N 9750 t
+23184 17391 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N \N \N 9751 t
+22720 1304 Tinea eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 06:00:00 2014-12-20 09:00:00 \N \N \N \N \N 9752 t
+14800 1363 Rabbit Chat & Date Now Open at 7am eng \N Bounce into TVs warmest, SUNNIEST interactive community and make new friends, date, flirt or chat! Introduce a friend to Rabbit and BOTH of you earn free credits! Now open from 7am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 04:00:00 2014-12-24 08:00:00 \N \N \N \N \N 9754 t
+20352 60707 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 07:00:00 2014-12-20 12:00:00 \N \N \N \N \N 9756 t
+27648 4414 Salvage Hunters eng \N Modern-day treasure hunter Drew Pritchard loves the thrill of the hunt and crisscrosses the country in search of derelict gems and forgotten remnants. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 9757 t
+27648 4415 Salvage Hunters eng \N Drew's auction goes awry due to a sudden onset of wintry weather. Meanwhile, he has a hard task persuading one reluctant trader to sell. Finally, he tours a haunted house. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 9758 t
+27648 4416 Salvage Hunters eng \N Meet modern-day treasure hunter Drew Pritchard. With demanding customers, high turnover and one of the biggest decorative salvage yards in the UK, what will he come across today? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N \N \N 9759 t
+8264 16495 ITV News & Weather eng \N The latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 13:15:00 2014-12-21 13:20:00 \N \N \N S \N 9760 t
+8264 20348 Columbo eng A Stitch in Crime Columbo brings his distinctive investigative style to bear on a case in which a brilliant surgeon appears to be involved in a medical murder. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-21 13:20:00 2014-12-21 14:50:00 \N \N \N AD,S \N 9761 t
+8264 29360 Tipping Point eng Lucky Stars Ben Shephard hosts a second series of the game show's celebrity version. Carol Vorderman, Mark Charnock and Joe Swash take on the machine as they attempt to win big for charity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:50:00 2014-12-21 15:50:00 \N \N \N S \N 9762 t
+8281 15521 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 00:10:00 2014-12-19 03:00:00 \N \N \N \N \N 9763 t
+28416 20103 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:30:00 \N \N \N \N \N 9764 t
+22752 1072 Kiss Fresh with Charlie Tee eng \N Charlie Tee with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 07:00:00 2014-12-20 11:00:00 \N \N \N \N \N 9768 t
+8384 58751 The Muppet Christmas Carol eng \N Family comedy. Michael Caine stars as Scrooge, with Kermit and Miss Piggy as Mr and Mrs Bob Cratchit and Gonzo as Dickens in this musical Muppet take on the classic story. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 16:50:00 2014-12-24 18:30:00 \N \N 1992 AD,S \N 9771 t
+15952 5318 Nicole Scherzinger eng The Hot Desk Interviews with the biggest names in music and entertainment. Behind the desk this time is singer, former Pussycat Doll and X Factor judge Nicole Scherzinger. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:10:00 \N \N \N S \N 9772 t
+15952 2655 Bonkers Guinness World Records eng \N Matt Edmondson narrates a festive selection of Christmas themed Guinness World Records including the most Christmas trees chopped in two minutes and the largest conga on ice. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 07:10:00 2014-12-20 07:35:00 \N \N \N S \N 9773 t
+15952 2634 Emmerdale Omnibus eng \N Zak tries to make amends with Edna. Moira is excited as Adam returns. Robert is worried as Lawrence plans revenge - is the net closing in? \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-20 07:35:00 2014-12-20 10:20:00 \N \N \N S,SL \N 9774 t
+13120 8571 Safety & Security eng \N Protect your home with a selection of equipment, including alarms and CCTV products, designed to help you enjoy security and peace of mind. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N \N \N 9775 t
+13120 8572 Practical Ideas eng \N Find a range of year round practical home solutions from homewares and cleaning to electronics and DIY home improvement tools. This show will bring you the products you need to enhance your home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N \N \N 9776 t
+13120 8573 QVC Nighttime eng \N A recorded selection of the best of QVC. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 02:00:00 2014-12-23 04:00:00 \N \N \N \N \N 9777 t
+23152 17485 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N \N \N 9778 t
+23152 17486 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N \N \N 9779 t
+23152 17487 Fear Factor eng Season 3 The ultimate adrenaline rush, a true test of stamina and guile for those contestants who have the guts and determination to face their inner fears. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 9780 t
+40992 51865 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 15:45:00 2014-12-21 16:00:00 \N \N \N \N \N 11762 t
+23152 17488 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N \N \N 9781 t
+23152 17489 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N \N \N 9782 t
+17472 56408 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 12:25:00 2014-12-21 12:55:00 \N \N \N \N \N 9785 t
+17472 55499 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 12:55:00 2014-12-21 13:45:00 \N \N \N \N \N 9786 t
+17472 55500 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-21 13:45:00 2014-12-21 16:30:00 \N \N \N \N \N 9787 t
+14372 8131 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 06:00:00 2014-12-24 07:00:00 \N \N \N \N \N 9788 t
+14372 8132 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 07:00:00 2014-12-24 08:00:00 \N \N \N \N \N 9789 t
+14372 8133 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 08:00:00 2014-12-24 09:00:00 \N \N \N \N \N 9790 t
+22592 17761 Matchday Live eng \N All the best football action on matchday with Adrian Durham, Ray Parlour & Stan Collymore. \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-20 13:00:00 2014-12-20 17:00:00 \N \N \N \N \N 9794 t
+24480 3608 Tune In... To 1984 eng \N The Apple Macintosh was introduced, the Space Shuttle Discovery took off on its maiden voyage and the charity supergroup Band Aid was founded... Tune in to find out what vinyls were spinning in 1984. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 9796 t
+24480 3609 Tune In... To 1977 eng \N The king of rock 'n' roll Elvis Presley died aged 42 and New York's infamous disco Studio 54 opened... Tune in and throw a party as we bring you the groovy tunes of 1977. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 9797 t
+24480 3610 The Sound of Santa eng \N New! Christmas is a-coming as we deliver you the father of all festive selections. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 9798 t
+26368 38216 Breakfast with Andrew Castle eng \N Wake up with Andrew Castle every weekday morning from 6.00am. Early birds welcome! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 10:00:00 \N \N \N \N \N 9799 t
+14688 11608 Absolute Radio's Greatest Hits eng \N We're packing the weekend with the biggest songs from our record collection and George is here with 5 decades of music in one show. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 22:00:00 2014-12-21 04:00:00 \N \N \N \N \N 9800 t
+15808 50310 Goodwood Revival eng \N Another chance to catch the opening day of the Goodwood Revival, which features the Shelby Cup and RAC Tourist Trophy races. Day 1 Replay. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 09:35:00 2014-12-21 11:05:00 \N \N \N \N \N 9806 t
+15808 50311 Goodwood Revival eng \N Another chance to catch the final day of the Goodwood Revival, which features the St. Mary's Trophy and RAC TT Celebration races. Day 2 Replay. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 11:05:00 2014-12-21 13:10:00 \N \N \N \N \N 9807 t
+22752 1118 Kiss Fresh with Alex eng \N Alex with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 15:00:00 2014-12-24 19:00:00 \N \N \N \N \N 9808 t
+27712 22029 The Girls of The Taliban eng \N Unprecedented access to a school for girls in Afghanistan which imposes an even stricter interpretation of Islam than that prescribed by the Taliban. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 9809 t
+27712 22030 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 \N \N \N \N \N 9810 t
+27712 22031 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N \N \N 9811 t
+24064 59762 My Family Feast eng The Chinese The Yip family invite Sean Connolly over for a sumptuous weekend as they celebrate Ching Ming - an annual Chinese gathering when families pay respect to their late ancestors. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:30:00 \N \N \N \N \N 9812 t
+24064 59763 My Family Feast eng The Mandeaen Iraqis Sean Connolly makes a sumptuous visit to the Abboud Al-Suhairy family to experience the true Mandaean way of life: one that promotes a healthy and sustainable diet. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 12:30:00 2014-12-20 13:00:00 \N \N \N \N \N 9813 t
+40960 53282 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-23 22:45:00 2014-12-23 23:00:00 \N \N \N \N \N 12338 t
+24064 59764 My Family Feast eng The Vietnamese Sean Connolly joins the Le family for the mid-autumn Moon Festival, Tet Trung Thu. Similar to Thanksgiving, this is a festival of family reunions, gifting and eating. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 \N \N \N \N \N 9814 t
+40992 52980 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:25:00 \N \N \N \N \N 11763 t
+24064 59765 My Family Feast eng The Cubans Sean Connolly meets the 'Cubanadas', a dynamic group of Cuban women who show him how to cook their favourite dishes for their friend Margarita San Jose's 70th birthday celebrations. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 13:30:00 2014-12-20 14:00:00 \N \N \N \N \N 9815 t
+24064 59766 Going Underground eng Tales from the Tube This episode covers the early history of the tube transport system, through the two world wars, 1960s migration and up to the \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 1 2 \N \N \N 9816 t
+24064 59767 Going Underground eng Tales from the Tube This episode takes us from the 1980s to the present day covering PFI, the 7/7 bombings and the Olympics as told by tube workers and \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 2 2 \N \N \N 9817 t
+12992 30819 CSI: Crime Scene Investigation eng Time of Your Death US forensic drama. The CSIs investigate the murder of a high-stakes blackjack player. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:55:00 \N \N \N AD,S \N 9846 t
+12992 30820 My Name Is Earl eng BB US comedy series. Earl attempts to cross out number 147 on his list: 'Shot Gwen Waters with a BB Gun'. To make things right he must reunite Gwen with her estranged father. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 00:55:00 2014-12-22 01:25:00 \N \N \N S \N 9847 t
+40992 51867 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 16:25:00 2014-12-21 16:50:00 \N \N \N \N \N 11764 t
+12992 30821 My Name Is Earl eng Number One US comedy series. Earl decides to cross number one off his list: stealing ten dollars from a guy at Camden market. But he realises that he owes him much more than that. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 01:25:00 2014-12-22 01:55:00 \N \N \N S \N 9848 t
+12992 30822 True Justice eng The Cut Out Man Kane and his team put the pieces together and figure out things aren't exactly how they appear. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-22 01:55:00 2014-12-22 02:50:00 \N \N \N \N \N 9849 t
+12992 31142 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 02:50:00 2014-12-22 03:00:00 \N \N \N \N \N 9850 t
+25792 52385 King George and Queen Mary: The Royals Who Rescued the Monarchy eng King George V Two-part portrait of Elizabeth II's grandparents. George V was an unlikely moderniser who embraced democratic reform and reinvented royal... \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 06:10:00 2014-12-20 07:00:00 \N \N \N S \N 9863 t
+25792 52386 King George and Queen Mary: The Royals Who Rescued the Monarchy eng Queen Mary A captivating look at the legacy of Elizabeth II's grandparents. Queen Mary guided the monarchy through troubled times and the 1936 abdication... \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 07:00:00 2014-12-20 08:00:00 \N \N \N S \N 9864 t
+25792 52387 Bargain Hunt eng \N Join Tim Wonnacott as two more teams go bargain hunting at an antiques centre, this time near Barnsley. Experts Charles Hanson and Mark Stacey offer guidance and advice. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 08:00:00 2014-12-20 09:00:00 \N \N \N S \N 9865 t
+22720 1359 Rickie, Melvin & Charlie in the Morning eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:00:00 \N \N \N \N \N 9866 t
+28096 59463 Radical Highs eng \N Adrenaline-fuelled series about unconventional and high-risk sports. A look at speed-skiing and telemark skiing, sports which require different approaches but are equally difficult. \N 0 25 f 3 eng eng 4 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:10:00 \N \N \N S \N 9874 t
+28096 59464 Red Bull X-Fighters 2014 eng \N Witness some motorbiking miracles as the world's top riders pull off audacious, gravity-defying stunts with their machines at the Plaza de Toros de Las Ventas bullring in Madrid. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 08:10:00 2014-12-24 09:00:00 \N \N \N \N \N 9875 t
+17664 58751 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 16:50:00 2014-12-24 18:30:00 \N \N \N \N \N 9880 t
+14544 160 FlirtXchange eng \N Live Flirt Chat! The FlirtXchange chat hosts are out to play! Call now to join the fun, or message them anytime from the FlirtXchange mobile apps! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N \N \N 9882 t
+17920 39932 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 05:30:00 2014-12-24 18:58:00 \N \N \N \N \N 9883 t
+23904 780 Programmes start at 5am eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:00:00 2014-12-21 05:00:00 \N \N \N \N \N 9886 t
+26240 11713 Saturday Mornings with Amanda eng \N Start Saturday with Amanda \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 06:00:00 2014-12-20 10:00:00 \N \N \N \N \N 9887 t
+25728 54662 The Official Christmas UK Top 40 eng \N Exclusive first look at the biggest selling songs of the week as we reveal the winners and losers of the race to the official UK Christmas number one spot! \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 15:00:00 2014-12-23 18:30:00 \N \N \N \N \N 9888 t
+22272 64827 8 Out of 10 Cats eng \N Jimmy Carr hosts a digital special of the zany topical quiz as Sean Lock, Carol Vorderman and David O'Doherty crack wise with Jason Manford, John Bishop and Peter Serafinowicz. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 21:00:00 2014-12-21 21:50:00 \N \N \N S \N 9889 t
+22272 64828 8 Out of 10 Cats eng \N Rambunctious regulars Jimmy Carr, Sean Lock and Jason Manford are joined by David Walliams, Fern Britton, Greg Davies and Holly Walsh to pore over polls and snigger at surveys. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 21:50:00 2014-12-21 22:40:00 \N \N \N S \N 9890 t
+22272 64829 8 Out of 10 Cats eng \N Sean Lock, Janice Dickinson and Rhod Gilbert face off against Jason Manford, David Walliams and Lauren Laverne in a battle of wits and witticisms. Jimmy Carr dishes out points. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 22:40:00 2014-12-21 23:30:00 \N \N \N S \N 9891 t
+22272 64830 QI XL eng Keys The ever-witty fact-packed quiz show. Stephen Fry grills Isy Suttie, Tim Minchin, Bill Bailey and Alan Davies on all things key-related, from pianos to the QWERTY keyboard. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:30:00 2014-12-22 00:30:00 \N \N \N S \N 9892 t
+22784 761 Kisstory Breakfast eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 06:00:00 2014-12-20 10:00:00 \N \N \N \N \N 9895 t
+17540 58011 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:30:00 \N \N \N \N \N 9900 t
+17540 56427 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 10:30:00 2014-12-23 12:00:00 \N \N \N \N \N 9901 t
+12928 42029 Jewellery Maker - Teleshopping eng \N Ever wanted to handcraft your own jewellery? Our friendly presenters and Guest Designers will show you how to master a variety of techniques through easy to follow, step by step tutorials. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 09:00:00 2014-12-20 13:00:00 \N \N \N \N \N 9902 t
+28352 2262 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 21:00:00 2014-12-21 21:30:00 \N \N \N \N \N 9903 t
+28352 2263 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 21:30:00 2014-12-21 22:00:00 \N \N \N \N \N 9904 t
+28352 2264 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 9905 t
+28352 2265 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 9906 t
+27456 45330 News Weekly eng \N The week's most important news review. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 21:45:00 \N \N \N \N \N 9907 t
+27456 45331 Venture Capital eng \N Weekly business programme hosted by Katie Pilbeam covering the most important and interesting events in the world of business. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 21:45:00 2014-12-21 22:00:00 \N \N \N \N \N 9908 t
+27456 45332 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 22:00:00 2014-12-21 22:30:00 \N \N \N \N \N 9909 t
+27456 45333 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 22:30:00 2014-12-21 23:00:00 \N \N \N \N \N 9910 t
+27456 45334 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:30:00 \N \N \N \N \N 9911 t
+27456 45335 Worlds Apart With Oksana Boyko eng \N Worlds Apart is a fast-paced, in-depth discussion on the pressing issues of the day. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 23:30:00 2014-12-22 00:00:00 \N \N \N \N \N 9912 t
+27744 42078 Flashpoint eng \N Action-packed drama following the lives of Strategic Response Unit cops. A wrongly convicted man desperately tries to clear his name by holding a courthouse hostage. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 9913 t
+27744 42079 Flashpoint eng \N Action-packed drama following the lives of Strategic Response Unit cops. When a missing girl is spotted at a service station with her captor, the team attempt a spectacular rescue. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 9914 t
+27744 42080 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. The Enterprise is frozen in time on the brink of annihilation, and Picard must mount a rescue. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 9915 t
+24384 15440 Tattered Lace Christmas Cracker eng \N Be quick off the mark for this fast & furious show of sensational Christmas products at unbelievable prices. Blink & you'll miss it! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 9917 t
+24384 15149 Crafting With Clay eng \N Learn how to craft unique embellishments, jewellery and even ornaments for the home with this wonderful selection of clays. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 9918 t
+26240 11725 heat Classics eng \N Non-Stop heat Classics to end the day! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 22:00:00 2014-12-22 01:00:00 \N \N \N \N \N 9919 t
+27904 2144 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:30:00 \N \N \N \N \N 9920 t
+27904 2145 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 23:30:00 2014-12-22 00:00:00 \N \N \N \N \N 9921 t
+40992 51868 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 16:50:00 2014-12-21 17:00:00 \N \N \N \N \N 11765 t
+32896 8613 Sally Bollywood eng \N The Big Stink - The school is being invaded by a series of bad smells, leading up to the visit of the School Inspector, so Sally and Doowee investigate. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:15:00 \N \N \N \N \N 9925 t
+32896 8614 Sally Bollywood eng \N Adventures in Pet Sitting - Alice is looking after a neighbour's pet rabbit while they are away. When she leaves it alone in her backyard for a moment, the pet goes missing and a skateboard is stolen! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 15:15:00 2014-12-22 15:30:00 \N \N \N \N \N 9926 t
+32896 8615 Sally Bollywood eng \N Eye In The Sky - The school model rocket club has a problem - their rockets keep blowing up. Meanwhile, Sally is investigating another crime - someone is tampering with the school lunches. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 15:30:00 2014-12-22 15:45:00 \N \N \N \N \N 9927 t
+32896 8616 Sally Bollywood eng Cirque de Sally - Someone is sabotaging the sporting clubs at Sally's school stealing the soccer balls, the badminton racquets and volleyball equipment. Sally and Doowee investigate. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 15:45:00 2014-12-22 16:00:00 \N \N \N \N \N 9928 t
+32896 8617 Transformers Rescue Bots eng \N Cody and the Bots try to track down the legendary Maine Ridge Monster, only to discover he lurks in their midst. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:30:00 \N \N \N \N \N 9929 t
+32896 8618 Transformers Rescue Bots eng \N Cody's Uncle Woodrow pays a visit, resulting in the entire Rescue Team (along with Optimus Prime) going on an unexpected mission below the surface of the earth. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:00:00 \N \N \N \N \N 9930 t
+32896 8619 Slugterra eng \N Pronto is thrown in jail on false charges by a corrupt judge, and the only chance to break him out is Eli making a one-in-a-million trick shot. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N \N \N 9931 t
+32896 8620 Power Rangers Super Megaforce eng \N The Rangers discover the ability to unlock specific legendary powers and use past Zords. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 17:30:00 2014-12-22 18:00:00 \N \N \N \N \N 9932 t
+41104 19996 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 21:00:00 2014-12-22 01:00:00 \N \N \N \N \N 9933 t
+24032 31392 Behind the Screens eng \N From directors to costume-makers we take a look behind the screens to see what it takes to sprinkle that Hollywood movie magic! \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 16:50:00 2014-12-22 17:00:00 \N \N \N \N \N 9934 t
+24032 31393 Robin and Marian eng \N Drama starring Sean Connery and Audrey Hepburn, 1976. Robin returns from the Crusades to a troubled England where King Richard's evil brother John holds sway \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 17:00:00 2014-12-22 19:10:00 \N \N \N \N \N 9935 t
+23184 17546 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:30:00 \N \N \N \N \N 9938 t
+23184 17902 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N \N \N 9939 t
+23184 17548 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:30:00 \N \N \N \N \N 9940 t
+23184 17549 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-24 10:30:00 2014-12-24 11:00:00 \N \N \N \N \N 9941 t
+23184 17550 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N \N \N 9942 t
+22226 6384 The Chase eng \N Bradley Walsh hosts the game show that asks contestants to complete a series of general knowledge questions faster than The Chaser, a brainbox of the highest order. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N S,AD \N 9943 t
+22226 6386 The Chase eng \N Bradley Walsh hosts the game show that asks contestants to complete a series of general knowledge questions faster than The Chaser, a brainbox of the highest order. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N S,AD \N 9944 t
+22226 6387 The Chase eng \N Bradley Walsh hosts the game show that asks contestants to complete a series of general knowledge questions faster than The Chaser, a brainbox of the highest order. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N S,AD \N 9945 t
+22656 868 Kevin Hingley eng \N If you're unfortunate enough to be awake early on the weekend, Kevin is here to ease your pain! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 07:00:00 2014-12-20 10:00:00 \N \N \N \N \N 9946 t
+22688 1044 Magic in the Morning with Nick Snaith eng \N Listen to Nick Snaith weekdays from 6am - 10am. Feel good music, travel every 15 minutes and the latest news & weather \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 06:00:00 2014-12-24 10:00:00 \N \N \N \N \N 9950 t
+20352 58303 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 16:20:00 2014-12-24 18:00:00 \N \N \N \N \N 9954 t
+24016 12907 The Bristol Blenheim eng \N A documentary charting the history and development of the Bristol Blenheim military aircraft. Part two. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:40:00 \N \N \N \N \N 9955 t
+24016 12908 The Great Jesse James Raid eng \N Jesse James agrees to commit one final robbery when he learns that a huge amount of money is hidden in a deep cast mine. Stars William Parker. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 06:40:00 2014-12-24 08:20:00 \N \N 1953 \N \N 9956 t
+24016 12909 Hellgate eng \N A cowboy is locked up in the notorious Hellgate prison. Will his breakout attempt be successful? Stars Sterling Hayden. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 08:20:00 2014-12-24 10:10:00 \N \N 1952 \N \N 9957 t
+24256 1036 Programmes start at midnight eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 07:00:00 2014-12-25 00:00:00 \N \N \N \N \N 9958 t
+14688 11632 Tony Hadley's 80s Christmas Party eng \N Join Spandau Ballet legend Tony Hadley for an evening of the biggest Christmas tracks and 80s party anthems while you wait for Santa Claus. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 18:00:00 2014-12-24 22:00:00 \N \N \N \N \N 9959 t
+23120 20499 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 07:00:00 \N \N \N \N \N 9960 t
+23120 20492 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 07:00:00 2014-12-24 08:00:00 \N \N \N \N \N 9961 t
+23120 20486 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 08:00:00 2014-12-24 09:00:00 \N \N \N \N \N 9962 t
+23904 788 Programmes start at 5am eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 06:00:00 2014-12-25 05:00:00 \N \N \N \N \N 9963 t
+22624 40501 Early Edition eng \N RNIB's Insight Radio - Steven Scott and the team make today's newspapers accessible to blind and partially sighted people \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-24 07:00:00 2014-12-24 10:00:00 \N \N \N \N \N 9965 t
+23280 5870 Your Perfect Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 08:00:00 \N \N \N \N \N 9966 t
+23280 5871 Flirt With Me eng \N Flirt and meet with Kiss Me TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 08:00:00 2014-12-24 10:00:00 \N \N \N \N \N 9967 t
+17920 41496 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 00:10:00 2014-12-20 00:30:00 \N \N \N \N \N 9968 t
+17920 41701 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 \N \N \N \N \N 9969 t
+17920 41702 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:30:00 \N \N \N \N \N 9970 t
+17920 41703 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 01:30:00 2014-12-20 02:00:00 \N \N \N \N \N 9971 t
+17920 41704 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 02:00:00 2014-12-20 02:30:00 \N \N \N \N \N 9972 t
+17920 41705 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 02:30:00 2014-12-20 03:00:00 \N \N \N \N \N 9973 t
+4168 49743 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:15:00 \N \N \N S \N 9974 t
+22080 1725 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 20:30:00 2014-12-21 21:00:00 \N \N \N \N \N 10042 t
+22080 1629 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:30:00 \N \N \N \N \N 10037 t
+22080 1639 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 \N \N \N \N \N 10038 t
+22080 1666 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:30:00 \N \N \N \N \N 10039 t
+22080 1667 Sportsline eng \N Sky News presents a look at the biggest sporting stories both on and off the field. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 19:30:00 2014-12-21 20:00:00 \N \N \N S \N 10040 t
+22080 1724 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 20:00:00 2014-12-21 20:30:00 \N \N \N \N \N 10041 t
+4175 52482 Look North eng \N The latest news, sport and weather for Yorkshire and Lincolnshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N S \N 10051 t
+16208 38379 Barbara Taylor Bradford's Hold the Dream eng \N Mini-series sequel to Barbara Taylor Bradford's A Woman of Substance. Emma is completely broken by Blackie's death. Paula's professional and personal problems worsen. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-24 03:45:00 2014-12-24 04:35:00 \N \N \N \N \N 10060 t
+16208 38380 A Garden for All Seasons eng Cornwall Anne-Marie Powell and Charlie Dimmock with more brilliant ways to keep colour throughout the year. They take a trip to Cornwall, where an old field is being transformed. \N 0 25 f 64 eng eng 10 0 0 \N 2014-12-24 04:35:00 2014-12-24 05:00:00 \N \N \N AD,S \N 10061 t
+16208 40604 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 05:00:00 2014-12-24 08:00:00 \N \N \N \N \N 10062 t
+41024 59386 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N \N \N 10066 t
+41024 59387 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N \N \N 10067 t
+41024 59388 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 10068 t
+27168 59943 Heston's Christmas Feast eng \N Heston Blumenthal's ultimate festive feast includes a lavish appetiser loved by King Charles II made from a bizarre ingredient, and an edible dormouse treat favoured at Roman banquets. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N S \N 10072 t
+27168 59944 Jamie's Festive Feast eng \N Jamie Oliver celebrates the lazy winter days at the end of the year. Filmed at his Essex home, Jamie's wind-down foods include perfect winter warmers like oozy cheesy pasta. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N AD,S \N 10073 t
+27168 59568 Location, Location, Location eng \N Kirstie Allsopp and Phil Spencer visit west London, where property is expensive and sells fast. They help newly-weds Keon and Zoe in Shepherd's Bush, and Paul and Carolyn in Richmond. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N S \N 10074 t
+41056 18077 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:30:00 \N \N \N \N \N 10079 t
+41056 18078 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 15:30:00 2014-12-22 16:00:00 \N \N \N \N \N 10080 t
+41056 18079 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 10081 t
+41056 18080 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N \N \N 10082 t
+41056 18081 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 17:30:00 2014-12-22 17:55:00 \N \N \N \N \N 10083 t
+41056 18082 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 17:55:00 2014-12-22 18:00:00 \N \N \N \N \N 10084 t
+4168 51753 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N S \N 10090 t
+27328 17287 European Football Show Highlights eng \N James Richardson and guests take a look at all of the goals and the best of the action from Ligue 1, Serie A, the Primeira Liga and the Bundesliga from the weekend. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 12:30:00 2014-12-22 14:30:00 \N \N \N \N \N 10099 t
+27328 17288 Barclays Premier League Review eng \N A look at the best of the recent action from the Barclays Premier League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:30:00 \N \N \N \N \N 10100 t
+23040 38133 Diners, Drive-Ins And Dives eng \N Guy finds some standout veggie and meat dishes. In Phoenix is the tattooed chef putting her spin on chillies and a regional pork dish. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 21:00:00 2014-12-22 21:30:00 \N \N \N \N \N 10108 t
+28480 11885 A Study In The Word eng \N Bible teaching programme hosted by Jimmy Swaggart. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:30:00 \N \N \N \N \N 10424 t
+23040 38134 Diners, Drive-Ins And Dives eng \N Guy Fieri visits America's most interesting and unique restaurants. Guy has buttermilk biscuits in Portland, Oregon, a soft-shell crab BLT in San Anselmo, and bagels with matzo ball soup in Florida. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 21:30:00 2014-12-22 22:00:00 \N \N \N \N \N 10109 t
+23040 38135 Ching's Restaurant Redemption eng \N Ching heads to Farmington Hills, Michigan, to save failing family restaurant New Mandarin Garden. There Ching takes on bickering brothers Gary and Jerry Che. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 10110 t
+23040 38136 Mystery Diners eng \N A chef with a bad attitude is investigated by the Mystery Diners. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 23:00:00 2014-12-22 23:30:00 \N \N \N \N \N 10111 t
+23040 38137 Mystery Diners eng \N The owner of a Las Vegas bistro fears his restaurant manager, who happens to be his brother, is not doing a good job, so the Mystery Diners check up on him. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 23:30:00 2014-12-23 00:00:00 \N \N \N \N \N 10112 t
+12928 42102 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:30:00 \N \N \N \N \N 10113 t
+12928 42103 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:30:00 2014-12-21 07:00:00 \N \N \N \N \N 10114 t
+12928 42104 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:30:00 \N \N \N \N \N 10115 t
+12928 42105 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 07:30:00 2014-12-21 08:00:00 \N \N \N \N \N 10116 t
+12928 42106 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:30:00 \N \N \N \N \N 10117 t
+12928 42107 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N \N \N 10118 t
+16080 14845 Gran Torino eng \N A premiere for our Clint Eastwood night. Drama starring Clint Eastwood and Bee Vang. A bitter, racist old man begrudgingly changes when a Hmong family move in and come under threat from gangs. ... \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-22 21:00:00 2014-12-22 23:15:00 \N \N \N S \N 10131 t
+16080 14846 The Railway: First Great Western eng Pushed to the Limit Documentary series. In this episode, Cheltenham Spa station manager Richard finds it heavy going when he is swamped by 60,000 horse racing fans. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-22 23:15:00 2014-12-23 00:15:00 \N \N \N S \N 10132 t
+8385 58303 Gulliver's Travels eng \N Comedy adventure. Jack Black stars as the would-be travel writer Lemuel Gulliver, who gets stranded on an island of tiny people in this updating of Jonathan Swift's classic novel. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 15:20:00 2014-12-24 17:00:00 \N \N 2010 AD,S \N 10133 t
+8385 58304 Step Up eng \N Romantic teen dance movie. Jenna Dewan stars as a promising ballet student who meets a rebel street dancer (Channing Tatum) who's on community service at her college. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 17:00:00 2014-12-24 19:05:00 \N \N 2006 S \N 10134 t
+25792 52480 Chris Tarrant eng Extreme Railways Railway buff Chris Tarrant has his love of trains tested as he encounters six-day-long delays, dense jungle and foul toilets on a gruelling, yet inspiring journey through the Congo. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 10139 t
+25792 52481 Chris Tarrant eng Extreme Railways Chris Tarrant gets a rough ride in Australia as he follows the 2,000 mile-long line from Adelaide to Darwin. Searing heat, sandstorms and missing track make it an arduous trek! \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 10140 t
+25792 52482 Chris Tarrant eng Extreme Railways Hop on board the world's riskiest railway journeys! Passenger safety isn't high on the agenda in India, as Chris Tarrant discovers on a dicey ride along the country's west coast. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 10141 t
+41024 59943 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 10148 t
+41024 59944 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 10149 t
+41024 59568 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 10150 t
+14498 26545 First Alien Contact eng Sci-Trek From aliens showing up in our skies to signals beamed across the cosmos - contact with an extraterrestrial race would be the biggest event in human history. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 10159 t
+14498 26546 Mighty Ships eng Tyco Resolute The Resolute is a roving cable-laying vessel. Join her as she heads in to Costa Rica to lay fibre-optic cabling for internet use. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 10160 t
+14498 26547 How It's Made eng \N Ever wondered how everyday items like corn tortillas, bush planes and aluminium bike wheels are made? Find out how these familiar objects are formed. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:30:00 \N \N \N \N \N 10161 t
+14498 26548 How It's Made eng \N How are energy-efficient water heaters, professional cookware and Ferrari engines made? Find out as more items go under the microscope. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 23:30:00 2014-12-24 00:00:00 \N \N \N \N \N 10162 t
+4168 52594 North West Today eng \N The latest news, sport and weather for the North West of England. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 13:30:00 2014-12-23 13:45:00 \N \N \N S \N 10163 t
+4169 49743 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:15:00 \N \N \N S \N 10164 t
+14720 1727 The Wind Down With Jenny Francis eng \N Wind down after another busy day with Jenny Francis playing the best selection of cool and relaxing music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:00:00 \N \N \N \N \N 10175 t
+15856 3494 The Real Housewives of Miami eng Text, Lies and Your Smile Is Fake Reality series. Karent confronts Ana about the texts she sent to her boyfriend Rodolfo, while Joanna demands to know why fiance Romain is stalling. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N S \N 10176 t
+15856 3495 Minors in Designers eng \N Reality series following the fortunes of a children's designer clothes store. Jesse decides to launch an online sale which sends the business - and the staff - into meltdown. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N S \N 10177 t
+15856 3496 The Only Way Is Essexmas eng \N The glam gang returns for the annual Christmas special of Britain's most talked-about reality series. How are Essex's most gorgeous citizens preparing for the holiday season? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N S \N 10178 t
+17609 19667 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:25:00 \N \N \N \N \N 10179 t
+17609 20113 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 09:25:00 2014-12-21 09:30:00 \N \N \N \N \N 10180 t
+17609 19668 eng \N \N \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:30:00 \N \N \N \N \N 10181 t
+17609 19671 eng \N \N \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 10:30:00 2014-12-21 13:15:00 \N \N \N \N \N 10182 t
+40992 51869 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:20:00 \N \N \N \N \N 11766 t
+4169 51747 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N S \N 10205 t
+15952 2458 Twelve Days of Christmas Eve eng \N Drama starring Steven Weber and Molly Shannon, 2004. A businessman neglects his family, but realises he must make amends after being hurt in an accident \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:55:00 \N \N \N AD,S \N 10216 t
+15952 2689 Emmerdale eng \N Robert schemes to get Lawrence off Ross's back. Rakesh has news for Charity. Rakesh and Priya form a plan. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 13:55:00 2014-12-22 14:25:00 \N \N \N AD,S \N 10217 t
+15952 2690 Coronation Street eng \N Tracy awaits news of Rob's fate. Is Steve getting obsessed? Steph holds the fort. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 14:25:00 2014-12-22 14:55:00 \N \N \N AD,S \N 10218 t
+15952 2691 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 14:55:00 2014-12-22 16:00:00 \N \N \N S \N 10219 t
+24464 50312 Goodwood Festival of Speed eng \N Hillclimb Replay. Highlights from Goodwood House as a host of famous faces look to break the 1.16-mile Hillclimb's 15-year-old lap record in iconic machinery from the past and present. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 13:10:00 2014-12-21 14:45:00 \N \N \N \N \N 10220 t
+24464 50313 V8 Supercars Season Review eng \N A round-up of the 2014 season of Australia's premier touring car series. Part 1. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 14:45:00 2014-12-21 18:55:00 \N \N \N \N \N 10221 t
+28480 8030 Jimmy Swaggart eng \N The preaching Ministry of Evangelist Jimmy Swaggart. This show is taken from church services recorded live at Family Worship Center Church in Baton Rouge, LA. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 03:00:00 2014-12-20 05:00:00 \N \N \N \N \N 10222 t
+28480 8031 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 05:00:00 2014-12-20 06:00:00 \N \N \N \N \N 10223 t
+27168 60707 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:00:00 2014-12-20 09:00:00 \N \N \N \N \N 10224 t
+40992 51870 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 17:20:00 2014-12-21 17:35:00 \N \N \N \N \N 11767 t
+8500 5860 SuperCasino eng \N Live interactive gaming featuring roulette, blackjack and autowheel. For more information and to register visit www.SuperCasino.com. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 00:55:00 2014-12-23 03:10:00 \N \N \N \N \N 10235 t
+40976 45509 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-21 18:58:00 2014-12-21 19:00:00 \N \N \N \N \N 10240 t
+40976 47368 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:30:00 \N \N \N \N \N 10241 t
+40976 47369 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 19:30:00 2014-12-21 21:00:00 \N \N \N \N \N 10242 t
+16032 41912 Fleabag Monkeyface eng The Great Mold Rush Dr Spamflex disguises himself as Crazy Cactus McGurk and traps the Team in quicksand. But they join up with the real Crazy Cactus McGurk to confront him. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:10:00 \N \N \N S \N 10257 t
+16032 41950 Fleabag Monkeyface eng On Her Majesty's Secret Toilet The adventures of the eponymous hero and his two creators Gene and Gerald, who present hit TV series Gross Out TV. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 06:10:00 2014-12-23 06:20:00 \N \N \N S \N 10258 t
+16032 40823 Horrid Henry eng Horrid Henry and the Secret Surprise Mum, Dad and Peter are being very secretive - could they have something very special planned? Henry certainly thinks so! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 06:20:00 2014-12-23 06:35:00 \N \N \N AD,S \N 10259 t
+16032 40824 Horrid Henry eng Horrid Henry on TV When the makers of Kidswap come to town, Henry thinks the idea of swapping parents is a great one - but he soon learns how wrong he is! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 06:35:00 2014-12-23 06:45:00 \N \N \N AD,S \N 10260 t
+16032 40919 Horrid Henry eng Horrid Henry's House Party Great Aunt Greta comes to look after the boys, so naturally Henry takes advantage of the situation! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 06:45:00 2014-12-23 07:00:00 \N \N \N AD,S \N 10261 t
+16032 41956 Max Steel eng The Final Countdown (Part 2) Computer-animated espionage series about a college student who lives a double life. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:25:00 \N \N \N S \N 10262 t
+16032 41014 Pokemon the Series: XY eng Forging Forest Friendships! Ash and Pikachu's adventures in the Kalos region. While practising for his battle against Korrina, Ash is kidnapped by the Elder Tree Pokemon Trevenant. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-23 07:25:00 2014-12-23 07:50:00 \N \N \N \N \N 10263 t
+16032 41959 Super 4 eng Operation Swashbuckler Animated comedy adventure series. In a bid to finally claim power over Kingsland, the Black Baron decides to kidnap Alex and his friends and lock them up. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 07:50:00 2014-12-23 08:05:00 \N \N \N S \N 10264 t
+16032 41960 Super 4 eng Sleeping Buddy Animated comedy adventure series. On the bridge connecting Kingsland to Enchanted Island, Twinkle casts a spell that misses and puts Alex into a deep sleep. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 08:05:00 2014-12-23 08:25:00 \N \N \N S \N 10265 t
+16032 41962 Horrid Henry eng Horrid Henry Rewrites the Rules Adventures of a mischievous boy. Peter discovers that you can please everyone most of the time, at least he thinks he can. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 08:25:00 2014-12-23 08:40:00 \N \N \N AD,S \N 10266 t
+16032 36501 Horrid Henry eng Horrid Henry I Am Not a Hamster: Henry finds out that sometimes you can take your best friends for granted, especially when your best friend is a hamster - or is he? \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 08:40:00 2014-12-23 08:55:00 \N \N \N AD,S \N 10267 t
+16032 41963 Horrid Henry eng Horrid Henry Plays Air Guitar The animated adventures of the mischievous anti-hero. A bad day can quickly become a good day, as Henry discovers when Doddery Donald comes to visit. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 08:55:00 2014-12-23 09:10:00 \N \N \N AD,S \N 10268 t
+8381 14856 The Aquabats! Super Show! eng The Floating Eye of Death! Exhausted after a playing a rock concert, The Aquabats! pull into an isolated truck stop to catch some sleep - but their peace and quiet is short-lived. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:25:00 \N \N \N S \N 10276 t
+8381 14857 Pat & Stan eng Stuart Does Everything Pat the purple hippo and his friend Stan the yellow dog turn every event into the craziest of adventures! It is not looking good for the football match. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 07:25:00 2014-12-21 07:35:00 \N \N \N AD,S,SL \N 10277 t
+8381 14858 Pat & Stan eng Roll with It Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! Pat's latest book gives him confidence. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 07:35:00 2014-12-21 07:40:00 \N \N \N AD,S,SL \N 10278 t
+8381 14859 Dino Dan: Trek's Adventures eng Everyone Loves Marine Reptiles Jurassic adventures. Mum takes Trek and Penelope to Marineland, Trek imagines what it would be like if there was a show with prehistoric reptiles! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:40:00 2014-12-21 07:50:00 \N \N \N S,SL \N 10279 t
+8381 14860 Dino Dan eng Twas a Dinosaur Join palaeontologist-in-training Dan Henderson as he takes kids on a Jurassic journey. Dan takes the poem The Night Before Christmas and gives it a dinosaur spin. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:50:00 2014-12-21 08:05:00 \N \N \N S,SL \N 10280 t
+8381 14861 Canimals eng Mousetak Can When the humans mistake the Canimals' mess for droppings, they return with a whole lot of mouse and rat traps. The Canimals welcome the new buffet of cheese! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 08:05:00 2014-12-21 08:10:00 \N \N \N S \N 10281 t
+8381 14862 Canimals eng Snow Cans The Canimals find themselves racing for their lives, pursued by an ever-growing ball of snow. Will they manage to get themselves out of this in one piece? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 08:10:00 2014-12-21 08:20:00 \N \N \N S \N 10282 t
+8381 14863 Signed Stories: Share a Story eng My Motorbike The simple tale of a boy who dreams of motorcycle adventures whilst playing on his scooter in his back yard. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 08:20:00 2014-12-21 08:25:00 \N \N \N S,SL \N 10283 t
+8381 14864 Sooty eng Pranks and Presents When the hook-a-duck stall runs out of prizes, Sooty's hopes are on his teddy bear machine, but he gets a little extra help. Guest starring Brian Blessed. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 08:25:00 2014-12-21 08:35:00 \N \N \N S \N 10284 t
+8381 14865 Mr Bean eng A Royal Makeover The animated antics of the hapless bumbler. Mr Bean decides to decorate his room in the style of Buckingham Palace and selects the same wallpaper as the Queen has. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 08:35:00 2014-12-21 08:50:00 \N \N \N AD,S \N 10285 t
+8381 14866 Ultimate Spider-Man eng The Incredible Spider-Hulk Animated adventures. Mesmero wreaks havoc again when he switches Spider-Man and Hulk's brains. The Wallcrawler has to contend with the blue eyed Thing. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 08:50:00 2014-12-21 09:15:00 \N \N \N S \N 10286 t
+27360 18003 Thunder @ Lakers eng \N NBA Western Conference action from the Staples Center. The Thunder head to LA to take on a Lakers team who made a poor start to the season under new coach Byron Scott. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 15:30:00 2014-12-20 17:30:00 \N \N \N \N \N 10288 t
+27360 18004 Live Wolfsburg v Cologne eng \N Live Bundesliga from the Volkswagen Arena. The Wolves face a Cologne team prospering in the top-flight since their promotion during Peter Stoger's first year as boss last season. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 17:30:00 2014-12-20 19:30:00 \N \N \N S \N 10289 t
+16048 33291 Michael Buble eng Home for Christmas Michael Buble performs a selection of seasonal hits and other favourites from his Canadian mountain chalet. Plus guests including Dawn French, Gary Barlow and Kelly Rowland. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:30:00 \N \N \N \N \N 10290 t
+16048 31861 Ray eng \N Oscar-winning drama starring Jamie Foxx and Kerry Washington, 2004. The life story of blind musician Ray Charles, whose talent at the piano masked a multitude of private problems \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 22:30:00 2014-12-22 01:30:00 \N \N \N AD,S \N 10291 t
+8274 29361 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the prize cash. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 15:50:00 2014-12-21 16:45:00 \N \N \N S \N 10292 t
+8274 25993 Casper eng \N Spooky family tale starring Christina Ricci and Bill Pullman, 1995. A lonely boy-ghost befriends the young daughter of a ghost hunter \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 16:45:00 2014-12-21 18:35:00 \N \N \N AD,S \N 10293 t
+14784 2861 Winter Has Arrived... eng \N Time to book a CRUISE! Caribbean, Mediterranean, European. You name it, we got it! Whatever floats ya boat and whatever your budget, grab your toothbrush & sail away to Shangri-La \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 20:00:00 2014-12-22 00:00:00 \N \N \N \N \N 10294 t
+24352 31249 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N \N \N 10301 t
+24352 31248 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 07:00:00 2014-12-20 18:00:00 \N \N \N \N \N 10302 t
+13120 8565 Beauty Gift Ideas eng \N Give the gift of beauty whether it's a birthday, anniversary or just because! Join us for ideas and inspiration for truly pampering presents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N \N \N 10303 t
+13120 7357 Jewellery Gift Ideas ft Links eng \N Discover our wide selection of jewellery designs and find the perfect present for someone special. This show features top brand Links of London. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 07:00:00 2014-12-20 08:00:00 \N \N \N \N \N 10304 t
+13120 7358 Links of London eng \N QVC are proud to present an hour of Links of London. This renowned brand showcases contemporary classics and fashion must-haves for every jewellery wardrobe. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 08:00:00 2014-12-20 09:00:00 \N \N \N \N \N 10305 t
+26560 13753 Non-Stop Hits! eng \N Non-Stop Hits getting you through your day! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N \N \N 10306 t
+22208 1700 Road Wars Xmas Special eng \N Thames Valley police provide more remarkable footage of vehicle theft, high-speed chases and dangerous driving in this seasonal special. Strong language. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 00:30:00 2014-12-21 01:30:00 \N \N \N S \N 10307 t
+22208 1735 Road Wars eng \N Get your adrenaline fix with the latest from the heart-pumping series. Tonight, the Proactive unit track down a stolen Mercedes and chase after a disqualified driver. Strong language. \N 2 25 f 5 eng eng 3 0 0 \N 2014-12-21 01:30:00 2014-12-21 02:30:00 \N \N \N S \N 10308 t
+22208 1783 Real Interrogations eng \N Fly-on-the-wall documentary following investigators as they try to crack the toughest cases. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 02:30:00 2014-12-21 03:00:00 6 13 \N S,AD \N 10309 t
+8500 5761 Jelly Jamm eng White Dodo New 3D, CGI-animated adventures on the musical planet of Jammbo. Everyone, especially Ongo, makes friends with an incredible animal, a White Dodo. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 09:15:00 2014-12-20 09:45:00 \N \N \N S \N 10310 t
+8500 5762 The Gadget Show eng \N Action-packed consumer show. Jon tests the latest mobile tablets and Jason competes in a triathlon in order to test out the technology which is set to transform the way we get fit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 09:45:00 2014-12-20 10:45:00 \N \N \N S \N 10311 t
+8500 5763 The Gadget Show eng \N Action-packed consumer show. In this episode, Amy and Jason settle back and enjoy the best movie-streaming services, while Jon checks out the latest mini tablets. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 10:45:00 2014-12-20 11:45:00 \N \N \N S \N 10312 t
+8500 5764 New: World's Strongest Man 2014 eng Melbourne - Qualifier Brand new strongman competition. Rob Frampton takes on strength stars including Icelander Thor. The top three athletes will have the chance to compete in the finals. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 11:45:00 2014-12-20 12:45:00 \N \N \N S \N 10313 t
+28288 8908 Perricone MD Skincare eng \N Today's show focuses on NV Perricone skincare, specially formulated to tackle the signs of ageing. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 06:00:00 2014-12-22 07:00:00 \N \N \N \N \N 10320 t
+28288 8720 Hairdo by HAIRUWEAR eng \N Hairdo is a range of synthetic clip-in hair extensions, wigs and hair accessories that transform your look in a matter of minutes. Enjoy thicker locks, or change your look from straight to curly! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 07:00:00 2014-12-22 08:00:00 \N \N \N \N \N 10321 t
+28288 8721 Beauty Pick Of The Month eng \N Tune in to see QVC's Beauty Pick of the Month. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 08:00:00 2014-12-22 09:00:00 \N \N \N \N \N 10322 t
+16048 32722 Faith in the Future eng Stand by Me Paul returns from France with marriage on his mind. Mark makes a proposition to Faith, and Hannah is appalled to discover that Harry is seeing someone else. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:25:00 \N \N \N \N \N 10323 t
+16048 31821 Heartbeat eng Love's Sweet Dream Drama series set in a 1960s Yorkshire village. Tricia and Mike finally express their feelings for one another, but become involved in a case of domestic violence. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 06:25:00 2014-12-19 07:20:00 \N \N \N AD,S \N 10324 t
+16048 33157 The Darling Buds of May eng Christmas Is Coming The Larkin family busily prepare for the festive season, but outside there lurks an exhausted man on the run. David Jason and Pam Ferris star. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 07:20:00 2014-12-19 08:25:00 \N \N \N S \N 10325 t
+16048 31823 The Darling Buds of May eng A Season of Heavenly Gifts (Part 2) Marcus Cope is determined to find the mystery horde of cash and thwart Charley's plans of buying the hop garden. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 08:25:00 2014-12-19 09:35:00 \N \N \N S \N 10326 t
+40976 44967 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-19 18:58:00 2014-12-19 19:00:00 \N \N \N \N \N 10327 t
+40976 46846 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 10328 t
+40976 46979 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 19:30:00 2014-12-19 21:00:00 \N \N \N \N \N 10329 t
+22720 1306 Kisstory eng \N Kiss Anthems! Tweet your shouts and requests @KissFMUK using #Kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N \N \N 10957 t
+8281 16495 ITV News & Weather eng \N The latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 13:15:00 2014-12-21 13:20:00 \N \N \N S \N 10338 t
+8281 20348 Columbo eng A Stitch in Crime Columbo brings his distinctive investigative style to bear on a case in which a brilliant surgeon appears to be involved in a medical murder. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-21 13:20:00 2014-12-21 14:50:00 \N \N \N AD,S \N 10339 t
+8281 29360 Tipping Point eng Lucky Stars Ben Shephard hosts a second series of the game show's celebrity version. Carol Vorderman, Mark Charnock and Joe Swash take on the machine as they attempt to win big for charity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:50:00 2014-12-21 15:50:00 \N \N \N S \N 10340 t
+40992 51845 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:40:00 \N \N \N \N \N 10349 t
+40992 51846 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 09:40:00 2014-12-21 09:45:00 \N \N \N \N \N 10350 t
+8283 15521 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 00:10:00 2014-12-19 03:00:00 \N \N \N \N \N 10353 t
+28032 26965 Pawn Stars eng Steaks at Stake Series following pawn shop owners in Las Vegas. The Old Man offers a steak dinner and a cash prize as a staff incentive to boost profits. Who will claim the prize? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:30:00 \N \N \N S \N 10363 t
+28032 26966 Pawn Stars eng Pawn Shop Pinot Series following pawn shop owners in Las Vegas. Chumlee puts a 19th-century winemaker into action, daring to produce some potent 'Pawn Shop Pinot'! \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 15:30:00 2014-12-19 15:55:00 \N \N \N S \N 10364 t
+28032 26968 Magnum P.I. eng Foiled Again Drama series about a Hawaii-based private investigator. Magnum's boss Higgins is accused of murder after killing an opponent in a fencing competition. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 15:55:00 2014-12-19 16:55:00 \N \N \N S \N 10365 t
+28032 26967 Kojak eng On the Edge Police drama series. A detective's obsession with his work jeopardises a police investigation. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 16:55:00 2014-12-19 18:00:00 \N \N \N S \N 10366 t
+40992 51871 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 17:35:00 2014-12-21 17:50:00 \N \N \N \N \N 11768 t
+27328 17238 Barclays Premier League Preview eng \N BT Sport takes a look ahead to all the upcoming action in the Barclays Premier League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 10370 t
+27328 17240 Live Bristol Rovers v Gateshead eng \N Live Vanarama Conference from the Memorial Stadium. The Pirates host the Tynesiders for a clash between two clubs attempting to bridge the gap to Barnet at the top of the league. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-19 19:30:00 2014-12-19 22:00:00 \N \N \N S \N 10372 t
+40992 51847 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 09:45:00 2014-12-21 10:05:00 \N \N \N \N \N 10381 t
+23712 3319 Programmes continue at 08:00am eng Programmes continue at 08 00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 04:00:00 2014-12-22 07:00:00 \N \N \N \N \N 10383 t
+15856 3346 Bridezillas eng \N Following brides-to-be during their often stressful wedding preparations. Suzy clashes with the best man and threatens a four-year-old. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 10396 t
+15856 3347 Dinner Date eng \N Culinary dating show. Chanelle from Manchester chooses three dates from five menus. When the dinners have been eaten and the dates are done, who will she want to see for seconds? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N S \N 10397 t
+15856 3348 Flipping Out eng Urine Trouble Reality series following property speculator Jeff Lewis. Jeff prepares for a business trip, but first needs to get to the bottom of a very concerning pet issue. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:55:00 \N \N \N \N \N 10398 t
+27360 18047 MotoGP Grand Prix of The Americas eng \N Action from the MotoGP Grand Prix of The Americas, from the Circuit of the Americas, Austin. Defending champion, Marc Marquez, won the MotoGP event here last year. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 03:30:00 2014-12-23 05:00:00 \N \N \N \N \N 10400 t
+27712 22039 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 11250 t
+27360 18048 Baker & Kelly's V.S.P.O eng \N Stand by for an hour of unscripted entertainment, original features and spontaneous wit driven by our unique hosts, Dannys Baker and Kelly. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 05:00:00 2014-12-23 06:00:00 \N \N \N \N \N 10401 t
+14532 6341 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 00:05:00 2014-12-24 03:00:00 \N \N \N \N \N 10402 t
+22336 59006 Rules of Engagement eng They Do? In the final episode of series four, Adam and Jennifer organise a secret wedding ceremony, but a series of unfortunate events soon puts their plans in jeopardy. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:30:00 \N \N \N S \N 10412 t
+22336 59007 How I Met Your Mother eng Best Prom Ever Marshall and Lily's dream wedding venue becomes free and they set a date for their nuptials. Lily, however, worries that she's not ready to get married. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:00:00 \N \N \N AD,S \N 10413 t
+22336 59008 How I Met Your Mother eng Milk It's Ted's 28th birthday and he receives a call from the match-making service saying they've found his dream woman. Ted is unconvinced, and realises that Robin is the one for him. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:30:00 \N \N \N AD,S \N 10414 t
+22336 59009 How I Met Your Mother eng Come On Barney slaps Ted when he says he wants to pursue Robin. Later, in frustration at Robin's camping trip with Sandy, Ted performs a rain dance to keep her at home. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 10:30:00 2014-12-21 11:00:00 \N \N \N AD,S \N 10415 t
+22336 59010 Hollyoaks Omnibus eng \N Sienna kidnaps Minnie, Nico decides her family would be better off without her, and Dodger becomes trapped in a Christmas nightmare. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 11:00:00 2014-12-21 13:30:00 \N \N \N AD,S \N 10416 t
+4168 51780 Bargain Hunt eng Derby Antiques show. Tim Wonnacott presents from Derby where it is nurses versus paramedics. On hand are experts Nick Hall and Jonathan Pratt in case of emergency. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N S \N 10417 t
+4168 56452 Chicken Run eng \N Award-winning animation about a band of hens desperate to escape a life of egg-laying on a chicken farm. With the voices of Mel Gibson, Julia Sawalha and Miranda Richardson. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 13:45:00 2014-12-23 15:05:00 \N \N 2000 AD,S \N 10418 t
+13024 51022 New eng The Railway: First Great... Final episode in the documentary series. In this episode, as the deadline to re-open the mainline at Dawlish nears, engineers work around the clock to annul the threat of a landslide. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-22 21:00:00 2014-12-22 21:58:00 \N \N \N S \N 10419 t
+13024 51023 5 News Update eng \N . \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-22 21:58:00 2014-12-22 22:00:00 \N \N \N \N \N 10420 t
+13024 51024 New eng Michael Buble's Christmas 2014 Delivering a mix of festive cheer and seasonal songs, this brand new music special sees Michael Buble joined by special guests Barbra Streisand, Ariana Grande, Miss Piggy and The Rockettes. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N S \N 10421 t
+13024 51025 Dirty Dancing eng \N Coming-of-age drama starring Patrick Swayze and Jennifer Grey. A spoiled 17-year-old learns a lot about life from the hotel dance instructor during a family summer holiday. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:55:00 \N \N 1987 AD,S \N 10422 t
+40960 53283 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:30:00 \N \N \N \N \N 12339 t
+28480 11887 The Message of the Cross eng \N A Biblical teaching programme hosted by Rev. Jimmy Swaggart, with a panel of pastors, professors and other church leaders. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 07:00:00 2014-12-23 08:30:00 \N \N \N \N \N 10426 t
+28480 11888 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:00:00 \N \N \N \N \N 10427 t
+8452 58750 Channel 4 News eng \N Includes sport and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 15:35:00 2014-12-24 15:45:00 \N \N \N S \N 10428 t
+8452 58749 The Grinch eng \N Family comedy fantasy. Jim Carrey plays a grumpy, green-haired, goblin-like creature who wants to ruin Christmas for the folk of Whoville. But one small girl has other ideas... \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 15:45:00 2014-12-24 17:50:00 \N \N 2000 AD,S \N 10429 t
+8452 58751 The Muppet Christmas Carol eng \N Family comedy. Michael Caine stars as Scrooge, with Kermit and Miss Piggy as Mr and Mrs Bob Cratchit and Gonzo as Dickens in this musical Muppet take on the classic story. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 17:50:00 2014-12-24 19:30:00 \N \N 1992 AD,S \N 10430 t
+14448 27208 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 15:10:00 2014-12-21 15:35:00 \N \N \N \N \N 10431 t
+14448 27209 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 15:35:00 2014-12-21 16:00:00 \N \N \N \N \N 10432 t
+14448 27210 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:30:00 \N \N \N \N \N 10433 t
+27712 22040 The Stream eng \N The legal battlefront in the US abortion rights debate. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N \N \N 11251 t
+14448 27211 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N \N \N 10434 t
+14448 27212 Rapid Response eng \N Gritty series following a real-life Rapid Response team. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:30:00 \N \N \N \N \N 10435 t
+14448 27213 Cops eng Reloaded Newly edited episodes showcase the show's most memorable criminals, car chases and moments. Don't miss out! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 17:30:00 2014-12-21 18:00:00 \N \N \N \N \N 10436 t
+25920 65358 Back at 5am eng \N Programmes start again at 5am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 05:00:00 \N \N \N \N \N 10440 t
+40960 53267 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 10446 t
+40960 53268 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N \N \N 10447 t
+40960 53269 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 \N \N \N \N \N 10448 t
+40960 53270 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N \N \N 10449 t
+40960 58135 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N \N \N 10450 t
+41040 17195 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:30:00 \N \N \N \N \N 10454 t
+41040 17196 Witness eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 03:30:00 2014-12-23 04:00:00 \N \N \N \N \N 10455 t
+41040 17197 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:30:00 \N \N \N \N \N 10456 t
+41040 17198 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-23 04:30:00 2014-12-23 05:00:00 \N \N \N \N \N 10457 t
+41040 17199 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 \N \N \N \N \N 10458 t
+41040 17200 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N \N \N 10459 t
+32836 31021 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N \N \N 10460 t
+32836 31022 Restaurant in our Living Room eng \N Kim and John go for local organic produce serving posh nosh to fewer diners, whilst Gary and Deborah use four microwaves and cash and carry food. Rows break out between chefs and diners. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 10461 t
+32836 31023 Beyond the Grave eng \N Josh Ellis is joined by Lou Pope, a psychic medium. The mystic duo take on some of Bristol's spookiest spots and speak to local people about life...Beyond the Grave \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N \N \N 10462 t
+32836 31024 Acapela eng \N Join us from Acapela, the boutique venue/recording studios in Pentyrch just outside of Cardiff. We give an opportunity for artists from Cardiff and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N \N \N 10463 t
+41040 17112 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 10470 t
+41040 17113 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:30:00 \N \N \N \N \N 10471 t
+41040 17114 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-20 22:30:00 2014-12-20 23:00:00 \N \N \N \N \N 10472 t
+41040 17115 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 10473 t
+40992 51756 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:15:00 \N \N \N \N \N 10474 t
+40992 51757 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 12:15:00 2014-12-20 12:35:00 \N \N \N \N \N 10475 t
+40992 51758 Waybuloo eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 12:35:00 2014-12-20 13:00:00 \N \N \N \N \N 10476 t
+40992 51759 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:20:00 \N \N \N \N \N 10477 t
+40992 51760 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 13:20:00 2014-12-20 13:35:00 \N \N \N \N \N 10478 t
+40992 51761 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 13:35:00 2014-12-20 14:00:00 \N \N \N \N \N 10479 t
+40992 52973 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:40:00 \N \N \N \N \N 10480 t
+40992 51763 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 14:40:00 2014-12-20 14:45:00 \N \N \N \N \N 10481 t
+40992 51764 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 14:45:00 2014-12-20 15:05:00 \N \N \N \N \N 10482 t
+40992 51872 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 17:50:00 2014-12-21 18:00:00 \N \N \N \N \N 11769 t
+22272 64695 8 Out of 10 Cats eng \N Funnymen Iain Lee, Rob Rouse, Frankie Boyle and Alan Carr join Jimmy Carr, Sean Lock and Dave Spikey to take a hysterical look at opinion polls on all manner of silly subjects. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:30:00 \N \N \N S \N 10484 t
+22272 64696 8 Out of 10 Cats eng \N The massively popular panel show comes to Dave, as Jimmy Carr, Sean Lock, Dave Spikey, Paddy McGuinness, Janet Street-Porter, Trisha Goddard and Lee Mack ponder opinion polls. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 \N \N \N S \N 10485 t
+22272 64800 Mongrels eng \N The X-rated puppet comedy series. Vince has a litter of cubs, while a handsome dog teaches Destiny the art of the 'bottom sniff'. Paul Kaye is among the familiar voices \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:40:00 2 \N \N \N 1 10486 t
+22272 64801 Gavin & Stacey eng \N James Corden stars in the warm-hearted sitcom. Stacey tries to sort out the situation with Gavin, but things don't go to plan. In Barry, an unexpected event causes panic \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 01:40:00 2014-12-19 02:10:00 7 \N \N AD,S 2 10487 t
+22272 64802 Gavin & Stacey Christmas Special eng \N The hit sitcom returns for a festive special. Nessa and the Wests head east, with some help from Dave and his coach. Meanwhile in Essex, Mick is preoccupied with his new love. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 02:10:00 2014-12-19 03:00:00 \N \N \N AD,S \N 10488 t
+8267 22746 The Speakmans eng \N Therapists Nik and Eva Speakman attempt to treat ordinary people with extraordinary problems. Today's patient is a woman terrified of falling ill if she leaves her home. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 09:25:00 2014-12-22 10:20:00 \N \N \N S \N 10492 t
+8267 24809 Dickinson's Real Deal eng \N Today Middlesbrough plays host to David and his team of dealers. David and the auctioneer are excited by a stylish 1930s cocktail watch, but will it attract the dealers' cash? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 10:20:00 2014-12-22 11:20:00 \N \N \N S \N 10493 t
+8267 48608 Tipping Point eng \N Ben Shephard hosts the quiz show in which four players take on an extraordinary machine in the hope of winning its 10,000 pound jackpot. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 11:20:00 2014-12-22 12:20:00 \N \N \N S \N 10494 t
+15840 3529 Vintage After Midnight eng \N Can't sleep? Or partying into the early hours? Make Vintage TV your companion. We're here to help you make it through the night with a smile on your sleepy face, we hope. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 00:30:00 2014-12-19 03:00:00 \N \N \N \N \N 10495 t
+24064 59965 Floating Kitchen eng \N Simon Woodhouse is a chef on a mission! As he begins his crossing to France, things do not go quite to plan. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 10499 t
+24064 59966 Floating Kitchen eng \N Simon Woodhouse is a chef on a mission! The British chef arrives in France, only to find his planned route to Paris is closed. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N \N \N 10500 t
+24064 59967 Floating Kitchen eng \N Simon Woodhouse is a chef on a mission! Proving that his enthusiasm has not been affected by his detour to Paris, Simon learns to cook wild boar. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:30:00 \N \N \N \N \N 10501 t
+24064 59968 Floating Kitchen eng \N Simon Woodhouse is a chef on a mission. Simon receives a visit from his mentor John Burton Race as his boat trouble starts to hinder his journey. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N \N \N 10502 t
+25664 55743 Greatest Xmas Songs of All Time! eng \N With Santa's help, we're delivering the definitive Christmas soundtrack. These are the greatest Xmas songs of all time, gift wrapped especially for you. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 02:15:00 2014-12-22 03:00:00 \N \N \N S \N 10505 t
+4166 51780 Bargain Hunt eng Derby Antiques show. Tim Wonnacott presents from Derby where it is nurses versus paramedics. On hand are experts Nick Hall and Jonathan Pratt in case of emergency. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N S \N 10506 t
+4166 51753 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N S \N 10507 t
+4166 52447 East Midlands Today eng \N The latest news, sport and weather for the East Midlands. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 13:30:00 2014-12-23 13:45:00 \N \N \N S \N 10508 t
+4166 56452 Chicken Run eng \N Award-winning animation about a band of hens desperate to escape a life of egg-laying on a chicken farm. With the voices of Mel Gibson, Julia Sawalha and Miranda Richardson. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 13:45:00 2014-12-23 15:05:00 \N \N 2000 AD,S \N 10509 t
+22080 1394 Sky World News eng \N Sky News presents a comprehensive look at the biggest stories from around the globe. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:30:00 \N \N \N S \N 10510 t
+22080 1403 Sky World Review & Business Report eng \N Sky News presents a comprehensive look at the biggest stories from around the globe. Includes weather, sports and business news. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 03:30:00 2014-12-19 04:00:00 \N \N \N S \N 10511 t
+22080 1409 Sky World News eng \N Sky News presents a comprehensive look at the biggest stories from around the globe. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:30:00 \N \N \N S \N 10512 t
+22080 1419 Sky World Review & Business Report eng \N Sky News presents a comprehensive look at the biggest stories from around the globe. Includes weather, sports and business news. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 04:30:00 2014-12-19 05:00:00 \N \N \N S \N 10513 t
+22080 1464 Sky World News eng \N Sky News presents a comprehensive look at the biggest stories from around the globe. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 \N \N \N S \N 10514 t
+22080 1545 Sky World Review & Business Report eng \N Sky News presents a comprehensive look at the biggest stories from around the globe. Includes weather, sports and business news. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N S \N 10515 t
+24032 31273 Sony Movie News Extra eng \N Entertainment news featuring movie and TV stars, plus the latest from glittering red carpet premieres. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 16:55:00 2014-12-20 17:05:00 \N \N \N \N \N 11098 t
+41120 14124 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 10519 t
+41120 14125 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 10520 t
+41120 14126 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 10521 t
+17472 58067 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:25:00 \N \N \N \N \N 10525 t
+17472 56403 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 06:25:00 2014-12-20 06:55:00 \N \N \N \N \N 10526 t
+17472 56404 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 06:55:00 2014-12-20 07:05:00 \N \N \N \N \N 10527 t
+17472 56405 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 07:05:00 2014-12-20 07:30:00 \N \N \N \N \N 10528 t
+17472 56406 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 \N \N \N \N \N 10529 t
+17472 57539 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:30:00 \N \N \N \N \N 10530 t
+17472 57540 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N \N \N 10531 t
+15840 3579 Vintage After Midnight eng \N Can't sleep? Or partying into the early hours? Make Vintage TV your companion. We're here to help you make it through the night with a smile on your sleepy face, we hope. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 06:00:00 \N \N \N \N \N 10534 t
+22592 17793 The Alan Brazil Sports Breakfast eng \N Alan Brazil and Ray Parlour brings you all the latest sports news. Call the show on 08717 22 33 44 (10p/min), text 81089 (50p + chgs) or follow on Twitter @sportsbreakfast \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-24 06:00:00 2014-12-24 10:00:00 \N \N \N \N \N 10535 t
+24448 63887 Huge Jewellery Savings from GemsTV eng \N GemsTV give huge savings on genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 10538 t
+24448 63888 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 10539 t
+24448 63889 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 10540 t
+41072 14187 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 10541 t
+41072 14188 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 10542 t
+41072 14189 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N \N \N 10543 t
+41072 14190 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:30:00 \N \N \N \N \N 10544 t
+41072 14191 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N \N \N 10545 t
+8325 45422 Ariana Grande eng The Hot Desk Interviews with the biggest names in music and entertainment. Behind the desk this time is US pop sensation Ariana Grande. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:10:00 \N \N \N S \N 10547 t
+41120 14074 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 02:00:00 2014-12-21 02:30:00 \N \N \N \N \N 10548 t
+8325 2713 BGMT eng Hairiest Moments Stephen Mulhern takes a look back at the best and worst auditions and performances since the competition began back in 2007, including exclusive chats with the judges. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 06:10:00 2014-12-23 07:00:00 \N \N \N S \N 10549 t
+27456 45344 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:30:00 \N \N \N \N \N 11329 t
+8325 2714 Emmerdale eng \N Charity pushes Moira too far. Kirin enjoys playing games with Rakesh. Nicola's plan leaves Bernice furious. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:25:00 \N \N \N AD,S \N 10550 t
+8325 2715 Coronation Street eng \N Tony regrets a moment of madness. Will Lloyd lend an ear to Steve? Steph stands up for herself. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 07:25:00 2014-12-23 07:55:00 \N \N \N AD,S \N 10551 t
+8325 4590 Coronation Street eng \N Gary faces up to the consequences. What is Callum up to? Steve plans the perfect Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 07:55:00 2014-12-23 08:20:00 \N \N \N AD,S \N 10552 t
+8325 41772 The Cube eng Celebrity Special Phillip Schofield presents a celebrity edition of the game show, as Denise Welch, Sherrie Hewson and Lisa Maxwell from Loose Women and Olympian Greg Rutherford face the Cube. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 08:20:00 2014-12-23 09:20:00 \N \N \N S \N 10553 t
+25728 54282 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 06:00:00 2014-12-20 09:00:00 \N \N \N \N \N 10554 t
+8448 59015 The Big Bang Theory eng Pilot Leonard and Sheldon are brilliant physicists, but have no luck when it comes to understanding women. All this begins to change when the beautiful Penny moves in next door. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N AD,S \N 10555 t
+8448 59016 The Big Bang Theory eng The Big Bran Hypothesis Sheldon is bothered by how messy Penny's flat is and he sneaks in to clean and organise it, but Penny isn't best pleased when she finds out. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:30:00 \N \N \N AD,S \N 10556 t
+8448 59017 The Big Bang Theory eng The Fuzzyboots Corollary Leonard is depressed when he discovers that Penny is seeing someone, and he actually summons up the courage to ask a woman out on a date. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 17:30:00 2014-12-21 18:00:00 \N \N \N AD,S \N 10557 t
+41008 58750 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 15:35:00 2014-12-24 15:45:00 \N \N \N \N \N 10558 t
+41008 58749 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 15:45:00 2014-12-24 17:50:00 \N \N \N \N \N 10559 t
+41008 58751 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 17:50:00 2014-12-24 19:30:00 \N \N \N \N \N 10560 t
+41136 50314 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 18:55:00 2014-12-21 23:05:00 \N \N \N \N \N 10561 t
+8452 58658 Rewind the Christmas Hits eng \N Festive special uncovering the real stories behind the UK's favourite Christmas hits, featuring Slade, The Darkness, Mel C, Midge Ure, Status Quo, Heaven 17, Jona Lewie and Sandie Shaw. \N 2 25 f 3 eng eng 6 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:30:00 \N \N \N S \N 10564 t
+8452 58657 Four Christmases eng \N Romcom. Reese Witherspoon and Vince Vaughn star as a happily unmarried couple whose Christmas spent visiting their families gives them cause to reconsider their own relationship. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 22:30:00 2014-12-21 00:15:00 \N \N 2008 AD,S \N 10565 t
+14816 1005 1-2-1 Dating - Find LOVE eng \N 1-2-1 Dating is a unique TV channel, broadcasting regionalised personal ads from around the UK, 24/7. New ads added daily. Free to join and place YOUR 1-2-1 advert. Check us out. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 08:00:00 2014-12-24 12:00:00 24 7 \N \N \N 10566 t
+41056 17930 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 06:01:00 2014-12-20 07:00:00 \N \N \N \N \N 10569 t
+41056 17959 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:05:00 \N \N \N \N \N 10570 t
+41056 17960 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-20 07:05:00 2014-12-20 07:30:00 \N \N \N \N \N 10571 t
+41056 17961 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 \N \N \N \N \N 10572 t
+41056 17962 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:30:00 \N \N \N \N \N 10573 t
+41056 17963 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N \N \N 10574 t
+14608 32044 The Waltons eng \N The Courtship - When Olivia's uncle, a fastidious man of 64, visits Walton's Mountain after an absence of 30 years, he becomes involved with a divorce who is eager to marry again. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-24 06:00:00 2014-12-24 07:00:00 18 \N \N \N 1 10575 t
+14608 32045 Little House On The Prairie eng \N The Werewolf of Walnut Grove - School bully Bart begins menacing his classmates, especially Albert. Tired of the constant harassment, Albert creates a werewolf mask to terrorize Bart. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-24 07:00:00 2014-12-24 08:00:00 14 \N \N \N 6 10576 t
+14608 32046 The Waltons eng \N The Family Tree - Verdie searches for her family history with Jason's help. Elizabeth stretches the truth to her soldier pen pal letting him think she's 18 and looks like Erin. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-24 08:00:00 2014-12-24 09:00:00 20 \N \N \N 6 10577 t
+14752 23819 CapitalBreakfast eng \N Set your alarm! Greg Burns & Kat Shoob wake up London with the biggest tunes. Get involved @958CapBreakfast on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 06:00:00 2014-12-22 10:00:00 \N \N \N \N \N 10582 t
+8442 60715 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 06:00:00 2014-12-24 08:55:00 \N \N \N \N \N 10587 t
+8442 55938 Kirstie's Homemade Christmas eng \N Kirstie Allsopp is in a food frenzy, from turkey to mince pies, and makes exquisite decorations for the table and jewel-encrusted crackers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 08:55:00 2014-12-24 10:00:00 \N \N \N S \N 10588 t
+8384 58657 Four Christmases eng \N Romcom. Reese Witherspoon and Vince Vaughn star as a happily unmarried couple whose Christmas spent visiting their families gives them cause to reconsider their own relationship. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 21:30:00 2014-12-20 23:15:00 \N \N 2008 AD,S \N 10595 t
+8384 58996 Wanderlust eng \N Comedy. Jennifer Aniston and Paul Rudd play a recession-hit couple who discover a seemingly idyllic community of eccentric neo-hippies. Strong language/sex/drug use. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-20 23:15:00 2014-12-21 01:10:00 \N \N 2012 S \N 10596 t
+28288 8605 In the Salon with SBC eng \N SBC have captured the essences of plants to soothe your body. Tune in to find out how your skin can benefit from their renowned natural gel formulations. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 10597 t
+28288 65354 Back at 5am eng \N Programmes start again at 5am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 13:00:00 2014-12-20 05:00:00 \N \N \N \N \N 10598 t
+28512 696 The Morning Show eng \N Good morning! Chat over a cuppa and cornflakes with us and tell us what you're up to. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 05:00:00 2014-12-22 11:00:00 \N \N \N \N \N 11346 t
+4175 51780 Bargain Hunt eng Derby Antiques show. Tim Wonnacott presents from Derby where it is nurses versus paramedics. On hand are experts Nick Hall and Jonathan Pratt in case of emergency. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N S \N 10599 t
+4175 51753 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N S \N 10600 t
+4175 52481 Look North eng \N The latest news, sport and weather for Yorkshire and Lincolnshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 13:30:00 2014-12-23 13:45:00 \N \N \N S \N 10601 t
+4175 56452 Chicken Run eng \N Award-winning animation about a band of hens desperate to escape a life of egg-laying on a chicken farm. With the voices of Mel Gibson, Julia Sawalha and Miranda Richardson. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 13:45:00 2014-12-23 15:05:00 \N \N 2000 AD,S \N 10602 t
+28160 15861 Telling the Truth eng \N Dynamic Bible teaching from Stuart, Jill and Pete Briscoe \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:30:00 \N \N \N \N \N 10604 t
+28160 15862 The Word for Today eng \N Classic Bible teaching series with Chuck Smith \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 04:30:00 2014-12-24 05:00:00 \N \N \N \N \N 10605 t
+28160 15863 Back to the Bible eng \N Dynamic Bible teaching from Dr John Munro. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:30:00 \N \N \N \N \N 10606 t
+41056 18089 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-22 21:30:00 2014-12-22 21:55:00 \N \N \N \N \N 11435 t
+28032 28009 Goodwood Festival of Speed 2014 eng \N Craig Doyle and Nicki Shields present highlights from this year's Goodwood Festival - motor sport's annual garden party, featuring the biggest stars and cars from F1, BTCC, bikes and rally. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N S \N 10612 t
+28032 28010 Silverstone Classic 2014 eng \N Louise Goodman presents highlights from the 2014 Silverstone Classic, the world's largest historic motor racing festival, including classic F1 machines and touring cars. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:10:00 \N \N \N S \N 10613 t
+14832 1364 Rabbits & Bunnies & Meadows, Oh My eng \N Now in its 6th year, Gay Rabbit Chat & Date is an interactive TV chat service designed to put YOU in touch with new LGBT friends all over the UK. Chat, flirt, date and then some! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 08:00:00 2014-12-24 12:00:00 \N \N \N \N \N 10615 t
+8283 16495 ITV News & Weather eng \N The latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 13:15:00 2014-12-21 13:20:00 \N \N \N S \N 10617 t
+8283 20348 Columbo eng A Stitch in Crime Columbo brings his distinctive investigative style to bear on a case in which a brilliant surgeon appears to be involved in a medical murder. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-21 13:20:00 2014-12-21 14:50:00 \N \N \N AD,S \N 10618 t
+8283 29360 Tipping Point eng Lucky Stars Ben Shephard hosts a second series of the game show's celebrity version. Carol Vorderman, Mark Charnock and Joe Swash take on the machine as they attempt to win big for charity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:50:00 2014-12-21 15:50:00 \N \N \N S \N 10619 t
+14800 1364 Winter in Rabbit Meadow eng \N Rabbit Chat & Date has been connecting people for 6 years now! Why not jump in and see why? Make new friends, chat, flirt and find that RIGHT somebody. Or that RIGHT NOW somebody. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 08:00:00 2014-12-24 12:00:00 \N \N \N \N \N 10625 t
+27648 4417 Salvage Hunters eng \N Ace salvager Drew Pritchard is always on the lookout for stock for his showroom. Today he deals with a baronet who drives a hard bargain and meets a fellow enthusiast in Surrey. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 10632 t
+24032 31274 The Greatest eng \N The story of Cassius Clay, who became Muhammed Ali and the most charismatic heavyweight champion of our time \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 17:05:00 2014-12-20 19:10:00 \N \N 1977 \N \N 11099 t
+27648 4418 Salvage Hunters eng \N Ace salvager Drew Pritchard is always on the lookout for stock for his showroom. Today, it's full steam ahead at Trinity Marine in Devon but it's not all plain sailing. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N \N \N 10633 t
+27648 4419 Salvage Hunters eng \N Ace salvager Drew Pritchard is at St Mary's school in Worcester, where he battles to do a deal. Later, Drew is like a kid in a sweet shop but can he come away with the goods? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N \N \N 10634 t
+8264 29361 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the prize cash. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 15:50:00 2014-12-21 16:45:00 \N \N \N S \N 10635 t
+8264 25993 Casper eng \N Spooky family tale starring Christina Ricci and Bill Pullman, 1995. A lonely boy-ghost befriends the young daughter of a ghost hunter \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 16:45:00 2014-12-21 18:35:00 \N \N \N AD,S \N 10636 t
+24480 3552 Number 1 At Christmas eng \N Christmas is a-coming and it's time to unwrap the December 25th chart-toppers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N \N \N 10640 t
+24480 3553 Cream Of The Crop eng \N Our top of the pops. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N \N \N 10641 t
+24480 3554 Rock & Roll Honours List eng \N It was never meant to be like this! Now they've got gongs and knighthoods. Arise to the gentry of our musical heritage... \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N \N \N 10642 t
+22400 662 Programmes start at 10pm eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 05:00:00 2014-12-22 22:00:00 \N \N \N \N \N 10648 t
+8384 58752 Hollyoaks eng \N It's Ste and John Paul's wedding day, but it's a long road to the altar. Tony hosts Christmas lunch for his nearest and dearest, but will it be ruined by a revelation? \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:25:00 \N \N \N AD,S \N 10652 t
+8384 59221 Ice Age eng A Mammoth Christmas When Sid accidentally ruins one of Manny's Christmas traditions, he's told that he will be on Santa's naughty list. So he heads to the North Pole to plead his case directly to Santa Claus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 19:25:00 2014-12-24 19:55:00 \N \N \N S \N 10653 t
+8384 58753 The Snowman and the Snowdog eng \N Charming animated sequel to Raymond Briggs's classic The Snowman. When a young boy and his mother move house, he builds a Snowman and a Snowdog who magically come to life. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 19:55:00 2014-12-24 20:30:00 \N \N \N AD,S \N 10654 t
+8384 58754 My Big Fat Gypsy Christmas Tinsel and Tiaras eng This new Yuletide special, packed with weddings, fun and festive spirit, shows that nobody does Christmas bling like Gypsies and Travellers \N \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:30:00 \N \N \N AD,S \N 10655 t
+13120 8574 Safety & Security eng \N Protect your home with a selection of equipment, including alarms and CCTV products, designed to help you enjoy security and peace of mind. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 04:00:00 2014-12-23 05:00:00 \N \N \N \N \N 10658 t
+13120 8575 QVC Nighttime eng \N A recorded selection of the best of QVC. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 05:00:00 2014-12-23 07:00:00 \N \N \N \N \N 10659 t
+28096 59309 Gavin & Stacey Christmas Special eng \N The hit sitcom returns for a festive special. Nessa and the Wests head east, with some help from Dave and his coach. Meanwhile in Essex, Mick is preoccupied with his new love. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 03:10:00 2014-12-19 04:15:00 \N \N \N AD,S \N 10660 t
+28096 59310 Suits eng Endgame Lawfully good legal drama! It's showtime as Ava's trial begins. Jessica and Harvey confront Darby over Stephen's role in the murders. Max Beesley guest stars \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 04:15:00 2014-12-19 05:00:00 8 \N \N AD,S 3 10661 t
+28096 59789 Close eng \N Close. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 05:00:00 2014-12-19 08:00:00 \N \N \N \N \N 10662 t
+23152 17490 Hardcore Pawn eng Chicago Welcome to the outrageous Cohen brothers Pawn Shop, where a fortune or a fight could walk through their door. \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 21:30:00 \N \N \N \N \N 10663 t
+23152 17491 Hardcore Pawn eng Chicago Welcome to the outrageous Cohen brothers Pawn Shop, where a fortune or a fight could walk through their door. \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-22 21:30:00 2014-12-22 22:00:00 \N \N \N \N \N 10664 t
+23152 17492 South Beach Tow eng Season 3 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:30:00 \N \N \N \N \N 10665 t
+23152 17493 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 22:30:00 2014-12-22 23:00:00 \N \N \N \N \N 10666 t
+17540 51761 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 11951 t
+23152 17494 Conan eng \N Hit US late night chat show, hosted by the spontaneous comedian Conan O'Brien who combines the lewd and wacky with top celebrity interviews. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 10667 t
+41056 18090 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 21:55:00 2014-12-22 22:00:00 \N \N \N \N \N 11436 t
+41056 18091 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 11437 t
+25664 55700 Liz & Duncan's Big Xmas Reunion! eng \N Liz 'Crackers' McClarnon and Duncan 'Jingle-Bells' James have got together to bring us their perfect Christmas playlist. \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-19 09:00:00 2014-12-19 13:50:00 \N \N \N S \N 10668 t
+17472 57914 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:15:00 \N \N \N \N \N 10669 t
+17472 51409 Flog It! eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 17:15:00 2014-12-21 17:55:00 \N \N \N \N \N 10670 t
+17472 57916 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-21 17:55:00 2014-12-21 20:00:00 \N \N \N \N \N 10671 t
+14372 8134 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N \N \N 10672 t
+14372 8135 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N \N \N 10673 t
+14372 8112 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N \N \N 10674 t
+24384 15174 Tattered Lace Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 06:00:00 2014-12-22 07:00:00 \N \N \N \N \N 10676 t
+24384 15517 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 07:00:00 2014-12-22 08:00:00 \N \N \N \N \N 10677 t
+24384 15531 Heartfelt Creations Sale 4 Day Deal eng \N A chance for you to get our special product, the Create and Craft 4 Day Deal \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 08:00:00 2014-12-22 09:00:00 \N \N \N \N \N 10678 t
+24480 3611 Bright Lights of The 80s eng \N Don your neon legwarmers and get out the hairspray; we're travelling back to the 80s and celebrating Brits OMD, Yazoo, Depeche Mode, Wham! and more. These are true party tunes. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 10679 t
+24480 3612 80s Blue Eyed Soul eng \N A new generation of singers, inspired by northern soul and Motown, adopted classic soul and R&B music and made it their own, from The Style Council to Hue & Cry. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 \N \N \N \N \N 10680 t
+24480 3613 Neil McCormick's Needle Time eng \N New! His 'You're Beautiful' made a global star of ex-soldier James Blunt, and here the singer songwriter is put on the Needle Time frontline to chat about his life in music. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:30:00 2014-12-23 23:30:00 \N \N \N \N \N 10681 t
+24480 3614 Toyah's Christmas At The Zoo eng \N Cosy up with family and friends as Toyah Willcox brings you a selection of fine Christmas songs and a sprinkling of festive stories, surrounded by a variety of creatures great and small. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 23:30:00 2014-12-24 00:30:00 \N \N \N \N \N 10682 t
+26368 6016 Gary King eng \N Join Gary King for more of your relaxing music mix \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 12:00:00 \N \N \N \N \N 10683 t
+15808 50312 Goodwood Festival of Speed eng \N Hillclimb Replay. Highlights from Goodwood House as a host of famous faces look to break the 1.16-mile Hillclimb's 15-year-old lap record in iconic machinery from the past and present. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 13:10:00 2014-12-21 14:45:00 \N \N \N \N \N 10690 t
+15808 50313 V8 Supercars Season Review eng \N A round-up of the 2014 season of Australia's premier touring car series. Part 1. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 14:45:00 2014-12-21 18:55:00 \N \N \N \N \N 10691 t
+22752 1119 Kiss Fresh with Joe eng \N Joe with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 19:00:00 2014-12-24 22:00:00 \N \N \N \N \N 10692 t
+27712 22033 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N \N \N 10693 t
+27712 22034 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N \N \N 10694 t
+27712 22035 The Cure eng \N The Cure takes you on a journey to the frontiers of world health, exploring life-changing innovations in medicine and healthcare. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 \N \N \N \N \N 10695 t
+27712 22036 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N \N \N 10696 t
+27712 22037 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 17:30:00 2014-12-23 18:00:00 \N \N \N \N \N 10697 t
+22720 1360 Jez eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 09:00:00 2014-12-24 11:00:00 \N \N \N \N \N 10703 t
+22720 1361 Kisstory eng \N Kiss Anthems! Tweet your shouts and requests @KissFMUK using #Kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N \N \N 10704 t
+8264 19764 Losing Your Local? eng Tonight Are you in danger of losing your local? With an estimated 30 pub closures each week, this national tradition seems to be under threat. Can the great British boozer bounce back? \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:25:00 \N \N \N \N \N 10705 t
+8264 50081 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 03:25:00 2014-12-19 05:05:00 \N \N \N \N \N 10706 t
+8264 19765 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 05:05:00 2014-12-19 06:00:00 \N \N \N S \N 10707 t
+28096 59465 The World of Stupid Criminals eng \N Comedian Chris Rowe introduces some hilarious clips of unbelievable acts of stupidity among the world's criminal fraternity! Chris hands out awards to the most wretched criminals. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:30:00 \N \N \N \N \N 10708 t
+28096 59466 Top Gear eng \N High-octane motoring show. Jeremy, Richard and James compare the Mercedes SLS, the Porsche 911 GT3 RS and the Ferrari 458 Italia in an epic road trip up America's east coast. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-24 09:30:00 2014-12-24 11:00:00 \N \N \N AD,S \N 10709 t
+28096 59467 Storage Hunters eng Hot Rod and Heavy Hitters It's all-out war in the US reality series as competing bargain hunters bid for storage units. Lori is angry when Brendan cuts a deal with rival Jesse. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:30:00 \N \N \N S \N 10710 t
+28096 59468 Storage Hunters eng Sting Like a Bee Hit fly-on-the-wall reality series. Brandon and Lori are irked by Jesse's aggressive bidding style. And there's a sting in the tail when one unit is opened... \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 11:30:00 2014-12-24 12:00:00 \N \N \N S \N 10711 t
+17664 58752 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:25:00 \N \N \N \N \N 10712 t
+17664 59221 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 19:25:00 2014-12-24 19:55:00 \N \N \N \N \N 10713 t
+17664 58753 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 19:55:00 2014-12-24 20:30:00 \N \N \N \N \N 10714 t
+17664 58754 eng \N \N \N \N \N \N \N \N eng 8 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:30:00 \N \N \N \N \N 10715 t
+14544 161 Xpanded TV eng \N Xpanded TV returns at Midnight \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 06:00:00 2014-12-25 00:00:00 \N \N \N \N \N 10716 t
+25728 54497 My Wife and Kids eng The Kyles Go to Hawaii - Pt 1 US comedy. The Kyles leave for their family holiday in Hawaii, but Michael decides to take them on a tour round the US before they catch their flight. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N S \N 10717 t
+41056 18092 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 23:00:00 2014-12-22 23:30:00 \N \N \N \N \N 11438 t
+25728 54663 My Wife and Kids eng The Kyles Go to Hawaii - Pt 2 Comedy about a family with a house-husband. On a night out, Michael and Jay find temptation hard to resist. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N S \N 10718 t
+25728 54498 My Wife and Kids eng The Kyles Go to Hawaii - Pt 3 Comedy about a family with a house-husband. Michael discovers that the family's flight leaves much earlier than he thought. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N S \N 10719 t
+25728 54499 My Wife and Kids eng Fantasy Camp Pt 1 Cool comedy about a family with a house-husband. Michael heads to Vegas for a fantasy basketball camp with his idol, Michael Jordan. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:30:00 \N \N \N S \N 10720 t
+25728 54500 My Wife and Kids eng Fantasy Camp - Pt 2 Cool comedy about a family with a house-husband. Michael heads to Vegas for a fantasy basketball camp with his idol, Michael Jordan. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N S \N 10721 t
+22272 64831 8 Out of 10 Cats eng \N Jimmy Carr hosts a digital special of the zany topical quiz as Sean Lock, Carol Vorderman and David O'Doherty crack wise with Jason Manford, John Bishop and Peter Serafinowicz. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:20:00 \N \N \N S \N 10722 t
+22272 64832 8 Out of 10 Cats eng \N Rambunctious regulars Jimmy Carr, Sean Lock and Jason Manford are joined by David Walliams, Fern Britton, Greg Davies and Holly Walsh to pore over polls and snigger at surveys. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 01:20:00 2014-12-22 02:05:00 \N \N \N S \N 10723 t
+22272 64833 8 Out of 10 Cats eng \N Sean Lock, Janice Dickinson and Rhod Gilbert face off against Jason Manford, David Walliams and Lauren Laverne in a battle of wits and witticisms. Jimmy Carr dishes out points. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 02:05:00 2014-12-22 02:45:00 \N \N \N S \N 10724 t
+22272 64834 The Rob Brydon Show eng \N The Welsh funnyman banters with his comedy hero Ronnie Corbett in this edition of his popular chat show. Singer Paloma Faith and comedian Lucy Porter are his other guests. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 02:45:00 2014-12-22 03:00:00 \N \N \N \N \N 10725 t
+17540 51780 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 10726 t
+17540 51753 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N \N \N 10727 t
+17540 52924 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-23 13:30:00 2014-12-23 13:45:00 \N \N \N \N \N 10728 t
+17540 56452 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 13:45:00 2014-12-23 15:05:00 \N \N \N \N \N 10729 t
+8274 19764 Losing Your Local? eng Tonight Are you in danger of losing your local? With an estimated 30 pub closures each week, this national tradition seems to be under threat. Can the great British boozer bounce back? \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:25:00 \N \N \N \N \N 10730 t
+8274 50081 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 03:25:00 2014-12-19 05:05:00 \N \N \N \N \N 10731 t
+8274 19765 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 05:05:00 2014-12-19 06:00:00 \N \N \N S \N 10732 t
+15232 18894 Television X Freeview eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:10:00 \N \N \N \N \N 10733 t
+15232 18895 Sherlock Homes 1/2 eng \N The dirty detective searches out all the hottest 18+ girls with his magnifying glass. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 00:10:00 2014-12-22 00:35:00 \N \N \N \N \N 10734 t
+15232 18896 Jasmine eng Twenty Four Seven 3 Black 18+ babe Jasmine looks sensational in white as she samples the skills of Budapest stud Anthony. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 00:35:00 2014-12-22 00:55:00 \N \N \N \N \N 10735 t
+15232 18897 Ladyboy Training 3 eng \N Damien has no idea that stunning ladyboy Holly has a secret weapon in her love arsenal. But he's up for anything, especially when Keisha Kane joins in the porno fun. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 00:55:00 2014-12-22 01:00:00 \N \N \N \N \N 10736 t
+15232 18898 Television X Freeview eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 01:00:00 2014-12-22 01:10:00 \N \N \N \N \N 10737 t
+15232 18899 Ladyboy Training 3 eng \N Damien has no idea that stunning ladyboy Holly has a secret weapon in her love arsenal. But he's up for anything, especially when Keisha Kane joins in the porno fun. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 01:10:00 2014-12-22 01:35:00 \N \N \N \N \N 10738 t
+15232 18900 Fame Fantasies 3 eng \N Lovely Carmel Moore is the spitting image of Shakira. Her hips don't lie when she teams up with musician Ben Kelly, and she decides, 'I'm gonna quit records and become a porn star!' \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 01:35:00 2014-12-22 01:55:00 \N \N \N \N \N 10739 t
+15232 18901 Jailhouse Girls 3 eng Poppy Does Porridge Things are hotting up in the prison when a hunky warder catches inmate Poppy doing naughties. He soon sorts her out with some TLC. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 01:55:00 2014-12-22 02:20:00 \N \N \N \N \N 10740 t
+15232 18902 Jim Slip Does Prague 3 eng \N In skin-tight PVC shorts and shiny boots, the lovely De Francesca is a dream on legs. Jim rips her tights and apologises in the classic manner. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 02:20:00 2014-12-22 02:45:00 \N \N \N \N \N 10741 t
+15232 18903 John Cherry eng Soccer Stud 3 Sex-mad football groupie Michelle Moist works as a masseuse, and she can't wait to get her hands on John Cherry's aching muscles. The cheeky Captain shows how much of a player he really is. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 02:45:00 2014-12-22 03:10:00 \N \N \N \N \N 10742 t
+27520 807 Babestation eng Interact with the Babestation Babes live. Call and be part of the show (1.50 per min). Plus don't forget to check out BSX from 11 30pm on channel 174 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 05:00:00 \N \N \N \N \N 10743 t
+28352 2266 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:30:00 \N \N \N \N \N 10744 t
+28352 2267 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:00:00 \N \N \N \N \N 10745 t
+28352 2268 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 01:00:00 2014-12-22 01:30:00 \N \N \N \N \N 10746 t
+28352 2269 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 01:30:00 2014-12-22 02:00:00 \N \N \N \N \N 10747 t
+28352 2270 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 02:00:00 2014-12-22 02:30:00 \N \N \N \N \N 10748 t
+28352 2271 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:00:00 \N \N \N \N \N 10749 t
+27456 45336 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:30:00 \N \N \N \N \N 10750 t
+27456 45337 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:00:00 \N \N \N \N \N 10751 t
+27456 45338 News Weekly eng \N The week's most important news review. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 01:00:00 2014-12-22 01:45:00 \N \N \N \N \N 10752 t
+27456 45339 Venture Capital eng \N Weekly business programme hosted by Katie Pilbeam covering the most important and interesting events in the world of business. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 01:45:00 2014-12-22 02:00:00 \N \N \N \N \N 10753 t
+27456 45340 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 02:00:00 2014-12-22 02:30:00 \N \N \N \N \N 10754 t
+27456 45341 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:00:00 \N \N \N \N \N 10755 t
+27744 42081 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. The Borg return to battle the Federation and tempt Data by helping him feel his first emotion. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 01:00:00 \N \N \N \N \N 10756 t
+27744 42082 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. Data joins his evil brother Lore to lead The Borg and holds Picard, Troi and Geordi prisoner. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:00:00 \N \N \N \N \N 10757 t
+27744 42421 The High Chaparral eng \N The Cannon family fight to establish a ranch in the Arizona territory of the 1870s. Big John Cannon is unceasing in his determination to carve a life in the untamed west. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 02:00:00 2014-12-22 03:00:00 \N \N \N \N \N 10758 t
+26240 11726 heat Classics through the night eng \N The best songs from heat radio all night long \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 01:00:00 2014-12-22 06:00:00 \N \N \N \N \N 10759 t
+27904 2156 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:20:00 \N \N \N \N \N 10760 t
+27904 2159 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 00:20:00 2014-12-22 00:30:00 \N \N \N \N \N 10761 t
+27904 2157 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:20:00 \N \N \N \N \N 10762 t
+27904 2160 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 01:20:00 2014-12-22 01:30:00 \N \N \N \N \N 10763 t
+27904 2158 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 01:30:00 2014-12-22 02:20:00 \N \N \N \N \N 10764 t
+27904 2161 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 02:20:00 2014-12-22 02:30:00 \N \N \N \N \N 10765 t
+27904 2162 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 02:30:00 2014-12-22 04:45:00 \N \N \N \N \N 10766 t
+28512 695 Fun With Your Phone eng \N Let those fingers do the texting and get chatting. 1000's of exciting people just like you wanting to have fun. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 02:00:00 2014-12-22 05:00:00 \N \N \N \N \N 10767 t
+32896 9242 The Adventures Of Brer Rabbit eng \N Animated adventure based on the tales of Uncle Remus about a mischievous rabbit and his silly enemies Brer Wolf and Brer Bear. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:30:00 \N \N \N \N \N 10768 t
+32896 8622 Robin Hood eng Mischief In Sherwood Trevor, an old friend of Tuck's, dreams of being able to fly like the birds. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 19:30:00 2014-12-22 19:45:00 \N \N \N \N \N 10769 t
+32896 8623 Robin Hood eng Mischief In Sherwood Robin makes the Sheriff look a fool one time too many and Prince John gets angry, accusing the Sheriff of being young and useless! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 19:45:00 2014-12-22 20:00:00 \N \N \N \N \N 10770 t
+32896 8624 Sally Bollywood eng \N Camp Of Doom - Sally and Doowee are going with a few other students on an overnight school camping trip. They have only just pitched their tents when they experience an Extra Terrestrial phenomenon. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:15:00 \N \N \N \N \N 10771 t
+32896 8625 Oh No! It's An Alien Invasion eng \N Sweet mount an all-out assault against the Flying Swell Mart! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 20:15:00 2014-12-22 20:30:00 \N \N \N \N \N 10772 t
+32896 8626 Yu-Gi-Oh! ZEXAL eng \N Yuma starts the World Duel Tournament against a football loving duellist. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N \N \N 10773 t
+41104 19997 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 01:00:00 2014-12-22 05:00:00 \N \N \N \N \N 10774 t
+24032 31731 Elf - Man eng \N Christmas comedy starring Jason Acuna and Jeffrey Combs, 2012. A gang of thieves are trying to steal a brand new invention. Can an elf left behind by Santa can save the day? \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 19:10:00 2014-12-22 21:00:00 \N \N \N \N \N 10775 t
+23152 17394 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:30:00 \N \N \N \N \N 10776 t
+23152 17395 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N \N \N 10777 t
+23152 17396 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:30:00 \N \N \N \N \N 10778 t
+24352 31252 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 10779 t
+23152 17397 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 10:30:00 2014-12-20 11:00:00 \N \N \N \N \N 10780 t
+23152 17398 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N \N \N 10781 t
+23152 17399 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N \N \N 10782 t
+24448 63994 Milano Ardore Collection eng \N Join Gems TV for an exquisite showcase of the Milano Ardore collection. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N \N \N 10783 t
+24448 63831 Spotlight Auction eng \N Tune in every day at 10am and 10pm for a one off unmissable deal on a brand new piece of genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N \N \N 10784 t
+24448 63995 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N \N \N 10785 t
+23184 17551 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 10786 t
+23184 17552 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:30:00 \N \N \N \N \N 10787 t
+23184 17553 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-24 13:30:00 2014-12-24 14:00:00 \N \N \N \N \N 10788 t
+23184 17554 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N \N \N 10789 t
+23184 17903 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N \N \N 10790 t
+16080 14683 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:30:00 \N \N \N \N \N 10791 t
+16080 14684 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 03:30:00 2014-12-19 04:00:00 \N \N \N \N \N 10792 t
+16080 14685 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:30:00 \N \N \N \N \N 10793 t
+16080 14686 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 04:30:00 2014-12-19 05:00:00 \N \N \N \N \N 10794 t
+16080 14687 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 \N \N \N \N \N 10795 t
+16080 14688 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N \N \N 10796 t
+14832 1330 Rabbits & Bunnies & Meadows, Oh My eng \N Now in its 6th year, Gay Rabbit Chat & Date is an interactive TV chat service designed to put YOU in touch with new LGBT friends all over the UK. Chat, flirt, date and then some! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 16:00:00 2014-12-20 20:00:00 \N \N \N \N \N 10797 t
+22226 6389 The Chase eng \N Bradley Walsh hosts the game show that asks contestants to complete a series of general knowledge questions faster than The Chaser, a brainbox of the highest order. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N S,AD \N 10798 t
+22226 6390 The Chase eng \N Bradley Walsh hosts the game show that asks contestants to complete a series of general knowledge questions faster than The Chaser, a brainbox of the highest order. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 \N \N \N S,AD \N 10799 t
+22226 6397 The Chase eng \N Bradley Walsh hosts the game show that asks contestants to complete a series of general knowledge questions faster than The Chaser, a brainbox of the highest order. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 15:00:00 \N \N \N S,AD \N 10800 t
+40960 51147 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:30:00 \N \N \N \N \N 10801 t
+40960 51148 HARDtalk eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 \N \N \N \N \N 10802 t
+40960 51149 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:30:00 \N \N \N \N \N 10803 t
+40960 51150 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:00:00 \N \N \N \N \N 10804 t
+40960 51151 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:30:00 \N \N \N \N \N 10805 t
+40960 51152 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 02:30:00 2014-12-19 02:45:00 \N \N \N \N \N 10806 t
+40960 51153 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-19 02:45:00 2014-12-19 03:00:00 \N \N \N \N \N 10807 t
+22688 1045 Mid Mornings with Gary Vincent eng \N Gary Vincent brings you the best music, news, weather and requests from 1pm. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 10:00:00 2014-12-24 14:00:00 \N \N \N \N \N 10808 t
+14816 979 1-2-1 Dating - Try ADULT eng \N 1-2-1 Dating's popular ADULT section is for those seeking something a little unusual, specific or extracurricular. Search the pages to find your adult 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 16:00:00 2014-12-20 20:00:00 \N \N \N \N \N 10809 t
+14800 1330 Winter in Rabbit Meadow eng \N Rabbit Chat & Date has been connecting people for 6 years now! Why not jump in and see why? Make new friends, chat, flirt and find that RIGHT somebody. Or that RIGHT NOW somebody. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 16:00:00 2014-12-20 20:00:00 \N \N \N \N \N 10810 t
+12992 31120 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:30:00 \N \N \N \N \N 10814 t
+12992 31121 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N \N \N 10815 t
+12992 31122 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:30:00 \N \N \N \N \N 10816 t
+12992 31123 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 10:30:00 2014-12-20 11:00:00 \N \N \N \N \N 10817 t
+12992 31124 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N \N \N 10818 t
+12992 31125 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N \N \N 10819 t
+23712 3064 How to Look Good Naked eng \N The style series that launched the incomparable Gok Wan onto the scene. Gok teaches mum-of-two Leanne to love her legs again. Home microdermabrasion kits are put to the test. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N S \N 10820 t
+41056 17968 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 10:30:00 2014-12-20 10:55:00 \N \N \N \N \N 11458 t
+23712 3065 The Hotel Inspector eng St Alfeges, Greenwich Another challenge for no nonsense hotelier Ruth Watson. Robert Gray runs a 'shabby chic' bed and breakfast in Greenwich to supplement his income as an actor. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N S \N 10821 t
+23712 3066 The Hotel Inspector eng Haven Hotel, Great Yarmouth Ruth Watson lends her expertise to failing hotels. Rob and Ellie bought a nine bedroom hotel in Great Yarmouth, and are worried that it's a money pit. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N S \N 10822 t
+24016 12910 Rose Of Cimarron eng \N A beautiful girl is raised by Cherokee Indians, but there is a missing link in her life. Who killed her real parents? Stars Mala Powers and Jack Buetel. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 10:10:00 2014-12-24 11:50:00 \N \N 1952 \N \N 10823 t
+24016 12911 Wagon Master eng \N John Ford's masterful account of two cowboys who join a wagon train of early settlers looking to travel west. A murderous gang on the run add to the perils of the journey. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 11:50:00 2014-12-24 13:30:00 \N \N 1950 \N \N 10824 t
+14688 11633 The Christmas Eve Mixtape eng \N We're going back-to-back with the biggest party anthems to welcome in Christmas Day. If you're having a Christmas Party, don't worry about choosing the music, we've got you sorted! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 22:00:00 2014-12-25 02:00:00 \N \N \N \N \N 10825 t
+23296 5867 Fast and Fun eng \N The fastest gay dating around. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 12:00:00 \N \N \N \N \N 10826 t
+27648 4371 Fishing Road Trip USA eng New York State Paul travels to the beautiful Catskill mountains to fly-fish the Beaverkill River, then later travels across state to fish for salmon and steelheads. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:30:00 \N \N \N \N \N 10827 t
+27648 4372 Fishing Road Trip USA eng Connecticut & Rhode Island Paul is back on the sea coast at Branford, Connecticut, before heading to Rhode Island, where he catches a variety of inshore saltwater fish. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N \N \N 10828 t
+27648 4373 Le Salvager eng Kitchen Part 2 Renegade recycler Rico Daniels puts the finishing touches to his fitted kitchen, including a splash back made from Roman roof tiles. Will it be built in a day? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:30:00 \N \N \N \N \N 10829 t
+27648 4374 Le Salvager eng Chaise Longue Recycler extraordinaire Rico Daniels takes a Renault 4 and welds it into a funky metal chaise longue. Will the ambitious project stall or purr like a kitten? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 10:30:00 2014-12-20 11:00:00 \N \N \N \N \N 10830 t
+27648 4375 Flying Wild Alaska eng Deep Freeze Era Alaska has a special canine delivery for four-time Iditarod champion Lance Mackey. Plus, how will Jim and Ferno cope on the airline's busiest day of the year? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N \N \N 10831 t
+22208 1277 60 Minute Makeover eng \N Design series in which a makeover team has just one hour to improve a home. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N S \N 10833 t
+22208 1279 60 Minute Makeover eng \N Design series in which a makeover team has just one hour to improve a home. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N S \N 10834 t
+22208 1280 Road Wars eng \N The Thames Valley Police provide a fascinating insight into car crime and its prevention. Plus, shocking video footage captures dangerous drivers in action. Strong language. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N S \N 10835 t
+22784 790 Neev on Kisstory eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 09:00:00 2014-12-24 13:00:00 \N \N \N \N \N 10836 t
+23120 20509 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N \N \N 10837 t
+23120 20504 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N \N \N 10838 t
+23120 20494 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N \N \N 10839 t
+22624 40502 Morning Mix eng \N RNIB's Insight Radio - Simon Pauley plays great music and presents information relevant to blind and partially sighted people \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-24 10:00:00 2014-12-24 13:00:00 \N \N \N \N \N 10840 t
+23040 38035 Siba's Festive Table eng \N Siba Mtongana epitomises the rich fusion culture of South African food today, and here she gives it a special festive twist. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:30:00 \N \N \N \N \N 10841 t
+23040 38036 Spicy Christmas With Thomasina Miers eng \N Get ready for a hot and spicy Christmas with Thomasina Miers. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N \N \N 10842 t
+23040 38037 Nigella Bites Christmas Special eng \N Domestic goddess Nigella Lawson gives top tips on how to reduce stress levels and increase pleasure over the Christmas period. Who can resist? A feast of festive treats follows. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N \N \N 10843 t
+23040 38038 12 Chefs Of Christmas eng \N 12 Chefs of Christmas celebrates the festive season with twelve menus from some of television's top chefs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N \N \N 10844 t
+23040 38039 12 Chefs Of Christmas eng \N 12 Chefs of Christmas celebrates the festive season with twelve menus from some of television's top chefs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N \N \N 10845 t
+23280 5872 Speed Dating eng \N It's fun, it's fast, don't miss out. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 12:00:00 \N \N \N \N \N 10846 t
+23296 5819 Fast and Fun eng \N The fastest gay dating around. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 12:00:00 \N \N \N \N \N 10847 t
+23120 20413 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N \N \N 10848 t
+23120 20408 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N \N \N 10849 t
+23120 20398 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N \N \N 10850 t
+27456 45258 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:30:00 \N \N \N \N \N 10851 t
+27456 45259 Sputnik with George Galloway eng \N Every week George Galloway MP and Gayatri bring you news from elsewhere, from a different perspective, from a different view. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N \N \N 10852 t
+27456 45260 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:30:00 \N \N \N \N \N 10853 t
+27456 45261 Going Underground eng \N Going Underground brings our UK viewers the news they won't get on other networks. We examine both underground and mainstream issues from a fresh and alternative perspective. With Afshin Rattansi. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 10:30:00 2014-12-20 11:00:00 \N \N \N \N \N 10854 t
+27456 45262 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N \N \N 10855 t
+27456 53384 Keiser Report eng \N Keiser Report is a no holds barred look at the shocking scandals behind the global financial headlines. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N \N \N 10856 t
+4175 58381 Celebrity Mastermind eng \N Featuring questions on Andy Murray, Joe Cocker, Still Game and British musicals. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 3 10 \N S \N 10857 t
+27744 42044 Star Trek - The Original Series eng \N The original Star Trek series, digitally remastered to look like never before. A time-travelling secret agent from the future threatens to change the past. Should Kirk help or hinder him?/26 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 26 \N \N \N 2 10858 t
+27744 42045 Star Trek - The Original Series eng \N The original Star Trek series, digitally remastered to look and sound better than ever. A woman arrives, stuns everyone, steals Spock's brain and disappears. Just your average day then./24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 1 \N \N \N 3 10859 t
+27744 42046 Star Trek - The Original Series eng \N The original series, digitally remastered as you've never seen it before. Kirk seems to be deranged and ends up getting himself and Spock captured by those pesky Romulans./24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 2 \N \N \N 3 10860 t
+22080 1772 Tsunami eng 10 Years After The Wave A decade after the Boxing Day Tsunami claimed 250,000 lives in South East Asia, this documentary explores the legacy of the wave and the grief and guilt that still haunts its survivors. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 10861 t
+22080 1773 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 22:00:00 2014-12-21 22:30:00 \N \N \N \N \N 10862 t
+22080 1929 Press Preview eng \N A full review of the best stories in tomorrow's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 22:30:00 2014-12-21 23:00:00 \N \N \N S \N 10863 t
+22080 2075 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:30:00 \N \N \N \N \N 10864 t
+22080 2131 Press Preview eng \N A full review of the best stories in tomorrow's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:30:00 2014-12-22 00:00:00 \N \N \N S \N 10865 t
+28160 15763 Premier Worship eng \N Join Rick Easter for great worship music, the three hymn sweep and Voice for the Voiceless with Christian Solidarity Worldwide. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N \N \N 10866 t
+16208 37005 The Bill eng \N Emotions run high at Sun Hill as Debbie is shattered after the rape. And is it the end for Tom Chandler? \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-24 08:00:00 2014-12-24 09:00:00 \N \N \N S \N 10867 t
+27168 59569 Location, Location, Location eng \N Phil Spencer goes house-hunting in the desirable suburbs of south Manchester with Craig and Becki, while Kirstie Allsopp ploughs the rolling Cheshire countryside with Chris and Amy. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N S \N 10868 t
+27168 59570 Posh Pawn at Christmas eng \N In this Christmas Special, James shocks the team by offering free valuations for charity. Caprice sells a designer dress for a worthy cause. And the staff prepare for their Christmas party. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N S \N 10869 t
+27168 59571 George Clarke's Amazing Spaces... eng Christmas Special There's a flat-pack tin church, a luxury converted chapel, ice carving in a Liverpool wonderland, and a catch-up with some of George's best builds of the year. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N AD,S \N 10870 t
+41056 18083 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N \N \N 10871 t
+41056 18084 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N \N \N 10872 t
+41056 18085 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:05:00 \N \N \N \N \N 10873 t
+41056 18086 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 19:05:00 2014-12-22 20:00:00 \N \N \N \N \N 10874 t
+41056 18087 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 10875 t
+32836 30920 Talk A Good Game eng \N Derm Tanner hosts coverage of sports action and reactions, and the hot topics at Leeds United FC, while bringing the latest news from Leeds Rhinos & Yorkshire Cricket Club. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N \N \N 10876 t
+32836 30921 Rugby AM eng \N Alex Simmons hosts a Rugby League chat show, offering expert analysis and witty banter on the comings and goings in the world of Rugby League in Yorkshire and the North. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N \N \N 10877 t
+32836 30922 All Star Unplugged eng \N A platform for up-and-coming musicians and bands across all genres of music. Recorded in the Live Room, at Made in Leeds Studios. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N \N \N 10878 t
+32836 30923 All Star Unplugged eng \N A platform for up-and-coming musicians and bands across all genres of music. Recorded in the Live Room, at Made in Leeds Studios. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N \N \N 10879 t
+16208 39506 Rumpole of the Bailey eng Rumpole and the Age of Retirement Another case from the Old Bailey. Feeling old and unwanted, Rumpole takes the case of an elderly man being framed for a major art theft. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-20 09:20:00 2014-12-20 10:20:00 \N \N \N \N \N 10880 t
+16208 39507 Rumpole of the Bailey eng Rumpole and the Genuine Article Classic courtroom drama series starring Leo McKern as the cigar-smoking barrister. A painter on a forgery charge asks Rumpole to handle his defence. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-20 10:20:00 2014-12-20 11:20:00 \N \N \N \N \N 10881 t
+16208 39508 Rumpole of the Bailey eng Rumpole and the Golden Thread Classic courtroom drama series. Rumpole travels to an obscure African state to defend a government minister and former pupil who is accused of murder. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-20 11:20:00 2014-12-20 12:20:00 \N \N \N \N \N 10882 t
+27328 17289 French Ligue 1 Review eng \N A look back at all the recent action from French Ligue 1. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 15:30:00 2014-12-22 16:30:00 \N \N \N \N \N 10883 t
+27328 17290 Bundesliga Review eng \N The best of the latest action from the top flight of Germany as Bayern Munich look to make it a hat-trick of consecutive titles. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:30:00 \N \N \N \N \N 10884 t
+27328 17291 SPFL Highlights eng \N The best of the recent action from the Scottish Professional Football League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 17:30:00 2014-12-22 18:00:00 \N \N \N \N \N 10885 t
+23040 38138 Diners, Drive-Ins And Dives eng \N Guy finds some standout veggie and meat dishes. In Phoenix is the tattooed chef putting her spin on chillies and a regional pork dish. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:30:00 \N \N \N \N \N 10886 t
+23040 38139 Diners, Drive-Ins And Dives eng \N Guy Fieri visits America's most interesting and unique restaurants. Guy has buttermilk biscuits in Portland, Oregon, a soft-shell crab BLT in San Anselmo, and bagels with matzo ball soup in Florida. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 00:30:00 2014-12-23 01:00:00 \N \N \N \N \N 10887 t
+8384 58755 Gogglebox 2014 eng A chance to see some of the best moments of the past year of Gogglebox 2014 in review from the country's best loved households. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 21:30:00 2014-12-24 23:05:00 \N \N \N S \N 11215 t
+23040 38140 Ching's Restaurant Redemption eng \N Ching heads to Farmington Hills, Michigan, to save failing family restaurant New Mandarin Garden. There Ching takes on bickering brothers Gary and Jerry Che. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N \N \N 10888 t
+23040 38141 Diners, Drive-Ins And Dives eng \N On this trip, Guy's got his sights set on food with international influences. In Richardson, Texas, he checks in at a Lebanese joint going big when it comes to stacking the schwarma. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:30:00 \N \N \N \N \N 10889 t
+23040 38142 Reza Spice Prince of Vietnam eng \N This series follows Chef Reza Mahammad, one of the UK's top Indian restaurateurs, on an unforgettable journey around Vietnam to discover the history of royal food and feasting. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 02:30:00 2014-12-23 03:00:00 \N \N \N \N \N 10890 t
+8385 58150 The Girl Who Kicked the Hornet's Nest eng The violent trilogy concludes Michael Nyqvist is set to expose the shocking secrets Noomi Rapace found, but danger remains. In Swedish/subs. Sex/sexual violence. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 00:50:00 2014-12-20 03:40:00 \N \N 2009 S \N 10891 t
+16048 31862 Cracker eng To Say I Love You (Part 3) Fitz has Tina in custody, but is racing against time to get her to reveal Sean's whereabouts before he kills again. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-22 01:30:00 2014-12-22 02:35:00 \N \N \N S \N 10892 t
+12928 42039 Jewellery Maker - Teleshopping eng \N Ever wanted to handcraft your own jewellery? Our friendly presenters and Guest Designers will show you how to master a variety of techniques through easy to follow, step by step tutorials. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 09:00:00 2014-12-21 13:00:00 \N \N \N \N \N 10893 t
+16080 14847 Gibraltar eng Britain In The Sun Documentary series. In this episode the Rock's resident monkey expert Dr Eric Shaw is hoping to repel a monkey invasion! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 00:15:00 2014-12-23 01:15:00 \N \N \N S \N 10894 t
+16080 14848 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 01:15:00 2014-12-23 01:45:00 \N \N \N \N \N 10895 t
+16080 14849 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 01:45:00 2014-12-23 02:15:00 \N \N \N \N \N 10896 t
+16080 14850 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 02:15:00 2014-12-23 02:45:00 \N \N \N \N \N 10897 t
+16080 14851 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 02:45:00 2014-12-23 03:00:00 \N \N \N \N \N 10898 t
+8385 58305 St. Trinian's eng \N Anarchic comedy. Talulah Riley stars as the new girl at a boarding school where the rowdy pupils rule the roost. Also starring Gemma Arterton, Rupert Everett and Russell Brand. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 19:05:00 2014-12-24 21:00:00 \N \N 2007 S \N 10899 t
+25792 52483 Parade's End eng \N Benedict Cumberbatch stars in the Edwardian period drama based on the novels by Ford Madox Ford. Vicious rumours about Christopher abound, leading to tragedy at Groby. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:20:00 \N \N \N AD,S \N 10900 t
+25792 52484 Sounds of the Sixties eng In Living Colour Rare clips from the pioneering 60s music show Colour Me Pop. Acts featured in glorious technicolour include the Jimi Hendrix Experience, Small Faces and the Kinks. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:20:00 2014-12-23 22:55:00 \N \N \N \N \N 10901 t
+25792 52485 Sounds of the Sixties eng 1968-69 The Progressive Tendency: Vintage music. The focus here is on the late 1960s, a time of supergroups and guitar heroes including Cream, Pink Floyd, Donovan and Fleetwood Mac. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:55:00 2014-12-23 23:25:00 \N \N \N \N \N 10902 t
+25792 52486 Sounds of the 70s eng Satin and Tat Toe-tapping series featuring classic Seventies music from the vaults. Kings of rock on stage include The Who, The Rolling Stones, David Bowie, Queen and Elton John. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 23:25:00 2014-12-23 23:55:00 \N \N \N \N \N 10903 t
+25792 52487 Sounds of the 70s eng Can You Feel the Force? Vintage pop music. The early 1970s was a golden age for soul, before disco exploded onto the scene. Aretha Franklin, Michael Jackson and Bill Withers perform. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 23:55:00 2014-12-24 00:30:00 \N \N \N \N \N 10904 t
+41024 59569 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 10905 t
+41024 59570 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 10906 t
+41024 59571 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 10907 t
+41056 18093 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 23:30:00 2014-12-23 00:00:00 \N \N \N \N \N 11439 t
+40960 53284 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 23:30:00 2014-12-23 23:45:00 \N \N \N \N \N 12340 t
+22226 3989 TNA Wrestling eng Xplosion 2014 Catch up with all the news, action, results and upcoming matches in TNA, plus exclusive interviews with your favourite wrestling stars. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N \N \N 10908 t
+22226 3995 New eng Videogame Nation The biggest titles and good humour come together in this entertaining look at the world of video games. Guests from the gaming sector and the comedy circuit put their two cents in. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:30:00 \N \N \N \N \N 10909 t
+22226 3998 Fun House eng \N Two teams go against each other to gather points in action-packed gungy games and a general knowledge quiz, with the winners getting a chance to race round the Fun House and pick up prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 10:30:00 2014-12-20 11:00:00 \N \N \N S \N 10910 t
+22226 4025 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N S \N 10911 t
+14498 26549 How It's Made eng \N More everyday items are put under the microscope as we discover how mini GP motorcycles, fig biscuits, tool boxes and pipe bends are made. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:30:00 \N \N \N \N \N 10912 t
+14498 26550 How It's Made eng \N More everyday items are put under the microscope as we discover how revolver replicas, arc trainers, used-oil furnaces, vegetable peelers and pizza cutters are made. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 00:30:00 2014-12-24 01:00:00 \N \N \N \N \N 10913 t
+14498 26551 FBI Case Files eng Monsters Among Us A brutal triple murder stuns an idyllic part of Idaho. The FBI is soon on the case of a fugitive sex offender. But will they find the two missing children alive? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 02:00:00 \N \N \N \N \N 10914 t
+14498 26552 Tommy's Ultimate Workshop eng \N Tommy's making the building rock solid and cladding the ceiling to finesse the aesthetics. And the moment he's been waiting for - time to install the latest tools and toys. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:30:00 \N \N \N \N \N 10915 t
+14498 26553 Challenge Tommy Walsh eng Baldock Part 1 Mr 'Fix It' Tommy Walsh, picks up his tools and comes to the rescue of a couple converting an old Victorian school house into a family home. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 02:30:00 2014-12-24 03:00:00 \N \N \N \N \N 10916 t
+17609 19443 Jackpot247 eng \N \N \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 00:10:00 2014-12-19 03:00:00 \N \N \N \N \N 10917 t
+28352 2195 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N \N \N 10918 t
+28352 2196 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:30:00 \N \N \N \N \N 10919 t
+28352 2197 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 10:30:00 2014-12-20 11:00:00 \N \N \N \N \N 10920 t
+28352 2198 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N \N \N 10921 t
+28352 2199 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N \N \N 10922 t
+33088 17384 Gifts for the Gourmet eng \N An inspirational show that gives you an array of unique, practical and solution-based kitchen and food ideas for everyone to enjoy, whether as gifts or to make cooking Christmas dinner a breeze. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N \N \N 10923 t
+27712 22038 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 11249 t
+33088 17385 Hi-Tech Toys & Electronic Gifts eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! Find your perfect electrical gifts here! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N \N \N 10924 t
+33088 17386 The Saturday Morning Gift Show eng \N Start ticking off from your Christmas gifts list with this fun-packed morning show. You'll find everything from toys for all ages, glam beauty gifts and hi-tech gadgets - all at great prices. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N \N \N 10925 t
+14720 25925 The Wind Down With Jenny Francis eng \N Wind down after another busy day with Jenny Francis playing the best selection of cool and relaxing music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 01:00:00 \N \N \N \N \N 10926 t
+14720 25926 Simon Beale eng \N Join Simon Beale in the Heart studio for more music variety. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 01:00:00 2014-12-22 04:00:00 \N \N \N \N \N 10927 t
+15856 3497 Jerseylicious eng \N Reality series about a beauty salon in New Jersey. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N \N \N 10928 t
+15856 3498 The Real Housewives of Atlanta eng Welcome One, Welcome ATL US reality series following the lives of five glamorous Atlanta women as they juggle motherhood, careers and social engagements. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N S \N 10929 t
+15856 3499 The Real Housewives of Atlanta eng It's My Party! NeNe is still furious after Sheree's birthday party and feuding pair could clash again - this time at Kim's daughter's birthday bash. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 02:00:00 2014-12-23 03:00:00 \N \N \N S \N 10930 t
+14720 1709 Toby Anstis eng \N For more music variety in your mornings, Toby Anstis is your man! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 13:00:00 \N \N \N \N \N 10931 t
+8500 5816 The Gadget Show eng \N Action-packed consumer show. In this episode, Amy and Jason settle back and enjoy the best movie-streaming services, while Jon checks out the latest mini tablets. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 03:10:00 2014-12-23 04:00:00 \N \N \N S \N 10932 t
+8500 5862 House Doctor eng \N Home improvement series with interior designer Ann Maurice and Alistair Appleton. The owners of a three-bedroom house in Newcastle-under-Lyme seek help. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:20:00 \N \N \N S,SL \N 10933 t
+8500 5863 House Doctor eng \N Interior designer Ann Maurice revisits some of her most striking transformations of kitchens and dining rooms. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 04:20:00 2014-12-23 04:45:00 \N \N \N S,SL \N 10934 t
+8500 5864 House Doctor eng \N A compilation of highlights from the home improvement series with Californian interior designer Ann Maurice. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 04:45:00 2014-12-23 05:10:00 \N \N \N S,SL \N 10935 t
+8500 5865 House Doctor eng \N A compilation of highlights from the home-staging series presented by Californian interior designer Ann Maurice. Focusing on a dilapidated Bournemouth house. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 05:10:00 2014-12-23 05:35:00 \N \N \N S,SL \N 10936 t
+8500 5866 Wildlife SOS eng \N Documentary series about the work of dedicated animal lovers who save injured and orphaned wild animals brought into their sanctuary. \N 0 25 f 3 eng eng 8 0 0 \N 2014-12-23 05:35:00 2014-12-23 06:00:00 \N \N \N S,SL \N 10937 t
+13024 50958 Little Princess eng I Want to be a Detective Regal larks. Someone has eaten all of Princess's biscuits! Like a true detective, Princess sets up a number of traps to catch the hungry biscuit thief. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:10:00 \N \N \N S \N 10938 t
+13024 50959 The Adventures of Bottle Top Bill and His Best Friend Corky eng The Snow Monster Bill and Corky make a balloon and head for Snowy Mountain. When they get there they find two snow monsters! Narrated by Miranda Richardson. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 09:10:00 2014-12-20 09:25:00 \N \N \N S \N 10939 t
+13024 50960 Wanda and The Alien eng Sheep Animated series. Wanda's family send some presents for Alien's family, but a sheep enters the spaceship along with them, giving Alien's family a very lively gift. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 09:25:00 2014-12-20 09:37:00 \N \N \N S \N 10940 t
+13024 50961 Milkshake Show Christmas Song eng \N . \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 09:37:00 2014-12-20 09:40:00 \N \N \N \N \N 10941 t
+13024 50962 New: Zack and Quack eng Zack's Christmas Letter Animation. It is Christmas Eve and Zack's postbox is frozen inside an iceberg. Zack decides to track down Santa in person to deliver his Christmas letter. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 09:40:00 2014-12-20 09:55:00 \N \N \N S \N 10942 t
+13024 50963 Ben and Holly's Little Kingdom eng Lucy's Sleepover Animation. After Holly makes her small enough to play in the Little Kingdom, Lucy flies on Gaston the Ladybird and is invited to a sleepover at the Little Castle. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 09:55:00 2014-12-20 10:15:00 \N \N \N S \N 10943 t
+13024 50964 Jelly Jamm eng White Dodo New 3D, CGI-animated adventures on the musical planet of Jammbo. Everyone, especially Ongo, makes friends with an incredible animal, a White Dodo. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 10:15:00 2014-12-20 10:45:00 \N \N \N S \N 10944 t
+13024 50965 The Gadget Show eng \N Action-packed consumer show. Jon tests the latest mobile tablets and Jason competes in a triathlon in order to test out the technology which is set to transform the way we get fit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 10:45:00 2014-12-20 11:45:00 \N \N \N S \N 10945 t
+13024 50966 The Gadget Show eng \N Action-packed consumer show. In this episode, Amy and Jason settle back and enjoy the best movie-streaming services, while Jon checks out the latest mini tablets. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:45:00 2014-12-20 12:45:00 \N \N \N S \N 10946 t
+17609 19670 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 13:15:00 2014-12-21 13:20:00 \N \N \N \N \N 10947 t
+17609 19672 eng \N \N \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-21 13:20:00 2014-12-21 14:50:00 \N \N \N \N \N 10948 t
+17609 20358 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:50:00 2014-12-21 15:50:00 \N \N \N \N \N 10949 t
+23184 17392 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:30:00 \N \N \N \N \N 10950 t
+23184 17393 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N \N \N 10951 t
+23184 17394 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:30:00 \N \N \N \N \N 10952 t
+23184 17395 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-20 10:30:00 2014-12-20 11:00:00 \N \N \N \N \N 10953 t
+23184 17396 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N \N \N 10954 t
+23184 17397 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N \N \N 10955 t
+22720 1305 Jez eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 09:00:00 2014-12-20 11:00:00 \N \N \N \N \N 10956 t
+4169 58011 Mars Needs Moms eng \N Animated family adventure. A nine-year-old boy learns to have a greater appreciation for his mother when she is kidnapped by Martians. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:30:00 \N \N 2010 S \N 10958 t
+4169 56427 Bridge to Terabithia eng \N Fantasy drama with Zooey Deschanel. Two children become friends and create the imaginary world of Terabithia, a magical land where they rule as king and queen. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 10:30:00 2014-12-23 12:00:00 \N \N 2007 S \N 10959 t
+15952 2692 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:05:00 \N \N \N S \N 10960 t
+15952 5124 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:05:00 2014-12-22 18:10:00 \N \N \N S \N 10961 t
+18112 61681 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-19 05:30:00 2014-12-19 07:00:00 \N \N \N \N \N 10962 t
+40976 47726 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 10963 t
+40976 47727 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 10964 t
+40976 47728 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:15:00 \N \N \N \N \N 10965 t
+41120 14075 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 02:30:00 2014-12-21 03:00:00 \N \N \N \N \N 10968 t
+16032 41964 Horrid Henry eng Horrid Henry and the Single Sock Saga Animated adventures. It is sock sorting time again, but this time Henry finds he has got a secret helper - if it can be called help! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 09:10:00 2014-12-23 09:25:00 \N \N \N AD,S \N 10970 t
+16032 35319 Signed Stories: Share a Story eng A Dinosaur Who Ate My Homework Another chance to see some winning entries from past years of Share-a-Story competition. Molly McKeown shares her own take on the history of homework. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 09:25:00 2014-12-23 09:30:00 \N \N \N S,SL \N 10971 t
+16032 41965 Nerds & Monsters eng Pet Peeved Animated comedy series about three nerdy kids and a football linebacker who are marooned on a strange uncharted island. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 09:30:00 2014-12-23 09:40:00 \N \N \N S \N 10972 t
+16032 41966 Nerds & Monsters eng No Pranks to You Animated comedy series about three nerdy kids and a football linebacker who are marooned on a strange uncharted island. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 09:40:00 2014-12-23 09:55:00 \N \N \N S \N 10973 t
+16032 41967 Nerds & Monsters eng Dear Diary Animated comedy series about a group of nerdy kids exiled on an uncharted island. Irwin tries to snatch Becky's journal to see what she thinks of him. Zarg plans a feast. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 09:55:00 2014-12-23 10:10:00 \N \N \N S \N 10974 t
+16032 41968 Nerds & Monsters eng Monster and Commander Animated comedy series about a group of nerdy kids exiled on an uncharted island. Dudley thinks the others do not take him seriously because of his height. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 10:10:00 2014-12-23 10:30:00 \N \N \N S \N 10975 t
+16032 37974 Almost Naked Animals eng The Orange Fizzy Blues Comedy about a group of underwear-clad animals set in a beach front hotel, the Banana Cabana. Howie enters a contest sponsored by a soft drink. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 10:30:00 2014-12-23 10:45:00 \N \N \N S \N 10976 t
+16032 37081 Almost Naked Animals eng Sloth Unleashed Howie enters an eating contest that could end up with Piggy losing his favourite spoon to a yeti. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 10:45:00 2014-12-23 11:00:00 \N \N \N S \N 10977 t
+16032 37975 Almost Naked Animals eng Piggy's Secret Irreverent fast-paced comedy built around the antics of a group of underwear-clad animals. Howie tries to help Piggy get taller so he can join a tall pig group. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:15:00 \N \N \N S \N 10978 t
+16032 37989 Almost Naked Animals eng Doll Pox Comedy built around the antics of a group of underwear-clad animals set in a beach front hotel. Everyone gets chickenpox and Howie wants to join in and be quarantined. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 11:15:00 2014-12-23 11:30:00 \N \N \N S \N 10979 t
+16032 44641 Mr Bean eng Wanted The animated antics of the hapless bumbler Mr Bean. Bean is mistaken for an escaped convict and carted off to jail. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 11:30:00 2014-12-23 11:45:00 \N \N \N AD,S \N 10980 t
+16032 36503 Mr Bean eng Gadget Kid The animated antics of the hapless bumbler Mr Bean. Mr Bean is dogged by a young Japanese boy in the Science Museum - then he sees what he has in his knapsack. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 11:45:00 2014-12-23 11:55:00 \N \N \N AD,S \N 10981 t
+16032 35220 Tricky Quickies eng \N Stephen Mulhern presents a short spin-off programme from Tricky TV. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-23 11:55:00 2014-12-23 12:00:00 \N \N \N \N \N 10982 t
+14498 26426 Wheeler Dealers eng Suzuki SJ410 Part 1 Edd China is on hand to work his mechanical magic when Mike snaps up a bargain Suzuki on an online auction which needs some TLC to make it road worthy. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:30:00 \N \N \N \N \N 10983 t
+14498 26427 Wheeler Dealers eng Suzuki SJ410 Part 2 The Suzuki's facelift continues, as Edd gives the car a new paintjob, interior and roll cage, once complete it's over to Mike. Will he make a profit? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 15:30:00 2014-12-20 16:00:00 \N \N \N \N \N 10984 t
+14498 26428 Wheeler Dealers eng Beetle to Buggy Part 1 Edd despairs when Mike brings back a VW Beetle that's a wreck. Determined not to be beaten, Edd decides to turn it into a beach buggy. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N \N \N 10985 t
+14498 26429 Wheeler Dealers eng Beetle to Buggy Part 2 Edd's mission to transform the Beetle to Beach Buggy is a success, Mike puts it through its paces on the beach and it's snapped up making a profit. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 \N \N \N \N \N 10986 t
+14498 26430 Wheeler Dealers eng Triumph Spitfire Part 1 Mike Brewer and Edd China are keen to crack on with the renovation of an iconic Triumph Spitfire. There's a lot of work to be done. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N \N \N 10987 t
+14498 26431 Wheeler Dealers eng Triumph Spitfire Part 2 Edd has replaced the differential and rear shocks on the Triumph Spitfire, and had the bumpers and handles chromed. But can Mike sell it for a profit? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 \N \N \N \N \N 10988 t
+8381 14867 Horrid Henry eng Horrid Henry and the Perfect Panto Animated adventures. When Henry's school panto is cancelled, Margaret will not take no for an answer - which is a good thing and a bad thing! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 09:15:00 2014-12-21 09:30:00 \N \N \N AD,S \N 10989 t
+41056 17969 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 10:55:00 2014-12-20 11:00:00 \N \N \N \N \N 11459 t
+8381 14868 Big Time Rush eng Big Time Dreams (Part 2) Members of a boy band try to make it big in the music industry. The band must stop an evil genius who wants to hypnotise everyone in the crowd. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:00:00 \N \N \N S \N 10990 t
+8381 14869 The Aquabats! Super Show! eng Christmas with The Aquabats! Comedy adventure series. After getting lost, The Aquabats! arrive in a remote village ruled by the tyrannical Krampus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:25:00 \N \N \N S \N 10991 t
+8381 15316 ITV News eng \N The latest national and international news. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 10:25:00 2014-12-21 10:30:00 \N \N \N S \N 10992 t
+8381 14870 Storage Hoarders eng \N Aggie MacKenzie helps two more hoarders to downsize. In Surrey, Aggie helps Suzan get to grips with her inherited hoard, while Graham and son open the doors to their huge barn. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 10:30:00 2014-12-21 11:30:00 \N \N \N S \N 10993 t
+8381 14873 Death on the Nile eng \N Agatha Christie murder mystery starring Peter Ustinov and Bette Davis, 1978. Hercule Poirot investigates the death on a Nile cruise of an heiress who has stolen her best friend's fiance \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 11:30:00 2014-12-21 14:15:00 \N \N \N AD,S \N 10994 t
+24064 59108 Back at 7pm and 24-hours on HD 109 eng \N No Information Available \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 15:00:00 2014-12-20 19:00:00 \N \N \N \N \N 10995 t
+23280 5827 60 Second Date eng \N The fastest way to find a date in the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 16:00:00 2014-12-20 18:00:00 \N \N \N \N \N 10996 t
+14608 31980 The Christmas Card eng \N American soldier Cody Cullen sets out to find a home he can call his own but discovers more than he ever could've hoped. John Newton stars in this delightful and moving holiday love story. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 15:00:00 2014-12-20 17:00:00 \N \N 2006 \N \N 10997 t
+14608 31981 Three Wise Women eng \N What do you get someone, who seems to have everything, for Christmas? For one young woman, it's a second chance. Starring Amy Huberman \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 17:00:00 2014-12-20 19:00:00 \N \N 2010 \N \N 10998 t
+22624 40349 The Saturday Papers eng \N RNIB's Insight Radio - Allan Russell and Steven Scott review the Saturday morning newspapers with guests \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-20 10:00:00 2014-12-20 12:00:00 \N \N \N \N \N 10999 t
+16048 32783 Judge Judy eng \N New York City's outspoken family court judge Judy Sheindlin presides over a series of real-life cases and conflicts, trying to find solutions for all kinds of family issues. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 02:35:00 2014-12-22 02:55:00 \N \N \N S \N 11000 t
+16048 32968 Judge Judy eng \N New York City's outspoken family court judge Judy Sheindlin presides over a series of real-life cases and conflicts, trying to find solutions for all kinds of family issues. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 02:55:00 2014-12-22 03:15:00 \N \N \N S \N 11001 t
+8274 46093 ITV News Tyne Tees eng \N Helen Ford presents the news, sport and magazine show for the North East and North Yorkshire. Followed by North East weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:35:00 2014-12-21 18:45:00 \N \N \N S \N 11002 t
+8274 16551 ITV News & Weather eng \N James Mates with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:45:00 2014-12-21 19:00:00 \N \N \N S \N 11003 t
+8274 25991 You've Got to Love Christmas eng \N A comic trawl through the festive TV archives mixing classic footage with advice from an array of comedians, journalists and celebrities including Dame Edna Everage and Al Murray. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N S \N 11004 t
+8274 17166 Surprise Surprise eng \N Holly Willoughby hosts a special festive edition of the show. Lending a helping hand tonight are the cast from Hollywood blockbuster Night at the Museum, and popsters The Vamps. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N AD,S \N 11005 t
+41072 13905 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:45:00 \N \N \N \N \N 11006 t
+41072 13906 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-20 15:45:00 2014-12-20 16:30:00 \N \N \N \N \N 11007 t
+41072 13907 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:15:00 \N \N \N \N \N 11008 t
+41072 13908 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-20 17:15:00 2014-12-20 18:00:00 \N \N \N \N \N 11009 t
+26560 13718 All The Hits with Olivia Jones eng Oliva has all the hits for your afternoon, the latest & biggest showbiz gossip and YOU! Get involved NOW @thehitsradio \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 15:00:00 2014-12-23 19:00:00 \N \N \N \N \N 11013 t
+25792 52388 Flog It! eng Wolverhampton Knick-knack know-it-alls Catherine Southon and David Barby put a price on your valuables, this time in Wolverhampton. Paul Martin visits nearby Wightwick Manor. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N S \N 11014 t
+25792 52389 Prince Eddy eng The King We Never Had Historian Andrew Cook separates fact from fiction as he profiles George V's younger brother, who was vilified for his supposedly decadent ways and linked to a notorious sex scandal. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N S \N 11015 t
+25920 20730 Last Minute Gifts with Apple eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N \N \N 11049 t
+25792 52390 Wallis Simpson eng Loved and Lost The remarkable story of Wallis Simpson, an infamous, twice divorced American who changed the course of history by marrying Edward VIII in 1937 - leading to an abdication crisis. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N S \N 11016 t
+22208 1987 Battlestar Galactica eng Maelstrom Starbuck is on the edge of a nervous breakdown as she battles the emotional fallout from her captivity on New Caprica. \N 2 25 f 5 eng eng 3 0 0 \N 2014-12-21 03:00:00 2014-12-21 04:00:00 \N \N \N S \N 11017 t
+22208 2159 Nothing To Declare eng \N Fly-on-the-wall documentary following the men and women who defend Australia from drug runners, smugglers and terrorists. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:30:00 \N \N \N S \N 11018 t
+22208 3041 Nothing To Declare eng \N Fly-on-the-wall documentary following the men and women who defend Australia from drug runners, smugglers and terrorists. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 04:30:00 2014-12-21 05:00:00 \N \N \N S,AD \N 11019 t
+22208 3434 6ixth Sense With Colin Fry eng \N One of Britain's most successful spiritualist mediums, Colin Fry, attempts to make contact with the other side in front of an expectant studio audience. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 05:00:00 2014-12-21 05:30:00 \N \N \N S \N 11020 t
+22208 3485 6ixth Sense With Colin Fry eng \N One of Britain's most successful spiritualist mediums, Colin Fry, attempts to make contact with the other side in front of an expectant studio audience. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 05:30:00 2014-12-21 06:00:00 \N \N \N S \N 11021 t
+8448 58444 Brooklyn Nine-Nine eng Operation Broken Feather: Peralta is upset to hear that Santiago is considering leaving the precinct to work with his nemesis 'the Vulture' in the Special Crimes Unit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:30:00 \N \N \N S \N 11022 t
+8448 58445 Brooklyn Nine-Nine eng The Party Captain Holt invites the entire squad over to his house to celebrate his birthday, but Peralta and Santiago make a bad impression on Holt's husband Kevin. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 \N \N \N S \N 11023 t
+8448 58448 Rude Tube eng Brand new series - World Wide Weird Alex Zane presents the top 50 of online oddities including the world's stupidest tattoo and the weirdest public information film ever made. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 02:05:00 \N \N \N S \N 11024 t
+8448 58449 Bodyshockers eng My Tattoo Hell Katie Piper visits Magaluf, where many holiday-makers get tattoos they come to regret. Claire hates the tattoo her ex put on her thigh and Jeema the small dragon above her bikini line. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 02:05:00 2014-12-19 03:00:00 \N \N \N S \N 11025 t
+28288 8722 Beauty Tools & Accessories eng \N The beauty tools you use are as important as your products, so enjoy professional-standard implements and accessories, from lash curlers to make-up bags and tweezers to brushes. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N \N \N 11026 t
+28288 8723 In the Salon with Decleor eng \N A selection of products from world famous French skincare company Decleor that feature highly concentrated essential oils to offer a pure and natural treat for your face and body. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N \N \N 11027 t
+28288 8909 Hairdo by HAIRUWEAR eng \N Hairdo is a range of synthetic clip-in hair extensions, wigs and hair accessories that transform your look in a matter of minutes. Enjoy thicker locks, or change your look from straight to curly! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N \N \N 11028 t
+8281 29361 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the prize cash. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 15:50:00 2014-12-21 16:45:00 \N \N \N S \N 11029 t
+8281 25993 Casper eng \N Spooky family tale starring Christina Ricci and Bill Pullman, 1995. A lonely boy-ghost befriends the young daughter of a ghost hunter \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 16:45:00 2014-12-21 18:35:00 \N \N \N AD,S \N 11030 t
+14752 41108 Capital Breakfast eng \N Set your alarm! Dave Berry & Lisa Snowdon wake up London with the biggest tunes. Get involved @958CapBreakfast on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 06:00:00 2014-12-19 10:00:00 \N \N \N \N \N 11031 t
+24352 31251 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 07:00:00 2014-12-21 18:00:00 \N \N \N \N \N 11032 t
+8442 56181 It's a Wonderful Life eng \N Classic comedy-drama. James Stewart stars as George Bailey, a small-town banker contemplating suicide, who is shown what life would've been like had he never lived. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 16:15:00 2014-12-20 18:50:00 \N \N 1947 S \N 11033 t
+23712 3339 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 07:00:00 2014-12-22 08:00:00 \N \N \N \N \N 11034 t
+23712 3343 New Extreme Makeover: Home Edition eng The Gibbs Family - Part 1 A brave woman from Iowa who has lost her husband and now stands to lose her sight, is struggling to care for her six children. Ty and the team help. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-22 08:10:00 2014-12-22 09:05:00 \N \N \N S \N 11036 t
+24016 12857 The Ravagers eng \N World War Two in the Philippines, and a convent is being held by Japanese troops. Fortunately, an American commando force arrives on the island. Stars John Saxon. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 15:05:00 2014-12-20 16:45:00 \N \N 1965 \N \N 11037 t
+24016 12858 The Secret Of The Sahara eng \N Hidden treasure lies somewhere in the Sahara Desert. An ancient parchment indictates the treasure's whereabouts... but who will get there first? Stars Michael York. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 16:45:00 2014-12-20 19:20:00 \N \N 1988 \N \N 11038 t
+27360 18238 Rugby Tonight eng \N A round-up of the best action from the Aviva Premiership, with the latest news, some great moves and all the key moments. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:30:00 \N \N \N \N \N 11039 t
+27360 18239 FIFA World Cup Official Film 1958 eng 1958 Sweden - Hinein! FIFA's glossily filmed record of the 1958 World Cup finals. In Sweden, 17-year-old Pele played in Brazil's last four matches, scoring six goals. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 07:30:00 2014-12-23 09:15:00 \N \N \N \N \N 11040 t
+14532 6342 Plates from The States eng \N Delicious recipe ideas from the diverse culinary landscape of the United States. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 03:00:00 2014-12-24 04:00:00 \N \N \N \N \N 11041 t
+14532 6343 The Store reopens here at 00 eng 05 Check out The Store website at www.TheStoreTV.com. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 04:00:00 2014-12-25 00:05:00 \N \N \N \N \N 11042 t
+18112 63319 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-22 05:30:00 2014-12-22 07:00:00 \N \N \N \N \N 11043 t
+8381 14650 River Monsters eng Rift Valley Killer Jeremy Wade explores the Great Rift Valley, a dangerous place for fishermen. But there is a worthy prize - Africa's largest freshwater fish, the Nile perch. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-19 00:40:00 2014-12-19 01:10:00 \N \N \N AD,S \N 11044 t
+8381 14651 This is ITV1+1 eng \N This is ITV1+1 \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 01:10:00 2014-12-19 04:00:00 \N \N \N \N \N 11045 t
+27840 5233 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 08:00:00 2014-12-22 09:00:00 \N \N \N \N \N 11046 t
+25920 20510 Last Minute Gifts with Karcher eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N \N \N 11047 t
+25920 20063 Nutrimaster Pick of the Day eng \N A chance for you to get our special product of the day - the Ideal World Pick of the Day. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 11048 t
+22336 59011 Made in Chelsea eng \N Brand new series - Spencer takes the boys on a debauched night out and the girls' spa break is anything but calm and relaxing. Spencer's new girlfriend Lauren ruffles Stephanie's feathers. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 13:30:00 2014-12-21 14:30:00 \N \N \N S \N 11050 t
+22336 59012 How I Met Your Mother eng The Naked Truth Marshall lands his dream job but worries that his past indiscretions will cost him the role. Ted can't decide who to bring to the Architects' Ball. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:30:00 2014-12-21 15:00:00 \N \N \N AD,S \N 11051 t
+4168 56454 The Gruffalo eng \N Animation based on the classic children's book written by Julia Donaldson, telling the magical tale of a mouse who takes a walk through the woods in search of a nut. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 15:05:00 2014-12-23 15:30:00 \N \N 2009 AD,S \N 11052 t
+4168 56453 Cars 2 eng \N Animated sequel. Lightning McQueen heads to Japan to prove his racing prowess, but he and the team soon find themselves in the middle of an international adventure. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 15:30:00 2014-12-23 17:10:00 \N \N 2011 AD,S \N 11053 t
+4168 58324 Pointless Celebrities eng Christmas Special Alexander Armstrong presents a festive celebrity edition of the quiz with the Chuckle Brothers, Keith Harris and Orville, Linda Lusardi, Sam Kane, Roy Wood and Father Christmas. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:10:00 2014-12-23 18:00:00 \N \N \N S \N 11054 t
+41056 17970 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:05:00 \N \N \N \N \N 11460 t
+13024 51026 Abba eng The Image Documentary. A look at ABBA's costumes, their design concepts and their ground-breaking videos, offering an entertaining journey through the fashion madness of the Seventies. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 00:55:00 2014-12-23 01:55:00 \N \N \N S \N 11055 t
+13024 51280 Close eng \N Channel Off Air \N 0 25 f \N \N \N 0 0 0 \N 2014-12-23 01:55:00 2014-12-23 04:10:00 \N \N \N \N \N 11056 t
+28480 11889 Donnie Swaggart eng \N The Preaching Ministry of Donnie Swaggart, recorded at Family Worship Center Church in Baton Rouge, LA \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 09:00:00 2014-12-23 11:00:00 \N \N \N \N \N 11057 t
+28480 11890 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N \N \N 11058 t
+28480 11891 A Study In The Word eng \N Bible teaching programme hosted by Jimmy Swaggart. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N \N \N 11059 t
+41024 59389 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 11060 t
+41024 59390 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:05:00 \N \N \N \N \N 11061 t
+41024 59391 Gogglebox eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 23:05:00 2014-12-20 00:05:00 \N \N \N \N \N 11062 t
+8452 58752 Hollyoaks eng \N It's Ste and John Paul's wedding day, but it's a long road to the altar. Tony hosts Christmas lunch for his nearest and dearest, but will it be ruined by a revelation? \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:25:00 \N \N \N AD,S \N 11063 t
+8452 59221 Ice Age eng A Mammoth Christmas When Sid accidentally ruins one of Manny's Christmas traditions, he's told that he will be on Santa's naughty list. So he heads to the North Pole to plead his case directly to Santa Claus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 20:25:00 2014-12-24 20:55:00 \N \N \N S \N 11064 t
+8452 58753 The Snowman and the Snowdog eng \N Charming animated sequel to Raymond Briggs's classic The Snowman. When a young boy and his mother move house, he builds a Snowman and a Snowdog who magically come to life. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 20:55:00 2014-12-24 21:30:00 \N \N \N AD,S \N 11065 t
+14448 27214 Cops eng Reloaded Newly edited episodes showcase the show's most memorable criminals, car chases and moments. Don't miss out! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:30:00 \N \N \N \N \N 11066 t
+14448 27215 Cops eng Reloaded Newly edited episodes showcase the show's most memorable criminals, car chases and moments. Don't miss out! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 \N \N \N \N \N 11067 t
+14448 27216 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:30:00 \N \N \N \N \N 11068 t
+25920 20062 Nutrimaster Last Chance eng \N The last chance for you to get our special product of the day - the Ideal World Pick of the Day. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N \N \N 11069 t
+14448 27217 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-21 19:30:00 2014-12-21 20:00:00 \N \N \N \N \N 11070 t
+14448 27218 48 Hours eng Mystery Compelling investigative series. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 11071 t
+25920 20147 Early Morning Shopping eng \N A selection of our best shows for the early morning shopper. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 05:00:00 2014-12-24 06:00:00 \N \N \N \N \N 11072 t
+40960 53271 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N \N \N 11076 t
+40960 53272 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N \N \N 11077 t
+40960 58142 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 \N \N \N \N \N 11078 t
+40960 53273 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 11079 t
+41040 17248 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:00:00 \N \N \N \N \N 11080 t
+41040 17202 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:30:00 \N \N \N \N \N 11081 t
+41040 17203 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 07:30:00 2014-12-23 08:00:00 \N \N \N \N \N 11082 t
+41040 17204 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:30:00 \N \N \N \N \N 11083 t
+41040 17205 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:00:00 \N \N \N \N \N 11084 t
+32836 31025 Seaside Rescue eng \N Duncan Bannatyne gives the owners of a lacklustre wax museum in Cornwall some home truths. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 11085 t
+32836 31026 British Wrestling Weekly eng \N Stay up to date with British Wrestling. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 \N \N \N \N \N 11086 t
+32836 31027 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N \N \N 11087 t
+32836 31028 Behind Bars eng \N After weeks of incarceration in Tent City the Brits come to the end of their sentences and can almost taste freedom. But there's one last surprise in store and James gets shocking news from home. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N \N \N 11088 t
+22688 1013 The Green Room with Jo Parkerson eng \N Every Saturday from 3pm listen to all the music and movie news from the world's biggest stars. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N \N \N 11090 t
+22688 1014 Saturday Afternoons with Nick Snaith eng \N The best music for your Saturday afternoon with Nick Snaith \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 16:00:00 2014-12-20 18:00:00 \N \N \N \N \N 11091 t
+8267 20982 Judge Rinder eng \N Studio courtroom show where criminal barrister Robert Rinder rules on real life cases. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 12:20:00 2014-12-22 13:20:00 \N \N \N S \N 11092 t
+8267 16631 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:20:00 2014-12-22 13:55:00 \N \N \N S \N 11093 t
+17920 41706 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:30:00 \N \N \N \N \N 11142 t
+17920 41707 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 03:30:00 2014-12-20 04:00:00 \N \N \N \N \N 11143 t
+8267 16665 Big Star's Little Star eng \N Stephen Mulhern invites Will Mellor, Jamelia and Nina Wadia and their adorable offspring to reveal all about their home lives in a bid to win 15,000 for charity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 13:55:00 2014-12-22 14:55:00 \N \N \N S \N 11094 t
+8267 25994 The Railway Children eng \N Classic, charming period drama starring Dinah Sheridan and Bernard Cribbins, 1970. The lives of three children change dramatically when they move to a small Yorkshire cottage with their mother \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 14:55:00 2014-12-22 17:00:00 \N \N \N AD,S \N 11095 t
+24032 31271 Behind the Screens eng \N From directors to costume-makers we take a look behind the screens to see what it takes to sprinkle that Hollywood movie magic! \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:10:00 \N \N \N \N \N 11096 t
+24032 31272 Sox eng The Talking Dog Comedy starring David DeLuise and Kerry-Lynne Feirman. After their parents marry, two mistrusting step-brothers are brought together by a magical dog named Sox \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 15:10:00 2014-12-20 16:55:00 \N \N \N \N \N 11097 t
+41056 17971 eng \N \N \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 11:05:00 2014-12-20 12:00:00 \N \N \N \N \N 11461 t
+24064 59969 Swim, Santa, Swim! eng \N Meet Nige Read - he is 52 and enjoys a good fry up. Oh, and he's decided to enter the Winter Swimming World Championships in Lapland. Grab your thermal trunks and come for a dip. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 11100 t
+24064 60247 New eng Quality Control Music show bringing together fresh and established acts for a live extravaganza. Join us as we get up-close and personal with the soulful Adrian Roye. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 \N \N \N \N \N 11101 t
+24064 59970 Crossman eng \N Lindsay has spent the last 27 years carrying a life-sized crucifix over his shoulder. This is the story of how his devotion and sacrifices for God have affected those around him. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 22:30:00 2014-12-23 23:00:00 \N \N \N \N \N 11102 t
+24064 59971 Bad Santas eng \N Bosses at the UK's biggest Santa school help unemployed men back into work, starting with tough Santa training. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 11103 t
+8281 19764 Losing Your Local? eng Tonight Are you in danger of losing your local? With an estimated 30 pub closures each week, this national tradition seems to be under threat. Can the great British boozer bounce back? \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:25:00 \N \N \N \N \N 11107 t
+8281 50081 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 03:25:00 2014-12-19 05:05:00 \N \N \N \N \N 11108 t
+8281 19765 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 05:05:00 2014-12-19 06:00:00 \N \N \N S \N 11109 t
+22752 1073 Kiss Fresh with Freddie eng \N Freddie with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 11:00:00 2014-12-20 15:00:00 \N \N \N \N \N 11110 t
+40992 51855 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 12:00:00 2014-12-21 12:20:00 \N \N \N \N \N 11111 t
+40992 51856 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 12:20:00 2014-12-21 12:45:00 \N \N \N \N \N 11112 t
+40992 51857 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 12:45:00 2014-12-21 13:00:00 \N \N \N \N \N 11113 t
+40992 51858 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 13:00:00 2014-12-21 13:25:00 \N \N \N \N \N 11114 t
+40992 51859 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 13:25:00 2014-12-21 13:35:00 \N \N \N \N \N 11115 t
+40992 51860 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 13:35:00 2014-12-21 14:00:00 \N \N \N \N \N 11116 t
+40992 52978 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:45:00 \N \N \N \N \N 11117 t
+40992 51862 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 14:45:00 2014-12-21 15:05:00 \N \N \N \N \N 11118 t
+25664 55744 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 03:00:00 2014-12-22 06:00:00 \N \N \N \N \N 11119 t
+25920 20318 Collectable Watches for Christmas eng \N Get the perfect gift for him with this fantastic selection of men's watches \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 11120 t
+8500 5765 Deck The Halls eng \N Seasonal family comedy starring Matthew Broderick and Danny DeVito. A pair of feuding neighbours compete against each other for the most dazzling festive light display. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:45:00 2014-12-20 14:35:00 \N \N 2006 S \N 11121 t
+8500 5766 Mr Miracle eng \N Seasonal drama starring Britt Irvin and Rob Morrow. A guardian angel tackles his first assignment - helping a woman develop the self-confidence she lacks. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-20 14:35:00 2014-12-20 16:25:00 \N \N 2014 AD,S \N 11122 t
+4166 56454 The Gruffalo eng \N Animation based on the classic children's book written by Julia Donaldson, telling the magical tale of a mouse who takes a walk through the woods in search of a nut. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 15:05:00 2014-12-23 15:30:00 \N \N 2009 AD,S \N 11123 t
+4166 56453 Cars 2 eng \N Animated sequel. Lightning McQueen heads to Japan to prove his racing prowess, but he and the team soon find themselves in the middle of an international adventure. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 15:30:00 2014-12-23 17:10:00 \N \N 2011 AD,S \N 11124 t
+4166 58324 Pointless Celebrities eng Christmas Special Alexander Armstrong presents a festive celebrity edition of the quiz with the Chuckle Brothers, Keith Harris and Orville, Linda Lusardi, Sam Kane, Roy Wood and Father Christmas. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:10:00 2014-12-23 18:00:00 \N \N \N S \N 11125 t
+15952 2635 Coronation Street Omnibus eng \N Kylie gets an unwanted visitor. Has Alya had a change of heart? Tracy awaits news of Rob's fate. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 10:20:00 2014-12-20 12:20:00 \N \N \N AD,S \N 11126 t
+41120 14127 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N \N \N 11127 t
+41120 14128 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N \N \N 11128 t
+41120 14129 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:30:00 \N \N \N \N \N 11129 t
+41120 14130 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 02:30:00 2014-12-23 03:00:00 \N \N \N \N \N 11130 t
+22592 17794 Colin Murray eng \N Colin, Steve Bunce and Micky Gray dissect the day's sports news. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-24 10:00:00 2014-12-24 13:00:00 \N \N \N \N \N 11132 t
+24448 63890 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 11133 t
+24448 63891 Spotlight Auction eng \N Tune in every day at 10am and 10pm for a one off unmissable deal on a brand new piece of genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 11134 t
+24448 63892 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 11135 t
+41072 14192 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 11136 t
+41072 14323 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 \N \N \N \N \N 11137 t
+41072 14193 Crossman eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-23 22:30:00 2014-12-23 23:00:00 \N \N \N \N \N 11138 t
+41072 14194 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 11139 t
+8325 5325 Catchphrase eng Christmas Special Stephen Mulhern gets everyone in the festive mood with this hilarious, celebrity special of the much-loved game show. With Warwick Davis, Katie Price and Christopher Biggins. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 09:20:00 2014-12-23 10:20:00 \N \N \N S \N 11140 t
+8325 4563 Arthur and the Great Adventure eng \N Animated adventure starring Mia Farrow and Penny Balfour, 2009. Arthur accidentally allows the evil emperor of the Minimoys to pass into the human world \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 10:20:00 2014-12-23 12:25:00 \N \N \N S \N 11141 t
+8448 59018 The Big Bang Theory eng The Luminous Fish Effect Getting fired forces Sheldon to ponder life outside physics, leaving Leonard to take drastic action to snap his friend out of his reverie. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:30:00 \N \N \N AD,S \N 11146 t
+8448 59019 The Big Bang Theory eng The Hamburger Postulate Leonard fears he's wasting his time on Penny and ends up making a connection with Leslie. Sheldon frets over a change to his hamburger routine. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 \N \N \N AD,S \N 11147 t
+8448 59020 The Big Bang Theory eng The Date Night Variable In the opening episode of season six of the US comedy, Howard gets caught in a row between his mum and Bernadette while he's at the International Space Station. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:30:00 \N \N \N AD,S \N 11148 t
+8448 59021 The Big Bang Theory eng The Decoupling Fluctuation Sheldon intervenes when he learns that Penny is thinking about breaking up with Leonard, but he is hampered by his inability to keep a secret. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 19:30:00 2014-12-21 20:00:00 \N \N \N AD,S \N 11149 t
+8448 59022 Edward Scissorhands eng \N Tim Burton's fantasy drama stars Johnny Depp as a young man who, created but not completed by his inventor (Vincent Price), is left with shears for hands. Also starring Winona Ryder. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 20:00:00 2014-12-21 22:05:00 \N \N 1990 S \N 11150 t
+41008 58752 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:25:00 \N \N \N \N \N 11151 t
+41008 59221 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 20:25:00 2014-12-24 20:55:00 \N \N \N \N \N 11152 t
+41008 58753 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 20:55:00 2014-12-24 21:30:00 \N \N \N \N \N 11153 t
+41136 50315 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 23:05:00 2014-12-22 00:10:00 \N \N \N \N \N 11154 t
+28480 8032 Family Worship Centre Associate Pastors eng \N The church service of Jimmy Swaggart Ministries. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N \N \N 11155 t
+28480 8033 The Message of the Cross eng \N A Biblical teaching programme hosted by Rev. Jimmy Swaggart, with a panel of pastors, professors and other church leaders. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 07:00:00 2014-12-20 08:30:00 \N \N \N \N \N 11156 t
+28480 8034 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N \N \N 11157 t
+27168 59515 Heston's Christmas Feast eng \N Heston Blumenthal's ultimate festive feast includes a lavish appetiser loved by King Charles II made from a bizarre ingredient, and an edible dormouse treat favoured at Roman banquets. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N S \N 11158 t
+27168 59516 Jamie at Home Christmas Special eng \N Jamie Oliver, with help from friends and experts, shows how to cook up a festive feast with two fantastic Christmas birds, superb stuffing and gravy, and perfect roast potatoes. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N S \N 11159 t
+27168 59517 Jamie's Best Ever Christmas eng \N Jamie Oliver brings together his all-time classic Christmas recipes including simple and succulent turkey, tasty stuffing, golden roasties, luscious gravy and all the veg. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N S \N 11160 t
+16048 33158 Judge Judy eng \N New York City's outspoken family court judge Judy Sheindlin presides over a series of real-life cases and conflicts, trying to find solutions for all kinds of family issues. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:35:00 2014-12-19 10:00:00 \N \N \N S \N 11161 t
+16048 31814 Judge Judy eng \N Tough talking Judy Sheindlin, a former judge from New York, tackles real-life small claims cases in which damages of no more than $5,000 can be awarded. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:30:00 \N \N \N S \N 11163 t
+16048 31826 Judge Judy eng \N Tough talking Judy Sheindlin, a former judge from New York, tackles real-life small claims cases in which damages of no more than $5,000 can be awarded. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:30:00 2014-12-19 10:55:00 \N \N \N S \N 11164 t
+16048 21581 Sherlock Holmes Master Blackmailer eng \N Holmes must deal with the menace of Charles Augustus Milverton, an art dealer who has a profitable sideline as a blackmailer - with much of London's high society in his grip. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 10:55:00 2014-12-19 13:05:00 \N \N \N S \N 11165 t
+14608 32047 Annie Claus Is Coming To Town eng \N Santa's daughter takes her first trip away from the North Pole during the Christmas season hoping to find adventure and love in sunny California. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 09:00:00 2014-12-24 11:00:00 \N \N \N \N \N 11166 t
+14608 32048 Chicago Hope eng \N At Chicago Hope, one of the country's leading hospitals, follow the lives and trials of the staff in this American medical series. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N \N \N 11167 t
+14752 23785 Christian Williams eng \N Join Christian for the biggest tunes from the Capital playlist. Get involved @CapitalOfficial on Twitter or hit capitalfm.com for more. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 13:00:00 \N \N \N \N \N 11168 t
+26240 11714 HeatWorld with Lucie Cave eng \N Direct from Heat Magazine - Lucie Cave has the latest celebrity news! Contact Lucie anytime - studio@heatworld.com \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 10:00:00 2014-12-20 12:00:00 \N \N \N \N \N 11169 t
+28032 13432 Alias Smith and Jones eng 21 Days to Tenstrike US comedy drama series about two outlaws. Hayes and Curry find themselves embroiled in murder when they join a cattle drive. Has their identity been blown? \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N S \N 11170 t
+28032 26969 Pawn Stars eng Bikes and Blades Series following pawn shop owners in Las Vegas. The guys examine some knives smuggled back from World War II. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N S \N 11171 t
+28032 29692 Pawn Stars eng Rick's Bad Day Series following pawn shop owners in Las Vegas. The boys consider buying a hard-worn German bayonet from WWII and a classic piece of Americana. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N S \N 11172 t
+28032 29693 River Monsters eng Russian Killer Extreme fishing. Jeremy Wade embarks on a trip to the Amur River in Russia to investigate the disappearance of three men. The prime suspect is a huge predator. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N S \N 11173 t
+27360 18444 MLB Special eng \N A review of the 2014 World Series, the 110th edition of baseball's biggest series and one of the most exciting as the San Francisco Giants met the Kansas City Royals for the full seven games. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 19:30:00 2014-12-20 20:30:00 \N \N \N \N \N 11174 t
+27360 18006 Live Utah v Colorado State eng \N Live coverage of the Las Vegas Bowl from the Sam Boyd Stadium, where the Utah State Aggies face Colorado State Rams of the Mountain West Conference. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 20:30:00 2014-12-21 00:00:00 \N \N \N \N \N 11175 t
+22784 762 Kisstory Lunch eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 10:00:00 2014-12-20 13:00:00 \N \N \N \N \N 11176 t
+8442 55923 The World's Weirdest Weather eng Brand new series Exploding icebergs in Antarctica, snow in Saudi Arabia, deadly sea foam in America, a perfect full circle rainbow, a lake that drains then mysteriously re-fills, and more. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:05:00 \N \N \N AD,S \N 11177 t
+8442 55939 River Cottage Bites eng \N River Cottage head gardener Mark Diacono provides a step-by-step guide to planning a veg patch. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-24 11:05:00 2014-12-24 11:25:00 \N \N \N S \N 11178 t
+23280 5875 60 Second Date eng \N The fastest way to find a date in the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 18:00:00 \N \N \N \N \N 12041 t
+8442 55924 Treasure Island eng \N Family adventure. Orson Welles plays Long John Silver, a mutinuous ship's cook, and Kim Burfield stars as Jim Hawkins, the lad who finds the map that sparks the search for treasure. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 11:25:00 2014-12-24 13:25:00 \N \N 1972 S \N 11179 t
+12928 42090 Animal A&E eng Miley Documentary series. A pack of stray dogs are trespassing on farmland. The vets treat an Irish Blue Cross, a spaniel with a painful kneecap and a balding parrot. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 \N \N \N S \N 11180 t
+12928 42030 Alvin & The Chipmunks eng Chipwrecked Animated comedy sequel starring Jason Lee and David Cross. The Chipmunks and Chipettes go overboard during a cruise ship holiday and are washed up on a tropical island. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-20 13:30:00 2014-12-20 15:10:00 \N \N 2011 AD,S \N 11181 t
+41104 19987 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 09:00:00 2014-12-20 13:00:00 \N \N \N \N \N 11182 t
+13120 7359 Saturday Morning Gift Show eng \N Start ticking off from your Christmas gifts list with this fun-packed morning show. You'll find everything from toys for all ages, glam beauty gifts and hi-tech gadgets - all at great prices. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 09:00:00 2014-12-20 11:00:00 \N \N \N \N \N 11183 t
+13120 7360 Links of London eng \N QVC are proud to present an hour of Links of London. This renowned brand showcases contemporary classics and fashion must-haves for every jewellery wardrobe. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N \N \N 11184 t
+4175 56454 The Gruffalo eng \N Animation based on the classic children's book written by Julia Donaldson, telling the magical tale of a mouse who takes a walk through the woods in search of a nut. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 15:05:00 2014-12-23 15:30:00 \N \N 2009 AD,S \N 11185 t
+4175 56453 Cars 2 eng \N Animated sequel. Lightning McQueen heads to Japan to prove his racing prowess, but he and the team soon find themselves in the middle of an international adventure. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 15:30:00 2014-12-23 17:10:00 \N \N 2011 AD,S \N 11186 t
+4175 58324 Pointless Celebrities eng Christmas Special Alexander Armstrong presents a festive celebrity edition of the quiz with the Chuckle Brothers, Keith Harris and Orville, Linda Lusardi, Sam Kane, Roy Wood and Father Christmas. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:10:00 2014-12-23 18:00:00 \N \N \N S \N 11187 t
+28160 15865 Turning Point eng \N Opening God's word, with Dr. David Jeremiah \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:30:00 \N \N \N \N \N 11188 t
+28160 15866 Insight for Living eng \N The Bible-teaching ministry of Charles R. Swindoll \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 06:30:00 2014-12-24 07:00:00 \N \N \N \N \N 11189 t
+28160 15867 Inspirational Breakfast eng \N John and Esther start your day with devotional reflection, uplifting music and inspiring guests. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 07:00:00 2014-12-24 09:00:00 \N \N \N \N \N 11190 t
+28512 685 Chat Your Socks off eng \N Don't just sit there! Get that guy or gal of your dreams. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 11:00:00 2014-12-20 14:00:00 \N \N \N \N \N 11191 t
+28032 28011 The Rawhide Years eng \N Western starring Tony Curtis and Colleen Miller, 1956. After three years on the run, a riverboat gambler framed for a gang killing, returns to prove his innocence \N 0 25 f 3 eng eng 1 0 0 \N 2014-12-22 15:10:00 2014-12-22 16:55:00 \N \N \N S \N 11192 t
+28032 28014 The Far Country eng \N Classic western starring James Stewart and Ruth Roman, 1955. A cowboy's dreams of peace and prosperity in the Canadian gold towns are shattered by a corrupt sheriff \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 16:55:00 2014-12-22 19:00:00 \N \N \N S \N 11193 t
+22624 40348 Weekend Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces a classic Talking Book for the young or the young at heart. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N \N \N 11194 t
+4175 49743 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:15:00 \N \N \N S \N 11196 t
+8283 29361 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the prize cash. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 15:50:00 2014-12-21 16:45:00 \N \N \N S \N 11197 t
+8283 25993 Casper eng \N Spooky family tale starring Christina Ricci and Bill Pullman, 1995. A lonely boy-ghost befriends the young daughter of a ghost hunter \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 16:45:00 2014-12-21 18:35:00 \N \N \N AD,S \N 11198 t
+22656 869 The Kerrang! Chart with Dan Hudson eng \N Every Saturday Dan Hudson counts down the biggest 20 rock songs right now in the ONLY chart that matters! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 10:00:00 2014-12-20 14:00:00 \N \N \N \N \N 11199 t
+27328 17241 The Football's On eng \N Comedians Romesh Ranganathan and Doc Brown join Ian Stone for a humorous approach to the week's football stories. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 11200 t
+27328 17242 Barclays Premier League Preview eng \N BT Sport takes a look ahead to all the upcoming action in the Barclays Premier League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:30:00 \N \N \N \N \N 11201 t
+27328 17243 Total Italian Football eng \N All the latest news, features and gossip from Italy's Serie A. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:00:00 \N \N \N \N \N 11202 t
+27648 4420 Salvage Hunters eng \N Ace salvager Drew Pritchard is always on the lookout for stock for his show room. Today he visits an imposing gothic castle in Ireland, but is there anything to buy? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 11203 t
+27648 4421 Wheeler Dealers eng Triumph Spitfire Part 1 Mike Brewer and Edd China are keen to crack on with the renovation of an iconic Triumph Spitfire. There's a lot of work to be done. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:30:00 \N \N \N \N \N 11204 t
+27648 4422 Wheeler Dealers eng Triumph Spitfire Part 2 Edd has replaced the differential and rear shocks on the Triumph Spitfire, and had the bumpers and handles chromed. But can Mike sell it for a profit? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 19:30:00 2014-12-21 20:00:00 \N \N \N \N \N 11205 t
+27648 4423 Flying Wild Alaska eng Deep Freeze Era Alaska has a special canine delivery for four-time Iditarod champion Lance Mackey. Plus, how will Jim and Ferno cope on the airline's busiest day of the year? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 11206 t
+8264 65366 ITV News Central eng \N News headlines from around the region, plus Central weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:35:00 2014-12-21 18:45:00 \N \N \N S \N 11207 t
+8264 16551 ITV News & Weather eng \N James Mates with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:45:00 2014-12-21 19:00:00 \N \N \N S \N 11208 t
+8264 25991 You've Got to Love Christmas eng \N A comic trawl through the festive TV archives mixing classic footage with advice from an array of comedians, journalists and celebrities including Dame Edna Everage and Al Murray. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N S \N 11209 t
+8264 17166 Surprise Surprise eng \N Holly Willoughby hosts a special festive edition of the show. Lending a helping hand tonight are the cast from Hollywood blockbuster Night at the Museum, and popsters The Vamps. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N AD,S \N 11210 t
+25664 55745 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 07:00:00 \N \N \N \N \N 11770 t
+24448 63996 Serenite Showcase eng \N Spotlight Auction time. Get yours before stocks sell out. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N \N \N 11896 t
+8384 59154 Rude Tube Christmas Cracker 2014 eng \N Alex Zane presents a very festive collection of brand new internet clips from around the globe. Look out for a mashed-up Monty the penguin and Mariah Carey... with a beard! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 23:05:00 2014-12-25 00:05:00 \N \N \N S \N 11216 t
+4168 53462 Operation Meet the Street eng \N Celebrities visit streets where they grew up. James Martin invites Helen Skelton back to Kirkby Thore, the Cumbrian village she grew up in, to find out who lives there now. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 09:15:00 2014-12-19 10:00:00 5 5 \N S \N 11217 t
+4168 49745 Homes Under the Hammer eng \N Martin Roberts and Lucy Alexander visit a double-fronted end-terrace house in Stoke, a flat in Sydenham and a semi-detached house in County Durham. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N S \N 11218 t
+4168 50286 Saints and Scroungers eng \N Series looking at benefit fraud. Fraud investigators at Newham Council are on the trail of a man they suspect of claiming benefits when in fact he is a student. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 20 20 \N S \N 11219 t
+4168 51284 Oxford Street Revealed eng \N A light has gone out at a landmark Oxford Street building, 400 feet above the ground. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:15:00 10 10 \N AD,S \N 11220 t
+13120 8576 Practical Ideas eng \N Find a range of year round practical home solutions from homewares and cleaning to electronics and DIY home improvement tools. This show will bring you the products you need to enhance your home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 07:00:00 2014-12-23 08:00:00 \N \N \N \N \N 11221 t
+13120 8577 Safety & Security eng \N Protect your home with a selection of equipment, including alarms and CCTV products, designed to help you enjoy security and peace of mind. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 08:00:00 2014-12-23 09:00:00 \N \N \N \N \N 11222 t
+23152 17495 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:30:00 \N \N \N \N \N 11223 t
+23152 17496 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 00:30:00 2014-12-23 01:00:00 \N \N \N \N \N 11224 t
+23152 17497 South Beach Tow eng Season 3 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:30:00 \N \N \N \N \N 11225 t
+23152 17498 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 01:30:00 2014-12-23 02:00:00 \N \N \N \N \N 11226 t
+23152 19201 Crime Stories eng Season 3 Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 02:00:00 2014-12-23 03:00:00 \N \N \N \N \N 11227 t
+17472 57711 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:40:00 \N \N \N \N \N 11228 t
+18112 36496 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 10:10:00 2014-12-23 10:35:00 \N \N \N \N \N 11229 t
+14372 8113 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 11230 t
+14372 8114 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 \N \N \N \N \N 11231 t
+14372 8115 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 14:00:00 2014-12-24 15:00:00 \N \N \N \N \N 11232 t
+24384 15090 Tattered Lace Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 11233 t
+24384 15091 Tattered Lace Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N \N \N 11234 t
+24384 15441 Tattered Lace Christmas Cracker eng \N Be quick off the mark for this fast & furious show of sensational Christmas products at unbelievable prices. Blink & you'll miss it! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 11235 t
+26560 13696 The Hits Radio Weekend - Scott eng \N All the hits are on for Saturday morning with Scott Clarke, Get involved @thehitsradio on Twitter! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 10:00:00 2014-12-20 14:00:00 \N \N \N \N \N 11237 t
+24384 15463 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N \N \N 11238 t
+24384 15469 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N \N \N 11239 t
+24384 15470 Embellishment Attic Sale eng \N Don't miss great sale prices bought to you from Embellishment Attic. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N \N \N 11240 t
+24480 3615 Vintage After Midnight eng \N Can't sleep? Or partying into the early hours? Make Vintage TV your companion. We're here to help you make it through the night with a smile on your sleepy face, we hope. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 00:30:00 2014-12-24 03:00:00 \N \N \N \N \N 11241 t
+26368 6017 Michael Buble at Christmas eng \N Michael Buble presents a very special hour-long Christmas special. The crooner talks about his favourite Christmas memories and plays some of the biggest festive hits. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 11242 t
+26368 36418 Afternoons with Paul Phear eng \N Let Paul Phear take you through the afternoon every weekday from 1.00pm \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 16:00:00 \N \N \N \N \N 11243 t
+22752 1120 Myles James on Kiss Fresh eng \N Myles James in the mix playing the best in new House beats on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 11244 t
+22752 1121 Kiss Fresh Mixblock eng \N The hottest DJ's in the mix on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 11245 t
+15840 3530 Neil McCormick's Needle Time eng \N Neil talks Roy Orbison, Frankie Valli, Jools Holland and Neil Morrissey with 60s pop princess, and the first UK act to win the Eurovision Song Contest, Sandie Shaw. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 03:00:00 2014-12-19 04:00:00 \N \N \N \N \N 11246 t
+15840 3531 Neil McCormick's Needle Time eng \N He ain't heavy, he's Allan Clarke. The singer and founding member of evergreen rock group The Hollies relives his incredible career in music. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:00:00 \N \N \N \N \N 11247 t
+15840 3532 Neil McCormick's Needle Time eng \N Lloyd joins Neil for a frank talk, introducing Bob Dylan's 'Tangled Up In Blue', The Smiths 'How Soon Is Now?' and Morrissey's 'We Hate It When Our Friends Become Successful'. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 05:00:00 2014-12-19 06:00:00 \N \N \N \N \N 11248 t
+17540 52925 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N \N \N 11952 t
+25792 53368 Home Shopping eng \N Shopping from home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 03:00:00 2014-12-24 06:10:00 \N \N \N \N \N 12126 t
+27712 22041 Al Jazeera World eng \N A Qatari former camel herder travels to Australia to see if there_s a better way to deal with that country_s 1.2 million feral camels other than shooting them. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 11252 t
+12992 31143 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:30:00 \N \N \N \N \N 11254 t
+12992 31144 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 06:30:00 2014-12-22 07:00:00 \N \N \N \N \N 11255 t
+12992 31145 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:30:00 \N \N \N \N \N 11256 t
+12992 31146 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 07:30:00 2014-12-22 08:00:00 \N \N \N \N \N 11257 t
+12992 31147 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N \N \N 11258 t
+12992 31148 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N \N \N 11259 t
+22720 1362 Neev eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 12:00:00 2014-12-24 15:00:00 \N \N \N \N \N 11260 t
+28096 59469 Sin City Motors eng \N Classic cars pimped up in style by Steve Darnell and his crackerjack crew. Steve is excited about rat rodding an original 'gangster' car when he gets his hands on a 1928 Buick. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N S \N 11261 t
+28096 59470 Red Bull Soapbox Race eng \N All the thrills and spills from the 2013 Red Bull Soapbox Race in London, as the crews unleash their four-wheeled, motorless creations on a downhill course littered with obstacles. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 15:00:00 \N \N \N \N \N 11262 t
+17664 58755 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 21:30:00 2014-12-24 23:05:00 \N \N \N \N \N 11263 t
+17664 59154 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 23:05:00 2014-12-25 00:05:00 \N \N \N \N \N 11264 t
+25728 54664 The Sweetest Thing eng \N Romantic comedy. A lovelorn woman has all but given up trying to find Mr Right until she meets an attractive estate agent at a nightclub. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 21:00:00 2014-12-23 23:00:00 \N \N 2002 \N \N 11265 t
+25728 54665 Saving Silverman eng \N Comedy. Two high school friends conspire to stop their friend from marrying a domineering woman by kidnapping her and setting up their friend with his old girlfriend. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 23:00:00 2014-12-24 01:00:00 \N \N 2001 \N \N 11266 t
+22272 2802 Close eng \N Close. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 03:00:00 2014-12-22 07:00:00 \N \N \N \N \N 11267 t
+17540 56454 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 15:05:00 2014-12-23 15:30:00 \N \N \N \N \N 11268 t
+17540 56453 Cars 2 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 15:30:00 2014-12-23 17:10:00 \N \N \N \N \N 11269 t
+17540 58324 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 17:10:00 2014-12-23 18:00:00 \N \N \N \N \N 11270 t
+8381 15069 ITV News Calendar eng \N The latest news from around the region, plus a local weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 19:35:00 2014-12-21 19:45:00 \N \N \N S \N 11272 t
+4169 53462 Operation Meet the Street eng \N Celebrities visit streets where they grew up. James Martin invites Helen Skelton back to Kirkby Thore, the Cumbrian village she grew up in, to find out who lives there now. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 09:15:00 2014-12-19 10:00:00 5 5 \N S \N 11279 t
+4169 49745 Homes Under the Hammer eng \N Martin Roberts and Lucy Alexander visit a double-fronted end-terrace house in Stoke, a flat in Sydenham and a semi-detached house in County Durham. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N S \N 11280 t
+4169 50286 Saints and Scroungers eng \N Series looking at benefit fraud. Fraud investigators at Newham Council are on the trail of a man they suspect of claiming benefits when in fact he is a student. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 20 20 \N S \N 11281 t
+4169 51284 Oxford Street Revealed eng \N A light has gone out at a landmark Oxford Street building, 400 feet above the ground. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:15:00 10 10 \N AD,S \N 11282 t
+15232 18904 Keisha Kane Extreme and Insane 3 eng \N Keisha is joined by heavily tattooed Havana to tag-team lucky Demetri. An extreme threesome that will make your eyeballs bulge! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 03:10:00 2014-12-22 03:35:00 \N \N \N \N \N 11291 t
+15232 18905 All New Mutt And His Mate 4 eng \N Stan Muttley goes for the world knicker-knotting record, but as usual it's his mate who gets to enjoy some onscreen fun with housewife Ferne, while Stan once more goes home frustrated. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 03:35:00 2014-12-22 04:00:00 \N \N \N \N \N 11292 t
+15232 18906 ..programmes start at 12.00am. eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 04:00:00 2014-12-23 00:00:00 \N \N \N \N \N 11293 t
+40992 52974 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 15:05:00 2014-12-20 15:20:00 \N \N \N \N \N 11299 t
+40992 52975 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 15:20:00 2014-12-20 15:45:00 \N \N \N \N \N 11300 t
+40992 52976 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 15:45:00 2014-12-20 16:00:00 \N \N \N \N \N 11301 t
+40992 51768 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:25:00 \N \N \N \N \N 11302 t
+40992 51769 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 16:25:00 2014-12-20 16:50:00 \N \N \N \N \N 11303 t
+40992 51770 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 16:50:00 2014-12-20 17:00:00 \N \N \N \N \N 11304 t
+40992 51771 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:10:00 \N \N \N \N \N 11305 t
+40992 51772 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 17:10:00 2014-12-20 17:35:00 \N \N \N \N \N 11306 t
+40992 51773 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 17:35:00 2014-12-20 17:50:00 \N \N \N \N \N 11307 t
+40992 51774 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 17:50:00 2014-12-20 18:00:00 \N \N \N \N \N 11308 t
+40976 46942 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 11309 t
+40976 46943 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 11310 t
+40976 47035 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 11311 t
+22272 3818 Close eng \N Close. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 03:00:00 2014-12-19 07:00:00 \N \N \N \N \N 11312 t
+15440 276 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 12:00:00 2014-12-21 00:00:00 \N \N \N \N \N 11313 t
+27840 6684 Programmes start at 8.00am eng \N Join us from 8am to midnight every day! \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 08:00:00 \N \N \N \N \N 11314 t
+27520 806 Programmes start at midnight eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 05:00:00 2014-12-23 00:00:00 \N \N \N \N \N 11315 t
+28352 2272 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:20:00 \N \N \N \N \N 11316 t
+28352 2273 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 03:20:00 2014-12-22 04:00:00 \N \N \N \N \N 11317 t
+28352 2274 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 04:00:00 2014-12-22 05:00:00 \N \N \N \N \N 11318 t
+28352 2275 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 05:00:00 2014-12-22 05:30:00 \N \N \N \N \N 11319 t
+28352 2276 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 05:30:00 2014-12-22 06:00:00 \N \N \N \N \N 11320 t
+8267 45008 Good Morning Britain eng \N Breakfast show. Angelina Jolie chats about her latest film as a director, Unbroken, which tells the story of plane crash survivor and former Olympic star Louis Zamperini. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 08:30:00 \N \N \N S \N 11324 t
+24016 12859 Mohawk eng \N A group of settlers warn an Indian chief that a shipment of arms has been smuggled into their territory. Stars Scott Brady. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 19:20:00 2014-12-20 21:00:00 \N \N 1956 \N \N 11325 t
+8267 45009 Lorraine eng \N Hollywood star Ethan Hawke talks about the Golden Globe Award-nominated film Boyhood in which he stars, and Katherine Jenkins chats and performs the festive favourite Silent Night. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:25:00 \N \N \N S \N 11326 t
+27456 45342 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:30:00 \N \N \N \N \N 11327 t
+27456 45343 Worlds Apart With Oksana Boyko eng \N Worlds Apart is a fast-paced, in-depth discussion on the pressing issues of the day. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:00:00 \N \N \N \N \N 11328 t
+41024 59816 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-23 00:05:00 2014-12-23 01:05:00 \N \N \N \N \N 12127 t
+27456 45345 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 04:30:00 2014-12-22 05:00:00 \N \N \N \N \N 11330 t
+27456 45346 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 05:00:00 2014-12-22 05:30:00 \N \N \N \N \N 11331 t
+27456 45347 Going Underground eng \N Going Underground brings our UK viewers the news they won't get on other networks. We examine both underground and mainstream issues from a fresh and alternative perspective. With Afshin Rattansi. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 05:30:00 2014-12-22 06:00:00 \N \N \N \N \N 11332 t
+27744 42422 The High Chaparral eng \N The Cannon family fight to establish a ranch in the Arizona territory of the 1870s. Big John Cannon is unceasing in his determination to carve a life in the untamed west. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 03:00:00 2014-12-22 04:00:00 \N \N \N \N \N 11342 t
+27744 42423 The High Chaparral eng \N The Cannon family fight to establish a ranch in the Arizona territory of the 1870s. Big John Cannon is unceasing in his determination to carve a life in the untamed west. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:50:00 \N \N \N \N \N 11343 t
+27744 42424 The High Chaparral eng \N The Cannon family fight to establish a ranch in the Arizona territory of the 1870s. Big John Cannon is unceasing in his determination to carve a life in the untamed west. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 04:50:00 2014-12-22 06:00:00 \N \N \N \N \N 11344 t
+27904 2153 Programmes start at 11pm eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 04:45:00 2014-12-22 23:00:00 \N \N \N \N \N 11345 t
+12992 31151 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N \N \N 11907 t
+32896 8627 Clay Kids eng \N Naomi is confined to her room without communication devices, and relies on Carol to run messages to Claybook so she can keep up with what's going on in her complex social life. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 21:00:00 2014-12-22 21:15:00 \N \N \N \N \N 11347 t
+32896 8628 Clay Kids eng \N Robbie and Naomi are abducted by nosey aliens while in the park, and the other kids have to figure out a way to rescue them from the hovering spacecraft. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 21:15:00 2014-12-22 21:30:00 \N \N \N \N \N 11348 t
+32896 8629 Littlest Pet Shop eng \N The Hedgehog in the Plastic Bubble - Both Russell and Blythe face some challenges. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 21:30:00 2014-12-22 22:00:00 \N \N \N \N \N 11349 t
+32896 8630 Sally Bollywood eng \N A Bird In The Hand - The Principal is distressed that his pet parrot has got away. The Principal thinks it escaped of its own accord, but Sally and Doowee discover that the cage has been forced open. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:15:00 \N \N \N \N \N 11350 t
+32896 8631 Sally Bollywood eng \N Too Many Cooks - Sally, Rahani and Albert are finalists in a school cooking competition, the first prize being an appearance on a TV show. Rahani says his food was sabotaged, so the SBI investigates. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 22:15:00 2014-12-22 22:30:00 \N \N \N \N \N 11351 t
+32896 8632 Grojband eng \N Too worried to play for the precise Swiss with a bad voice, Corey puts on an auto-tuning helmet which Trina quickly sets to "evil." \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 22:30:00 2014-12-22 22:45:00 \N \N \N \N \N 11352 t
+32896 8633 Rekkit Rabbit eng \N It's snowing in Muddlety Falls, and Jay decides to show Rekkit how to make a snowman. But when Rekkit discovers that the snowman will eventually melt, he uses a spell to keep it frozen. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 22:45:00 2014-12-22 23:00:00 \N \N \N \N \N 11353 t
+32896 8634 Eliot Kid eng \N The Great Dog Competition - Mimi has decided to enrol her grandmother's dog in a dog-training contest. Persuaded that his dog has incredible mental skills, Eliot decides to enter his dog too. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 23:00:00 2014-12-22 23:15:00 \N \N \N \N \N 11354 t
+32896 8635 Eliot Kid eng \N Snowman - When Eliot accidentally destroys his sister's snowman, he is far from imagining that the snowman is going to seek revenge by chasing him all over the city... \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 23:15:00 2014-12-22 23:30:00 \N \N \N \N \N 11355 t
+32896 8636 Scaredy Squirrel eng \N It's autumn and Scaredy is doing his best to not fall into the acorn-collecting-haze that takes hold of him every year. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 23:30:00 2014-12-22 23:45:00 \N \N \N \N \N 11356 t
+32896 8637 Scaredy Squirrel eng \N Scaredy must learn to face a haunting memory from his past if he wants his friends to win a figure skating competition. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 23:45:00 2014-12-23 00:00:00 \N \N \N \N \N 11357 t
+41104 19998 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 05:00:00 2014-12-22 09:00:00 \N \N \N \N \N 11358 t
+24480 3556 Saturday Soundtrack eng \N Ah, the weekend is here and what could be better than tuning in to Vintage TV, with a Saturday Soundtrack to serenade you as you relax, rest and play? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 16:00:00 \N \N \N \N \N 11362 t
+24032 31395 The Hunt for Osama Bin Laden eng \N Film about a group of Navy SEALs who learn that their target is Osama Bin Laden with Cam Gigandet and Anson Mount \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 21:00:00 2014-12-22 23:05:00 \N \N 2012 \N \N 11369 t
+24032 31396 Rampart eng \N Starring Woody Harrelson and Jon Foster, 2011. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 23:05:00 2014-12-23 01:15:00 \N \N \N \N \N 11370 t
+23184 17556 Dominick Dunne's Power, Privilege & Justice, S6 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N \N \N 11375 t
+23184 17904 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N \N \N 11376 t
+23184 17905 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N \N \N 11377 t
+22226 6398 The Chase eng \N Bradley Walsh hosts the game show that asks contestants to complete a series of general knowledge questions faster than The Chaser, a brainbox of the highest order. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N S,AD \N 11378 t
+22226 6407 The Chase eng \N Bradley Walsh hosts the game show that asks contestants to complete a series of general knowledge questions faster than The Chaser, a brainbox of the highest order. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N S,AD \N 11379 t
+22226 6411 The Chase eng \N Bradley Walsh hosts the game show that asks contestants to complete a series of general knowledge questions faster than The Chaser, a brainbox of the highest order. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N S,AD \N 11380 t
+22688 1046 Afternoons with Angie Greaves eng \N Great music to get you through your afternoon \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 14:00:00 2014-12-24 17:00:00 \N \N \N \N \N 11381 t
+12992 31152 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 10:30:00 2014-12-22 11:00:00 \N \N \N \N \N 11908 t
+22080 1585 Sunrise With Stephen Dixon eng \N Wake up to all the latest news with a sports round-up at 20 past and a full weather forecast just before 6.30am. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:30:00 \N \N \N S \N 11386 t
+22080 1304 Sunrise With Stephen Dixon eng \N Stephen Dixon with a round-up of all the main news stories of the morning with a review of the papers, showbiz news and a full weather forecast for the day ahead just before 7.00am. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 06:30:00 2014-12-19 07:00:00 \N \N \N S \N 11387 t
+22080 1426 Sunrise With Stephen Dixon eng \N First for breaking news at breakfast time. There's also a check on the stories making the national papers, a full sports round-up and weather for the day just before 7.30am. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:30:00 \N \N \N S \N 11388 t
+22080 1586 Sunrise With Stephen Dixon eng \N Stephen Dixon with the latest news and breaking stories. There's a review of the papers, the weather for the day ahead just before 8.00am plus your emails on the stories we are covering. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 07:30:00 2014-12-19 08:00:00 \N \N \N S \N 11389 t
+22080 1587 Sunrise With Stephen Dixon eng \N The latest news and breaking stories. There's a check on the stories making the newspaper front pages, a sports round-up at 20 past and a weather lookahead just before 8.30am. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:30:00 \N \N \N S \N 11390 t
+22080 1609 Sunrise With Stephen Dixon eng \N A round-up of the main stories with Stephen Dixon, including studio guests and entertainment news, as well as your emails on the hot topics of the day. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N S \N 11391 t
+20352 58306 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 22:00:00 2014-12-25 00:40:00 \N \N \N \N \N 11392 t
+24016 12912 Kentucky Rifle eng \N A wagon containing Kentucky rifles needs to pass through dangerous Indian territory. The Indians find out about the plan and they are ready and waiting. Stars Chill Wills. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 13:30:00 2014-12-24 15:10:00 \N \N 1955 \N \N 11393 t
+23296 5856 Loud and Proud eng \N Be proud of who you are and meet your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 12:00:00 2014-12-24 14:00:00 \N \N \N \N \N 11394 t
+23296 5857 Out and About eng \N Don't just sit there, get stuck in. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 16:00:00 \N \N \N \N \N 11395 t
+22784 791 Justin on Kisstory eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 13:00:00 2014-12-24 17:00:00 \N \N \N \N \N 11404 t
+23120 20501 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 11411 t
+23120 20500 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 \N \N \N \N \N 11412 t
+23120 20487 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 14:00:00 2014-12-24 15:00:00 \N \N \N \N \N 11413 t
+22624 40503 Daily Lunch eng \N RNIB's Insight Radio - Jill Daley reviews the latest magazines from Cosmopolitan to Q, as well as great music and chat \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-24 13:00:00 2014-12-24 15:00:00 \N \N \N \N \N 11414 t
+23280 5873 Flirt Zone eng \N Flirt with thousands of people across the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 12:00:00 2014-12-24 14:00:00 \N \N \N \N \N 11415 t
+23280 5874 Picture Dating eng \N Send a Picture, find your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 16:00:00 \N \N \N \N \N 11416 t
+22336 58442 The Big Bang Theory eng The Big Bran Hypothesis Sheldon is bothered by how messy Penny's flat is and he sneaks in to clean and organise it, but Penny isn't best pleased when she finds out. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:30:00 \N \N \N AD,S \N 11417 t
+22336 58881 The Big Bang Theory eng The Fuzzyboots Corollary Leonard is depressed when he discovers that Penny is seeing someone, and he actually summons up the courage to ask a woman out on a date. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 \N \N \N AD,S \N 11418 t
+8381 14872 ITV News & Weather eng \N The latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 14:15:00 2014-12-21 14:20:00 \N \N \N S \N 11598 t
+22336 58444 Brooklyn Nine-Nine eng Operation Broken Feather: Peralta is upset to hear that Santiago is considering leaving the precinct to work with his nemesis 'the Vulture' in the Special Crimes Unit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:30:00 \N \N \N S \N 11419 t
+22336 58445 Brooklyn Nine-Nine eng The Party Captain Holt invites the entire squad over to his house to celebrate his birthday, but Peralta and Santiago make a bad impression on Holt's husband Kevin. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:00:00 \N \N \N S \N 11420 t
+22336 58448 Rude Tube eng Brand new series - World Wide Weird Alex Zane presents the top 50 of online oddities including the world's stupidest tattoo and the weirdest public information film ever made. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 02:00:00 2014-12-19 03:05:00 \N \N \N S \N 11421 t
+22592 17845 Call Collymore eng \N The UK's most passionate post-match phone-in with Stan 'The Man' Collymore. Call on 08717 22 33 44 (10p/min), text 81089 (50p + charges) or email via talkSPORT.com \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-20 17:00:00 2014-12-20 19:00:00 \N \N \N \N \N 11422 t
+22080 2164 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:30:00 \N \N \N \N \N 11423 t
+22080 2169 Press Preview eng \N Another chance to see a full review of the best stories in this morning's national newspapers. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:00:00 \N \N \N \N \N 11424 t
+22080 3046 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 01:00:00 2014-12-22 01:30:00 \N \N \N \N \N 11425 t
+22080 3211 Press Preview eng \N Another chance to see a full review of the best stories in this morning's national newspapers. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 01:30:00 2014-12-22 02:00:00 \N \N \N \N \N 11426 t
+22080 3214 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 02:00:00 2014-12-22 02:30:00 \N \N \N \N \N 11427 t
+22080 3420 CBS News eng \N A chance to see live the main evening news bulletin from a leading network channel in America. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:00:00 \N \N \N \N \N 11428 t
+16208 37006 The Bill eng \N It doesn't get more dramatic than this as a gunshot shakes Sun Hill. Chandler is dead and McAllister is rushed to hospital with her baby's life hanging in the balance. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N S \N 11429 t
+16208 37007 The Wind in the Willows eng \N Matt Lucas, Bob Hoskins and Imelda Staunton star in this adaptation of the children's classic. Shy Mole leaves his hole and is entranced by the world he discovers on the riverbank. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-24 10:00:00 2014-12-24 12:00:00 \N \N \N \N \N 11430 t
+27168 59572 24 Hours in A&E eng \N Retired builder Roger has fallen four metres from his daughter's roof. And Tad, who's 29, has come to St George's with a dangerously high heart rate, which could possibly lead to a stroke. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N AD,S \N 11431 t
+27168 59573 One Born Every Minute eng \N Two couples experiencing unexpected difficulties during pregnancy arrive at the hospital. Billie, who's 17, has pre-eclampsia and needs an emergency caesarean 10 weeks before her due date. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:05:00 \N \N \N S \N 11432 t
+27168 59574 Gadget Man's Guide to Christmas eng \N Richard Ayoade presents an indispensable guide to improving Christmas with gadgets that help you shop, wrap presents, beat the weather, improve your carol singing and even cook the dinner. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 23:05:00 2014-12-23 00:05:00 \N \N \N S \N 11433 t
+41056 18088 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 21:30:00 \N \N \N \N \N 11434 t
+27328 17292 Baker & Kelly's V.S.P.O eng \N Stand by for an hour of unscripted entertainment, original features and spontaneous wit driven by our unique hosts, Dannys Baker and Kelly. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 11446 t
+41056 17964 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:30:00 \N \N \N \N \N 11454 t
+41056 17965 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N \N \N 11455 t
+41056 17966 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:05:00 \N \N \N \N \N 11456 t
+41056 17967 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 10:05:00 2014-12-20 10:30:00 \N \N \N \N \N 11457 t
+23040 38143 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:30:00 \N \N \N \N \N 11462 t
+23040 38144 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 03:30:00 2014-12-23 04:00:00 \N \N \N \N \N 11463 t
+23040 38145 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:30:00 \N \N \N \N \N 11464 t
+23040 38146 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 04:30:00 2014-12-23 05:00:00 \N \N \N \N \N 11465 t
+23040 38147 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 \N \N \N \N \N 11466 t
+23040 38148 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N \N \N 11467 t
+12928 42040 The Gadget Show eng \N Action-packed consumer show. Jon tests the latest mobile tablets and Jason competes in a triathlon in order to test out the technology which is set to transform the way we get fit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N S \N 11468 t
+12928 42108 Animal A&E eng Kingdom Documentary series. A horse requires further tests for a suspected tumour. Andrea meets the animals of Fota wildlife park, including a four-month-old red panda. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:30:00 \N \N \N S \N 11469 t
+12928 42041 Superman eng \N Oscar-winning fantasy starring Christopher Reeve and Margot Kidder. Superman must prevent Lex Luthor's scheme to rearrange the west coast of America with nuclear bombs. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 14:30:00 2014-12-21 17:15:00 \N \N 1978 AD,S \N 11470 t
+16080 14852 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:30:00 \N \N \N \N \N 11471 t
+16080 14853 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 03:30:00 2014-12-23 04:00:00 \N \N \N \N \N 11472 t
+16080 14854 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:30:00 \N \N \N \N \N 11473 t
+16080 14855 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 04:30:00 2014-12-23 05:00:00 \N \N \N \N \N 11474 t
+16080 14856 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 \N \N \N \N \N 11475 t
+16080 14857 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N \N \N 11476 t
+8385 58306 Forrest Gump eng \N Drama. Oscar-winner Tom Hanks plays an unworldly man who is present at a series of the 20th century's historic events, without ever quite realising it. Violence/offensive language. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 21:00:00 2014-12-24 23:40:00 \N \N 1994 AD,S \N 11477 t
+8385 58307 The Raid eng \N Brutally violent action thriller. A Swat team is sent to end a crime lord's reign. But he lives in a skyscraper stuffed full of vicious thugs. In Indonesian/subs. Strong language. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 23:40:00 2014-12-25 01:35:00 \N \N 2011 S \N 11478 t
+17920 39931 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-23 18:58:00 2014-12-23 19:00:00 \N \N \N \N \N 11487 t
+17920 42877 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:30:00 \N \N \N \N \N 11488 t
+17920 42967 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 20:30:00 2014-12-23 20:35:00 \N \N \N \N \N 11489 t
+17920 42968 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 20:35:00 2014-12-23 21:00:00 \N \N \N \N \N 11490 t
+8500 5867 The WotWots eng Moons and Moats Animation. SpottyWot builds a sandcastle on the beach, but the tide washes it away. The WotWots decide to build a new castle and protect it from the sea. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:10:00 \N \N \N S \N 11494 t
+8500 5868 Igam Ogam eng Listen to Me Prehistoric animation. Igam Ogam wants everyone to listen to her making music. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 06:10:00 2014-12-23 06:20:00 \N \N \N S \N 11495 t
+8500 5869 Fireman Sam eng The Pontypandy Cup CGI adventures. Mike and Joe enter the go-kart race, even though it is for kids. Joe's rocket-powered go-kart is too powerful and he overshoots the finish line. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 06:20:00 2014-12-23 06:30:00 \N \N \N S \N 11496 t
+8500 5870 Toot The Tiny Tugboat eng Toot in Charge Animation. Toot is put in charge of the harbour while the harbour master is away, but Toot takes his responsibilities too seriously. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 06:30:00 2014-12-23 06:45:00 \N \N \N S \N 11497 t
+8500 5871 Peppa Pig eng Spring Pig tales. Grandpa Pig organises a chocolate egg hunt for Peppa and her friends. Will the piglets track down the treats? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 06:45:00 2014-12-23 06:50:00 \N \N \N S \N 11498 t
+8500 5872 Peppa Pig eng Miss Rabbit's Helicopter Pig tales. Miss Rabbit takes Peppa and her family for a ride in her rescue helicopter. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 06:50:00 2014-12-23 06:55:00 \N \N \N S \N 11499 t
+8500 5873 New: Pip Ahoy! eng Pip and Alba's Big Day Out Children's animation about a young puppy named Pip and his friend Alba. The friends go in search of an unusual striped butterfly. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 06:55:00 2014-12-23 07:05:00 \N \N \N S \N 11500 t
+8500 5874 Little Princess eng Can I Keep It? Julian Clary narrates an animated series based on the much-loved children's picture books. Little Princess discovers a tadpole in her glass of water. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 07:05:00 2014-12-23 07:20:00 \N \N \N S \N 11501 t
+8500 5875 Mr Men eng Clocks Colourful animated sketch show. Mr Grumpy gets a new alarm clock from Miss Helpful and Mr Quiet tries to sleep at Mr Noisy's house. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 07:20:00 2014-12-23 07:30:00 \N \N \N S \N 11502 t
+8500 5876 New: Thomas and Friends eng Long Lost Friend CGI animation. It is so cold that the turntable is frozen and only one berth is accessible. Thomas insists on saving it for Percy, but Gordon wants it for himself. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 07:30:00 2014-12-23 07:45:00 \N \N \N S \N 11503 t
+8500 5877 Noddy In Toyland eng Noddy And The Lost Teeth Charming animation. Toyland is invaded by hoards of chattering teeth that love having their picture taken! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 07:45:00 2014-12-23 07:55:00 \N \N \N S \N 11504 t
+8500 5878 Ben and Holly's Little Kingdom eng North Pole Part Two Impish animation. The elf plane is forced to make an emergency landing en route to delivering the last batch of Christmas. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 07:55:00 2014-12-23 08:10:00 \N \N \N S \N 11505 t
+22784 763 Justin on Kisstory eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 13:00:00 2014-12-20 17:00:00 \N \N \N \N \N 12040 t
+8500 5879 Peppa Pig eng Thunderstorm Animation about a lovable young pig. Peppa and George get caught in a thunderstorm. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 08:10:00 2014-12-23 08:15:00 \N \N \N S \N 11506 t
+8500 5880 Peppa Pig eng Snowy Mountain Animated series about a lovable little pig. Peppa and her friends are learning how to ski. Their teacher is a former world champion, but it's Mummy Pig who impresses. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 08:15:00 2014-12-23 08:25:00 \N \N \N S \N 11507 t
+8500 5881 Toby's Travelling Circus eng The Disappearing Diabolo Animation. What has happened to the diabolo that Li and Ling have been working into their act? Could Momo have anything to do with it vanishing? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 08:25:00 2014-12-23 08:40:00 \N \N \N S \N 11508 t
+8500 5882 Bananas In Pyjamas eng The Christmas Tree The animated adventures of two bananas. The Bananas get into big trouble when they try to help decorate the Cuddlestown Christmas Tree. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 08:40:00 2014-12-23 08:55:00 \N \N \N S \N 11509 t
+8500 5883 Tickety Toc eng Winter Time Animation. When the twins borrow McCoggins' snow plough-scooter to clear the path to Battersby's shop, they create a giant snowball which is soon rolling out of control. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 08:55:00 2014-12-23 09:10:00 \N \N \N S \N 11510 t
+25792 52488 The Re-Inventors eng Flying Car Yesterday's ideas for tomorrow's world. Is it possible to build an affordable flying car? The Re-Inventors road-test the Taylor Aerocar to see if it is worthy of a patent. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 00:30:00 2014-12-24 01:00:00 \N \N \N S \N 11515 t
+25792 52489 The Re-Inventors eng Incinerating Toilet Forgotten inventions from yesteryear. The boys get a bum deal when they test out old prototypes for the disposal of human waste. Expect plenty of toilet humour! \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:25:00 \N \N \N S \N 11516 t
+25792 52490 Find My Past eng Battle of Britain The Battle of Britain was one of the pivotal turning points of WWII, but what do these living relatives of those involved know of their kin? Chris Hollins presents. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 01:25:00 2014-12-24 02:10:00 \N \N \N AD,S \N 11517 t
+25792 52491 Antiques Roadshow eng Retrospective Fiona Bruce and the experts look back at some of the most memorable finds from the series, with updated stories on what has happened to a host of prized valuables. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-24 02:10:00 2014-12-24 03:00:00 \N \N \N S \N 11518 t
+28352 2210 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 \N \N \N \N \N 11519 t
+41024 59572 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 11525 t
+41024 59573 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:05:00 \N \N \N \N \N 11526 t
+41024 59574 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-22 23:05:00 2014-12-23 00:05:00 \N \N \N \N \N 11527 t
+8283 19764 Losing Your Local? eng Tonight Are you in danger of losing your local? With an estimated 30 pub closures each week, this national tradition seems to be under threat. Can the great British boozer bounce back? \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:25:00 \N \N \N \N \N 11528 t
+8283 50081 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 03:25:00 2014-12-19 05:05:00 \N \N \N \N \N 11529 t
+8283 19765 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 05:05:00 2014-12-19 06:00:00 \N \N \N S \N 11530 t
+14498 26554 The New Yankee Workshop eng Monastery Table Norm demonstrates how to build an Italian monastery table in southern yellow pine. How will it look? Plus, top tips on using lathes and table saws. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:30:00 \N \N \N \N \N 11533 t
+14498 26555 The New Yankee Workshop eng Barrister Bookcase Norm demonstrates how to build a barrister's bookcase in oak. How will it look? Plus, top tips on using tools and choosing timber. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 03:30:00 2014-12-24 04:00:00 \N \N \N \N \N 11534 t
+14498 26556 Wheeler Dealers eng Mercedes Part 1 Auto whiz Mike Brewer and mechanical genius Edd China are getting their hands dirty fixing up a classic Mercedes 230E that's in need of a new wing. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:30:00 \N \N \N \N \N 11535 t
+14498 26557 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 04:30:00 2014-12-24 05:00:00 \N \N \N \N \N 11536 t
+14498 26558 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:30:00 \N \N \N \N \N 11537 t
+14498 26559 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N \N \N 11538 t
+14720 25927 Early Breakfast with Jenni Falconer eng \N Jenni Falconer is your early morning wake up call with all the best music as well as your up to date travel news. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 04:00:00 2014-12-22 06:00:00 \N \N \N \N \N 11539 t
+15856 3500 The Real Housewives of Atlanta eng Who's Your Poppa? Reality series. The housewives visit Kim's spiritual advisor, and NeNe receives news about the identity of her father. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:50:00 \N \N \N S \N 11540 t
+15856 3501 The Real Housewives of Atlanta eng Bring on the Bling Reality series following the lives of five glamorous Atlanta women. DeShawn throws a glam gala at her private estate. Kim and Sheree share a spa day and dinner. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 03:50:00 2014-12-23 04:35:00 \N \N \N S \N 11541 t
+15856 3502 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 04:35:00 2014-12-23 05:20:00 \N \N \N S \N 11542 t
+15856 4034 Below Deck eng All Hands on Deck Reality series chronicling the lives of the crew members who work and reside aboard a mega-yacht during charter season, while tending to the needs of their guests. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 05:20:00 2014-12-23 05:45:00 \N \N \N \N \N 11543 t
+15856 3692 ITVBe Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:45:00 2014-12-23 06:00:00 \N \N \N \N \N 11544 t
+17609 20359 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 15:50:00 2014-12-21 16:45:00 \N \N \N \N \N 11545 t
+17609 19674 Casper eng \N \N \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 16:45:00 2014-12-21 18:35:00 \N \N \N \N \N 11546 t
+4169 51780 Bargain Hunt eng Derby Antiques show. Tim Wonnacott presents from Derby where it is nurses versus paramedics. On hand are experts Nick Hall and Jonathan Pratt in case of emergency. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N S \N 11551 t
+4169 51753 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N S \N 11552 t
+4169 52560 Look North eng \N The latest news, sport and weather for the North East and Cumbria. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 13:30:00 2014-12-23 13:45:00 \N \N \N S \N 11553 t
+4169 56452 Chicken Run eng \N Award-winning animation about a band of hens desperate to escape a life of egg-laying on a chicken farm. With the voices of Mel Gibson, Julia Sawalha and Miranda Richardson. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 13:45:00 2014-12-23 15:05:00 \N \N 2000 AD,S \N 11554 t
+18112 36497 Wolfblood eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 10:35:00 2014-12-23 11:05:00 \N \N \N \N \N 11556 t
+8325 5318 Nicole Scherzinger eng The Hot Desk Interviews with the biggest names in music and entertainment. Behind the desk this time is singer, former Pussycat Doll and X Factor judge Nicole Scherzinger. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:10:00 \N \N \N S \N 11557 t
+8325 2655 Bonkers Guinness World Records eng \N Matt Edmondson narrates a festive selection of Christmas themed Guinness World Records including the most Christmas trees chopped in two minutes and the largest conga on ice. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 06:10:00 2014-12-20 06:35:00 \N \N \N S \N 11558 t
+8325 2634 Emmerdale Omnibus eng \N Zak tries to make amends with Edna. Moira is excited as Adam returns. Robert is worried as Lawrence plans revenge - is the net closing in? \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-20 06:35:00 2014-12-20 09:20:00 \N \N \N S,SL \N 11559 t
+15952 4550 The X Factor Class of 2014 eng \N As this year's series of The X Factor comes to a close, we take a look back at all the best and worst bits of the nation's most talked about entertainment series. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 18:10:00 2014-12-22 19:15:00 \N \N \N S \N 11568 t
+15952 2718 You've Been Framed at Christmas! eng \N Harry Hill unwraps some comic crackers including collapsing Christmas trees, silly Santas and stupidity in the snow. Plus children singing Jingle Bells into their camcorders. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 19:15:00 2014-12-22 19:45:00 \N \N \N S \N 11569 t
+15952 5470 You've Been Framed at Christmas! eng \N Harry Hill gives his unique gift of surreal silliness to some festive home videos including a fight to the death as a kid wrestles a Christmas tree, and Carrie the possessed car. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 19:45:00 2014-12-22 20:15:00 \N \N \N S \N 11570 t
+15952 5323 You've Been Framed at Christmas! eng \N Harry Hill presents a festive edition of the home video show, featuring Christmas catastrophes. Including stumbling Santas and a dog who cocks his leg at the Christmas tree. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 20:15:00 2014-12-22 20:45:00 \N \N \N S \N 11571 t
+15952 5324 Take Me Out Christmas Special eng \N Celebrity special featuring This Morning's Matt Johnson, 2008 King of the Jungle Joe Swash, and comedian Keith Lemon, all hoping to impress 30 girls from series past and present. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 20:45:00 2014-12-22 22:00:00 \N \N \N S \N 11572 t
+24464 50314 V8 Supercars Season Review eng \N A round-up of the 2014 season of Australia's premier touring car series. Part 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 18:55:00 2014-12-21 23:05:00 \N \N \N \N \N 11573 t
+28096 60579 Radical Highs eng \N More adventurous action in this episode of the series about unconventional and high-risk sports. Featuring downhill mountain biking for fans of terra firma. \N 0 25 f 3 eng eng 4 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:10:00 \N \N \N S \N 11574 t
+28096 59313 American Pickers eng Hobo Jack New. Keen-eyed duo Mike Wolfe and Frank Fritz scout out valuable gems in America's barns and backyards. 'Backwoods Jack' lets the guys rummage around his amazing stockpile. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 08:10:00 2014-12-19 09:00:00 \N \N \N S \N 11575 t
+25664 55701 Massive Hits at Christmas! eng \N It's the usual massive mix of the biggest hits and hottest stars, plus a few festive favourites added to get you in the Christmas spirit! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 13:50:00 2014-12-19 13:55:00 \N \N \N S \N 11576 t
+25664 55702 Fast Track Alert! Ben Haenow eng \N We welcome the new track from Ben Haenow. This is the fantastic, 'Something I Need'! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 13:55:00 2014-12-19 14:00:00 \N \N \N S \N 11577 t
+25664 55703 The Box+ Streaming Chart Of 2014 eng \N Join us to count down the 20 most streamed tracks of the year - who will be No.1? Data supplied by Spotify; to listen to the playlist in full, go to 4music.com/charts \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:30:00 \N \N \N S \N 11578 t
+40976 47729 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 00:15:00 2014-12-22 01:15:00 \N \N \N \N \N 11579 t
+40976 47730 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 01:15:00 2014-12-22 02:15:00 \N \N \N \N \N 11580 t
+40976 47731 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 02:15:00 2014-12-22 03:30:00 \N \N \N \N \N 11581 t
+33088 17460 Yankee Candles eng \N Since 1969, Yankee Candles have been made in the US from superior materials, including their premium fragrance oils. Fill your home with a wonderfully romantic atmosphere and exquisite scents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 \N \N \N \N \N 11586 t
+16032 41970 Dino Dan: Trek's Adventures eng Dino Pals Jurassic adventures. There is a new Australian exchange student named Robert in Trek's class. He loves dinosaurs just as much as Trek does. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:15:00 \N \N \N S \N 11589 t
+16032 41971 Dino Dan: Trek's Adventures eng Dino Mommas Jurassic adventures. Trek is rushing to make a Mother's Day craft for his mum when he discovers a Momma Triceratops who has lost her baby. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 14:15:00 2014-12-23 14:30:00 \N \N \N S \N 11590 t
+16032 41972 Super 4 eng Outlaws of Gravity Animated comedy adventure series featuring a gang of heroes. Our heroes suddenly become stronger. Or maybe gravity is getting weaker and weaker! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 14:30:00 2014-12-23 14:45:00 \N \N \N S \N 11591 t
+16032 37190 Super 4 eng The Siege Animated comedy adventure series. The Dark Baron's plan to capture the castle is underway when our young heroes reach the gates, then tiny voices call out for help. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 14:45:00 2014-12-23 15:00:00 \N \N \N S \N 11592 t
+8381 14874 Columbo eng A Stitch in Crime Columbo brings his distinctive investigative style to bear on a case in which a brilliant surgeon appears to be involved in a medical murder. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-21 14:20:00 2014-12-21 15:50:00 \N \N \N AD,S \N 11599 t
+16048 31864 ITV3 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 03:15:00 2014-12-22 03:40:00 \N \N \N \N \N 11600 t
+16048 31865 Emmerdale Omnibus eng \N Zak tries to make amends with Edna. Moira is excited as Adam returns. Robert is worried as Lawrence plans revenge - is the net closing in? \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-22 03:40:00 2014-12-22 06:00:00 \N \N \N S,SL \N 11601 t
+8274 16555 Midsomer Murders eng The Christmas Haunting It may be Christmas, but new DS Charlie Nelson is thrown straight into a murder case as a man is stabbed with an antique sword during a ghost-hunting party. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:00:00 \N \N \N AD,S \N 11602 t
+8274 16556 ITV News & Weather eng \N James Mates with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:15:00 \N \N \N S \N 11603 t
+8274 16574 Vicious eng Christmas Special Christmas special of the sitcom following the lives of an elderly gay couple. Freddie and Stuart are holding a Christmas celebration - with a little help from Ash. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 23:15:00 2014-12-21 23:45:00 \N \N \N AD,S \N 11604 t
+8274 20354 Rugby Highlights eng Aviva Premiership Mark Durden-Smith and David Flatman present highlights of Wasps v London Irish, Gloucester v Bath and reigning champions Northampton against Leicester at Franklin's Gardens. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 23:45:00 2014-12-22 00:45:00 \N \N \N S \N 11605 t
+14784 2862 All the Leaves are Brown... eng \N And the sky is grey. So check out Holidays TV! We have 100s of established agents with YOUR holiday needs in mind. Whatever tickles your fancy, you'll find it here! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 04:00:00 \N \N \N \N \N 11606 t
+26560 13719 In:Demand with Stu Tolan eng The Biggest Hits & The Biggest Stars on your radio every weeknight from 7pm! This is the all new In Demand! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 19:00:00 2014-12-23 22:00:00 \N \N \N \N \N 11607 t
+22208 3839 Nothing To Declare eng \N Fly-on-the-wall documentary following the men and women who defend Australia from drug runners, smugglers and terrorists. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:30:00 \N \N \N S \N 11608 t
+22208 3830 Nothing To Declare eng \N Fly-on-the-wall documentary following the men and women who defend Australia from drug runners, smugglers and terrorists. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:30:00 2014-12-21 07:00:00 \N \N \N \N \N 11609 t
+22208 3832 Motorway Patrol eng \N Documentary series from New Zealand following the madness and mayhem faced by intrepid officers as they pull over motorists for a variety of suspected offences. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:30:00 \N \N \N S \N 11610 t
+22208 3833 Motorway Patrol eng \N Documentary series from New Zealand following the madness and mayhem faced by intrepid officers as they pull over motorists for a variety of suspected offences. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-21 07:30:00 2014-12-21 08:00:00 \N \N \N S,AD \N 11611 t
+22208 3840 Bigger Than Cheryl eng \N Would-be Cheryl Fernandez-Versini lookalikes attempt to slim down and style up to look their idol, following a Chezza-style workout and adopting the star's healthy eating plan. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 08:00:00 2014-12-21 09:00:00 4 6 \N S,AD \N 11612 t
+41264 277 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 12:00:00 2014-12-22 00:00:00 \N \N \N \N \N 11613 t
+28288 8725 Laura Geller Makeup eng \N Laura Geller is a renowned make-up artist, teacher and working mother and the creative force behind one of the most successful make-up studios in New York. Join us to explore her superb range. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 11614 t
+28288 65357 Back at 5am eng \N Programmes start again at 5am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 13:00:00 2014-12-23 05:00:00 \N \N \N \N \N 11615 t
+8281 65390 ITV News Calendar eng \N The latest news from around the region, plus a local weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:35:00 2014-12-21 18:45:00 \N \N \N S \N 11616 t
+8281 16551 ITV News & Weather eng \N James Mates with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:45:00 2014-12-21 19:00:00 \N \N \N S \N 11617 t
+8281 25991 You've Got to Love Christmas eng \N A comic trawl through the festive TV archives mixing classic footage with advice from an array of comedians, journalists and celebrities including Dame Edna Everage and Al Murray. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N S \N 11618 t
+8281 17166 Surprise Surprise eng \N Holly Willoughby hosts a special festive edition of the show. Lending a helping hand tonight are the cast from Hollywood blockbuster Night at the Museum, and popsters The Vamps. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N AD,S \N 11619 t
+17472 57541 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:30:00 \N \N \N \N \N 11620 t
+17472 57542 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N \N \N 11621 t
+17472 57543 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:30:00 \N \N \N \N \N 11622 t
+17472 55480 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 10:30:00 2014-12-20 11:00:00 \N \N \N \N \N 11623 t
+17472 57912 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N \N \N 11624 t
+23712 3344 New Extreme Makeover: Home Edition eng Gibbs Family Part 2: More stunning property transformations. The Gibbs family's home is nearly complete - and it will revolutionise the lives of one woman and her six children. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-22 09:05:00 2014-12-22 10:00:00 \N \N \N S \N 11625 t
+23712 3345 River Cottage eng Winter's on the Way Hugh raids Devon's rocky coves looking for wild mussels, meets a man who makes wine in his backyard in London, and lays on a rabbit feast for 30 WI members. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N S \N 11626 t
+27456 45354 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N \N \N 11627 t
+23712 3346 River Cottage Every Day eng Meat Hugh Fearnley-Whittingstall takes his passion for cooking into the homes of the public. To begin, he shows how organic free-range meat can be enjoyed on a budget. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N S \N 11628 t
+25728 54283 SpongeBob SquarePants eng \N Cartoon about an accident-prone sea sponge and his friends Patrick Starfish, Squidward and others. \N 0 25 f 64 eng eng 5 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:30:00 \N \N \N AD,S \N 11652 t
+25728 54284 SpongeBob SquarePants eng \N Cartoon about an accident-prone sea sponge and his friends Patrick Starfish, Squidward and others. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N S \N 11653 t
+25728 54598 That 70s Show eng Streaking American comedy series about a group of teenagers in the 1970s. Gerald Ford is coming to Point Place on a whistle-stop tour and plans are being made for the big day. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:30:00 \N \N \N S \N 11654 t
+25728 54599 That 70s Show eng Battle of the Sexists American comedy series about a group of teenagers in the 1970s. Donna wonders about men and women and the meaning of equality. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 10:30:00 2014-12-20 11:00:00 \N \N \N S \N 11655 t
+25728 54600 That 70s Show eng Eric's Burger Job American comedy series about a group of teenagers in the 1970s. Eric's new job is getting in the way of his social life. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N S \N 11656 t
+25728 54601 That 70s Show eng The Keg American comedy series about a group of teenagers in the 1970s. The fortunate discovery of a beer keg leads to one hell of a party. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N S \N 11657 t
+8385 60706 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 03:40:00 2014-12-20 06:00:00 \N \N \N \N \N 11667 t
+27360 18240 FIFA World Cup Official Film 1962 eng 1962 Chile - Viva Brazil FIFA's record of the 1962 finals. Brazil's squad was very much like the one that triumphed in 1958, but they lost Pele to injury early in the tournament. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 09:15:00 2014-12-23 11:00:00 \N \N \N \N \N 11673 t
+12992 31153 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 \N \N \N \N \N 11909 t
+18112 65347 Arthur eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:15:00 \N \N \N \N \N 11681 t
+18112 36282 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 07:15:00 2014-12-22 07:45:00 \N \N \N \N \N 11682 t
+18112 36485 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 07:45:00 2014-12-22 08:50:00 \N \N \N \N \N 11683 t
+18112 35326 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 08:50:00 2014-12-22 09:15:00 \N \N \N \N \N 11684 t
+4166 49743 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:15:00 \N \N \N S \N 11694 t
+27840 5234 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N \N \N 11695 t
+27840 5235 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N \N \N 11696 t
+27840 5236 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 11:00:00 2014-12-22 13:00:00 \N \N \N \N \N 11697 t
+41024 59857 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-23 01:05:00 2014-12-23 02:00:00 \N \N \N \N \N 12128 t
+22336 59014 How I Met Your Mother eng Ducky Tie Ted tries to make amends with an ex-girlfriend whom he cheated on during their relationship. Marshall and Lily make a bet with Barney that has an embarrassing forfeit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:30:00 \N \N \N AD,S \N 11698 t
+22336 59013 The Spy Next Door eng \N Jackie Chan stars in this family-friendly action-comedy about a secret agent pitted against both the Russian mafia and the three children of the single mother he's fallen for. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 15:30:00 2014-12-21 17:30:00 \N \N 2010 S \N 11699 t
+22336 59015 The Big Bang Theory eng Pilot Leonard and Sheldon are brilliant physicists, but have no luck when it comes to understanding women. All this begins to change when the beautiful Penny moves in next door. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 17:30:00 2014-12-21 18:00:00 \N \N \N AD,S \N 11700 t
+4168 51761 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N S \N 11701 t
+4168 52595 North West Tonight eng \N The latest news, sport and weather for the North West of England. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N S \N 11702 t
+4168 58381 Celebrity Mastermind eng \N Featuring questions on Andy Murray, Joe Cocker, Still Game and British musicals. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 3 10 \N S \N 11703 t
+4168 51764 EastEnders eng \N Johnny makes an unexpected announcement. Kush makes it his mission to change Shabnam's mind about Christmas. Dean drops a bombshell. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N AD,S \N 11704 t
+4168 51766 Holby City eng I Will Honour Christmas in My Heart Hospital drama. Elliot's plans for a quiet family Christmas are derailed by the arrival of a friend in need. Ric returns to AAU. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N AD,S \N 11705 t
+13024 51001 The Gadget Show eng \N Action-packed consumer show. In this episode, Amy and Jason settle back and enjoy the best movie-streaming services, while Jon checks out the latest mini tablets. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 04:10:00 2014-12-23 05:00:00 \N \N \N S \N 11706 t
+13024 51281 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:00:00 2014-12-23 07:00:00 \N \N \N \N \N 11707 t
+28480 11892 Family Worship Centre Associate Pastors eng \N The church service of Jimmy Swaggart Ministries. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 11708 t
+28480 11893 The Message of the Cross eng \N A Biblical teaching programme hosted by Rev. Jimmy Swaggart, with a panel of pastors, professors and other church leaders. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:30:00 \N \N \N \N \N 11709 t
+28480 11894 Insight eng \N Today's news from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N \N \N 11710 t
+8452 58754 My Big Fat Gypsy Christmas Tinsel and Tiaras eng This new Yuletide special, packed with weddings, fun and festive spirit, shows that nobody does Christmas bling like Gypsies and Travellers \N \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:30:00 \N \N \N AD,S \N 11711 t
+8452 58755 Gogglebox 2014 eng A chance to see some of the best moments of the past year of Gogglebox 2014 in review from the country's best loved households. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:30:00 2014-12-25 00:05:00 \N \N \N S \N 11712 t
+14448 27219 48 Hours eng Mystery Compelling investigative series. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 11713 t
+14448 27220 48 Hours eng Mystery Compelling investigative series. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 11714 t
+14448 27221 Jail eng \N Tough reality series looking at the American penal system. Deputy Augusto Santos outlines the differences between a busy night and a slow night working intake in Hillsborough County. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:30:00 \N \N \N \N \N 11715 t
+14448 27222 Jail eng \N Series focussing on the sharp end of the incarceration process. Officer Sonjia Cardwell talks to several women in the prison and discusses the communication methods employed in the prison. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 23:30:00 2014-12-22 00:00:00 \N \N \N \N \N 11716 t
+25920 20148 Early Morning Shopping eng \N A selection of our best shows for the early morning shopper. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 06:00:00 2014-12-24 07:00:00 \N \N \N \N \N 11717 t
+25920 20822 Kitchen Sale eng \N A fantastic selection of products to help make life in the kitchen easier at great sale prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 07:00:00 2014-12-24 08:00:00 \N \N \N \N \N 11718 t
+25920 20514 Fashion Sale eng \N Join Ideal World for a selection of great fashion for this season at amazing prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 08:00:00 2014-12-24 09:00:00 \N \N \N \N \N 11719 t
+40960 53274 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 11723 t
+40960 53275 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-23 18:30:00 2014-12-23 18:45:00 \N \N \N \N \N 11724 t
+40960 53276 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 18:45:00 2014-12-23 19:00:00 \N \N \N \N \N 11725 t
+40960 53277 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 11726 t
+40960 53278 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:30:00 \N \N \N \N \N 11727 t
+40960 58143 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N \N \N 11728 t
+41040 17206 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 \N \N \N \N \N 11729 t
+41040 17207 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N \N \N 11730 t
+41040 17208 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 11731 t
+41040 17209 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N \N \N 11732 t
+41040 17210 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N \N \N 11733 t
+32836 31029 On Closer Inspection eng \N This hard-hitting flagship current affairs programme is the "News after the News". We delve deeper into the political and social stories that shape the daily lives of Leeds people. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N \N \N 11734 t
+32836 31030 The Real Extras eng \N In a new British gangster flick, the roles of a hooligan and a prostitute may not lead to any Academy Awards, but for wannabe extras this could be the big break they have been waiting for. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N \N \N 11735 t
+32836 31031 Baking Mad eng \N Eric Lanlard is invited to create a fabulous wedding cake for Delicious magazine's Royal Wedding special. Later he is joined at home by a family who want to make the perfect celebration cake. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N \N \N 11736 t
+32836 31032 All Star Unplugged eng \N A platform for up-and-coming musicians and bands across all genres of music. Recorded in the Live Room, at Made in Leeds Studios. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 17:30:00 2014-12-23 18:00:00 \N \N \N \N \N 11737 t
+8267 25378 The Cube eng Celebrity Special Phillip Schofield presents a celebrity edition of the game show, as Denise Welch, Sherrie Hewson and Lisa Maxwell from Loose Women and Olympian Greg Rutherford face the Cube. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N S \N 11743 t
+24064 60157 Back at 3am and 24-hours on HD 109 eng \N No Information Available \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 03:00:00 \N \N \N \N \N 11744 t
+24480 3555 Mellow Vintage eng \N Lay back, chill out and drift away to the mellowest music - a zone where only Vintage TV can take you. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 11753 t
+18112 36498 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 11:05:00 2014-12-23 11:30:00 \N \N \N \N \N 11754 t
+18112 36499 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N \N \N 11755 t
+40992 51863 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 15:05:00 2014-12-21 15:20:00 \N \N \N \N \N 11760 t
+40992 52979 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 15:20:00 2014-12-21 15:45:00 \N \N \N \N \N 11761 t
+25664 55746 Greatest Xmas Songs of All Time! eng \N With Santa's help, we're delivering the definitive Christmas soundtrack. These are the greatest Xmas songs of all time, gift wrapped especially for you. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 07:00:00 2014-12-22 09:00:00 \N \N \N \N \N 11771 t
+4166 51761 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N S \N 11777 t
+4166 52448 East Midlands Today eng \N The latest news, sport and weather for the East Midlands. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N S \N 11778 t
+4166 58381 Celebrity Mastermind eng \N Featuring questions on Andy Murray, Joe Cocker, Still Game and British musicals. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 3 10 \N S \N 11779 t
+4166 51764 EastEnders eng \N Johnny makes an unexpected announcement. Kush makes it his mission to change Shabnam's mind about Christmas. Dean drops a bombshell. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N AD,S \N 11780 t
+4166 51766 Holby City eng I Will Honour Christmas in My Heart Hospital drama. Elliot's plans for a quiet family Christmas are derailed by the arrival of a friend in need. Ric returns to AAU. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N AD,S \N 11781 t
+41120 14131 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 03:00:00 2014-12-23 05:30:00 \N \N \N \N \N 11785 t
+41120 14132 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N \N \N 11786 t
+15840 3580 Wake Up In The 90s eng \N Let us whizz you back to the 90s when Madchester was all the rave, Britpop made Britannia cool again and a generation was getting down and dirty with Grunge. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N \N \N 11787 t
+22592 17734 Hawksbee and Jacobs eng \N Hawksbee and Jacobs discuss all the day's biggest sports news stories. Call the show on 08717 22 33 44 (10p/min), text on 81089 (50p + charges) or follow on Twitter @tshandj \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-24 13:00:00 2014-12-24 16:00:00 \N \N \N \N \N 11788 t
+24448 63893 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N \N \N 11789 t
+24448 63894 Huge Jewellery Savings from GemsTV eng \N GemsTV give huge savings on genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N \N \N 11790 t
+24448 63895 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 02:00:00 2014-12-23 03:00:00 \N \N \N \N \N 11791 t
+41072 14195 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:45:00 \N \N \N \N \N 11792 t
+41072 14196 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 00:45:00 2014-12-24 01:00:00 \N \N \N \N \N 11793 t
+41072 14197 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 02:00:00 \N \N \N \N \N 11794 t
+41072 14198 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 02:00:00 2014-12-24 03:00:00 \N \N \N \N \N 11795 t
+8325 2723 Emmerdale eng \N Charity pushes Moira too far. Kirin enjoys playing games with Rakesh. Nicola's plan leaves Bernice furious. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 12:25:00 2014-12-23 12:55:00 \N \N \N AD,S \N 11796 t
+8325 4584 Coronation Street eng \N Tony regrets a moment of madness. Will Lloyd lend an ear to Steve? Steph stands up for herself. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 12:55:00 2014-12-23 13:25:00 \N \N \N AD,S \N 11797 t
+8325 2724 Coronation Street eng \N Gary faces up to the consequences. What is Callum up to? Steve plans the perfect Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 13:25:00 2014-12-23 13:55:00 \N \N \N AD,S \N 11798 t
+8325 2725 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 13:55:00 2014-12-23 15:00:00 \N \N \N S \N 11799 t
+17920 42164 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 02:30:00 2014-12-21 03:00:00 \N \N \N \N \N 11800 t
+8448 59027 Rude Tube's Christmas Cracker 2013 eng It's Christmas done the Rude Tube way as Alex Zane presents 50 amusing Crimbo clips The festive fun includes the laziest set of Christmas lights and the Christmas tree Olympics. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 22:05:00 2014-12-21 23:05:00 \N \N \N S \N 11801 t
+8448 59023 The Inbetweeners eng Will's Dilemma Simon and his new girlfriend Tara are on a double date with Will and Tara's friend Kerry, but Will wonders whether it's worth spending time with a girl he considers boring. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:05:00 2014-12-21 23:40:00 \N \N \N AD,S \N 11802 t
+8448 59024 The Inbetweeners eng The Camping Trip Will draws on his scouting experience to cope with the last trip he has organised for the boys before they go their separate ways, but the others are woefully unprepared. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:40:00 2014-12-22 00:10:00 \N \N \N AD,S \N 11803 t
+41008 58754 eng \N \N \N \N \N \N \N \N eng 8 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:30:00 \N \N \N \N \N 11804 t
+41008 58755 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 22:30:00 2014-12-25 00:05:00 \N \N \N \N \N 11805 t
+41136 50568 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 00:10:00 2014-12-22 01:15:00 \N \N \N \N \N 11806 t
+41136 50317 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 01:15:00 2014-12-22 02:15:00 \N \N \N \N \N 11807 t
+41136 50318 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 02:15:00 2014-12-22 06:00:00 \N \N \N \N \N 11808 t
+12992 31154 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 \N \N \N \N \N 11910 t
+14816 1006 1-2-1 Dating - NEW & Improved eng 1-2-1 Dating WORKS - Testimonial 'I thought, nothing ventured, nothing gained... Shortly after, I met Jonathan' - (K C, 32, London). Watch ads for free with 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 12:00:00 2014-12-24 16:00:00 \N \N \N \N \N 11812 t
+17540 49743 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:15:00 \N \N \N \N \N 11813 t
+8264 45008 Good Morning Britain eng \N Breakfast show. Angelina Jolie chats about her latest film as a director, Unbroken, which tells the story of plane crash survivor and former Olympic star Louis Zamperini. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 08:30:00 \N \N \N S \N 11814 t
+8264 45009 Lorraine eng \N Hollywood star Ethan Hawke talks about the Golden Globe Award-nominated film Boyhood in which he stars, and Katherine Jenkins chats and performs the festive favourite Silent Night. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:25:00 \N \N \N S \N 11815 t
+14608 32049 Little House On The Prairie eng \N The Angry Heart - A 17 year-old budding criminal named Tod Dortmunder is sent to Walnut Grove to live with his grandparents after his mother loses patience with his ill-tempered behavior. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 13 \N \N \N 6 11816 t
+14608 32050 All I Want For Christmas eng \N Sarah starts dating to fulfill her son's Christmas wish for a new dad. But when she falls for someone unexpected she has to work extra hard, because her son already has a dad picked out. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 13:00:00 2014-12-24 15:00:00 \N \N \N \N \N 11817 t
+14752 40845 The Bassman eng \N The Bassman's on hand with the biggest hit music including Rita Ora, Katy Perry, Miley Cyrus, Ed Sheeran and more. Join the conversation @CapitalOfficial on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 16:00:00 \N \N \N \N \N 11818 t
+8442 55925 Come Dine with Me eng \N First up in this festive episode is ditsy actress Chelsee Healey, who throws a Caribbean Christmas night. The only problem is that she's never hosted a dinner party before. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 13:25:00 2014-12-24 14:00:00 \N \N \N S \N 11824 t
+8442 55926 Come Dine with Me eng \N The latest to host in this festive competition is Hollyoaks star Nick Pickard, who is determined to get everyone in the festive spirit with his gourmet cuisine and elf dress code. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:35:00 \N \N \N S \N 11825 t
+8442 55927 Come Dine with Me eng \N The latest to host in this festive competition is actress Crissy Rock, who is hoping to lift Christmas spirits with a retro-themed dinner party. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 14:35:00 2014-12-24 15:05:00 \N \N \N S \N 11826 t
+8274 45008 Good Morning Britain eng \N Breakfast show. Angelina Jolie chats about her latest film as a director, Unbroken, which tells the story of plane crash survivor and former Olympic star Louis Zamperini. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 08:30:00 \N \N \N S \N 11827 t
+8274 45009 Lorraine eng \N Hollywood star Ethan Hawke talks about the Golden Globe Award-nominated film Boyhood in which he stars, and Katherine Jenkins chats and performs the festive favourite Silent Night. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:25:00 \N \N \N S \N 11828 t
+14720 1710 Matt Wilkinson eng \N Matt keeps you company on your weekday afternoons with more music variety and all the latest news and travel. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 16:00:00 \N \N \N \N \N 11829 t
+4175 51761 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N S \N 11833 t
+4175 51764 EastEnders eng \N Johnny makes an unexpected announcement. Kush makes it his mission to change Shabnam's mind about Christmas. Dean drops a bombshell. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N AD,S \N 11834 t
+4175 51766 Holby City eng I Will Honour Christmas in My Heart Hospital drama. Elliot's plans for a quiet family Christmas are derailed by the arrival of a friend in need. Ric returns to AAU. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N AD,S \N 11835 t
+28160 15868 Leading the Way eng \N Dr. Michael Youssef's worldwide radio ministry, passionately proclaiming uncompromising truth. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:30:00 \N \N \N \N \N 11836 t
+28160 15869 Your Call eng \N Your chance to get in touch with John and the team and share your views. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N \N \N 11837 t
+28160 15870 Telling the Truth eng \N Dynamic Bible teaching from Stuart, Jill and Pete Briscoe \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:30:00 \N \N \N \N \N 11838 t
+28160 15871 Woman to Woman eng \N Maria Rodrigues with the show for Christian women, featuring music, guests and phone-ins. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 10:30:00 2014-12-24 12:00:00 \N \N \N \N \N 11839 t
+23296 5808 Loud and Proud eng \N Be proud of who you are and meet your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 12:00:00 2014-12-20 14:00:00 \N \N \N \N \N 11947 t
+28032 28017 Pawn Stars eng Chum Goes Awol Series following pawn shop owners in Las Vegas. Corey looks for a sound deal on a 1901 Edison Phonograph. Rick comes across some small sculptures cast in solid gold. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N S \N 11840 t
+28032 18799 Pawn Stars eng Wheels Series following pawn shop owners in Las Vegas. The Pawn Stars have a chance to buy an incredibly rare 1970s Indian mini-motorcycle. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N S \N 11841 t
+28032 28018 Storage Wars eng Viva La San Francisco Jarrod and Brandi uncover something top secret in the City by the Bay. Plus, Darrell goes all in on a big bid. Will this be the gamble which breaks him? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N S \N 11842 t
+28032 28019 Storage Wars eng Highland Anxiety Darrell buys on a hunch, praying for something that will lift him out of the danger zone. Meanwhile, Dave struggles to find a good reason to open his wallet. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N S \N 11843 t
+15456 280 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 12:00:00 2014-12-25 00:00:00 \N \N \N \N \N 11844 t
+14832 1365 Winter in Gay Rabbit Meadow eng \N Gay Rabbit Chat & Date has been connecting people for 6 years, so wherever you sit on the LGBT spectrum, pop in and say hi! Introduce a friend and earn FREE credits for each of you \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 12:00:00 2014-12-24 16:00:00 \N \N \N \N \N 11845 t
+8283 65390 ITV News Calendar eng \N The latest news from around the region, plus a local weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:35:00 2014-12-21 18:45:00 \N \N \N S \N 11846 t
+8283 16551 ITV News & Weather eng \N James Mates with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:45:00 2014-12-21 19:00:00 \N \N \N S \N 11847 t
+8283 25991 You've Got to Love Christmas eng \N A comic trawl through the festive TV archives mixing classic footage with advice from an array of comedians, journalists and celebrities including Dame Edna Everage and Al Murray. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N S \N 11848 t
+8283 17166 Surprise Surprise eng \N Holly Willoughby hosts a special festive edition of the show. Lending a helping hand tonight are the cast from Hollywood blockbuster Night at the Museum, and popsters The Vamps. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N AD,S \N 11849 t
+14800 1365 Come Up and See Me eng \N Rabbit Chat & Date has been connecting people for over 6 years now on TV - and now also by our new iPhone app! Flirt, chat & make new friends. The opportunities are endless! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 12:00:00 2014-12-24 16:00:00 \N \N \N \N \N 11853 t
+15312 280 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 12:00:00 2014-12-25 00:00:00 \N \N \N \N \N 11854 t
+15440 280 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 12:00:00 2014-12-25 00:00:00 \N \N \N \N \N 11855 t
+27648 5957 Baggage Battles eng \N Mark, Billy and Laurence and Sally arrive at an airport hanger in Indianapolis to outbid each other, and the locals, on items such as luggage, antiques and sports memorabilia. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 21:00:00 2014-12-21 21:30:00 \N \N \N \N \N 11856 t
+27648 5958 Baggage Battles eng \N Every year in America, truckers transport $671 billion of shipped goods. When this gets lost or undelivered, it becomes 'unclaimed freight'. Can our team win some of the pallets? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 21:30:00 2014-12-21 22:00:00 \N \N \N \N \N 11857 t
+27648 4426 Tigers Attack eng \N A tiger's roar is said to paralyse prey, giving it time to catch and kill. But could there be something more to it something beyond our hearing? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:00:00 \N \N \N \N \N 11858 t
+8264 16555 Midsomer Murders eng The Christmas Haunting It may be Christmas, but new DS Charlie Nelson is thrown straight into a murder case as a man is stabbed with an antique sword during a ghost-hunting party. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:00:00 \N \N \N AD,S \N 11859 t
+8264 16556 ITV News & Weather eng \N James Mates with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:15:00 \N \N \N S \N 11860 t
+8264 16574 Vicious eng Christmas Special Christmas special of the sitcom following the lives of an elderly gay couple. Freddie and Stuart are holding a Christmas celebration - with a little help from Ash. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 23:15:00 2014-12-21 23:45:00 \N \N \N AD,S \N 11861 t
+8264 20354 Rugby Highlights eng Aviva Premiership Mark Durden-Smith and David Flatman present highlights of Wasps v London Irish, Gloucester v Bath and reigning champions Northampton against Leicester at Franklin's Gardens. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 23:45:00 2014-12-22 00:45:00 \N \N \N S \N 11862 t
+8384 58997 Devil eng \N Supernatural horror. Chris Messina stars as a police officer who discovers that four Philadelphia office workers are trapped in a lift with the Devil incarnate. Strong violence. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 01:10:00 2014-12-21 02:30:00 \N \N 2010 AD,S \N 11863 t
+8384 58660 Hollyoaks Omnibus eng \N Sienna kidnaps Minnie, Nico decides her family would be better off without her, and Dodger becomes trapped in a Christmas nightmare. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 02:30:00 2014-12-21 04:40:00 \N \N \N AD,S,SL \N 11864 t
+13120 8578 The Christmas Morning Show eng \N Each morning wake up to QVC and a fantastic selection of Christmas pressie ideas to save you from the rush of festive shopping. Tune in for some special guests too. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N \N \N 11865 t
+13120 8579 Love to Cook eng Cook's Essentials Discover, QVC's signature brand of high quality kitchenware. Innovative appliances loved by cooking novices and budding chefs alike, this range brings performance and practicality to your kitchen. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 11866 t
+13120 8580 Outerwear by Centigrade eng \N A wide range of high-quality, fashion-inspired coats and jackets in soft, luxurious fabrics. This competitively-priced collection is designed to complete your daytime or evening look to perfection. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N \N \N 11867 t
+23152 17500 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:30:00 \N \N \N \N \N 11868 t
+23152 17501 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-23 03:30:00 2014-12-23 04:00:00 \N \N \N \N \N 11869 t
+23296 5809 Out and About eng \N Don't just sit there, get stuck in. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 14:00:00 2014-12-20 16:00:00 \N \N \N \N \N 11948 t
+28416 20106 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:30:00 \N \N \N \N \N 11949 t
+23152 17502 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 04:00:00 2014-12-23 05:00:00 \N \N \N \N \N 11870 t
+23152 17503 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 \N \N \N \N \N 11871 t
+23152 17504 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N \N \N 11872 t
+17472 57713 QI XL eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 21:40:00 2014-12-21 22:25:00 \N \N \N \N \N 11873 t
+17472 57712 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-21 22:25:00 2014-12-21 23:25:00 \N \N \N \N \N 11874 t
+17472 57550 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 23:25:00 2014-12-22 00:05:00 \N \N \N \N \N 11875 t
+14372 8116 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N \N \N 11876 t
+14372 8117 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N \N \N 11877 t
+14372 8118 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N \N \N 11878 t
+24384 15471 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 11879 t
+24384 15532 Heartfelt Creations Sale 4 Day Deal eng \N A chance for you to get our special product, the Create and Craft 4 Day Deal \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N \N \N 11880 t
+24384 15472 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N \N \N 11881 t
+24480 3616 Neil McCormick's Needle Time eng \N Lloyd joins Neil for a frank talk, introducing Bob Dylan's 'Tangled Up In Blue', The Smiths 'How Soon Is Now?' and Morrissey's 'We Hate It When Our Friends Become Successful'. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 03:00:00 2014-12-24 04:00:00 \N \N \N \N \N 11882 t
+24480 3617 Neil McCormick's Needle Time eng \N The Jethro Tull flautist, MBE and winner of an Ivor Novello Award joins Neil for a review of how it all began and demonstrates a range of styles and melodies on his trusty flute. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 04:00:00 2014-12-24 05:00:00 \N \N \N \N \N 11883 t
+24480 3618 Neil McCormick's Needle Time eng \N Feargal Sharkey, lead vocalist of The Undertones joins Neil to talk about delivering TVs as a young punk, touring with The Ramones and how his band grew apart. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 05:00:00 2014-12-24 06:00:00 \N \N \N \N \N 11884 t
+26368 6018 Drive Home with Paul Hollins eng \N Join Paul Hollins, in for Anthony Davis, on the Smooth Drive Home from 4.00pm \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 20:00:00 \N \N \N \N \N 11885 t
+22688 1015 Magic Soul Town with Angie Greaves eng \N Magic Soul Town with Angie Greaves sees the biggest Soul and Motown songs putting you in a good mood for your Saturday evening. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 18:00:00 2014-12-20 20:00:00 \N \N \N \N \N 11886 t
+22688 1016 Mellow Magic with Hannah Cox eng \N Relax, chill out and feel the Magic \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 20:00:00 2014-12-21 00:00:00 \N \N \N \N \N 11887 t
+15808 50314 V8 Supercars Season Review eng \N A round-up of the 2014 season of Australia's premier touring car series. Part 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 18:55:00 2014-12-21 23:05:00 \N \N \N \N \N 11888 t
+23152 17400 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:30:00 \N \N \N \N \N 11889 t
+23152 17401 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 12:30:00 2014-12-20 13:00:00 \N \N \N \N \N 11890 t
+23152 17402 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 \N \N \N \N \N 11891 t
+23152 17403 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 13:30:00 2014-12-20 14:00:00 \N \N \N \N \N 11892 t
+23152 17404 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N \N \N 11893 t
+23152 17405 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N \N \N 11894 t
+24448 63833 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 11895 t
+41024 59577 Gogglebox eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:55:00 \N \N \N \N \N 12129 t
+24448 63835 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N \N \N 11897 t
+22752 1079 Kiss Fresh Up All Night eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 00:00:00 2014-12-21 03:00:00 \N \N \N \N \N 11898 t
+27712 22042 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 11899 t
+27712 22043 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 \N \N \N \N \N 11900 t
+27712 22044 Innovate Africa eng \N Today on Innovate Africa, connecting remote medical facilities by satellite broadband. Using Lasers to tackle serious diseases and a new African space race. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-23 22:30:00 2014-12-23 23:00:00 \N \N \N \N \N 11901 t
+27712 22045 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 11902 t
+25920 20349 Ceramic Pans Pick of the Year eng \N A chance to get some of your favourite products from 2014. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N \N \N 11903 t
+24032 31275 Ali eng An American Hero Biopic starring David Ramsey and Clarence Williams, 2000. Exploring the life and career of legendary boxer Muhammad Ali, born Cassius Clay in Louisville, Kentucky \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 19:10:00 2014-12-20 21:00:00 \N \N \N \N \N 11904 t
+12992 31149 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N \N \N 11905 t
+12992 31150 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N \N \N 11906 t
+14448 27116 Unsolved Mysteries eng \N Compelling series exploring intriguing mysteries. Gilbert Ortiz is almost killed by his wife's poisoned milkshake, and a family who took in two sisters for two years would like to get in touch again. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 \N \N \N \N \N 11911 t
+14448 27117 The Investigator eng \N An in-depth look into some of New Zealand's most puzzling crimes in recent history, investigating if there was more to each crime than meets the eye. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 01:00:00 2014-12-19 02:00:00 \N \N \N \N \N 11912 t
+14448 27118 Crime Stories eng \N Grisly crimes are meticulously reconstructed in this dramatic series. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-19 02:00:00 2014-12-19 03:00:00 \N \N \N \N \N 11913 t
+12992 30796 My Name Is Earl eng \N US comedy series. Earl tries to help an old friend who is living in the woods. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:25:00 \N \N \N S \N 11914 t
+12992 30797 Columbo eng Requiem For A Falling Star Detective drama starring Peter Falk and Anne Baxter. A feud between a fading actress and a gossip columnist forms the backdrop to a homicide investigation. \N 0 25 f 3 eng eng 1 0 0 \N 2014-12-20 12:25:00 2014-12-20 13:55:00 \N \N 1973 S \N 11915 t
+12992 30798 Columbo eng Old Fashioned Murder Crime drama starring Peter Falk and Joyce Van Patten. When her brother plans to shut down their family's museum, his sister plans a scam that includes his murder. \N 0 25 f 3 eng eng 1 0 0 \N 2014-12-20 13:55:00 2014-12-20 15:40:00 \N \N 1976 S \N 11916 t
+23712 3591 The Hotel Inspector eng Woodlands Lodge Hotel, New Forest Ruth Watson revives the fortunes of failing hotels. David and Jenny own the Woodlands Lodge and are worried by the opening of a luxury hotel nearby. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N S \N 11917 t
+23712 3072 River Cottage eng Winter's on the Way Hugh raids Devon's rocky coves looking for wild mussels, meets a man who makes wine in his backyard in London, and lays on a rabbit feast for 30 WI members. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N S \N 11918 t
+23712 3069 Homes Under the Hammer eng \N Take a sneaky peek around more properties before they go to auction. Opportunities here include a three-floored property in Harrogate and in Margate - two flats in one house. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N S \N 11919 t
+41136 50256 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 00:10:00 2014-12-19 01:15:00 \N \N \N \N \N 11920 t
+41136 50257 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 01:15:00 2014-12-19 04:10:00 \N \N \N \N \N 11921 t
+22720 1363 Live@Kiss with Michael & Andrea eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 15:00:00 2014-12-24 19:00:00 \N \N \N \N \N 11922 t
+22208 1283 Airline eng \N It's a busy day at Luton and Liverpool, but Leo Jones is all dressed up for easyJet's Christmas party. Will he win back his ex-girlfriend, Mel, after their recent split? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:30:00 3 12 \N S \N 11923 t
+22208 1284 Airline eng \N The Southeast is gripped by a freak blizzard, which means mayhem for the crew at Luton Airport, while at Bristol the passengers gang up on James Densley. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:30:00 2014-12-20 13:00:00 4 12 \N S \N 11924 t
+22208 1285 Airline eng \N Check in for the popular documentary's ninth series, charting all the highs and lows of the passengers, ground workers and onboard staff of EasyJet. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 10 \N \N S 9 11925 t
+22208 1286 Airline eng \N Check in for the popular documentary's tenth series, charting the highs and lows of the passengers, ground workers and onboard staff of EasyJet. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 13:30:00 2014-12-20 14:00:00 3 \N \N S 10 11926 t
+22208 1287 Animal House eng \N Documentary series shining a spotlight on the staff at SPCA Auckland, who dedicate their days to the care and protection of the region's animals. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 11 \N \N S 1 11927 t
+22208 1291 Animal House eng \N Documentary series shining a spotlight on the staff at SPCA Auckland, who dedicate their days to the care and protection of the region's animals. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 1 \N \N S 2 11928 t
+15456 276 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 12:00:00 2014-12-21 00:00:00 \N \N \N \N \N 11929 t
+28096 59471 Traffic Cops eng Weapon of Destruction Jamie Theakston narrates a revealing documentary series about Britain's traffic police. This edition follows a hunt for illegal drivers in Hampshire. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:40:00 \N \N \N \N \N 11933 t
+28096 59472 Traffic Cops eng In the Red Jamie Theakston narrates a revealing series about the British traffic police. The traffic cops meet a woman with the highest blood alcohol level they have ever seen. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 15:40:00 2014-12-24 16:20:00 \N \N \N \N \N 11934 t
+28096 59473 Storage Hunters eng Hot Rod and Heavy Hitters It's all-out war in the US reality series as competing bargain hunters bid for storage units. Lori is angry when Brendan cuts a deal with rival Jesse. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 16:20:00 2014-12-24 16:50:00 \N \N \N S \N 11935 t
+28096 59474 Storage Hunters eng Sting Like a Bee Hit fly-on-the-wall reality series. Brandon and Lori are irked by Jesse's aggressive bidding style. And there's a sting in the tail when one unit is opened... \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 16:50:00 2014-12-24 17:20:00 \N \N \N S \N 11936 t
+28096 59475 Red Bull Soapbox Race eng Peru It's back! The welcome return of the global event in which daredevil drivers tackle perilous courses in their wacky homemade soapbox vehicles. The action kicks off in Peru. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 17:20:00 2014-12-24 18:20:00 \N \N \N \N \N 11937 t
+17664 58997 Devil eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-21 01:10:00 2014-12-21 02:30:00 \N \N \N \N \N 11938 t
+17664 58660 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-21 02:30:00 2014-12-21 04:40:00 \N \N \N \N \N 11939 t
+25728 54508 Two Pints of Lager and a Packet of Crisps eng When Janet Met Johnny Flashback to the moment that Janet and Jonny first met. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:40:00 \N \N \N S \N 11940 t
+25728 54667 Jackass eng \N Johnny Knoxville and his foolhardy troops continue to push the boundaries of pain, taste and decency with revolting comedy pranks. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 01:40:00 2014-12-24 02:40:00 \N \N \N S \N 11941 t
+25728 54511 VIVA The Hits! eng \N An eclectic mix of the biggest hits from your favourite artists, all in one place. Presenting future smashes, pop classics and the biggest superstars around. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 02:40:00 2014-12-24 03:00:00 \N \N \N \N \N 11942 t
+22272 5612 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:10:00 \N \N \N \N \N 11943 t
+22272 2882 Red Bull X-Fighters 2014 eng \N Daredevil motocross freestylers show off their jaw-dropping skills in this spectacular series of events! The season opener takes place at Monumental Plaza de Toros in Mexico. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 07:10:00 2014-12-22 08:00:00 \N \N \N \N \N 11945 t
+22272 65133 Top Gear eng \N More motoring madness. Jeremy Clarkson subjects the Skoda Yeti to a remarkably thorough road test, while James May visits the test track in the insane Aerial Atom V8. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-22 08:00:00 2014-12-22 09:00:00 \N \N \N AD,S \N 11946 t
+28416 20107 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-20 17:30:00 2014-12-20 19:00:00 \N \N \N \N \N 11950 t
+17540 58381 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 11953 t
+17540 51764 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N \N \N 11954 t
+17540 51766 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 11955 t
+27744 42047 NCIS eng \N Former marine Gibbs now leads a tough team as part of the NCIS Major Case Response Team. The wife of a marine shoots an intruder in self defence, but is it an open and shut case?/23 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 9 \N \N \N 2 11956 t
+27744 42048 NCIS eng \N Special Agent Gibbs leads his NCIS Team of investigators in the world of military crime. Tony goes undercover, but then goes missing without a trace.../23 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 10 \N \N \N 2 11957 t
+27744 42049 The High Chaparral eng \N The Cannon family fight to establish a ranch in the Arizona territory of the 1870s. Big John Cannon is unceasing in his determination to carve a life in the untamed west. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N \N \N 11958 t
+15952 4533 The Cube eng Celebrity Special David Haye tries to intimidate the Cube, while Kian Egan takes some big risks in an attempt to win cash for charity. Do either of them have what it takes to beat the Cube? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:20:00 2014-12-20 13:20:00 \N \N \N S \N 11959 t
+15952 44820 I'm a Celeb eng Stars of Oz Former King of the Jungle Joe Swash looks back at the champions from 14 years of I'm a Celebrity... Get Me Out of Here! Featuring an exclusive interview with this year's winner. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 13:20:00 2014-12-20 14:25:00 \N \N \N S \N 11960 t
+15952 2455 Secret Santa eng \N Made-for-TV family drama starring Jennie Garth and Steven Eckholdt, 2003. A big city journalist is sent to a small town to try and find out the identity of a 'secret Santa' \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 14:25:00 2014-12-20 16:15:00 \N \N \N S \N 11961 t
+17609 19468 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:25:00 \N \N \N \N \N 11962 t
+17609 19445 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 03:25:00 2014-12-19 05:05:00 \N \N \N \N \N 11963 t
+17609 19446 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 05:05:00 2014-12-19 06:00:00 \N \N \N \N \N 11964 t
+28352 2277 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:20:00 \N \N \N \N \N 11965 t
+28352 2278 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 06:20:00 2014-12-22 07:00:00 \N \N \N \N \N 11966 t
+28352 2279 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 07:00:00 2014-12-22 08:00:00 \N \N \N \N \N 11967 t
+28352 2280 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N \N \N 11968 t
+28352 2281 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N \N \N 11969 t
+28160 15764 The Worship Hour eng \N Rick Easter starts your afternoon with the very best worship music, Bible readings and prayer. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 11970 t
+28160 15765 Priestland's Progress eng \N Another chance to hear the classic BBC radio series from the 1980s, as Gerald Priestland discovers Christianity in all its forms. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N \N \N 11971 t
+28160 15766 Things Unseen eng \N In this series from CTVC, we hear the unseen stories of how Christianity is impacting lives. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N \N \N 11972 t
+28160 15767 Unbelievable eng \N Justin Brierley presents the faith discussion show that helps you argue the case for Christianity. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 14:30:00 2014-12-20 16:00:00 \N \N \N \N \N 11973 t
+27456 45348 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:30:00 \N \N \N \N \N 11974 t
+27456 45349 SophieCo eng \N Tune in for the interview show SophieCo with its charming host Sophie Shevardnadze and enjoy good talk. Solid facts, uncommon opinions, thoughtful observations. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 06:30:00 2014-12-22 07:00:00 \N \N \N \N \N 11975 t
+27456 45350 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:30:00 \N \N \N \N \N 11976 t
+27456 45351 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 07:30:00 2014-12-22 08:00:00 \N \N \N \N \N 11977 t
+27456 45352 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N \N \N 11978 t
+27456 45353 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N \N \N 11979 t
+27744 42087 Teleshopping eng \N Put the pleasure back into shopping from the comfort of your home and choose from a selection of innovative products. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N \N \N 11980 t
+26240 11727 heat Breakfast with Naomi Kent eng \N Morning you! Naomi wakes up the UK direct from heat! #heatradio \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 06:00:00 2014-12-22 10:00:00 \N \N \N \N \N 11981 t
+13024 50967 New: World's Strongest Man 2014 eng Melbourne - Qualifier Brand new strongman competition. Rob Frampton takes on strength stars including Icelander Thor. The top three athletes will have the chance to compete in the finals. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 12:45:00 2014-12-20 13:45:00 \N \N \N S \N 11988 t
+13024 50968 Deck The Halls eng \N Seasonal family comedy starring Matthew Broderick and Danny DeVito. A pair of feuding neighbours compete against each other for the most dazzling festive light display. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 13:45:00 2014-12-20 15:35:00 \N \N 2006 S \N 11989 t
+32836 30924 Make Me a Millionaire Inventor eng \N Shini seeks out a grandmother who is the inventor of the wallet that requires a fingerprint to open. Jem, meanwhile, meets an Israeli family man who has drawn an incredibly futuristic kitchen device. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 11991 t
+32836 30925 Talk A Good Game eng \N Derm Tanner hosts coverage of sports action and reactions, and the hot topics at Leeds United FC, while bringing the latest news from Leeds Rhinos & Yorkshire Cricket Club. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 \N \N \N \N \N 11992 t
+41024 59818 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-23 02:55:00 2014-12-23 03:50:00 \N \N \N \N \N 12130 t
+32836 30926 Life After United eng \N A new series catching up with the legends of Leeds United, as they reminisce about their glory days and tell us where they are now. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-20 13:30:00 2014-12-20 14:00:00 \N \N \N \N \N 11993 t
+32836 30927 Restaurant in our Living Room eng \N Kim and John go for local organic produce serving posh nosh to fewer diners, whilst Gary and Deborah use four microwaves and cash and carry food. Rows break out between chefs and diners. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N \N \N 11994 t
+32896 8638 Pop Through The Night eng \N A late night round up of everyone's favourite Invisible Network of Kids. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 00:00:00 2014-12-23 03:00:00 \N \N \N \N \N 11995 t
+16208 36943 Sharpe eng Sharpe's Enemy Liz Hurley guest stars in the Napoleonic action adventure in which buckles are certainly swashed. A beautiful noblewoman is taken hostage, and Sharpe must save her. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-20 12:20:00 2014-12-20 14:25:00 \N \N \N \N \N 11996 t
+16208 36944 Catherine Cookson's The Wingless Bird eng \N First in a three-part adaptation of Cookson's pre-World War I novel. Agnes Conway, a restless young woman, has her life transformed with the arrival of the dashing Charles Farrier. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-20 14:25:00 2014-12-20 15:25:00 \N \N \N S \N 11997 t
+24032 31397 The Glass House eng \N Psychological thriller about an orphaned brother and sister who are sent to live in an opulent mansion in Malibu where all is not what it seems \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 01:15:00 2014-12-23 03:35:00 \N \N \N \N \N 12003 t
+23184 17906 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 12004 t
+23184 17907 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 12005 t
+23184 17908 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 12006 t
+22226 6413 The Chase eng \N Bradley Walsh hosts the game show that asks contestants to complete a series of general knowledge questions faster than The Chaser, a brainbox of the highest order. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N S,AD \N 12007 t
+22226 6414 3-2-1 eng \N Dickensian-themed Christmas special of the popular game show presented by Ted Rogers. Contestants try to avoid elimination, and the Dusty Bin booby prize, by solving cryptic clues. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:15:00 \N \N \N S \N 12008 t
+22226 6423 Family Fortunes eng \N Two families play against each other in the big money survey-based gameshow presented by Max Bygraves. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 20:15:00 2014-12-24 21:00:00 \N \N \N S \N 12009 t
+22688 1047 Drivetime with Richard Allinson eng \N The best feelgood music on the More Music Drivetime with Richard Allinson. Keep up to date with the latest travel, news, weather and the stressbusters at 7pm. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 17:00:00 2014-12-24 20:00:00 \N \N \N \N \N 12010 t
+18112 64425 Arthur eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:20:00 \N \N \N \N \N 12011 t
+18112 64427 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 07:20:00 2014-12-19 07:30:00 \N \N \N \N \N 12012 t
+18112 64428 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 07:30:00 2014-12-19 07:35:00 \N \N \N \N \N 12013 t
+18112 64429 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 07:35:00 2014-12-19 07:40:00 \N \N \N \N \N 12014 t
+18112 64431 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 07:40:00 2014-12-19 07:45:00 \N \N \N \N \N 12015 t
+18112 35166 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 07:45:00 2014-12-19 08:15:00 \N \N \N \N \N 12016 t
+18112 64454 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 08:15:00 2014-12-19 08:25:00 \N \N \N \N \N 12017 t
+18112 64432 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 08:25:00 2014-12-19 08:55:00 \N \N \N \N \N 12018 t
+18112 64433 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 08:55:00 2014-12-19 09:10:00 \N \N \N \N \N 12019 t
+20352 58193 Haywire eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 00:25:00 2014-12-21 02:15:00 \N \N \N \N \N 12020 t
+20352 58194 Naked eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 02:15:00 2014-12-21 04:55:00 \N \N \N \N \N 12021 t
+24016 12913 Fighting Man Of The Plains eng \N A US Marshal with a dubious past enlists the help of Jesse James to tame a wild Kansas town. Stars Randolph Scott and Dale Robertson. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 15:10:00 2014-12-24 17:05:00 \N \N 1949 \N \N 12022 t
+24016 12914 The Restless Breed eng \N A cowboy is intent on avenging his father's death at the hands of an outlaw leader. Stars Scott Brady and Anne Bancroft. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 17:05:00 2014-12-24 18:45:00 \N \N 1957 \N \N 12023 t
+14688 11609 Absolute Radio's Greatest Hits eng \N It's the weekend and so Vicki is on Absolute Radio waking you up with all of our Greatest Hits. Tell her why you're up this early and she'll give you a mention. Text Vicki on 81215 \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 04:00:00 2014-12-21 08:00:00 \N \N \N \N \N 12024 t
+23296 5858 Something for Everyone eng \N Thousands of like-minded people are waiting for you now. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 18:00:00 \N \N \N \N \N 12025 t
+22784 792 Freddie on Kisstory eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 17:00:00 2014-12-24 22:00:00 \N \N \N \N \N 12029 t
+26240 11715 James Barr eng \N James Barr gets your Saturday party going! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 12:00:00 2014-12-20 16:00:00 \N \N \N \N \N 12030 t
+23120 20493 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N \N \N 12031 t
+23120 20489 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N \N \N 12032 t
+22688 1048 Mellow Magic with Danny Pietroni eng \N Relax, chill out and feel the Magic \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 20:00:00 2014-12-25 00:00:00 \N \N \N \N \N 12033 t
+23120 20490 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N \N \N 12034 t
+22624 40504 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N \N \N 12035 t
+22624 40505 Afternoon Edition eng \N RNIB's Insight Radio - Allan Russell and guests review the evening newspapers and round up the news of the day \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-24 16:00:00 2014-12-24 19:00:00 \N \N \N \N \N 12036 t
+22226 4026 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N S \N 12037 t
+22226 4028 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N S \N 12038 t
+22226 4048 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N S \N 12039 t
+12928 42091 Teen Wolf Too eng \N Sequel to the 1985 hit starring Jason Bateman and Kim Darby. Teen Wolf's cousin comes to terms with his family's heritage when he becomes a werewolf. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 15:10:00 2014-12-20 16:15:00 \N \N 1987 S \N 12042 t
+12928 42092 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 16:15:00 2014-12-20 16:20:00 \N \N \N \N \N 12043 t
+12928 42093 Teen Wolf Too eng \N Sequel to the 1985 hit starring Jason Bateman and Kim Darby. Teen Wolf's cousin comes to terms with his family's heritage when he becomes a werewolf. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 16:20:00 2014-12-20 17:05:00 \N \N 1987 S \N 12044 t
+12928 42094 Cloudy With A Chance of Meatballs eng \N Animation starring Bruce Campbell and James Caan. When an inventor's machine causes it to rain food, greed takes over the town. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:05:00 2014-12-20 17:45:00 \N \N 2009 S \N 12045 t
+12928 42095 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 17:45:00 2014-12-20 17:50:00 \N \N \N \N \N 12046 t
+12928 42096 Cloudy With A Chance of Meatballs eng \N Animation starring Bruce Campbell and James Caan. When an inventor's machine causes it to rain food, greed takes over the town. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:50:00 2014-12-20 18:55:00 \N \N 2009 S \N 12047 t
+41104 19988 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 13:00:00 2014-12-20 17:00:00 \N \N \N \N \N 12048 t
+28352 2200 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 12049 t
+28352 2201 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 \N \N \N \N \N 12050 t
+28352 2202 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 13:30:00 2014-12-20 14:00:00 \N \N \N \N \N 12051 t
+28352 2203 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N \N \N 12052 t
+28352 2204 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N \N \N 12053 t
+33088 17387 The Christmas Kitchen eng \N Tantalise those taste buds with our indispensable selection of kitchen products, guaranteed to help you produce the dishes of your dreams. Join our guests for the latest gourmet delights. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 12054 t
+33088 17388 Hi-Tech Toys & Electronic Gifts eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! Find your perfect electrical gifts here! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N \N \N 12055 t
+33088 17389 Flameless Candles eng \N Enjoy the ambience and glow of candlelight without the open flame, soot or melting wax. Candles near children and flammable material is no longer a problem - a great alternative to real candles. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N \N \N 12056 t
+22080 3500 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:30:00 \N \N \N \N \N 12057 t
+22080 2046 Entertainment Week eng \N Lucy Cotter presents the very best of this week's showbiz and arts news. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:00:00 \N \N \N \N \N 12058 t
+22080 3505 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:30:00 \N \N \N \N \N 12059 t
+22080 3517 Ebola Crisis eng The Front Line Sky's Alex Crawford reports from the frontline of the battle against ebola in Liberia. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 04:30:00 2014-12-22 05:00:00 \N \N \N \N \N 12060 t
+22080 3595 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 05:00:00 2014-12-22 05:30:00 \N \N \N \N \N 12061 t
+22080 3619 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 05:30:00 2014-12-22 06:00:00 \N \N \N \N \N 12062 t
+28512 686 Meet Someone New Today eng \N Put your flirting to the test and meet thousands of hopefuls, for fun, friendship and more. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 14:00:00 2014-12-20 18:00:00 \N \N \N \N \N 12063 t
+8500 5884 Milkshake Bop Box eng It's Cold Kemi and Jen do everything they can to keep the cold at bay in this hilarious Country and Western inspired number \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 09:10:00 2014-12-23 09:15:00 \N \N \N S \N 12064 t
+8500 5885 Peppa Pig eng Best Friend Animated series about a loveable little pig. Peppa's best friend Suzy Sheep comes to play, but Peppa won't let George join in. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 09:15:00 2014-12-23 09:20:00 \N \N \N S \N 12065 t
+8500 5886 Peppa Pig eng Polly Parrot Animated series about a loveable little pig. Peppa and George go to visit Granny Pig, who is very excited about her new pet - a parrot called Polly. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 09:20:00 2014-12-23 09:30:00 \N \N \N S \N 12066 t
+8500 5887 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 09:30:00 2014-12-23 09:40:00 \N \N \N \N \N 12067 t
+8500 5888 World's Strongest Man 2014 eng Doncaster - Qualifier Strongman competition. Laurence Shahlaei defends the title of Britain's Strongest Man in the second instalment of the qualifying tour 'Giants Live' from Doncaster. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-23 09:40:00 2014-12-23 10:40:00 \N \N \N S \N 12068 t
+8500 5889 Jack and The Beanstalk eng \N Live-action adaptation starring Colin Ford and Chloe Grace Moretz. Jack trades his Computer of Wonder for a handful of beans, but little does he realise where they will lead him. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 10:40:00 2014-12-23 12:25:00 \N \N 2010 S \N 12069 t
+16208 38381 The Green Green Grass Christmas Special eng From Here to Paternity A yuletide special of the Only Fools and Horses spin-off. Events bring a shine to Boycie's eyes, and Beth's Christmas gift opens the door to the promised land. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N S \N 12070 t
+16208 37009 Great Expectations eng \N Ray Winstone stars in the 2011 adaptation of the classic novel. An orphan's life is changed forever after a terrifying encounter on the marshes with an escaped convict. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:20:00 \N \N \N S \N 12071 t
+27712 22093 Fault Lines eng \N Fault Lines returns to Ferguson to investigate why black communities feel targeted by law enforcement and if these forces are operating within impunity. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-19 01:00:00 2014-12-19 02:00:00 \N \N \N \N \N 12186 t
+16208 37010 Great Expectations eng \N The second part of the 2011 adaptation of the classic novel by Charles Dickens. Pip starts his new life as a gentleman in London, and falls deeper in love with Estella. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 14:20:00 2014-12-24 15:40:00 \N \N \N S \N 12073 t
+23184 17398 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:30:00 \N \N \N \N \N 12074 t
+23184 17399 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 12:30:00 2014-12-20 13:00:00 \N \N \N \N \N 12075 t
+23184 17400 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 \N \N \N \N \N 12076 t
+23184 17401 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 13:30:00 2014-12-20 14:00:00 \N \N \N \N \N 12077 t
+23184 17402 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N \N \N 12078 t
+23184 17403 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N \N \N 12079 t
+27168 59816 Food Unwrapped's Christmas Dinner eng \N Jimmy, Kate and Matt find out the truth about festive food. Why is farmed salmon pink? Can you eat frankincense? Is the gold in drinks real gold? Can you grow a chicken as big as a turkey? \N 2 25 f 3 eng \N 9 0 0 \N 2014-12-23 00:05:00 2014-12-23 01:05:00 \N \N \N S \N 12080 t
+27168 59857 Ramsay's Kitchen Nightmares USA eng \N Gordon Ramsay heads to Beaver, Pennsylvania, where he finds a brother-and-sister team who are unable to work together in a positive manner at Italian restaurant Levanti's. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-23 01:05:00 2014-12-23 02:00:00 \N \N \N S \N 12081 t
+27168 59577 Gogglebox eng \N Britain's favourite opinionated TV viewers share their sharp, insightful, passionate and sometimes emotional critiques of the week's biggest and best shows. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:55:00 \N \N \N S \N 12082 t
+27168 59818 Embarrassing Bodies eng \N Some of the show's most inspirational cases return to the clinic having battled cancer and the scars it has left them with. The show catches up with Julie, Natalie, and Josh. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-23 02:55:00 2014-12-23 03:50:00 \N \N \N S \N 12083 t
+22720 1307 Dave eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 12:00:00 2014-12-20 15:00:00 \N \N \N \N \N 12084 t
+22624 40351 Early Edition Review eng \N RNIB's Insight Radio - Steven Scott rounds up the big stories affecting blind people across the UK \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 12085 t
+22624 40352 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N \N \N 12086 t
+22624 40353 Insight Entertainment eng \N RNIB's Insight Radio - Jill Daley reviews the big entertainment stories and looks at the new audio described movies. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N \N \N 12087 t
+4175 53462 Operation Meet the Street eng \N Celebrities visit streets where they grew up. James Martin invites Helen Skelton back to Kirkby Thore, the Cumbrian village she grew up in, to find out who lives there now. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 09:15:00 2014-12-19 10:00:00 5 5 \N S \N 12088 t
+4175 49745 Homes Under the Hammer eng \N Martin Roberts and Lucy Alexander visit a double-fronted end-terrace house in Stoke, a flat in Sydenham and a semi-detached house in County Durham. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N S \N 12089 t
+4175 50286 Saints and Scroungers eng \N Series looking at benefit fraud. Fraud investigators at Newham Council are on the trail of a man they suspect of claiming benefits when in fact he is a student. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 20 20 \N S \N 12090 t
+4175 51284 Oxford Street Revealed eng \N A light has gone out at a landmark Oxford Street building, 400 feet above the ground. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:15:00 10 10 \N AD,S \N 12091 t
+41056 18094 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:05:00 \N \N \N \N \N 12092 t
+41056 18095 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 00:05:00 2014-12-23 00:55:00 \N \N \N \N \N 12093 t
+41056 18096 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 00:55:00 2014-12-23 01:00:00 \N \N \N \N \N 12094 t
+41056 18097 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:30:00 \N \N \N \N \N 12095 t
+41056 18098 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-23 01:30:00 2014-12-23 02:00:00 \N \N \N \N \N 12096 t
+41056 18099 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:30:00 \N \N \N \N \N 12097 t
+41056 18100 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 02:30:00 2014-12-23 03:00:00 \N \N \N \N \N 12098 t
+20352 58188 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:45:00 \N \N \N \N \N 12100 t
+27328 17297 Baker & Kelly's V.S.P.O eng \N Stand by for an hour of unscripted entertainment, original features and spontaneous wit driven by our unique hosts, Dannys Baker and Kelly. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 22:15:00 2014-12-22 23:15:00 \N \N \N \N \N 12103 t
+27328 17298 Global Goals eng \N A round-up of the greatest goals from around the world, all accompanied by some great music. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 23:15:00 2014-12-22 23:45:00 \N \N \N \N \N 12104 t
+23040 38149 Baking Made Easy eng \N Lorraine Pascale presents recipes to relax over, including pumpkin and rosemary muffins. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:30:00 \N \N \N \N \N 12106 t
+23040 38150 Home Cooking Made Easy eng \N Lorraine Pascale dishes up her favourite foods. First she cranks up the volume on a kitchen classic with a prosciutto and brie toastie that's ready in moments. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 06:30:00 2014-12-23 07:00:00 \N \N \N \N \N 12107 t
+23040 38151 Jamie's 15 Minute Meals eng \N Jamie cooks crab bolognese with crunchy fennel salad, plus Mexican BLT, chillies, guacamole and salad. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:30:00 \N \N \N \N \N 12108 t
+23040 38152 Jamie's 15 Minute Meals eng \N Jamie cooks Cajun steak, smoky baked beans and collard greens, plus chicken tikka, lentil, spinach and naan salad. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 07:30:00 2014-12-23 08:00:00 \N \N \N \N \N 12109 t
+23040 38153 Kitchen Cousins eng \N Kitchen Cousins Anthony Carrino and John Colaneri tackle a suburban kitchen. It's desperately in need of a renovation, and the appliances are older than the cousins themselves. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:30:00 \N \N \N \N \N 12110 t
+23040 38154 Kitchen Cousins eng \N Meet the Orlandos, an Italian-American family living in a small condo, who are concerned about the safety of their home - especially as they have a baby who is about to reach crawling age. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:00:00 \N \N \N \N \N 12111 t
+12928 42109 Ice Age 2 - The Meltdown eng \N Animated sequel. With the ice age ending in floods, the animals must make their way across the valley to safety aboard a boat. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 17:15:00 2014-12-21 18:25:00 \N \N 2006 S \N 12112 t
+16080 14858 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:30:00 \N \N \N \N \N 12113 t
+16080 14859 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:30:00 2014-12-23 07:00:00 \N \N \N \N \N 12114 t
+16080 14860 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:30:00 \N \N \N \N \N 12115 t
+16080 14861 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 07:30:00 2014-12-23 08:00:00 \N \N \N \N \N 12116 t
+16080 14862 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:30:00 \N \N \N \N \N 12117 t
+16080 14863 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:00:00 \N \N \N \N \N 12118 t
+22656 870 Jon Jackson eng \N Jon Jackson fills your Saturday afternoon with big rock tunes and much japery... \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 14:00:00 2014-12-20 18:00:00 \N \N \N \N \N 12120 t
+17920 42709 Shrek 2 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:25:00 \N \N \N \N \N 12121 t
+17920 41969 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-23 22:25:00 2014-12-23 23:00:00 \N \N \N \N \N 12122 t
+17920 41970 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:25:00 \N \N \N \N \N 12123 t
+17920 42969 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 23:25:00 2014-12-23 23:45:00 \N \N \N \N \N 12124 t
+17920 42711 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 23:45:00 2014-12-24 00:05:00 \N \N \N \N \N 12125 t
+14752 40823 Pandora eng \N Join Pandora for the biggest tunes and all your favourites from the Capital playlist. Get involved @CapitalOfficial on Twitter or hit capitalfm.com for more. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 13:00:00 \N \N \N \N \N 12131 t
+14498 26560 American Hot Rod eng Rat Rod Build-Off Part 3 Boyd's suggestions fall on deaf ears when he tries to advise Bluebear. And a dramatic confrontation leaves Bluebear's future at the shop in doubt. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:45:00 \N \N \N \N \N 12132 t
+14498 26561 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:45:00 2014-12-24 07:10:00 \N \N \N \N \N 12133 t
+14498 26562 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 07:10:00 2014-12-24 07:35:00 \N \N \N \N \N 12134 t
+14498 26563 Total Fishing eng Pike at Chew Valley Lake Have you ever thought of fly-fishing for pike? Matt has and he's about to give it another shot. Plus, experts give top tips on carp and sea fishing. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 07:35:00 2014-12-24 08:00:00 \N \N \N \N \N 12135 t
+14498 26564 Total Fishing eng Trout at Angler's Paradise Using specific techniques, Mick's chasing catfish and Matt's after golden orfe in Devon. Plus, top tips on cod fishing uptide. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:30:00 \N \N \N \N \N 12136 t
+14498 26565 Total Fishing eng Carp and Tench at Horseshoe Lake Matt and Mick try feeder fishing for bream and carp, but which is the best swim? Plus, top tips on tackle and bait. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N \N \N 12137 t
+4168 49748 Bargain Hunt eng Derby Tim Wonnacott presents the antiques contest from Derby, with experts Thomas Plant and David Harper. Tim also visits the Holburne Museum in Bath. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 12:15:00 2014-12-19 13:00:00 \N \N \N AD,S \N 12138 t
+4168 49749 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N S \N 12139 t
+4168 50099 North West Today eng \N The latest news, sport and weather for the North West of England. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:30:00 2014-12-19 13:45:00 \N \N \N S \N 12140 t
+4168 49751 Doctors eng Tequila Perfect Drama series. The big day arrives, but will it all go to plan for Rob as he renews his wedding vows with Karen? A routine consultation takes a dramatic turn. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 13:45:00 2014-12-19 14:15:00 \N \N \N AD,S \N 12141 t
+4168 50297 The Doctor Blake Mysteries eng Someone's Son, Someone's Daughter Australian crime drama. Ballarat Hospital's only female doctor is found hanged at the hospital in an apparent suicide. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 14:15:00 2014-12-19 15:10:00 10 10 \N AD,S \N 12142 t
+14498 26432 Selling Big eng \N With day two of the year's biggest Canadian auction looming, Ritchie Bros. yard staff are busy at work making sure the equipment is in top shape so they can make big profits. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:30:00 \N \N \N \N \N 12143 t
+14498 26433 Selling Big eng \N Farmers Len and Vicki are downsizing their possessions. But can Ritchie Bros. help them auction off their farm machinery to boost their retirement pot? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:00:00 \N \N \N \N \N 12144 t
+14498 26434 Alone in the Wild eng Jason Gardiner Armed only with a camera, presenter Jason Gardiner battles storms and starvation on a deserted Belize island; but will the isolation break him? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N \N \N 12145 t
+14498 26435 Nomad Chef eng Faroes Jock goes 'skyfishing' for puffins and cooks with fermented fish heads when he discovers the culinary secrets of Viking descendants in the remote Faroe Islands. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 12146 t
+8442 55850 Is Our Weather Getting Worse? eng \N From drought to violent storms and floods, 2012's weather gave us a lot to talk about. Was it a freak year or should we prepare for more extreme weather like this in the future? \N 2 25 f 3 eng \N 9 0 0 \N 2014-12-20 18:50:00 2014-12-20 19:55:00 \N \N \N S \N 12147 t
+8442 56150 The Year Britain Froze eng \N The end of 2010 saw the coldest December in Britain since records began. This is the story of the extreme weather of that year and explores the science of why Britain came to a frozen halt. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 19:55:00 2014-12-20 21:00:00 \N \N \N S \N 12148 t
+23280 5828 Your Perfect Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 20:00:00 \N \N \N \N \N 12149 t
+23280 5829 Flirt With Me eng \N Flirt and meet with Kiss Me TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 20:00:00 2014-12-20 22:00:00 \N \N \N \N \N 12150 t
+27712 21859 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 02:00:00 2014-12-19 03:00:00 \N \N \N \N \N 12187 t
+14608 31982 Annie Claus Is Coming To Town eng \N Santa's daughter takes her first trip away from the North Pole during the Christmas season hoping to find adventure and love in sunny California. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 19:00:00 2014-12-20 21:00:00 \N \N \N \N \N 12151 t
+41072 13909 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N \N \N 12152 t
+41072 13910 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N \N \N 12153 t
+41072 13911 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-20 20:00:00 2014-12-20 20:30:00 \N \N \N \N \N 12154 t
+41072 14296 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-20 20:30:00 2014-12-20 21:00:00 \N \N \N \N \N 12155 t
+14720 23147 JK and Lucy eng \N Join JK and Lucy for Heart Breakfast this Monday playing More Music Variety \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N \N \N 12156 t
+14784 2844 All the Leaves are Brown... eng \N And the sky is grey. So check out Holidays TV! We have 100s of established agents with YOUR holiday needs in mind. Whatever tickles your fancy, you'll find it here! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 04:00:00 \N \N \N \N \N 12157 t
+26560 13697 The Hits Radio Weekend - Danny Mylo eng \N Danny Mylo gets you in the mood for Saturday night with nothing but massive tunes! Get involved @thehitsradio! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 14:00:00 2014-12-20 18:00:00 \N \N \N \N \N 12158 t
+15856 3693 Home Shopping with JML eng \N JML - where you can find a whole range of innovative products designed to make your everyday easier. From kitchen to DIY, fitness to cleaning, there's something for everyone. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N \N \N 12163 t
+17609 19867 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:35:00 2014-12-21 18:45:00 \N \N \N \N \N 12164 t
+17609 19677 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:45:00 2014-12-21 19:00:00 \N \N \N \N \N 12165 t
+17609 20257 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 12166 t
+17609 20259 eng \N \N \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 12167 t
+26368 36398 Smooth Soul eng \N Join David Andrews for the best in Soul every Saturday evening from 6.00pm \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 20:00:00 \N \N \N \N \N 12171 t
+26368 36399 The Great British Songbook eng \N Join Chris Skinner for The Great British Songbook. His featured artist this week is Bryan Ferry and Roxy Music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 20:00:00 2014-12-21 00:00:00 \N \N \N \N \N 12172 t
+8448 58443 2 Broke Girls eng And the ATM Max decides to break up with Deke now that she knows he is from a rich background but hid his wealth from her. Han gets a cash machine for the diner. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:20:00 \N \N \N AD,S \N 12176 t
+8448 58451 Almost Royal eng Washington, D.C. Georgie and Poppy hire themselves a political coach and meet with a congressman at the House of Representatives during a visit to Washington, D.C. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 03:20:00 2014-12-19 03:45:00 \N \N \N S \N 12177 t
+8448 58452 Almost Royal eng Nashville In the final episode, the Carlton siblings are in Nashville, Tennessee, where Poppy seizes the chance to launch herself as a country-pop fusion music star. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 03:45:00 2014-12-19 04:10:00 \N \N \N S \N 12178 t
+8448 58453 One Tree Hill eng Hardcore Will Never Die, But You Will Dan, Julian and Chris make an attempt to rescue Nathan. Brooke's conflict with Xavier escalates. Quinn and Clay revisit the past. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 04:10:00 2014-12-19 04:50:00 \N \N \N S \N 12179 t
+8448 58454 Charmed eng Déjà Vu All Over Again In the last episode of season one, a warlock repeatedly attempts to kill the Charmed Ones, with a demon turning back time after each failure so he can try again. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 04:50:00 2014-12-19 06:00:00 \N \N \N S \N 12180 t
+4169 56454 The Gruffalo eng \N Animation based on the classic children's book written by Julia Donaldson, telling the magical tale of a mouse who takes a walk through the woods in search of a nut. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 15:05:00 2014-12-23 15:30:00 \N \N 2009 AD,S \N 12181 t
+4169 56453 Cars 2 eng \N Animated sequel. Lightning McQueen heads to Japan to prove his racing prowess, but he and the team soon find themselves in the middle of an international adventure. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 15:30:00 2014-12-23 17:10:00 \N \N 2011 AD,S \N 12182 t
+4169 58324 Pointless Celebrities eng Christmas Special Alexander Armstrong presents a festive celebrity edition of the quiz with the Chuckle Brothers, Keith Harris and Orville, Linda Lusardi, Sam Kane, Roy Wood and Father Christmas. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:10:00 2014-12-23 18:00:00 \N \N \N S \N 12183 t
+27712 21856 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:30:00 \N \N \N \N \N 12184 t
+27712 21857 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 \N \N \N \N \N 12185 t
+15952 4555 Through the Christmas Keyhole eng \N A festive Keith Lemon presents a seasonal edition of the show snooping around more homes of mystery celebrities. The studio panel are Jonathan Ross, Louis Walsh and Kym Marsh. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N S \N 12188 t
+15952 2699 Fast & Furious eng \N Action starring Vin Diesel and Paul Walker, 2009. Dominic Toretto and his former friend and FBI agent Brian O'Conner must reunite against a shared enemy \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 23:00:00 2014-12-23 01:10:00 \N \N \N AD,S \N 12189 t
+24464 50315 Trophe Andros eng \N Exclusive highlights of the world's most prestigious ice racing series contested by the likes of Alain Prost, Olivier Panis and Jacques Villeneuve in the winter ski resorts of Europe. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 23:05:00 2014-12-22 00:10:00 \N \N \N \N \N 12191 t
+40976 47732 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:00:00 \N \N \N \N \N 12192 t
+40976 47097 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-22 04:00:00 2014-12-22 05:30:00 \N \N \N \N \N 12193 t
+40976 45510 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 05:30:00 2014-12-22 18:58:00 \N \N \N \N \N 12194 t
+33088 17462 QVC Showcase eng \N A great line-up from right across QVC's product ranges. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N \N \N 12198 t
+16032 41871 Grizzly Tales For Gruesome Kids eng Bessy O'Messy A girl with the messiest room in the world falls inside her laundry mountain and meets a group of leprechauns who want her to stay as their housekeeper. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:15:00 \N \N \N AD,S \N 12201 t
+16032 41872 Grizzly Tales for Gruesome Kids eng Goblin Mountain A boy who does not respect books is turned into a tree from which to make paper by goblins. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 15:15:00 2014-12-23 15:30:00 \N \N \N AD,S \N 12202 t
+16032 37197 Mr Bean eng The Visitor The animated antics of the hapless bumbler Mr Bean. A blast from the past proves to be a blasted pain in the neck - eating Bean out of house and home. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 15:30:00 2014-12-23 15:45:00 \N \N \N AD,S \N 12203 t
+16032 41975 Mr Bean eng Big TV The animated antics of the hapless Bean. The television blows up during Mr Bean and Irma's squabble over what to watch, so Mr Bean invents his own home entertainment. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 15:45:00 2014-12-23 16:00:00 \N \N \N AD,S \N 12204 t
+16032 41977 Horrid Henry eng Horrid Henry's Birthday Having promised everyone the best birthday party ever, Henry must improvise on a venue and a menu when past misdemeanours jeopardise his plans. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:15:00 \N \N \N AD,S \N 12205 t
+16032 37116 Horrid Henry eng Horrid Henry's Hobby When the latest craze of collecting tokens spreads like wildfire around the school, Henry resorts to trickery to con Peter. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-23 16:15:00 2014-12-23 16:30:00 \N \N \N AD,S \N 12206 t
+16032 37990 Almost Naked Animals eng Cat's Nine Lives Irreverent fast-paced comedy. Cat wants eight of his lives back after trading them with Howie for a television, but Howie can't remember where he left them. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 16:30:00 2014-12-23 16:45:00 \N \N \N S \N 12207 t
+16032 37991 Almost Naked Animals eng Stink Dog Irreverent fast-paced comedy built around the antics of a group of underwear-clad animals set in a beach front hotel. Howie stinks up the Banana Cabana. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 16:45:00 2014-12-23 16:55:00 \N \N \N S \N 12208 t
+16032 35320 Signed Stories: Share a Story eng A Marvellous Collection of Underpants A crazy story by Malachi Forsyth about pants and pirates! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 16:55:00 2014-12-23 17:00:00 \N \N \N S,SL \N 12209 t
+16032 41989 Big Time Rush eng Big Time Dreams (Part 2) Members of a boy band try to make it big in the music industry. The band must stop an evil genius who wants to hypnotise everyone in the crowd. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N S \N 12210 t
+16032 41993 Deadtime Stories eng Ghost Knight Anthology series. When Cody visits his grandparents at Shady Acres and discovers a haunted castle, he finds himself in a living nightmare right out of the Middle Ages. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 17:30:00 2014-12-23 17:55:00 \N \N \N S \N 12211 t
+16032 35221 Tricky Quickies eng \N Stephen Mulhern presents a short spin-off programme from Tricky TV. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-23 17:55:00 2014-12-23 18:00:00 \N \N \N \N \N 12212 t
+4169 49748 Bargain Hunt eng Derby Tim Wonnacott presents the antiques contest from Derby, with experts Thomas Plant and David Harper. Tim also visits the Holburne Museum in Bath. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 12:15:00 2014-12-19 13:00:00 \N \N \N AD,S \N 12213 t
+4169 49749 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N S \N 12214 t
+4169 50077 Look North eng \N The latest news, sport and weather for the North East and Cumbria. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:30:00 2014-12-19 13:45:00 \N \N \N S \N 12215 t
+4169 49751 Doctors eng Tequila Perfect Drama series. The big day arrives, but will it all go to plan for Rob as he renews his wedding vows with Karen? A routine consultation takes a dramatic turn. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 13:45:00 2014-12-19 14:15:00 \N \N \N AD,S \N 12216 t
+4169 50297 The Doctor Blake Mysteries eng Someone's Son, Someone's Daughter Australian crime drama. Ballarat Hospital's only female doctor is found hanged at the hospital in an apparent suicide. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 14:15:00 2014-12-19 15:10:00 10 10 \N AD,S \N 12217 t
+8381 15562 Tipping Point eng Lucky Stars Ben Shephard hosts a second series of the game show's celebrity version. Carol Vorderman, Mark Charnock and Joe Swash take on the machine as they attempt to win big for charity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 15:50:00 2014-12-21 16:50:00 \N \N \N S \N 12218 t
+8381 15563 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the prize cash. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 16:50:00 2014-12-21 17:45:00 \N \N \N S \N 12219 t
+8381 14876 Casper eng \N Spooky family tale starring Christina Ricci and Bill Pullman, 1995. A lonely boy-ghost befriends the young daughter of a ghost hunter \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 17:45:00 2014-12-21 19:35:00 \N \N \N AD,S \N 12220 t
+8267 15848 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:25:00 2014-12-19 10:30:00 \N \N \N S \N 12221 t
+8267 15849 This Morning eng \N Presented by Eamonn Holmes and Ruth Langsford. A look at the day's news and headlines. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:30:00 2014-12-19 10:55:00 \N \N \N S \N 12222 t
+8267 15850 ITV News eng \N Nina Hossain with the latest headlines from around the world. Followed by a local weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 10:55:00 2014-12-19 11:00:00 \N \N \N S \N 12223 t
+8267 15866 This Morning eng \N Presented by Eamonn Holmes and Ruth Langsford. A look at the day's news and headlines. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:30:00 \N \N \N S \N 12224 t
+22080 1371 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 \N \N \N \N \N 12225 t
+16048 31866 George and Mildred eng \N TV spin-off starring Yootha Joyce and Brian Murphy, 1980. When the Ropers spend their wedding anniversary at a plush hotel, George is somehow mistaken for a hitman \N 0 25 f 3 eng eng 1 0 0 \N 2014-12-22 06:00:00 2014-12-22 07:45:00 \N \N \N S \N 12226 t
+16048 32747 On the Buses eng Busmen's Perks Enduring sitcom about a chirpy bus driver and his conductor pal. Stan's household is thrown into disarray when he decides to do a spot of home-decorating. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 07:45:00 2014-12-22 08:15:00 \N \N \N S \N 12227 t
+16048 32748 Heartbeat eng Auld Acquaintance The police are on high alert when a mysterious visitor arrives at Ashfordly Hall, and a runaway boy causes trouble in the village. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 08:15:00 2014-12-22 09:20:00 \N \N \N AD,S \N 12228 t
+8274 29700 The Store eng \N Every day The Store brings you a fantastic range of products from JML which you can purchase from the comfort of your own home. www.jmldirect.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 00:45:00 2014-12-22 02:30:00 \N \N \N \N \N 12229 t
+8274 28495 Motorsport UK eng \N Richard John Neil presents action from the final chapter of the season.Today's racing is from the Formula Ford Championship and the Porsche Carrera Cup. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:20:00 \N \N \N S \N 12230 t
+14784 2863 Walking On Sunshine? eng \N Winter is upon us, so why not swap the wind and chill for golden sandy beaches? Check out Holidays TV, updated daily with 100s of the latest great deals! Bliss. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 04:00:00 2014-12-22 08:00:00 \N \N \N \N \N 12231 t
+8500 5767 Naughty Or Nice eng \N Festive drama starring Hilarie Burton and Matt Dallas. A woman working as a shopping centre elf comes into possession of Santa's naughty or nice book. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 16:25:00 2014-12-20 18:05:00 \N \N 2012 S \N 12232 t
+26560 13720 Hit Music eng Late Nights : Danny Mylo All The Hits are on all night long! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 22:00:00 2014-12-24 00:00:00 \N \N \N \N \N 12233 t
+22208 3880 Fat Families eng \N Siblings Darrel and Sarah Parker are not in great shape and are terrified that they'll share the same fate as their obese parents. With Steve by their side, can they slim down? \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 4 8 \N S,AD \N 12234 t
+22208 3980 Fat Families eng \N Steve Miller may have met his match with this group of gospel girls. The fabulous foursome are best friends and, on the lookout for love, are determined to lose a few pounds. \N 2 25 f 5 eng eng 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 6 8 \N S \N 12235 t
+22208 4043 Psychic Sally On The Road eng \N Medium to the stars, Sally Morgan, takes her psychic stage show on the road, giving viewers a glimpse into the backstage highs and lows of a nationwide tour. Entertainment series. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N S,AD \N 12236 t
+16080 14689 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:30:00 \N \N \N \N \N 12237 t
+16080 14690 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:30:00 2014-12-19 07:00:00 \N \N \N \N \N 12238 t
+16080 14691 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:30:00 \N \N \N \N \N 12239 t
+16080 14692 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 07:30:00 2014-12-19 08:00:00 \N \N \N \N \N 12240 t
+16080 14693 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:30:00 \N \N \N \N \N 12241 t
+16080 14694 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N \N \N 12242 t
+14832 1331 Winter in Gay Rabbit Meadow eng \N Gay Rabbit Chat & Date has been connecting people for 6 years, so wherever you sit on the LGBT spectrum, pop in and say hi! Introduce a friend and earn FREE credits for each of you \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 12243 t
+8281 16555 Midsomer Murders eng The Christmas Haunting It may be Christmas, but new DS Charlie Nelson is thrown straight into a murder case as a man is stabbed with an antique sword during a ghost-hunting party. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:00:00 \N \N \N AD,S \N 12244 t
+8281 16556 ITV News & Weather eng \N James Mates with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:15:00 \N \N \N S \N 12245 t
+8281 16574 Vicious eng Christmas Special Christmas special of the sitcom following the lives of an elderly gay couple. Freddie and Stuart are holding a Christmas celebration - with a little help from Ash. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 23:15:00 2014-12-21 23:45:00 \N \N \N AD,S \N 12246 t
+8281 20354 Rugby Highlights eng Aviva Premiership Mark Durden-Smith and David Flatman present highlights of Wasps v London Irish, Gloucester v Bath and reigning champions Northampton against Leicester at Franklin's Gardens. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 23:45:00 2014-12-22 00:45:00 \N \N \N S \N 12247 t
+40960 51154 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:30:00 \N \N \N \N \N 12248 t
+40960 51155 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 03:30:00 2014-12-19 03:45:00 \N \N \N \N \N 12249 t
+40960 51156 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-19 03:45:00 2014-12-19 04:00:00 \N \N \N \N \N 12250 t
+40960 51157 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:30:00 \N \N \N \N \N 12251 t
+40960 51158 HARDtalk eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 04:30:00 2014-12-19 05:00:00 \N \N \N \N \N 12252 t
+40960 51159 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 \N \N \N \N \N 12253 t
+40960 51160 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 05:30:00 2014-12-19 05:45:00 \N \N \N \N \N 12254 t
+40960 51161 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 05:45:00 2014-12-19 06:00:00 \N \N \N \N \N 12255 t
+18112 36488 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 10:10:00 2014-12-22 10:35:00 \N \N \N \N \N 12295 t
+8281 45008 Good Morning Britain eng \N Breakfast show. Angelina Jolie chats about her latest film as a director, Unbroken, which tells the story of plane crash survivor and former Olympic star Louis Zamperini. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 08:30:00 \N \N \N S \N 12256 t
+8281 45009 Lorraine eng \N Hollywood star Ethan Hawke talks about the Golden Globe Award-nominated film Boyhood in which he stars, and Katherine Jenkins chats and performs the festive favourite Silent Night. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:25:00 \N \N \N S \N 12257 t
+14816 980 1-2-1 Dating - Try ADULT eng \N 1-2-1 Dating's popular ADULT section is for those seeking something a little unusual, specific or extracurricular. Search the pages to find your adult 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 20:00:00 2014-12-20 22:00:00 \N \N \N \N \N 12258 t
+14800 1331 Come Up and See Me eng \N Rabbit Chat & Date has been connecting people for over 6 years now on TV - and now also by our new iPhone app! Flirt, chat & make new friends. The opportunities are endless! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 12259 t
+41024 59392 Skint eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-20 00:05:00 2014-12-20 01:05:00 \N \N \N \N \N 12260 t
+41024 59393 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 01:05:00 2014-12-20 02:05:00 \N \N \N \N \N 12261 t
+41024 59394 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-20 02:05:00 2014-12-20 02:55:00 \N \N \N \N \N 12262 t
+41024 59395 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-20 02:55:00 2014-12-20 03:50:00 \N \N \N \N \N 12263 t
+41120 14057 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 12264 t
+41120 14058 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N \N \N 12265 t
+41120 14059 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N \N \N 12266 t
+27648 4376 Neanderthals eng Sci-Trek Scientists use DNA to uncover the secrets of Neanderthals. Why, with their larger brains, did they die out and Homo sapiens survive to evolve into modern man? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 12267 t
+27648 5955 Baggage Battles eng \N Mark, Billy and Laurence and Sally arrive at an airport hanger in Indianapolis to outbid each other, and the locals, on items such as luggage, antiques and sports memorabilia. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 \N \N \N \N \N 12268 t
+27648 5956 Baggage Battles eng \N Every year in America, truckers transport $671 billion of shipped goods. When this gets lost or undelivered, it becomes 'unclaimed freight'. Can our team win some of the pallets? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 13:30:00 2014-12-20 14:00:00 \N \N \N \N \N 12269 t
+27648 4379 Gunslingers eng Billy The Kid the Phantom of Lincoln County On a blood-stained frontier where corruption is king, an unlikely hero becomes a crusader for justice... and revenge. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N \N \N 12270 t
+23040 38040 Amazing Wedding Cakes eng \N Merci Beaucoup Cakes get an order for a uniquely 'LA' wedding cake. The cake must incorporate elements of the silent movie era for a pair of actors ready to tie the knot. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 12271 t
+23040 38041 Amazing Wedding Cakes eng \N Reva and Marc at Merci Beaucoup Cakes get an assignment to create a themed groom's cake - and it must be all things Lakers. So this means it's got to be big, purple, gold and basketball themed. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N \N \N 12272 t
+23040 38042 Amazing Wedding Cakes eng \N Merci Beaucoup Cakes receives an order from one of their most loyal and demanding customers for her wedding cake. The bride-to-be wants a cake that integrates a peacock theme into the design. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N \N \N 12273 t
+23712 3347 River Cottage Every Day eng Breakfast Hugh Fearnley-Whittingstall attempts to revamp Britain's love affair with breakfast, serving up Swiss-style muesli, porridge and the perfect breakfast drink. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N S \N 12274 t
+23712 3348 River Cottage Every Day eng Lunch Hugh Fearnley-Whittingstall takes his passion for cooking into homes, making the ultimate cheese sandwich and makes a family Sunday roast with a twist. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N S \N 12275 t
+23712 3349 River Cottage Every Day eng Treats Hugh Fearnley-Whittingstall helps people bring real, simple, tasty food to the table. He prepares Genoese sponge cake, lemon curd muffins and real ginger beer. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N S \N 12276 t
+23120 20405 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 12277 t
+23120 20404 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N \N \N 12278 t
+23120 20391 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N \N \N 12279 t
+27456 45264 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:30:00 \N \N \N \N \N 12280 t
+27456 45265 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 12:30:00 2014-12-20 13:00:00 \N \N \N \N \N 12281 t
+27456 45266 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 \N \N \N \N \N 12282 t
+27456 45267 Sputnik with George Galloway eng \N Every week George Galloway MP and Gayatri bring you news from elsewhere, from a different perspective, from a different view. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 13:30:00 2014-12-20 14:00:00 \N \N \N \N \N 12283 t
+27456 45268 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N \N \N 12284 t
+27456 53386 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N \N \N 12285 t
+41264 276 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 12:00:00 2014-12-21 00:00:00 \N \N \N \N \N 12287 t
+27360 18058 Hyundai A-League Highlights eng \N All the latest football action from the 2014/15 season of Australia's top division. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N \N \N 12289 t
+27360 18243 FIFA World Cup Official Film 1958 eng 1958 Sweden - Hinein! FIFA's glossily filmed record of the 1958 World Cup finals. In Sweden, 17-year-old Pele played in Brazil's last four matches, scoring six goals. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 13:30:00 2014-12-23 15:15:00 \N \N \N \N \N 12290 t
+16048 33159 Heartbeat eng Auld Acquaintance The police are on high alert when a mysterious visitor arrives at Ashfordly Hall, and a runaway boy causes trouble in the village. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 13:05:00 2014-12-19 14:10:00 \N \N \N AD,S \N 12291 t
+16048 31828 Pollyanna eng \N Story about an orphaned 11-year-old who goes to live with her strict and dutiful Aunt Polly, and whose enthusiasm for life brightens up the sleepy village. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 14:10:00 2014-12-19 16:15:00 \N \N \N S \N 12292 t
+18112 36283 ROY eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 09:15:00 2014-12-22 09:45:00 \N \N \N \N \N 12293 t
+18112 36487 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 09:45:00 2014-12-22 10:10:00 \N \N \N \N \N 12294 t
+27840 5237 Top Quality Gemstones from Around the World eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N \N \N 12299 t
+27840 5238 Top Quality Gemstones from Around the World eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N \N \N 12300 t
+22336 59016 The Big Bang Theory eng The Big Bran Hypothesis Sheldon is bothered by how messy Penny's flat is and he sneaks in to clean and organise it, but Penny isn't best pleased when she finds out. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:30:00 \N \N \N AD,S \N 12301 t
+22336 59017 The Big Bang Theory eng The Fuzzyboots Corollary Leonard is depressed when he discovers that Penny is seeing someone, and he actually summons up the courage to ask a woman out on a date. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 \N \N \N AD,S \N 12302 t
+22336 59018 The Big Bang Theory eng The Luminous Fish Effect Getting fired forces Sheldon to ponder life outside physics, leaving Leonard to take drastic action to snap his friend out of his reverie. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:30:00 \N \N \N AD,S \N 12303 t
+22336 59019 The Big Bang Theory eng The Hamburger Postulate Leonard fears he's wasting his time on Penny and ends up making a connection with Leslie. Sheldon frets over a change to his hamburger routine. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 19:30:00 2014-12-21 20:00:00 \N \N \N AD,S \N 12304 t
+27328 17244 NBA Action eng \N Action is the watch-word for this fast-paced highlights programme, which rounds up the latest action from the NBA. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:30:00 \N \N \N \N \N 12305 t
+22336 59020 The Big Bang Theory eng The Date Night Variable In the opening episode of season six of the US comedy, Howard gets caught in a row between his mum and Bernadette while he's at the International Space Station. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 20:30:00 \N \N \N AD,S \N 12306 t
+22336 59021 The Big Bang Theory eng The Decoupling Fluctuation Sheldon intervenes when he learns that Penny is thinking about breaking up with Leonard, but he is hampered by his inability to keep a secret. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 20:30:00 2014-12-21 21:00:00 \N \N \N AD,S \N 12307 t
+4168 58325 The Royle Family Christmas Special eng Barbara's Old Ring It is Christmas at the Royles', and Barbara has gone overboard with the presents. Meanwhile, Dave reveals his Dragons' Den idea. Contains adult humour. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N AD,S \N 12308 t
+4168 51768 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:25:00 \N \N \N S \N 12309 t
+4168 52596 North West Tonight eng \N The latest news, sport and weather for the North West of England. Followed by weather and a National Lottery update. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:25:00 2014-12-23 22:35:00 \N \N \N S \N 12310 t
+4168 56437 Mrs Brown's Boys eng The Virgin Mammy Rehearsals get underway on the Nativity play, with Agnes herself playing the Virgin Mary. Contains adult humour and some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 22:35:00 2014-12-23 23:10:00 2 2 \N S \N 12311 t
+4168 56401 Cuckoo eng Neighbourhood Watch Comedy series about a cuckoo in the family nest. A night-time intruder leaves Ken questioning his manliness. Contains strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 23:10:00 2014-12-23 23:40:00 6 7 \N AD,S \N 12312 t
+4168 56457 The Apprentice eng The Final The two finalists must launch their businesses with the help of some former candidates. In the boardroom, Lord Sugar finally picks his new business partner. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 23:40:00 2014-12-24 00:40:00 14 14 \N S \N 12313 t
+8283 45008 Good Morning Britain eng \N Breakfast show. Angelina Jolie chats about her latest film as a director, Unbroken, which tells the story of plane crash survivor and former Olympic star Louis Zamperini. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 08:30:00 \N \N \N S \N 12314 t
+8283 45009 Lorraine eng \N Hollywood star Ethan Hawke talks about the Golden Globe Award-nominated film Boyhood in which he stars, and Katherine Jenkins chats and performs the festive favourite Silent Night. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:25:00 \N \N \N S \N 12315 t
+13024 51282 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 07:00:00 2014-12-23 09:10:00 \N \N \N \N \N 12316 t
+28032 26971 Licence to Kill eng \N James Bond adventure starring Timothy Dalton and Carey Lowell, 1989. Agent 007 goes solo in pursuit of the brutal drugs baron responsible for killing his best friend's wife \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-19 21:00:00 2014-12-19 23:45:00 \N \N \N AD,S \N 12317 t
+28032 26974 Scarface eng \N Violent crime drama starring Al Pacino and Michelle Pfeiffer, 1983. A Miami-based mob boss builds up a nationwide drug-trafficking empire which then collapses around him \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-19 23:45:00 2014-12-20 02:50:00 \N \N \N AD,S \N 12318 t
+28480 11895 Frances and Friends eng \N Talk show hosted by Frances Swaggart, covering current events from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 15:00:00 2014-12-23 17:00:00 \N \N \N \N \N 12319 t
+28480 11896 Jimmy Swaggart Crusade Classics eng \N A programme featuring Jimmy Swaggart Evangelical Crusades filmed around the world. Music and preaching. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 17:00:00 2014-12-23 19:00:00 \N \N \N \N \N 12320 t
+8452 58996 Wanderlust eng \N Comedy. Jennifer Aniston and Paul Rudd play a recession-hit couple who discover a seemingly idyllic community of eccentric neo-hippies. Strong language/sex/drug use. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-21 00:15:00 2014-12-21 02:10:00 \N \N 2012 S \N 12321 t
+8452 58997 Devil eng \N Supernatural horror. Chris Messina stars as a police officer who discovers that four Philadelphia office workers are trapped in a lift with the Devil incarnate. Strong violence. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 02:10:00 2014-12-21 03:30:00 \N \N 2010 AD,S \N 12322 t
+14448 27223 Jail eng \N Tough reality series looking at the American penal system. Officer Peterson says that he gets to know some of the faces that come through booking again and again... \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:30:00 \N \N \N \N \N 12323 t
+14448 27224 Jail eng \N Series focussing on the sharp end of the incarceration process. Officer Vicente Jaramillo talks about dealing with demanding prisoners, ones that want a lawyer or make grandiose accusations. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:00:00 \N \N \N \N \N 12324 t
+14448 27225 48 Hours eng Mystery Compelling investigative series. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:00:00 \N \N \N \N \N 12325 t
+14448 27226 48 Hours eng Mystery Compelling investigative series. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 02:00:00 2014-12-22 03:00:00 \N \N \N \N \N 12326 t
+25920 20737 XHose Sale eng \N Join us for a selection of great products at amazing sale prices! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N \N \N 12327 t
+25920 20869 Technology Sale eng \N An easy to connect range of today's technology for you and your family's enjoyment around the home at sale prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N \N \N 12328 t
+25920 20502 Tefal Sale eng \N A fantastic range of great value products at super sale prices \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N \N \N 12329 t
+40960 53279 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 21:30:00 \N \N \N \N \N 12334 t
+40960 53285 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-23 23:45:00 2014-12-24 00:00:00 \N \N \N \N \N 12341 t
+41040 17211 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 12342 t
+41040 17212 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 \N \N \N \N \N 12343 t
+41040 17213 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N \N \N 12344 t
+41040 17214 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N \N \N 12345 t
+32836 31033 On The Aire eng \N Find out what's been happening in the city today. Your Made in Leeds news team bringing you all the stories that matter to you. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 12346 t
+32836 31034 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N \N \N 12347 t
+32836 45141 All Star Unplugged Special eng \N Two of Leeds' best gospel choirs delivering christmas carols for the season in their own unique way. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 12348 t
+32836 31036 Britain And Ireland From The Sky eng \N We embark on a breath-taking aerial tour of the British Isles in this exclusive series. Spanning all four seasons, Britain & Ireland from the Sky. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N \N \N 12349 t
+32836 31037 Make Me a Millionaire Inventor eng \N Jem is obsessed by the sun lounger that rotates with the sun throughout the day. Shini seeks out and surprises the inventor of a golf-training device who turns out to be quite the comedian. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 12350 t
+8267 65370 ITV News Granada Reports eng \N All the latest news, sport and breaking stories from around the North West. Including a regional weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N S \N 12351 t
+8267 16736 ITV News & Weather eng \N Mark Austin and Mary Nightingale with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N S \N 12352 t
+8267 16738 Emmerdale eng \N Charity pushes Moira too far. Kirin enjoys playing games with Rakesh. Nicola's plan leaves Bernice furious. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N AD,S \N 12353 t
+8267 14722 Coronation Street eng \N Tony regrets a moment of madness. Will Lloyd lend an ear to Steve? Steph stands up for herself. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N AD,S \N 12354 t
+8267 16743 Countrywise eng \N Series about rural life. Liz Bonnin is on the stunning island of Lundy off the Devon coast, and Ben Fogle is in Norfolk to take part in the annual pea harvest. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N S \N 12355 t
+8267 16034 Coronation Street eng \N Gary faces up to the consequences. What is Callum up to? Steve plans the perfect Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N AD,S \N 12356 t
+40976 47033 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 01:00:00 \N \N \N \N \N 12357 t
+40976 46946 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:00:00 \N \N \N \N \N 12358 t
+40976 46947 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:00:00 \N \N \N \N \N 12359 t
+24064 59976 The Easy Riders eng \N Viva Valencia! Danny John-Jules, Steve Keys and Matt Roberts slip into their pink leathers, jump on their bikes and set off on their epic voyage from the UK to Valencia. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:30:00 \N \N \N \N \N 12360 t
+24064 59977 The Easy Riders eng \N Viva Valencia! Danny John-Jules and the boys head to France on the first leg of their charity bike odyssey and stop in for a nightcap at a local champagne vineyard. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 03:30:00 2014-12-24 04:00:00 \N \N \N \N \N 12361 t
+24064 59978 The Easy Riders eng \N Join Danny John-Jules and Steve Keys as their road trip continues. As they enter Spain, they meet MotoGP legend Randy Mamola. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:30:00 \N \N \N \N \N 12362 t
+24064 59979 The Easy Riders eng \N As their road trip reaches its final leg, Danny John-Jules and the boys limber up with a bit of yoga before heading to their final destination in Valencia. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 04:30:00 2014-12-24 05:00:00 \N \N \N \N \N 12363 t
+24064 59980 Santaland eng \N Retired couple Ray and Marlene Kraatz, the official Mr and Mrs Claus of Zephyrhills, Florida, battle busy demands and failing health to be icons of hope 365 days a year. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:30:00 \N \N \N \N \N 12364 t
+24064 59981 Postcards eng Christmas with Dad An unconventional look at Christmas and fatherhood, exploring the stories of young men struggling to define themselves as parents over the festive period. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N \N \N 12365 t
+40992 51873 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:10:00 \N \N \N \N \N 12366 t
+40992 51874 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 18:10:00 2014-12-21 18:20:00 \N \N \N \N \N 12367 t
+40992 51875 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 18:20:00 2014-12-21 18:50:00 \N \N \N \N \N 12368 t
+40992 51876 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-21 18:50:00 2014-12-21 18:58:00 \N \N \N \N \N 12369 t
+40992 49159 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 18:58:00 2014-12-22 05:30:00 \N \N \N \N \N 12370 t
+25664 55747 Christmas Pixie's Top 50! eng \N Pixie Lott's on a festive mission to jingle your bells until you're feeling the yuletide vibe as she counts down the 50 finest Christmas tracks of recent years! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 09:00:00 2014-12-22 13:30:00 \N \N \N \N \N 12371 t
+4166 58325 The Royle Family Christmas Special eng Barbara's Old Ring It is Christmas at the Royles', and Barbara has gone overboard with the presents. Meanwhile, Dave reveals his Dragons' Den idea. Contains adult humour. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N AD,S \N 12372 t
+4166 51768 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:25:00 \N \N \N S \N 12373 t
+4166 52449 East Midlands Today eng \N The latest news, sport and weather for the East Midlands. Followed by weather and a National Lottery update. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:25:00 2014-12-23 22:35:00 \N \N \N S \N 12374 t
+4166 56437 Mrs Brown's Boys eng The Virgin Mammy Rehearsals get underway on the Nativity play, with Agnes herself playing the Virgin Mary. Contains adult humour and some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 22:35:00 2014-12-23 23:10:00 2 2 \N S \N 12375 t
+4166 56401 Cuckoo eng Neighbourhood Watch Comedy series about a cuckoo in the family nest. A night-time intruder leaves Ken questioning his manliness. Contains strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 23:10:00 2014-12-23 23:40:00 6 7 \N AD,S \N 12376 t
+4166 56457 The Apprentice eng The Final The two finalists must launch their businesses with the help of some former candidates. In the boardroom, Lord Sugar finally picks his new business partner. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 23:40:00 2014-12-24 00:40:00 14 14 \N S \N 12377 t
+41104 20000 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 13:00:00 2014-12-22 17:00:00 \N \N \N \N \N 13120 t
+13120 7361 Hi-Tech Toys & Electronic Gifts eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! Find your perfect electrical gifts here! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 12378 t
+8283 16556 ITV News & Weather eng \N James Mates with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:15:00 \N \N \N S \N 12453 t
+13120 7362 MarlaWynne Fashion eng \N Easy care, easy wear, easy elegance in this mix and match collection of unique and versatile pieces created for the smart, elegant, busy women seeking comfort that doesn't compromise style. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N \N \N 12379 t
+13120 7363 Christmas Gift Ideas eng \N Take the stress out of Christmas shopping and browse our marvellous selection of gift ideas to find the perfect present for someone special. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N \N \N 12380 t
+41120 14133 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:00:00 \N \N \N \N \N 12381 t
+41120 14134 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 07:00:00 2014-12-23 09:00:00 \N \N \N \N \N 12382 t
+15840 3581 Christmas In The Studio eng \N A cracker of a festive show, as Michael Ball and Martine McCutcheon present our Christmas show with performances from top artists, and a certain Jive Bunny! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N \N \N 12383 t
+15840 3582 It's Snow Time eng \N Break out the sleigh bells for a host of festive favourites to chill out with this season. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N \N \N 12384 t
+15840 3583 Breakaway eng \N Breakaway from the norm of daytime telly - let Vintage TV carry you through the day in style, as we thumb through our greatest hits record collection. Go on, take the weight off. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 11:00:00 2014-12-22 13:00:00 \N \N \N \N \N 12385 t
+22592 17795 Drivetime eng \N Max Rushden and Matt Holland keep you entertained on the way home. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-24 16:00:00 2014-12-24 19:00:00 \N \N \N \N \N 12386 t
+24064 59768 The Big Experiment eng \N A class of London teens are fast-tracked through GCSE science. The kids study the human body, learning about the threat posed by bacteria and the extraordinary properties of skin. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N \N \N 12387 t
+24064 59769 Sunset Daze eng Every Dog Has His Day Reality show featuring an eccentric cast living in an Arizona retirement community. Eileen is forced to give up her dream of the Ms Senior Arizona Pageant. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 20:00:00 2014-12-20 20:30:00 \N \N \N \N \N 12388 t
+24064 60227 New eng Quality Control Music show bringing together fresh and established acts, featuring trending acts Adrian Roye, OthaSoul, The Feud and Laurel. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 20:30:00 2014-12-20 21:00:00 \N \N \N \N \N 12389 t
+24448 63896 Great Value Jewellery from GemsTV eng \N Shop and save with live falling auctions from GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 03:00:00 2014-12-23 04:00:00 \N \N \N \N \N 12390 t
+24448 63897 Through the Night eng \N Join Gems TV through the night for unmissable deals! \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 04:00:00 2014-12-23 05:00:00 \N \N \N \N \N 12391 t
+24448 63898 Through the Night eng \N Join Gems TV through the night for unmissable deals! \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 05:00:00 2014-12-23 06:00:00 \N \N \N \N \N 12392 t
+41072 14199 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:30:00 \N \N \N \N \N 12393 t
+41072 14200 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-24 03:30:00 2014-12-24 04:00:00 \N \N \N \N \N 12394 t
+41072 14201 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:30:00 \N \N \N \N \N 12395 t
+41072 14202 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-24 04:30:00 2014-12-24 05:00:00 \N \N \N \N \N 12396 t
+41072 14203 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:30:00 \N \N \N \N \N 12397 t
+41072 14204 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N \N \N 12398 t
+8325 2726 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:05:00 \N \N \N S \N 12399 t
+8325 2727 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 16:05:00 2014-12-23 17:10:00 \N \N \N S \N 12400 t
+8325 2694 The Xtra Factor Winner's Story eng \N Sarah-Jane Crawford takes a look at the story of 2014's X Factor winner, from their first auditions to the final and beyond. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:10:00 2014-12-23 18:15:00 \N \N \N S \N 12401 t
+8448 59025 The Inbetweeners Top Ten Moments eng \N As well as revealing the top ten clips as voted for by the viewers, this programme meets the four actors who play Neil, Simon, Will and Jay, and hears from celebrity fans of the show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 00:10:00 2014-12-22 01:20:00 \N \N \N S \N 12402 t
+8448 59026 Bad Robots eng \N Brand new series - The robots are still wreaking havoc as visitors over at the world-famous clipper ship Cutty Sark learn some very questionable facts from the tourist information machine. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 01:20:00 2014-12-22 01:50:00 \N \N \N S \N 12403 t
+8448 59028 Rules of Engagement eng Play Ball Audrey considers leaving her job when she realises how miserable it is making her, while Alison tells Timmy that she wants to slow things down. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 01:50:00 2014-12-22 02:20:00 \N \N \N S \N 12404 t
+8448 59029 Rules of Engagement eng The Home Stretch Audrey has private Pilates sessions at home and Jeff is thrilled when the workouts increase her sex drive, but less pleased when he sees her instructor. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 02:20:00 2014-12-22 02:40:00 \N \N \N S \N 12405 t
+8448 59030 How I Met Your Mother eng 46 Minutes Marshall and Lily have officially moved to the suburbs, but are being pushed to their limits by Lily's father Mickey, who has been living with them. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 02:40:00 2014-12-22 03:05:00 \N \N \N AD,S \N 12406 t
+41008 58996 eng \N \N \N \N \N \N \N \N \N 1 0 0 \N 2014-12-21 00:15:00 2014-12-21 02:10:00 \N \N \N \N \N 12407 t
+41008 58997 Devil eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-21 02:10:00 2014-12-21 03:30:00 \N \N \N \N \N 12408 t
+15840 3533 Wake Up In The 80s eng \N Slip on the shoulder pads and break out the synths as we go electro and techno and get to grips with the genres that made the iconic 80s such a musical goldmine. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:00:00 \N \N \N \N \N 12409 t
+23040 38160 Jun and Spike's Cocktail Menu eng \N Join us for a show where we discover amazing cocktails. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N \N \N 12634 t
+25792 52391 Edward and George eng Two Brothers, One Throne Absorbing documentary looking at the turbulent relationship between royal brothers Edward VIII and George VI, who were at the heart of the infamous abdication crisis of 1936. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N S \N 12416 t
+25792 52392 Edward VIII eng The Plot To Topple A King Startling documentary revealing the astonishing, archbishop-led plot to oust King Edward VIII in 1936, following revelations about the monarch's fling with divorcee Wallis Simpson. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N S \N 12417 t
+25792 52393 Edward VIII eng The Lion King Eye-opening documentary that sheds new light on Royal playboy Edward VIII, who famously abdicated in 1936. These fascinating home movies highlight his conservation work in Africa. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N S \N 12418 t
+14816 1007 1-2-1 Dating - Try ADULT eng \N 1-2-1 Dating's popular ADULT section is for those seeking something a little unusual, specific or extracurricular. Search the pages to find your adult 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 16:00:00 2014-12-24 20:00:00 \N \N \N \N \N 12419 t
+14608 32051 Highway To Heaven eng \N Jonathan informs Mr. Clancy that his son who died in Vietnam fathered a child. He reluctantly takes in his grandson but refuses to bond with him. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 4 \N \N \N 3 12420 t
+17540 56457 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 23:40:00 2014-12-24 00:40:00 \N \N \N \N \N 12526 t
+14608 32052 Dr Finlay eng \N Back on duty after his accident, Dr. Finlay is intrigued when a teenage girl brings her two sisters to Arden House. Dr Neil becomes emotionally involved in the case of a dying patient. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 2 \N \N \N 2 12421 t
+14608 32053 A Different Kind Of Christmas eng \N What is it like to grow up with a dad who believes he is Santa? Shelley Long is running for mayor with a dad who sets up his own 'dream world' once a year. Can she keep his identity a secret? \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 17:00:00 2014-12-24 19:00:00 \N \N \N \N \N 12422 t
+14752 23820 Ant Payne eng \N Ant's got all the biggest and best hits around. You can join the conversation @CapitalOfficial on Twitter and online at capitalfm.com! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 19:00:00 \N \N \N \N \N 12423 t
+8442 55928 Come Dine with Me eng \N Singer and proud Liverpudlian Marcus Collins is the latest to host in this festive edition, and he is serving a hefty main course called 'Scouse with a Kick'. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 15:05:00 2014-12-24 15:40:00 \N \N \N S \N 12424 t
+8442 55929 Come Dine with Me eng \N The final host of this festive edition is actress Margi Clarke, who is serving 'Margi's Magic Flying Phoenix' and bringing in a psychic, plus a few practical jokes for laughs. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 15:40:00 2014-12-24 16:10:00 \N \N \N S \N 12425 t
+8442 55930 It's a Wonderful Life eng \N Classic comedy-drama. James Stewart stars as George Bailey, a small-town banker contemplating suicide, who is shown what life would've been like had he never lived. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 16:10:00 2014-12-24 18:50:00 \N \N 1947 S \N 12426 t
+24384 15092 Tattered Lace Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 12427 t
+24384 15426 Daylight Lamp Company eng \N Get more out of your crafts at any time of day or night with this extensive range there is a Daylight Lamp to suit everybody! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 12428 t
+24384 15093 Tattered Lace Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 12429 t
+4175 58325 The Royle Family Christmas Special eng Barbara's Old Ring It is Christmas at the Royles', and Barbara has gone overboard with the presents. Meanwhile, Dave reveals his Dragons' Den idea. Contains adult humour. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N AD,S \N 12430 t
+4175 51768 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:25:00 \N \N \N S \N 12431 t
+4175 52483 Look North eng \N The latest news, sport and weather for Yorkshire and Lincolnshire. Followed by weather and a National Lottery update. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:25:00 2014-12-23 22:35:00 \N \N \N S \N 12432 t
+4175 56437 Mrs Brown's Boys eng The Virgin Mammy Rehearsals get underway on the Nativity play, with Agnes herself playing the Virgin Mary. Contains adult humour and some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 22:35:00 2014-12-23 23:10:00 2 2 \N S \N 12433 t
+4175 56401 Cuckoo eng Neighbourhood Watch Comedy series about a cuckoo in the family nest. A night-time intruder leaves Ken questioning his manliness. Contains strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 23:10:00 2014-12-23 23:40:00 6 7 \N AD,S \N 12434 t
+4175 56457 The Apprentice eng The Final The two finalists must launch their businesses with the help of some former candidates. In the boardroom, Lord Sugar finally picks his new business partner. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 23:40:00 2014-12-24 00:40:00 14 14 \N S \N 12435 t
+17472 55483 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:50:00 \N \N \N \N \N 12436 t
+17472 55484 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-20 12:50:00 2014-12-20 14:45:00 \N \N \N \N \N 12437 t
+17472 57705 Flog It! eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 14:45:00 2014-12-20 15:45:00 \N \N \N \N \N 12438 t
+28160 15872 The Worship Hour eng \N Rick Easter starts your afternoon with the very best worship music, Bible readings and prayer. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 12439 t
+28160 15873 The News Hour eng \N Join Rick Easter and the Premier News team for all today's breaking stories, live, as they happen. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 \N \N \N \N \N 12440 t
+28160 15874 Focus on the Family eng \N Teaching and advice on marriage, parenting and family issues. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N \N \N 12441 t
+28160 15875 The Best of Woman to Woman eng \N Maria Rodrigues presents a choice cut from her daily Woman to Woman show. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N \N \N 12442 t
+28032 13219 Storage Wars eng Unlocked Buy Low: Reality series. The Lords of Loot will meet at the abandoned Sahara Casino in Las Vegas to relive the best bidding wars and hash out personal conflicts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N S \N 12443 t
+28032 28020 Ax Men eng Up in Flames As the season enters the home stretch, Jimmy Smith braves the depths of the Suwannee River for the first time in three years. Shelby returns to face an old enemy. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N S \N 12444 t
+28032 28021 Bundesliga Football Highlights eng \N More top flight football action from Germany's premier league - one of the toughest in Europe. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N S \N 12445 t
+25728 54602 That 70s Show eng That Disco Episode American comedy series about a group of teenagers in the 1970s. A disco throws the group into disarray as the dancers and non-dancers take sides. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:30:00 \N \N \N S \N 12446 t
+40960 53298 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:30:00 \N \N \N \N \N 13325 t
+25728 54603 That 70s Show eng The Drive-In American comedy series about a group of teenagers in the 1970s. Kelso tells Eric that The Omen is playing at the drive-in, and that he should take Donna to see it. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:30:00 2014-12-20 13:00:00 \N \N \N S \N 12447 t
+25728 54604 That 70s Show eng Thanksgiving American comedy series about a group of teenagers in the 1970s. Thanksgiving is supposed to bring people together - but not like this! \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 \N \N \N S \N 12448 t
+25728 54605 That 70s Show eng Sunday, Bloody Sunday American comedy series about a group of teenagers in the 1970s. The day of rest turns into a disaster. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 13:30:00 2014-12-20 14:00:00 \N \N \N S \N 12449 t
+25728 54606 The Big Xmas Quiz eng \N Gather round and bring your brain! We have a stocking-full of Christmas trivia for quizzers everywhere, soundtracked by only the best songs of the season. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N \N \N 12450 t
+14832 1366 Rabbits & Bunnies & Meadows, Oh My eng \N Now in its 6th year, Gay Rabbit Chat & Date is an interactive TV chat service designed to put YOU in touch with new LGBT friends all over the UK. Chat, flirt, date and then some! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 16:00:00 2014-12-24 20:00:00 \N \N \N \N \N 12451 t
+8283 16555 Midsomer Murders eng The Christmas Haunting It may be Christmas, but new DS Charlie Nelson is thrown straight into a murder case as a man is stabbed with an antique sword during a ghost-hunting party. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:00:00 \N \N \N AD,S \N 12452 t
+28352 2358 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 03:20:00 2014-12-24 04:00:00 \N \N \N \N \N 13946 t
+8283 16574 Vicious eng Christmas Special Christmas special of the sitcom following the lives of an elderly gay couple. Freddie and Stuart are holding a Christmas celebration - with a little help from Ash. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 23:15:00 2014-12-21 23:45:00 \N \N \N AD,S \N 12454 t
+8283 20354 Rugby Highlights eng Aviva Premiership Mark Durden-Smith and David Flatman present highlights of Wasps v London Irish, Gloucester v Bath and reigning champions Northampton against Leicester at Franklin's Gardens. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 23:45:00 2014-12-22 00:45:00 \N \N \N S \N 12455 t
+14800 1366 Winter in Rabbit Meadow eng \N Rabbit Chat & Date has been connecting people for 6 years now! Why not jump in and see why? Make new friends, chat, flirt and find that RIGHT somebody. Or that RIGHT NOW somebody. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 16:00:00 2014-12-24 20:00:00 \N \N \N \N \N 12456 t
+4166 53462 Operation Meet the Street eng \N Celebrities visit streets where they grew up. James Martin invites Helen Skelton back to Kirkby Thore, the Cumbrian village she grew up in, to find out who lives there now. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 09:15:00 2014-12-19 10:00:00 5 5 \N S \N 12457 t
+22080 1373 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N \N \N 12458 t
+4166 49745 Homes Under the Hammer eng \N Martin Roberts and Lucy Alexander visit a double-fronted end-terrace house in Stoke, a flat in Sydenham and a semi-detached house in County Durham. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N S \N 12459 t
+4166 50286 Saints and Scroungers eng \N Series looking at benefit fraud. Fraud investigators at Newham Council are on the trail of a man they suspect of claiming benefits when in fact he is a student. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 20 20 \N S \N 12460 t
+4166 51284 Oxford Street Revealed eng \N A light has gone out at a landmark Oxford Street building, 400 feet above the ground. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:15:00 10 10 \N AD,S \N 12461 t
+27648 4427 On the Case with Paula Zahn eng Honeymoon Hit A jailhouse interview with Ashley Humphrey, convicted of killing her new husband's ex-lover at his request. She wants her story to be a lesson to other women. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 01:00:00 \N \N \N \N \N 12462 t
+27648 4428 FBI Case Files eng Murder by Mail A federal judge and civil rights attorney are killed instantly as they open their mail. Hate groups are under suspicion but the truth proves far more explosive. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:00:00 \N \N \N \N \N 12463 t
+27648 4429 FBI Case Files eng Lethal Contact Investigators Harris and Walker recall the case of Lita Sullivan, shot dead on her doorstep in an upmarket neighbourhood of Atlanta. Did they catch her killer? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 02:00:00 2014-12-22 03:00:00 \N \N \N \N \N 12464 t
+8264 29700 The Store eng \N Every day The Store brings you a fantastic range of products from JML which you can purchase from the comfort of your own home. www.jmldirect.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 00:45:00 2014-12-22 02:30:00 \N \N \N \N \N 12465 t
+8264 28495 Motorsport UK eng \N Richard John Neil presents action from the final chapter of the season.Today's racing is from the Formula Ford Championship and the Porsche Carrera Cup. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:20:00 \N \N \N S \N 12466 t
+8381 14693 Losing Your Local? eng Tonight Are you in danger of losing your local? With an estimated 30 pub closures each week, this national tradition seems to be under threat. Can the great British boozer bounce back? \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:25:00 \N \N \N \N \N 12467 t
+8381 14653 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 04:25:00 2014-12-19 06:05:00 \N \N \N \N \N 12468 t
+8384 59060 Secret Eaters eng \N Anna Richardson presents the series about the psychology and science of eating. In this edition workmates and gym bunnies Faye and Laura are baffled by their weight gain. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 04:40:00 2014-12-21 05:30:00 \N \N \N S \N 12469 t
+8384 59217 Kirstie's Vintage Gems eng \N Kirstie Allsopp helps Amber and Colin turn their love-starved bedroom into a gorgeous vintage haven. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 05:30:00 2014-12-21 05:40:00 \N \N \N S \N 12470 t
+8384 59190 Small Animal Hospital eng \N John Barrowman meets pets suffering an array of ailments at Glasgow's University School of Veterinary Medicine. John visits a pig called Dudley who's been overeating. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 05:40:00 2014-12-21 06:10:00 \N \N \N S \N 12471 t
+40992 51775 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:10:00 \N \N \N \N \N 12472 t
+40992 51776 Waybuloo eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 18:10:00 2014-12-20 18:20:00 \N \N \N \N \N 12473 t
+40992 51777 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 18:20:00 2014-12-20 18:50:00 \N \N \N \N \N 12474 t
+40992 51778 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 18:50:00 2014-12-20 18:58:00 \N \N \N \N \N 12475 t
+40992 47455 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 18:58:00 2014-12-21 05:30:00 \N \N \N \N \N 12476 t
+13120 8581 Safety & Security eng \N Protect your home with a selection of equipment, including alarms and CCTV products, designed to help you enjoy security and peace of mind. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 12477 t
+13120 8582 Gem Clearance eng \N Find gorgeous gem-set jewellery at very special prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 13:00:00 2014-12-23 16:00:00 \N \N \N \N \N 12478 t
+23152 17505 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:30:00 \N \N \N \N \N 12479 t
+12928 42110 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 18:25:00 2014-12-21 18:30:00 \N \N \N \N \N 12635 t
+23152 17506 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-23 06:30:00 2014-12-23 07:00:00 \N \N \N \N \N 12480 t
+23152 19202 Crime Stories eng Season 3 Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 07:00:00 2014-12-23 08:00:00 \N \N \N \N \N 12481 t
+23152 17508 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:30:00 \N \N \N \N \N 12482 t
+23152 17509 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:00:00 \N \N \N \N \N 12483 t
+17472 56505 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-22 00:05:00 2014-12-22 01:30:00 \N \N \N \N \N 12484 t
+17472 51400 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 01:30:00 2014-12-22 02:30:00 \N \N \N \N \N 12485 t
+17472 56506 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:30:00 \N \N \N \N \N 12486 t
+14372 8119 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 12487 t
+22080 3 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 06:30:00 2014-12-22 07:00:00 \N \N \N S \N 12609 t
+14372 8120 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 12488 t
+14372 8121 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 12489 t
+22592 17833 The Season Ticket eng \N Danny Kelly with the final word on the day's sporting action. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-20 19:00:00 2014-12-20 22:00:00 \N \N \N \N \N 12490 t
+24384 15181 Tattered Lace Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 12491 t
+24384 15473 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 12492 t
+24384 15533 Heartfelt Creations Sale 4 Day Deal eng \N A chance for you to get our special product, the Create and Craft 4 Day Deal \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 12493 t
+24480 3619 Wake Up In The 60s eng \N Set the alarm clock for a revolutionary ride on our magical mystery tour as it makes its way through the 60s, taking in everything from bubblegum pop to prog rock. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 08:00:00 \N \N \N \N \N 12494 t
+24480 3620 Never Mind The Baubles eng \N New! Trimming the tree will be a joy as you sing along to all your festive favourites \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 08:00:00 2014-12-24 09:00:00 \N \N \N \N \N 12495 t
+27328 17245 NBA Countdown eng \N All the build-up to the live NBA coverage. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 \N \N \N S \N 12496 t
+26368 6019 Great Ormond Street Christmas Carol Co eng \N Listen to the Great Ormond Street Christmas Carol Concert. Presented by Myleene Klass, this enchanted event includes traditional carols and festive readings by special guests. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 12497 t
+15808 50315 Trophe Andros eng \N Exclusive highlights of the world's most prestigious ice racing series contested by the likes of Alain Prost, Olivier Panis and Jacques Villeneuve in the winter ski resorts of Europe. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 23:05:00 2014-12-22 00:10:00 \N \N \N \N \N 12498 t
+22752 1080 Kiss Fresh Early eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 03:00:00 2014-12-21 06:00:00 \N \N \N \N \N 12499 t
+27712 22046 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:30:00 \N \N \N \N \N 12500 t
+27712 22047 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 00:30:00 2014-12-24 01:00:00 \N \N \N \N \N 12501 t
+27712 22048 The Girls of The Taliban eng \N Unprecedented access to a school for girls in Afghanistan which imposes an even stricter interpretation of Islam than that prescribed by the Taliban. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-24 01:00:00 2014-12-24 02:00:00 \N \N \N \N \N 12502 t
+27712 22049 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 02:00:00 2014-12-24 03:00:00 \N \N \N \N \N 12503 t
+12992 31155 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:10:00 \N \N \N \N \N 12504 t
+12992 31156 Red River (1948) eng \N Epic western starring John Wayne and Montgomery Clift. A cattle drive from Texas to Missouri in the aftermath of the Civil War is marked by conflict. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 12:10:00 2014-12-22 13:15:00 \N \N 1948 \N \N 12505 t
+12992 31157 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 13:15:00 2014-12-22 13:20:00 \N \N \N \N \N 12506 t
+12992 31158 Red River (1948) eng \N Epic western starring John Wayne and Montgomery Clift. A cattle drive from Texas to Missouri in the aftermath of the Civil War is marked by conflict. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 13:20:00 2014-12-22 15:00:00 \N \N 1948 \N \N 12507 t
+22720 1364 Will eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 19:00:00 2014-12-24 22:00:00 \N \N \N \N \N 12508 t
+28096 59476 Top Gear eng Middle East Special The not-so-wise Jeremy Clarkson, Richard Hammond and James May embark on an action-packed road trip as they attempt to follow the path of the Three Wise Men across the Middle East. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-24 18:20:00 2014-12-24 20:00:00 \N \N \N AD,S \N 12509 t
+28096 59477 Storage Hunters eng Door Number One Bargain-hunters are at loggerheads as they compete for storage units. A monster scares the bidders. Brandon and Lori hope to break records with some DJing gear. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N S \N 12510 t
+28096 59478 Storage Hunters eng Fasten Your Seatbelts The raging US reality series! The Berniers' future is up in the air as the bargain-hunters head to an airport auction and compete for luggage and plane parts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:00:00 \N \N \N S \N 12511 t
+17664 59060 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 04:40:00 2014-12-21 05:30:00 \N \N \N \N \N 12512 t
+17664 59217 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 05:30:00 2014-12-21 05:40:00 \N \N \N \N \N 12513 t
+17664 59190 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 05:40:00 2014-12-21 06:10:00 \N \N \N \N \N 12514 t
+24480 3557 Defining Decades eng The 1970s Hair is a-flowing and jeans a-flaring as we discover that disco dazzled and rock went glam, and how the decade got DIY as punk stamped all over the 70s. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 16:00:00 2014-12-20 19:00:00 \N \N \N \N \N 12515 t
+25728 54512 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 03:00:00 2014-12-24 06:00:00 \N \N \N \N \N 12516 t
+22272 65134 Top Gear eng \N Buckle up for more turbo-charged fun. Richard invents airport vehicle racing, while Jeremy's test of the Renaultsport Twingo 133 involves a tunnel, a ferry and Ross Kemp. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N AD,S \N 12517 t
+22272 65135 Storage Hunters eng Bird-Brained Bargain-hunting with the Berniers. Jesse starts a bidding war on a unit without seeing what's inside, while a flock of birds get the auction-goers in a flap. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N S \N 12518 t
+22272 65136 Storage Hunters eng Big Money, No Whammies Auction anarchy! Brandon and Scott hope to strike it lucky as they compete for ten-pin bowling equipment. T Money throws cash at a unit containing an ATM. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 10:30:00 2014-12-22 11:00:00 \N \N \N S \N 12519 t
+22272 65137 Sin City Motors eng \N High-octane reality series following larger-than-life Steve Darnell, who kits out cool, customised cars from junk. Steve transforms a 1931 Ford Model A into a salt flats racer! \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N S \N 12520 t
+17540 58325 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 12521 t
+17540 51768 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:25:00 \N \N \N \N \N 12522 t
+17540 52926 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-23 22:25:00 2014-12-23 22:35:00 \N \N \N \N \N 12523 t
+17540 56437 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 22:35:00 2014-12-23 23:10:00 \N \N \N \N \N 12524 t
+17540 56401 Cuckoo eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 23:10:00 2014-12-23 23:40:00 \N \N \N \N \N 12525 t
+22336 58449 Bodyshockers eng My Tattoo Hell Katie Piper visits Magaluf, where many holiday-makers get tattoos they come to regret. Claire hates the tattoo her ex put on her thigh and Jeema the small dragon above her bikini line. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 03:05:00 2014-12-19 04:00:00 \N \N \N S \N 12527 t
+22336 58443 2 Broke Girls eng And the ATM Max decides to break up with Deke now that she knows he is from a rich background but hid his wealth from her. Han gets a cash machine for the diner. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:20:00 \N \N \N AD,S \N 12528 t
+22336 58451 Almost Royal eng Washington, D.C. Georgie and Poppy hire themselves a political coach and meet with a congressman at the House of Representatives during a visit to Washington, D.C. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 04:20:00 2014-12-19 04:45:00 \N \N \N S \N 12529 t
+22336 58452 Almost Royal eng Nashville In the final episode, the Carlton siblings are in Nashville, Tennessee, where Poppy seizes the chance to launch herself as a country-pop fusion music star. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 04:45:00 2014-12-19 05:10:00 \N \N \N S \N 12530 t
+22336 58453 One Tree Hill eng Hardcore Will Never Die, But You Will Dan, Julian and Chris make an attempt to rescue Nathan. Brooke's conflict with Xavier escalates. Quinn and Clay revisit the past. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 05:10:00 2014-12-19 05:50:00 \N \N \N S \N 12531 t
+22336 58454 Charmed eng Déjà Vu All Over Again In the last episode of season one, a warlock repeatedly attempts to kill the Charmed Ones, with a demon turning back time after each failure so he can try again. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 05:50:00 2014-12-19 07:00:00 \N \N \N S \N 12532 t
+28352 2282 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N \N \N 12533 t
+28352 2283 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N \N \N 12534 t
+28352 2284 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N \N \N 12535 t
+28352 2285 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 10:30:00 2014-12-22 11:00:00 \N \N \N \N \N 12536 t
+28352 2286 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 \N \N \N \N \N 12537 t
+28352 2287 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 \N \N \N \N \N 12538 t
+40960 53198 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 20:00:00 2014-12-21 20:30:00 \N \N \N \N \N 12539 t
+27456 45355 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N \N \N 12540 t
+27456 45356 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N \N \N 12541 t
+27456 45357 Going Underground eng \N Going Underground brings our UK viewers the news they won't get on other networks. We examine both underground and mainstream issues from a fresh and alternative perspective. With Afshin Rattansi. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 10:30:00 2014-12-22 11:00:00 \N \N \N \N \N 12542 t
+27456 45358 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 \N \N \N \N \N 12543 t
+27456 45359 SophieCo eng \N Tune in for the interview show SophieCo with its charming host Sophie Shevardnadze and enjoy good talk. Solid facts, uncommon opinions, thoughtful observations. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 \N \N \N \N \N 12544 t
+27744 42088 The Streets of San Francisco eng \N A pair of plainclothes homicide detectives, cruise the streets of San Francisco solving crimes. Add Karl Malden, Michael Douglas and a killer theme tune and you have a classic. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N \N \N 12545 t
+27744 42089 Hawaii Five-O eng \N Cult US cop drama following a special police unit headed up by Steve McGarrett (Jack Lord). A 10-year-old case is reopened when an archaeological dig unearths two skeletons. S4 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 1 24 \N \N \N 12546 t
+27744 42090 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. Data joins his evil brother Lore to lead The Borg and holds Picard, Troi and Geordi prisoner. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N \N \N 12547 t
+26240 11728 John Isherwood eng \N John Isherwood has the soundtrack to your workday - Plus - #Reheat - All your favourite hits from the 80s & 90s \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 10:00:00 2014-12-22 13:00:00 \N \N \N \N \N 12548 t
+28512 697 Chat Your Socks off eng \N Don't just sit there! Get that guy or gal of your dreams. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 11:00:00 2014-12-22 14:00:00 \N \N \N \N \N 12549 t
+32896 8639 Pop Through The Night eng \N A late night round up of everyone's favourite Invisible Network of Kids. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 03:00:00 2014-12-23 05:00:00 \N \N \N \N \N 12550 t
+32896 8640 Pop Through The Night eng \N A late night round up of everyone's favourite Invisible Network of Kids. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 05:00:00 2014-12-23 06:00:00 \N \N \N \N \N 12551 t
+41104 19999 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 09:00:00 2014-12-22 13:00:00 \N \N \N \N \N 12552 t
+24032 31398 Tom and Thomas eng \N Two young twins who have never met are strangely aware of each other's existence. When they finally meet at Christmas, one twin is caught up with smugglers. Stars Sean Bean \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 03:35:00 2014-12-23 05:50:00 \N \N 2002 \N \N 12553 t
+24032 31307 Behind the Screens eng \N From directors to costume-makers we take a look behind the screens to see what it takes to sprinkle that Hollywood movie magic! \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:50:00 2014-12-23 06:00:00 \N \N \N \N \N 12554 t
+41056 17972 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 12555 t
+41056 17973 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 \N \N \N \N \N 12556 t
+41056 17974 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-20 13:30:00 2014-12-20 13:55:00 \N \N \N \N \N 12557 t
+41056 17975 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 13:55:00 2014-12-20 14:00:00 \N \N \N \N \N 12558 t
+41056 17976 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N \N \N 12559 t
+41056 17977 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N \N \N 12560 t
+23184 17565 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 21:00:00 2014-12-24 21:30:00 \N \N \N \N \N 12561 t
+23184 17566 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:00:00 \N \N \N \N \N 12562 t
+23184 17567 New eng Container Wars In the fast-paced world of shipping port auctions you've got to have an eye for the goods and nerves of steel to beat the other bidders in this high-stakes game. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 12563 t
+23184 17569 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 23:00:00 2014-12-24 23:30:00 \N \N \N \N \N 12564 t
+23184 17570 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 23:30:00 2014-12-25 00:00:00 \N \N \N \N \N 12565 t
+22226 6424 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N S \N 12566 t
+17540 58355 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 17:15:00 2014-12-19 18:00:00 \N \N \N \N \N 14363 t
+22226 6426 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N S \N 12567 t
+22226 6427 New eng TNA Wrestling: Xplosion 2014 Catch up with all the news, action, results and upcoming matches in TNA, plus exclusive interviews with your favourite wrestling stars. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 12568 t
+28480 8035 Jimmy Swaggart Crusade Classics eng \N A programme featuring Jimmy Swaggart Evangelical Crusades filmed around the world. Music and preaching. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 09:00:00 2014-12-20 11:00:00 \N \N \N \N \N 12569 t
+28480 8036 Generation Of The Cross eng \N Talk show for teenagers and young adults, hosted By Gabriel Swaggart covering Biblical topics. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N \N \N 12570 t
+27168 59518 Jamie's Christmas with Bells On eng \N In the first of two specials, Jamie Oliver shows that Christmas can be fun, with some classics from turkey to gravy, but also some new ideas like griddle-pan waffles and pimped-up Prosecco. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N S \N 12571 t
+27168 59519 Jamie's Christmas with Bells On eng \N In the second of two festive specials, Jamie Oliver shows how to create an original Christmas Day menu featuring festive fiesta tacos, brussels with hustle, and Bloody Mary seafood platter. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N S \N 12572 t
+27168 59520 Come Dine with Me eng \N The competition comes from Aberdeen, where the host is farm owner Amanda Westlake, who is dedicated to local produce and determined to woo her guests in true Scottish style. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N S \N 12573 t
+27168 59521 Come Dine with Me eng \N It's the turn of Rick Breckenridge, manager of Aberdeen's premiere gay nightclub. He's determined to impress his guests with his exotic menu. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N S \N 12574 t
+8325 2635 Coronation Street Omnibus eng \N Kylie gets an unwanted visitor. Has Alya had a change of heart? Tracy awaits news of Rob's fate. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 09:20:00 2014-12-20 11:20:00 \N \N \N AD,S \N 12575 t
+8325 4533 The Cube eng Celebrity Special David Haye tries to intimidate the Cube, while Kian Egan takes some big risks in an attempt to win cash for charity. Do either of them have what it takes to beat the Cube? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:20:00 2014-12-20 12:20:00 \N \N \N S \N 12576 t
+8500 5890 The Elf That Rescued Christmas eng \N Festive family animation. When Santa's special crystal goes missing, an orphan and an elf team up to save Christmas. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 12:25:00 2014-12-23 14:00:00 \N \N 2012 S \N 12577 t
+8500 5891 This Christmas eng \N Festive comedy-drama starring Delroy Lindo and Chris Brown. When a family reunites for Christmas tensions arise, but they also rediscover how much they have in common. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 14:00:00 2014-12-23 16:10:00 \N \N 2007 S \N 12578 t
+17540 53462 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 09:15:00 2014-12-19 10:00:00 \N \N \N \N \N 12583 t
+17540 49745 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 12584 t
+17540 50286 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N \N \N 12585 t
+17540 51284 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:15:00 \N \N \N \N \N 12586 t
+20352 60708 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 04:55:00 2014-12-21 07:00:00 \N \N \N \N \N 12587 t
+24016 12915 A Bullet For The General eng \N Bandits hold up a train and steal weapons for revolutionaries. But one passenger appears rather too eager to help the robbers. Stars Klaus Kinski. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 18:45:00 2014-12-24 21:00:00 \N \N 1966 \N \N 12588 t
+14688 11610 The Andy Bush Show eng \N We've sent Andy over to get you out of bed. He broke in last night and is making eggs in the kitchen. You're also out of milk. Tweet him @absoluteradio or text the studio on 81215 \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 08:00:00 2014-12-21 11:00:00 \N \N \N \N \N 12589 t
+23296 5859 Gay Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 20:00:00 \N \N \N \N \N 12590 t
+23296 5860 Rainbow Nation eng \N LGBT - No limits dating. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 22:00:00 \N \N \N \N \N 12591 t
+22656 901 Johnny Doom eng \N Johnny Doom presents the best in new rock, metal and alternative, plus interviews and classic tracks. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 19:00:00 2014-12-24 22:00:00 \N \N \N \N \N 12593 t
+24352 30978 Baggage Battles eng Man on Fire Billy, Mark and the Martins head to Greensboro, North Carolina, hoping to turn a profit on some unclaimed southern treasure. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 \N \N \N \N \N 12594 t
+18112 36286 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N \N \N 12749 t
+18112 36287 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 13:30:00 2014-12-22 13:55:00 \N \N \N \N \N 12750 t
+24352 30979 Baggage Battles eng Boys' Toys Billy, Mark and the Martins are back in Greensboro for the clearing of a 20,000-square-foot warehouse which sees an estimated 250,000 dollars' worth of goods each week. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 \N \N \N \N \N 12595 t
+24352 30980 Baggage Battles eng Cash is King In St Albans, a town 35 kilometres north of London, Billy, Mark and the Martins compete for the lost and unclaimed bags of Britain's rich. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N \N \N 12596 t
+24352 30981 Baggage Battles eng Knightwalkers Billy, Mark and the Martins travel to Dublin, hoping to strike it rich by bidding on historical Irish items. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N \N \N 12597 t
+24352 30982 World's Greatest Motorcycle Rides eng Australia, Part 1 Henry Cole climbs aboard his Harley Davidson Street Glide to brave the Friday night Sydney rush-hour traffic and head 520 miles to Melbourne. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 12598 t
+23120 20491 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 12599 t
+23120 20508 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 12600 t
+23120 20507 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 12601 t
+22624 40506 Sunset Melodies eng \N RNIB's Insight Radio - Gary Moritz plays relaxing tracks from the 30s, 40s, 50s and 60s for your Wednesday evening \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 12602 t
+22624 40507 This Is Insight eng \N RNIB's Insight Extra - Listen to interviews and news from the radio station of the RNIB \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-24 20:00:00 2014-12-24 22:00:00 \N \N \N \N \N 12603 t
+23280 5876 Your Perfect Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 20:00:00 \N \N \N \N \N 12604 t
+23280 5877 Flirt With Me eng \N Flirt and meet with Kiss Me TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 22:00:00 \N \N \N \N \N 12605 t
+22080 3827 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:30:00 \N \N \N S \N 12608 t
+40960 58603 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:00:00 \N \N \N \N \N 14931 t
+22080 4 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:30:00 \N \N \N S \N 12610 t
+22080 127 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 07:30:00 2014-12-22 08:00:00 \N \N \N S \N 12611 t
+22080 187 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N S \N 12612 t
+22080 929 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N S \N 12613 t
+16208 37011 Great Expectations eng \N The conclusion to the 2011 adaptation of the classic novel. Pip wants nothing to do with Magwitch and rushes to confront Miss Havisham, but learns that Estella may be lost to him. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 15:40:00 2014-12-24 17:00:00 \N \N \N S \N 12614 t
+16032 55576 CITV returns at 06:00 eng CITV returns at 06 00. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 18:00:00 2014-12-24 06:00:00 \N \N \N \N \N 12615 t
+17609 19447 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 08:30:00 \N \N \N \N \N 12616 t
+16208 38382 The Green Green Grass Christmas Special eng From Here to Paternity A yuletide special of the Only Fools and Horses spin-off. Events bring a shine to Boycie's eyes, and Beth's Christmas gift opens the door to the promised land. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N S \N 12617 t
+27168 59579 Come Dine with Me eng \N Four passionate cooks from Surrey battle it out in a week of top-quality cooking and eccentric table talk of 'death rooms' and aristocracy. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 03:50:00 2014-12-23 04:50:00 \N \N \N S \N 12618 t
+27168 60712 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 04:50:00 2014-12-23 06:00:00 \N \N \N \N \N 12619 t
+41056 18101 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:30:00 \N \N \N \N \N 12620 t
+41056 18102 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 03:30:00 2014-12-23 04:00:00 \N \N \N \N \N 12621 t
+41056 18103 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:25:00 \N \N \N \N \N 12622 t
+41056 18104 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-23 04:25:00 2014-12-23 04:30:00 \N \N \N \N \N 12623 t
+41056 18105 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 04:30:00 2014-12-23 05:00:00 \N \N \N \N \N 12624 t
+41056 18106 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 05:00:00 2014-12-23 06:05:00 \N \N \N \N \N 12625 t
+27328 17300 Barclays Premier League Review eng \N A look at the best of the recent action from the Barclays Premier League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N \N \N 12626 t
+27328 17301 NBA Inside Stuff eng \N A behind-the-scenes look at professional basketball, offering a look at the off-court personalities of players in the NBA. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:30:00 \N \N \N \N \N 12627 t
+27328 17302 Live Clippers @ Spurs eng \N Live NBA Western Conference action from the AT&T Center. Defending champions San Antonio Spurs beat the Clippers 89-85 when these teams met in LA last month. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 01:30:00 2014-12-23 04:00:00 \N \N \N \N \N 12628 t
+23040 38155 12 Chefs Of Christmas eng \N 12 Chefs of Christmas celebrates the festive season with twelve menus from some of television's top chefs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 \N \N \N \N \N 12629 t
+23040 38156 Cooking Christmas With Matt and Lisa eng \N Join Matt and Lisa for a delicious Christmas feast. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N \N \N 12630 t
+23040 38157 Guy's Big Bite eng \N Delicious culinary series that's bursting with big flavours. Guy loves surprising people, especially at the holidays. He makes tasty pork rib eye, bacon-blessed Brussels sprouts, and a festive drink. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:30:00 \N \N \N \N \N 12631 t
+23040 38158 Great British Christmas Menu eng \N Four chefs battle it out to raise money for Children In Need by creating the ultimate Christmas feast. After four tough days, the winner is crowned. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 10:30:00 2014-12-23 11:00:00 \N \N \N \N \N 12632 t
+23040 41361 12 Chefs Of Christmas eng \N 12 Chefs of Christmas celebrates the festive season with twelve menus from some of television's top chefs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N \N \N 12633 t
+18112 36288 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 13:55:00 2014-12-22 14:25:00 \N \N \N \N \N 12751 t
+12928 42111 Ice Age 2 - The Meltdown eng \N Animated sequel. With the ice age ending in floods, the animals must make their way across the valley to safety aboard a boat. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:05:00 \N \N 2006 S \N 12636 t
+12928 42045 A Cinderella Story eng \N Romantic comedy starring Hilary Duff and Chad Michael Murray. A teenager oppressed by her wicked stepmother and bullied at school begins a secret internet relationship. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 19:05:00 2014-12-21 19:40:00 \N \N 2004 S \N 12637 t
+12928 42112 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 19:40:00 2014-12-21 19:45:00 \N \N \N \N \N 12638 t
+12928 42113 A Cinderella Story eng \N Romantic comedy starring Hilary Duff and Chad Michael Murray. A teenager oppressed by her wicked stepmother and bullied at school begins a secret internet relationship. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 19:45:00 2014-12-21 21:00:00 \N \N 2004 S \N 12639 t
+16080 14864 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 \N \N \N \N \N 12640 t
+16080 14865 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N \N \N 12641 t
+16080 14866 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:30:00 \N \N \N \N \N 12642 t
+16080 14867 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 10:30:00 2014-12-23 11:00:00 \N \N \N \N \N 12643 t
+16080 14868 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N \N \N 12644 t
+16080 14869 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N \N \N 12645 t
+8385 60708 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 03:55:00 2014-12-21 06:00:00 \N \N \N \N \N 12646 t
+17920 42713 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 00:05:00 2014-12-24 00:35:00 \N \N \N \N \N 12647 t
+17920 42970 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 00:35:00 2014-12-24 01:05:00 \N \N \N \N \N 12648 t
+17920 42714 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 01:05:00 2014-12-24 01:35:00 \N \N \N \N \N 12649 t
+17920 42971 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 01:35:00 2014-12-24 02:05:00 \N \N \N \N \N 12650 t
+17920 42972 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 02:05:00 2014-12-24 02:30:00 \N \N \N \N \N 12651 t
+17920 42973 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 02:30:00 2014-12-24 03:00:00 \N \N \N \N \N 12652 t
+25792 52493 Antiques Road Trip eng \N Vibrant valuers Phil Serrell and Jonathan Pratt begin their five-day tussle in the Lake District, competing for bargains in Cockermouth before an auction in Kirkby Lonsdale. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-24 06:10:00 2014-12-24 07:00:00 \N \N \N S \N 12653 t
+25792 52494 Antiques Roadshow eng Christmas Special A selection box of the antiques' experts favourite finds, plus updates on the whereabouts of several cherished relics. A lawnmower collector gets an Xmas surprise! \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-24 07:00:00 2014-12-24 08:00:00 \N \N \N S \N 12654 t
+25792 52495 Bargain Hunt eng \N It's a family affair as two daughter-and-parent teams stalk Peterborough Festival of Antiques for those elusive bargains. James Lewis and David Barby are at hand with expert advice. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-24 08:00:00 2014-12-24 09:00:00 \N \N \N S \N 12655 t
+40960 53307 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 \N \N \N \N \N 14932 t
+40960 53309 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N \N \N 14933 t
+15920 27995 McVicar eng \N Crime drama starring Roger Daltrey and Adam Faith, 1980. Crime drama based on the true story of convicted armed robber John McVicar \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:15:00 \N \N \N S \N 12656 t
+15920 26913 Nitro Circus eng Home Sweet Home Reality series. The crew head back to the Utah birthplace of Nitro Circus, to race and wreck everything they can. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 04:15:00 2014-12-22 04:35:00 \N \N \N \N \N 12657 t
+15920 26914 Nitro Circus eng The Circus Heads West Ronnie Renner invites the Nitro crew to California, where Johnny Knoxville is waiting to play bull croquet. They also drop in to Rob Drydek's Fantasy Factory. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 04:35:00 2014-12-22 04:55:00 \N \N \N \N \N 12658 t
+15920 30352 The Professionals eng Not a Very Civil Civil Servant Action-packed series about two criminal intelligence agents. CI5 uncover corruption surrounding the awarding of contracts to build housing estates. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-22 04:55:00 2014-12-22 05:45:00 \N \N \N AD,S,SL \N 12659 t
+15920 30353 The Professionals eng A Stirring of Dust Drama series about two intelligence agents. CI5 become involved in the search for a former Soviet spy whose defection threatens international security. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-22 05:45:00 2014-12-22 06:00:00 \N \N \N AD,S,SL \N 12660 t
+17609 19448 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:25:00 \N \N \N \N \N 12661 t
+27328 17246 Live Trail Blazers @ Spurs eng \N Live NBA Western Conference action from the AT&T Center, San Antonio. Champions Spurs defeated Portland 4-1 when these teams met in the conference semi-finals last season. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 01:00:00 2014-12-20 03:30:00 \N \N \N S \N 12662 t
+41024 59579 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 03:50:00 2014-12-23 04:50:00 \N \N \N \N \N 12663 t
+41024 60712 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 04:50:00 2014-12-23 06:00:00 \N \N \N \N \N 12664 t
+14498 26566 Total Fishing with Matt Hayes eng \N Matt reckons stodgy groundbait is the best way to catch carp - but can he prove his point? Plus, who will land the best fish when he tackles tench with the Irish record holder? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:30:00 \N \N \N \N \N 12665 t
+14498 26567 Total Fishing with Matt Hayes eng \N Matt challenges Ben Hofgardner to a day's fishing, Trevor West reveals his top tips on catching barbel, and chef Steven Bulmer cooks up some crayfish. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N \N \N 12666 t
+14498 26568 Baggage Battles eng Diamonds in the Rough The Baggage Battlers are back. Today they visit an auction in Brooklyn, one of the busiest shipping ports in the USA. But will they unearth any treasures? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:30:00 \N \N \N \N \N 12667 t
+14498 26569 Baggage Battles eng Breaking the Bank The Baggage Battlers head to Atlanta, Georgia, to a freight auction where Mark spies some Rolls-Royce aircraft parts. But will his bid secure the items? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 10:30:00 2014-12-24 11:00:00 \N \N \N \N \N 12668 t
+14498 26570 Baggage Battles eng Blast from the Past The Baggage Battlers head to the Boston Estates Auction to gamble on historical items, but is a document announcing George Washington death the real thing? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:30:00 \N \N \N \N \N 12669 t
+14498 26571 Baggage Battles eng Man on Fire The Baggage Battlers head to Greensboro, which is a major hub for imported and exported goods. But will they unearth any valuable items in the lot at Quality Salvage? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 11:30:00 2014-12-24 12:00:00 \N \N \N \N \N 12670 t
+14720 53325 Toby Anstis eng \N For more music variety in your mornings, Toby Anstis is your man! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 09:00:00 2014-12-22 13:00:00 \N \N \N \N \N 12673 t
+15856 3503 Pixie Lott eng The Hot Desk Exclusive interviews with big names from the worlds of music and entertainment. Today, UK pop sensation Pixie Lott is behind the desk. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:10:00 \N \N \N S \N 12674 t
+18112 35902 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 14:25:00 2014-12-22 14:50:00 \N \N \N \N \N 12752 t
+18112 35900 Arthur eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 14:50:00 2014-12-22 15:00:00 \N \N \N \N \N 12753 t
+15856 3504 The Only Way Is Ibiza eng \N The award-winning real life soap returns for its thirteenth series, following the Essex gang on holiday on the party island of Ibiza. What will Bobby wear on the beach this time? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 09:10:00 2014-12-23 10:10:00 \N \N \N S \N 12675 t
+15856 3505 The Only Way Is Ibiza eng \N Reality series. The holiday continues on the party island of Ibiza. Has Lewis gone too far? Georgia gives Tommy some ground rules. Elliott's controlling nature worries Chloe. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 10:10:00 2014-12-23 11:00:00 \N \N \N S \N 12676 t
+15856 3506 The Only Way Is Essex eng \N Reality series. Could Chloe and Elliott's relationship really be falling apart? Lewis tries to make amends for his laddish behaviour in Ibiza, but will anyone really want to know? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:50:00 \N \N \N S \N 12677 t
+15856 3507 The Only Way Is Essex eng \N Reality series. Chloe and Elliott are on a break, but is it really what they both want? Lewis and George attempt to clear the air. Lockie and Danni attend a counselling session. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 11:50:00 2014-12-23 12:30:00 \N \N \N S \N 12678 t
+17609 19680 eng \N \N \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:00:00 \N \N \N \N \N 12679 t
+17609 19681 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:15:00 \N \N \N \N \N 12680 t
+17609 19682 eng \N \N \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 23:15:00 2014-12-21 23:45:00 \N \N \N \N \N 12681 t
+17609 19683 eng \N \N \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 23:45:00 2014-12-22 00:45:00 \N \N \N \N \N 12682 t
+8385 60707 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:00:00 2014-12-20 11:00:00 \N \N \N \N \N 12683 t
+4169 51761 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N S \N 12684 t
+4169 52561 Look North eng \N The latest news, sport and weather for the North East and Cumbria. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N S \N 12685 t
+4169 58381 Celebrity Mastermind eng \N Featuring questions on Andy Murray, Joe Cocker, Still Game and British musicals. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 3 10 \N S \N 12686 t
+4169 51764 EastEnders eng \N Johnny makes an unexpected announcement. Kush makes it his mission to change Shabnam's mind about Christmas. Dean drops a bombshell. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N AD,S \N 12687 t
+4169 51766 Holby City eng I Will Honour Christmas in My Heart Hospital drama. Elliot's plans for a quiet family Christmas are derailed by the arrival of a friend in need. Ric returns to AAU. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N AD,S \N 12688 t
+15952 2702 Celebrity Juice eng Bestest Bits 2014 Keith Lemon and his team captains Gino D'Acampo and Fearne Cotton head to Gino's family home in Sheffield for Christmas as they take a look back at the show's best bits from 2014. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 01:10:00 2014-12-23 02:10:00 \N \N \N S \N 12689 t
+15952 4557 Two and a Half Men eng Release the Dogs American sitcom about a well-off bachelor. Alan visits a psychiatrist to cure him of his insomnia. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 02:10:00 2014-12-23 02:40:00 \N \N \N S \N 12690 t
+15952 5125 Two and a Half Men eng Corey's Been Dead for an Hour US sitcom. Charlie gets tired of Alan's constant scrounging and reaches breaking point during the brothers' double date. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 02:40:00 2014-12-23 03:05:00 \N \N \N S \N 12691 t
+24464 50568 Australian National Drag Racing eng \N Now entering its fifth decade, Australia's domestic drag racing championship remains the country's fastest adrenaline explosion on four wheels. Sydney - Top Alcohol / Top Fuel Bikes. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 00:10:00 2014-12-22 01:15:00 \N \N \N \N \N 12692 t
+24464 50317 FIA World Endurance Season Review eng \N A look back at the 2014 season as top class LMP and GT cars battle for the title in the pinnacle of global sportscar racing. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 01:15:00 2014-12-22 02:15:00 \N \N \N \N \N 12693 t
+24464 50318 V8 Supercars Season Review eng \N A round-up of the 2014 season of Australia's premier touring car series. Part 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 02:15:00 2014-12-22 06:00:00 \N \N \N \N \N 12694 t
+33088 17465 Best of QVC Extra eng \N Catch all the recent highlights from QVC Extra. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 12695 t
+33088 17466 Winter Solutions eng \N Keep warm and safe in the colder weather with our Winter Solutions. From shoe grips to heated insoles, snow shovels to thermal clothing, we've got all you need to see you through the winter months. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 12696 t
+8381 14879 ITV News & Weather eng \N James Mates with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 19:45:00 2014-12-21 20:00:00 \N \N \N S \N 12698 t
+8381 15460 You've Got to Love Christmas eng \N A comic trawl through the festive TV archives mixing classic footage with advice from an array of comedians, journalists and celebrities including Dame Edna Everage and Al Murray. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N S \N 12699 t
+25920 20772 Last Minute Christmas Kitchen eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 12700 t
+25920 20731 Last Minute Gifts with Apple eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 12701 t
+25920 20773 Last Minute Christmas Kitchen eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 12702 t
+16048 31867 Pollyanna eng \N Story about an orphaned 11-year-old who goes to live with her strict and dutiful Aunt Polly, and whose enthusiasm for life brightens up the sleepy village. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-22 09:20:00 2014-12-22 11:25:00 \N \N \N S \N 12703 t
+16048 31868 Sherlock Holmes Master Blackmailer eng \N Holmes must deal with the menace of Charles Augustus Milverton, an art dealer who has a profitable sideline as a blackmailer - with much of London's high society in his grip. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-22 11:25:00 2014-12-22 13:40:00 \N \N \N S \N 12704 t
+8274 27863 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 03:20:00 2014-12-22 04:05:00 \N \N \N S,SL \N 12705 t
+8274 29701 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 04:05:00 2014-12-22 05:05:00 \N \N \N \N \N 12706 t
+8274 29793 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 05:05:00 2014-12-22 06:00:00 \N \N \N S \N 12707 t
+28352 2206 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 15:30:00 2014-12-20 16:00:00 \N \N \N \N \N 13080 t
+28352 2207 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N \N \N 13081 t
+14784 2864 Christmas in the Sun! eng All 7nts XMAS 3*AI Malta £349! 4*BB Marbella £489! 4*AI Sharm £469! 3*FB Benidorm £365! 4*AI Las Dalias £759! 4*HB Fuengirola £395! 4*AI Egypt £469! See our XMAS BREAKS page \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 08:00:00 2014-12-22 12:00:00 \N \N \N \N \N 12712 t
+22272 4829 Radical Highs eng \N More adventurous action in this episode of the series about unconventional and high-risk sports. Featuring downhill mountain biking for fans of terra firma. \N 0 25 f 3 eng eng 4 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:10:00 \N \N \N S \N 12713 t
+22272 64366 American Pickers eng Hobo Jack New. Keen-eyed duo Mike Wolfe and Frank Fritz scout out valuable gems in America's barns and backyards. 'Backwoods Jack' lets the guys rummage around his amazing stockpile. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 07:10:00 2014-12-19 08:00:00 \N \N \N S \N 12714 t
+22272 64367 Top Gear eng \N The boys return with more motoring fun and banter. Here, they head to Romania in search of the world's greatest road, and Eric Bana is the Star in a Reasonably Priced Car. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 08:00:00 2014-12-19 09:00:00 \N \N \N AD,S \N 12715 t
+13024 50969 Mr Miracle eng \N Seasonal drama starring Britt Irvin and Rob Morrow. A guardian angel tackles his first assignment - helping a woman develop the self-confidence she lacks. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-20 15:35:00 2014-12-20 17:25:00 \N \N 2014 AD,S \N 12716 t
+13024 50970 Naughty Or Nice eng \N Festive drama starring Hilarie Burton and Matt Dallas. A woman working as a shopping centre elf comes into possession of Santa's naughty or nice book. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:25:00 2014-12-20 19:05:00 \N \N 2012 S \N 12717 t
+26560 13721 All The Hits eng All Night Long Nothing but massive tunes all night long! Up early? The breakfast show with Darryl Morris kicks off at 7am! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 07:00:00 \N \N \N \N \N 12718 t
+22208 4098 60 Minute Makeover eng \N Claire Sweeney presents a design series in which the team has just one hour to improve a home in Coleford with a makeover. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N S,AD \N 12719 t
+22208 4101 60 Minute Makeover eng \N Claire Sweeney presents a design series in which the team has just one hour to improve a home in Worcester Park with a makeover. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N S,AD \N 12720 t
+22208 4105 Unforgettable eng End Games New York's sharpest detective meets another mind-bending case, but when the victim is revealed to be an old foe, Carrie finds herself named as the prime suspect. \N 2 25 f 5 eng eng 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 21 \N \N S 1 12721 t
+17664 58604 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-19 00:05:00 2014-12-19 01:00:00 \N \N \N \N \N 12722 t
+17664 58607 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:55:00 \N \N \N \N \N 12723 t
+17664 58605 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 01:55:00 2014-12-19 02:50:00 \N \N \N \N \N 12724 t
+17664 58606 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-19 02:50:00 2014-12-19 03:45:00 \N \N \N \N \N 12725 t
+8281 29700 The Store eng \N Every day The Store brings you a fantastic range of products from JML which you can purchase from the comfort of your own home. www.jmldirect.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 00:45:00 2014-12-22 02:30:00 \N \N \N \N \N 12726 t
+8281 28495 Motorsport UK eng \N Richard John Neil presents action from the final chapter of the season.Today's racing is from the Formula Ford Championship and the Porsche Carrera Cup. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:20:00 \N \N \N S \N 12727 t
+22080 1644 Sky News with Colin Brazier and Samantha Simmonds eng \N News headlines, analysis and debate on the big stories of the day. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N \N \N 12728 t
+22080 1710 Sky News with Colin Brazier and Samantha Simmonds eng \N News headlines, analysis and debate on the big stories of the day. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N \N \N 12729 t
+22080 1728 Sky News with Colin Brazier and Samantha Simmonds eng \N News headlines, analysis and debate on the big stories of the day. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:30:00 \N \N \N \N \N 12730 t
+32896 8648 Power Rangers Super Megaforce eng \N The Blue Ranger questions whether he should be a Ranger. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:00:00 \N \N \N \N \N 13119 t
+22080 2154 Sky News with Colin Brazier and Samantha Simmonds eng \N News headlines, analysis and debate on the big stories of the day. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 10:30:00 2014-12-19 11:00:00 \N \N \N \N \N 12731 t
+22080 2208 Sky News with Colin Brazier and Jayne Secker eng \N News headlines, analysis and debate on the big stories of the day. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N S \N 12732 t
+22080 2217 Sky News with Colin Brazier and Jayne Secker eng \N News headlines, analysis and debate on the big stories of the day. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N S \N 12733 t
+23712 3350 River Cottage Every Day eng Meat Hugh Fearnley-Whittingstall takes his passion for cooking into the homes of the public. To begin, he shows how organic free-range meat can be enjoyed on a budget. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N S \N 12737 t
+23712 3351 River Cottage Every Day eng Breakfast Hugh Fearnley-Whittingstall attempts to revamp Britain's love affair with breakfast, serving up Swiss-style muesli, porridge and the perfect breakfast drink. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N S \N 12738 t
+23712 3352 River Cottage Every Day eng Lunch Hugh Fearnley-Whittingstall takes his passion for cooking into homes, making the ultimate cheese sandwich and makes a family Sunday roast with a twist. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N S \N 12739 t
+27360 18244 FIFA World Cup Official Film 1962 eng 1962 Chile - Viva Brazil FIFA's record of the 1962 finals. Brazil's squad was very much like the one that triumphed in 1958, but they lost Pele to injury early in the tournament. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 15:15:00 2014-12-23 17:00:00 \N \N \N \N \N 12745 t
+27360 18060 WTA 2014 Best Matches eng \N A look back at the best matches to feature on the 2014 WTA tour. The clash on the clay of Madrid between Simona Halep and Maria Sharapova was an exciting, unpredictable final. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 17:00:00 2014-12-23 19:00:00 \N \N \N \N \N 12746 t
+18112 36284 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:30:00 \N \N \N \N \N 12747 t
+18112 36285 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 12:30:00 2014-12-22 13:00:00 \N \N \N \N \N 12748 t
+8264 15848 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:25:00 2014-12-19 10:30:00 \N \N \N S \N 12754 t
+8264 15849 This Morning eng \N Presented by Eamonn Holmes and Ruth Langsford. A look at the day's news and headlines. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:30:00 2014-12-19 10:55:00 \N \N \N S \N 12755 t
+8264 15850 ITV News eng \N Nina Hossain with the latest headlines from around the world. Followed by a local weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 10:55:00 2014-12-19 11:00:00 \N \N \N S \N 12756 t
+8264 15866 This Morning eng \N Presented by Eamonn Holmes and Ruth Langsford. A look at the day's news and headlines. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:30:00 \N \N \N S \N 12757 t
+27840 5239 Top Quality Gemstones from Around the World eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 12758 t
+27840 5240 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 12759 t
+27840 5241 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 12760 t
+22336 59022 Edward Scissorhands eng \N Tim Burton's fantasy drama stars Johnny Depp as a young man who, created but not completed by his inventor (Vincent Price), is left with shears for hands. Also starring Winona Ryder. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:05:00 \N \N 1990 S \N 12761 t
+22336 59027 Rude Tube's Christmas Cracker 2013 eng It's Christmas done the Rude Tube way as Alex Zane presents 50 amusing Crimbo clips The festive fun includes the laziest set of Christmas lights and the Christmas tree Olympics. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:05:00 2014-12-22 00:05:00 \N \N \N S \N 12762 t
+4168 56458 Final Analysis eng \N Tense thriller in which a psychiatrist finds himself enmeshed in an unexpected web of duplicity, danger and death. Richard Gere and Kim Basinger star. Contains very strong language. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 00:40:00 2014-12-24 02:40:00 \N \N 1992 AD,S \N 12763 t
+4168 51773 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 02:40:00 2014-12-24 02:45:00 \N \N \N S \N 12764 t
+4168 51774 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 02:45:00 2014-12-24 06:00:00 \N \N \N S \N 12765 t
+13024 51031 Peppa Pig eng Thunderstorm Animation about a lovable young pig. Peppa and George get caught in a thunderstorm. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 09:10:00 2014-12-23 09:15:00 \N \N \N S \N 12766 t
+13024 51032 Peppa Pig eng Snowy Mountain Animated series about a lovable little pig. Peppa and her friends are learning how to ski. Their teacher is a former world champion, but it's Mummy Pig who impresses. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 09:15:00 2014-12-23 09:25:00 \N \N \N S \N 12767 t
+13024 51033 Toby's Travelling Circus eng The Disappearing Diabolo Animation. What has happened to the diabolo that Li and Ling have been working into their act? Could Momo have anything to do with it vanishing? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 09:25:00 2014-12-23 09:40:00 \N \N \N S \N 12768 t
+13024 51034 Bananas In Pyjamas eng The Christmas Tree The animated adventures of two bananas. The Bananas get into big trouble when they try to help decorate the Cuddlestown Christmas Tree. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 09:40:00 2014-12-23 09:55:00 \N \N \N S \N 12769 t
+13024 51035 Tickety Toc eng Winter Time Animation. When the twins borrow McCoggins' snow plough-scooter to clear the path to Battersby's shop, they create a giant snowball which is soon rolling out of control. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 09:55:00 2014-12-23 10:10:00 \N \N \N S \N 12770 t
+13024 51036 Milkshake Bop Box eng It's Cold Kemi and Jen do everything they can to keep the cold at bay in this hilarious Country and Western inspired number \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 10:10:00 2014-12-23 10:15:00 \N \N \N S \N 12771 t
+13024 51037 Peppa Pig eng Best Friend Animated series about a loveable little pig. Peppa's best friend Suzy Sheep comes to play, but Peppa won't let George join in. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 10:15:00 2014-12-23 10:20:00 \N \N \N S \N 12772 t
+13024 51038 Peppa Pig eng Polly Parrot Animated series about a loveable little pig. Peppa and George go to visit Granny Pig, who is very excited about her new pet - a parrot called Polly. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 10:20:00 2014-12-23 10:30:00 \N \N \N S \N 12773 t
+13024 51039 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 10:30:00 2014-12-23 10:40:00 \N \N \N \N \N 12774 t
+22080 1374 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 17:30:00 2014-12-23 18:00:00 \N \N \N \N \N 12775 t
+24448 63905 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 13947 t
+13024 51040 World's Strongest Man 2014 eng Doncaster - Qualifier Strongman competition. Laurence Shahlaei defends the title of Britain's Strongest Man in the second instalment of the qualifying tour 'Giants Live' from Doncaster. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-23 10:40:00 2014-12-23 11:40:00 \N \N \N S \N 12776 t
+13024 51041 Jack and The Beanstalk eng \N Live-action adaptation starring Colin Ford and Chloe Grace Moretz. Jack trades his Computer of Wonder for a handful of beans, but little does he realise where they will lead him. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 11:40:00 2014-12-23 13:25:00 \N \N 2010 S \N 12777 t
+14752 40824 The Bassman eng \N The Bassman's on hand with the biggest hit music including Rita Ora, Katy Perry, Miley Cyrus, Ed Sheeran and more. Join the conversation @CapitalOfficial on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 16:00:00 \N \N \N \N \N 12778 t
+28480 11897 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 12779 t
+28480 11898 Living Waters with Gabriel Swaggart eng \N A live Gospel music show hosted by Gabriel Swaggart, featuring the music of Jimmy Swaggart and others. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 12780 t
+8452 58660 Hollyoaks Omnibus eng \N Sienna kidnaps Minnie, Nico decides her family would be better off without her, and Dodger becomes trapped in a Christmas nightmare. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 03:30:00 2014-12-21 05:40:00 \N \N \N AD,S,SL \N 12781 t
+8452 59060 Secret Eaters eng \N Anna Richardson presents the series about the psychology and science of eating. In this edition workmates and gym bunnies Faye and Laura are baffled by their weight gain. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 05:40:00 2014-12-21 06:30:00 \N \N \N S \N 12782 t
+14448 27227 Rapid Response eng \N Gritty series following a real-life Rapid Response team. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:25:00 \N \N \N \N \N 12783 t
+14448 27228 Cops eng Reloaded Newly edited episodes showcase the show's most memorable criminals, car chases and moments. Don't miss out! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 03:25:00 2014-12-22 03:50:00 \N \N \N \N \N 12784 t
+14448 27229 Cops eng Reloaded Newly edited episodes showcase the show's most memorable criminals, car chases and moments. Don't miss out! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 03:50:00 2014-12-22 04:15:00 \N \N \N \N \N 12785 t
+14448 27230 Cops eng Reloaded Newly edited episodes showcase the show's most memorable criminals, car chases and moments. Don't miss out! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 04:15:00 2014-12-22 04:45:00 \N \N \N \N \N 12786 t
+14448 27231 Heir Hunters eng \N Series following the work of heir hunters, probate detectives looking for distant relatives of people who have died without making a will. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 04:45:00 2014-12-22 05:35:00 \N \N \N \N \N 12787 t
+14448 27232 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-22 05:35:00 2014-12-22 06:00:00 \N \N \N \N \N 12788 t
+8274 15848 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:25:00 2014-12-19 10:30:00 \N \N \N S \N 12789 t
+8274 15849 This Morning eng \N Presented by Eamonn Holmes and Ruth Langsford. A look at the day's news and headlines. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:30:00 2014-12-19 10:55:00 \N \N \N S \N 12790 t
+8274 15850 ITV News eng \N Nina Hossain with the latest headlines from around the world. Followed by a local weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 10:55:00 2014-12-19 11:00:00 \N \N \N S \N 12791 t
+8274 15866 This Morning eng \N Presented by Eamonn Holmes and Ruth Langsford. A look at the day's news and headlines. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:30:00 \N \N \N S \N 12792 t
+14720 1711 JK and Lucy eng \N Join in the laughs as the Heart studio get you home after your busy day in London. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 19:00:00 \N \N \N \N \N 12793 t
+25920 20154 Comfort & Dreams Sale BlockBuster eng \N The BlockBuster is the chance to get this product at the best offer - ever, while stocks last. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 12794 t
+25920 20515 Comfort Boots Sale eng \N A fantastic range of great value products at super sale prices \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 14:00:00 2014-12-24 15:00:00 \N \N \N \N \N 12796 t
+40960 53286 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:30:00 \N \N \N \N \N 12797 t
+40960 53287 HARDtalk eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 00:30:00 2014-12-24 01:00:00 \N \N \N \N \N 12798 t
+40960 53288 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:30:00 \N \N \N \N \N 12799 t
+40960 53289 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 01:30:00 2014-12-24 02:00:00 \N \N \N \N \N 12800 t
+40960 53290 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:30:00 \N \N \N \N \N 12801 t
+40960 58145 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 02:30:00 2014-12-24 03:00:00 \N \N \N \N \N 12802 t
+41040 17215 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N \N \N 12803 t
+41040 17216 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N \N \N 12804 t
+41040 17217 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 \N \N \N \N \N 12805 t
+41040 17218 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N \N \N 12806 t
+41040 17219 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 17:30:00 2014-12-23 18:00:00 \N \N \N \N \N 12807 t
+32836 31038 On The Aire eng \N Find out what's been happening in the city today. Your Made in Leeds news team bringing you all the stories that matter to you. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 21:30:00 \N \N \N \N \N 12808 t
+32836 31039 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 21:30:00 2014-12-23 22:00:00 \N \N \N \N \N 12809 t
+32836 43796 Starhyke eng \N The captain and her crew wake in the 21st century and quickly realise that something is different. Sally and Ox visit Earth looking for answers. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 \N \N \N \N \N 12810 t
+32836 31041 All Star Unplugged Special eng \N Two of Leeds' best gospel choirs delivering christmas carols for the season in their own unique way. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 22:30:00 2014-12-23 23:00:00 \N \N \N \N \N 12811 t
+32836 31042 Rugby AM eng Evening Edition Alex Simmons hosts a Rugby League chat show, offering expert analysis and witty banter on the comings and goings in the world of Rugby League in Yorkshire and the North. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 12812 t
+8267 17465 Surviving The Tsunami eng 10 Years On A moving account of the events a decade ago on Boxing Day 2004 when a tsunami swept across eleven countries in the Indian Ocean killing nearly 250,000 people of many nationalities. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:05:00 \N \N \N S \N 12814 t
+8267 16750 ITV News at Ten & Weather eng \N Mark Austin and Julie Etchingham with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:05:00 2014-12-22 22:45:00 \N \N \N S \N 12815 t
+8267 25995 Notting Hill eng \N Romantic comedy starring Julia Roberts and Hugh Grant, 1999. The pressures of fame threaten to ruin the chances of love between an actress and book shop owner \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 22:45:00 2014-12-23 01:00:00 \N \N \N AD,S \N 12816 t
+33088 17390 QVC Showcase eng \N A great line-up from right across QVC's product ranges. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N \N \N 12817 t
+40960 58149 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N \N \N 14934 t
+41040 17232 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:30:00 \N \N \N \N \N 14935 t
+24064 59642 Postcards eng Better Shed than Dead A unique insight into the rise of the Men's Shed movement across the UK and the crucial lifeline and social network they provide to retired men up and down the country. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 07:00:00 \N \N \N \N \N 12818 t
+24064 59643 Postcards eng Britain's Treasures from the Air: A look at how the National Trust has pursued its mission to preserve Britain's most valued places - all beautifully filmed from the air \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 07:00:00 2014-12-24 08:00:00 \N \N \N \N \N 12819 t
+24064 59644 The Brilliant Book eng Letter C It's Christmas! Follow the adventures of nine-year-old Benjamin and his friends as we take a look at the world from an autistic child's point of view... one alphabet letter at a time. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:30:00 \N \N \N \N \N 12820 t
+24064 59645 Kitchen Chemistry eng Fruit & Veg Heston Blumenthal experiments with the flavour, aroma and texture of fruit and veg, taking a look at their molecular structure and how they react when cooked. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N \N \N 12821 t
+14498 26436 Forensic Detectives eng Written in Blood Find out how blood can be the most telling evidence of a murder, and is often the only thing investigators have to link a killer to his victim. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 12822 t
+14498 26437 On the Case with Paula Zahn eng Honeymoon Hit A jailhouse interview with Ashley Humphrey, convicted of killing her new husband's ex-lover at his request. She wants her story to be a lesson to other women. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 12823 t
+14498 26438 Couples Who Kill eng Consumed by Envy Desperation for a baby drove Jacqueline and Fedell to commit the most horrific of crimes kill a young woman and perform a Caesarean section with scissors. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 12824 t
+23280 5819 Speed Dating eng \N It's fun, it's fast, don't miss out. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 22:00:00 2014-12-21 00:00:00 \N \N \N \N \N 12825 t
+14608 31983 Hitler On Trial eng \N In 1931, young Jewish lawyer Hans Litten put Hitler on trial to expose the true nature of the Nazi party and Hitler. This drama brings to life the forgotten bravery of Hans who died in Dachau. 2011 \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-20 21:00:00 2014-12-20 23:00:00 \N \N \N \N \N 12826 t
+14608 31984 Haunting Sarah eng \N Supernatural thriller. After the death of her young son, a mother discovers that his spirit has been contacting her niece, which leads to some rather chilling and extraordinary events. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 23:00:00 2014-12-21 01:00:00 \N \N \N \N \N 12827 t
+41072 13912 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:30:00 \N \N \N \N \N 12828 t
+41072 13913 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-20 22:30:00 2014-12-20 23:00:00 \N \N \N \N \N 12829 t
+41072 13914 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 12830 t
+28096 59314 Top Gear eng \N The boys return with more motoring fun and banter. Here, they head to Romania in search of the world's greatest road, and Eric Bana is the Star in a Reasonably Priced Car. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N AD,S \N 12831 t
+28096 59315 Top Gear eng \N Strap in for a spin with Jeremy, James and Richard. Here, the chaps attempt to build their own electric car, while the Star in a Reasonably Priced Car is actor Michael Sheen. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N AD,S \N 12832 t
+28096 59316 Traffic Cops eng Over the Limit We follow the trials and tribulations of the South Yorkshire traffic police. The police use roadside cameras along the M1 to tackle speeding motorists. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N \N \N 12833 t
+28096 59317 Traffic Cops eng Right Time, Right Place High-speed stories with the traffic police. They bravely battle against teenage car criminals who ignore the courts and keep on driving despite being banned. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N \N \N 12834 t
+25664 55748 #VideoCrush Does Christmas! eng \N The UK's most opinionated YouTubers get their chance to let loose, reviewing some of the freshest videos around. Here they get the chance to have a look at some festive tracks. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:30:00 \N \N \N \N \N 12835 t
+25664 55749 Greatest Xmas Songs of All Time! eng \N With Santa's help, we're delivering the definitive Christmas soundtrack. These are the greatest Xmas songs of all time, gift wrapped especially for you. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:30:00 \N \N \N \N \N 12836 t
+25664 55704 Massive Hits at Christmas! eng \N It's the usual massive mix of the biggest hits and hottest stars, plus a few festive favourites added to get you in the Christmas spirit! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 15:30:00 2014-12-19 16:00:00 \N \N \N S \N 12837 t
+25664 55705 #Your4Music eng All Star Xmas Special You control the festive videos we play. Tweet us your video request @4Music using the hashtag #Your4Music, then enjoy your 15 seconds of fame! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 12838 t
+25664 55706 Turn Up The Weekend! Xmas Special eng \N It's the weekend, so get your speakers ready. We've got some big festive tunes coming your way right now! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-19 17:00:00 2014-12-19 19:00:00 \N \N \N \N \N 12839 t
+4166 56458 Final Analysis eng \N Tense thriller in which a psychiatrist finds himself enmeshed in an unexpected web of duplicity, danger and death. Richard Gere and Kim Basinger star. Contains very strong language. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 00:40:00 2014-12-24 02:40:00 \N \N 1992 AD,S \N 12840 t
+4166 51773 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 02:40:00 2014-12-24 02:45:00 \N \N \N S \N 12841 t
+4166 51774 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 02:45:00 2014-12-24 06:00:00 \N \N \N S \N 12842 t
+41120 14135 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 09:00:00 2014-12-23 12:00:00 \N \N \N \N \N 12846 t
+15840 3584 The Sound of Santa eng \N New! Christmas is a-coming as we deliver you the father of all festive selections. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N \N \N 12847 t
+15840 3585 Sandie Shaw eng My Mixtape New! Inspirational female artists feature on the all-time top song choices of this carefree and barefooted singer who epitomised Sixties music and is still performing 50 years on. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N \N \N 12848 t
+27712 21860 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:30:00 \N \N \N \N \N 12849 t
+27712 21979 People and Power eng \N People & Power investigates why Georgia faces a troubled future involving oil, East-West rivalry and oligarchs. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-19 03:30:00 2014-12-19 04:00:00 \N \N \N \N \N 12850 t
+27712 21862 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:30:00 \N \N \N \N \N 12851 t
+24032 31308 Teleshopping eng \N Shop for the latest goods from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N \N \N 12852 t
+27712 21864 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 \N \N \N \N \N 12854 t
+27712 21865 Earthrise eng \N A series exploring solutions to today's environmental challenges, taking an upbeat look at ecological, scientific, technological and design projects. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N \N \N 12855 t
+41040 17233 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-24 03:30:00 2014-12-24 04:00:00 \N \N \N \N \N 14936 t
+22592 17796 Kick Off eng \N Georgie Bingham rounds up the day's sporting action. Call the show on 08717 22 33 44 (10p/min), text 81089 (50p + charges) or email via talkSPORT.com \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-24 19:00:00 2014-12-24 22:00:00 \N \N \N \N \N 12856 t
+28352 2208 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 \N \N \N \N \N 13082 t
+24448 63899 The Breakfast Show eng \N The early bird catches the worm in a morning showcase of stunning designs. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:00:00 \N \N \N \N \N 12860 t
+24448 63900 The Breakfast Show eng \N The early bird catches the worm in a morning showcase of stunning designs. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 07:00:00 2014-12-23 08:00:00 \N \N \N \N \N 12861 t
+24448 63901 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 08:00:00 2014-12-23 09:00:00 \N \N \N \N \N 12862 t
+41072 13772 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 07:00:00 \N \N \N \N \N 12863 t
+41072 13773 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-24 07:00:00 2014-12-24 08:00:00 \N \N \N \N \N 12864 t
+41072 13774 eng \N \N \N 0 25 f \N \N \N 5 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:30:00 \N \N \N \N \N 12865 t
+41072 13775 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N \N \N 12866 t
+8325 2695 Scooby-Doo eng \N Live action cartoon remake starring Freddie Prinze Jr and Sarah Michelle Gellar, 2002. The gang of teenage sleuths and their cowardly dog investigate the strange goings on at Spooky Island \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 18:15:00 2014-12-23 20:00:00 \N \N \N AD,S \N 12867 t
+8325 4758 You've Been Framed! Special eng \N Harry Hill counts down to the festive season, with cute Valentine's Day kisses, Easter egg mishaps, hilarious harvest-time howlers, and the best-ever Christmas clips. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N S \N 12868 t
+8448 59031 How I Met Your Mother eng The Drunk Train Barney persuades Ted to join him on the 'drunk train', the last night train from Manhattan to Long Island, where there are many chances to pick up women. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 03:05:00 2014-12-22 03:25:00 \N \N \N AD,S \N 12869 t
+8448 59032 Hollyoaks Omnibus eng \N Sienna kidnaps Minnie, Nico decides her family would be better off without her, and Dodger becomes trapped in a Christmas nightmare. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-22 03:25:00 2014-12-22 06:00:00 \N \N \N AD,S,SL \N 12870 t
+41008 58660 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-21 03:30:00 2014-12-21 05:40:00 \N \N \N \N \N 12871 t
+41008 59060 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 05:40:00 2014-12-21 06:30:00 \N \N \N \N \N 12872 t
+41136 50319 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:25:00 \N \N \N \N \N 12873 t
+41136 50320 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 06:25:00 2014-12-22 07:20:00 \N \N \N \N \N 12874 t
+41136 50321 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 07:20:00 2014-12-22 09:00:00 \N \N \N \N \N 12875 t
+24032 31276 The Contractor eng \N Action thriller starring Wesley Snipes and Eliza Bennett, 2007. A former CIA marksman is coaxed back in to service to assassinate a terrorist in London \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:55:00 \N \N \N \N \N 12876 t
+24032 31277 The Seventh Sign eng \N Demi Moore stars as a woman who believes she alone can avert the apocalypse when she recognises events prophesied in the Book of Revelations \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 22:55:00 2014-12-21 00:50:00 \N \N \N \N \N 12877 t
+14816 1008 1-2-1 Dating - Try ADULT eng \N 1-2-1 Dating's popular ADULT section is for those seeking something a little unusual, specific or extracurricular. Search the pages to find your adult 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 20:00:00 2014-12-24 22:00:00 \N \N \N \N \N 12878 t
+41136 50258 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 04:10:00 2014-12-19 05:05:00 \N \N \N \N \N 12879 t
+41136 50259 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 05:05:00 2014-12-19 06:00:00 \N \N \N \N \N 12880 t
+14608 32054 M*A*S*H eng \N Lt. Col. Henry is away and once again Frank is in charge. Col. Flagg of Intelligence has a badly wounded North Korean who needs to get to Seoul for interrogation and then execution as a spy. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 3 \N \N \N 3 12881 t
+14608 32055 M*A*S*H eng \N Famed General 'Iron Guts' Kelly arrives for an inspection and dies in action, but not the kind of death that would look good on a war record. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 4 \N \N \N 3 12882 t
+14608 32056 William and Kate eng A Year On This brand new programme looks at William and Kate's life together one year after their marriage and how both the Windsor and Middleton families have produced a secure foundation for the newlyweds. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 12883 t
+14752 23786 Toni Phillips eng \N Toni brings you the biggest hits from the Capital playlist. Get involved @CapitalOfficial on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 22:00:00 \N \N \N \N \N 12884 t
+16016 7499 Paul O'Grady eng For The Love of Dogs Paul O'Grady joins the team at Battersea Dogs and Cats Home. Preparations are under way to ensure the animals have a special time over the Christmas period. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:25:00 \N \N \N S \N 12885 t
+16016 7478 The Royal eng Famous for a Day Nostalgic medical drama. The hospital hosts a Christmas broadcast from the wards; Mr Harper has to join in with the festivities; and Dr Ormerod witnesses a miracle. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 18:25:00 2014-12-24 19:30:00 \N \N \N S \N 12886 t
+16016 7479 Michael Buble eng Home for Christmas Michael Buble performs a selection of seasonal hits and other favourites from his Canadian mountain chalet. Plus guests including Dawn French, Gary Barlow and Kelly Rowland. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 19:30:00 2014-12-24 21:00:00 \N \N \N \N \N 12887 t
+28416 20108 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:30:00 \N \N \N \N \N 12888 t
+28416 20109 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-20 20:30:00 2014-12-20 22:00:00 \N \N \N \N \N 12889 t
+22752 1074 Kiss Fresh with Tinea eng \N Tinea with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 15:00:00 2014-12-20 19:00:00 \N \N \N \N \N 12890 t
+8442 55931 Christmas In a Day eng \N \N \N 2 25 f 3 eng eng 0 0 0 \N 2014-12-24 18:50:00 2014-12-24 19:55:00 \N \N \N \N \N 12891 t
+8442 55932 Grand Designs eng \N Kevin McCloud meets flying instructor Colin Mackinnon and trapeze artist Marta Briongos, who are building an incredible metal home next to their very own airfield in Scotland. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-24 19:55:00 2014-12-24 21:00:00 \N \N \N S \N 12892 t
+23968 4745 Numberjacks eng \N The Numbertaker takes all the even numbers, in Numberjacks! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:15:00 \N \N \N \N \N 12893 t
+23968 4746 Numberjacks eng \N The Problem Blob has got people going round in circles, in Numberjacks! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 15:15:00 2014-12-22 15:30:00 \N \N \N \N \N 12894 t
+23968 4747 Care Bears eng Welcome To Care-A-Lot Sad About You - A girl named Joy becomes sad so Grumpy tries to show the Care Bears how to make her feel better. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 15:30:00 2014-12-22 16:00:00 \N \N \N \N \N 12895 t
+23968 4748 My Little Pony eng \N Pinkie Pie is flummoxed about what to do when she meets Cranky Doodle Donkey, the first creature to ever refuse her offer of friendship. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:30:00 \N \N \N \N \N 12896 t
+23968 4749 Ella The Elephant eng \N When Ella overhears Tiki telling Mrs. Briggs that she's "moving" and it's her "last day," Ella's jaw drops. She can't believe Tiki is moving away, and didn't tell anyone. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 16:30:00 2014-12-22 16:45:00 \N \N \N \N \N 12897 t
+23968 4750 Ella The Elephant eng \N When Frankie discovers everyone in his family has set some kind of record, he decides he wants to get in on the act. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 16:45:00 2014-12-22 17:00:00 \N \N \N \N \N 12898 t
+41040 17234 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:30:00 \N \N \N \N \N 14937 t
+41040 17235 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-24 04:30:00 2014-12-24 05:00:00 \N \N \N \N \N 14938 t
+23968 4751 The Adventures of Chuck & Friends eng \N New. Chuck accidentally breaks an important piece of his Mom's equipment and struggles to replace it before she finds out. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:15:00 \N \N \N \N \N 12899 t
+23968 4752 The Adventures of Chuck & Friends eng \N New. Frustrated by his small size, Chuck experiments with a number of ways to transform himself into a larger truck. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 17:15:00 2014-12-22 17:30:00 \N \N \N \N \N 12900 t
+23968 4753 Peg + Cat eng \N While waiting in a long line, Peg and Cat try to help Richard realise his dream of being first in line for the first time. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 17:30:00 2014-12-22 17:45:00 \N \N \N \N \N 12901 t
+23968 4754 Peg + Cat eng \N When Peg and Cat must mail some important letters for Peg's Mom, they find their path to the mailbox blocked by a really big dog. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 17:45:00 2014-12-22 18:00:00 \N \N \N \N \N 12902 t
+15952 2639 Santa Baby eng \N Festive comedy starring Jenny McCarthy and George Wendt, 2006. A businesswoman has an opportunity to cash in when her father - who just happens to be Santa Claus - falls ill \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 16:15:00 2014-12-20 18:10:00 \N \N \N S \N 12903 t
+4175 56458 Final Analysis eng \N Tense thriller in which a psychiatrist finds himself enmeshed in an unexpected web of duplicity, danger and death. Richard Gere and Kim Basinger star. Contains very strong language. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 00:40:00 2014-12-24 02:40:00 \N \N 1992 AD,S \N 12904 t
+4175 51773 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 02:40:00 2014-12-24 02:45:00 \N \N \N S \N 12905 t
+4175 51774 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 02:45:00 2014-12-24 06:00:00 \N \N \N S \N 12906 t
+28160 16133 The Christmas Playlist eng \N Loretta Andrews brings you great Christmas music to start the festive season. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N \N \N 12907 t
+28160 16134 The Changing Face of Christmas eng \N Lisa Mainwaring looks at how Christmas is celebrated around the world, and what that means for our festive traditions. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N \N \N 12908 t
+28160 16135 Christmas Unsigned eng \N Loretta Andrews brings you well-known Christmas songs performed by some of the best kept secrets in the Christmas music world. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N \N \N 12909 t
+28032 28022 Rugby Highlights eng Aviva Premiership Mark Durden-Smith and David Flatman present highlights of Wasps v London Irish, Gloucester v Bath and reigning champions Northampton against Leicester at Franklin's Gardens. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N \N \N 12910 t
+28032 28023 Jet Li's Fearless eng \N Martial arts action starring Jet Li and Betty Sun, 2006. A martial arts expert seeks to rebuild his reputation after an error of judgment leads to his master's death \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:55:00 \N \N \N AD,S \N 12911 t
+28032 28024 Hornblower eng Loyalty Drama series about C S Forester's famous seafaring hero. Hornblower is reduced to the rank of lieutenant as a result of the 1803 peace treaty with France. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-23 02:55:00 2014-12-23 04:35:00 \N \N \N S \N 12912 t
+23152 17883 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N \N \N 12913 t
+23152 17884 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 12914 t
+23152 17885 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N \N \N 12915 t
+24448 63836 Great Value Jewellery from GemsTV eng \N Shop and save with live falling auctions from GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N \N \N 12916 t
+24448 63997 Freshwater Cultured Pearl Showcase eng \N A showstopping hour of freshwater pearls set into precious gold and silver from Gems TV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 12917 t
+24448 63838 Huge Jewellery Savings from GemsTV eng \N GemsTV give huge savings on genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N \N \N 12918 t
+16080 14695 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N \N \N 12919 t
+16080 14696 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N \N \N 12920 t
+16080 14697 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:30:00 \N \N \N \N \N 12921 t
+16080 14698 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 10:30:00 2014-12-19 11:00:00 \N \N \N \N \N 12922 t
+16080 14699 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N \N \N 12923 t
+16080 14700 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N \N \N 12924 t
+14832 1367 Winter in Gay Rabbit Meadow eng \N Gay Rabbit Chat & Date has been connecting people for 6 years, so wherever you sit on the LGBT spectrum, pop in and say hi! Introduce a friend and earn FREE credits for each of you \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 12925 t
+14832 1332 Blue Gay Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Gay Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 12926 t
+14832 1333 Blue Gay Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Gay Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 22:00:00 2014-12-21 00:00:00 \N \N \N \N \N 12927 t
+8283 29700 The Store eng \N Every day The Store brings you a fantastic range of products from JML which you can purchase from the comfort of your own home. www.jmldirect.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 00:45:00 2014-12-22 02:30:00 \N \N \N \N \N 12928 t
+8283 28495 Motorsport UK eng \N Richard John Neil presents action from the final chapter of the season.Today's racing is from the Formula Ford Championship and the Porsche Carrera Cup. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:20:00 \N \N \N S \N 12929 t
+40960 51162 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 08:30:00 \N \N \N \N \N 12930 t
+40960 51163 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N \N \N 12931 t
+20352 58189 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 15:45:00 2014-12-20 17:45:00 \N \N \N \N \N 12932 t
+20352 58190 eng \N \N \N 2 25 f 1 eng eng 1 0 0 \N 2014-12-20 17:45:00 2014-12-20 19:35:00 \N \N \N \N \N 12933 t
+14816 981 1-2-1 Dating - AFTER DARK eng \N Introducing 1-2-1 Dating's new AFTER DARK section at a VERY special low price! Strictly for the open-minded and unshockable. Curious? Check it out! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 22:00:00 2014-12-21 00:00:00 \N \N \N \N \N 12934 t
+14800 1332 Blue Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 12935 t
+41040 17236 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:30:00 \N \N \N \N \N 14939 t
+41040 17237 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N \N \N 14940 t
+14800 1333 Blue Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 22:00:00 2014-12-21 00:00:00 \N \N \N \N \N 12936 t
+14448 27119 Caught on Camera eng \N Compelling amateur footage of real life situations. Featuring criminals who think no one is watching, but there is a powerful observer recording every detail. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:50:00 \N \N \N \N \N 12937 t
+28352 2209 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N \N \N 13083 t
+14448 27120 Nowhere to Run eng \N High-speed reality series featuring actual footage of officers in hot pursuit of felons on the run. Interviews with suspects and police offer a unique insight into why they run. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 03:50:00 2014-12-19 04:20:00 \N \N \N \N \N 12938 t
+14448 27121 Heir Hunters eng \N Series following the work of heir hunters, probate detectives looking for distant relatives of people who have died without making a will. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 04:20:00 2014-12-19 05:10:00 \N \N \N \N \N 12939 t
+14448 27122 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 05:10:00 2014-12-19 05:35:00 \N \N \N \N \N 12940 t
+14448 27123 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 05:35:00 2014-12-19 06:00:00 \N \N \N \N \N 12941 t
+12992 31126 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 16:20:00 2014-12-20 16:25:00 \N \N \N \N \N 12943 t
+12992 30800 The Great Escape eng \N The WWII classic starring Steve McQueen and James Garner. A mass escape is attempted by Allied POWs from a supposedly escape-proof German camp. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-20 17:25:00 2014-12-20 21:00:00 \N \N 1963 S \N 12945 t
+23712 3070 Homes under the Hammer eng \N Another sneaky peak at homes before they go to auction. Featured here are an industrial property in Somerset, a bungalow in Wokingham and a railway cottage in Stoke-on-Trent. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N S \N 12946 t
+23712 3592 Fantasy Homes by the Sea eng East Sussex Seaside property series. Jenni Falconer helps a Cambridgeshire couple downsize to a dream home by the sea in East Sussex for 500,000 pounds. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N AD,S \N 12947 t
+23712 3593 Fantasy Homes by the Sea eng Devon Jenni Falconer hunts down stunning seaside properties. This time, she's challenged with finding a couple their perfect first home on the South Devon coast. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N AD,S \N 12948 t
+41120 14060 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N \N \N 12949 t
+41120 14061 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 12950 t
+41120 14062 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N \N \N 12951 t
+41120 14063 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 \N \N \N \N \N 12952 t
+14800 1367 Come Up and See Me eng \N Rabbit Chat & Date has been connecting people for over 6 years now on TV - and now also by our new iPhone app! Flirt, chat & make new friends. The opportunities are endless! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 12953 t
+27648 4380 Wheeler Dealers eng BMW 325i Part 1 Follow mechanical maestros Mike Brewer and Edd China as they take on the challenge of transforming a worn out BMW 321i into the king of the road. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:30:00 \N \N \N \N \N 12954 t
+27648 4381 Wheeler Dealers eng BMW 325i Part 2 Mechanical miracle worker Edd China fixes the BMW's suspension and wheel bearings. Then it's over to Mike to sell the car and turn Edd's hard work into cash. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 15:30:00 2014-12-20 16:00:00 \N \N \N \N \N 12955 t
+27648 4382 Wheeler Dealers eng Suzuki SJ410 Part 1 Edd China is on hand to work his mechanical magic when Mike snaps up a bargain Suzuki on an online auction which needs some TLC to make it road worthy. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N \N \N 12956 t
+27648 4383 Wheeler Dealers eng Suzuki SJ410 Part 2 The Suzuki's facelift continues, as Edd gives the car a new paintjob, interior and roll cage, once complete it's over to Mike. Will he make a profit? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 \N \N \N \N \N 12957 t
+27648 4384 Wheeler Dealers eng Beetle to Buggy Part 1 Edd despairs when Mike brings back a VW Beetle that's a wreck. Determined not to be beaten, Edd decides to turn it into a beach buggy. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N \N \N 12958 t
+27648 4385 Wheeler Dealers eng Beetle to Buggy Part 2 Edd's mission to transform the Beetle to Beach Buggy is a success, Mike puts it through its paces on the beach and it's snapped up making a profit. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 \N \N \N \N \N 12959 t
+22208 1296 UK Border Force eng The series gains access to a foreign airport for the first time Lagos Murtala Muhammed International Airport. A pregnant woman on board a flight to the US arouses suspicions. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 5 10 \N S,AD \N 12960 t
+22208 1297 UK Border Force eng \N The insightful documentary series continues to prompt discussion. Access is gained to an Immigration Removal Centre, where a mass deportation is about to take place. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 6 10 \N S,AD \N 12961 t
+22208 1330 Monkey Life eng \N Set in Dorset's Monkey World Ape Rescue Centre, this documentary series follows the day-to-day dramas of looking after over 240 monkeys, chimps, orangutans and other primates. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 5 \N \N S 1 12962 t
+22208 1347 Monkey Life eng \N Set in Dorset's Monkey World Ape Rescue Centre, this documentary series follows the day-to-day dramas of looking after over 240 monkeys, chimps, orangutans and other primates. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 6 \N \N S 1 12963 t
+18112 35209 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 09:10:00 2014-12-19 09:40:00 \N \N \N \N \N 12964 t
+18112 64435 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 09:40:00 2014-12-19 10:00:00 \N \N \N \N \N 12965 t
+18112 65058 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:30:00 \N \N \N \N \N 12966 t
+18112 35174 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 10:30:00 2014-12-19 10:55:00 \N \N \N \N \N 12967 t
+18112 35210 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 10:55:00 2014-12-19 11:25:00 \N \N \N \N \N 12968 t
+18112 64439 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 11:25:00 2014-12-19 11:50:00 \N \N \N \N \N 12969 t
+18112 64440 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 11:50:00 2014-12-19 12:15:00 \N \N \N \N \N 12970 t
+16080 14872 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N \N \N 12971 t
+27648 4430 Tommy's Ultimate Workshop eng \N Tommy's fulfilling his dream and creating the ultimate workshop. Ergonomically designed and flooded with natural light, it's going to be stuffed with new tools and he's excited. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:30:00 \N \N \N \N \N 12972 t
+27648 4431 Tommy's Ultimate Workshop eng \N The block work's in place and Tommy is ready to do the timber framing. He is marking up the wall plates but thinking about a dream chill-out area to celebrate a good day's DIY. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:00:00 \N \N \N \N \N 12973 t
+12992 31172 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 10:30:00 2014-12-23 11:00:00 \N \N \N \N \N 16451 t
+27648 4432 The New Yankee Workshop eng Dressing Table Part 1 Norm is impressed by a mahogany dressing table with foldaway mirror at the Biltmore Estate in California. Can he recreate it in the workshop? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:30:00 \N \N \N \N \N 12974 t
+27648 4433 The New Yankee Workshop eng Dressing Table Part 2 Norm finds out how plywood is produced at the mill and learns how the US Forest Service regulates timber. Plus, how will the finished dressing table look? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 04:30:00 2014-12-22 05:00:00 \N \N \N \N \N 12975 t
+27648 4434 Wheeler Dealers eng Mini Part 1 This is no mini adventure for Mike Brewer and Edd China as they get their hands dirty under the bonnet of a second hand classic: an original Austin Mini. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 05:00:00 2014-12-22 05:30:00 \N \N \N \N \N 12976 t
+27648 4435 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 05:30:00 2014-12-22 06:00:00 \N \N \N \N \N 12977 t
+8264 27863 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 03:20:00 2014-12-22 04:05:00 \N \N \N S,SL \N 12978 t
+8264 29701 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 04:05:00 2014-12-22 05:05:00 \N \N \N \N \N 12979 t
+8264 29793 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 05:05:00 2014-12-22 06:00:00 \N \N \N S \N 12980 t
+23040 38043 Amazing Wedding Cakes eng \N Christopher Garren's Cakes has what every cake salon strives for - the customer who ordered their wedding cake from the shop are now repeat customers, and they want a variation on their wedding cake. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N \N \N 12981 t
+23040 38044 Amazing Wedding Cakes eng \N Merci Beaucoup Cakes are faced with the challenge of creating an elegant and flowing wedding cake that takes much of its inspiration from the Ascot Races. It's all about feathers, lace and grace. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 12982 t
+23040 38045 Amazing Wedding Cakes eng \N The Cake Girls get an order for a unique groom's cake that must look like a Persian fountain. Their first job is to find out what a Persian fountain actually looks like. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N \N \N 12983 t
+23296 5810 Something for Everyone eng \N Thousands of like-minded people are waiting for you now. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 16:00:00 2014-12-20 18:00:00 \N \N \N \N \N 12984 t
+26240 11716 Alex Duffy eng \N Alex kick starts your Saturday night heat! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 16:00:00 2014-12-20 20:00:00 \N \N \N \N \N 12985 t
+23120 20397 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N \N \N 12986 t
+23120 20393 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 12987 t
+23120 20394 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N \N \N 12988 t
+27456 45270 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:30:00 \N \N \N \N \N 12989 t
+27456 45271 Going Underground eng \N Going Underground brings our UK viewers the news they won't get on other networks. We examine both underground and mainstream issues from a fresh and alternative perspective. With Afshin Rattansi. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 15:30:00 2014-12-20 16:00:00 \N \N \N \N \N 12990 t
+27456 45272 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N \N \N 12991 t
+27456 45273 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 \N \N \N \N \N 12992 t
+27456 45274 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N \N \N 12993 t
+27456 53388 Keiser Report eng \N Keiser Report is a no holds barred look at the shocking scandals behind the global financial headlines. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 \N \N \N \N \N 12994 t
+27744 42050 The High Chaparral eng \N The Cannon family fight to establish a ranch in the Arizona territory of the 1870s. Big John Cannon is unceasing in his determination to carve a life in the untamed west. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N \N \N 12995 t
+27744 42051 Gunsmoke eng \N Classic Western series based in the tough town of Dodge City. A vengeful prisoner poses a continual threat to the life of Marshal Matt Dillon./29 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 16 \N \N \N 6 12996 t
+27744 42052 Gunsmoke eng \N Marshal Matt Dillon keeps the peace in the rough and tumble Dodge City. Festus Haggen is mistaken for a hired gunman./29 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 17 \N \N \N 6 12997 t
+22784 764 Kisstory Saturday Night eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N \N \N 12998 t
+8384 58667 NFL eng The American Football Show Vernon Kay presents the best of the action from Week 15 of the NFL, including the San Francisco 49ers at Seattle Seahawks. Nat Coombs joins with analysis and media reactions from the USA. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 06:10:00 2014-12-21 07:10:00 \N \N \N S \N 12999 t
+8384 58666 How I Met Your Mother eng Spoiler Alert Ted is delighted when he meets - in his view - the perfect girl, but his happiness soon fades when his friends point out her flaw. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 07:10:00 2014-12-21 07:35:00 \N \N \N AD,S \N 13000 t
+8384 58668 How I Met Your Mother eng Slapsgiving Lily is in a flap as Thanksgiving approaches. It will be her first as Marshall's wife and the gang are planning to spend the holiday together. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 07:35:00 2014-12-21 08:00:00 \N \N \N AD,S \N 13001 t
+8384 58669 Everybody Loves Raymond eng The Kicker While enjoying a college football game, Frank catches a ball from a record-setting field goal. But when he refuses to give it back he becomes a wanted man. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:25:00 \N \N \N S \N 13002 t
+8384 58670 Frasier eng Decoys Niles discovers that Daphne is dating Donny, his divorce attorney, so he hatches a plan to try to get Donny back together with Roz. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 08:25:00 2014-12-21 08:55:00 \N \N \N S \N 13003 t
+16080 14873 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 \N \N \N \N \N 13004 t
+16080 14874 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N \N \N 13005 t
+8384 59206 Jamie's Comfort Food eng \N In the final programme of the series, Jamie Oliver cooks his versions of ham, egg and chips, chicken kebab and a three-tiered chocolate sponge cake with nougat frosting. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 08:55:00 2014-12-21 09:30:00 \N \N \N AD,S \N 13006 t
+12928 42033 The Muppets & Lady Gaga at Xmas eng \N Holiday special in which Lady Gaga joins the Muppets to sing festive favourites and some of her own hits. Guests include Sir Elton John, Joseph Gordon-Levitt and Kristen Bell. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:55:00 2014-12-20 20:00:00 \N \N \N S \N 13007 t
+12928 42034 Extreme Fishing With Robson Green eng \N Fishing adventure show. Robson heads to California to complete his tour. After wrestling with a big blue shark, he embarks on a night-time expedition to catch giant squid. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N S \N 13008 t
+41104 19989 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 17:00:00 2014-12-20 21:00:00 \N \N \N \N \N 13009 t
+13120 8583 Accessories by Kipling eng \N Showcasing the fashionable and classic bags created by this international brand, including handbags, rucksacks, travel bags and weekend away bags. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N \N \N 13010 t
+13120 8584 Emu Footwear eng \N Find the right footwear for your lifestyle. From comfortable day shoes to evening heels or trainers, we have the perfect fit for you. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 13011 t
+23152 17510 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 \N \N \N \N \N 13012 t
+23152 17511 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N \N \N 13013 t
+23152 19203 Crime Stories eng Season 3 Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 13014 t
+23152 17513 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N \N \N 13015 t
+17472 51416 eng \N \N \N \N \N \N \N \N eng 0 0 0 \N 2014-12-22 03:30:00 2014-12-22 06:25:00 \N \N \N \N \N 13016 t
+28160 15768 The Profile with Premier Christianity eng \N An in-depth interview with a well known Christian speaker, author or public figure. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 13017 t
+28160 15769 Premier Playback eng \N Dave Rose looks back at some of the best guests, discussions and teaching from the last week. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 17:00:00 2014-12-20 19:00:00 \N \N \N \N \N 13018 t
+14372 8122 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 13019 t
+14372 8123 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 13020 t
+14372 8124 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 13021 t
+32836 30928 On Closer Inspection eng \N This hard-hitting flagship current affairs programme is the "News after the News". We delve deeper into the political and social stories that shape the daily lives of Leeds people. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N \N \N 13022 t
+32836 30929 British Wrestling Weekly eng \N Stay up to date with British Wrestling. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 13023 t
+32836 43636 Dudley's Christmas Fayre eng \N Celebrity Chef, Dudley Newbury serves up perfect Christmas meals. Learn short cuts and tricks of the trade with Cardiff's longest serving TV Chef. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N \N \N 13024 t
+32836 30931 All Star Unplugged eng \N A platform for up-and-coming musicians and bands across all genres of music. Recorded in the Live Room, at Made in Leeds Studios. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 \N \N \N \N \N 13025 t
+16208 36945 Catherine Cookson's The Wingless Bird eng \N Second in the made-for-TV miniseries. The romance between Agnes and Charles blossoms, but there is violent opposition to their fledgling relationship from both of their families. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-20 15:25:00 2014-12-20 16:30:00 \N \N \N S \N 13026 t
+16208 36946 Going For Gold - The '48 Games eng \N Matt Smith stars in the uplifting sports drama based on the true story of two men who triumphed against the odds to win Olympic Gold at the 1948 London games. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-20 16:30:00 2014-12-20 18:25:00 \N \N 2012 \N \N 13027 t
+24384 65356 Back at 6am eng \N Programmes start again at 6am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 18:00:00 2014-12-23 06:00:00 \N \N \N \N \N 13028 t
+24480 3621 A Merry Little Christmas eng \N Penguins huddle together to keep warm, it's a scientific fact. So we say cuddle up and enjoy these wonderful Christmas videos. They're sure to have you feeling warm and fuzzy inside in no time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N \N \N 13029 t
+24480 3622 Toon Tunes eng \N Cartoons, computer graphics and claymation come together in Vintage TV's hour-long celebration of animated videos. They're iconic, memorable and rare. And that's why we love them. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N \N \N 13030 t
+24480 3623 Breakaway eng \N Breakaway from the norm of daytime telly - let Vintage TV carry you through the day in style, as we thumb through our greatest hits record collection. Go on, take the weight off. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 11:00:00 2014-12-24 13:00:00 \N \N \N \N \N 13031 t
+26368 36419 Smooth Sanctuary with Chris Skinner eng \N Join Chris Skinner from 8.00pm every weekday evening for the Smooth Sanctuary; your relaxing music mix \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 21:00:00 2014-12-25 00:00:00 \N \N \N \N \N 13032 t
+22624 40354 Pure 80s eng \N RNIB's Insight Radio - Roger Cole takes you back in time to the 80s with classic hits from the decade of decadence. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N \N \N 13033 t
+22624 40355 Saturday with Simon eng \N RNIB's Insight Radio - Simon Pauley has the best in cookery, DIY and health advice \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 13034 t
+22624 40356 Tech Talk eng \N RNIB's Insight Radio - Steven Scott presents the latest technology accessible for blind and partially sighted people. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N \N \N 13035 t
+4175 49748 Bargain Hunt eng Derby Tim Wonnacott presents the antiques contest from Derby, with experts Thomas Plant and David Harper. Tim also visits the Holburne Museum in Bath. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 12:15:00 2014-12-19 13:00:00 \N \N \N AD,S \N 13036 t
+4175 49749 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N S \N 13037 t
+4175 50033 Look North eng \N The latest news, sport and weather for Yorkshire and Lincolnshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:30:00 2014-12-19 13:45:00 \N \N \N S \N 13038 t
+4175 49751 Doctors eng Tequila Perfect Drama series. The big day arrives, but will it all go to plan for Rob as he renews his wedding vows with Karen? A routine consultation takes a dramatic turn. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 13:45:00 2014-12-19 14:15:00 \N \N \N AD,S \N 13039 t
+4175 50297 The Doctor Blake Mysteries eng Someone's Son, Someone's Daughter Australian crime drama. Ballarat Hospital's only female doctor is found hanged at the hospital in an apparent suicide. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 14:15:00 2014-12-19 15:10:00 10 10 \N AD,S \N 13040 t
+15808 50568 Australian National Drag Racing eng \N Now entering its fifth decade, Australia's domestic drag racing championship remains the country's fastest adrenaline explosion on four wheels. Sydney - Top Alcohol / Top Fuel Bikes. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 00:10:00 2014-12-22 01:15:00 \N \N \N \N \N 13041 t
+15808 50317 FIA World Endurance Season Review eng \N A look back at the 2014 season as top class LMP and GT cars battle for the title in the pinnacle of global sportscar racing. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 01:15:00 2014-12-22 02:15:00 \N \N \N \N \N 13042 t
+15808 50318 V8 Supercars Season Review eng \N A round-up of the 2014 season of Australia's premier touring car series. Part 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 02:15:00 2014-12-22 06:00:00 \N \N \N \N \N 13043 t
+22752 1081 Kiss Fresh Wake Up eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 13044 t
+22752 1082 Kiss Fresh with Charlie Tee eng \N Charlie Tee with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 07:00:00 2014-12-21 11:00:00 \N \N \N \N \N 13045 t
+27712 22050 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:30:00 \N \N \N \N \N 13046 t
+27712 22051 Earthrise eng \N A series exploring solutions to today's environmental challenges, taking an upbeat look at ecological, scientific, technological and design projects. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-24 03:30:00 2014-12-24 04:00:00 \N \N \N \N \N 13047 t
+27712 22052 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:30:00 \N \N \N \N \N 13048 t
+27712 22053 The Stream eng \N The legal battlefront in the US abortion rights debate. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-24 04:30:00 2014-12-24 05:00:00 \N \N \N \N \N 13049 t
+27712 22054 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:30:00 \N \N \N \N \N 13050 t
+12992 30826 Raid On Rommel eng \N World War II drama starring Richard Burton and John Colicos. A commando leads a raid behind enemy lines to carry out a surprise attack on General Rommel's artillery. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-22 15:00:00 2014-12-22 17:00:00 \N \N 1971 S \N 13052 t
+12992 31159 Body of Proof eng Love Thy Neighbor Crime drama series. When a driver is found dead following an out-of-control car crash, Megan Hunt makes some surprising finds in the cul de sac where he lived. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N S \N 13053 t
+22720 1365 AJ eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK with #AjKiss \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 13054 t
+22720 1366 Kiss Jams eng \N AJ plays classic and current #Kissjams \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 13055 t
+28096 59479 QI XL eng Keeps Stephen Fry plays for keeps with Sarah Millican, Jason Manford, Bill Bailey and Alan Davies, who tentatively answer klaxon-baiting posers on ants, kilobytes and newtons. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N S \N 13056 t
+28096 60673 Mock the Week eng \N Hilarious panel show that combines the best elements of news quiz, stand-up comedy, and improvised games. Jovial host Dara O'Briain is joined by Andy Parsons and Sandi Toksvig. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:40:00 \N \N \N S \N 13057 t
+28096 60674 Mock the Week eng \N Two teams of quick-witted comics compete in the topical quiz. Guests Andy Parsons, Rhod Gilbert and Jo Caulfield join regulars Hugh Dennis and Frankie Boyle and host Dara O Briain. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:40:00 2014-12-24 23:20:00 \N \N \N S \N 13058 t
+28096 60675 Mock the Week eng \N Fast-paced panel show that blends satire and stand-up, hosted by Dara O Briain. Hugh Dennis and Frankie Boyle are joined by Andy Parsons, Russell Howard, Ian Stone and Mark Watson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 23:20:00 2014-12-25 00:00:00 \N \N \N S \N 13059 t
+17664 58667 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-21 06:10:00 2014-12-21 07:10:00 \N \N \N \N \N 13060 t
+17664 58666 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 07:10:00 2014-12-21 07:35:00 \N \N \N \N \N 13061 t
+17664 58668 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 07:35:00 2014-12-21 08:00:00 \N \N \N \N \N 13062 t
+17664 58669 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:25:00 \N \N \N \N \N 13063 t
+17664 58670 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 08:25:00 2014-12-21 08:55:00 \N \N \N \N \N 13064 t
+17664 59206 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 08:55:00 2014-12-21 09:30:00 \N \N \N \N \N 13065 t
+22226 4093 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N S \N 13066 t
+22226 4125 Family Fortunes eng \N Two families play against each other in the big money survey-based gameshow presented by Les Dennis. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N S \N 13067 t
+22226 4156 Family Fortunes eng \N Two families play against each other in the big money survey-based gameshow presented by Les Dennis. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 \N \N \N S \N 13068 t
+22226 4372 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N S \N 13069 t
+22226 4383 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 \N \N \N S \N 13070 t
+25728 54513 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:00:00 \N \N \N \N \N 13071 t
+22272 65138 MegaTruckers eng \N We like trucking! Join Jon Kelly and his haulage company down under in this Australian reality series. A busy Jon is forced to re-hire driver Chris, who he previously sacked. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:30:00 \N \N \N \N \N 13072 t
+22272 65139 MegaTruckers eng \N The reality series that's a lorry fun! Jon and his crew try to avoid low bridges as they transport a huge tunnel boring machine. New drivers Wayne and Boof are put to the test. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 12:30:00 2014-12-22 13:00:00 \N \N \N \N \N 13073 t
+22272 65140 Top Gear eng \N More motoring madness. Jeremy Clarkson subjects the Skoda Yeti to a remarkably thorough road test, while James May visits the test track in the insane Aerial Atom V8. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N AD,S \N 13074 t
+22272 65141 Top Gear eng \N Buckle up for more turbo-charged fun. Richard invents airport vehicle racing, while Jeremy's test of the Renaultsport Twingo 133 involves a tunnel, a ferry and Ross Kemp. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N AD,S \N 13075 t
+17540 56458 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 00:40:00 2014-12-24 02:40:00 \N \N \N \N \N 13076 t
+17540 51773 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 02:40:00 2014-12-24 02:45:00 \N \N \N \N \N 13077 t
+17540 51774 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 02:45:00 2014-12-24 06:00:00 \N \N \N \N \N 13078 t
+28352 2205 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:30:00 \N \N \N \N \N 13079 t
+22226 4606 Bullseye eng \N Dartboard quiz game that tests contestants' darts skills and their general knowledge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:00:00 2014-12-20 20:30:00 \N \N \N S \N 13812 t
+33088 17391 Unique Creations by Lori Greiner eng \N Founded in 1996, Lori Greiner offers clever, unique and innovative solutions to storage and home dcor problems. Her products have been caringly created to make life easier. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 13084 t
+33088 17392 Practical Presents eng \N Get your Christmas shopping wrapped up early with our selection of great gift ideas to delight your friends and family. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N \N \N 13085 t
+8442 56151 8 Out of 10 Cats Does Countdown eng \N Host Jimmy Carr, captains Sean Lock and Jon Richardson are joined by Kevin Bridges and James Corden, while Peter Serafinowicz and Joe Wilkinson assist Susie Dent and Rachel Riley. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N S \N 13086 t
+8442 55851 8 Out of 10 Cats Does Countdown eng \N Jimmy Carr hosts as Jon Richardson and Rhod Gilbert take on Lee Mack and Rob Beckett. Tim Key is in Dictionary Corner with Susie Dent, and Rachel Riley is assisted by Joe Wilkinson. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:05:00 \N \N \N S \N 13087 t
+8442 56148 Sex Toy Stories eng \N One in three British women own a vibrator, but many are designed by men. Now, a group of eight ordinary women collaborate with Ann Summers to create a sex toy made by women for women. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 23:05:00 2014-12-21 00:10:00 \N \N \N S \N 13088 t
+28352 2288 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 13089 t
+28352 2289 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N \N \N 13090 t
+28352 2290 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N \N \N 13091 t
+28352 2291 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N \N \N 13092 t
+8500 5892 Call Me Claus eng \N Heartwarming drama starring Whoopi Goldberg and Nigel Hawthorne. A television executive accidentally hires the real Santa Claus to play himself in a Christmas advertisement. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 16:10:00 2014-12-23 18:00:00 \N \N 2001 AD,S \N 13093 t
+27456 45360 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:30:00 \N \N \N \N \N 13094 t
+27456 45361 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 12:30:00 2014-12-22 13:00:00 \N \N \N \N \N 13095 t
+27456 45362 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N \N \N 13096 t
+27456 45363 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N \N \N 13097 t
+27456 45364 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:30:00 \N \N \N \N \N 13098 t
+27456 45365 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 \N \N \N \N \N 13099 t
+24016 12860 Django eng \N The original Django classic film starring Franco Nero and directed by Sergio Corbucci. Contains some violent scenes. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:45:00 \N \N 1966 \N \N 13100 t
+24016 12861 Mortal Thoughts eng \N Demi Moore and Glenne Headly try to cover up a murder without destroying their friendship. Bruce Willis co-stars. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 22:45:00 2014-12-21 00:50:00 \N \N 1991 \N \N 13101 t
+27744 42091 Star Trek - The Original Series eng The original Star Trek series, digitally remastered. A link to the future as Diana Muldaur (Star Trek TNG) guest stars in this episode about an ambassador who should not be stared at.../24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 5 \N \N \N 3 13102 t
+27744 42092 NCIS eng \N Former marine Gibbs now leads a tough team as part of the NCIS Major Case Response Team. A woman claims to have witnessed the murder of a sailor in an apartment opposite hers./23 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 14 \N \N \N 2 13103 t
+27744 42093 The Streets of San Francisco eng \N A pair of plainclothes homicide detectives, cruise the streets of San Francisco solving crimes. Add Karl Malden, Michael Douglas and a killer theme tune and you have a classic. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N \N \N 13104 t
+23184 17404 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:30:00 \N \N \N \N \N 13105 t
+23184 17405 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-20 15:30:00 2014-12-20 16:00:00 \N \N \N \N \N 13106 t
+23184 17883 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 13107 t
+23184 17884 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N \N \N 13108 t
+26240 11729 On Air With Ryan Seacrest eng \N Join Ryan Seacrest and Ellen K for the biggest celebrity guests and gossip direct from Hollywood \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 13:00:00 2014-12-22 16:00:00 \N \N \N \N \N 13109 t
+22720 1308 AJ on Kiss eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 15:00:00 2014-12-20 18:00:00 \N \N \N \N \N 13110 t
+28512 698 Meet Someone New Today eng \N Put your flirting to the test and meet thousands of hopefuls, for fun, friendship and more. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 18:00:00 \N \N \N \N \N 13111 t
+32896 8641 The Yogi Bear Show eng \N During winter, Yogi decides he'd be warmer in Ranger Smith's cabin than in his cave. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:15:00 \N \N \N \N \N 13112 t
+32896 8642 Rekkit Rabbit eng \N After purchasing a magical hat, Jay finds himself the proud new owner of a giant rabbit named Rekkit. Rekkit is a stranger to Jay's world, and doesn't quite understand its rules. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 06:15:00 2014-12-23 06:30:00 \N \N \N \N \N 13113 t
+32896 8643 Invisible Network Of Kids eng \N Newton creates a potion and it makes everyone fall in love! But Macbeth gets her hands on it, and pretty soon, all the students (and even Mr. Soper!) are all besotted with Macbeth! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 06:30:00 2014-12-23 07:00:00 \N \N \N \N \N 13114 t
+32896 8644 Scaredy Squirrel eng \N Realizing that he has never thrown a good party, Scaredy wants to show everyone that he can! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:15:00 \N \N \N \N \N 13115 t
+32896 8645 Scaredy Squirrel eng \N A mysterious creature that only Scaredy can see seems to be picking on him for no reason. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 07:15:00 2014-12-23 07:30:00 \N \N \N \N \N 13116 t
+32896 8646 Slugterra eng \N After a wild ride on the mysterious Flumes - the Underriver that runs beneath all of Slugterra - the Shane gang find themselves dropped into a sea cavern. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 07:30:00 2014-12-23 08:00:00 \N \N \N \N \N 13117 t
+32896 8647 Yu-Gi-Oh! ZEXAL eng \N Yuma and Tori are on the lookout for new opponents! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:30:00 \N \N \N \N \N 13118 t
+24464 50256 Trophe Andros eng \N Exclusive highlights of the world's most prestigious ice racing series contested by the likes of Alain Prost, Olivier Panis and Jacques Villeneuve in the winter ski resorts of Europe. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 00:10:00 2014-12-19 01:15:00 \N \N \N \N \N 13121 t
+24464 50257 International GT Open Season... eng \N The pan-European GT series caters for both GT2 and GT3 machinery, taking in a host of top-line venues along the way. All the thrills and spills from the 2014 season. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 01:15:00 2014-12-19 04:10:00 \N \N \N \N \N 13122 t
+23184 17890 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:30:00 \N \N \N \N \N 13123 t
+23184 17891 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 00:30:00 2014-12-21 01:00:00 \N \N \N \N \N 13124 t
+23184 17422 A Stranger In My Home eng \N The series re-enacts real-life stories of how letting the wrong person in was the last mistake they ever made... S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 13125 t
+23184 17423 North Mission Road eng \N LA where the beautiful people are and dreams are made but also the stuff of real life nightmares and no one knows any better about this than the County Coroner at North Mission. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 02:00:00 2014-12-21 02:30:00 \N \N \N \N \N 13126 t
+23184 17424 North Mission Road eng \N LA where the beautiful people are and dreams are made but also the stuff of real life nightmares and no one knows any better about this than the County Coroner at North Mission. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 02:30:00 2014-12-21 03:00:00 \N \N \N \N \N 13127 t
+22226 6175 Takeshi's Castle eng \N Comedy game show voiced by Craig Charles. Contestants vie for a cash prize as they attempt to overcome the giant games fortifying Takeshi Kitano's castle. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-21 00:10:00 2014-12-21 00:40:00 \N \N \N S,AD \N 13128 t
+22226 6176 Top 100 Video Games Of All Time eng \N From arcade games to apps, we countdown the best video games of all time. Stars including Milla Jovovich, Matthew Perry, Robin Williams and Alice Cooper reveal the top titles. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 00:40:00 2014-12-21 01:40:00 \N \N \N S \N 13129 t
+22226 6219 Vegas Virgins eng \N Reality series following the fortunes of ten British and American hopefuls trying to hit the big time on the Las Vegas casino circuit. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 01:40:00 2014-12-21 02:40:00 1 10 \N S \N 13130 t
+22226 6278 Showbiz Darts - Extra Arrows eng \N DP Fitzgerald meets the celebrities featured on Showbiz Darts to discuss their training and performances. Plus, team captains Bobby George and Andy Fordham take on challenges. \N 0 25 f 3 eng eng 4 0 0 \N 2014-12-21 02:40:00 2014-12-21 03:10:00 \N \N \N S \N 13131 t
+8500 5768 The Wish List eng \N Romantic comedy starring Jennifer Esposito and Mark Deklin. After a series of dating disasters, a career girl writes a list of all the traits her ideal man would possess. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:05:00 2014-12-20 19:50:00 \N \N 2009 S \N 13132 t
+8500 5769 5 News Weekend eng \N National and international news. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-20 19:50:00 2014-12-20 19:55:00 \N \N \N S \N 13133 t
+8500 5770 Scrooge eng \N Festive musical movie starring Albert Finney and Alec Guinness. An adaptation of Dickens's A Christmas Carol. Miserly Ebenezer Scrooge dismisses the celebrations around him. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 19:55:00 2014-12-20 22:10:00 \N \N 1970 S \N 13134 t
+20352 60709 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 07:00:00 2014-12-21 12:00:00 \N \N \N \N \N 13135 t
+24016 12916 Don't Wait Django... Shoot! eng \N Django returns to his home town to discover his father has been murdered by a ruthless gang.There is only one avenue for him to follow. Revenge! Stars Ivan Rassimov. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:40:00 \N \N 1967 \N \N 13136 t
+24016 12917 Dawn Rider eng \N Christian Slater stars in this John Wayne western remake as a man searching for his father's killer. Donald Sutherland co-stars. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 22:40:00 2014-12-25 00:30:00 \N \N 2012 \N \N 13137 t
+14688 11611 Absolute Radio's Greatest Hits eng \N Leona is playing Absolute Radio's Greatest Hits. We've scoured the last 5 decades of music and she's playing you the biggest songs in our record collection. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 11:00:00 2014-12-21 14:00:00 \N \N \N \N \N 13138 t
+23296 5862 Fast and Fun eng \N The fastest gay dating around. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 22:00:00 2014-12-25 00:00:00 \N \N \N \N \N 13139 t
+22656 902 Fresh Blood eng \N Join Alex Baker for two hours of the greatest new unsigned and independent bands from the UK and beyond! Show your support for your favourites online using #KerrangFreshBlood \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 22:00:00 2014-12-25 00:00:00 \N \N \N \N \N 13140 t
+22784 793 Kisstory Night eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 22:00:00 2014-12-25 00:00:00 \N \N \N \N \N 13141 t
+24352 30983 Michael Palin: Around the World in 80 Days eng Dateline to Deadline Arriving in Long Beach, California, only two days behind Fogg, Michael Palin spends his first night in America aboard the Queen Mary. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 13142 t
+24352 31259 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 22:00:00 2014-12-25 06:00:00 \N \N \N \N \N 13143 t
+23120 20498 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 13144 t
+23120 20496 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 13145 t
+23120 20497 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 13146 t
+22624 40508 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 13147 t
+22624 40509 Relax With Insight eng \N RNIB's Insight Radio - Relax with great music to end the day \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 13148 t
+23280 5867 Speed Dating eng \N It's fun, it's fast, don't miss out. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 22:00:00 2014-12-25 00:00:00 \N \N \N \N \N 13149 t
+24064 59770 Secrets of Sex eng Aravani Girl Documentary. Two teenagers dream of becoming ladyboys. Loved as performers but hated as homosexuals, their stories echo the conflicts of India's gender culture. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:30:00 \N \N \N \N \N 13150 t
+24064 59771 Secrets of Sex eng Life's A Drag An observational documentary exploring the glamorous, and yet often mysterious, lives of drag queens on and off the stage. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 22:30:00 2014-12-20 23:00:00 \N \N \N \N \N 13151 t
+24064 59772 Secrets of Sex eng My Day with Tarna This documentary explores a day in the life of a dominatrix and shows the person behind the job. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 13152 t
+40960 53299 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 05:30:00 2014-12-24 05:45:00 \N \N \N \N \N 13326 t
+40960 53300 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 05:45:00 2014-12-24 06:00:00 \N \N \N \N \N 13327 t
+14784 2845 Walking On Sunshine? eng \N Winter is upon us, so why not swap the wind and chill for golden sandy beaches? Check out Holidays TV, updated daily with 100s of the latest great deals! Bliss. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 04:00:00 2014-12-19 08:00:00 \N \N \N \N \N 13153 t
+16080 14875 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N \N \N 13154 t
+8267 15867 Let's Do Christmas with Gino & Mel eng \N Festive food and celebrity chat with Gino D'Acampo and Melanie Sykes. The final show of the series is a Text Santa special with today's guest swimming legend Mark Foster. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 12:30:00 2014-12-19 13:30:00 \N \N \N S \N 13155 t
+8267 15868 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N S \N 13156 t
+22080 932 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N S \N 13158 t
+22080 940 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N S \N 13159 t
+22080 975 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N \N \N 13160 t
+22080 1038 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 10:30:00 2014-12-22 11:00:00 \N \N \N \N \N 13161 t
+22080 1039 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 \N \N \N \N \N 13162 t
+22080 1049 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 \N \N \N \N \N 13163 t
+16208 38383 The Green Green Grass Christmas eng The Special Relationship 'Only Fools' spin-off in which Boycie takes centre stage. When an unexpected visitor arrives at Winterdown Farm with a grave secret, Boycie turns detective. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N S \N 13164 t
+16208 39660 Rock and Chips eng \N Comedy drama prequel to Only Fools and Horses featuring teenage versions of Del Boy, Boycie, Trigger and Denzil. Life for the Trotters changes when ex-con Freddie Robdal turns up. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 21:00:00 \N \N \N \N \N 13165 t
+27168 60713 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N \N \N 13166 t
+25792 52394 The Queen's Mother-in-Law eng \N Fascinating footage and illuminating interviews shed light on Princess Alice of Battenberg, the Queen's mother-in-law and a remarkable yet little-known member of the Royal Family. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N AD,S \N 13167 t
+25792 52395 The Queen's Sister eng \N Fictitious biopic charting the troubled life of Princess Margaret, capturing the intimate details of the royal's romances over three decades. Lucy Cohu stars in the title role. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-20 16:00:00 2014-12-20 18:00:00 \N \N 2005 \N \N 13168 t
+41056 18107 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-23 06:05:00 2014-12-23 07:00:00 \N \N \N \N \N 13169 t
+41056 18108 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:05:00 \N \N \N \N \N 13170 t
+41056 18109 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-23 07:05:00 2014-12-23 08:00:00 \N \N \N \N \N 13171 t
+41056 18110 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:30:00 \N \N \N \N \N 13172 t
+41056 18111 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:00:00 \N \N \N \N \N 13173 t
+27328 17303 European Football Show Highlights eng \N James Richardson and guests take a look at all of the goals and the best of the action from Ligue 1, Serie A, the Primeira Liga and the Bundesliga from the weekend. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 04:00:00 2014-12-23 06:00:00 \N \N \N \N \N 13174 t
+8448 58455 Hollyoaks eng \N Nico decides her family would be better off without her. Dodger tells Sienna that he can't be a father to Nico, so she takes action to make sure they have the perfect family Christmas. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:30:00 \N \N \N AD,S \N 13175 t
+8448 58456 Paternity Court eng Brand new series Family lawyer Lauren Lake reveals more DNA test results. A man from Atlanta has unanswered questions about the paternity of his girlfriend's four-year-old daughter. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 06:30:00 2014-12-19 06:50:00 \N \N \N S \N 13176 t
+8448 58810 Happy Endings eng The Butterfly Effect Effect The friends wait for Brad and Jane's annual domestic dispute - the 'spring smackdown' - to signal the end of winter. Max comes out of his long hibernation. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:50:00 2014-12-19 07:15:00 \N \N \N AD,S \N 13177 t
+8448 58457 One Tree Hill eng Danny Boy The search for Nathan becomes increasingly dangerous, and Dan's life hangs in the balance. Brooke is surprised when her father returns to town. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-19 07:15:00 2014-12-19 08:00:00 \N \N \N S \N 13178 t
+8448 58458 Suburgatory eng The Wishbone Tessa visits her grandmother in New York for Thanksgiving dinner so that she can meet her mother for the first time. Malik joins the Shays for the holiday. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:30:00 \N \N \N AD,S \N 13179 t
+8448 58459 Happy Endings eng Cocktails & Dreams When Dave gets a licence to serve alcohol from the 'Steak Me Home Tonight' truck, it becomes the most fashionable place to socialise in Chicago. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N AD,S \N 13180 t
+23040 38161 Food(ography) eng \N Bring on the fruit cake and gingerbread - it's winter time, and that means holiday food. Loosen your belts and dig into Anthony Pucciarello's 'Feast of the Seven Fishes' and more recipes. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 13181 t
+23040 38162 Barefoot Contessa eng \N The delightful Ina Garten reveals her cooking secrets. Ina sends a food lover's delight to a friend in the city. The package consists of a beautiful fillet of beef and a perfect plum tart. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N \N \N 13182 t
+23040 38163 Barefoot Contessa eng \N Scrumptious cooking series with Ina Garten. Jeffrey has signed a book deal so Ina prepares a spread of bistro-style food, along with an introductory cocktail to celebrate. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 \N \N \N \N \N 13183 t
+23040 38164 Jamie's 15 Minute Meals eng \N Jamie cooks crab bolognese with crunchy fennel salad, plus Mexican BLT, chillies, guacamole and salad. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N \N \N 13184 t
+23040 38165 Jamie's 15 Minute Meals eng \N Jamie cooks Cajun steak, smoky baked beans and collard greens, plus chicken tikka, lentil, spinach and naan salad. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N \N \N 13185 t
+12928 42114 Autopsy eng Whitney Houston's Last Hours Documentary series investigating celebrity deaths. Troubled pop superstar Whitney Houston died in a Hollywood hotel bathroom at the age of 48 after a life blighted by drug abuse. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N S \N 13186 t
+12928 42115 Autopsy eng Michael Hutchence The Last Hours Documentary series. Dr Richard Shepherd re-examines the death of Michael Hutchence with the aid of the original coroner, those close to the rock icon and reconstruction. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N S \N 13187 t
+8381 14654 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 06:05:00 2014-12-19 07:00:00 \N \N \N S \N 13224 t
+12928 42116 Autopsy eng Anna Nicole Smith's Last Hours Documentary series investigating celebrity deaths. This episode focuses on Anna Nicole Smith, whose journey from small town stripper to supermodel captured the public imagination. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N S \N 13188 t
+16080 14870 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:30:00 \N \N \N \N \N 13189 t
+16080 14871 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 12:30:00 2014-12-23 13:00:00 \N \N \N \N \N 13190 t
+40960 53199 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 20:30:00 2014-12-21 21:00:00 \N \N \N \N \N 13191 t
+25792 52496 Flog It! eng Buxton Paul Martin joins Philip Serrell and Kate Bliss for more auctioneering antics in Buxton, as the public try to make a mint out of dust-covered antiques languishing in the loft. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N S \N 13192 t
+25792 52497 Ancient Egypt: Life and Death in the Valley of the Kings eng Life Dr Joann Fletcher explores what life was really like for ordinary Egyptians 3,500 years ago and learns about their remarkable cemetery, the Valley of the Kings. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N S \N 13193 t
+25792 52498 Ancient Egypt: Life and Death in the Valley of the Kings eng Death Egyptologist Joann Fletcher clambers into rarely visited tombs, looks at long-buried objects and examines mummies to learn about the Egyptians' views on death. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N S \N 13194 t
+15920 40606 This Is ITV4+1 eng \N This Is ITV4+1. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 06:00:00 2014-12-23 04:00:00 \N \N \N \N \N 13195 t
+8281 15848 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:25:00 2014-12-19 10:30:00 \N \N \N S \N 13196 t
+8281 15849 This Morning eng \N Presented by Eamonn Holmes and Ruth Langsford. A look at the day's news and headlines. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:30:00 2014-12-19 10:55:00 \N \N \N S \N 13197 t
+8281 15850 ITV News eng \N Nina Hossain with the latest headlines from around the world. Followed by a local weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 10:55:00 2014-12-19 11:00:00 \N \N \N S \N 13198 t
+8281 15866 This Morning eng \N Presented by Eamonn Holmes and Ruth Langsford. A look at the day's news and headlines. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:30:00 \N \N \N S \N 13199 t
+41024 60713 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N \N \N 13200 t
+40976 47034 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 03:00:00 2014-12-20 04:00:00 \N \N \N \N \N 13201 t
+40976 46855 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-20 04:00:00 2014-12-20 05:30:00 \N \N \N \N \N 13202 t
+40976 44968 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 05:30:00 2014-12-20 18:58:00 \N \N \N \N \N 13203 t
+14498 26572 Baggage Battles eng Boy Toys The Baggage Battlers remain in the city of Greensboro, where they come across a host of items including a Civil War-era US Army saddle. But can Billy hold his nerve? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:30:00 \N \N \N \N \N 13204 t
+14498 26573 Baggage Battles eng Cash is King The Baggage Battlers head to London, home to six airports, where Billy, Mark and the Martins compete for the lost and unclaimed bags of the rich passengers. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:00:00 \N \N \N \N \N 13205 t
+14498 26574 Baggage Battles eng Knightwalkers The Baggage Battlers head to Dublin for a public auction run by the Garda, Ireland's police force. But will they get their hands on some historical Irish items? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:30:00 \N \N \N \N \N 13206 t
+14498 26575 Baggage Battles eng Crate Expectations The Baggage Battlers head to Phoenix, Arizona, for an auction with the Sierra Auction Management team. But will they unearth any treasures? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 13:30:00 2014-12-24 14:00:00 \N \N \N \N \N 13207 t
+14498 26576 Baggage Battles eng California Scheming The Baggage Battlers wage war at the crazy, eclectic Santa Cruz Lost Property Auction, where Mark brings in reinforcements to battle Billy over antique toys. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N \N \N 13208 t
+14498 26577 Baggage Battles eng Grand Theft Auto The Baggage Battlers head to the Tampa Machinery Auction to bid on thousands of lost or seized vehicles. But will they unearth any gems amongst the lot? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N \N \N 13209 t
+22592 17846 Fight Club eng \N Gareth A Davies & Spencer Oliver bring you all the hardest hitting show in boxing. \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-20 22:00:00 2014-12-21 00:00:00 \N \N \N \N \N 13210 t
+14720 25929 Matt Wilkinson eng \N Matt keeps you company on your weekday afternoons with more music variety and all the latest news and travel. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 16:00:00 \N \N \N \N \N 13211 t
+15856 3508 The Only Way Is Essex eng \N Reality series. Elliott is still hoping to win Chloe over, but she seems more determined than ever to end things for good. Is there a specific reason for her strange behaviour? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 12:30:00 2014-12-23 13:20:00 \N \N \N S \N 13212 t
+15856 3509 The Only Way Is Essex eng \N Reality series. News of the real reason behind Chloe and Elliott's breakup spreads like wildfire. Diags is in Fran's bad books and it seems he cannot do anything right. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 13:20:00 2014-12-23 14:10:00 \N \N \N S \N 13213 t
+15856 3510 The Only Way Is Essex eng \N Reality series. Fran and Diags face an uncertain future, as do Ricky and Jess. Chloe and Elliott struggle to spend time apart. Georgia and Tommy go from strength to strength. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 14:10:00 2014-12-23 14:55:00 \N \N \N S \N 13214 t
+15856 3511 The Real Housewives of Atlanta eng Out of Tune Reality series following the lives of five glamorous Atlanta women. Kim tries to tune up her music career when a producer sends her to a music coach. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 14:55:00 2014-12-23 15:50:00 \N \N \N S \N 13215 t
+17609 20425 eng \N \N \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 00:45:00 2014-12-22 02:30:00 \N \N \N \N \N 13216 t
+17609 20267 eng \N \N \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:20:00 \N \N \N \N \N 13217 t
+4169 58325 The Royle Family Christmas Special eng Barbara's Old Ring It is Christmas at the Royles', and Barbara has gone overboard with the presents. Meanwhile, Dave reveals his Dragons' Den idea. Contains adult humour. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N AD,S \N 13218 t
+4169 51768 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:25:00 \N \N \N S \N 13219 t
+4169 52562 Look North eng \N The latest news, sport and weather for the North East and Cumbria. Followed by weather and a National Lottery update. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:25:00 2014-12-23 22:35:00 \N \N \N S \N 13220 t
+4169 56437 Mrs Brown's Boys eng The Virgin Mammy Rehearsals get underway on the Nativity play, with Agnes herself playing the Virgin Mary. Contains adult humour and some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 22:35:00 2014-12-23 23:10:00 2 2 \N S \N 13221 t
+4169 56401 Cuckoo eng Neighbourhood Watch Comedy series about a cuckoo in the family nest. A night-time intruder leaves Ken questioning his manliness. Contains strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 23:10:00 2014-12-23 23:40:00 6 7 \N AD,S \N 13222 t
+4169 56457 The Apprentice eng The Final The two finalists must launch their businesses with the help of some former candidates. In the boardroom, Lord Sugar finally picks his new business partner. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 23:40:00 2014-12-24 00:40:00 14 14 \N S \N 13223 t
+8381 14655 Good Morning Britain eng \N Breakfast show. Angelina Jolie chats about her latest film as a director, Unbroken, which tells the story of plane crash survivor and former Olympic star Louis Zamperini. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 07:00:00 2014-12-19 09:30:00 \N \N \N S \N 13225 t
+16048 31769 On the Buses eng Brew It Yourself Sitcom about a two-man bus crew. Stan turns up to work drunk after sampling too much home-made beer. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 16:15:00 2014-12-19 16:45:00 \N \N \N S \N 13226 t
+25728 54608 Olly Murs Ye Olde Christmas Carols eng \N Olly Murs reveals his favourite festive hits. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 17:30:00 2014-12-20 19:00:00 \N \N \N \N \N 13227 t
+16048 31791 On the Buses eng Busmen's Perks Enduring sitcom about a chirpy bus driver and his conductor pal. Stan's household is thrown into disarray when he decides to do a spot of home-decorating. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 16:45:00 2014-12-19 17:20:00 \N \N \N S \N 13228 t
+16048 31831 Rising Damp eng The Prowler Classic sitcom. Rigsby rushes to protect Ruth after she sees a prowler in her room, but soon it's the chivalrous Rigsby who needs protecting. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:20:00 2014-12-19 17:50:00 \N \N \N S \N 13229 t
+16048 33160 Heartbeat eng Auld Acquaintance The police are on high alert when a mysterious visitor arrives at Ashfordly Hall, and a runaway boy causes trouble in the village. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 17:50:00 2014-12-19 18:50:00 \N \N \N AD,S \N 13230 t
+15952 5126 Two and a Half Men eng Kissing Abe Lincoln American sitcom. Charlie must choose between his girlfriend Lydia and Berta as they fight for his allegiance. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 03:05:00 2014-12-23 03:30:00 \N \N \N S \N 13232 t
+15952 5127 Two and a Half Men eng Walnuts and Demerol American sitcom about a well-off bachelor. Charlie's plans for a romantic Christmas Eve alone with his date are ruined when friends and family decide to drop by. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 03:30:00 2014-12-23 03:50:00 \N \N \N S \N 13233 t
+15952 2703 The Office Xmas Party eng \N Second of three programmes celebrating the great British Christmas party. Tonight, the staff of rival wedding Somerset venues share their annual Christmas bash for the first time. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-23 03:50:00 2014-12-23 04:40:00 \N \N \N S \N 13234 t
+15952 44191 Educating Joey Essex eng \N Another instalment in the hilarious series. Joey travels to Wales for a petrifying education into the paranormal, with visits to a haunted pub and a ghostly castle! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 04:40:00 2014-12-23 05:25:00 \N \N \N S \N 13235 t
+15952 2549 Life's Funniest Moments eng \N Series featuring hilarious candid moments caught on camera. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:25:00 2014-12-23 05:50:00 \N \N \N \N \N 13236 t
+15952 44505 Life's Funniest Moments eng \N Series featuring hilarious candid moments caught on camera. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:50:00 2014-12-23 06:10:00 \N \N \N \N \N 13237 t
+8283 15848 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:25:00 2014-12-19 10:30:00 \N \N \N S \N 13238 t
+8283 15849 This Morning eng \N Presented by Eamonn Holmes and Ruth Langsford. A look at the day's news and headlines. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:30:00 2014-12-19 10:55:00 \N \N \N S \N 13239 t
+8283 15850 ITV News eng \N Nina Hossain with the latest headlines from around the world. Followed by a local weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 10:55:00 2014-12-19 11:00:00 \N \N \N S \N 13240 t
+8283 15866 This Morning eng \N Presented by Eamonn Holmes and Ruth Langsford. A look at the day's news and headlines. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:30:00 \N \N \N S \N 13241 t
+41024 59396 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 03:50:00 2014-12-20 04:50:00 \N \N \N \N \N 13242 t
+41024 60706 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 04:50:00 2014-12-20 06:00:00 \N \N \N \N \N 13243 t
+33088 17470 QVC Highlights eng \N A selection of popular programmes from QVC. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 13246 t
+28032 29694 River Monsters eng Face Ripper Angler Jeremy Wade investigates the story of a man who had his face ripped off in a remote Bolivian river, leading to a confrontation with one of his oldest adversaries. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 02:50:00 2014-12-20 03:40:00 \N \N \N S \N 13247 t
+8381 15462 Surprise Surprise eng \N Holly Willoughby hosts a special festive edition of the show. Lending a helping hand tonight are the cast from Hollywood blockbuster Night at the Museum, and popsters The Vamps. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N AD,S \N 13248 t
+8381 14882 Midsomer Murders eng The Christmas Haunting It may be Christmas, but new DS Charlie Nelson is thrown straight into a murder case as a man is stabbed with an antique sword during a ghost-hunting party. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:00:00 \N \N \N AD,S \N 13249 t
+16048 32749 Lewis eng \N Feature-length drama following on from the Inspector Morse series. Inspector Lewis investigates the death of a brilliant young maths student at Oxford University. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 13:40:00 2014-12-22 15:50:00 \N \N \N AD,S \N 13250 t
+8274 45014 Good Morning Britain eng \N Breakfast show. Downton Abbey star Elizabeth McGovern pops in to talk about the upcoming Christmas episode, and performs a seasonal favourite. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 08:30:00 \N \N \N S \N 13251 t
+8274 45015 Lorraine eng \N Sarah Hadland chats about starring in this year's Miranda Christmas special, and Stephanie Cole and Nina Wadia talk about the new series of Still Open All Hours. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:25:00 \N \N \N S \N 13252 t
+22208 4444 Unforgettable eng Man In The Woods Carrie's memory of her sister's murder is unlocked in this season finale. Recalling a man's face, she pursues him for answers, but what will she find? \N 2 25 f 5 eng eng 3 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 22 \N \N S 1 13253 t
+22208 5184 Treasure Island eng Danger lurks behind every sand dune in this concluding chapter, and Jim and Silver must decide what they treasure more the treasure itself, or their lives... \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 16:00:00 2014-12-21 18:00:00 2 2 \N S,AD \N 13254 t
+8325 44820 I'm a Celeb eng Stars of Oz Former King of the Jungle Joe Swash looks back at the champions from 14 years of I'm a Celebrity... Get Me Out of Here! Featuring an exclusive interview with this year's winner. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:20:00 2014-12-20 13:25:00 \N \N \N S \N 13255 t
+41040 17220 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 13328 t
+41040 17221 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 13329 t
+8325 2455 Secret Santa eng \N Made-for-TV family drama starring Jennie Garth and Steven Eckholdt, 2003. A big city journalist is sent to a small town to try and find out the identity of a 'secret Santa' \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 13:25:00 2014-12-20 15:15:00 \N \N \N S \N 13256 t
+8281 27863 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 03:20:00 2014-12-22 04:05:00 \N \N \N S,SL \N 13257 t
+8281 29701 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 04:05:00 2014-12-22 05:05:00 \N \N \N \N \N 13258 t
+8281 29793 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 05:05:00 2014-12-22 06:00:00 \N \N \N S \N 13259 t
+24448 63906 Huge Jewellery Savings from GemsTV eng \N GemsTV give huge savings on genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 \N \N \N \N \N 13948 t
+4168 50301 Escape to the Country eng Oxon/Wilts Buyers are helped to find their dream homes. Jonnie Irwin helps a couple who want to leave their family home after almost 30 years for the Oxfordshire countryside. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 15:10:00 2014-12-19 15:40:00 \N \N \N AD,S \N 13260 t
+8500 5895 5 News Update eng \N National and international news. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 19:45:00 2014-12-23 19:50:00 \N \N \N S \N 13261 t
+4168 51285 Christmas Kitchen with James Martin eng \N Festive food programme. James Martin is joined in the kitchen by Monica Galetti and Brian Turner. Plus celebrity guests and treats from the BBC's festive food archives. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 15:40:00 2014-12-19 16:30:00 10 10 \N S \N 13262 t
+4168 49755 Flog It! eng Gloucester Antiques series. The team are in Gloucester, where presenter Paul Martin and experts Philip Serrell and Michael Baggott discover some rare gems. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:15:00 \N \N \N S \N 13263 t
+4168 58355 Pointless Celebrities eng \N Alexander Armstrong presents a crime-based celebrity edition of the quiz, with contestants including Lisa Maxwell, Sue Cook, Donal MacIntyre, Helen Fraser and Jack Ellis. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:15:00 2014-12-19 18:00:00 \N \N \N S \N 13264 t
+23712 3634 Homes under the Hammer eng \N Martin Roberts and Lucy Alexander take a peek at a selection of properties before they go to auction. Here, they visit a two-bedroom house in Herne Hill and a property in Bracknell. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N S \N 13265 t
+23712 3354 DIY SOS eng Gosport Nick Knowles lends a hand to homeowners in need. Cathy Walton's lounge was left incomplete when her partner died in a freak accident soon after starting work on it. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N AD,S \N 13266 t
+23712 3355 DIY SOS eng Kent Nick Knowles and the makeover team answer another DIY SOS call. In Kent, some dubious digging from Neil Sheppard resulted in the front of the family home collapsing. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N AD,S \N 13267 t
+23712 3356 A Place in the Sun: Home or Away eng Buckinghamshire v Le Marche, Italy Dream homes. Gerard and Neisha are looking to escape the rat race and want to buy a family home in Buckinghamshire and another property in Italy. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 13268 t
+28480 8037 Jimmy Swaggart eng \N The preaching Ministry of Evangelist Jimmy Swaggart. This show is taken from church services recorded live at Family Worship Center Church in Baton Rouge, LA. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 14:00:00 \N \N \N \N \N 13269 t
+28480 8038 Living Waters with Gabriel Swaggart eng \N A live Gospel music show hosted by Gabriel Swaggart, featuring the music of Jimmy Swaggart and others. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N \N \N 13270 t
+27168 59522 Come Dine with Me eng \N Care worker Laura Rojales plays host, and she's desperate to win so she can visit her two children in the Philippines. Her meal brings a taste of her homeland to Aberdeen. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:30:00 \N \N \N S \N 13271 t
+27168 59523 Come Dine with Me eng \N It's time for publican Bob Calder to show his worth. Bob's been happy to criticise everyone else's food this week, confident that his meal is the winner. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 15:30:00 2014-12-20 16:00:00 \N \N \N S \N 13272 t
+27168 59524 A Place in the Sun eng Home or Away Jonnie Irwin and Laura Hamilton help Graham and Sally Jenkins decide between relocating from Cardiff to west Wiltshire or to Martel in the beautiful Lot region of France. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N S \N 13273 t
+27168 59525 A Place in the Sun eng Home or Away Karin wants a new life in south-western France, but her partner Mike would prefer to live in Pembrokeshire. Jasmine Harman and Jonnie Irwin show them some tempting properties. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N S \N 13274 t
+15840 3534 Mistletoe Magic eng \N Pucker up for a smacker of a festive selection as we bring you a touch of mistletoe and a sprinkle of magic. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N \N \N 13275 t
+15840 3535 Girls With Guitars eng \N Whether acoustic or electric, these girls can jam on a guitar like there's no tomorrow. From punk and rock to pop, folk and country, girls are ruling the airwaves (and looking hot while they do it). \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 13276 t
+15840 3536 Pat Sharp's Time Warp eng \N It's 1982, and it starts with a kiss, when Hot Chocolate members, Patrick Olive and Kennie Simon, join Pat Sharp to discuss deely boppers and E.T. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N \N \N 13277 t
+15840 3537 Breakaway eng \N Breakaway from the norm of daytime telly - let Vintage TV carry you through the day in style, as we thumb through our greatest hits record collection. Go on, take the weight off. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 11:30:00 2014-12-19 13:00:00 \N \N \N \N \N 13278 t
+27360 18062 Baker & Kelly's V.S.P.O eng \N Stand by for an hour of unscripted entertainment, original features and spontaneous wit driven by our unique hosts, Dannys Baker and Kelly. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:30:00 \N \N \N \N \N 13280 t
+18112 65369 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:15:00 \N \N \N \N \N 13281 t
+18112 36290 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 15:15:00 2014-12-22 15:50:00 \N \N \N \N \N 13282 t
+18112 35903 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 15:50:00 2014-12-22 16:20:00 \N \N \N \N \N 13283 t
+18112 36291 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 16:20:00 2014-12-22 16:50:00 \N \N \N \N \N 13284 t
+18112 36292 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 16:50:00 2014-12-22 17:20:00 \N \N \N \N \N 13285 t
+18112 36492 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-22 17:20:00 2014-12-22 18:58:00 \N \N \N \N \N 13286 t
+27840 5242 Top Quality Gemstones from Around the World eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 13287 t
+27840 5243 Top Quality Gemstones from Around the World eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 13288 t
+27840 5244 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 13289 t
+22336 59023 The Inbetweeners eng Will's Dilemma Simon and his new girlfriend Tara are on a double date with Will and Tara's friend Kerry, but Will wonders whether it's worth spending time with a girl he considers boring. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 00:05:00 2014-12-22 00:40:00 \N \N \N AD,S \N 13293 t
+22336 59024 The Inbetweeners eng The Camping Trip Will draws on his scouting experience to cope with the last trip he has organised for the boys before they go their separate ways, but the others are woefully unprepared. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 00:40:00 2014-12-22 01:10:00 \N \N \N AD,S \N 13294 t
+26240 11730 Sarah Powell eng \N Sarah ends the day on heat with the latest showbiz news and entertainment gossip! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 16:00:00 2014-12-22 19:00:00 \N \N \N \N \N 13295 t
+8267 16789 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how or join in now at Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 01:00:00 2014-12-23 03:00:00 \N \N \N \N \N 13339 t
+22336 59025 The Inbetweeners Top Ten Moments eng \N As well as revealing the top ten clips as voted for by the viewers, this programme meets the four actors who play Neil, Simon, Will and Jay, and hears from celebrity fans of the show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 01:10:00 2014-12-22 02:20:00 \N \N \N S \N 13296 t
+22336 59026 Bad Robots eng \N Brand new series - The robots are still wreaking havoc as visitors over at the world-famous clipper ship Cutty Sark learn some very questionable facts from the tourist information machine. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 02:20:00 2014-12-22 02:50:00 \N \N \N S \N 13297 t
+22336 59028 Rules of Engagement eng Play Ball Audrey considers leaving her job when she realises how miserable it is making her, while Alison tells Timmy that she wants to slow things down. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 02:50:00 2014-12-22 03:20:00 \N \N \N S \N 13298 t
+13024 51042 The Elf That Rescued Christmas eng \N Festive family animation. When Santa's special crystal goes missing, an orphan and an elf team up to save Christmas. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 13:25:00 2014-12-23 15:00:00 \N \N 2012 S \N 13299 t
+28480 11899 Frances and Friends eng \N Talk show hosted by Frances Swaggart, covering current events from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 23:00:00 \N \N \N \N \N 13300 t
+28480 11901 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 13301 t
+13120 7364 Sound Innovations from Bose eng \N Bose are a premium audio brand not found in normal high street outlets. This special Bose hour will allow you to buy the latest Bose audio technology directly through QVC. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N \N \N 13302 t
+13120 7365 Gifts for Family and Friends eng \N The perfect show to help you find personal gifts for family and friends. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 13303 t
+13120 7366 Laura Geller Makeup eng \N Laura Geller is a renowned make-up artist, teacher and working mother and the creative force behind one of the most successful make-up studios in New York. Join us to explore her superb range. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N \N \N 13304 t
+4169 50301 Escape to the Country eng Oxon/Wilts Buyers are helped to find their dream homes. Jonnie Irwin helps a couple who want to leave their family home after almost 30 years for the Oxfordshire countryside. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 15:10:00 2014-12-19 15:40:00 \N \N \N AD,S \N 13305 t
+4169 51285 Christmas Kitchen with James Martin eng \N Festive food programme. James Martin is joined in the kitchen by Monica Galetti and Brian Turner. Plus celebrity guests and treats from the BBC's festive food archives. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 15:40:00 2014-12-19 16:30:00 10 10 \N S \N 13306 t
+4169 49755 Flog It! eng Gloucester Antiques series. The team are in Gloucester, where presenter Paul Martin and experts Philip Serrell and Michael Baggott discover some rare gems. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:15:00 \N \N \N S \N 13307 t
+4169 58355 Pointless Celebrities eng \N Alexander Armstrong presents a crime-based celebrity edition of the quiz, with contestants including Lisa Maxwell, Sue Cook, Donal MacIntyre, Helen Fraser and Jack Ellis. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:15:00 2014-12-19 18:00:00 \N \N \N S \N 13308 t
+8452 59217 Kirstie's Vintage Gems eng \N Kirstie Allsopp helps Amber and Colin turn their love-starved bedroom into a gorgeous vintage haven. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 06:30:00 2014-12-21 06:40:00 \N \N \N S \N 13309 t
+8452 59190 Small Animal Hospital eng \N John Barrowman meets pets suffering an array of ailments at Glasgow's University School of Veterinary Medicine. John visits a pig called Dudley who's been overeating. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 06:40:00 2014-12-21 07:10:00 \N \N \N S \N 13310 t
+8452 58667 NFL eng The American Football Show Vernon Kay presents the best of the action from Week 15 of the NFL, including the San Francisco 49ers at Seattle Seahawks. Nat Coombs joins with analysis and media reactions from the USA. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 07:10:00 2014-12-21 08:10:00 \N \N \N S \N 13311 t
+8452 58666 How I Met Your Mother eng Spoiler Alert Ted is delighted when he meets - in his view - the perfect girl, but his happiness soon fades when his friends point out her flaw. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 08:10:00 2014-12-21 08:35:00 \N \N \N AD,S \N 13312 t
+8452 58668 How I Met Your Mother eng Slapsgiving Lily is in a flap as Thanksgiving approaches. It will be her first as Marshall's wife and the gang are planning to spend the holiday together. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 08:35:00 2014-12-21 09:00:00 \N \N \N AD,S \N 13313 t
+14448 27233 Teleshopping eng \N Innovative, value-for-money products brought directly to you at home... Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N \N \N 13314 t
+25920 20503 Comfort & Dreams Sale BlockBuster eng \N The BlockBuster is the chance to get this product at the best offer - ever, while stocks last. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N \N \N 13315 t
+25920 20870 Smartphone Half Price Sale eng \N A fantastic opportunity to get some of your favourite products in our half price event! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N \N \N 13316 t
+25920 20842 Vibrapower Disc BlockBuster eng \N The BlockBuster is the chance to get this product at the best offer - ever, while stocks last \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N \N \N 13317 t
+17472 51389 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 15:45:00 2014-12-20 16:45:00 \N \N \N \N \N 13319 t
+17472 56409 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-20 16:45:00 2014-12-20 18:30:00 \N \N \N \N \N 13320 t
+40960 53293 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:30:00 \N \N \N \N \N 13321 t
+40960 58146 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 03:30:00 2014-12-24 04:00:00 \N \N \N \N \N 13322 t
+40960 53296 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:30:00 \N \N \N \N \N 13323 t
+40960 53297 HARDtalk eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 04:30:00 2014-12-24 05:00:00 \N \N \N \N \N 13324 t
+41040 17222 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N \N \N 13330 t
+41040 17223 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 13331 t
+32836 31053 Acapela eng \N Join us from Acapela, the boutique venue/recording studios in Pentyrch just outside of Cardiff. We give an opportunity for artists from Cardiff and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:30:00 \N \N \N \N \N 13332 t
+32836 31047 Beyond the Grave eng \N Josh Ellis is joined by Lou Pope, a psychic medium. The mystic duo take on some of Bristol's spookiest spots and speak to local people about life...Beyond the Grave \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 00:30:00 2014-12-24 01:00:00 \N \N \N \N \N 13333 t
+32836 43473 Teleshopping eng \N Teleshopping for slim and lift Caresse jeans. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:30:00 \N \N \N \N \N 13334 t
+32836 43415 Teleshopping eng \N Teleshopping for eye make-up. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 01:30:00 2014-12-24 02:00:00 \N \N \N \N \N 13335 t
+32836 43430 Teleshopping eng \N Teleshopping for a steam mop. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:30:00 \N \N \N \N \N 13336 t
+32836 43445 Teleshopping eng \N Teleshopping for beds and mattresses. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 02:30:00 2014-12-24 03:00:00 \N \N \N \N \N 13337 t
+25728 54607 Pixie's Xmas Party Playlist eng Deck the halls and warm up the punch Pixie Lott is on hand with the ultimate festive party playlist. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 15:00:00 2014-12-20 17:30:00 \N \N \N \N \N 13338 t
+12992 31173 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N \N \N 16452 t
+27328 17247 Live Thunder @ Lakers eng \N Live NBA Western Conference action from the Staples Center. The Thunder head to LA to take on a Lakers team who made a poor start to the season under new coach Byron Scott. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 03:30:00 2014-12-20 06:00:00 \N \N \N S \N 13341 t
+24064 59646 Kitchen Chemistry eng Meat Heston Blumenthal examines the science behind cookery. Heston reveals methods for preparing different cuts of meat and prepares a dish of slow cooked saddle of lamb. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:30:00 \N \N \N \N \N 13342 t
+24064 59647 Kitchen Chemistry eng Ice Cream Heston Blumenthal visits Fouberts ice cream parlour to discover how ice cream was originally made and examines the power of nostalgia in our eating experience. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N \N \N 13343 t
+24064 59648 Kitchen Chemistry eng Jellies Top chef and food scientist Heston Blumenthal experiments with the psychology of flavours and reveals the connection between jelly and chips. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:30:00 \N \N \N \N \N 13344 t
+24064 59649 Kitchen Chemistry eng Chocolate Heston Blumenthal examines the science behind cookery. Heston finds out how to make chocolate bendy and uses caviar to demonstrate an unusual food combination. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 10:30:00 2014-12-24 11:00:00 \N \N \N \N \N 13345 t
+24064 59650 Kitchen Chemistry eng Salt Heston Blumenthal examines the science behind cookery, revealing the benefits of salt in food and how it plays an important part in a healthy body. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:30:00 \N \N \N \N \N 13346 t
+24064 59651 What's Really in Our Food? eng \N Carolyn Robinson investigates whether burgers can provide us with key nutrients, or are they simply packed with fat and salt? And what exactly are they made of? \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 11:30:00 2014-12-24 12:00:00 \N \N \N \N \N 13347 t
+4166 49748 Bargain Hunt eng Derby Tim Wonnacott presents the antiques contest from Derby, with experts Thomas Plant and David Harper. Tim also visits the Holburne Museum in Bath. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 12:15:00 2014-12-19 13:00:00 \N \N \N AD,S \N 13348 t
+4166 49749 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N S \N 13349 t
+4166 50013 East Midlands Today eng \N The latest news, sport and weather for the East Midlands. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:30:00 2014-12-19 13:45:00 \N \N \N S \N 13350 t
+4166 49751 Doctors eng Tequila Perfect Drama series. The big day arrives, but will it all go to plan for Rob as he renews his wedding vows with Karen? A routine consultation takes a dramatic turn. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 13:45:00 2014-12-19 14:15:00 \N \N \N AD,S \N 13351 t
+4166 50297 The Doctor Blake Mysteries eng Someone's Son, Someone's Daughter Australian crime drama. Ballarat Hospital's only female doctor is found hanged at the hospital in an apparent suicide. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 14:15:00 2014-12-19 15:10:00 10 10 \N AD,S \N 13352 t
+25664 55750 4Music Xmas Quiz! eng \N Settle in for a while as we test your festive knowledge! Look out for the questions at the start of every track, and for us to reveal the answers at the end. \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-22 15:30:00 2014-12-22 16:30:00 \N \N \N \N \N 13353 t
+25664 55751 Liz & Duncan's Big Xmas Reunion! eng \N Liz 'Crackers' McClarnon and Duncan 'Jingle-Bells' James have got together to bring us their perfect Christmas playlist. \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-22 16:30:00 2014-12-22 21:00:00 \N \N \N \N \N 13354 t
+24384 65353 Back at 6am eng \N Programmes start again at 6am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 18:00:00 2014-12-20 06:00:00 \N \N \N \N \N 13355 t
+15856 3439 Home Shopping with JML eng \N JML - where you can find a whole range of innovative products designed to make your everyday easier. From kitchen to DIY, fitness to cleaning, there's something for everyone. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 06:00:00 2014-12-20 09:00:00 \N \N \N \N \N 13356 t
+41120 14136 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 13357 t
+41120 14137 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 15:00:00 \N \N \N \N \N 13358 t
+15840 3586 Defining Decades eng The 1980s Very much in vogue now, the soundtrack to the 80s gave us everything from big power ballads and pulsating synth-infused pop to dance, house and hip hop. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 15:00:00 2014-12-22 17:00:00 \N \N \N \N \N 13359 t
+15840 3587 Never Mind The Baubles eng \N New! Trimming the tree will be a joy as you sing along to all your festive favourites \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 13360 t
+22592 17867 The Two Mikes eng \N Start your Christmas with a bang with Mike Graham & Mike Parry - talkSPORT's answer to Morecambe and Wise. \nCall the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges) \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-24 22:00:00 2014-12-25 01:00:00 \N \N \N \N \N 13361 t
+24448 63902 Huge Jewellery Savings from GemsTV eng \N GemsTV give huge savings on genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N \N \N 13362 t
+24448 63903 Spotlight Auction eng \N Tune in every day at 10am and 10pm for a one off unmissable deal on a brand new piece of genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 13363 t
+24448 63904 Great Value Jewellery from GemsTV eng \N Shop and save with live falling auctions from GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N \N \N 13364 t
+41072 13776 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:30:00 \N \N \N \N \N 13365 t
+41072 13777 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N \N \N 13366 t
+41072 13778 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:30:00 \N \N \N \N \N 13367 t
+41072 13779 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 10:30:00 2014-12-24 11:00:00 \N \N \N \N \N 13368 t
+41072 13780 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:30:00 \N \N \N \N \N 13369 t
+41072 13781 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-24 11:30:00 2014-12-24 12:00:00 \N \N \N \N \N 13370 t
+8325 4611 Bridget Jones's Diary eng \N Blockbusting romantic comedy starring Renee Zellweger and Hugh Grant, 2001. The story of a thirtysomething woman who drinks, smokes and eats too much - and always chooses the wrong man \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 21:00:00 2014-12-23 23:00:00 \N \N \N AD,S \N 13371 t
+8325 2492 Celebrity Juice eng Christmas Special Good Morning Britain's Susanna Reid, Take Me Out's Paddy McGuinness, rapper Professor Green and TV personality Joey Essex join Keith and co for a festive special of the panel show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N S \N 13372 t
+8448 59400 Rules of Engagement eng Singing and Dancing When Timmy joins an 'a cappella' group, he is keen to keep his new hobby a secret from Russell. Jeff and Audrey have an annoying new neighbour. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:25:00 \N \N \N S \N 13373 t
+8448 59381 Rules of Engagement eng Jeff Day When Jeff proclaims that it's 'Jeff Day', everything goes swimmingly until the cleaning lady arrives. Adam is baffled when his eye keeps twitching. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 06:25:00 2014-12-22 06:50:00 \N \N \N S \N 13374 t
+8448 58503 One Tree Hill eng Anyone Who Had a Heart As Haley prepares to MC the annual Tree Hill Burning Boat Festival, Brooke uses the opportunity to ponder her father's betrayal. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-22 06:50:00 2014-12-22 07:35:00 \N \N \N S \N 13375 t
+27456 45425 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 21:30:00 \N \N \N \N \N 13376 t
+23040 38166 12 Chefs Of Christmas eng \N 12 Chefs of Christmas celebrates the festive season with twelve menus from some of television's top chefs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:30:00 \N \N \N \N \N 13616 t
+8448 58505 Happy Endings eng The Kerkovich Way Alex tries to convince Dave that they never spent the night together, asking Jane to help her out with an alibi, and confusing Brad in the process. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 07:35:00 2014-12-22 08:00:00 \N \N \N AD,S \N 13377 t
+8448 58502 Hollyoaks eng \N Dodger is trapped in a Christmas nightmare, while Sienna is delighted to have her family by her side. Phoebe drops a bombshell on Robbie, and Nancy leans on Rick for the wrong kind of help. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N AD,S \N 13378 t
+8448 58504 Suburgatory eng Friendship Fish George gets himself a Chatswin-style makeover from Dallas. But when his friends from New York come to visit, they ridicule his new lifestyle. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N AD,S \N 13379 t
+41008 59217 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 06:30:00 2014-12-21 06:40:00 \N \N \N \N \N 13380 t
+41008 59190 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 06:40:00 2014-12-21 07:10:00 \N \N \N \N \N 13381 t
+41008 58667 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-21 07:10:00 2014-12-21 08:10:00 \N \N \N \N \N 13382 t
+41008 58666 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 08:10:00 2014-12-21 08:35:00 \N \N \N \N \N 13383 t
+41008 58668 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 08:35:00 2014-12-21 09:00:00 \N \N \N \N \N 13384 t
+41136 50322 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:05:00 \N \N \N \N \N 13385 t
+41136 50323 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 10:05:00 2014-12-22 11:05:00 \N \N \N \N \N 13386 t
+41136 50324 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 11:05:00 2014-12-22 12:10:00 \N \N \N \N \N 13387 t
+14816 1009 1-2-1 Dating - AFTER DARK eng \N Introducing 1-2-1 Dating's new AFTER DARK section at a VERY special low price! Strictly for the open-minded and unshockable. Curious? Check it out! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 22:00:00 2014-12-25 00:00:00 \N \N \N \N \N 13388 t
+14608 32057 Amnesia eng \N British suspense drama packed with intricate twists and turns. An amnesiac might be a key figure in Detective Mackenzie Stone's search for his own wife, who disappeared five years ago. Part 2/2 \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-24 21:00:00 2014-12-24 23:00:00 \N \N 2004 \N \N 13389 t
+14608 32058 Three Wise Women eng \N What do you get someone, who seems to have everything, for Christmas? For one young woman, it's a second chance. Starring Amy Huberman \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 23:00:00 2014-12-25 01:00:00 \N \N 2010 \N \N 13390 t
+14752 40847 Max eng \N Max has all the hits from the Capital playlist, plus she'll be interviewing the world's biggest music artists and featuring exclusive live performances from your favourite stars. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 22:00:00 2014-12-23 01:00:00 \N \N \N \N \N 13391 t
+24480 3558 Neil McCormick's Needle Time eng \N She was on the sticks for Prince and she's performed with the likes of Marvin Gaye, but drummer and percussionist Sheila E has always lived life to her own beat, she tells Neil. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N \N \N 13392 t
+24480 3559 A Very Vintage Christmas eng \N Presenters Toyah Willcox and Wizzard's Roy Wood are cosying up by the fireplace with two guest artists as they talk Christmas and sing favourite festive songs. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 13393 t
+16016 7480 Lewis eng The Indelible Stain Last in series. Lewis and Hathaway investigate when a controversial American academic is murdered after speaking at Oxford's Department of Criminology. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 21:00:00 2014-12-24 23:00:00 \N \N \N AD,S \N 13394 t
+16016 7481 Clash of the Santas eng \N Family adventure. Bickering best friends Colin and Howie go to the World Santa Championships, but a mysterious team is threatening to ruin Christmas. Can the duo save the day? \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:04:00 \N \N \N AD,S \N 13395 t
+8442 55933 The Tourist eng \N Action thriller. A US holidaymaker in Italy (Johnny Depp) meets a beautiful, mysterious woman (Angelina Jolie). Romance seems to bud, but is she all she seems? Strong language. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 21:00:00 2014-12-24 23:00:00 \N \N 2010 AD,S \N 13396 t
+8442 55934 Rewind the Christmas Hits eng Brand new Festive special uncovering the real stories behind the UK's favourite Christmas hits, featuring Slade, The Darkness, Mel C, Midge Ure, Status Quo, Heaven 17 and Jona Lewie. \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:40:00 \N \N \N S \N 13397 t
+23968 4755 Timothy Goes to School eng \N Nora fears that her beloved story time with Mom will become a thing of the past and Yoko's birthday is coming up! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N \N \N 13402 t
+23968 4756 Strawberry Shortcake eng Berry Bitty Adventures New. Strawberry and her friends try to break a Berry Bitty World record to win a holiday for Berrykin Bloom. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N \N \N 13403 t
+23968 4772 Programmes will resume at 03 eng 00pm Programmes will resume at 03.00pm \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 19:00:00 2014-12-23 06:00:00 \N \N \N \N \N 13404 t
+22272 64368 Top Gear eng \N Strap in for a spin with Jeremy, James and Richard. Here, the chaps attempt to build their own electric car, while the Star in a Reasonably Priced Car is actor Michael Sheen. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N AD,S \N 13405 t
+22272 64369 Traffic Cops eng Over the Limit We follow the trials and tribulations of the South Yorkshire traffic police. The police use roadside cameras along the M1 to tackle speeding motorists. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:30:00 \N \N \N \N \N 13406 t
+22272 64370 Traffic Cops eng Right Time, Right Place High-speed stories with the traffic police. They bravely battle against teenage car criminals who ignore the courts and keep on driving despite being banned. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 10:30:00 2014-12-19 11:00:00 \N \N \N \N \N 13407 t
+22272 64371 American Pickers eng Hobo Jack New. Keen-eyed duo Mike Wolfe and Frank Fritz scout out valuable gems in America's barns and backyards. 'Backwoods Jack' lets the guys rummage around his amazing stockpile. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N S \N 13408 t
+27840 6685 Winter Wonderland eng Massive Savings this Christmas! Showcasing Rocks and Co's high quality gemstones and jewellery Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 08:00:00 2014-12-19 09:00:00 \N \N \N \N \N 13409 t
+28160 15877 Christianity Works eng \N Bernie Dymet with unique, down-to-earth teaching to equip your discipleship \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:15:00 \N \N \N \N \N 13410 t
+28160 15878 New Horizons eng \N Dr. Tayo Adeyemi from New Wine Church with teaching to develop your Christian walk. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 18:15:00 2014-12-24 18:30:00 \N \N \N \N \N 13411 t
+28160 15879 Living Truth eng \N Charles Price brings us inspiring Bible teaching from Canada. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 \N \N \N \N \N 13412 t
+28160 15880 Grace to You eng \N Unleashing God's truth, one verse at a time, with Dr. John MacArthur. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N \N \N 13413 t
+28160 15881 Through the Bible eng \N The systematic Bible teaching of Dr. J. Vernon McGee takes listeners through the entire Bible in just five years, \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N \N \N 13414 t
+28160 15882 Life Study of the Bible eng \N Teaching from Witness Lee and discussion on Bible topics. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N \N \N 13415 t
+28160 15883 In Touch eng \N Lively teaching from well-renowned Bible teacher, Dr. Charles Stanley. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:00:00 \N \N \N \N \N 13416 t
+17664 58608 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 03:45:00 2014-12-19 04:40:00 \N \N \N \N \N 13417 t
+24448 63998 The Cascade Collection eng \N The cascade collection pushes the boundaries of design and creates something truly unique. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N \N \N 13658 t
+28032 28005 Magnum P.I. eng Foiled Again Drama series about a Hawaii-based private investigator. Magnum's boss Higgins is accused of murder after killing an opponent in a fencing competition. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-23 04:35:00 2014-12-23 05:25:00 \N \N \N S \N 13420 t
+28032 26095 Tommy Cooper eng \N Comedy and magic from comedian Tommy Cooper. In this edition, guests include Michael Bentine. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 05:25:00 2014-12-23 05:50:00 \N \N \N S \N 13421 t
+28032 30360 ITV4 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:50:00 2014-12-23 06:00:00 \N \N \N \N \N 13422 t
+14832 1368 Blue Gay Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Gay Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 13423 t
+14832 1369 Blue Gay Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Gay Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 22:00:00 2014-12-25 00:00:00 \N \N \N \N \N 13424 t
+8283 27863 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 03:20:00 2014-12-22 04:05:00 \N \N \N S,SL \N 13425 t
+8283 29701 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 04:05:00 2014-12-22 05:05:00 \N \N \N \N \N 13426 t
+8283 29793 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 05:05:00 2014-12-22 06:00:00 \N \N \N S \N 13427 t
+22080 2218 Sky News Today With Anna Jones eng \N The complete picture of the day's developing stories, plus breaking news, in-depth analysis and interviews. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:30:00 \N \N \N S \N 13428 t
+22080 2221 Sky News Today With Anna Jones eng \N The complete picture of the day's developing stories, plus breaking news, in-depth analysis and interviews. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 12:30:00 2014-12-19 13:00:00 \N \N \N S \N 13429 t
+22080 2436 Sky News Today With Anna Jones eng \N The complete picture of the day's developing stories, plus breaking news, in-depth analysis and interviews. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N S \N 13430 t
+22080 2442 Sky News Today With Anna Jones eng \N The complete picture of the day's developing stories, plus breaking news, in-depth analysis and interviews. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N S \N 13431 t
+22080 2741 Sky News With Kay Burley eng \N The latest news and sport, including interviews with the personalities making the news. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N S \N 13432 t
+22080 2779 Sky News With Kay Burley eng \N The latest news with business and weather updates. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N S \N 13433 t
+14800 1368 Blue Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 13434 t
+14800 1369 Blue Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 22:00:00 2014-12-25 00:00:00 \N \N \N \N \N 13435 t
+17540 49748 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 12:15:00 2014-12-19 13:00:00 \N \N \N \N \N 13436 t
+17540 49749 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N \N \N 13437 t
+17540 51650 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-19 13:30:00 2014-12-19 13:45:00 \N \N \N \N \N 13438 t
+17540 49751 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-19 13:45:00 2014-12-19 14:15:00 \N \N \N \N \N 13439 t
+17540 50297 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-19 14:15:00 2014-12-19 15:10:00 \N \N \N \N \N 13440 t
+8264 15867 Let's Do Christmas with Gino & Mel eng \N Festive food and celebrity chat with Gino D'Acampo and Melanie Sykes. The final show of the series is a Text Santa special with today's guest swimming legend Mark Foster. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 12:30:00 2014-12-19 13:30:00 \N \N \N S \N 13441 t
+8264 15868 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N S \N 13442 t
+41008 58603 Skint eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-19 00:05:00 2014-12-19 01:05:00 \N \N \N \N \N 13444 t
+41008 58604 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-19 01:05:00 2014-12-19 02:00:00 \N \N \N \N \N 13445 t
+41008 58607 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:55:00 \N \N \N \N \N 13446 t
+41008 58605 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 02:55:00 2014-12-19 03:50:00 \N \N \N \N \N 13447 t
+27648 4436 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:30:00 \N \N \N \N \N 13448 t
+27648 4437 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 06:30:00 2014-12-22 07:00:00 \N \N \N \N \N 13449 t
+27648 4438 American Hot Rod eng Rat Rod Build-Off Part 1 What makes the classic hotrod? Boyd challenges fellow hotrod builder Bluebear to a build-off that culminates in a race from LA to Louisville, Kentucky. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:45:00 \N \N \N \N \N 13450 t
+27648 4439 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 07:45:00 2014-12-22 08:10:00 \N \N \N \N \N 13451 t
+27648 4440 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 08:10:00 2014-12-22 08:35:00 \N \N \N \N \N 13452 t
+27648 4441 Total Fishing eng Footballers' Special Matt's at the Meadow Hall trout fishery for the Sporting Chance PFA Fly Fishing Challenge. He's joined by some star footballers, but will they score? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 08:35:00 2014-12-22 09:00:00 \N \N \N \N \N 13453 t
+8264 45014 Good Morning Britain eng \N Breakfast show. Downton Abbey star Elizabeth McGovern pops in to talk about the upcoming Christmas episode, and performs a seasonal favourite. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 08:30:00 \N \N \N S \N 13454 t
+8264 45015 Lorraine eng \N Sarah Hadland chats about starring in this year's Miranda Christmas special, and Stephanie Cole and Nina Wadia talk about the new series of Still Open All Hours. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:25:00 \N \N \N S \N 13455 t
+22336 58455 Hollyoaks eng \N Nico decides her family would be better off without her. Dodger tells Sienna that he can't be a father to Nico, so she takes action to make sure they have the perfect family Christmas. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:30:00 \N \N \N AD,S \N 13456 t
+22336 58456 Paternity Court eng Brand new series Family lawyer Lauren Lake reveals more DNA test results. A man from Atlanta has unanswered questions about the paternity of his girlfriend's four-year-old daughter. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 07:30:00 2014-12-19 07:50:00 \N \N \N S \N 13457 t
+13024 51270 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 07:00:00 2014-12-19 09:00:00 \N \N \N \N \N 13458 t
+22336 58810 Happy Endings eng The Butterfly Effect Effect The friends wait for Brad and Jane's annual domestic dispute - the 'spring smackdown' - to signal the end of winter. Max comes out of his long hibernation. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 07:50:00 2014-12-19 08:15:00 \N \N \N AD,S \N 13459 t
+22336 58457 One Tree Hill eng Danny Boy The search for Nathan becomes increasingly dangerous, and Dan's life hangs in the balance. Brooke is surprised when her father returns to town. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-19 08:15:00 2014-12-19 09:00:00 \N \N \N S \N 13460 t
+8384 58672 Sunday Brunch eng \N Tim Lovejoy and Simon Rimmer host, as guests Micky Flanagan talks about his stand-up tour, Helen George chats about Call the Midwife, and music comes from Paul Heaton and Jacqui Abbott. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 09:30:00 2014-12-21 12:30:00 \N \N \N S \N 13461 t
+8274 15867 Let's Do Christmas with Gino & Mel eng \N Festive food and celebrity chat with Gino D'Acampo and Melanie Sykes. The final show of the series is a Text Santa special with today's guest swimming legend Mark Foster. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 12:30:00 2014-12-19 13:30:00 \N \N \N S \N 13462 t
+8274 15868 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N S \N 13463 t
+13120 8585 Diamonique All That Glitters eng \N This show offers a showcase of Diamonique multi-stone jewellery in 14 carat gold, and ranges from basic solitaires to more intricate designs to dazzle. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 13465 t
+13120 8586 Practical Ideas eng \N Find a range of year round practical home solutions from homewares and cleaning to electronics and DIY home improvement tools. This show will bring you the products you need to enhance your home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 13466 t
+13120 8587 Outerwear by Centigrade eng \N A wide range of high-quality, fashion-inspired coats and jackets in soft, luxurious fabrics. This competitively-priced collection is designed to complete your daytime or evening look to perfection. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 13467 t
+23152 17514 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:30:00 \N \N \N \N \N 13468 t
+23152 17515 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-23 12:30:00 2014-12-23 13:00:00 \N \N \N \N \N 13469 t
+23152 17516 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N \N \N 13470 t
+23152 17517 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 \N \N \N \N \N 13471 t
+23152 17518 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N \N \N 13472 t
+17472 57577 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-22 06:25:00 2014-12-22 06:55:00 \N \N \N \N \N 13473 t
+17472 57578 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-22 06:55:00 2014-12-22 07:25:00 \N \N \N \N \N 13474 t
+17472 55531 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 07:25:00 2014-12-22 08:25:00 \N \N \N \N \N 13475 t
+17472 55532 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-22 08:25:00 2014-12-22 10:10:00 \N \N \N \N \N 13476 t
+24480 3624 Dance Classics At Christmas eng \N Don't be shy. It's time to break out the embarrassing dancing and get the festive family party started! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 \N \N \N \N \N 13480 t
+32836 43474 Teleshopping eng \N Teleshopping for slim and lift Caresse jeans. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 03:30:00 2014-12-24 04:00:00 \N \N \N \N \N 13911 t
+24480 3625 Defining Decades eng The 1970s Hair is a-flowing and jeans a-flaring as we discover that disco dazzled and rock went glam, and how the decade got DIY as punk stamped all over the 70s. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 17:00:00 \N \N \N \N \N 13481 t
+26368 36400 Through The Night eng \N Dave Brown takes you through the night with more of your Smooth favourites. From midnight. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 00:00:00 2014-12-21 06:00:00 \N \N \N \N \N 13482 t
+41056 17978 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:30:00 \N \N \N \N \N 13483 t
+41056 17979 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 15:30:00 2014-12-20 16:00:00 \N \N \N \N \N 13484 t
+41056 17980 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 13485 t
+41056 17981 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N \N \N 13486 t
+41056 17982 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 17:30:00 2014-12-20 17:55:00 \N \N \N \N \N 13487 t
+41056 17983 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 17:55:00 2014-12-20 18:00:00 \N \N \N \N \N 13488 t
+22752 1083 Kiss Fresh with Freddie eng \N Freddie with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 11:00:00 2014-12-21 15:00:00 \N \N \N \N \N 13489 t
+27712 22056 Lockerbie: What Really Happened? eng A special investigation If Libya was not responsible for the Lockerbie bombing; then who was? \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-24 06:00:00 2014-12-24 07:00:00 \N \N \N \N \N 13490 t
+27712 22057 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:30:00 \N \N \N \N \N 13491 t
+27712 22058 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 07:30:00 2014-12-24 08:00:00 \N \N \N \N \N 13492 t
+27712 22059 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:30:00 \N \N \N \N \N 13493 t
+27712 22060 The Stream eng \N The legal battlefront in the US abortion rights debate. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N \N \N 13494 t
+8500 5893 New: World's Strongest Man 2014 eng Leeds Qualifier Strongman competition. The 'Europe's Strongest Man' contest, the last stage of the qualifying tour for 'World's Strongest Man' takes place in Leeds in front of 8,000 fans. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:55:00 \N \N \N S \N 13495 t
+8500 5894 My Crazy Christmas Obsession eng \N Brand new documentary featuring people who take Christmas decorations to a whole new level. Includes a man who wants to cover his entire house in one million Christmas lights! \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 18:55:00 2014-12-23 19:45:00 \N \N \N S \N 13496 t
+8500 5896 New eng Michael Buble's Xmas Songbook Variety show. The Canadian baritone Michael Buble performs a selection of classic Christmas hits including 'Rockin' Around the Christmas Tree' and 'White Christmas'. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 19:50:00 2014-12-23 20:55:00 \N \N \N S \N 13497 t
+8500 5897 5 News Update eng \N National and international news. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 20:55:00 2014-12-23 21:00:00 \N \N \N S \N 13498 t
+24448 63840 Great Value Jewellery from GemsTV eng \N Shop and save with live falling auctions from GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N \N \N 13659 t
+12992 30828 Body of Proof eng Hunting Party Crime drama series. Medical examiner Megan Hunt discovers a connection between the shooting of a tycoon's young wife and a man bludgeoned to death in an alley. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:55:00 \N \N \N S \N 13502 t
+12992 31160 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 18:55:00 2014-12-22 19:00:00 \N \N \N \N \N 13503 t
+12992 31161 NCIS eng Requiem Drama series following special agents who investigate crimes connected to the navy. Gibbs puts his life in grave danger when he becomes entangled in a kidnapping case. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N AD,S \N 13504 t
+12992 31162 NCIS eng Guilty Pleasure Crime drama series following the US navy's dedicated federal agency. The team asks Holly Snow for help after the death of a navy officer is linked to a call girl. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N AD,S \N 13505 t
+22720 1311 Saturday Night Kiss with Danny Lee eng \N Danny Lee mixes up the biggest club tracks \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 00:00:00 2014-12-21 02:00:00 \N \N \N \N \N 13506 t
+22720 1312 Saturday Night Kiss with Charlie Hedges eng \N Charlie Hedges in the mix with the latest house & electro \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 02:00:00 2014-12-21 03:00:00 \N \N \N \N \N 13507 t
+28096 59364 QI eng Discoveries Stephen Fry hosts the quiz show in which contestants are rewarded more if their answers are 'quite interesting'. With Arthur Smith, Clive Anderson, Vic Reeves and Alan Davies. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 00:20:00 2014-12-21 01:00:00 \N \N \N S \N 13508 t
+28096 59365 Alan Davies - Life is Pain eng \N Recorded live at the Hammersmith Apollo, curly-haired comic and QI favourite Alan Davies shares his hilarious unique worldview on life in the 1970s, Facebook and being a dad. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:40:00 \N \N \N \N \N 13509 t
+28096 59366 Mongrels eng \N Don't let the cute animal puppets fool you - this foxy comedy is for adults only! Nelson learns that the creatures in Springwatch are actors, so decides to audition \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 02:40:00 2014-12-21 03:15:00 3 \N \N \N 1 13510 t
+17664 58672 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-21 09:30:00 2014-12-21 12:30:00 \N \N \N \N \N 13511 t
+25728 54668 SpongeBob SquarePants eng \N Cartoon about an accident-prone sea sponge and his friends Patrick Starfish, Squidward and others. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:30:00 \N \N \N S \N 13512 t
+25728 54669 SpongeBob SquarePants eng \N Cartoon about an accident-prone sea sponge and his friends Patrick Starfish, Squidward and others. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N S \N 13513 t
+25728 54670 The Official Christmas Top 40 eng \N Find out who has bagged the coveted Christmas number one spot in our countdown of the 40 biggest selling singles in the UK this week, as calculated by the Official Charts Company. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 13:00:00 \N \N \N \N \N 13514 t
+22272 65142 Storage Hunters eng Bird-Brained Bargain-hunting with the Berniers. Jesse starts a bidding war on a unit without seeing what's inside, while a flock of birds get the auction-goers in a flap. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:30:00 \N \N \N S \N 13515 t
+22272 65143 Storage Hunters eng Big Money, No Whammies Auction anarchy! Brandon and Scott hope to strike it lucky as they compete for ten-pin bowling equipment. T Money throws cash at a unit containing an ATM. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 15:30:00 2014-12-22 16:00:00 \N \N \N S \N 13516 t
+40992 51931 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:20:00 \N \N \N \N \N 14375 t
+22272 65144 World's Most Dangerous Roads eng Bolivia Funnymen Phill Jupitus and Marcus Brigstocke find their high-altitude road trip in South America is no joke as they grapple with Bolivian bandits and the Road of Death! \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N S \N 13517 t
+22272 65145 Top Gear eng \N Four-wheeled fun with the regular team. The Top Gear trio go head-to-head against their opposite numbers from the Australian Top Gear in a car-based version of The Ashes. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N AD,S \N 13518 t
+28352 2292 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 13519 t
+28352 2293 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:30:00 \N \N \N \N \N 13520 t
+28352 2294 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:00:00 \N \N \N \N \N 13521 t
+28352 2295 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N \N \N 13522 t
+28352 2296 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 17:30:00 2014-12-22 18:00:00 \N \N \N \N \N 13523 t
+27456 45366 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:30:00 \N \N \N \N \N 13524 t
+27456 45367 Going Underground eng \N Going Underground brings our UK viewers the news they won't get on other networks. We examine both underground and mainstream issues from a fresh and alternative perspective. With Afshin Rattansi. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 15:30:00 2014-12-22 16:00:00 \N \N \N \N \N 13525 t
+27456 45368 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:30:00 \N \N \N \N \N 13526 t
+27456 45369 SophieCo eng \N Tune in for the interview show SophieCo with its charming host Sophie Shevardnadze and enjoy good talk. Solid facts, uncommon opinions, thoughtful observations. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:00:00 \N \N \N \N \N 13527 t
+27456 45370 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N \N \N 13528 t
+27456 45371 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 17:30:00 2014-12-22 18:00:00 \N \N \N \N \N 13529 t
+27744 42425 Hawaii Five-O eng \N Popular American police drama starring Jack Lord and James MacArthur. Gangster Johnny Oporta has his enemies murdered and then covers up the crimes by incinerating their bodies./24 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 2 \N \N \N 4 13530 t
+27744 42426 Father Dowling Mysteries eng \N US mystery series centring on a Chicago Catholic priest who solves crimes. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 13531 t
+27744 42096 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. Data joins his evil brother Lore to lead The Borg and holds Picard, Troi and Geordi prisoner. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 13532 t
+27520 810 Programmes start at midnight eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 05:00:00 2014-12-25 00:00:00 \N \N \N \N \N 13533 t
+32896 8649 Totally Spies eng \N The girls uncover the identity of their saviour. The foursome increases their efforts to stop Terrence and his evil plot... \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 3 3 \N \N \N 13534 t
+32896 8650 Totally Spies eng \N The Dream Teams - Terrence escapes from WOOHP and helps all of the spies' old villains get out. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N \N \N 13535 t
+32896 8651 My Little Pony eng \N When Twilight Sparkle receives two tickets from Princess Celestia to the Grand Galloping Gala, all of her friends want to go...but who will she choose? \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:30:00 \N \N \N \N \N 13536 t
+32896 8652 My Little Pony eng \N It's Applebuck Season in Ponyville and a short-handed Applejack is determined to complete the harvest all by herself. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 10:30:00 2014-12-23 11:00:00 \N \N \N \N \N 13537 t
+32896 8653 My Little Pony eng \N Pinkie Pie and Rainbow Dash pal around playing pranks on the other ponies, but when Dash's old friend Gilda the Griffon shows up, Pinkie Pie suddenly becomes a third wheel. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N \N \N 13538 t
+32896 8654 My Little Pony eng \N The arrival of Trixie, a boastful pony with magical skills, irritates the ponies in Ponyville who turn to Twilight to challenge her. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N \N \N 13539 t
+41104 20001 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 17:00:00 2014-12-22 21:00:00 \N \N \N \N \N 13540 t
+24032 31399 Elf - Man eng \N Christmas comedy starring Jason Acuna and Jeffrey Combs, 2012. A gang of thieves are trying to steal a brand new invention. Can an elf left behind by Santa can save the day? \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:50:00 \N \N \N \N \N 13541 t
+24032 31310 Behind the Screens eng \N From directors to costume-makers we take a look behind the screens to see what it takes to sprinkle that Hollywood movie magic! \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 10:50:00 2014-12-23 11:00:00 \N \N \N \N \N 13542 t
+24032 31400 A Christmas Wish eng \N Family drama starring Brian Krause and Danielle Chuchran. A young girl faces another Christmas without presents until her father brings home a dollar \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 11:00:00 2014-12-23 13:05:00 \N \N \N \N \N 13543 t
+23184 17425 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:30:00 \N \N \N \N \N 13544 t
+23184 17426 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:00:00 \N \N \N \N \N 13545 t
+23184 17427 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:30:00 \N \N \N \N \N 13546 t
+23184 17428 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-21 04:30:00 2014-12-21 05:00:00 \N \N \N \N \N 13547 t
+23184 17429 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-21 05:00:00 2014-12-21 05:30:00 \N \N \N \N \N 13548 t
+23184 17430 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-21 05:30:00 2014-12-21 06:00:00 \N \N \N \N \N 13549 t
+22226 11821 Showbiz Darts - Extra Arrows eng \N DP Fitzgerald meets the celebrities featured on Showbiz Darts to discuss their training and performances. Plus, team captains Bobby George and Andy Fordham take on challenges. \N 0 25 f 3 eng eng 4 0 0 \N 2014-12-21 03:10:00 2014-12-21 03:40:00 \N \N \N S \N 13550 t
+22226 11822 Bite Size Brainiac eng \N Vic Reeves, Jon Tickle and the Brainiac team tackle more outrageous experiments and daring scientific misdeeds. Take cover! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 03:40:00 2014-12-21 04:00:00 \N \N \N S \N 13551 t
+22226 11823 Safebreakers eng \N Two more teams go head-to-head to retrieve the contents of the oh-so-elusive safe, and, this time around, an amphibious vehicle is required. Ben Shephard is on hosting duties. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 04:00:00 2014-12-21 05:00:00 2 8 \N S \N 13552 t
+22226 11824 Fort Boyard eng \N Adventure game show based on the hit French series in which contestants complete physical and endurance challenges. Christopher Ellison, Jodie Penfold and Tom Baker present. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 05:00:00 2014-12-21 06:00:00 \N \N \N S \N 13553 t
+28096 59318 American Pickers eng Hobo Jack New. Keen-eyed duo Mike Wolfe and Frank Fritz scout out valuable gems in America's barns and backyards. 'Backwoods Jack' lets the guys rummage around his amazing stockpile. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N S \N 13554 t
+28096 59319 Top Gear eng \N The boys return with more motoring fun and banter. Here, they head to Romania in search of the world's greatest road, and Eric Bana is the Star in a Reasonably Priced Car. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N AD,S \N 13555 t
+28096 59320 Top Gear eng \N Strap in for a spin with Jeremy, James and Richard. Here, the chaps attempt to build their own electric car, while the Star in a Reasonably Priced Car is actor Michael Sheen. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N AD,S \N 13556 t
+22688 1017 The Mellow Magic Love Hour eng \N Your all time greatest love songs \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 13557 t
+22688 1018 Mellow Magic eng \N Relax, chill out and feel the Magic \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 01:00:00 2014-12-21 06:00:00 \N \N \N \N \N 13558 t
+25664 55707 4Music's Fresh Friday Essential 20 eng \N Keep it fresh this Friday with 4Music. We're bringing 20 essential videos to kick the weekend off, don't go anywhere! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:30:00 \N \N \N S \N 13559 t
+25664 55708 BigMixLive eng Shortee Blitz It's Friday night and we are Live! Kiss FM DJ Shortee Blitz is in the house mixing the planets hottest party videos. Tweet in for a live shout out! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-19 20:30:00 2014-12-19 22:00:00 \N \N \N \N \N 13560 t
+41136 50260 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:25:00 \N \N \N \N \N 13561 t
+41136 50261 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 06:25:00 2014-12-19 09:00:00 \N \N \N \N \N 13562 t
+24016 12862 The Rig eng \N In the midst of a tropical storm, the crew of an offshore oil rig must survive the rampage of a deadly creature after invading its undersea habitat. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 00:50:00 2014-12-21 02:40:00 \N \N 2010 \N \N 13563 t
+24016 12863 Man From Tangier eng \N A criminal flees from Tangier to London with forged money plates, leading to the gang he works for sending a dangerous woman to pursue him. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 02:40:00 2014-12-21 04:00:00 \N \N 1957 \N \N 13564 t
+24256 1025 Babestation Blue eng \N Babestation Blue where anything can happen. Bringing you the hottest babes specially selected for your pleasure. Tune in to find out who's on the show. Nothing else matters when you enter the blue. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 05:30:00 \N \N \N \N \N 13565 t
+14688 11612 Rock 'N' Roll Football eng \N Rob Beckett's got you sorted with the weekly First XI, tales from his week plus live Premier League goal updates, guests and banter. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 14:00:00 2014-12-21 18:00:00 \N \N \N \N \N 13566 t
+23296 5825 Loud and Proud eng \N Be proud of who you are and meet your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 00:00:00 2014-12-21 02:00:00 \N \N \N \N \N 13567 t
+23296 5827 Out and About eng \N Don't just sit there, get stuck in. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 02:00:00 2014-12-21 04:00:00 \N \N \N \N \N 13568 t
+22656 874 Non-Stop Kerrang! eng \N Playing continuous K! music throughout the night. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 00:00:00 2014-12-21 07:00:00 \N \N \N \N \N 13569 t
+22784 766 Kisstory Late Night eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 00:00:00 2014-12-21 02:00:00 \N \N \N \N \N 13570 t
+22784 767 Kisstory Early eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 02:00:00 2014-12-21 06:00:00 \N \N \N \N \N 13571 t
+23968 4423 The Adventures of Chuck & Friends eng \N New. Chuck and friends get a treasure map and go exploring in search of the "Lost Hubcap of Gold". \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:15:00 \N \N \N \N \N 13770 t
+23120 20399 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 13572 t
+23120 20407 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 13573 t
+23120 20406 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 02:00:00 2014-12-21 03:00:00 \N \N \N \N \N 13574 t
+28416 20110 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:30:00 \N \N \N \N \N 13575 t
+28416 20111 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-20 23:30:00 2014-12-21 01:00:00 \N \N \N \N \N 13576 t
+22752 1075 Andi Durrant on Kiss Fresh eng \N Andi Durrant in the mix playing the best in new Dance and party beats on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 19:00:00 2014-12-20 21:00:00 \N \N \N \N \N 13577 t
+22624 40361 Insight Highlights eng \N RNIB's Insight Radio - Rounding up the major interviews and features from the Insight team with great music \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 08:00:00 \N \N \N \N \N 13578 t
+23280 5842 Flirt Zone eng \N Flirt with thousands of people across the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 00:00:00 2014-12-21 02:00:00 \N \N \N \N \N 13579 t
+23280 5832 Picture Dating eng \N Send a Picture, find your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 02:00:00 2014-12-21 04:00:00 \N \N \N \N \N 13580 t
+15952 5319 The Nightmare Before Christmas eng \N Animated musical fantasy starring Catherine O'Hara and Chris Sarandon, 1993. Jack Skellington, the Pumpkin King, decides to gatecrash Christmas Town \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 18:10:00 2014-12-20 20:00:00 \N \N \N AD,S \N 13581 t
+15952 2667 You've Been Framed at Christmas! eng \N Harry Hill unwraps some comic crackers including collapsing Christmas trees, silly Santas and stupidity in the snow. Plus children singing Jingle Bells into their camcorders. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:00:00 2014-12-20 20:30:00 \N \N \N S \N 13582 t
+15952 5469 You've Been Framed at Christmas! eng \N Harry Hill gives his unique gift of surreal silliness to some festive home videos including a fight to the death as a kid wrestles a Christmas tree, and Carrie the possessed car. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:30:00 2014-12-20 21:00:00 \N \N \N S \N 13583 t
+17609 19449 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:25:00 2014-12-19 10:30:00 \N \N \N \N \N 13584 t
+17609 19450 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:30:00 2014-12-19 10:55:00 \N \N \N \N \N 13585 t
+17609 19451 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 10:55:00 2014-12-19 11:00:00 \N \N \N \N \N 13586 t
+17609 19465 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:30:00 \N \N \N \N \N 13587 t
+22080 1060 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:30:00 \N \N \N \N \N 13588 t
+22080 1064 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 12:30:00 2014-12-22 13:00:00 \N \N \N \N \N 13589 t
+22080 1065 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N \N \N 13590 t
+22080 1078 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N \N \N 13591 t
+22080 1083 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:30:00 \N \N \N \N \N 13592 t
+22080 1273 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 \N \N \N \N \N 13593 t
+32836 43422 Teleshopping eng \N Teleshopping for eye make-up. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:30:00 \N \N \N \N \N 13912 t
+16208 37015 Jonathan Creek eng The Omega Man The offbeat mystery series starring Alan Davies and Caroline Quentin. Jonathan's services are enlisted by the US government when an alien skeleton disappears. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 3 6 \N AD,S \N 13594 t
+16208 38384 84 Charing Cross Road eng \N Romantic drama based on the true story of a love affair by letters between an outspoken New York writer and the owner of a dusty bookshop on London's Charing Cross Road. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-24 22:00:00 2014-12-25 00:00:00 \N \N 1987 \N \N 13595 t
+13024 50971 The Wish List eng \N Romantic comedy starring Jennifer Esposito and Mark Deklin. After a series of dating disasters, a career girl writes a list of all the traits her ideal man would possess. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 19:05:00 2014-12-20 20:50:00 \N \N 2009 S \N 13596 t
+13024 50972 5 News Weekend eng \N National and international news. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-20 20:50:00 2014-12-20 20:55:00 \N \N \N S \N 13597 t
+13024 50973 Scrooge eng \N Festive musical movie starring Albert Finney and Alec Guinness. An adaptation of Dickens's A Christmas Carol. Miserly Ebenezer Scrooge dismisses the celebrations around him. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:55:00 2014-12-20 23:10:00 \N \N 1970 S \N 13598 t
+27168 59580 Come Dine with Me eng Comedians Christmas Special Comedians Sean Hughes, Gina Yashere, Paul Tonkinson and Duncan Norvelle go head to head in a culinary battle in aid of charity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N S \N 13599 t
+27168 59581 A Place in the Sun eng Home or Away Luke Doonan and Laura Hamilton help Andrew and Lesley to change their lifestyle. But will the couple start a new business in the Lake District or move to the eastern Pyrenees in France? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N S \N 13600 t
+27168 59582 A Place in the Sun eng Home or Away French teacher Carol has been dreaming of retiring to France for years, but her husband Stephen thinks they should play it safe and move to Cornwall. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N S \N 13601 t
+41056 18112 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 \N \N \N \N \N 13602 t
+41056 18113 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N \N \N 13603 t
+41056 18114 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:05:00 \N \N \N \N \N 13604 t
+41056 18115 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 10:05:00 2014-12-23 10:30:00 \N \N \N \N \N 13605 t
+41056 18116 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 10:30:00 2014-12-23 10:55:00 \N \N \N \N \N 13606 t
+41056 18117 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 10:55:00 2014-12-23 11:00:00 \N \N \N \N \N 13607 t
+41056 18118 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:05:00 \N \N \N \N \N 13608 t
+41056 18119 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 11:05:00 2014-12-23 12:00:00 \N \N \N \N \N 13609 t
+27328 17304 Hyundai A-League Highlights eng \N All the latest football action from the 2014/15 season of Australia's top division. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:30:00 \N \N \N \N \N 13610 t
+27328 17305 Game of the Week eng \N We've scoured the world for the best action and this is the best game of the week from the football or rugby world. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 06:30:00 2014-12-23 07:00:00 \N \N \N \N \N 13611 t
+27328 17307 Serie A Review eng \N All the latest news and action from Italy's top division. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 07:15:00 2014-12-23 07:45:00 \N \N \N \N \N 13613 t
+27328 17308 Bundesliga Review eng \N The best of the latest action from the top flight of Germany as Bayern Munich look to make it a hat-trick of consecutive titles. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 07:45:00 2014-12-23 08:45:00 \N \N \N \N \N 13614 t
+27328 17309 French Ligue 1 Review eng \N A look back at all the recent action from French Ligue 1. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 08:45:00 2014-12-23 09:45:00 \N \N \N \N \N 13615 t
+17540 49773 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 02:55:00 2014-12-20 06:00:00 \N \N \N \N \N 17285 t
+23040 38167 Reza Spice Prince of Vietnam eng \N This series follows Chef Reza Mahammad, one of the UK's top Indian restaurateurs, on an unforgettable journey around Vietnam to discover the history of royal food and feasting. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 15:30:00 2014-12-23 16:00:00 \N \N \N \N \N 13617 t
+23040 38168 Kitchen Cousins eng \N Avril and her two children recently moved into Devin's home with him and his two children. Devin wants the new kitchen to fit Avril's taste, and hopes the cousins can make it a really special space. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N \N \N 13618 t
+23040 38169 Diners, Drive-Ins And Dives eng \N On this trip, Guy's in St Louis, at a classic British pub cooking up gourmet grilled cheese. In Kill Devil Hills, a brewing station is serving shrimp and grits alongside craft-made beers. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 \N \N \N \N \N 13619 t
+23040 38170 Diners, Drive-Ins And Dives eng \N This trip, Guy's rolling up to some joints pullin' out all the stops. In New York's East Village, the neighbourhood spot plating up a standout burger worthy of a four star review. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N \N \N 13620 t
+23040 38171 Diners, Drive-Ins And Dives eng \N This trip Guy's hitting the road for some comfort food. In Burbank, California, there's a family-owned, chilli-serving spot with a name dating back a century. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 17:30:00 2014-12-23 18:00:00 \N \N \N \N \N 13621 t
+12928 42117 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:30:00 \N \N \N \N \N 13622 t
+12928 42118 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:00:00 \N \N \N \N \N 13623 t
+12928 42119 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 01:00:00 2014-12-22 01:30:00 \N \N \N \N \N 13624 t
+12928 42120 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 01:30:00 2014-12-22 02:00:00 \N \N \N \N \N 13625 t
+12928 42048 ..programmes start at 1.00pm eng \N . \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 02:00:00 2014-12-22 06:00:00 \N \N \N \N \N 13626 t
+16080 14876 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:30:00 \N \N \N \N \N 13627 t
+16080 14877 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 15:30:00 2014-12-23 16:00:00 \N \N \N \N \N 13628 t
+16080 14878 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N \N \N 13629 t
+16080 14879 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 \N \N \N \N \N 13630 t
+16080 14880 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N \N \N 13631 t
+16080 14881 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 17:30:00 2014-12-23 18:00:00 \N \N \N \N \N 13632 t
+8385 58274 A Challenge for Robin Hood eng \N Lively family adventure. Barrie Ingham takes the title role in this reworking of the Robin Hood legend. Also starring James Hayter, Leon Greene and John Arnatt. \N 2 25 f 1 eng eng 1 0 0 \N 2014-12-21 11:00:00 2014-12-21 13:00:00 \N \N 1967 S \N 13633 t
+18112 64441 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 12:15:00 2014-12-19 12:40:00 \N \N \N \N \N 13634 t
+18112 64442 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 12:40:00 2014-12-19 13:10:00 \N \N \N \N \N 13635 t
+18112 35152 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 13:10:00 2014-12-19 13:40:00 \N \N \N \N \N 13636 t
+18112 64445 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 13:40:00 2014-12-19 14:10:00 \N \N \N \N \N 13637 t
+18112 35167 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 14:10:00 2014-12-19 14:35:00 \N \N \N \N \N 13638 t
+18112 64447 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 14:35:00 2014-12-19 15:00:00 \N \N \N \N \N 13639 t
+40992 51932 Pingu eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 06:20:00 2014-12-22 06:25:00 \N \N \N \N \N 14376 t
+25792 52499 Treasures of the Anglo Saxons eng \N Historian Nina Ramirez reveals the cryptic messages hidden in Anglo-Saxon art, from the stunning jewellery worn by the first pagan invaders to the awe-inspiring Lindisfarne Gospels. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N S \N 13640 t
+25792 52500 Caligula with Mary Beard eng \N History has judged him as a volatile tyrant, but how much of Roman emperor Caligula's story is actually real? Professor Mary Beard visits Rome and beyond in search of the truth. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 \N \N \N S \N 13641 t
+25792 52501 The Mystery of the Body in the Bog eng \N A fascinating look at the remarkable discovery of a 4,000-year-old body in an Irish peat bog. Experts probe theories of ritual murder and climate change as they unravel the mystery. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 14:00:00 2014-12-24 15:00:00 \N \N \N S \N 13642 t
+41024 59580 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N \N \N 13643 t
+41024 59581 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 13644 t
+41024 59582 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N \N \N 13645 t
+26240 11717 Party Heat eng \N Your Saturday night soundtrack! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 20:00:00 2014-12-21 04:00:00 \N \N \N \N \N 13646 t
+22784 765 Kisstory Dance Anthems eng \N Non Stop Dance Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 18:00:00 2014-12-21 00:00:00 \N \N \N \N \N 13647 t
+14498 26578 Baggage Battles eng Eye For an Eye The Baggage Battlers are in Toronto for one of Canada's largest freight and baggage auctions. Billy makes one of his most shocking discoveries inside his winnings. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:30:00 \N \N \N \N \N 13648 t
+14498 26579 Baggage Battles eng Daredevils The Baggage Battlers travel to Toronto to bid on international freight and baggage. One of the experts finds an item manufactured by legendary daredevil, Evel Knievel. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:00:00 \N \N \N \N \N 13649 t
+14498 26580 Baggage Battles eng Liar Liar The Baggage Battlers attend a well-kept secret sheriff auction in Shreveport, LA. Billy scores a touchdown with his winnings, while a local sheriff interrogates Mark. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N \N \N 13650 t
+14498 26581 Baggage Battles eng Shock & Awe The Baggage Battlers head to the Louisiana Farm auction to bid on Americana collected for over 50 years. Mark misfires when he bids on the wrong item. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 \N \N \N \N \N 13651 t
+14498 26582 Baggage Battles eng Diamonds in the Rough The Baggage Battlers are back. Today they visit an auction in Brooklyn, one of the busiest shipping ports in the USA. But will they unearth any treasures? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:30:00 \N \N \N \N \N 13652 t
+14498 26583 Baggage Battles eng Breaking the Bank The Baggage Battlers head to Atlanta, Georgia, to a freight auction where Mark spies some Rolls-Royce aircraft parts. But will his bid secure the items? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 17:30:00 2014-12-24 18:00:00 \N \N \N \N \N 13653 t
+12928 42097 Most Shocking Reality Moments eng \N Countdown show featuring 50 of the most hair-raising incidents in reality TV history! From Big Brother to I'm a Celeb and Geordie Shore, plus commentary from Amy Childs and Charlotte Crosby. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 21:00:00 2014-12-21 00:00:00 \N \N \N S \N 13654 t
+23152 17886 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N \N \N 13655 t
+23152 17887 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N \N \N 13656 t
+23152 17416 A Stranger In My Home eng \N The series re-enacts real-life stories of how letting the wrong person in was the last mistake they ever made... S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 13657 t
+24448 63999 Chrome Diopside Christmas Extravaganza eng \N Some of the finest electric green tones emanate from this stunning rare gemstone. Experience chrome diopside during this Christmas extravaganza. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 13660 t
+16080 14701 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:30:00 \N \N \N \N \N 13661 t
+16080 14702 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 12:30:00 2014-12-19 13:00:00 \N \N \N \N \N 13662 t
+16080 14703 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N \N \N 13663 t
+16080 14704 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N \N \N 13664 t
+16080 14705 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N \N \N 13665 t
+16080 14706 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N \N \N 13666 t
+14720 23081 Margherita Taylor eng \N Join Margherita Taylor for More Music Variety and all the latest traffic and travel. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 19:00:00 \N \N \N \N \N 13668 t
+40960 51164 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N \N \N 13669 t
+40960 51165 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 13670 t
+40960 51166 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 13671 t
+16032 41256 Almost Naked Animals eng Camp Stinka-wah-way Howie treats the gang to a weekend getaway at Radiation Rooster's haunted campsite. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:10:00 \N \N \N S \N 13672 t
+16032 40261 Horrid Henry eng Horrid Henry and the Big Dig Mum decides to extend her veg patch which means requisitioning Henry's fort - how is Henry going to persuade her to give up her plans? \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 06:10:00 2014-12-19 06:25:00 \N \N \N AD,S \N 13673 t
+16032 42555 Horrid Henry eng Horrid Henry and the Ice Cream Dream Henry cannot imagine a world without ice cream, so he tries to make sure that it will never happen! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 06:25:00 2014-12-19 06:45:00 \N \N \N AD,S \N 13674 t
+16032 42757 Text Santa: Little Helpers eng Wrap It - Primary School CITV's annual Christmas charity appeal, presented by Myleene Klass. A North London primary school have got it all wrapped up when it comes to fundraising. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 06:45:00 2014-12-19 06:55:00 \N \N \N S \N 13675 t
+16032 41412 Max Steel eng The Great Turbo Star Caper Computer-animated espionage series about a college student who lives a double life. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 06:55:00 2014-12-19 07:15:00 \N \N \N S \N 13676 t
+16032 42759 Text Santa: Little Helpers eng Make It - Button Christmas Cards CITV's annual Christmas charity appeal, presented by Ben Hanlin. Abbi from Leicester gets donations by making Christmas cards from buttons. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 07:15:00 2014-12-19 07:20:00 \N \N \N S \N 13677 t
+16032 40977 Pokemon the Series: XY eng Battles in the Sky! Ash Ketchum and Pikachu venture into the Kalos region to make new friends, catch new Pokemon and find new rivals on their way to compete in the Kalos League. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-19 07:20:00 2014-12-19 07:50:00 \N \N \N \N \N 13678 t
+16032 41706 Super 4 eng Baby Dragon Animated comedy adventure series featuring a gang of heroes who protect the city of Technopolis and its King Kenric against evil elements. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 07:50:00 2014-12-19 08:05:00 \N \N \N S \N 13679 t
+16032 44684 Looney Tunes Shorts eng Hair-Raising Hare Classic animation featuring Bugs Bunny, Daffy Duck, Wile E Coyote, Foghorn Leghorn, Porky Pig, Road Runner, Tweety, and Sylvester. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 08:05:00 2014-12-19 08:15:00 \N \N \N \N \N 13680 t
+16032 42760 Text Santa: Little Helpers eng Make It - Loom Bands CITV's annual Christmas charity appeal. Tillie from Leeds shows how she has turned her hobby, making loom bands, into a way to raise money for Text Santa. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 08:15:00 2014-12-19 08:25:00 \N \N \N S \N 13681 t
+16032 37178 Almost Naked Animals eng In the Deep End Comedy built around the antics of a group of underwear-clad animals set in a beach front hotel, the Banana Cabana. Narwhal confesses that he cannot swim. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 08:25:00 2014-12-19 08:40:00 \N \N \N S \N 13682 t
+16032 37209 Almost Naked Animals eng Gone Banana Comedy built around the antics of a group of underwear-clad animals. Howie, Octo and Duck try to find who stole the banana from the top of the Cabana. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 08:40:00 2014-12-19 08:55:00 \N \N \N S \N 13683 t
+16032 37254 Almost Naked Animals eng Imaginary Fiend Howie is reunited with an imaginary friend from his childhood - but the friend's pranks annoy everyone else. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 08:55:00 2014-12-19 09:05:00 \N \N \N S \N 13684 t
+15856 3512 The Real Housewives of Atlanta eng Dream a Little Nightmare Reality series. Sheree takes a boating trip with Kim on Lake Lanier. NeNe continues to deal with paternal identity issues and pursues DNA testing. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 15:50:00 2014-12-23 16:50:00 \N \N \N S \N 13686 t
+15856 3513 The Real Housewives of Atlanta eng Best of Enemies In the series finale, Sheree seeks advice from designer and Project Runway contestant Mychael Knight following the faliure of her fashion show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 16:50:00 2014-12-23 17:45:00 \N \N \N S \N 13687 t
+15856 3514 The Real Housewives of Atlanta eng \N Reality series following the lives of five glamorous Atlanta ladies. The southern belles reunite to reflect on the events of the first series. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:45:00 2014-12-23 18:40:00 \N \N \N S \N 13688 t
+14448 27124 Teleshopping eng \N Innovative, value-for-money products brought directly to you at home... Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:00:00 \N \N \N \N \N 13690 t
+23712 3073 Escape to the Country eng Peak District City dwellers hope to get away from urban living. Alistair Appleton is in the Peak District with a couple who need an annexe, and ideally a refurbishment project. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N S \N 13691 t
+23712 3594 River Cottage eng Winter's on the Way Hugh raids Devon's rocky coves looking for wild mussels, meets a man who makes wine in his backyard in London, and lays on a rabbit feast for 30 WI members. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N S \N 13692 t
+23712 3075 Traffic Cops eng Age Old Problem Reality series following the men and women on the front line of traffic safety. The Sussex cops pursue a lorry driver whose reckless driving is putting lives at risk. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N S \N 13693 t
+22624 40357 Sounds Of The Silver Screen eng \N RNIB's Insight Radio - Alan George presents music and themes from classic movies \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N \N \N 13694 t
+22624 40358 Insight on Saturday eng \N RNIB's Insight Radio - Interviews and music for your Saturday evening \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-20 19:00:00 2014-12-20 22:00:00 \N \N \N \N \N 13695 t
+17609 20268 eng \N \N \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 03:20:00 2014-12-22 04:05:00 \N \N \N \N \N 13696 t
+17609 19693 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 04:05:00 2014-12-22 05:05:00 \N \N \N \N \N 13697 t
+17609 20367 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 05:05:00 2014-12-22 06:00:00 \N \N \N \N \N 13698 t
+4175 50301 Escape to the Country eng Oxon/Wilts Buyers are helped to find their dream homes. Jonnie Irwin helps a couple who want to leave their family home after almost 30 years for the Oxfordshire countryside. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 15:10:00 2014-12-19 15:40:00 \N \N \N AD,S \N 13699 t
+4175 51285 Christmas Kitchen with James Martin eng \N Festive food programme. James Martin is joined in the kitchen by Monica Galetti and Brian Turner. Plus celebrity guests and treats from the BBC's festive food archives. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 15:40:00 2014-12-19 16:30:00 10 10 \N S \N 13700 t
+4175 49755 Flog It! eng Gloucester Antiques series. The team are in Gloucester, where presenter Paul Martin and experts Philip Serrell and Michael Baggott discover some rare gems. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:15:00 \N \N \N S \N 13701 t
+4175 58355 Pointless Celebrities eng \N Alexander Armstrong presents a crime-based celebrity edition of the quiz, with contestants including Lisa Maxwell, Sue Cook, Donal MacIntyre, Helen Fraser and Jack Ellis. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:15:00 2014-12-19 18:00:00 \N \N \N S \N 13702 t
+41120 14064 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:30:00 \N \N \N \N \N 13703 t
+41120 14065 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:00:00 \N \N \N \N \N 13704 t
+41120 14066 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N \N \N 13705 t
+41120 14067 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 13706 t
+27648 4386 Wheeler Dealers eng Triumph Spitfire Part 1 Mike Brewer and Edd China are keen to crack on with the renovation of an iconic Triumph Spitfire. There's a lot of work to be done. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:30:00 \N \N \N \N \N 13707 t
+27648 4387 Wheeler Dealers eng Triumph Spitfire Part 2 Edd has replaced the differential and rear shocks on the Triumph Spitfire, and had the bumpers and handles chromed. But can Mike sell it for a profit? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:00:00 \N \N \N \N \N 13708 t
+27648 4388 Selling Big eng \N With day two of the year's biggest Canadian auction looming, Ritchie Bros. yard staff are busy at work making sure the equipment is in top shape so they can make big profits. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:30:00 \N \N \N \N \N 13709 t
+27648 4389 Selling Big eng \N Farmers Len and Vicki are downsizing their possessions. But can Ritchie Bros. help them auction off their farm machinery to boost their retirement pot? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 19:30:00 2014-12-20 20:00:00 \N \N \N \N \N 13710 t
+40992 51933 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 06:25:00 2014-12-22 06:50:00 \N \N \N \N \N 14377 t
+27648 4390 Alone in the Wild eng Jason Gardiner Armed only with a camera, presenter Jason Gardiner battles storms and starvation on a deserted Belize island; but will the isolation break him? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 13711 t
+22208 1397 Farscape eng Mind The Baby Season two gets under way, with Officer Sun forging an unlikely alliance to save Crichton and D'Argo. Moya, meanwhile, goes in search of her newborn. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 1 \N \N S 2 13712 t
+22208 1402 Farscape eng Vitas Mortis D'Argo meets a Luxan priestess who is nearing death, until that is she figures out a way to reverse the aging process. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 2 \N \N S 2 13713 t
+22208 1420 Dog Squad eng \N Series following sniffer dog teams at the UK's ports and airports, as they come face-to-face with smugglers, bootleggers and angry passengers in their fight to control our borders. \N 2 25 f 5 eng eng 3 0 0 \N 2014-12-20 20:00:00 2014-12-20 20:30:00 \N \N \N S \N 13714 t
+22208 1427 Dog Squad eng \N Series following sniffer dog teams at the UK's ports and airports, as they come face-to-face with smugglers, bootleggers and angry passengers in their fight to control our borders. \N 2 25 f 5 eng eng 3 0 0 \N 2014-12-20 20:30:00 2014-12-20 21:00:00 \N \N \N S \N 13715 t
+23040 38046 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:30:00 \N \N \N \N \N 13716 t
+23040 38047 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:00:00 \N \N \N \N \N 13717 t
+23040 38048 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:30:00 \N \N \N \N \N 13718 t
+23040 38049 Fanny Cradock Cooks for Christmas eng \N Fanny presents traditional and unusual ways to use mincemeat in pies, pancakes, omelettes and Swiss rolls. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 19:30:00 2014-12-20 19:45:00 \N \N \N \N \N 13719 t
+23040 38050 Fanny Cradock Cooks for Christmas eng \N The original TV chef and her husband Johnny prepare recipes that use choux pastry, including choux buns and miniature clairs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 19:45:00 2014-12-20 20:00:00 \N \N \N \N \N 13720 t
+23040 41402 How To Cook Like Heston eng \N It might be the most popular meat in the world but Heston thinks the old bird needs a bit of a makeover. First up he attempts to revolutionise the way we roast chicken. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 20:00:00 2014-12-20 20:30:00 \N \N \N \N \N 13721 t
+23040 41403 How To Cook Like Heston eng \N Heston challenges the way Brits cook beef and confronts one of the biggest culinary myths out there. He makes the best burgers in town with the local rugby team. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 20:30:00 2014-12-20 21:00:00 \N \N \N \N \N 13722 t
+23296 5811 Gay Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 20:00:00 \N \N \N \N \N 13723 t
+23296 5812 Rainbow Nation eng \N LGBT - No limits dating. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 20:00:00 2014-12-20 22:00:00 \N \N \N \N \N 13724 t
+4169 56458 Final Analysis eng \N Tense thriller in which a psychiatrist finds himself enmeshed in an unexpected web of duplicity, danger and death. Richard Gere and Kim Basinger star. Contains very strong language. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 00:40:00 2014-12-24 02:40:00 \N \N 1992 AD,S \N 13725 t
+4169 51773 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 02:40:00 2014-12-24 02:45:00 \N \N \N S \N 13726 t
+4169 51774 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 02:45:00 2014-12-24 06:00:00 \N \N \N S \N 13727 t
+23120 20395 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N \N \N 13728 t
+23120 20412 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N \N \N 13729 t
+23120 20411 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 13730 t
+27456 45276 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:30:00 \N \N \N \N \N 13731 t
+27712 21869 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:30:00 \N \N \N \N \N 13732 t
+27456 53390 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:00:00 \N \N \N \N \N 13733 t
+27456 45278 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:30:00 \N \N \N \N \N 13734 t
+27456 45279 Sputnik with George Galloway eng \N Every week George Galloway MP and Gayatri bring you news from elsewhere, from a different perspective, from a different view. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 19:30:00 2014-12-20 20:00:00 \N \N \N \N \N 13735 t
+27456 45280 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 20:00:00 2014-12-20 20:30:00 \N \N \N \N \N 13736 t
+27456 45281 Going Underground eng \N Going Underground brings our UK viewers the news they won't get on other networks. We examine both underground and mainstream issues from a fresh and alternative perspective. With Afshin Rattansi. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 20:30:00 2014-12-20 21:00:00 \N \N \N \N \N 13737 t
+27744 42053 Walker, Texas Ranger eng \N Chuck Norris fights crime and helps the community as the eponymous Walker. Alex discovers an abandoned infant, and she and Walker become instant parents./27 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 9 \N \N \N 8 13738 t
+27744 42054 Walker, Texas Ranger eng \N Chuck Norris is Walker in this modern, high-kicking martial arts western. Walker tracks down a hijacked ambulance containing an urgently needed donor liver./27 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 10 \N \N \N 8 13739 t
+27744 42055 S.O.F. - Special Ops Force eng \N An elite crime fighting group combines non-lethal weaponry and special operations capabilities which enable them to go places and perform tasks above and beyond ordinary law enforcement. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 13740 t
+15952 4849 Bonkers Guinness World Records eng \N Matt Edmondson narrates a festive selection of Christmas themed Guinness World Records including the most Christmas trees chopped in two minutes and the largest conga on ice. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 06:10:00 2014-12-23 06:35:00 \N \N \N S \N 13741 t
+15952 2742 Bonkers Guinness World Records eng \N Series about the most entertaining world records. Featuring the most swords swallowed at the same time, the most spins from a power drill and the most kisses given to a cobra. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 06:35:00 2014-12-23 07:00:00 \N \N \N S \N 13742 t
+32836 43431 Teleshopping eng \N Teleshopping for a steam mop. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 04:30:00 2014-12-24 05:00:00 \N \N \N \N \N 13913 t
+40992 51934 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 06:50:00 2014-12-22 07:20:00 \N \N \N \N \N 14378 t
+15952 45422 Ariana Grande eng The Hot Desk Interviews with the biggest names in music and entertainment. Behind the desk this time is US pop sensation Ariana Grande. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:10:00 \N \N \N S \N 13743 t
+15952 2713 BGMT eng Hairiest Moments Stephen Mulhern takes a look back at the best and worst auditions and performances since the competition began back in 2007, including exclusive chats with the judges. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 07:10:00 2014-12-23 08:00:00 \N \N \N S \N 13744 t
+15952 2714 Emmerdale eng \N Charity pushes Moira too far. Kirin enjoys playing games with Rakesh. Nicola's plan leaves Bernice furious. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:25:00 \N \N \N AD,S \N 13745 t
+15952 2715 Coronation Street eng \N Tony regrets a moment of madness. Will Lloyd lend an ear to Steve? Steph stands up for herself. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 08:25:00 2014-12-23 08:55:00 \N \N \N AD,S \N 13746 t
+15952 4590 Coronation Street eng \N Gary faces up to the consequences. What is Callum up to? Steve plans the perfect Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 08:55:00 2014-12-23 09:20:00 \N \N \N AD,S \N 13747 t
+24464 50319 Best of Crash eng \N If it's been crashed and it's caught on camera you can be sure that all the carbon fibre-splintered heartache will be replayed in Best of Crash. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:25:00 \N \N \N \N \N 13748 t
+24464 50320 Australian National Drag Racing eng \N Now entering its fifth decade, Australia's domestic drag racing championship remains the country's fastest adrenaline explosion on four wheels. Sydney - Top Alcohol / Top Fuel Bikes. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 06:25:00 2014-12-22 07:20:00 \N \N \N \N \N 13749 t
+24464 50321 Night Of The Jumps eng \N Freestyle motocross hits dizzying new heights thanks to Night of the Jumps' incredible line-up of aerial acrobats. Action from Frankfurt. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 07:20:00 2014-12-22 09:00:00 \N \N \N \N \N 13750 t
+28160 15770 Insight for Living with Terry Boyle eng \N Bible teaching with Terry Boyle from Insight for Living UK. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:15:00 \N \N \N \N \N 13751 t
+28160 15771 God's Healing Love eng \N The team from Methodist Central Hall Westminster present a devotional show on the ministry of healing. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 19:15:00 2014-12-20 19:30:00 \N \N \N \N \N 13752 t
+28160 15772 Word Alive eng \N Bible reflection and teaching with Dr. Derek Stringer and Good News Broadcasting. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 19:30:00 2014-12-20 20:00:00 \N \N \N \N \N 13753 t
+28160 15773 Men at Work eng \N Nick Battle presents the show for Christian men, with great music and guests. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 13754 t
+14752 41109 Greg Burns eng \N Join Greg for all the biggest hits and latest traffic and travel news for your journey home. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 19:00:00 \N \N \N \N \N 13758 t
+32836 30932 Weekend On The Aire eng \N Jason Thornton brings you today's top stories from Leeds with On The Aire, your authoritative news service, with reports from your local news team. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N \N \N 13759 t
+32836 30933 The Book-It List eng Best Bits Take a look back at the week's highlights in the Made in Leeds studios with Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N \N \N 13760 t
+32836 30934 The Real Extras eng \N In a new British gangster flick, the roles of a hooligan and a prostitute may not lead to any Academy Awards, but for wannabe extras this could be the big break they have been waiting for. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 13761 t
+16208 36947 Cadfael eng The Leper of St Giles Derek Jacobi stars as the monk who solves mysteries. A wedding is due to take place between a powerful Baron and a beautiful young girl - or is it? \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-20 18:25:00 2014-12-20 20:00:00 \N \N \N \N \N 13762 t
+16208 36948 Jonathan Creek eng The Three Gamblers Quirky drama series with Alan Davies in the lead role, ably assisted by Caroline Quentin. Has voodoo been used to bring a murdered man back from the grave? \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 6 6 \N AD,S \N 13763 t
+23968 4417 Numberjacks eng \N 1 and zero get together to make 10 things, in Numberjacks! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:15:00 \N \N \N \N \N 13764 t
+23968 4418 Numberjacks eng \N The Shape Japer is moving things and causing problems, in Numberjacks! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 15:15:00 2014-12-20 15:30:00 \N \N \N \N \N 13765 t
+23968 4419 Care Bears eng Welcome To Care-A-Lot Jealous Tea - The bears prefer Grumpy's desserts to Share's, making him very jealous. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 15:30:00 2014-12-20 16:00:00 \N \N \N \N \N 13766 t
+23968 4420 My Little Pony eng \N During a successful trip to Canterlot, Rarity has to choose between the important social connections she's made in the capitol and her uncivilized Ponyville friends. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N \N \N 13767 t
+23968 4421 Ella The Elephant eng \N Ella and her friends take Captain Kelp's ferry to Snowy Island for a day of winter fun. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 16:30:00 2014-12-20 16:45:00 \N \N \N \N \N 13768 t
+23968 4422 Ella The Elephant eng \N Mr. Mercer promises the kids a chance to ride on his pedal float in the big parade until...he gets called away on important business. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 16:45:00 2014-12-20 17:00:00 \N \N \N \N \N 13769 t
+23968 4424 The Adventures of Chuck & Friends eng \N New. Chuck receives a shiny new hood ornament and does his best to keep it clean while playing with his friends. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 17:15:00 2014-12-20 17:30:00 \N \N \N \N \N 13771 t
+23968 4425 Peg + Cat eng \N Peg and Cat must sort out recyclables to clean up the park in time for the nursery school's Halloween Parade. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 17:30:00 2014-12-20 17:45:00 \N \N \N \N \N 13772 t
+23968 4426 Peg + Cat eng \N While trick or treating, Peg and Cat find themselves pursued by a metal monster, and teaching fair sharing to a "friend" who turns out to be a real tiger! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 17:45:00 2014-12-20 18:00:00 \N \N \N \N \N 13773 t
+14720 1712 Club Classics with Mark Wright eng \N Get your weekend off to a cracking start with the biggest club classics. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 21:00:00 \N \N \N \N \N 13774 t
+40992 51935 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 07:20:00 2014-12-22 07:45:00 \N \N \N \N \N 14379 t
+8381 14883 ITV News & Weather eng \N James Mates with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:15:00 \N \N \N S \N 13778 t
+8381 14884 Vicious eng Christmas Special Christmas special of the sitcom following the lives of an elderly gay couple. Freddie and Stuart are holding a Christmas celebration - with a little help from Ash. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 00:15:00 2014-12-22 00:45:00 \N \N \N AD,S \N 13779 t
+8381 14885 Rugby Highlights eng Aviva Premiership Mark Durden-Smith and David Flatman present highlights of Wasps v London Irish, Gloucester v Bath and reigning champions Northampton against Leicester at Franklin's Gardens. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 00:45:00 2014-12-22 01:45:00 \N \N \N S \N 13780 t
+8381 15629 The Store eng \N Every day The Store brings you a fantastic range of products from JML which you can purchase from the comfort of your own home. www.jmldirect.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 01:45:00 2014-12-22 03:30:00 \N \N \N \N \N 13781 t
+8500 5771 Rob Brydon Live eng \N Part of best of British comedy day is this live 2009 recording of Rob Brydon's excruciatingly funny stand-up show. Packed with wry anecdotes, witty banter, improvisation, impersonations and songs. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 22:10:00 2014-12-20 23:05:00 \N \N \N S \N 13785 t
+8500 5772 The Joan Rivers Position eng The Best Of Brand new compilation show in which the late American comedian turns agony aunt. Guest stars include Graham Norton, Ruby Wax, Jerry Hall, Jodie Kidd, Katie Price and Peter Andre. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:05:00 2014-12-21 00:05:00 \N \N \N S \N 13786 t
+16048 32949 Housewife, 49 eng \N Victoria Wood stars as a downtrodden wife and mother, whose life dramatically improves after the outbreak of WWII when she joins the Women's Voluntary Service. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 15:50:00 2014-12-22 17:50:00 \N \N \N AD,S \N 13787 t
+16048 32950 A Touch of Frost eng Widows and Orphans There is plenty on Frost's plate when senior citizens are targeted in a string of vicious attacks, but at least he can call on his new female sergeant for help. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-22 17:50:00 2014-12-22 20:00:00 \N \N \N S \N 13788 t
+8274 22746 The Speakmans eng \N Therapists Nik and Eva Speakman attempt to treat ordinary people with extraordinary problems. Today's patient is a woman terrified of falling ill if she leaves her home. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 09:25:00 2014-12-22 10:20:00 \N \N \N S \N 13789 t
+8274 24809 Dickinson's Real Deal eng \N Today Middlesbrough plays host to David and his team of dealers. David and the auctioneer are excited by a stylish 1930s cocktail watch, but will it attract the dealers' cash? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 10:20:00 2014-12-22 11:20:00 \N \N \N S \N 13790 t
+8274 48608 Tipping Point eng \N Ben Shephard hosts the quiz show in which four players take on an extraordinary machine in the hope of winning its 10,000 pound jackpot. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 11:20:00 2014-12-22 12:20:00 \N \N \N S \N 13791 t
+14784 2865 All Inclusive JANUARY Deals GALORE eng \N 4*AI C.D. Sol just £217! 5*AI Sharm just £307! 4*AI Malta just £259! 3*AI Benidorm just £365! 3*AI Tenerife just £345! Barmy prices, palmy beaches! See our ALL INC SHORT HAUL page \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 12:00:00 2014-12-22 16:00:00 \N \N \N \N \N 13792 t
+24464 50258 Australasian Supersport eng Wannabe Mick Doohans and Casey Stoners look to make a name for themselves in the Australasian Supersport class. Rd 6 Sydney Motorsport Park. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 04:10:00 2014-12-19 05:05:00 \N \N \N \N \N 13794 t
+24464 50259 Australasian Superbikes eng The fastest riders across the Australian peninsula and beyond go head-to-head over six rounds on the fastest bikes that Yamaha, Honda, Suzuki and Kawasaki have to offer. Rd 6 Sydney Motorsport Park. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 05:05:00 2014-12-19 06:00:00 \N \N \N \N \N 13795 t
+26560 13754 Darryl Morris in the Morning eng \N All The Hits to kickstart your day! Get involved... thehitsradio on Facebook, Twitter & Instagram! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 07:00:00 2014-12-24 10:00:00 \N \N \N \N \N 13796 t
+28352 2300 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N \N \N 13797 t
+28352 2301 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:40:00 \N \N \N \N \N 13798 t
+22208 5805 Monkey Life eng \N Set in Dorset's Monkey World Ape Rescue Centre, this documentary series follows the day-to-day dramas of looking after over 240 monkeys, chimps, orangutans and other primates. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:30:00 7 \N \N S 1 13799 t
+22208 5826 Inside RAF Brize Norton eng First Steps Take one last look around Britain's biggest airbase. Recruits prepare for deployment in Afghanistan and the emergency services complete a crash-landing exercise. \N 2 25 f 5 eng eng 3 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:30:00 7 7 \N S \N 13800 t
+22208 5945 Road Wars eng \N The Thames Valley Police provide a fascinating insight into car crime and its prevention. Plus, shocking video footage captures dangerous drivers in action. Strong language. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 19:30:00 2014-12-21 20:00:00 \N \N \N S \N 13801 t
+22208 5946 Dog The Bounty Hunter eng \N Exclusive eighth season of the hit reality show following bounty hunter Dog Chapman. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 20:30:00 \N \N \N S \N 13802 t
+22208 5953 Dog The Bounty Hunter eng \N Exclusive eighth season of the hit reality show following bounty hunter Dog Chapman. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 20:30:00 2014-12-21 21:00:00 \N \N \N S \N 13803 t
+32836 43446 Teleshopping eng \N Teleshopping for beds and mattresses. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:30:00 \N \N \N \N \N 13914 t
+41264 22 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 12:00:00 \N \N \N \N \N 13807 t
+22226 4386 Bruce's Price is Right eng \N Bruce Forsyth hosts the game show in which contestants come on down to win prizes by correctly guessing the prices of various goods. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:30:00 \N \N \N S,AD \N 13808 t
+22226 4388 Bruce's Price is Right eng \N Bruce Forsyth hosts the game show in which contestants come on down to win prizes by correctly guessing the prices of various goods. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:00:00 \N \N \N S,AD \N 13809 t
+22226 4389 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:30:00 \N \N \N S,AD \N 13810 t
+22226 4598 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 19:30:00 2014-12-20 20:00:00 \N \N \N S,AD \N 13811 t
+22226 4612 Bullseye eng \N Dartboard quiz game that tests contestants' darts skills and their general knowledge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:30:00 2014-12-20 21:00:00 \N \N \N S \N 13813 t
+28352 2211 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:30:00 \N \N \N \N \N 13814 t
+28352 2212 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:00:00 \N \N \N \N \N 13815 t
+28352 2213 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:30:00 \N \N \N \N \N 13816 t
+28352 2214 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 19:30:00 2014-12-20 20:00:00 \N \N \N \N \N 13817 t
+28352 2215 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 20:00:00 2014-12-20 20:40:00 \N \N \N \N \N 13818 t
+28352 2216 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 20:40:00 2014-12-20 21:00:00 \N \N \N \N \N 13819 t
+33088 17393 Best of QVC Extra eng \N Catch all the recent highlights from QVC Extra. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N \N \N 13820 t
+33088 17394 Saturday Night Gifting eng \N The gifts to make Saturday night go with a bang! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N \N \N 13821 t
+33088 17395 The Charlie Bears Collection eng \N QVC is proud to present the Charlie Bears Collection, an exceptional range of collectable plush and limited edition bears, exclusively designed by celebrated teddy bear artists from around the world. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 13822 t
+8281 45014 Good Morning Britain eng \N Breakfast show. Downton Abbey star Elizabeth McGovern pops in to talk about the upcoming Christmas episode, and performs a seasonal favourite. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 08:30:00 \N \N \N S \N 13823 t
+8281 45015 Lorraine eng \N Sarah Hadland chats about starring in this year's Miranda Christmas special, and Stephanie Cole and Nina Wadia talk about the new series of Still Open All Hours. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:25:00 \N \N \N S \N 13824 t
+23184 17885 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N \N \N 13825 t
+23184 17886 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N \N \N 13826 t
+23184 17887 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 13827 t
+22720 1309 Saturday Night Kiss eng Majestic Saturday Night Kiss starts here with Majestic in the mix \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 18:00:00 2014-12-20 20:00:00 \N \N \N \N \N 13828 t
+22720 1310 Saturday Night Kiss eng Floorfillers Saturday Night Kiss continues with Steve Smart playing the biggest Floorfillers \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 20:00:00 2014-12-21 00:00:00 \N \N \N \N \N 13829 t
+20352 58191 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 19:35:00 2014-12-20 22:00:00 \N \N \N \N \N 13830 t
+8267 16894 Secret Dealers eng \N Antiques challenge series. Christopher Selkirk, Mark Stevens and Simon Schneider are let loose in the first house where Kerry has been picking up car boot bargains for years. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N S \N 13831 t
+8267 23509 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the cash prize. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N S \N 13833 t
+23712 3357 DIY SOS: The Big Build eng Spalding Inspirational property makeovers. Nick Knowles and the DIY SOS team head to Spalding to transform the home of eight-year-old Dakota, who has cerebral palsy. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N AD,S \N 13834 t
+23712 3358 Jamie's Best Ever Christmas eng \N First of a two-part festive special, with Jamie presenting recipes for the perfect Christmas Day, including simple and succulent turkey, mince pies and mulled wine. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N AD,S \N 13835 t
+28352 2302 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 20:40:00 2014-12-22 21:00:00 \N \N \N \N \N 13836 t
+23712 3359 Crime Stories eng The Slave Master Engrossing accounts of shocking real crimes. The disappearance of several women in Kansas leads police to conman John Edward Robinson - and a grisly discovery. \N 0 25 f 64 eng eng 2 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N AD,S \N 13837 t
+15808 50256 Trophe Andros eng \N Exclusive highlights of the world's most prestigious ice racing series contested by the likes of Alain Prost, Olivier Panis and Jacques Villeneuve in the winter ski resorts of Europe. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 00:10:00 2014-12-19 01:15:00 \N \N \N \N \N 13838 t
+15808 50257 International GT Open Season... eng \N The pan-European GT series caters for both GT2 and GT3 machinery, taking in a host of top-line venues along the way. All the thrills and spills from the 2014 season. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 01:15:00 2014-12-19 04:10:00 \N \N \N \N \N 13839 t
+32836 43460 Teleshopping eng \N Teleshopping for space saving system. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N \N \N 13915 t
+27360 18245 30 for 30 eng Slaying the Badger Greg LeMond looks back at his pivotal 1986 Tour de France win and the rivalry with friend, teammate, and mentor Bernard Hinault, a brutal competitor known as 'The Badger'. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 21:30:00 2014-12-23 23:00:00 \N \N \N \N \N 13843 t
+27360 18064 UFC 173 eng Barao v Dillashaw UFC 173 features as the main event the bantamweight contest of Renan Barao v TJ Dillashaw from the MGM Grand Garden Arena, Las Vegas, Nevada. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 23:00:00 2014-12-24 02:00:00 \N \N \N \N \N 13844 t
+18112 63320 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 18:58:00 2014-12-23 05:30:00 \N \N \N \N \N 13848 t
+27840 5245 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 13851 t
+27840 5246 Top Quality Gemstones from Around the World eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 13852 t
+27840 5247 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 13853 t
+22336 59029 Rules of Engagement eng The Home Stretch Audrey has private Pilates sessions at home and Jeff is thrilled when the workouts increase her sex drive, but less pleased when he sees her instructor. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 03:20:00 2014-12-22 03:40:00 \N \N \N S \N 13857 t
+22336 59030 How I Met Your Mother eng 46 Minutes Marshall and Lily have officially moved to the suburbs, but are being pushed to their limits by Lily's father Mickey, who has been living with them. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 03:40:00 2014-12-22 04:05:00 \N \N \N AD,S \N 13858 t
+22336 59031 How I Met Your Mother eng The Drunk Train Barney persuades Ted to join him on the 'drunk train', the last night train from Manhattan to Long Island, where there are many chances to pick up women. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 04:05:00 2014-12-22 04:25:00 \N \N \N AD,S \N 13859 t
+8381 14658 This Morning eng \N Presented by Eamonn Holmes and Ruth Langsford. A look at the day's news and headlines. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 11:30:00 2014-12-19 11:55:00 \N \N \N S \N 13944 t
+22336 59032 Hollyoaks Omnibus eng \N Sienna kidnaps Minnie, Nico decides her family would be better off without her, and Dodger becomes trapped in a Christmas nightmare. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-22 04:25:00 2014-12-22 07:00:00 \N \N \N AD,S,SL \N 13860 t
+4168 51775 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:00:00 \N \N \N S \N 13861 t
+8281 15867 Let's Do Christmas with Gino & Mel eng \N Festive food and celebrity chat with Gino D'Acampo and Melanie Sykes. The final show of the series is a Text Santa special with today's guest swimming legend Mark Foster. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 12:30:00 2014-12-19 13:30:00 \N \N \N S \N 13867 t
+8281 15868 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N S \N 13868 t
+13024 51043 This Christmas eng \N Festive comedy-drama starring Delroy Lindo and Chris Brown. When a family reunites for Christmas tensions arise, but they also rediscover how much they have in common. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 15:00:00 2014-12-23 17:10:00 \N \N 2007 S \N 13870 t
+28352 2357 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:20:00 \N \N \N \N \N 13871 t
+13024 51044 Call Me Claus eng \N Heartwarming drama starring Whoopi Goldberg and Nigel Hawthorne. A television executive accidentally hires the real Santa Claus to play himself in a Christmas advertisement. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 17:10:00 2014-12-23 19:00:00 \N \N 2001 AD,S \N 13872 t
+14784 2846 Christmas in the Sun! eng All 7nts XMAS 3*AI Malta £349! 4*BB Marbella £489! 4*AI Sharm £469! 3*FB Benidorm £365! 4*AI Las Dalias £759! 4*HB Fuengirola £395! 4*AI Egypt £469! See our XMAS BREAKS page \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 08:00:00 2014-12-19 12:00:00 \N \N \N \N \N 13873 t
+28480 11902 Jimmy Swaggart eng \N The preaching Ministry of Evangelist Jimmy Swaggart. This show is taken from church services recorded live at Family Worship Center Church in Baton Rouge, LA. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 00:00:00 2014-12-24 02:00:00 \N \N \N \N \N 13874 t
+28480 11903 Living Waters with Gabriel Swaggart eng \N A live Gospel music show hosted by Gabriel Swaggart, featuring the music of Jimmy Swaggart and others. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 02:00:00 2014-12-24 03:00:00 \N \N \N \N \N 13875 t
+40992 51936 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 07:45:00 2014-12-22 07:55:00 \N \N \N \N \N 14380 t
+40992 51937 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 07:55:00 2014-12-22 08:05:00 \N \N \N \N \N 14381 t
+8452 58669 Everybody Loves Raymond eng The Kicker While enjoying a college football game, Frank catches a ball from a record-setting field goal. But when he refuses to give it back he becomes a wanted man. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:25:00 \N \N \N S \N 13879 t
+8452 58670 Frasier eng Decoys Niles discovers that Daphne is dating Donny, his divorce attorney, so he hatches a plan to try to get Donny back together with Roz. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 09:25:00 2014-12-21 09:55:00 \N \N \N S \N 13880 t
+8452 59206 Jamie's Comfort Food eng \N In the final programme of the series, Jamie Oliver cooks his versions of ham, egg and chips, chicken kebab and a three-tiered chocolate sponge cake with nougat frosting. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 09:55:00 2014-12-21 10:30:00 \N \N \N AD,S \N 13881 t
+8452 58672 Sunday Brunch eng \N Tim Lovejoy and Simon Rimmer host, as guests Micky Flanagan talks about his stand-up tour, Helen George chats about Call the Midwife, and music comes from Paul Heaton and Jacqui Abbott. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 10:30:00 2014-12-21 13:30:00 \N \N \N S \N 13882 t
+25792 52396 The Great Train Robbery's Missing Mastermind? Andrew Cook takes a fresh look at perhaps the most infamous robbery of the 20th century eng \N With access to secret files, Cook tries to find out whether an inside man played a role. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N S \N 13883 t
+25792 52397 Keeping Up Appearances eng \N Amateur dramatics is high on the agenda as insufferable Hyacinth still wants to join Emmet's production of 'The Boy Friend'. Fortunately for him, other things have to take priority. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:40:00 \N \N \N AD,S \N 13884 t
+25792 52398 Keeping Up Appearances eng New Car Comedy at the expense of that outrageous snob Hyacinth Bucket. Hyacinth decides that a new car is in order and aims rather higher than most people - much to Richard's horror. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 19:40:00 2014-12-20 20:20:00 \N \N \N AD,S \N 13885 t
+25792 52399 Keeping Up Appearances eng \N Cringe-inducing laughs in the great sitcom with Patricia Routledge. Hyacinth decides to share her undoubted experience of being a perfect hostess and advertises in the local paper. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 20:20:00 2014-12-20 21:00:00 \N \N \N AD,S \N 13886 t
+14448 27234 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N \N \N 13887 t
+14448 27235 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N \N \N 13888 t
+14448 27236 Raising Sextuplets eng \N Introducing the Masche family, consisting of parents Bryan and Jenny Masche and their sextuplets! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N \N \N 13889 t
+14448 27237 Caught on Camera eng \N Compelling amateur footage of real life situations. Featuring criminals who think no one is watching, but there is a powerful observer recording every detail. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N \N \N 13890 t
+25920 20843 Wagner Sale eng \N A fantastic range of great value products at super sale prices \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 13891 t
+25920 20844 Bissell Sale eng \N Join us for a selection of great products at amazing sale prices! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 13892 t
+25920 20845 Karcher Sale eng \N An amazing deal on a very special product. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 13893 t
+8448 58462 Charmed eng Witch Trial In the first episode of season two, one year after becoming witches, the sisters are challenged by a powerful horned demon called Abraxas who steals the Book of Shadows. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N S \N 13895 t
+8448 58460 Rules of Engagement eng Harassment A new employee who takes exception to Audrey files a sexual harassment claim against her. Timmy challenges Jeff to a game of cricket. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:30:00 \N \N \N S \N 13896 t
+8448 58461 Rules of Engagement eng They Do? In the final episode of series four, Adam and Jennifer organise a secret wedding ceremony, but a series of unfortunate events soon puts their plans in jeopardy. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 10:30:00 2014-12-19 11:00:00 \N \N \N S \N 13897 t
+8448 58463 How I Met Your Mother eng Milk It's Ted's 28th birthday and he receives a call from the match-making service saying they've found his dream woman. Ted is unconvinced, and realises that Robin is the one for him. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N AD,S \N 13898 t
+8381 14659 ITV News eng \N Nina Hossain with the latest headlines from around the world. Followed by a local weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 11:55:00 2014-12-19 12:00:00 \N \N \N S \N 13945 t
+8448 58811 How I Met Your Mother eng Come On Barney slaps Ted when he says he wants to pursue Robin. Later, in frustration at Robin's camping trip with Sandy, Ted performs a rain dance to keep her at home. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N AD,S \N 13899 t
+40960 53301 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 08:30:00 \N \N \N \N \N 13900 t
+40960 53302 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N \N \N 13901 t
+27712 21866 Al Jazeera World eng \N The story of how the First Intifada grew from its start in 1987 into a movement lasting for 6 years, told through the eyes of people who lived through it \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:00:00 2 2 \N \N \N 13902 t
+27712 21867 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:30:00 \N \N \N \N \N 13903 t
+27712 21868 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 07:30:00 2014-12-19 08:00:00 \N \N \N \N \N 13904 t
+41040 17224 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 13906 t
+41040 17225 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 \N \N \N \N \N 13907 t
+41040 17226 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-23 22:30:00 2014-12-23 23:00:00 \N \N \N \N \N 13908 t
+41040 17227 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 13909 t
+32836 43459 Teleshopping eng \N Teleshopping for space saving system. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:30:00 \N \N \N \N \N 13910 t
+14688 11594 The Night Shift eng \N Chris is on the nightshift with loads of great music, your requests and stuff to help you make it through the early hours. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 00:00:00 2014-12-19 06:00:00 \N \N \N \N \N 13916 t
+8267 16797 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 03:00:00 2014-12-23 05:05:00 \N \N \N \N \N 13917 t
+8267 28095 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 05:05:00 2014-12-23 06:00:00 \N \N \N S,SL \N 13918 t
+24064 59652 What's Really in Our Food? eng \N What goes into a curry and where do the ingredients come from? Carolyn Robinson explores whether spices can protect us from cancer and whether chilli could be toxic. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:30:00 \N \N \N \N \N 13919 t
+24064 59653 What's Really in Our Food? eng \N Is milk really a super food? Could some milk trigger heart disease, diabetes and sudden infant death syndrome? And what's the environmental cost of our dairy industry? \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:00:00 \N \N \N \N \N 13920 t
+24064 59654 What's Really in Our Food? eng \N Could toxic heavy metals be lurking beneath the batter? Are all fish and chips loaded with fat? Carolyn finds out if we should be worried about imported fish. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:30:00 \N \N \N \N \N 13921 t
+24064 59655 What's Really in Our Food? eng \N Are we serving up hormones and antibiotics with the iconic Sunday roast? Can choosing the right veggies reduce your risk of cancer? Carolyn Robinson investigates. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 13:30:00 2014-12-24 14:00:00 \N \N \N \N \N 13922 t
+24064 59656 Invention Nation eng Innovative Alternatives The guys explore Midwest farming innovations and help turn cow manure into electricity, soy into roof coatings and straw into natural home insulation. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N \N \N 13923 t
+24064 59657 Invention Nation eng Eco-Energy The guys check out bike-powered electric generators in Illinois and run into bus problems that threaten to derail their road trip. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N \N \N 13924 t
+16048 30254 Wycliffe eng Strangers Detective drama series. Wycliffe and the team are called in to investigate the events following a strange wedding with a bizarre guest list. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 18:50:00 2014-12-19 19:55:00 \N \N \N S \N 13925 t
+16048 30350 A Touch of Frost eng Another Life When a man's body is found in the canal, the ageing detective unravels the mystery of a missing dance partner and a web of intrigue involving blackmail, envy and murder. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 19:55:00 2014-12-19 22:00:00 \N \N \N S \N 13926 t
+28032 26915 Black Gold eng A Roughneck Mission Reality-documentary series about oil drilling in the USA. In the first of a new series, Brandon assembles a crack team but they get off to a bad start. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 03:40:00 2014-12-20 04:20:00 \N \N \N S,SL \N 13927 t
+28032 29695 Alias Smith and Jones eng Miracle at Santa Marta US comedy drama series about two outlaws. When his employer is murdered, the Kid finds that he is the number one suspect. Can Heyes come to his rescue? \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-20 04:20:00 2014-12-20 05:10:00 \N \N \N S \N 13928 t
+28032 29696 Minder eng From Fulham with Love Comedy drama series. Arthur extends the grasping hand of free enterprise across the Iron Curtain when a Russian ship arrives in port. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-20 05:10:00 2014-12-20 06:00:00 \N \N \N S,SL \N 13929 t
+40992 49164 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-22 05:30:00 2014-12-22 06:00:00 \N \N \N \N \N 13930 t
+4166 51775 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:00:00 \N \N \N S \N 13931 t
+41120 14138 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:30:00 \N \N \N \N \N 13932 t
+41120 14139 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 15:30:00 2014-12-23 16:00:00 \N \N \N \N \N 13933 t
+41120 14140 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N \N \N 13934 t
+41120 14141 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N \N \N 13935 t
+41120 14142 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 17:30:00 2014-12-23 18:00:00 \N \N \N \N \N 13936 t
+28512 687 The Evening Schmooze eng \N Time to unwind and chat about the day and meet new people. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 22:00:00 \N \N \N \N \N 13937 t
+15840 3588 Tune In... To 1983 eng \N Rock group Kiss appeared in public without makeup for the first time and seatbelt-use became mandatory in the UK... Tune in to see which musicians were making great music in 1983. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 13938 t
+15840 3589 Tune In... To 1980 eng \N Mount St Helen's erupted in Washington, The Soviet Union hosted their first rock music festival and the best-selling arcade game Pac-Man was released... But what records topped the charts in 1980? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 13939 t
+15840 3590 Everybody Get On Up eng \N If you're in the mood for Night Fever, you'll love this back-to-back celebration of the funkiest of floor-fillers, from Donna Summer and Alexander O'Neal, to Cameo, Shalamar and the Bee Gees. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 13940 t
+22592 17708 Extra Time on talkSPORT eng \N Russ Hargreaves hosts the fastest sports show on the dial featuring reaction to sport at home and abroad. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-21 00:00:00 2014-12-21 06:00:00 \N \N \N \N \N 13941 t
+8381 14656 Lorraine eng \N Hollywood star Ethan Hawke talks about the Golden Globe Award-nominated film Boyhood in which he stars, and Katherine Jenkins chats and performs the festive favourite Silent Night. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:25:00 \N \N \N S \N 13942 t
+8381 14657 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:25:00 2014-12-19 11:30:00 \N \N \N S \N 13943 t
+24448 63907 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N \N \N 13949 t
+41072 13782 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:30:00 \N \N \N \N \N 13950 t
+41072 13783 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:00:00 \N \N \N \N \N 13951 t
+41072 13784 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:30:00 \N \N \N \N \N 13952 t
+41072 13785 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-24 13:30:00 2014-12-24 14:00:00 \N \N \N \N \N 13953 t
+41072 13786 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N \N \N 13954 t
+41072 13787 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N \N \N 13955 t
+8325 2733 Release the Hounds eng Jingle Hell Reggie Yates presents a special festive edition of the horror game show, featuring celebrity contestants Perri, Ashley and Jordan from dance troupe Diversity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 01:00:00 \N \N \N S \N 13956 t
+8325 5129 Two and a Half Men eng Castrating Sheep in Montana American sitcom about a well-off bachelor. Berta discovers that Alan has been dating her daughter Naomi. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:30:00 \N \N \N S \N 13957 t
+8325 5130 Two and a Half Men eng Don't Worry, Speed Racer American sitcom about a well-off bachelor. When Jake reveals that he heard his mother having sex, it brings back a repressed memory for Charlie. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 01:30:00 2014-12-24 01:55:00 \N \N \N S \N 13958 t
+8325 5131 Two and a Half Men eng Release the Dogs American sitcom about a well-off bachelor. Alan visits a psychiatrist to cure him of his insomnia. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 01:55:00 2014-12-24 02:20:00 \N \N \N S \N 13959 t
+8325 5132 Two and a Half Men eng Corey's Been Dead for an Hour US sitcom. Charlie gets tired of Alan's constant scrounging and reaches breaking point during the brothers' double date. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 02:20:00 2014-12-24 02:40:00 \N \N \N S \N 13960 t
+8325 2735 The Office Xmas Party eng \N Last in series. In the final show, a party-loving property firm in Manchester plans to hold the greatest Christmas party ever seen - in the least practical location ever seen! \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-24 02:40:00 2014-12-24 03:30:00 \N \N \N S \N 13961 t
+8448 58506 Charmed eng Morality Bites Phoebe has a vision of herself being burnt to death at the stake. The sisters travel 10 years into the future to see what happened and encounter a modern-day witch hunt. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N S \N 13962 t
+8448 58507 Rules of Engagement eng Surro-Gate In the first episode of season five, Jeff and Audrey discover some surprising news about the surrogate mother they have chosen for their baby. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N S \N 13963 t
+8448 58508 Rules of Engagement eng The Bank Jeff reveals that he keeps a list of mistakes Audrey has made, which he calls 'the bank'. Russell sends a suggestive email to a colleague. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 10:30:00 2014-12-22 11:00:00 \N \N \N S \N 13964 t
+8448 58509 How I Met Your Mother eng Where Were We? Ted's romantic luck is bolstered by his new relationship with Robin, who has yet to reveal her love of guns. However, Marshall is feeling down after his split from Lily. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 \N \N \N AD,S \N 13965 t
+8448 58510 How I Met Your Mother eng The Scorpion and the Toad Marshall has a string of ill-fated nights out with Barney in a bid to meet new women. He eventually goes on a date, but bumps into Lily. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 \N \N \N AD,S \N 13966 t
+41008 58669 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:25:00 \N \N \N \N \N 13970 t
+41008 58670 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 09:25:00 2014-12-21 09:55:00 \N \N \N \N \N 13971 t
+41008 59206 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 09:55:00 2014-12-21 10:30:00 \N \N \N \N \N 13972 t
+41008 58672 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-21 10:30:00 2014-12-21 13:30:00 \N \N \N \N \N 13973 t
+41136 50325 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 12:10:00 2014-12-22 15:15:00 \N \N \N \N \N 13974 t
+41024 60707 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:00:00 2014-12-20 09:00:00 \N \N \N \N \N 13988 t
+22656 871 K! Rock n Roll Years eng \N An hour of the best rock hits all from one year. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N \N \N 13989 t
+22656 872 The Kerrang! Magazine Show eng \N Join Kerrang! Magazine's Katie P for a fast paced insight into the world's biggest selling weekly rock magazine! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 19:00:00 2014-12-20 22:00:00 \N \N \N \N \N 13990 t
+14816 982 1-2-1 Dating - AFTER DARK eng \N Can't get to sleep? Try 1-2-1 Dating's all new AFTER DARK section. For those seeking something a little extra -curricular or unusual. All for a special price of just 51p/minute \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 04:00:00 \N \N \N \N \N 13991 t
+14608 31985 Murder So Sweet eng \N Based on a true story. Harry Hamlin stars as a charming, handsome, eligible bachelor who harbours a deep dark secret. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 01:00:00 2014-12-21 03:00:00 \N \N \N \N \N 13992 t
+14752 40848 Will Cozens eng \N Will takes you into the early hours with the biggest tracks from the Capital playlist. Get involved @CapitalOfficial on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 01:00:00 2014-12-23 06:00:00 \N \N \N \N \N 13993 t
+16016 7461 A Touch of Frost eng Held in Trust The disappearance of a young boy at Denton Football Club leads Frost into a disturbing story of child abuse. And Frost must decide whether to accept a promotion. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:04:00 \N \N \N S \N 13994 t
+16016 7453 This Is ITV3+1 eng \N This Is ITV3+1. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 00:04:00 2014-12-21 18:00:00 \N \N \N \N \N 13995 t
+8442 56149 More Sex Please, We're British eng \N This funny and frank documentary sheds light on the UK's booming sex toy market, meeting the people of Lovehoney in Bath, who make adult toys, sexy lingerie, erotic books and games. \N 2 25 f 3 eng \N 9 0 0 \N 2014-12-21 00:10:00 2014-12-21 01:15:00 \N \N \N S \N 13996 t
+28352 2359 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:30:00 \N \N \N \N \N 13997 t
+8442 56182 8 Out of 10 Cats Does Countdown eng \N Host Jimmy Carr, captains Sean Lock and Jon Richardson are joined by Kevin Bridges and James Corden, while Peter Serafinowicz and Joe Wilkinson assist Susie Dent and Rachel Riley. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 01:15:00 2014-12-21 02:20:00 \N \N \N S \N 13998 t
+8442 56233 Jamie's Family Christmas eng \N Jamie Oliver's guide to a stress-free family Christmas continues with the lowdown on brunches, lunches, snacks and special bits and pieces. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 02:20:00 2014-12-21 02:50:00 \N \N \N S \N 13999 t
+40992 51938 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 08:05:00 2014-12-22 08:20:00 \N \N \N \N \N 14382 t
+8442 55857 Homeland eng The Drone Queen The US thriller returns for a fourth series. As CIA Chief of Station in Kabul, Carrie makes a critical decision. Back in the USA, Saul struggles to adjust to his new role. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 02:50:00 2014-12-21 03:55:00 \N \N \N AD,S \N 14000 t
+16016 7457 Agatha Christie's Marple eng The Blue Geranium Did a woman really die of shock when the geranium in her wallpaper turned blue? Can Marple stop a trial before the wrong person is found guilty of murder? \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:45:00 \N \N \N AD,S \N 14001 t
+16016 7458 Mamma Mia! eng \N Exuberant ABBA musical starring Meryl Streep and Amanda Seyfried, 2008. A bride-to-be invites three of her mother's ex-lovers to her wedding to find out which of them is her father \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 18:45:00 2014-12-20 21:00:00 \N \N \N AD,S \N 14002 t
+27712 22064 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:30:00 \N \N \N \N \N 14072 t
+4175 51775 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:00:00 \N \N \N S \N 14003 t
+28160 15884 Back to Basics eng \N Join Brian Broderson for foundational scripture teaching. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 21:00:00 2014-12-24 21:30:00 \N \N \N \N \N 14004 t
+28160 15885 Changing Your World eng \N Bible ministry from international teacher Dr. Creflo Dollar. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:00:00 \N \N \N \N \N 14005 t
+28160 15886 Worship Tonight eng \N Join Muyiwa for some of the best worship music around. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 14006 t
+28160 16136 Candlelight eng \N A traditional service to welcome in Christmas Day. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 14007 t
+26560 13698 #HitMix eng \N James Everton returns to The Hits Radio with the #HitMix! All The Hits in the mix! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 18:00:00 2014-12-20 22:00:00 \N \N \N \N \N 14008 t
+28032 30842 World Cup Hat-Trick Heroes eng World Cup Hat-trick Heroes Some of the greatest hat-tricks scored in the World Cup including Gary Lineker's, and of course Geoff Hurst's historic 1966 three goals. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:05:00 \N \N \N \N \N 14009 t
+28032 28002 Black Gold eng Cheston On The Chopping Block Reality-documentary series. Drilling grinds to a halt when a rival rig appears on the horizon, and Cheston's bid for promotion backfires. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 06:05:00 2014-12-23 06:40:00 \N \N \N S \N 14010 t
+28032 28027 Minder eng Fatal Impression A reformed gambler dies owing Arthur money, but a religious miracle seems to offer some compensation. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-23 06:40:00 2014-12-23 07:35:00 \N \N \N S \N 14011 t
+28032 8664 The Professionals eng Fall Girl When an old girlfriend from East Germany appears, Bodie is framed for assassination and hounded by Doyle and CI5. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-23 07:35:00 2014-12-23 08:40:00 \N \N \N AD,S \N 14012 t
+28032 28004 Kojak eng A Wind from Corsica American police drama series. A man with an infectious disease inadvertently wreaks havoc in New York City. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-23 08:40:00 2014-12-23 09:40:00 \N \N \N S \N 14013 t
+15456 21 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 12:00:00 \N \N \N \N \N 14014 t
+14832 1334 Blue Gay Rabbit NOW Open 7nts! eng \N Gay Rabbit goes BLUE from 10pm and is NOW open and live-hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail. PIN protected \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 02:00:00 \N \N \N \N \N 14015 t
+14832 1335 Blue Gay Rabbit NOW Open 7nts! eng \N Gay Rabbit goes BLUE from 10pm and is NOW open and live-hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail. PIN protected \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 02:00:00 2014-12-21 04:00:00 \N \N \N \N \N 14016 t
+8283 45014 Good Morning Britain eng \N Breakfast show. Downton Abbey star Elizabeth McGovern pops in to talk about the upcoming Christmas episode, and performs a seasonal favourite. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 08:30:00 \N \N \N S \N 14017 t
+8283 45015 Lorraine eng \N Sarah Hadland chats about starring in this year's Miranda Christmas special, and Stephanie Cole and Nina Wadia talk about the new series of Still Open All Hours. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:25:00 \N \N \N S \N 14018 t
+15840 3538 Never Mind The Baubles eng \N New! Trimming the tree will be a joy as you sing along to all your festive favourites \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N \N \N 14019 t
+15840 3539 Your Vintage eng \N A celebration of YOU and your music choices. Hosted by Atomic Kitten's Liz McClarnon and BBC 6 Music presenter Matt Everitt - this week we are in Westminster. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N \N \N 14020 t
+15840 3540 Defining Decades eng The 1990s Prepare to nail your colours to the mast as we salute the many musical movements that made the 90s great, from mainstream pop to Britpop and Madchester to Grunge. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:30:00 2014-12-19 17:00:00 \N \N \N \N \N 14021 t
+14800 1334 Blue Rabbit NOW Open 7nts! eng \N Rabbit goes BLUE from 10pm and is NOW open & Live hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 02:00:00 \N \N \N \N \N 14022 t
+14800 1335 Blue Rabbit NOW Open 7nts! eng \N Rabbit goes BLUE from 10pm and is NOW open & Live hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 02:00:00 2014-12-21 04:00:00 \N \N \N \N \N 14023 t
+15312 21 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-21 00:00:00 2014-12-21 12:00:00 \N \N \N \N \N 14024 t
+15440 21 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 12:00:00 \N \N \N \N \N 14025 t
+27648 4442 Total Fishing eng Carp at Furnace Mill Matt and Mick experiment with a range of surface-fishing techniques as they compete to catch a monster carp. Plus, top tips from the angling experts. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N \N \N 14026 t
+27648 4443 Total Fishing eng Conger Eel in Plymouth Matt and Mick are shore fishing for conger eel. Plus, Alex has hints and tips on tackling method feeders and carp expert Pete has more angling advice. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N \N \N 14027 t
+27648 4444 Total Fishing with Matt Hayes eng \N Matt is float fishing for carp at Guy's Lake in Oxford, where he shares top tips on tackle and bait. Then he travels to Ireland in search of bream - will he land a beauty? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N \N \N 14028 t
+27648 4445 Total Fishing with Matt Hayes eng \N Angling expert Matt Hayes strikes it rich at the Feliendre trout tournament, before preying on pike in Oxford. But will the marlin in Madeira end his good run? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 10:30:00 2014-12-22 11:00:00 \N \N \N \N \N 14029 t
+27648 4446 Robson Green: Extreme Fisherman eng Venezuela Robson's in South America to attempt fishing's greatest challenge: catching three types of billfish. Then, he comes face-to-face with a whale shark. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N \N \N 14030 t
+8264 22746 The Speakmans eng \N Therapists Nik and Eva Speakman attempt to treat ordinary people with extraordinary problems. Today's patient is a woman terrified of falling ill if she leaves her home. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 09:25:00 2014-12-22 10:20:00 \N \N \N S \N 14031 t
+28352 2360 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 04:30:00 2014-12-24 05:00:00 \N \N \N \N \N 14032 t
+28352 2361 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:30:00 \N \N \N \N \N 14033 t
+24480 3626 It's Snow Time eng \N Break out the sleigh bells for a host of festive favourites to chill out with this season. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N \N \N 14064 t
+40992 51939 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 08:20:00 2014-12-22 08:30:00 \N \N \N \N \N 14383 t
+8264 24809 Dickinson's Real Deal eng \N Today Middlesbrough plays host to David and his team of dealers. David and the auctioneer are excited by a stylish 1930s cocktail watch, but will it attract the dealers' cash? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 10:20:00 2014-12-22 11:20:00 \N \N \N S \N 14034 t
+8264 48608 Tipping Point eng \N Ben Shephard hosts the quiz show in which four players take on an extraordinary machine in the hope of winning its 10,000 pound jackpot. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 11:20:00 2014-12-22 12:20:00 \N \N \N S \N 14035 t
+22400 663 Babestation Xtra eng The place to find all your favourite sexy babes at once. Babestation gives you XXXtra! Plus don't forget to check out BSX from 11 30pm. Press red on Ch 174 to find out more! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 22:00:00 2014-12-23 05:00:00 \N \N \N \N \N 14036 t
+8384 58674 The Big Bang Theory eng The Bath Item Gift Hypothesis At Christmas, Leonard's handsome colleague starts dating Penny, while Sheldon's obsession with gift-giving etiquette torments his friends. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:00:00 \N \N \N AD,S \N 14037 t
+8384 58675 The Big Bang Theory eng The Killer Robot Instability Kripke challenges the boys to a robot duel, while Howard is hurt when Penny reveals what she thinks about his behaviour towards women. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 13:00:00 2014-12-21 13:30:00 \N \N \N AD,S \N 14038 t
+8384 59207 The Big Bang Theory eng The Friendship Algorithm Sheldon develops a scientific procedure for making friends when he discovers that Kripke has control of a new supercomputer at the university. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 13:30:00 2014-12-21 14:00:00 \N \N \N AD,S \N 14039 t
+8384 59220 The Big Bang Theory eng The Financial Permeability When Sheldon lends Penny some money, it brings her ex-boyfriend Kurt back into her life, with negative consequences for the gang. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:30:00 \N \N \N AD,S \N 14040 t
+8384 58676 The Simpsons eng Summer of 4'2" Lisa uses the holiday as a chance to change her image, and gets in with a cool crowd (guest star Christina Ricci). But Bart is not pleased that his sister is so popular. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:30:00 2014-12-21 15:00:00 \N \N \N AD,S \N 14041 t
+28480 8039 Donnie Swaggart eng \N The Preaching Ministry of Donnie Swaggart, recorded at Family Worship Center Church in Baton Rouge, LA \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 15:00:00 2014-12-20 17:00:00 \N \N \N \N \N 14042 t
+28480 8040 Frances and Friends eng \N Talk show hosted by Frances Swaggart, covering current events from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 17:00:00 2014-12-20 19:00:00 \N \N \N \N \N 14043 t
+27168 59526 A Place in the Sun eng Home or Away Laura Hamilton and Jonnie Irwin help Alan and Ruth find two new properties to buy, one in Murcia, south-eastern Spain, and the other in Exeter. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N S \N 14044 t
+27168 59527 The Supervet eng Christmas in the Clinic: In this festive special, Noel treats Fieval the Labrador, who needs a total hip replacement And the show catches up with Scooby the Labrador, Jasper the puppy and Pixie the cat. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N S \N 14045 t
+27168 59528 Dogs: Their Secret Lives eng Mark Evans catches up with some of the fat, aggressive and difficult dogs featured on Dogs Their Secret Lives earlier this year. How are they getting on following their expert advice? \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N S \N 14046 t
+13120 8588 Beauty Pick of the Year eng \N Celebrate 12 Beauty Picks of the Month with this showcase of fabulous make-up, skincare and haircare all on free P&P. Plus get expert hints and tips from Alison Young. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 14047 t
+13120 8589 Accessories by Kipling eng \N Showcasing the fashionable and classic bags created by this international brand, including handbags, rucksacks, travel bags and weekend away bags. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 14048 t
+13120 8590 Alpha-H Skincare eng \N Give your skin a boost with hi-tech skincare featuring a synergy of blended botanical ingredients coupled with glycolic acid - an alpha hydroxy acid (AHA) which occurs naturally in sugar cane. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 14049 t
+23152 17519 New eng Crime Stories Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N \N \N 14050 t
+23152 17520 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N \N \N 14051 t
+23152 17521 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 \N \N \N \N \N 14052 t
+23152 17522 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N \N \N 14053 t
+23152 17523 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 17:30:00 2014-12-23 18:00:00 \N \N \N \N \N 14054 t
+17472 55533 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-22 10:10:00 2014-12-22 11:10:00 \N \N \N \N \N 14055 t
+17472 51443 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 11:10:00 2014-12-22 12:10:00 \N \N \N \N \N 14056 t
+8500 5898 New eng Kids' Hospital at Christmas Last in the documentary series. On Christmas Day on the wards, head of nursing Walter is trying to work out how to get staff home when there is no public transport running. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N S \N 14057 t
+8500 5899 Saving Private Ryan eng \N Powerful World War II drama starring Tom Hanks and Ed Burns. A group of US soldiers is sent to find and send home a private whose brothers have all been killed in action. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N 1998 S \N 14058 t
+8500 5900 5 News Update eng \N . \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:05:00 \N \N \N \N \N 14059 t
+8500 5901 Saving Private Ryan eng \N Powerful World War II drama starring Tom Hanks and Ed Burns. A group of US soldiers is sent to find and send home a private whose brothers have all been killed in action. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 23:05:00 2014-12-24 01:15:00 \N \N 1998 S \N 14060 t
+40992 51940 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 08:30:00 2014-12-22 08:40:00 \N \N \N \N \N 14384 t
+40992 51941 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 08:40:00 2014-12-22 09:00:00 \N \N \N \N \N 14385 t
+25728 54609 Your Greatest Christmas Song Ever eng \N Join Rylan Clark for the results of Your Greatest Christmas Song Ever! Which yuletide anthem tops the chart? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 21:00:00 \N \N \N \N \N 14065 t
+15808 50319 Best of Crash eng \N If it's been crashed and it's caught on camera you can be sure that all the carbon fibre-splintered heartache will be replayed in Best of Crash. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:25:00 \N \N \N \N \N 14066 t
+15808 50320 Australian National Drag Racing eng \N Now entering its fifth decade, Australia's domestic drag racing championship remains the country's fastest adrenaline explosion on four wheels. Sydney - Top Alcohol / Top Fuel Bikes. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 06:25:00 2014-12-22 07:20:00 \N \N \N \N \N 14067 t
+15808 50321 Night Of The Jumps eng \N Freestyle motocross hits dizzying new heights thanks to Night of the Jumps' incredible line-up of aerial acrobats. Action from Frankfurt. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 07:20:00 2014-12-22 09:00:00 \N \N \N \N \N 14068 t
+27712 22061 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:30:00 \N \N \N \N \N 14069 t
+27712 22062 Innovate Africa eng \N Today on Innovate Africa, connecting remote medical facilities by satellite broadband. Using Lasers to tackle serious diseases and a new African space race. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N \N \N 14070 t
+27712 22063 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N \N \N 14071 t
+27712 22065 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 11:30:00 2014-12-24 12:00:00 \N \N \N \N \N 14073 t
+12992 30832 NCIS eng The Good Son American crime drama. A case hits close to home when the lead suspect in the murder of a petty officer is Director Vance's brother-in-law. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N AD,S \N 14077 t
+12992 30833 NCIS eng Jet Lag US drama following the work of the navy's dedicated federal agency. DiNozzo and Ziva find themselves trapped on a transatlantic flight with an anonymous assassin. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N AD,S \N 14078 t
+12992 30834 NCIS eng Masquerade US drama following the work of the navy's dedicated federal agency. The NCIS team races against time to thwart a terrorist plot to unleash a dirty bomb on DC. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N AD,S \N 14079 t
+13120 7367 Jewellery Gift Ideas ft Links eng \N Discover our wide selection of jewellery designs and find the perfect present for someone special. This show features top brand Links of London. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N \N \N 14080 t
+13120 7368 The Electrical Home Gifts eng \N Find everything a tech fan could want or need with this gift ideas show. From low end to high end home electronics, this show covers all budgets and the latest in hi-tech technology. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N \N \N 14081 t
+13120 7369 Christmas Gift Ideas eng \N Take the stress out of Christmas shopping and browse our marvellous selection of gift ideas to find the perfect present for someone special. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 20:00:00 2014-12-20 22:00:00 \N \N \N \N \N 14082 t
+22720 1313 Saturday Night Kiss with Danny Lee eng \N Danny Lee mixes up the biggest club tracks \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 03:00:00 2014-12-21 04:00:00 \N \N \N \N \N 14083 t
+22720 1314 Kiss Jams mixed by DJ Swerve eng \N DJ Swerve mixes Kiss Jams for your Saturday Night \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 04:00:00 2014-12-21 05:00:00 \N \N \N \N \N 14084 t
+22720 1315 Freddie eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 05:00:00 2014-12-21 10:00:00 \N \N \N \N \N 14085 t
+28096 59367 Mongrels eng \N Adult humour with those deceptively cutesy puppets! Nelson visits a petting zoo in the hope of getting stroked. Destiny takes the credit for saving a drowning boy \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 03:15:00 2014-12-21 03:45:00 4 \N \N \N 1 14086 t
+28096 59368 Man v. Food eng Brooklyn More hefty food challenges as the insatiable Adam Richman takes on New York's spiciest wings at Buffalo Cantina for a second time, after a failed first attempt. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-21 03:45:00 2014-12-21 04:10:00 \N \N \N AD,S \N 14087 t
+28096 59369 Frank Skinner's Opinionated eng \N Frank Skinner is joined by Russell Howard in Alan Partridge country to take a sideways look at the week's events. What do they make of the pedestrianisation of Norwich city centre? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 04:10:00 2014-12-21 04:40:00 \N \N \N \N \N 14088 t
+28096 59370 Lizard Lick Towing eng Action-packed US reality series from North Carolina following couple Amy and Ron, who run a towing company. This time, they recover some high horsepower goods lawn mowers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 04:40:00 2014-12-21 05:00:00 \N \N \N S \N 14089 t
+28096 59793 Close eng \N Close. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 05:00:00 2014-12-21 08:00:00 \N \N \N \N \N 14090 t
+17664 58674 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:00:00 \N \N \N \N \N 14091 t
+17664 58675 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 13:00:00 2014-12-21 13:30:00 \N \N \N \N \N 14092 t
+17664 59207 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 13:30:00 2014-12-21 14:00:00 \N \N \N \N \N 14093 t
+17664 59220 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:30:00 \N \N \N \N \N 14094 t
+17664 58676 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 14:30:00 2014-12-21 15:00:00 \N \N \N \N \N 14095 t
+14544 150 Xpanded TV eng \N Cheap Chat Live! Call in now to chat to one of the fab Xpanded babes at great low rates. VIP callers jump the queue for faster connections! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 05:30:00 \N \N \N \N \N 14096 t
+25728 54672 40 Greatest Christmas Songs eng \N A countdown of the top 40 greatest Christmas hits, featuring Mariah Carey, Live Aid, Slade, Wizard and many more. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 17:30:00 \N \N \N \N \N 14097 t
+22272 65146 Top Gear eng \N Buckle up for more motoring escapades. In Albania, the team test luxurious cars including the Rolls-Royce Ghost, the Bentley Mulsanne and the Mercedes S65 AMG. Jonathan Ross guests. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N AD,S \N 14098 t
+22272 65147 Storage Hunters eng High Noon Auction anarchy! Scott, Brandon and Lori hope to strike it rich in Vegas, but Dustin and Desert Dan are betting big too. The factions compete for a geologist's bin. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N S \N 14099 t
+22272 65148 Storage Hunters eng Abracadabra All bets are off as the auction-goers battle for bargains in Las Vegas. Dustin continues to pose a threat to Brandon and Lori as mystery bins test their resolve. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N S \N 14100 t
+17920 41806 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 22:35:00 2014-12-20 23:05:00 \N \N \N \N \N 17125 t
+22272 65149 QI XL eng Kinetic Jovial quiz. Stephen Fry gets things moving with a look at kinetics, as perplexed guests Jo Brand, Marcus Brigstocke, Danny Baker and Alan Davies go through the motions. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N S \N 14101 t
+17540 51775 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:00:00 \N \N \N \N \N 14102 t
+28352 2297 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N \N \N 14103 t
+28352 2298 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N \N \N 14104 t
+28352 2299 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N \N \N 14105 t
+27456 45372 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N \N \N 14107 t
+27456 45373 SophieCo eng \N Tune in for the interview show SophieCo with its charming host Sophie Shevardnadze and enjoy good talk. Solid facts, uncommon opinions, thoughtful observations. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N \N \N 14108 t
+27456 45374 In The Now with Anissa Naouai eng \N In the Now, hosted by Senior Political correspondent Anissa Naouai, is fresh, honest, and hard-hitting news coverage on the world's most pressing issues with one of RT's most experienced journalists. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N \N \N 14109 t
+27456 45375 News Team eng \N News Team looks at the world's biggest news from behind-the-scenes, following the reporters who work hard to cover what's happening. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N \N \N 14110 t
+27456 45376 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N \N \N 14111 t
+27456 45377 Going Underground eng \N Going Underground brings our UK viewers the news they won't get on other networks. We examine both underground and mainstream issues from a fresh and alternative perspective. With Afshin Rattansi. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N \N \N 14112 t
+27744 42097 Star Trek - The Original Series eng \N The original Star Trek series, digitally remastered to look and sound better than ever. Unforgettable episode as the gunfight at the OK Corral is re-enacted./24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 6 \N \N \N 3 14113 t
+4169 50078 Look North eng \N The latest news, sport and weather for the North East and Cumbria. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N S \N 14253 t
+27744 42098 Nash Bridges eng \N The high-action exploits of San Francisco police officer Nash Bridges. Joe goes undercover inside State Prison to bring down a ruthless gang leader from the Mexican mafia./18 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 8 \N \N \N 2 14114 t
+27744 42099 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. Picard ends up stranded on a barren planet with a woman who falls desperately in love with him. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 14115 t
+26240 11731 Eloise Carr eng \N Eloise ends the day on heat radio! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 19:00:00 2014-12-22 22:00:00 \N \N \N \N \N 14116 t
+27328 17248 BTSP eng \N For the full SP of all things BT Sport there's highlights of the week, what we've learnt from the weekend and what's being said on social media - and you can have your say @btsp. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:30:00 \N \N \N \N \N 14117 t
+27328 17249 Barclays Premier League Preview eng \N BT Sport takes a look ahead to all the upcoming action in the Barclays Premier League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 06:30:00 2014-12-20 07:00:00 \N \N \N \N \N 14118 t
+27328 17250 Mainz v Bayern Munich eng \N Bundesliga action from the Coface Arena. Bayern have won the last four against the 0-Fives, defeating them 2-0 here in February through late goals from Bastian Schweinsteiger and Mario Gotze. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 07:00:00 2014-12-20 08:00:00 \N \N \N \N \N 14119 t
+27328 17688 Lens v Nice eng \N French Ligue 1 from Stade de la Licorne. Lens have so far struggled on their return to the top division, but their unbeaten run against the Eaglets stretches back to 2007. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 08:00:00 2014-12-20 09:00:00 \N \N \N \N \N 14120 t
+28512 699 The Evening Schmooze eng \N Time to unwind and chat about the day and meet new people. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 22:00:00 \N \N \N \N \N 14121 t
+32896 8655 Littlest Pet Shop eng \N Plane It On Rio! - Blythe and the pets compete in the Carnival parade in Rio, but an old nemesis shows up as well, determined to defeat them. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:30:00 \N \N \N \N \N 14122 t
+32896 8656 Littlest Pet Shop eng \N The Expo Factor - Blythe is stressing about the upcoming International Pet Fashion Expo and her worries increase dramatically when she's asked to do a photo shoot for top fashion magazine. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 12:30:00 2014-12-23 13:00:00 1 2 \N \N \N 14123 t
+32896 8657 Littlest Pet Shop eng \N The Expo Factor - Blythe is stressing about the upcoming International Pet Fashion Expo and her worries increase dramatically when she's asked to do a photo shoot for top fashion magazine. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 2 2 \N \N \N 14124 t
+32896 8658 Littlest Pet Shop eng \N Blythe goes on a great new adventure when she moves into a flat above Littlest Pet Shop where she learns she can talk with the pets who hang out in the shop. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 1 2 \N \N \N 14125 t
+32896 8659 Totally Spies eng \N Futureshock! The Girls accidently send themselves 25 years into the future. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N \N \N 14126 t
+32896 8660 Totally Spies eng \N I Hate The 80s - Boogie Gus tries to turn Beverly Hills into the ultimate 80s paradise. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N \N \N 14127 t
+24032 31401 The Boy Who Saved Christmas eng \N Fantasy comedy starring Amy Stromer and Andre Bourque, 1998. Santa's evil twin plans to reverse Christmas so that he receives presents from the children \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 13:05:00 2014-12-23 15:00:00 \N \N \N \N \N 14128 t
+23184 17431 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:30:00 \N \N \N \N \N 14129 t
+23184 17432 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 06:30:00 2014-12-21 07:00:00 \N \N \N \N \N 14130 t
+23184 17433 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S3 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:30:00 \N \N \N \N \N 14131 t
+23184 17434 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S3 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 07:30:00 2014-12-21 08:00:00 \N \N \N \N \N 14132 t
+23184 17435 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S3 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:30:00 \N \N \N \N \N 14133 t
+24448 64000 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 14372 t
+23184 17436 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S3 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N \N \N 14134 t
+22226 11825 Damian's Are You Smarter Than Your 10 Year Old? A few things have changed in Britain's favourite classroom eng \N Hosted by Damian Williams, past-it pupils are pitted against a baby-faced boffin they're related to. \N 2 25 f 5 eng eng 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:55:00 \N \N \N S \N 14135 t
+22226 6221 Takeshi's Castle eng \N Comedy game show voiced by Craig Charles. Contestants vie for a cash prize as they attempt to overcome the giant games fortifying Takeshi Kitano's castle. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-21 06:55:00 2014-12-21 07:20:00 \N \N \N S,AD \N 14136 t
+22226 6250 Takeshi's Castle eng \N Comedy game show voiced by Craig Charles. Contestants vie for a cash prize as they attempt to overcome the giant games fortifying Takeshi Kitano's castle. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-21 07:20:00 2014-12-21 07:50:00 \N \N \N S,AD \N 14138 t
+22226 6254 Takeshi's Castle eng \N Comedy game show voiced by Craig Charles. Contestants vie for a cash prize as they attempt to overcome the giant games fortifying Takeshi Kitano's castle. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-21 07:50:00 2014-12-21 08:20:00 \N \N \N S,AD \N 14139 t
+22226 11826 Takeshi's Castle eng \N Comedy game show voiced by Craig Charles. Contestants vie for a cash prize as they attempt to overcome the giant games fortifying Takeshi Kitano's castle. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-21 08:20:00 2014-12-21 08:50:00 \N \N \N S,AD \N 14140 t
+22226 11827 Got To Dance eng \N Hosted by Davina McCall, it's the second semi-final and Beyond Repair, DNA, Kane Ricca, Matthew Koon, MJ Latin and Raw Edge do battle. Who will win the viewers' vote? \N 2 25 f 5 eng \N 3 0 0 \N 2014-12-21 08:50:00 2014-12-21 10:00:00 6 9 \N \N \N 14141 t
+24128 735 Asian Connections eng \N Speak to our girls live in Thailand for flirty, chatty fun. 18+ Only \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 04:00:00 2014-12-21 05:00:00 \N \N \N \N \N 14142 t
+24128 736 Programmes start at 4am eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 05:00:00 2014-12-22 04:00:00 \N \N \N \N \N 14143 t
+15856 3689 May the Best Christmas House Win eng \N Four homeowners compete against each other in a special one-off Christmas special of the home decorating show. Who will impress the others and bag the £1000 prize? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N S \N 14144 t
+15856 3690 The Real Housewives of Vancouver eng High Notes and Low Blows Reality show following a group of ambitious Canadian women. Ioulia invites the housewives over for a drawing party, while Robin secures a live singing gig. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N S \N 14145 t
+15856 3442 The Real Housewives of Vancouver eng Cold Shoulders and Hot Butts Reality series. Amanda, Ronnie and Jody take a trip to Toronto for Jody's appearance on Top Chef Canada. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N S \N 14146 t
+20352 58274 eng \N \N \N 2 25 f 1 eng eng 1 0 0 \N 2014-12-21 12:00:00 2014-12-21 14:00:00 \N \N \N \N \N 14147 t
+20352 58275 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:50:00 \N \N \N \N \N 14148 t
+24016 12864 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 04:00:00 2014-12-21 06:00:00 \N \N \N \N \N 14149 t
+24256 1026 Babestation Daytime eng \N Speak to stunning girls (18+) on your screen and take part in this leading interactive show. Babestation babes are waiting for you! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-21 05:30:00 2014-12-21 07:00:00 \N \N \N \N \N 14150 t
+23296 5828 Something for Everyone eng \N Thousands of like-minded people are waiting for you now. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 04:00:00 2014-12-21 06:00:00 \N \N \N \N \N 14151 t
+8283 15867 Let's Do Christmas with Gino & Mel eng \N Festive food and celebrity chat with Gino D'Acampo and Melanie Sykes. The final show of the series is a Text Santa special with today's guest swimming legend Mark Foster. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 12:30:00 2014-12-19 13:30:00 \N \N \N S \N 14152 t
+8283 15868 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N S \N 14153 t
+23120 20392 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 03:00:00 2014-12-21 04:00:00 \N \N \N \N \N 14155 t
+23120 20410 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 04:00:00 2014-12-21 05:00:00 \N \N \N \N \N 14156 t
+23120 20409 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 05:00:00 2014-12-21 06:00:00 \N \N \N \N \N 14157 t
+23904 781 Asian Connections eng \N Speak to our girls live in Thailand for flirty, chatty fun. 18+ Only \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 05:00:00 2014-12-21 06:00:00 \N \N \N \N \N 14158 t
+23280 5833 60 Second Date eng \N The fastest way to find a date in the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 04:00:00 2014-12-21 06:00:00 \N \N \N \N \N 14159 t
+22080 1274 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:30:00 \N \N \N \N \N 14160 t
+22080 1275 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 15:30:00 2014-12-22 16:00:00 \N \N \N \N \N 14161 t
+22080 1288 The Pistorius Trial eng The Full Story Following the dramatic Oscar Pistorius verdict; a special programme examining his life with Reeva Steenkamp, and the tragic Valentine's Day shooting which cut short their relationship. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 14162 t
+22080 1289 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N \N \N 14163 t
+22080 1290 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 17:30:00 2014-12-22 18:00:00 \N \N \N \N \N 14164 t
+16208 36951 Birds of a Feather eng Rising Damp Sitcom about the Essex sisters Sharon and Tracey. With Darryl back in prison, Tracey decides to kick over the traces. Sharon launches a campaign to free Chris. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 01:05:00 2014-12-21 02:00:00 \N \N \N \N \N 14165 t
+16208 38362 Wish Me Luck eng \N A rare chance to see this much-loved drama series in its entirety. The opening episode sees Liz Grainger leave her daughter and comfortable life in Devon to train as a secret agent. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-21 02:00:00 2014-12-21 02:55:00 \N \N \N S \N 14166 t
+16208 38363 Barbara Taylor Bradford's Act of Will eng \N Classic four-part drama based on Barbara Taylor Bradford's amazing true-life story. Audra is sent out to train as a nurse when her mother dies and leaves no estate. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-21 02:55:00 2014-12-21 03:50:00 \N \N \N \N \N 14167 t
+17920 41807 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 23:05:00 2014-12-20 23:30:00 \N \N \N \N \N 17126 t
+27168 59901 Kirstie's Handmade Britain eng \N Kirstie Allsopp enters some of the toughest craft competitions across the country. In the first episode in the series she takes part in a cake show in Devon. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N S \N 14168 t
+27168 59902 Come Dine with Me eng \N This episode comes from Cumbria, and features a proud nanny, some relentless ribbing, some Turkish food, Hungarian food, and a host whose healthy-eating ways prove controversial. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 \N \N \N S \N 14169 t
+27168 59903 Come Dine with Me eng \N Battling it out for £1000 in Leeds are research fellow Jami, MP's wife Susan, philosophy student Kara, and supply chain analyst Jemma Pendlebury. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N S \N 14170 t
+41056 18120 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 14171 t
+41056 18121 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N \N \N 14172 t
+41056 18122 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-23 13:30:00 2014-12-23 13:55:00 \N \N \N \N \N 14173 t
+41056 18123 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 13:55:00 2014-12-23 14:00:00 \N \N \N \N \N 14174 t
+41056 18124 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:05:00 \N \N \N \N \N 14175 t
+41056 18125 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 14:05:00 2014-12-23 15:00:00 \N \N \N \N \N 14176 t
+28352 2362 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N \N \N 14177 t
+27328 17312 Barclays Premier League Review eng \N A look at the best of the recent action from the Barclays Premier League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 14178 t
+27328 17313 SPFL Highlights eng \N The best of the recent action from the Scottish Professional Football League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N \N \N 14179 t
+27328 17454 Global Goals eng \N A round-up of the greatest goals from around the world, all accompanied by some great music. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 11:30:00 2014-12-23 11:45:00 \N \N \N \N \N 14180 t
+23040 38172 Jamie's 15 Minute Meals eng \N Jamie cooks crab bolognese with crunchy fennel salad, plus Mexican BLT, chillies, guacamole and salad. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 14182 t
+23040 38173 Reza Spice Prince of Vietnam eng \N This series follows Chef Reza Mahammad, one of the UK's top Indian restaurateurs, on an unforgettable journey around Vietnam to discover the history of royal food and feasting. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N \N \N 14183 t
+23040 38174 Barefoot Contessa eng \N The delightful Ina Garten reveals her cooking secrets. Ina prepares a scrumptious dish to help her friend settle in her new home. And to finish off, she serves up delicious raspberry shortcakes. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 14184 t
+4169 49759 The One Show eng \N If it's got Britain talking then it will get talked about on The One Show. Presented by Chris Evans and Alex Jones. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N S \N 14254 t
+23040 38175 Barefoot Contessa eng \N The delightful Ina Garten reveals her cooking secrets. Ina sends a food lover's delight to a friend in the city. The package consists of a beautiful fillet of beef and a perfect plum tart. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N \N \N 14185 t
+23040 38176 Home Cooking Made Easy eng \N Lorraine Pascale dishes up her favourite foods. First she cranks up the volume on a kitchen classic with a prosciutto and brie toastie that's ready in moments. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:30:00 \N \N \N \N \N 14186 t
+23040 38177 Home Cooking Made Easy eng \N Today, Lorraine has got entertaining at home covered. First up are perfect casual nibbles to share with friends - herbed, baked scotch eggs, goat's cheese truffles and mini beef wellingtons. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N \N \N 14187 t
+16080 14882 Holiday and Cruise Club eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 14188 t
+16080 14883 Pothole Britain - Drivers Beware! eng \N Documentary about the problems caused by potholes. From victims to council staff and campaigners, this film talks to the people who are trying to do something about them. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N S \N 14189 t
+16080 14884 New eng The Railway: First Great... Final episode in the documentary series. In this episode, as the deadline to re-open the mainline at Dawlish nears, engineers work around the clock to annul the threat of a landslide. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N S \N 14190 t
+8385 58275 Stormbreaker eng \N Family action-thriller. British intelligence recruit a schoolboy (Alex Pettyfer) to take on the man (Mickey Rourke) who killed his father and who threatens to unleash a deadly virus. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:50:00 \N \N 2006 AD,S \N 14191 t
+8385 58276 A Monster in Paris eng \N Family animation. An experiment accidentally creates a man-sized flea. But while the rest of Paris hunts the 'monster', a singer discovers the gentle creature has a talent for music. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 14:50:00 2014-12-21 16:35:00 \N \N 2012 S \N 14192 t
+41040 17041 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:30:00 \N \N \N \N \N 14193 t
+41040 17042 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 \N \N \N \N \N 14194 t
+41040 17286 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-19 01:00:00 2014-12-19 02:00:00 \N \N \N \N \N 14195 t
+41040 17044 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 02:00:00 2014-12-19 03:00:00 \N \N \N \N \N 14196 t
+8325 2639 Santa Baby eng \N Festive comedy starring Jenny McCarthy and George Wendt, 2006. A businesswoman has an opportunity to cash in when her father - who just happens to be Santa Claus - falls ill \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 15:15:00 2014-12-20 17:10:00 \N \N \N S \N 14197 t
+8325 5319 The Nightmare Before Christmas eng \N Animated musical fantasy starring Catherine O'Hara and Chris Sarandon, 1993. Jack Skellington, the Pumpkin King, decides to gatecrash Christmas Town \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 17:10:00 2014-12-20 19:00:00 \N \N \N AD,S \N 14198 t
+22272 64372 Top Gear eng \N The boys return with more motoring fun and banter. Here, they head to Romania in search of the world's greatest road, and Eric Bana is the Star in a Reasonably Priced Car. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N AD,S \N 14199 t
+22272 64373 Top Gear eng \N Strap in for a spin with Jeremy, James and Richard. Here, the chaps attempt to build their own electric car, while the Star in a Reasonably Priced Car is actor Michael Sheen. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N AD,S \N 14200 t
+22272 64374 Traffic Cops eng Over the Limit We follow the trials and tribulations of the South Yorkshire traffic police. The police use roadside cameras along the M1 to tackle speeding motorists. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N \N \N 14201 t
+22272 64375 Traffic Cops eng Right Time, Right Place High-speed stories with the traffic police. They bravely battle against teenage car criminals who ignore the courts and keep on driving despite being banned. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N \N \N 14202 t
+27840 6686 Winter Wonderland eng Massive Savings this Christmas! Showcasing Rocks and Co's high quality gemstones and jewellery Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N \N \N 14203 t
+27840 6687 Winter Wonderland eng Massive Savings this Christmas! Showcasing Rocks and Co's high quality gemstones and jewellery Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 14204 t
+17920 41808 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 23:30:00 2014-12-20 23:50:00 \N \N \N \N \N 17127 t
+27840 6688 Winter Wonderland eng Massive Savings this Christmas! Showcasing Rocks and Co's high quality gemstones and jewellery Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 14205 t
+25792 52502 Stonehenge eng \N In 2008, investigations began into a radical new theory that Stonehenge was a place of healing - a Bronze Age Lourdes. What will modern forensic science reveal? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N S \N 14206 t
+25792 52503 The Beauty of Maps eng Medieval Maps - Mapping the Medieval Mind The wondrous art of cartography. The Hereford Mappa Mundi is the world's largest Medieval map, depicting human knowledge in a single image. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N \N \N 14207 t
+25792 52504 The Beauty of Maps eng Atlas Maps - Thinking Big Size is everything in this engaging look at colossal cartography, from the vast floor maps in the Royal Palace of Amsterdam to the 1.75m tall Klencke Atlas. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 \N \N \N \N \N 14208 t
+25792 52505 Locomotion eng Dan Snow's History of Railways Not just for train buffs, Dan Snow's fabulous history of the tracks begins with a look at the development of the railway network and steam engines during the Industrial... \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N AD,S \N 14209 t
+41024 59901 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 14210 t
+41024 59902 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 \N \N \N \N \N 14211 t
+41024 59903 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N \N \N 14212 t
+16080 14770 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:30:00 \N \N \N \N \N 14213 t
+14498 26584 Wheeler Dealers eng Alfa Romeo Spider Veloce 2000 Part 1 Bought by Mike Brewer for 2,200, Edd China takes charge of a 1972 Alfa Romeo Spider Veloce 2000 and strips it down for a respray. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 \N \N \N \N \N 14214 t
+14498 26585 Wheeler Dealers eng Alfa Romeo Spider Veloce 2000 Part 2 Auto expert Mike Brewer checks in on Edd to see how the '72 Alfa Romeo Spider is shuffling along. Is there life in the old girl yet? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 \N \N \N \N \N 14215 t
+14498 26586 Salvage Hunters eng \N Drew hits the road to restock and finds a Devon salvage yard stuffed with funky pieces before heading to Battle, where an offbeat inventor's collection includes a mummified cat. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 14216 t
+14498 28006 Baggage Battles eng \N Mark, Billy and Laurence and Sally arrive at an airport hanger in Indianapolis to outbid each other, and the locals, on items such as luggage, antiques and sports memorabilia. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N \N \N 14217 t
+14498 28007 Baggage Battles eng \N Every year in America, truckers transport $671 billion of shipped goods. When this gets lost or undelivered, it becomes 'unclaimed freight'. Can our team win some of the pallets? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:00:00 \N \N \N \N \N 14218 t
+4168 49757 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N S \N 14219 t
+4168 50100 North West Tonight eng \N The latest news, sport and weather for the North West of England. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N S \N 14220 t
+4168 49759 The One Show eng \N If it's got Britain talking then it will get talked about on The One Show. Presented by Chris Evans and Alex Jones. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N S \N 14221 t
+4168 49760 The Two Ronnies Sketchbook eng \N The Two Ronnies delve into the backstage stories behind classic comedy moments, as they reveal memories from their impressive careers. Including the 'fork handles' sketch. Then BBC News. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N S \N 14222 t
+4168 49762 EastEnders eng \N Fingers are pointed in all directions as more evidence comes to light in Lucy's murder investigation. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N AD,S \N 14223 t
+4168 49763 Citizen Khan eng A Khan Family Christmas Family sitcom. Mr Khan has been given the honour of placing the star on top of the Sparkhill interfaith Christmas tree. Shazia has other plans. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 7 7 \N AD,S \N 14224 t
+14720 25930 Roberto eng \N Roberto helps you unwind at the end of the day with more music variety. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 22:00:00 \N \N \N \N \N 14225 t
+15856 3515 The Real Housewives of Atlanta eng \N Reality series following the lives of five glamorous Atlanta ladies. The production team present never-before-seen footage from the show's first series. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 18:40:00 2014-12-23 19:00:00 \N \N \N S \N 14226 t
+15856 3516 The Millionaire Matchmaker eng House of Cards Reality series following a matchmaker who caters for wealthy clients. Patti tries to find love for a professional poker player who mothers her men. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N S \N 14227 t
+15856 3517 Flipping Out eng Never Mix Food with Business Reality series following property speculator Jeff Lewis. For the first time ever, Jeff Lewis Designs takes on a restaurant - the legendary Casa Vega. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 14228 t
+17609 19694 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 08:30:00 \N \N \N \N \N 14229 t
+17609 19695 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:25:00 \N \N \N \N \N 14230 t
+22080 2810 Sky News With Kay Burley eng \N The latest news and sport, including interviews with the personalities making the news. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:30:00 \N \N \N S \N 14231 t
+22080 2815 Sky News With Kay Burley eng \N Kay Burley presents the latest news with business and weather updates. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 15:30:00 2014-12-19 16:00:00 \N \N \N S \N 14232 t
+22080 2821 Sky News With Kay Burley eng \N The latest news and sport, including interviews with the personalities making the news. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:30:00 \N \N \N S \N 14233 t
+22080 2826 Sky News With Kay Burley eng \N Kay Burley presents the day's news, plus the latest business with a live markets review, followed by weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:00:00 \N \N \N S \N 14234 t
+22080 2831 Sky News With Andrew Wilson eng \N Andrew Wilson presents a fast-paced and informative look at the day's top stories and the issues behind them. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N S \N 14235 t
+22080 2927 Sky News With Andrew Wilson eng \N Andrew Wilson presents comprehensive round-up of all the day's news, with live interviews, latest sports headlines & weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N S \N 14236 t
+22336 58458 Suburgatory eng The Wishbone Tessa visits her grandmother in New York for Thanksgiving dinner so that she can meet her mother for the first time. Malik joins the Shays for the holiday. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N AD,S \N 14237 t
+22336 58459 Happy Endings eng Cocktails & Dreams When Dave gets a licence to serve alcohol from the 'Steak Me Home Tonight' truck, it becomes the most fashionable place to socialise in Chicago. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N AD,S \N 14238 t
+22336 58462 Charmed eng Witch Trial In the first episode of season two, one year after becoming witches, the sisters are challenged by a powerful horned demon called Abraxas who steals the Book of Shadows. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N S \N 14239 t
+22336 58460 Rules of Engagement eng Harassment A new employee who takes exception to Audrey files a sexual harassment claim against her. Timmy challenges Jeff to a game of cricket. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N S \N 14240 t
+22336 58461 Rules of Engagement eng They Do? In the final episode of series four, Adam and Jennifer organise a secret wedding ceremony, but a series of unfortunate events soon puts their plans in jeopardy. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N S \N 14241 t
+15952 41772 The Cube eng Celebrity Special Phillip Schofield presents a celebrity edition of the game show, as Denise Welch, Sherrie Hewson and Lisa Maxwell from Loose Women and Olympian Greg Rutherford face the Cube. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 09:20:00 2014-12-23 10:20:00 \N \N \N S \N 14242 t
+15952 5325 Catchphrase eng Christmas Special Stephen Mulhern gets everyone in the festive mood with this hilarious, celebrity special of the much-loved game show. With Warwick Davis, Katie Price and Christopher Biggins. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 10:20:00 2014-12-23 11:20:00 \N \N \N S \N 14243 t
+15952 4563 Arthur and the Great Adventure eng \N Animated adventure starring Mia Farrow and Penny Balfour, 2009. Arthur accidentally allows the evil emperor of the Minimoys to pass into the human world \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 11:20:00 2014-12-23 13:25:00 \N \N \N S \N 14244 t
+24464 50322 Scottish Borders Hill Rally eng \N Over 100 miles of stages through the Scottish borders make up this popular annual hill rally. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:05:00 \N \N \N \N \N 14245 t
+25920 20847 Technology Sale eng \N An easy to connect range of today's technology for you and your family's enjoyment around the home at sale prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 14246 t
+24464 50323 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 10:05:00 2014-12-22 11:05:00 \N \N \N \N \N 14247 t
+24464 50324 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 11:05:00 2014-12-22 12:10:00 \N \N \N \N \N 14248 t
+4169 49757 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N S \N 14252 t
+4169 49760 The Two Ronnies Sketchbook eng \N The Two Ronnies delve into the backstage stories behind classic comedy moments, as they reveal memories from their impressive careers. Including the 'fork handles' sketch. Then BBC News. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N S \N 14255 t
+4169 49762 EastEnders eng \N Fingers are pointed in all directions as more evidence comes to light in Lucy's murder investigation. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N AD,S \N 14256 t
+4169 49763 Citizen Khan eng A Khan Family Christmas Family sitcom. Mr Khan has been given the honour of placing the star on top of the Sparkhill interfaith Christmas tree. Shazia has other plans. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 7 7 \N AD,S \N 14257 t
+41056 17984 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:30:00 \N \N \N \N \N 14258 t
+41056 17985 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:00:00 \N \N \N \N \N 14259 t
+41056 17986 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:05:00 \N \N \N \N \N 14260 t
+41056 17987 eng \N \N \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 19:05:00 2014-12-20 20:00:00 \N \N \N \N \N 14261 t
+41056 17988 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 14262 t
+8381 15470 Motorsport UK eng \N Richard John Neil presents action from the final chapter of the season.Today's racing is from the Formula Ford Championship and the Porsche Carrera Cup. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:20:00 \N \N \N S \N 14263 t
+8381 15471 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 04:20:00 2014-12-22 05:05:00 \N \N \N S,SL \N 14264 t
+8381 14895 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 05:05:00 2014-12-22 06:05:00 \N \N \N \N \N 14265 t
+17472 55487 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 18:30:00 2014-12-20 18:55:00 \N \N \N \N \N 14266 t
+17472 56410 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 18:55:00 2014-12-20 19:55:00 \N \N \N \N \N 14267 t
+17472 55488 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 19:55:00 2014-12-20 20:35:00 \N \N \N \N \N 14268 t
+17472 55489 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 20:35:00 2014-12-20 21:05:00 \N \N \N \N \N 14269 t
+16048 31871 Midsomer Murders eng The Creeper A burglar known as 'The Creeper' terrorises Midsomer as Barnaby and Jones investigate the murder of a dinner party guest at upper-crust Chettham Park House. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 20:00:00 2014-12-22 22:00:00 \N \N \N AD,S \N 14270 t
+8274 20982 Judge Rinder eng \N Studio courtroom show where criminal barrister Robert Rinder rules on real life cases. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 12:20:00 2014-12-22 13:20:00 \N \N \N S \N 14271 t
+8274 16631 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:20:00 2014-12-22 13:55:00 \N \N \N S \N 14272 t
+8274 16665 Big Star's Little Star eng \N Stephen Mulhern invites Will Mellor, Jamelia and Nina Wadia and their adorable offspring to reveal all about their home lives in a bid to win 15,000 for charity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 13:55:00 2014-12-22 14:55:00 \N \N \N S \N 14273 t
+8274 25994 The Railway Children eng \N Classic, charming period drama starring Dinah Sheridan and Bernard Cribbins, 1970. The lives of three children change dramatically when they move to a small Yorkshire cottage with their mother \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 14:55:00 2014-12-22 17:00:00 \N \N \N AD,S \N 14274 t
+14784 2866 Christmas Wiping out your Finances? eng Check out our BARGAINS OF THE DAY page! All 7nt deals in January 3*AI Algarve £119! 4*BB Sharm £259! 4*HB Malta £285! 4*AI Tunisia £319! 3*AI CD Sol £389! FAB offers, MAD prices! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 16:00:00 2014-12-22 20:00:00 \N \N \N \N \N 14275 t
+8384 58604 America's Fugitive Family eng \N Observational documentary about the Gray family, who for the last 15 years have been holed up in a remote Texan compound, living off the land, in dispute with the police and heavily armed. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 00:05:00 2014-12-19 01:00:00 \N \N \N S \N 14276 t
+8384 58607 Embarrassing Bodies eng \N Some of the show's most inspirational cases return to the clinic having battled cancer and the scars it has left them with. The show catches up with Julie, Natalie, and Josh. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:55:00 \N \N \N S \N 14277 t
+8384 58605 One Born Every Minute eng \N Two couples experiencing unexpected difficulties during pregnancy arrive at the hospital. Billie, who's 17, has pre-eclampsia and needs an emergency caesarean 10 weeks before her due date. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 01:55:00 2014-12-19 02:50:00 \N \N \N S \N 14278 t
+8384 58606 Dogs: Their Secret Lives eng Mark Evans catches up with some of the fat, aggressive and difficult dogs featured on Dogs Their Secret Lives earlier this year. How are they getting on following their expert advice? \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 02:50:00 2014-12-19 03:45:00 \N \N \N S \N 14279 t
+26560 13822 All The Hits with Fat eng \N Fat's got the hottest soundtrack for whatever you're up to! All The Hits play right here all day long! Tweet @thehitsradio! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 10:00:00 2014-12-24 14:00:00 \N \N \N \N \N 14280 t
+22208 6037 The British eng Dirty Money The factual series proves money does create power. CGI, action-packed drama and guest stars chart how slavery, sex and the empire built Britain's riches. \N 2 25 f 5 eng eng 3 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 4 7 \N S \N 14281 t
+22208 6055 Ross Kemp Back On The Frontline eng \N The time has come for Ross Kemp to withdraw from the frontline once again, as his thought-provoking documentary draws to a close. What conclusions will he reach? \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 5 5 \N S,AD \N 14282 t
+24352 30879 Baggage Battles eng Miami Mark, Billy, Laurence and Sally visit Miami in order to bid against each other, as well as many other buyers, on lost luggage from all over the world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:00:00 \N \N \N \N \N 14283 t
+22208 6062 Tsunami eng 10 Years After the Wave New. Survivors share their stories in this commemorative documentary marking the 10th anniversary of the Boxing Day tsunami, one of the worst natural disasters in history. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N S \N 14284 t
+8385 58188 Honey I Blew Up the Kid eng \N Sci-fi comedy. Rick Moranis plays a scientist who's employed by a multinational to develop a growth accelerant. But when an experiment goes wrong, his baby grows to Godzilla size. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:45:00 \N \N 1992 S \N 14285 t
+8385 58189 St. Trinian's eng \N Anarchic comedy. Talulah Riley stars as the new girl at a boarding school where the rowdy pupils rule the roost. Also starring Gemma Arterton, Rupert Everett and Russell Brand. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 14:45:00 2014-12-20 16:45:00 \N \N 2007 S \N 14286 t
+28288 8742 In the Salon with Gatineau eng \N Professional beauty products from the pioneering skincare specialists. Gatineau combines the highest quality plant and marine extracts with the very latest cutting-edge biotechnology. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 05:00:00 2014-12-23 06:00:00 \N \N \N \N \N 14287 t
+4166 50301 Escape to the Country eng Oxon/Wilts Buyers are helped to find their dream homes. Jonnie Irwin helps a couple who want to leave their family home after almost 30 years for the Oxfordshire countryside. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 15:10:00 2014-12-19 15:40:00 \N \N \N AD,S \N 14288 t
+24064 60158 Back at 7pm and 24-hours on HD 109 eng \N No Information Available \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 15:00:00 2014-12-24 19:00:00 \N \N \N \N \N 14359 t
+17540 50301 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 15:10:00 2014-12-19 15:40:00 \N \N \N \N \N 14360 t
+4166 51285 Christmas Kitchen with James Martin eng \N Festive food programme. James Martin is joined in the kitchen by Monica Galetti and Brian Turner. Plus celebrity guests and treats from the BBC's festive food archives. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 15:40:00 2014-12-19 16:30:00 10 10 \N S \N 14289 t
+4166 49755 Flog It! eng Gloucester Antiques series. The team are in Gloucester, where presenter Paul Martin and experts Philip Serrell and Michael Baggott discover some rare gems. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:15:00 \N \N \N S \N 14290 t
+4166 58355 Pointless Celebrities eng \N Alexander Armstrong presents a crime-based celebrity edition of the quiz, with contestants including Lisa Maxwell, Sue Cook, Donal MacIntyre, Helen Fraser and Jack Ellis. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:15:00 2014-12-19 18:00:00 \N \N \N S \N 14291 t
+8281 22746 The Speakmans eng \N Therapists Nik and Eva Speakman attempt to treat ordinary people with extraordinary problems. Today's patient is a woman terrified of falling ill if she leaves her home. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 09:25:00 2014-12-22 10:20:00 \N \N \N S \N 14292 t
+8281 24809 Dickinson's Real Deal eng \N Today Middlesbrough plays host to David and his team of dealers. David and the auctioneer are excited by a stylish 1930s cocktail watch, but will it attract the dealers' cash? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 10:20:00 2014-12-22 11:20:00 \N \N \N S \N 14293 t
+8281 48608 Tipping Point eng \N Ben Shephard hosts the quiz show in which four players take on an extraordinary machine in the hope of winning its 10,000 pound jackpot. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 11:20:00 2014-12-22 12:20:00 \N \N \N S \N 14294 t
+15920 29694 River Monsters eng Face Ripper Angler Jeremy Wade investigates the story of a man who had his face ripped off in a remote Bolivian river, leading to a confrontation with one of his oldest adversaries. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:40:00 \N \N \N S \N 14295 t
+15920 26915 Black Gold eng A Roughneck Mission Reality-documentary series about oil drilling in the USA. In the first of a new series, Brandon assembles a crack team but they get off to a bad start. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 04:40:00 2014-12-20 05:20:00 \N \N \N S,SL \N 14296 t
+15920 29695 Alias Smith and Jones eng Miracle at Santa Marta US comedy drama series about two outlaws. When his employer is murdered, the Kid finds that he is the number one suspect. Can Heyes come to his rescue? \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-20 05:20:00 2014-12-20 06:00:00 \N \N \N S \N 14297 t
+23712 3360 F*** Off, I'm Fat eng \N Comedian Ricky Grover is 21 stone and proud, as he tells us in this funny, thought-provoking documentary. Ricky re-designs cars, clothes and toilets as he stands up for big people. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N S \N 14298 t
+23712 3362 The Sex Inspectors eng \N Couples hope to reinvigorate their sex lives with the help of Tracey Cox and Michael Alvear. New parents Pete and Sally want to rekindle their spontaneous lovemaking. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N \N \N 14299 t
+23712 3340 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 02:00:00 2014-12-23 04:00:00 \N \N \N \N \N 14300 t
+28096 59321 Traffic Cops eng Over the Limit We follow the trials and tribulations of the South Yorkshire traffic police. The police use roadside cameras along the M1 to tackle speeding motorists. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:30:00 \N \N \N \N \N 14301 t
+24448 64001 Amarelo Beryl Showcase eng \N This stunning gemstone is an eye-catcher and displays beautiful hues that are perfect for any season. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 14373 t
+28096 59322 Traffic Cops eng Right Time, Right Place High-speed stories with the traffic police. They bravely battle against teenage car criminals who ignore the courts and keep on driving despite being banned. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 15:30:00 2014-12-19 16:00:00 \N \N \N \N \N 14302 t
+28096 59323 American Pickers eng Hobo Jack New. Keen-eyed duo Mike Wolfe and Frank Fritz scout out valuable gems in America's barns and backyards. 'Backwoods Jack' lets the guys rummage around his amazing stockpile. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N S \N 14303 t
+28096 59324 Top Gear eng \N Four-wheeled news and views with the regulars. Jeremy and Richard take a look at the unique charm of some old Lancia cars. DJ Chris Evans is the Star in a Reasonably Priced Car. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N AD,S \N 14304 t
+25664 55709 Catacombs eng \N Shannyn Sossamon and Alecia Moore (aka Pink) star in this horror film about a young American woman who travels to Paris to visit her sister and ends up losing her mind in the catacombs. \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:50:00 \N \N \N \N \N 14305 t
+25664 55710 8 Out of 10 Cats Uncut eng \N An extended edition of 8 Out of 10 Cats! Jimmy Carr, Sean Lock and Jon Richardson are joined by Nick Grimshaw, Peter Serafinowicz, Daniel Sloss and Rachel Riley. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 23:50:00 2014-12-20 00:35:00 \N \N \N S \N 14306 t
+27360 18065 MotoGP - Grand Prix of Argentina eng \N Action from the MotoGP Grand Prix of Argentina from the Autodromo Termas de Rio Hondo circuit. MotoGP previously visited Argentina in 1999. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 02:00:00 2014-12-24 03:30:00 \N \N \N \N \N 14307 t
+24352 30878 Baggage Battles eng Golden Ticket On a hot day in Music City, Billy, Mark, Traci and the Martins come to sweat it out and seek their fortunes. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:30:00 \N \N \N \N \N 14313 t
+24352 30880 Baggage Battles eng London Mark, Billy, Laurence and Sally travel across 'The Pond' to buy and sell a few of the thousands of bits of lost luggage at Greasby's. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:30:00 \N \N \N \N \N 14314 t
+24352 30881 Baggage Battles eng Indianapolis Mark, Billy, Laurence and Sally arrive at an airplane hanger in Indianapolis to outbid each other on items such as luggage, antiques and sports memorabilia. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 19:30:00 2014-12-20 20:00:00 \N \N \N \N \N 14315 t
+24352 30882 Salvage Dawgs eng Izard House Robert Kulp, Mike Whiteside and the Black Dog crew salvage the Izard House, a two-room cabin built in 1892. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 20:00:00 2014-12-20 20:30:00 \N \N \N \N \N 14316 t
+24352 30883 Salvage Dawgs eng Washington Mill Mike Whiteside, Robert Kulp and the Black Dog crew salvage the Washington Mill, an old cotton mill from the late 1800s. Key finds include an old barber's chair. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 20:30:00 2014-12-20 21:00:00 \N \N \N \N \N 14317 t
+27840 5248 Programmes start at 8.00am eng \N Join us from 8am to midnight every day! \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 08:00:00 \N \N \N \N \N 14318 t
+22336 59400 Rules of Engagement eng Singing and Dancing When Timmy joins an 'a cappella' group, he is keen to keep his new hobby a secret from Russell. Jeff and Audrey have an annoying new neighbour. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:25:00 \N \N \N S \N 14319 t
+22336 59381 Rules of Engagement eng Jeff Day When Jeff proclaims that it's 'Jeff Day', everything goes swimmingly until the cleaning lady arrives. Adam is baffled when his eye keeps twitching. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 07:25:00 2014-12-22 07:50:00 \N \N \N S \N 14320 t
+22336 58503 One Tree Hill eng Anyone Who Had a Heart As Haley prepares to MC the annual Tree Hill Burning Boat Festival, Brooke uses the opportunity to ponder her father's betrayal. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-22 07:50:00 2014-12-22 08:35:00 \N \N \N S \N 14321 t
+17540 51285 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 15:40:00 2014-12-19 16:30:00 \N \N \N \N \N 14361 t
+17540 49755 Flog It! eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:15:00 \N \N \N \N \N 14362 t
+22336 58505 Happy Endings eng The Kerkovich Way Alex tries to convince Dave that they never spent the night together, asking Jane to help her out with an alibi, and confusing Brad in the process. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 08:35:00 2014-12-22 09:00:00 \N \N \N AD,S \N 14322 t
+4168 56463 Snow Babies eng \N Caroline Quentin narrates the tale of a group of baby animals, including emperor penguins and polar bears, born in some of the coldest and harshest places on Earth. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N AD,S \N 14323 t
+4168 56464 Nigel Slater's 12 Tastes of Christmas eng \N Nigel Slater shares the flavours that for him make Christmas a truly delicious season, and demonstrates how to cook food designed to bring comfort and joy. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N AD,S \N 14324 t
+4168 56465 Wall-E eng \N Pixar's animated sci-fi adventure. Far in the future on an abandoned, waste-covered Earth, two robots meet and embark on an adventure that changes the destiny of humanity. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:30:00 \N \N 2008 AD,S \N 14325 t
+24480 3560 Lose Yourself In The 70s eng \N Get ready for outrageous outfits, garish makeup, extraordinary platforms and enormous hairstyles, not to mention a colossal explosion of glitter, as we re-visit the glamorous years of the 1970s. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 14326 t
+24480 3561 Vintage Rock Anthems eng \N They've become the solid rock of Rock 'n' Roll - those ever-lasting riffs guaranteed to get the adrenalin flowing, temples pounding and memories flooding back. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 14327 t
+24480 3562 It's Snow Time eng \N Break out the sleigh bells for a host of festive favourites to chill out with this season. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 14328 t
+13024 51045 New: World's Strongest Man 2014 eng Leeds Qualifier Strongman competition. The 'Europe's Strongest Man' contest, the last stage of the qualifying tour for 'World's Strongest Man' takes place in Leeds in front of 8,000 fans. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:55:00 \N \N \N S \N 14329 t
+13024 51046 My Crazy Christmas Obsession eng \N Brand new documentary featuring people who take Christmas decorations to a whole new level. Includes a man who wants to cover his entire house in one million Christmas lights! \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 19:55:00 2014-12-23 20:45:00 \N \N \N S \N 14330 t
+13024 51047 5 News Update eng \N National and international news. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 20:45:00 2014-12-23 20:50:00 \N \N \N S \N 14331 t
+24448 63844 Great Value Jewellery from GemsTV eng \N Shop and save with live falling auctions from GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 14374 t
+13024 51048 New eng Michael Buble's Xmas Songbook Variety show. The Canadian baritone Michael Buble performs a selection of classic Christmas hits including 'Rockin' Around the Christmas Tree' and 'White Christmas'. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 20:50:00 2014-12-23 21:55:00 \N \N \N S \N 14332 t
+28480 11904 Jimmy Swaggart Crusade Classics eng \N A programme featuring Jimmy Swaggart Evangelical Crusades filmed around the world. Music and preaching. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 03:00:00 2014-12-24 05:00:00 \N \N \N \N \N 14333 t
+28480 11905 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 05:00:00 2014-12-24 06:00:00 \N \N \N \N \N 14334 t
+8452 58674 The Big Bang Theory eng The Bath Item Gift Hypothesis At Christmas, Leonard's handsome colleague starts dating Penny, while Sheldon's obsession with gift-giving etiquette torments his friends. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 13:30:00 2014-12-21 14:00:00 \N \N \N AD,S \N 14335 t
+8452 58675 The Big Bang Theory eng The Killer Robot Instability Kripke challenges the boys to a robot duel, while Howard is hurt when Penny reveals what she thinks about his behaviour towards women. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:30:00 \N \N \N AD,S \N 14336 t
+8452 59207 The Big Bang Theory eng The Friendship Algorithm Sheldon develops a scientific procedure for making friends when he discovers that Kripke has control of a new supercomputer at the university. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:30:00 2014-12-21 15:00:00 \N \N \N AD,S \N 14337 t
+14448 27238 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:30:00 \N \N \N \N \N 14338 t
+14448 27239 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 12:30:00 2014-12-22 13:00:00 \N \N \N \N \N 14339 t
+14448 27240 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N \N \N 14340 t
+14448 27241 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N \N \N 14341 t
+14448 27242 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:30:00 \N \N \N \N \N 14342 t
+14448 27243 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 \N \N \N \N \N 14343 t
+25920 20846 Restwell Chairs Sale eng \N A fantastic opportunity to buy a great product at an amazing sale price! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 14344 t
+25920 20848 XHose Sale eng \N Join us for a selection of great products at amazing sale prices! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 14345 t
+40960 53303 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N \N \N 14348 t
+40960 53304 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:30:00 \N \N \N \N \N 14349 t
+40960 58147 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 10:30:00 2014-12-24 11:00:00 \N \N \N \N \N 14350 t
+40960 53305 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N \N \N 14351 t
+41040 17228 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:30:00 \N \N \N \N \N 14352 t
+41040 17229 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 00:30:00 2014-12-24 01:00:00 \N \N \N \N \N 14353 t
+41040 17230 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-24 01:00:00 2014-12-24 02:00:00 \N \N \N \N \N 14354 t
+41040 17231 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 02:00:00 2014-12-24 03:00:00 \N \N \N \N \N 14355 t
+32836 31055 Wake Up Leeds eng \N Wake up to the latest local news, weather and traffic updates in Leeds. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:30:00 \N \N \N \N \N 14356 t
+8267 45016 Good Morning Britain eng \N Breakfast show with the latest news, sport and weather, presented by Susanna Reid, Ben Shephard, Charlotte Hawkins and Sean Fletcher. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 08:30:00 \N \N \N S \N 14357 t
+8267 45017 Lorraine eng \N Topical mix of discussion fashion, food and celebrity gossip. Ashley Jensen talks about her latest role in Christmas crime drama Agatha Raisin and the Quiche of Death. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:25:00 \N \N \N S \N 14358 t
+8264 16894 Secret Dealers eng \N Antiques challenge series. Christopher Selkirk, Mark Stevens and Simon Schneider are let loose in the first house where Kerry has been picking up car boot bargains for years. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N S \N 14364 t
+8264 23509 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the cash prize. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N S \N 14366 t
+23152 17417 New eng North Mission Road LA where the beautiful people are and dreams are made but also the stuff of real life nightmares and no one knows any better about this than the County Coroner at North Mission. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 14367 t
+23152 17888 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:30:00 \N \N \N \N \N 14368 t
+23152 17889 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 22:30:00 2014-12-20 23:00:00 \N \N \N \N \N 14369 t
+23152 17890 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:30:00 \N \N \N \N \N 14370 t
+23152 17891 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 23:30:00 2014-12-21 00:00:00 \N \N \N \N \N 14371 t
+25664 55752 8 Out Of 10 Cats eng Xmas Special! Jimmy Carr hosts a Christmas special with team captains Jon Richardson and Sean Lock. Guests include Holly Willoughby, Henning Wehn, Alan Davies, Roisin Conaty, Nick Helm and Joe Wilkinson. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 14386 t
+25664 55753 FM eng \N Meet DJ Lindsay (Chris O'Dowd), who's as witty on air as he is a shambles off air. He and his party animal co-host Dom give us an insight into their world in music radio in this UK comedy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:30:00 \N \N \N \N \N 14387 t
+25664 55754 FM eng \N Meet DJ Lindsay (Chris O'Dowd), who's as witty on air as he is a shambles off air. He and his party animal co-host Dom give us an insight into their world in music radio in this UK comedy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 22:30:00 2014-12-22 23:00:00 \N \N \N \N \N 14388 t
+25664 55755 8 Out of 10 Cats eng \N An extended edition of the comedy panel show hosted by Jimmy Carr, with team captains Sean Lock and Jon Richardson thrashing out the hot stories of the week. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 23:00:00 2014-12-22 23:50:00 \N \N \N \N \N 14389 t
+25664 55756 Airplane vs Volcano eng \N 4Music premiere. Action adventure starring former Superman Dean Cain, in which a commercial airliner becomes trapped inside a ring of erupting volcanoes. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 23:50:00 2014-12-23 01:35:00 \N \N 2014 \N \N 14390 t
+14448 27125 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N \N \N 14391 t
+14448 27126 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N \N \N 14392 t
+14448 27127 Raising Sextuplets eng \N Introducing the Masche family, consisting of parents Bryan and Jenny Masche and their sextuplets! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 14393 t
+27712 22069 The Stream eng \N The legal battlefront in the US abortion rights debate. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N \N \N 14394 t
+14448 27128 Caught on Camera eng \N Compelling amateur footage of real life situations. Featuring criminals who think no one is watching, but there is a powerful observer recording every detail. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 14395 t
+4166 56463 Snow Babies eng \N Caroline Quentin narrates the tale of a group of baby animals, including emperor penguins and polar bears, born in some of the coldest and harshest places on Earth. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N AD,S \N 14396 t
+4166 56464 Nigel Slater's 12 Tastes of Christmas eng \N Nigel Slater shares the flavours that for him make Christmas a truly delicious season, and demonstrates how to cook food designed to bring comfort and joy. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N AD,S \N 14397 t
+4166 56465 Wall-E eng \N Pixar's animated sci-fi adventure. Far in the future on an abandoned, waste-covered Earth, two robots meet and embark on an adventure that changes the destiny of humanity. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:30:00 \N \N 2008 AD,S \N 14398 t
+12992 30801 Law & Order: Special Victims Unit eng Spiraling Down Police drama series. The team set up a sting operation after the daughter of one of Detective Amaro's friends is found working as an underage prostitute. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N S \N 14399 t
+12992 30802 Castle eng Heartbreak Hotel Crime drama series. Castle and Esposito throw an impromptu stag party for Ryan when they are sent to Atlantic City to investigate the murder of a casino owner. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N S \N 14400 t
+12992 30803 The Mentalist eng Red John's Rules Drama series. Red John strikes again just as Jane has narrowed down his list of suspects to seven. The victim is linked to Jane's past. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N S \N 14401 t
+8274 16894 Secret Dealers eng \N Antiques challenge series. Christopher Selkirk, Mark Stevens and Simon Schneider are let loose in the first house where Kerry has been picking up car boot bargains for years. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N S \N 14402 t
+8274 23509 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the cash prize. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N S \N 14404 t
+14720 1713 Club Classics with Roberto eng \N Roberto has the best floorfillers to get you in the mood for your evening ahead. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 21:00:00 2014-12-20 01:00:00 \N \N \N \N \N 14405 t
+22208 1495 Christmas Crime UK eng \N Seasonal edition of the hard-hitting documentary series. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 21:00:00 2014-12-20 21:30:00 \N \N \N S,AD \N 14406 t
+22208 1513 Christmas Crime UK eng \N Seasonal edition of the hard-hitting documentary series. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 21:30:00 2014-12-20 22:00:00 \N \N \N S,AD \N 14407 t
+22208 1601 Christmas Crime UK eng \N Seasonal edition of the hard-hitting documentary series. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:30:00 \N \N \N S,AD \N 14408 t
+22208 1637 Christmas Crime UK eng \N Seasonal edition of the hard-hitting documentary series. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 22:30:00 2014-12-20 23:00:00 \N \N \N S,AD \N 14409 t
+40976 45521 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-23 18:58:00 2014-12-23 19:00:00 \N \N \N \N \N 19309 t
+22208 1690 Christmas Crime UK eng \N Seasonal edition of the hard-hitting documentary series. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:30:00 \N \N \N S,AD \N 14410 t
+22208 1698 Road Wars Xmas Special eng \N This special catches shocking moments of road mayhem on camera, including drivers and road-users whose festive celebrations may have gone too far. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:30:00 2014-12-21 00:30:00 \N \N \N S \N 14411 t
+41120 14143 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 14412 t
+41120 14144 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 14413 t
+41120 14145 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 14414 t
+17664 58611 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 06:20:00 2014-12-19 06:45:00 \N \N \N \N \N 14415 t
+17664 58612 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 06:45:00 2014-12-19 07:10:00 \N \N \N \N \N 14416 t
+17664 58613 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 07:10:00 2014-12-19 07:35:00 \N \N \N \N \N 14417 t
+17664 58614 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 07:35:00 2014-12-19 08:00:00 \N \N \N \N \N 14418 t
+17664 58615 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:30:00 \N \N \N \N \N 14419 t
+17664 58616 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N \N \N 14420 t
+15840 3591 Wonderful Christmas Time eng \N We may not be promised a white Christmas, but Vintage TV can promise you a wonderful one with this great selection of Christmas hits. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 14421 t
+15840 3592 Dance Classics At Christmas eng \N Don't be shy. It's time to break out the embarrassing dancing and get the festive family party started! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:30:00 \N \N \N \N \N 14422 t
+15840 3593 Cheryl Baker eng My Vintage The effervescent Eurovision-winning singer of 80s pop quartet Bucks Fizz takes us on an intoxicating trawl through her top tracks, and toasts the artists who make her head spin. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 22:30:00 2014-12-22 23:30:00 \N \N \N \N \N 14423 t
+15840 3594 Jive Bunny MiXmas eng \N We're all ears as those festive funsters Jive Bunny create a Christmas mix especially for Vintage TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 23:30:00 2014-12-23 00:30:00 \N \N \N \N \N 14424 t
+24448 63908 Great Value Jewellery from GemsTV eng \N Shop and save with live falling auctions from GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N \N \N 14425 t
+24448 63909 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N \N \N 14426 t
+24448 63910 Huge Jewellery Savings from GemsTV eng \N GemsTV give huge savings on genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 14427 t
+41072 13788 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:30:00 \N \N \N \N \N 14428 t
+41072 13789 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:00:00 \N \N \N \N \N 14429 t
+41072 13790 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N \N \N 14430 t
+41072 13791 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 \N \N \N \N \N 14431 t
+41072 13792 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N \N \N 14432 t
+8325 41725 Tricked eng \N Hidden camera magic show. Ben convinces model Amy Willerton that she has ruined some children's dreams, while boxing hero David Haye witnesses Ben coming to a really grisly end. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 03:30:00 2014-12-24 04:15:00 \N \N \N S \N 14433 t
+8325 2741 Educating Joey Essex eng Space Cadet The endearingly naive former TOWIE star Joey Essex is sent on a mission to broaden his mind once again as he travels to the USA for an intergalactic space odyssey. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 04:15:00 2014-12-24 05:05:00 \N \N \N S \N 14434 t
+8325 4675 Bonkers Guinness World Records eng \N Matt Edmondson narrates a Bonkers special, counting down the top 30 most watched Guinness World Records on the internet. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 05:05:00 2014-12-24 05:55:00 \N \N \N S \N 14435 t
+8325 2654 ITV2 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 05:55:00 2014-12-24 06:00:00 \N \N \N \N \N 14436 t
+8448 58511 Rude(ish) Tube eng \N Rude Tube's naughty little sister finds some slightly less rude online videos, including Spider-Man playing basketball, Batman being pulled over by police and how not to dock an oil tanker. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:30:00 \N \N \N S \N 14437 t
+8448 58512 Rules of Engagement eng The Young and the Restless Audrey bets Jeff that he can't get a phone number from a younger woman, so dares him to go out without his wedding ring to try. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 12:30:00 2014-12-22 13:00:00 \N \N \N S \N 14438 t
+8448 58513 How I Met Your Mother eng Shelter Island Stella's sister is jilted just before her wedding. Angry at the amount of money spent, Stella suggests she and Ted take over the wedding for themselves to save expenditure. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N AD,S \N 14439 t
+8448 58514 How I Met Your Mother eng Happily Ever After Ted's friends are worried that he isn't facing up to his feelings about Stella when he hides from her in a restaurant, but later he manages to confront her. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N AD,S \N 14440 t
+8448 58515 The Big Bang Theory eng The Vacation Solution Sheldon helps Amy in her biology lab after he is forced to use up two weeks of holiday, but he is bored by the tasks she gives him. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:30:00 \N \N \N AD,S \N 14441 t
+8448 58516 The Big Bang Theory eng The Rothman Disintegration Sheldon and Kripke argue over who should get Professor Rothman's vacant corner office. Amy buys Penny some art to celebrate their friendship. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 \N \N \N AD,S \N 14442 t
+41008 58674 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 13:30:00 2014-12-21 14:00:00 \N \N \N \N \N 14443 t
+41008 58675 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:30:00 \N \N \N \N \N 14444 t
+41008 59207 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 14:30:00 2014-12-21 15:00:00 \N \N \N \N \N 14445 t
+41136 50326 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 15:15:00 2014-12-22 18:25:00 \N \N \N \N \N 14446 t
+14816 983 1-2-1 Dating - Hot COUPLES eng \N 1-2-1 Dating's all new Couples section is for those seeking something a little extra.... Or maybe TWO extras! Check it out. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 04:00:00 2014-12-21 08:00:00 \N \N \N \N \N 14447 t
+41008 58606 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-19 03:50:00 2014-12-19 04:45:00 \N \N \N \N \N 14448 t
+41008 58608 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 04:45:00 2014-12-19 05:40:00 \N \N \N \N \N 14449 t
+14608 31986 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 03:00:00 2014-12-21 06:00:00 \N \N \N \N \N 14451 t
+8442 60708 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 03:55:00 2014-12-21 06:00:00 \N \N \N \N \N 14452 t
+4175 56463 Snow Babies eng \N Caroline Quentin narrates the tale of a group of baby animals, including emperor penguins and polar bears, born in some of the coldest and harshest places on Earth. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N AD,S \N 14453 t
+4175 56464 Nigel Slater's 12 Tastes of Christmas eng \N Nigel Slater shares the flavours that for him make Christmas a truly delicious season, and demonstrates how to cook food designed to bring comfort and joy. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N AD,S \N 14454 t
+4175 56465 Wall-E eng \N Pixar's animated sci-fi adventure. Far in the future on an abandoned, waste-covered Earth, two robots meet and embark on an adventure that changes the destiny of humanity. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:30:00 \N \N 2008 AD,S \N 14455 t
+15232 18909 Sherlock Homes 1/2 eng \N The dirty detective searches out all the hottest 18+ girls with his magnifying glass. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 00:40:00 2014-12-23 01:00:00 \N \N \N \N \N 15137 t
+8452 58603 Skint eng \N Skint tells the intimate stories of people living with the effects of long-term unemployment in one of Britain's most deprived areas, East Marsh in Grimsby. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 00:05:00 2014-12-19 01:05:00 \N \N \N S \N 14456 t
+8452 58604 America's Fugitive Family eng \N Observational documentary about the Gray family, who for the last 15 years have been holed up in a remote Texan compound, living off the land, in dispute with the police and heavily armed. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 01:05:00 2014-12-19 02:00:00 \N \N \N S \N 14457 t
+8452 58607 Embarrassing Bodies eng \N Some of the show's most inspirational cases return to the clinic having battled cancer and the scars it has left them with. The show catches up with Julie, Natalie, and Josh. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:55:00 \N \N \N S \N 14458 t
+8452 58605 One Born Every Minute eng \N Two couples experiencing unexpected difficulties during pregnancy arrive at the hospital. Billie, who's 17, has pre-eclampsia and needs an emergency caesarean 10 weeks before her due date. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 02:55:00 2014-12-19 03:50:00 \N \N \N S \N 14459 t
+28160 15776 In Good Company eng \N Jeff Lucas and Ruth Dearnley round off your weekend with music and guests. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 14460 t
+28160 15777 Hope in the Night eng \N The best worship music to take you through the night. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 01:00:00 2014-12-21 05:00:00 \N \N \N \N \N 14461 t
+8264 20982 Judge Rinder eng \N Studio courtroom show where criminal barrister Robert Rinder rules on real life cases. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 12:20:00 2014-12-22 13:20:00 \N \N \N S \N 14497 t
+28032 30358 Magnum P.I. eng Almost Home Another case for the Hawaii-based detective. Magnum is hired by a cocktail waitress who has been refused permission to scatter her dead father's ashes at Pearl Harbor. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-23 09:40:00 2014-12-23 10:40:00 \N \N \N S \N 14462 t
+28032 28031 Pawn Stars eng Chum Goes Awol Series following pawn shop owners in Las Vegas. Corey looks for a sound deal on a 1901 Edison Phonograph. Rick comes across some small sculptures cast in solid gold. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 10:40:00 2014-12-23 11:10:00 \N \N \N S \N 14463 t
+28032 19684 Pawn Stars eng Wheels Series following pawn shop owners in Las Vegas. The Pawn Stars have a chance to buy an incredibly rare 1970s Indian mini-motorcycle. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 11:10:00 2014-12-23 11:40:00 \N \N \N S \N 14464 t
+28032 28032 Monaco Historic Grand Prix eng \N A fascinating look at this biennial event which takes place two weeks before the Grand Prix de Monaco de Formule 1 and is contested on the legendary Monaco street circuit. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-23 11:40:00 2014-12-23 12:40:00 \N \N \N S \N 14465 t
+15808 50258 Australasian Supersport eng Wannabe Mick Doohans and Casey Stoners look to make a name for themselves in the Australasian Supersport class. Rd 6 Sydney Motorsport Park. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 04:10:00 2014-12-19 05:05:00 \N \N \N \N \N 14466 t
+15808 50259 Australasian Superbikes eng The fastest riders across the Australian peninsula and beyond go head-to-head over six rounds on the fastest bikes that Yamaha, Honda, Suzuki and Kawasaki have to offer. Rd 6 Sydney Motorsport Park. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 05:05:00 2014-12-19 06:00:00 \N \N \N \N \N 14467 t
+14832 1336 Gay Rabbit Chat & Date Now Open at 7 eng \N Bounce into TVs warmest, SUNNIEST interactive gay community & make new friends, chat or flirt! Introduce a friend to Gay Rabbit and BOTH of you earn free credits! Now open from 7am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 04:00:00 2014-12-21 08:00:00 \N \N \N \N \N 14469 t
+28352 2217 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 21:00:00 2014-12-20 21:30:00 \N \N \N \N \N 14470 t
+28352 2218 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 21:30:00 2014-12-20 22:00:00 \N \N \N \N \N 14471 t
+28352 2219 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:30:00 \N \N \N \N \N 14472 t
+28352 2220 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 22:30:00 2014-12-20 23:00:00 \N \N \N \N \N 14473 t
+28352 2221 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:30:00 \N \N \N \N \N 14474 t
+28352 2222 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 23:30:00 2014-12-21 00:00:00 \N \N \N \N \N 14475 t
+8283 22746 The Speakmans eng \N Therapists Nik and Eva Speakman attempt to treat ordinary people with extraordinary problems. Today's patient is a woman terrified of falling ill if she leaves her home. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 09:25:00 2014-12-22 10:20:00 \N \N \N S \N 14476 t
+8283 24809 Dickinson's Real Deal eng \N Today Middlesbrough plays host to David and his team of dealers. David and the auctioneer are excited by a stylish 1930s cocktail watch, but will it attract the dealers' cash? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 10:20:00 2014-12-22 11:20:00 \N \N \N S \N 14477 t
+16080 14771 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:00:00 \N \N \N \N \N 14478 t
+8283 48608 Tipping Point eng \N Ben Shephard hosts the quiz show in which four players take on an extraordinary machine in the hope of winning its 10,000 pound jackpot. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 11:20:00 2014-12-22 12:20:00 \N \N \N S \N 14479 t
+33088 17397 Winter Solutions eng \N Keep warm and safe in the colder weather with our Winter Solutions. From shoe grips to heated insoles, snow shovels to thermal clothing, we've got all you need to see you through the winter months. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 14481 t
+33088 17398 Last Minute Gifts eng \N Don't worry if you're stuck for gift inspiration! With our great selection of last-minute present ideas, you're bound to find something for everyone. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 14482 t
+23968 4427 Timothy Goes to School eng \N Yoko takes a Japanese flying toy called a taketombo to school to show her classmates and everyone is excited about the field trip to Hilltop Park. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:30:00 \N \N \N \N \N 14483 t
+23968 4428 Strawberry Shortcake eng Berry Bitty Adventures New. Strawberry and her friends try to break a Berry Bitty World record to win a holiday for Berrykin Bloom. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:00:00 \N \N \N \N \N 14484 t
+23968 4715 Programmes will resume at 03 eng 00pm Programmes will resume at 03.00pm \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 19:00:00 2014-12-21 06:00:00 \N \N \N \N \N 14485 t
+23184 17416 A Stranger In My Home eng \N The series re-enacts real-life stories of how letting the wrong person in was the last mistake they ever made... S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 14488 t
+23184 17417 New eng North Mission Road LA where the beautiful people are and dreams are made but also the stuff of real life nightmares and no one knows any better about this than the County Coroner at North Mission. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 14489 t
+23184 17888 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:30:00 \N \N \N \N \N 14490 t
+23184 17889 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-20 23:30:00 2014-12-21 00:00:00 \N \N \N \N \N 14491 t
+41136 50262 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 09:00:00 2014-12-19 12:10:00 \N \N \N \N \N 14492 t
+14800 1336 Rabbit Chat & Date Now Open at 7am eng \N Bounce into TVs warmest, SUNNIEST interactive community and make new friends, date, flirt or chat! Introduce a friend to Rabbit and BOTH of you earn free credits! Now open from 7am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 04:00:00 2014-12-21 08:00:00 \N \N \N \N \N 14493 t
+15232 18910 Television X Freeview eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:10:00 \N \N \N \N \N 15138 t
+27648 4447 Robson Green: Extreme Fisherman eng Okinawa Robson heads to Japan's southern islands, home to some of the most beautiful and powerful fish in the ocean, where he meets the lethal black-banded sea snake. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 14494 t
+27648 4448 Robson Green: Extreme Fisherman eng Solomon Islands Robson's in the South Pacific in search of a speed freak that head-butts its prey, an ambush predator with a vicious bite, and the powerful Bandeng. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N \N \N 14495 t
+27648 4449 Robson Green: Extreme Fisherman eng Mongolia Robson heads to the biggest landlocked country in the world to tackle the huge, ferocious Taimen. He enlists the help of a local Shaman for some spiritual assistance. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N \N \N 14496 t
+8264 16631 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:20:00 2014-12-22 13:55:00 \N \N \N S \N 14498 t
+8264 16665 Big Star's Little Star eng \N Stephen Mulhern invites Will Mellor, Jamelia and Nina Wadia and their adorable offspring to reveal all about their home lives in a bid to win 15,000 for charity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 13:55:00 2014-12-22 14:55:00 \N \N \N S \N 14499 t
+8264 25994 The Railway Children eng \N Classic, charming period drama starring Dinah Sheridan and Bernard Cribbins, 1970. The lives of three children change dramatically when they move to a small Yorkshire cottage with their mother \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 14:55:00 2014-12-22 17:00:00 \N \N \N AD,S \N 14500 t
+22752 1076 Mike Delinquent on Kiss Fresh eng \N Mike Delinquent in the mix playing the best in new UKG and House beats on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 14502 t
+22752 1077 TS7 on Kiss Fresh eng \N TS7 in the mix playing the freshest House and Bassline beats on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 14503 t
+22752 1078 UKF on Kiss Fresh eng \N UKF in the mix playing the best in new Bass beats on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 14504 t
+8384 59195 The Simpsons eng When You Dish Upon a Star Homer becomes a personal assistant to Kim Basinger and Alec Baldwin, but things get nasty after Homer tells everyone where they live. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:30:00 \N \N \N AD,S \N 14505 t
+8384 59134 The Simpsons eng Dangerous Curves Homer and Marge drive away to a log cabin for the weekend and start reminiscing about their early courtship. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 15:30:00 2014-12-21 16:00:00 \N \N \N AD,S \N 14506 t
+8384 59137 Channel 4 News eng \N Includes sport and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:10:00 \N \N \N S \N 14507 t
+8384 58677 Bugsy Malone eng \N Jodie Foster stars in Alan Parker's comedy musical set in 1930s Chicago, where the mobsters and molls are played by kids, and custard pie-launching 'splurge guns' replace tommy guns. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 16:10:00 2014-12-21 18:00:00 \N \N 1976 AD,S \N 14508 t
+15952 4537 Tomorrow Never Dies eng \N James Bond action thriller starring Pierce Brosnan and Teri Hatcher, 1997. A media baron sets about triggering WWIII so that his 24-hour news network can profit from exclusive coverage \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 21:00:00 2014-12-20 23:25:00 \N \N \N AD,S \N 14509 t
+15952 2645 Celebrity Juice eng Bestest Bits 2014 Keith Lemon and his team captains Gino D'Acampo and Fearne Cotton head to Gino's family home in Sheffield for Christmas as they take a look back at the show's best bits from 2014. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:25:00 2014-12-21 00:25:00 \N \N \N S \N 14510 t
+41040 17132 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:30:00 \N \N \N \N \N 14512 t
+13120 8591 Garden Re-Leaf with Richard Jackson eng \N Celebrating the gardening industry's first ever Re-Leaf Day, QVC is getting in the spirit of the gardening season. Here's looking forward to sunny days ahead! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 01:00:00 \N \N \N \N \N 14513 t
+13120 8592 Garden Re-Leaf with Richard Jackson eng \N Celebrating the gardening industry's first ever Re-Leaf Day, QVC is getting in the spirit of the gardening season. Here's looking forward to sunny days ahead! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 01:00:00 2014-12-24 02:00:00 \N \N \N \N \N 14514 t
+13120 8593 QVC Nighttime eng \N A recorded selection of the best of QVC. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 02:00:00 2014-12-24 04:00:00 \N \N \N \N \N 14515 t
+23152 17524 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 14516 t
+23152 17525 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N \N \N 14517 t
+23152 17526 Fear Factor eng Season 3 The ultimate adrenaline rush, a true test of stamina and guile for those contestants who have the guts and determination to face their inner fears. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 14518 t
+23152 17527 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:30:00 \N \N \N \N \N 14519 t
+23152 17528 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N \N \N 14520 t
+17609 19452 eng \N \N \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 12:30:00 2014-12-19 13:30:00 \N \N \N \N \N 14521 t
+17609 19453 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N \N \N 14522 t
+17472 55534 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-22 12:10:00 2014-12-22 13:00:00 \N \N \N \N \N 14524 t
+17472 55535 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:50:00 \N \N \N \N \N 14525 t
+17472 55537 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 13:50:00 2014-12-22 14:40:00 \N \N \N \N \N 14526 t
+17472 51431 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-22 14:40:00 2014-12-22 15:25:00 \N \N \N \N \N 14527 t
+27904 2134 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:30:00 \N \N \N \N \N 14531 t
+27904 2135 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 23:30:00 2014-12-21 00:00:00 \N \N \N \N \N 14532 t
+13024 50974 Rob Brydon Live eng \N Part of best of British comedy day is this live 2009 recording of Rob Brydon's excruciatingly funny stand-up show. Packed with wry anecdotes, witty banter, improvisation, impersonations and songs. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:10:00 2014-12-21 00:05:00 \N \N \N S \N 14533 t
+24480 3627 Tune In... To 1985 eng \N Britain's red telephone box began to phase out of operation, US Route 66 was officially decommissioned and Back to the Future opened at the cinema... Tune in to see who was topping the charts in 1985. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 14534 t
+24480 3628 Tune In... To 1988 eng \N Former rock 'n' roll singer Sonny Bono became the Mayor of Palm Springs and Nelson Mandela celebrated his 70th birthday in prison. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 14535 t
+12992 31174 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N \N \N 16453 t
+24480 3629 Winter Warmers eng \N It's getting cold outside, so grab a hot drink and a snack, settle yourself in front of Vintage TV and warm yourself up with these seasonal hits. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 14536 t
+26368 36401 Sunday Breakfast eng \N Join Eamonn Kelly on Sunday Breakfast from 6.00am \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 10:00:00 \N \N \N \N \N 14537 t
+15808 50322 Scottish Borders Hill Rally eng \N Over 100 miles of stages through the Scottish borders make up this popular annual hill rally. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:05:00 \N \N \N \N \N 14543 t
+15808 50323 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 10:05:00 2014-12-22 11:05:00 \N \N \N \N \N 14544 t
+15808 50324 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 11:05:00 2014-12-22 12:10:00 \N \N \N \N \N 14545 t
+22752 1084 Kiss Fresh with Tinea eng \N Tinea with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 15:00:00 2014-12-21 19:00:00 \N \N \N \N \N 14546 t
+27712 22066 Al Jazeera World eng \N A Qatari former camel herder travels to Australia to see if there_s a better way to deal with that country_s 1.2 million feral camels other than shooting them. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 14547 t
+27712 22067 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 \N \N \N \N \N 14548 t
+27712 22068 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N \N \N 14549 t
+12992 30835 NCIS: Los Angeles eng Callen, G US police drama series. Callen uncovers the key to his mysterious past. Time is of the essence in the hunt for a woman armed with vital information. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N S \N 14560 t
+12992 30836 My Name Is Earl eng The Trial Comedy as a reformed crook tries to make amends for his misdeeds. Joy faces a life sentence, so Earl testifies as a character witness, and begins dating Joy's deaf lawyer. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:35:00 \N \N \N S \N 14561 t
+12992 30837 My Name Is Earl eng Stole a Badge US comedy series. Randy finds a badge Earl stole from a cop's shoe at the bowling alley. How will the officer it was stolen from react to Earl's list? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 01:35:00 2014-12-23 02:05:00 \N \N \N S \N 14562 t
+12992 30838 My Name Is Earl eng BB US comedy series. Earl attempts to cross out number 147 on his list: 'Shot Gwen Waters with a BB Gun'. To make things right he must reunite Gwen with her estranged father. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 02:05:00 2014-12-23 02:30:00 \N \N \N S \N 14563 t
+12992 30839 My Name Is Earl eng Number One US comedy series. Earl decides to cross number one off his list: stealing ten dollars from a guy at Camden market. But he realises that he owes him much more than that. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 02:30:00 2014-12-23 03:00:00 \N \N \N S \N 14564 t
+18112 64449 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:10:00 \N \N \N \N \N 14568 t
+18112 35160 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 15:10:00 2014-12-19 16:20:00 \N \N \N \N \N 14569 t
+18112 64977 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 16:20:00 2014-12-19 16:30:00 \N \N \N \N \N 14570 t
+18112 35169 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:00:00 \N \N \N \N \N 14571 t
+18112 35154 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N \N \N 14572 t
+18112 35155 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N \N \N 14573 t
+28096 60581 Radical Highs eng \N Another look at unconventional and high-risk sports. Mountainboarding - similar to snowboarding but without the snow - can be practised in the English countryside. \N 0 25 f 3 eng eng 4 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:10:00 \N \N \N S \N 14574 t
+28096 59373 Rocket City Rednecks eng 20,000 Kegs Under the Sea Battle stations on the science show as the gang build a home-made submarine to explore a quarry. Will they resurface though when gas fills the vessel? \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-21 08:10:00 2014-12-21 08:35:00 \N \N \N AD,S \N 14575 t
+28096 59374 Rocket City Rednecks eng Double-Barrelled Rocket It's one giant leap for redneck-kind when the highbrow hillbillies build a model rocket big enough to carry a crash-test dummy into space! Will it work? \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-21 08:35:00 2014-12-21 09:00:00 \N \N \N AD,S \N 14576 t
+17664 59195 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:30:00 \N \N \N \N \N 14577 t
+17664 59134 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 15:30:00 2014-12-21 16:00:00 \N \N \N \N \N 14578 t
+17664 59137 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:10:00 \N \N \N \N \N 14579 t
+17664 58677 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-21 16:10:00 2014-12-21 18:00:00 \N \N \N \N \N 14580 t
+14544 151 FlirtXchange eng \N Live Flirt Chat! The FlirtXchange chat hosts are out to play! Call now to join the fun, or message them anytime from the FlirtXchange mobile apps! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 05:30:00 2014-12-21 06:00:00 \N \N \N \N \N 14581 t
+25728 54673 Your Greatest Christmas Song Ever eng \N Join Rylan Clark for the results of Your Greatest Christmas Song Ever! Which yuletide anthem tops the chart? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 17:30:00 2014-12-24 19:30:00 \N \N \N \N \N 14582 t
+22272 65150 QI XL eng Kinky Ooh, kinky! Top shelf entertainment with Stephen Fry, who whips Janet Street-Porter, Sandi Toksvig, Johnny Vegas and Alan Davies into shape with some titillating trivia. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N S \N 14583 t
+22272 65151 QI XL eng Games Stephen Fry chairs the always absorbing comedy quiz show and welcomes Liza Tarbuck, Phill Jupitus, Sean Lock and Alan Davies. This time, the guests get gladiatorial. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N S \N 14584 t
+22272 65152 Dave Gorman Modern Life is Goodish eng I Call Mine Sally Dave Gorman returns to offer his wry take on modern life, only on Dave. First up, he shreds some dirty magazines and helps a gerbil fulfil its destiny! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N S \N 14585 t
+17540 56463 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N \N \N 14586 t
+17540 56464 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N \N \N 14587 t
+17540 56465 Wall-E eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:30:00 \N \N \N \N \N 14588 t
+41104 19990 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 21:00:00 2014-12-21 01:00:00 \N \N \N \N \N 14593 t
+28352 2303 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 21:00:00 2014-12-22 21:40:00 \N \N \N \N \N 14594 t
+28352 2304 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 21:40:00 2014-12-22 22:00:00 \N \N \N \N \N 14595 t
+27456 45379 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 21:30:00 2014-12-22 22:00:00 \N \N \N \N \N 14596 t
+27456 45380 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:30:00 \N \N \N \N \N 14597 t
+27456 45381 SophieCo eng \N Tune in for the interview show SophieCo with its charming host Sophie Shevardnadze and enjoy good talk. Solid facts, uncommon opinions, thoughtful observations. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 22:30:00 2014-12-22 23:00:00 \N \N \N \N \N 14598 t
+27456 45382 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 23:00:00 2014-12-22 23:30:00 \N \N \N \N \N 14599 t
+40976 47739 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 19:00:00 2014-12-23 21:00:00 \N \N \N \N \N 19310 t
+27456 45383 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 23:30:00 2014-12-23 00:00:00 \N \N \N \N \N 14600 t
+28512 688 Midnight Mischief eng \N It's dark outside and its time to get flirty. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 22:00:00 2014-12-21 02:00:00 \N \N \N \N \N 14601 t
+27744 42100 Flashpoint eng \N Action-packed drama following the lives of Strategic Response Unit cops. While protecting some VIPs the team suddenly have a kidnapping on their hands, and time is running out. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 14602 t
+27744 42427 S.O.F. - Special Ops Force eng \N An elite crime fighting group combines non-lethal weaponry and special operations capabilities which enable them to go places and perform tasks above and beyond ordinary law enforcement. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 14603 t
+27744 42102 Star Trek - The Original Series eng \N The original Star Trek series, digitally remastered to look and sound better than ever. Unforgettable episode as the gunfight at the OK Corral is re-enacted./24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:05:00 6 \N \N \N 3 14604 t
+26240 11732 heat Classics eng \N Non-Stop heat Classics to end the day! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 22:00:00 2014-12-23 01:00:00 \N \N \N \N \N 14605 t
+16032 37255 Almost Naked Animals eng Who Inked the Bed? Octo keeps inking the sheets when he is scared, making ink stains in the likenesses of the Cabana crew. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 09:05:00 2014-12-19 09:20:00 \N \N \N S \N 14606 t
+16032 42761 Text Santa: Little Helpers eng Wear It - Brownies CITV's annual Christmas charity appeal. A group of Brownies from Manchester have come up with a crafty way to raise money for Text Santa - sponsored silly hats! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 09:20:00 2014-12-19 09:25:00 \N \N \N S \N 14607 t
+16032 41444 Nerds & Monsters eng Flower Power Animated comedy series. Irwin finds a flower that casts a love spell on the first girl who sniffs it. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 09:25:00 2014-12-19 09:40:00 \N \N \N S \N 14608 t
+16032 41451 Nerds & Monsters eng Maiden Cheena Is Missing Animated comedy series. Maiden Cheena, Queen of Monster Island, a children's inflatable pool toy that was washed up some time ago, goes missing. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 09:40:00 2014-12-19 09:55:00 \N \N \N S \N 14609 t
+16032 41460 Fleabag Monkeyface eng Flower Power The team develop the world's first Venus fart-trap for the Fabulous Florabundance Festival, with which the evil fairy queen Gwendolina is touring. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 09:55:00 2014-12-19 10:10:00 \N \N \N S \N 14610 t
+16032 41463 Fleabag Monkeyface eng Captain Maggotman The team go to the Annual Comic Convention for an exclusive interview with reclusive inventor Samuelson Stinx and his brand new superhero Captain Maggotman. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 10:10:00 2014-12-19 10:25:00 \N \N \N S \N 14611 t
+16032 41025 Mr Bean eng Inventor The animated antics of the hapless bumbler Mr Bean. When an inventor moves into the empty room in the attic, he and Bean try to out-invent each other. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 10:25:00 2014-12-19 10:40:00 \N \N \N AD,S \N 14612 t
+16032 41158 Mr Bean eng Car Trouble The animated antics of the hapless bumbler. When his car gives up the ghost and he is forced to sell it to the junkyard, Bean builds a hot-air balloon to get around. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 10:40:00 2014-12-19 10:55:00 \N \N \N AD,S \N 14613 t
+16032 41023 Mr Bean eng Restaurant The animated antics of the hapless bumbler Mr Bean. Mr Bean makes a meal out of his birthday celebration. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 10:55:00 2014-12-19 11:10:00 \N \N \N AD,S \N 14614 t
+16032 34213 Mr Bean eng Art Thief The animated antics of the hapless bumbler. When Mr Bean witnesses the theft of a major artwork on a trip to the National Gallery, he gives chase to the culprit. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 11:10:00 2014-12-19 11:20:00 \N \N \N AD,S \N 14615 t
+16032 42762 Text Santa: Little Helpers eng Superhero Football CITV's annual Christmas charity appeal, presented by Joe Swash. A football team are taking part in a penalty shoot-out - all dressed as superheroes! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 11:20:00 2014-12-19 11:25:00 \N \N \N S \N 14616 t
+16032 42763 Sooty eng Panto Palaver When the actors in Mr Slater's pantomime fail to turn up, Sooty, Sweep and Soo perform instead. Will the Wicked Bunny have Little Blue Riding Hood for his supper? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 11:25:00 2014-12-19 11:45:00 \N \N \N S \N 14617 t
+16032 41501 Dino Dan: Trek's Adventures eng Show Dino The Jurassic adventures of trainee palaeontologist Dan's younger brother Trek. Trek forgets to bring something for show and tell. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 11:45:00 2014-12-19 11:55:00 \N \N \N S \N 14618 t
+16032 42764 Dino Dan: Trek's Adventures eng Dino-go-seek Jurassic adventures. During an indoor game of hide-and-seek, Trek discovers that Microraptors use their natural abilities to hide with the best of them. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 11:55:00 2014-12-19 12:10:00 \N \N \N S \N 14619 t
+27904 2154 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 23:00:00 2014-12-22 23:30:00 \N \N \N \N \N 14620 t
+27904 2155 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 23:30:00 2014-12-23 00:00:00 \N \N \N \N \N 14621 t
+28512 700 Midnight Mischief eng \N It's dark outside and its time to get flirty. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 22:00:00 2014-12-23 02:00:00 \N \N \N \N \N 14622 t
+32896 8661 Sally Bollywood eng \N Ripped Off Rap - Alex improvises a rap and writes it in his diary but someone steals it. Alex asks the SBI to find the missing rap - he needs to submit it as his poetry assignment. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:15:00 \N \N \N \N \N 14623 t
+32896 8662 Sally Bollywood eng \N Doowee's Urn - Doowee is so distracted from SBI work that Sally confronts him about it. Doowee says that investigating isn't challenging him anymore. Archaeology is a greater hobby. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 15:15:00 2014-12-23 15:30:00 \N \N \N \N \N 14624 t
+32896 8663 Sally Bollywood eng \N Ring My Bell - The school bell is going crazy. The kids love it, except for the Principal's son. He is concerned that the crazy bell is driving his father crazy, so he asks Sally to investigate. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 15:30:00 2014-12-23 15:45:00 \N \N \N \N \N 14625 t
+32896 8664 Sally Bollywood eng \N Catch Me If You Can - Sally receives warning letters telling her about crimes that are about to occur. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 15:45:00 2014-12-23 16:00:00 \N \N \N \N \N 14626 t
+32896 8665 Transformers Rescue Bots eng \N Stuck underground and separated, the Rescue Bots and the Burnses, teamed with Optimus Prime, must regroup and work together to escape a primeval world of strange creatures. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N \N \N 14627 t
+32896 8666 Transformers Rescue Bots eng \N When an experimental Space Elevator strands Doc and Graham in orbit, the Rescue Bots dust off their old ship and attempt a risky rescue. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 \N \N \N \N \N 14628 t
+32896 8667 Slugterra eng \N The four members of the Shane Gang think they've found a fifth member. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 1 2 \N \N \N 14629 t
+32896 8668 Power Rangers Super Megaforce eng \N The Rangers gain the loyalty of the Wild Force Red Lion Zord. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 17:30:00 2014-12-23 18:00:00 \N \N \N \N \N 14630 t
+41104 20002 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 21:00:00 2014-12-23 01:00:00 \N \N \N \N \N 14631 t
+17472 51461 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-23 15:35:00 2014-12-23 16:20:00 \N \N \N \N \N 19626 t
+22624 40359 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 14632 t
+22624 40360 Relax With Insight eng \N RNIB's Insight Radio - Relax with great music to end the day \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 14633 t
+24032 31402 Magic in the Water eng \N A father and his two children rediscover the strength of the family bond during a magical summer vacation. Starring Mark Harmon. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 15:00:00 2014-12-23 17:05:00 \N \N \N \N \N 14634 t
+24032 31403 Our Wild Hearts eng \N Feel-good family starring Eloise DeJoria and Veronica Dunne, 2013. When Willow moves to the Sierra Nevada she forms a bond with a horse that has a wild spirit to match her own \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 17:05:00 2014-12-23 19:05:00 \N \N \N \N \N 14635 t
+4175 49757 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N S \N 14636 t
+4175 50034 Look North eng \N The latest news, sport and weather for Yorkshire and Lincolnshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N S \N 14637 t
+4175 49759 The One Show eng \N If it's got Britain talking then it will get talked about on The One Show. Presented by Chris Evans and Alex Jones. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N S \N 14638 t
+4175 49760 The Two Ronnies Sketchbook eng \N The Two Ronnies delve into the backstage stories behind classic comedy moments, as they reveal memories from their impressive careers. Including the 'fork handles' sketch. Then BBC News. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N S \N 14639 t
+4175 49762 EastEnders eng \N Fingers are pointed in all directions as more evidence comes to light in Lucy's murder investigation. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N AD,S \N 14640 t
+4175 49763 Citizen Khan eng A Khan Family Christmas Family sitcom. Mr Khan has been given the honour of placing the star on top of the Sparkhill interfaith Christmas tree. Shazia has other plans. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 7 7 \N AD,S \N 14641 t
+23184 17437 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S3 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:30:00 \N \N \N \N \N 14642 t
+23184 17438 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:00:00 \N \N \N \N \N 14643 t
+23184 17439 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:30:00 \N \N \N \N \N 14644 t
+23184 17440 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 10:30:00 2014-12-21 11:00:00 \N \N \N \N \N 14645 t
+23184 17892 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N \N \N 14646 t
+22226 11828 Fun House eng \N Two teams go against each other to gather points in action-packed gungy games and a general knowledge quiz, with the winners getting a chance to race round the Fun House and pick up prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:30:00 \N \N \N S \N 14649 t
+22226 11829 Fun House eng \N Two teams go against each other to gather points in action-packed gungy games and a general knowledge quiz, with the winners getting a chance to race round the Fun House and pick up prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 10:30:00 2014-12-21 11:00:00 \N \N \N S \N 14650 t
+22226 11830 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N S \N 14651 t
+22656 873 Kerrang! Klub eng \N If you're not going out, Saturday night will come to you. This is Kerrang! Klub. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 22:00:00 2014-12-21 00:00:00 \N \N \N \N \N 14652 t
+22688 1019 Magic Breakfast with Justin Wilkes eng \N Feel the Magic on a Sunday morning \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-21 10:00:00 \N \N \N \N \N 14653 t
+20352 58276 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 15:50:00 2014-12-21 17:35:00 \N \N \N \N \N 14654 t
+20352 58277 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 17:35:00 2014-12-21 19:45:00 \N \N \N \N \N 14655 t
+24016 12865 The Lockheed Hercules eng \N A documentary charting the history and development of the Lockheed Hercules military aircraft. Part two. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:40:00 \N \N \N \N \N 14656 t
+24016 12866 Mighty Joe Young eng \N From the makers of King Kong. Ben Johnson stars in the original & Oscar winning classic about the savage gorilla, Joe Young, escaping and rampaging Hollywood. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 06:40:00 2014-12-21 08:30:00 \N \N 1949 \N \N 14657 t
+24016 12867 The King's Guard eng \N A medieval army of renegades prepares to attack an abandoned ruin where the beautiful Princess Gwendolyn has found refuge with a handsome commander. Stars Lesley-Anne Down. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 08:30:00 2014-12-21 10:20:00 \N \N 2000 \N \N 14658 t
+24256 1027 Programmes start at midnight eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 07:00:00 2014-12-22 00:00:00 \N \N \N \N \N 14659 t
+14688 11613 Christian's Greatest Hits eng \N The best of the Christian O'Connell Breakfast show from the last week with guests, stories and great music. Get involved with the team via the website at absoluteradio.co.uk/breakf \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 18:00:00 2014-12-21 20:00:00 \N \N \N \N \N 14660 t
+14688 11614 The Sunday Night Music Club eng \N Sarah's got brand new music, ticket giveaways and live music from Simple Minds' Christmas Session. The Sunday Night Music Club is the perfect wind-down to the weekend. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 20:00:00 2014-12-21 22:00:00 \N \N \N \N \N 14661 t
+23296 5829 Gay Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 08:00:00 \N \N \N \N \N 14662 t
+23296 5830 Rainbow Nation eng \N LGBT - No limits dating. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 08:00:00 2014-12-21 10:00:00 \N \N \N \N \N 14663 t
+22656 875 Kevin Hingley eng \N If you're unfortunate enough to be awake early on the weekend, Kevin is here to ease your pain! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 07:00:00 2014-12-21 10:00:00 \N \N \N \N \N 14664 t
+22784 768 Kisstory Breakfast eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 06:00:00 2014-12-21 10:00:00 \N \N \N \N \N 14665 t
+23120 20427 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 14666 t
+23120 20420 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 07:00:00 2014-12-21 08:00:00 \N \N \N \N \N 14667 t
+23120 20414 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 08:00:00 2014-12-21 09:00:00 \N \N \N \N \N 14668 t
+23904 782 Programmes start at 5am eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-22 05:00:00 \N \N \N \N \N 14669 t
+14752 40825 Marvin Humes eng \N Marvin Humes takes over Capital with a mix of the hottest club tracks around plus the biggest anthems from the playlist. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 22:00:00 \N \N \N \N \N 14670 t
+22624 40363 Music Box eng \N RNIB's Insight Radio - Sandra Gayer makes classical music accessible \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-21 08:00:00 2014-12-21 09:00:00 \N \N \N \N \N 14671 t
+23280 5834 Your Perfect Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 08:00:00 \N \N \N \N \N 14672 t
+23280 5835 Flirt With Me eng \N Flirt and meet with Kiss Me TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 08:00:00 2014-12-21 10:00:00 \N \N \N \N \N 14673 t
+16080 14707 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:30:00 \N \N \N \N \N 14674 t
+16080 14708 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 15:30:00 2014-12-19 16:00:00 \N \N \N \N \N 14675 t
+16080 14709 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:30:00 \N \N \N \N \N 14676 t
+16080 14710 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:00:00 \N \N \N \N \N 14677 t
+16080 14711 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N \N \N 14678 t
+16080 14712 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N \N \N 14679 t
+22080 1292 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N \N \N 14686 t
+22080 1293 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N \N \N 14687 t
+22080 1305 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N \N \N 14688 t
+22080 2126 Year In Review eng 2014 Jayne Secker is joined by the Odd Couple of Fleet Street as they dissect the news stories that dominated the last year and pass judgement on the people who made the front pages in 2014. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N \N \N 14689 t
+22080 1311 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N \N \N 14690 t
+22080 1314 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N \N \N 14691 t
+40960 51167 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 14692 t
+40960 51168 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N \N \N 14693 t
+40960 51169 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N \N \N 14694 t
+40960 51170 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 14695 t
+26560 13699 The Hits Radio Weekend - Dave Kelly eng \N Dave Kelly is in the mix for your soundrack to Saturday night only on The Hits Radio! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 22:00:00 2014-12-21 02:00:00 \N \N \N \N \N 14699 t
+16208 38364 Barbara Taylor Bradford's Act of Will eng \N Gripping drama in which three generations of women battle bravely through five eventful decades of hidden love. Audra and Vincent's first child dies. World War II is announced. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-21 03:50:00 2014-12-21 04:35:00 \N \N \N \N \N 14700 t
+16208 38365 A Garden for All Seasons eng Derbyshire Green goddess Charlie Dimmock hooks up with Anne-Marie Powell for the show following the progress of gardens over a year. Anne-Marie visits a garden with a natural pond. \N 0 25 f 64 eng eng 10 0 0 \N 2014-12-21 04:35:00 2014-12-21 05:00:00 \N \N \N AD,S \N 14701 t
+16208 40601 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 05:00:00 2014-12-21 08:00:00 \N \N \N \N \N 14702 t
+41024 59515 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N \N \N 14703 t
+41024 59516 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N \N \N 14704 t
+41024 59517 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N \N \N 14705 t
+23712 3595 Motorway Cops eng Burden of Proof Crime-stopping action on Britain's fastest roads. A look at the challenges police officers face when trying to gather evidence to put misbehaving motorists away. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N S \N 14706 t
+23712 3079 The Perfect Penis eng \N Extraordinary lengths and pants department perils! This mind-boggling documentary reveals the extreme measures taken by men in pursuit of penis perfection. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 14707 t
+23712 3596 Bizarre ER eng Tough Love Strange ailments from UK A and E departments. A young woman who has sustained a turnip-related injury is seen by doctors, as is a money hungry boy - who swallowed a pound coin. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:30:00 \N \N \N AD,S \N 14708 t
+23712 3597 Bizarre ER eng \N Jaw-dropping tales of weirdness from UK hospitals. This time, doctors save a skateboarder by deep-freezing parts of his skull and see a carpenter minus a couple of fingers. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-20 23:30:00 2014-12-21 00:00:00 \N \N \N AD,S \N 14710 t
+27168 59904 Jimmy's Grow Your Own Christmas Dinner eng Jimmy Doherty has spent months growing and making his own traditional dinner from scratch, to see if it tastes better than the turkey and trimmings at the supermarket \N \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N S \N 14711 t
+27168 59905 Jamie at Home Christmas Special eng \N Jamie Oliver, with help from friends and experts, shows how to cook up a festive feast with two fantastic Christmas birds, superb stuffing and gravy, and perfect roast potatoes. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N S \N 14712 t
+27168 59588 Location, Location, Location eng \N Phil Spencer and Kirstie Allsopp help Niki and Rob, who want a home that has space for a future family, and also Georgie and Louis, who aim to cut down their commute by moving to London. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N S \N 14713 t
+41120 14068 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 14714 t
+41120 14069 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:30:00 \N \N \N \N \N 14715 t
+41120 14070 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 22:30:00 2014-12-20 23:00:00 \N \N \N \N \N 14716 t
+41120 14071 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 14717 t
+41056 18126 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:30:00 \N \N \N \N \N 14719 t
+41056 18127 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 15:30:00 2014-12-23 16:00:00 \N \N \N \N \N 14720 t
+41056 18128 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N \N \N 14721 t
+41056 18129 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N \N \N 14722 t
+41056 18130 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 17:30:00 2014-12-23 17:55:00 \N \N \N \N \N 14723 t
+41056 18131 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 17:55:00 2014-12-23 18:00:00 \N \N \N \N \N 14724 t
+27712 22070 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N \N \N 15096 t
+27648 4391 Nomad Chef eng Faroes Jock goes 'skyfishing' for puffins and cooks with fermented fish heads when he discovers the culinary secrets of Viking descendants in the remote Faroe Islands. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 14725 t
+27648 4392 Forensic Detectives eng Written in Blood Find out how blood can be the most telling evidence of a murder, and is often the only thing investigators have to link a killer to his victim. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 14726 t
+27648 4393 On the Case with Paula Zahn eng Honeymoon Hit A jailhouse interview with Ashley Humphrey, convicted of killing her new husband's ex-lover at his request. She wants her story to be a lesson to other women. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 14727 t
+24464 50260 Asia Pacific Rally Championship eng \N Highlights of the Asia Pacific region's keenly-contested and FIA-backed series which holds events in Australia, New Zealand, China, Japan, Malaysia, Thailand and New Caledonia. Action from China. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:25:00 \N \N \N \N \N 14728 t
+24464 50261 FIA World Endurance... eng \N Four classes comprising the world's most advanced LMP and GT cars fight for the right to be crowned world champions in the pinnacle of global sportscar racing. 6 Hours Of Sao Paulo. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 06:25:00 2014-12-19 09:00:00 \N \N \N \N \N 14729 t
+27328 17315 Baker & Kelly's V.S.P.O eng \N Stand by for an hour of unscripted entertainment, original features and spontaneous wit driven by our unique hosts, Dannys Baker and Kelly. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 14730 t
+27328 17316 Game of the Week eng \N We've scoured the world for the best action and this is the best game of the week from the football or rugby world. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N \N \N 14731 t
+27328 17317 European Football Show Highlights eng \N James Richardson and guests take a look at all of the goals and the best of the action from Ligue 1, Serie A, the Primeira Liga and the Bundesliga from the weekend. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 13:30:00 2014-12-23 15:30:00 \N \N \N \N \N 14732 t
+23040 38053 Restaurant Stakeout eng \N Willie steps in to help Anna Maria, chef and owner of Anna Maria's Italian Restaurant in Larchmont, New York. While her food gets rave reviews, her restaurant has developed a bad reputation. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 14733 t
+23040 38054 Restaurant Stakeout eng \N Willie is called in to help a desperate owner, Antony, save his Italian restaurant. Antony's rowdy employees have created a bad atmosphere and business is suffering. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 14734 t
+23040 38055 Ching's Restaurant Redemption eng \N Ching takes off for Austin, Texas, to revive a Thai restaurant that is stuck in the 1980s. With tired Thai cuisine on the menu, Ching must convince stubborn owner Foo to update the food. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 14735 t
+23296 5814 Fast and Fun eng \N The fastest gay dating around. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 22:00:00 2014-12-21 00:00:00 \N \N \N \N \N 14736 t
+23040 38178 Diners, Drive-Ins And Dives eng \N Guy Fieri visits America's most interesting and unique restaurants. Guy tries barbecues with mesquite classics in Texas, a train carriage restaurant in California, and regional styles in Connecticut. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 21:00:00 2014-12-23 21:30:00 \N \N \N \N \N 14737 t
+23040 38179 Diners, Drive-Ins And Dives eng \N On this trip, Guy's checking out some unique combos. In Korea Town, Los Angeles, Guy visits a craft beer joint putting duck into their fries as well as in the French dip. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 21:30:00 2014-12-23 22:00:00 \N \N \N \N \N 14738 t
+23040 38180 Ching's Restaurant Redemption eng \N Ching is heading to Fresh Meadows, New York, to help save a failing Tiki themed Chinese Restaurant. King Yum has been in Robin Ng's family for over 60 years, but the business is now struggling. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 \N \N \N \N \N 14739 t
+23040 38181 Ching's Restaurant Redemption eng \N Shogun Palace in Flushing, Queens, boasts a whopping 23,000 square foot dining room and banquet hall...all of it empty. To save the business, Ching helps to transform their banquet style menu. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 22:30:00 2014-12-23 23:00:00 \N \N \N \N \N 14740 t
+23040 38182 Mystery Diners eng \N After receiving numerous complaints from staff about the bad behaviour of the head waiter, Charles Stiles and the Mystery Diners team help to discover if there is any truth to the rumours. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:30:00 \N \N \N \N \N 14741 t
+23040 38183 Mystery Diners eng \N When Mario, the owner of La Traviata in Long Beach, becomes concerned over complaints about the quality of his fish, Mystery Diners Rob, Shellene and Lauren go undercover to find out what's fishy. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 23:30:00 2014-12-24 00:00:00 \N \N \N \N \N 14742 t
+12928 42121 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:30:00 \N \N \N \N \N 14743 t
+12928 42122 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 06:30:00 2014-12-22 07:00:00 \N \N \N \N \N 14744 t
+12928 42123 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:30:00 \N \N \N \N \N 14745 t
+12928 42124 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 07:30:00 2014-12-22 08:00:00 \N \N \N \N \N 14746 t
+12928 42125 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N \N \N 14747 t
+12928 42126 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N \N \N 14748 t
+8452 59137 Channel 4 News eng \N Includes sport and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:10:00 \N \N \N S \N 14749 t
+23120 20402 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 14750 t
+23120 20400 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 14751 t
+23120 20401 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 14752 t
+27456 45282 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 21:00:00 2014-12-20 21:30:00 \N \N \N \N \N 14753 t
+27456 45283 Keiser Report eng \N Keiser Report is a no holds barred look at the shocking scandals behind the global financial headlines. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 21:30:00 2014-12-20 22:00:00 \N \N \N \N \N 14754 t
+27456 45284 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:30:00 \N \N \N \N \N 14755 t
+27456 45285 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 22:30:00 2014-12-20 23:00:00 \N \N \N \N \N 14756 t
+27456 45286 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:30:00 \N \N \N \N \N 14757 t
+27456 45287 Sputnik with George Galloway eng \N Every week George Galloway MP and Gayatri bring you news from elsewhere, from a different perspective, from a different view. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 23:30:00 2014-12-21 00:00:00 \N \N \N \N \N 14758 t
+27744 42056 Flashpoint eng \N Action-packed drama following the lives of Strategic Response Unit cops. It's a race against time for the SRU team who must save innocent bystanders from a ruthless bank robber. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 14759 t
+15232 18911 Sherlock Homes 1/2 eng \N The dirty detective searches out all the hottest 18+ girls with his magnifying glass. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 01:10:00 2014-12-23 01:15:00 \N \N \N \N \N 15139 t
+27744 42057 Flashpoint eng \N Action-packed drama following the lives of Strategic Response Unit cops. When a young girl defends herself by shooting an armed attacker, Jules steps in to prevent further tragedy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 14760 t
+27744 42058 Flashpoint eng \N Action-packed drama following the lives of Strategic Response Unit cops. The team venture into the woods to pursue a young man embroiled in a domestic violence case. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 14761 t
+16080 14885 New eng Michael Buble's Christmas 2014 Delivering a mix of festive cheer and seasonal songs, this brand new music special sees Michael Buble joined by special guests Barbra Streisand, Ariana Grande, Miss Piggy and The Rockettes. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N S \N 14762 t
+16080 14886 Dirty Dancing eng \N Coming-of-age drama starring Patrick Swayze and Jennifer Grey. A spoiled 17-year-old learns a lot about life from the hotel dance instructor during a family summer holiday. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:55:00 \N \N 1987 AD,S \N 14763 t
+16080 14887 Abba eng The Image Documentary. A look at ABBA's costumes, their design concepts and their ground-breaking videos, offering an entertaining journey through the fashion madness of the Seventies. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 23:55:00 2014-12-24 00:55:00 \N \N \N S \N 14764 t
+8385 58277 Dear John eng Channing Tatum Season Romantic drama. A soldier (Tatum) and a college student (Amanda Seyfried) try to keep their love alive via writing letters. But a rocky road lies ahead... \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 16:35:00 2014-12-21 18:45:00 \N \N 2010 AD,S \N 14765 t
+28160 15774 Unsigned eng \N Loretta Andrews gives a platform to unsigned Christian artists, and updates you on the latest events and news in Christian entertainment. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 14766 t
+28160 15775 Gospel Tonight eng \N Muyiwa plays the world's best gospel music and is joined by some gospel greats! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 22:00:00 2014-12-21 00:00:00 \N \N \N \N \N 14767 t
+25792 52506 Locomotion eng Dan Snow's History of Railways Celebrating Britain's proud railway past. By the mid-1800s, London was linked to other major cities as a trailblazing national network took shape and train mania gripped the... \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N AD,S \N 14768 t
+25792 52507 Locomotion eng Dan Snow's History of Railways Dan Snow recalls the golden age of railways, from the late 1800s to the start of WWII. It was the biggest industry in the world's strongest state, but who did our tracks belong... \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N AD,S \N 14769 t
+25792 52508 The Berlin Wall eng The Night the Iron Curtain Closed Chilling documentary that reveals how the famous Berlin Wall came to be, tracing the sequence of events that led up to the 28-mile ring of steel's overnight erection in... \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N AD,S \N 14770 t
+41024 59904 eng \N \N \N \N \N \N \N \N eng 8 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N \N \N 14771 t
+41024 59905 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N \N \N 14772 t
+41024 59588 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 14773 t
+32836 30935 Driven to Distraction eng \N Three daring teams of non-drivers and their long suffering partners are placed in various real life scenarios that teach them the key skills required to pass a driving test and compete to win a car. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 14774 t
+32836 30936 Rugby AM eng Evening Edition Alex Simmons hosts a Rugby League chat show, offering expert analysis and witty banter on the comings and goings in the world of Rugby League in Yorkshire and the North. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 14775 t
+32836 42474 The Weekender eng \N This week meet your presenters, Back to Basics 23rd birthday and a special feature from Amsterdam Dance event 2014. Our local guide to clubs, bars, gigs to prepare for the weekend. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:30:00 \N \N \N \N \N 14776 t
+32836 30938 All Star Unplugged eng \N A platform for up-and-coming musicians and bands across all genres of music. Recorded in the Live Room, at Made in Leeds Studios. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 23:30:00 2014-12-21 00:00:00 \N \N \N \N \N 14777 t
+16208 36949 The Great Train Robbery eng A Robber's Tale Two-part drama based on the true story of the infamous Great Train Robbery of 1963, showing the crime from the perspective of both the robbers and the police. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 21:00:00 2014-12-20 23:00:00 \N \N \N AD,S \N 14778 t
+16208 36950 Sharpe eng Sharpe's Enemy Liz Hurley guest stars in the Napoleonic action adventure in which buckles are certainly swashed. A beautiful noblewoman is taken hostage, and Sharpe must save her. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-20 23:00:00 2014-12-21 01:05:00 \N \N \N \N \N 14779 t
+14498 28008 Baggage Battles eng \N 3,200 containers ship into Newark daily, but not everything reaches its destination. When duty goes unpaid or property is unclaimed, they go to auction. Are there bargains? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 21:00:00 2014-12-24 21:30:00 \N \N \N \N \N 14780 t
+14498 28009 Baggage Battles eng \N In 2011, the LAPD recovered over $2 billion of merchandise, all of which has to be destroyed, or sold. Our experts try to profit on some of these legally seized valuables. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:00:00 \N \N \N \N \N 14781 t
+40992 51944 Bing eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 09:35:00 2014-12-22 09:45:00 \N \N \N \N \N 14782 t
+40992 51945 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 09:45:00 2014-12-22 10:05:00 \N \N \N \N \N 14783 t
+14498 26591 Selling Big eng \N With day two of the year's biggest Canadian auction looming, Ritchie Bros. yard staff are busy at work making sure the equipment is in top shape so they can make big profits. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:30:00 \N \N \N \N \N 14784 t
+14498 26592 Selling Big eng \N Breaking last year's billion dollar total sales in Canada means that the team needs top results in the Edmonton sale, their biggest Canadian auction of the year. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 22:30:00 2014-12-24 23:00:00 \N \N \N \N \N 14785 t
+14498 26593 How It's Made eng \N Ever wondered how everyday items such as folding kayaks, piatas, garbage trucks and ceramic composite brake discs are made? Find out how these familiar objects are formed. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 23:00:00 2014-12-24 23:30:00 \N \N \N \N \N 14786 t
+14498 26594 How It's Made eng \N More everyday items are put under the microscope as we discover how golf clubs, waffles, custom wires and cables and train wheels are made. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 23:30:00 2014-12-25 00:00:00 \N \N \N \N \N 14787 t
+8267 65013 ITV News Granada Reports eng \N All the latest news, sport and breaking stories from around the North West. Including a regional weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N S \N 14788 t
+8267 16031 ITV News & Weather eng \N Alastair Stewart and Ranvir Singh with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N S \N 14789 t
+8267 16033 Emmerdale eng \N Robert schemes to get Lawrence off Ross's back. Rakesh has news for Charity. Rakesh and Priya form a plan. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N AD,S \N 14790 t
+8267 14160 Coronation Street eng \N Tracy awaits news of Rob's fate. Is Steve getting obsessed? Steph holds the fort. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N AD,S \N 14791 t
+22784 773 Kisstory Late Night eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 00:00:00 2014-12-22 02:00:00 \N \N \N \N \N 18137 t
+14720 25931 The Wind Down With Jenny Francis eng \N Wind down after another busy day with Jenny Francis playing the best selection of cool and relaxing music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 22:00:00 2014-12-23 01:00:00 \N \N \N \N \N 14793 t
+15856 3518 Below Deck eng Cool Your Jets Reality series following crew members who work and reside aboard a mega-yacht. The crew welcome their first guests - a gaggle of flamboyant fashion photographers. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 14794 t
+15856 3519 The Real Housewives of Atlanta eng Crunk in the Trunk Reality series. The housewives gather for a jewellery trunk show being hosted by Cynthia's sister Malorie. During the event, NeNe receives unexpected news. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N S \N 14795 t
+15856 3520 Dallas Cowboys Cheerleaders eng \N Fifth series of the reality show following the annual creation of the Dallas Cowboys cheerleading squad. Over 600 candidates arrive before sunrise for the preliminary auditions. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 14796 t
+17609 20206 eng \N \N \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 09:25:00 2014-12-22 10:20:00 \N \N \N \N \N 14797 t
+17609 19697 eng \N \N \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 10:20:00 2014-12-22 11:20:00 \N \N \N \N \N 14798 t
+17609 19698 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 11:20:00 2014-12-22 12:20:00 \N \N \N \N \N 14799 t
+22226 4613 8 Out Of 10 Cats eng Uncut Jimmy Carr hosts the irreverent comedy panel show based on opinion polls, with team captains Sean Lock and Jon Richardson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 21:00:00 2014-12-20 21:45:00 \N \N \N S \N 14800 t
+22226 4793 8 Out Of 10 Cats eng Uncut Jimmy Carr hosts the irreverent comedy panel show based on opinion polls, with team captains Sean Lock and Jon Richardson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 21:45:00 2014-12-20 22:30:00 \N \N \N S \N 14801 t
+22226 4895 Duck Quacks Don't Echo eng \N Stock up on weird and wonderful nuggets of knowledge courtesy of Lee Mack and guests Ricky Tomlinson, Jon Richardson and Sara Cox. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 22:30:00 2014-12-20 23:00:00 6 \N \N S 1 14802 t
+22226 6166 Robot Wars eng \N Craig Charles and Philippa Forrester host the action-packed competition in which teams of engineers build robotic creations to fight against each other in the arena. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:35:00 3 \N \N S 2 14803 t
+22226 6169 Robot Wars eng \N Craig Charles and Philippa Forrester host the action-packed competition in which teams of engineers build robotic creations to fight against each other in the arena. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:35:00 2014-12-21 00:10:00 4 \N \N S 2 14804 t
+4169 51775 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:00:00 \N \N \N S \N 14805 t
+15952 2723 Emmerdale eng \N Charity pushes Moira too far. Kirin enjoys playing games with Rakesh. Nicola's plan leaves Bernice furious. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 13:25:00 2014-12-23 13:55:00 \N \N \N AD,S \N 14806 t
+15952 4584 Coronation Street eng \N Tony regrets a moment of madness. Will Lloyd lend an ear to Steve? Steph stands up for herself. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 13:55:00 2014-12-23 14:25:00 \N \N \N AD,S \N 14807 t
+15952 2724 Coronation Street eng \N Gary faces up to the consequences. What is Callum up to? Steve plans the perfect Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 14:25:00 2014-12-23 14:55:00 \N \N \N AD,S \N 14808 t
+15952 2725 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 14:55:00 2014-12-23 16:00:00 \N \N \N S \N 14809 t
+24464 50325 ROC Nations Cup Replay eng \N All the action from the 2014 Race of Champions Nations Cup event which sees the biggest names in world motorsport competing for their home countries. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 12:10:00 2014-12-22 15:15:00 \N \N \N \N \N 14810 t
+16016 7459 Doc Martin eng \N Louisa is a candidate for the head teacher's job in Portwenn, but the odds seem stacked against her. At the school, a highly contagious skin infection breaks out. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N AD,S \N 14811 t
+16016 7460 Foyle's War eng Sunflower Crime drama series. Foyle investigates threats to kill a former Nazi, now working for MI5. Sam is worried that Adam is too busy for her to share some big news with him. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 22:00:00 2014-12-21 00:00:00 \N \N \N AD,S \N 14812 t
+8281 16894 Secret Dealers eng \N Antiques challenge series. Christopher Selkirk, Mark Stevens and Simon Schneider are let loose in the first house where Kerry has been picking up car boot bargains for years. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N S \N 14813 t
+8281 23509 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the cash prize. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N S \N 14815 t
+40976 45515 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-22 18:58:00 2014-12-22 19:00:00 \N \N \N \N \N 14816 t
+40976 47733 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-22 19:00:00 2014-12-22 21:25:00 \N \N \N \N \N 14817 t
+16032 41951 Fleabag Monkeyface eng Dinner Crime Fleabag is invited to work in a posh restaurant. But then Dr Spamflex hatches a plan to add an evil ingredient that will make the dishes attack the diners live on air! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:10:00 \N \N \N S \N 14820 t
+16032 41952 Fleabag Monkeyface eng Pet Shop of Doom Dr Spamflex has taken over The Pet Shop of Doom and has concocted a hideous plan to combine and mutate Fleabag into a gross out mingle pet - the Monkeyphant. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 06:10:00 2014-12-24 06:20:00 \N \N \N S \N 14821 t
+16032 40920 Horrid Henry eng Horrid Henry, Happy Family Who would have thought that Mum, Dad, Peter and Henry could ever be the happiest family in Britain? \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 06:20:00 2014-12-24 06:35:00 \N \N \N AD,S \N 14822 t
+16032 40921 Horrid Henry eng Horrid Henry Cooks a Meal When Prissy Polly comes to babysit, Henry finds himself in the kitchen - but will his cooking be good enough to eat? \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 06:35:00 2014-12-24 06:45:00 \N \N \N AD,S \N 14823 t
+16032 35321 Horrid Henry eng Horrid Henry and the Walking Stick Gang Henry discovers that old age is no excuse for good behaviour! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 06:45:00 2014-12-24 07:00:00 \N \N \N AD,S \N 14824 t
+16032 42014 Batman: The Brave and the Bold eng Invasion of the Secret Santas Animated series. After Batman and Blue Beetle take down the Sportsmaster, Batman and Red Tornado fight to stop Fun Haus' Yuletide crime spree. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:25:00 \N \N \N \N \N 14825 t
+16032 42015 Pokemon the Series: XY eng Summer of Discovery! Pokemon series about Ash and Pikachu's adventures in the Kalos region. Ash, Serena, Clemont and Bonnie reach Professor Sycamore's Pokemon Summer Camp. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-24 07:25:00 2014-12-24 07:50:00 \N \N \N \N \N 14826 t
+16032 39081 Super 4 eng Appetite for Destruction Animated comedy adventure series. Alex, Ruby, Gene, Etincelle and Alien get a distress signal that leads them straight into a trap set by the Dark Baron. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 07:50:00 2014-12-24 08:05:00 \N \N \N S \N 14827 t
+16032 40135 Super 4 eng The Metal Age Animated comedy adventure series. The medieval amusement park built by Dr X in the heart of Technopolis is so accurate that the robots believe they really are knights. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 08:05:00 2014-12-24 08:25:00 \N \N \N S \N 14828 t
+17472 55576 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 16:20:00 2014-12-23 17:05:00 \N \N \N \N \N 19627 t
+16032 42016 Horrid Henry eng Horrid Henry and the Perfect Parents The animated adventures of the mischievous anti-hero. Henry discovers that sometimes you have to be careful what you wish for! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 08:25:00 2014-12-24 08:40:00 \N \N \N AD,S \N 14829 t
+16032 42017 Horrid Henry eng Horrid Henry Takes the Blame The animated adventures of the mischievous anti-hero. Why does Henry always get the blame for everything? \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 08:40:00 2014-12-24 08:55:00 \N \N \N AD,S \N 14830 t
+16032 38028 Horrid Henry eng Horrid Henry and the Horrid Hat The animated adventures of the mischievous anti-hero. Henry's horrid hat is not the only thing breaking the rules - according to Soggy Sid! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 08:55:00 2014-12-24 09:10:00 \N \N \N AD,S \N 14831 t
+20352 58192 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 22:00:00 2014-12-21 00:25:00 \N \N \N \N \N 14832 t
+8381 15571 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 06:05:00 2014-12-22 07:00:00 \N \N \N S \N 14833 t
+8381 14896 Good Morning Britain eng \N Breakfast show. Downton Abbey star Elizabeth McGovern pops in to talk about the upcoming Christmas episode, and performs a seasonal favourite. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 07:00:00 2014-12-22 09:30:00 \N \N \N S \N 14834 t
+16048 31869 Lewis eng Whom the Gods Would Destroy Kevin Whately stars as DI Lewis. When an Oxford graduate is killed, Lewis and Hathaway launch an investigation that implicates a senior university figure. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 22:00:00 2014-12-23 00:10:00 \N \N \N AD,S \N 14836 t
+8274 25378 The Cube eng Celebrity Special Phillip Schofield presents a celebrity edition of the game show, as Denise Welch, Sherrie Hewson and Lisa Maxwell from Loose Women and Olympian Greg Rutherford face the Cube. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N S \N 14837 t
+14784 2867 Winter Has Arrived... eng \N Time to book a CRUISE! Caribbean, Mediterranean, European. You name it, we got it! Whatever floats ya boat and whatever your budget, grab your toothbrush & sail away to Shangri-La \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 20:00:00 2014-12-23 00:00:00 \N \N \N \N \N 14838 t
+13120 7370 Hi-Tech Toys & Electronic Gifts eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! Find your perfect electrical gifts here! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 14839 t
+13120 7371 MarlaWynne Fashion eng \N Easy care, easy wear, easy elegance in this mix and match collection of unique and versatile pieces created for the smart, elegant, busy women seeking comfort that doesn't compromise style. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 14840 t
+26560 13755 Non-Stop Hits! eng \N Non-Stop Hits getting you through your day! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 14:00:00 2014-12-24 15:00:00 \N \N \N \N \N 14841 t
+22208 6065 Police Ten 7 eng \N Follow the crime-busting activities of New Zealand's police in this exhilarating fly-on-the-wall documentary. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:30:00 15 \N \N S 20 14842 t
+22208 6066 Police Ten 7 eng \N Follow the crime-busting activities of New Zealand's police in this exhilarating fly-on-the-wall documentary. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:00:00 16 \N \N S 20 14843 t
+22208 6110 Cop Squad eng \N Sharing shifts with Cambridgeshire's police force, this documentary reveals what life on the beat is really like. Contains strong language and some distressing scenes. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:00:00 5 10 \N S,AD \N 14844 t
+22208 6132 Road Wars eng \N The Thames Valley Police provide a fascinating insight into car crime and its prevention. Plus, shocking video footage captures dangerous drivers in action. Strong language. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 02:00:00 2014-12-22 02:30:00 \N \N \N S \N 14845 t
+22208 6134 Christmas Crime UK eng \N Seasonal edition of the hard-hitting documentary series. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:00:00 \N \N \N S,AD \N 14846 t
+28288 8743 Benefit Cosmetics eng \N Benefit Cosmetics have taken the beauty world by storm with their quirky packaging, catchy names and fabulous products. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:00:00 \N \N \N \N \N 14847 t
+28288 8744 Liz Earle Naturally Active Skincare eng \N Renowned for her knowledge in skin care, Liz Earle has developed a range of products that feature a high concentration of herbs, vitamins and essential oils to soothe your skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 07:00:00 2014-12-23 08:00:00 \N \N \N \N \N 14848 t
+28288 8745 Beauty Pick Of The Month eng \N Tune in to see QVC's Beauty Pick of the Month. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 08:00:00 2014-12-23 09:00:00 \N \N \N \N \N 14849 t
+16048 31836 The Jury eng \N Last in series. Paul has told the jury what he knows and they struggle to reach a majority. As they deliberate, Lane and Watts wait anxiously for the verdict. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:05:00 \N \N \N AD,S \N 14850 t
+16048 31837 The Vice eng Walking on Water (Part 2) Crime drama series. Chappel works undercover to investigate the gambling operation at The Jupiter nightclub. Chappel pushes Dougie to the brink. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 23:05:00 2014-12-20 00:15:00 \N \N \N S \N 14851 t
+8281 20982 Judge Rinder eng \N Studio courtroom show where criminal barrister Robert Rinder rules on real life cases. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 12:20:00 2014-12-22 13:20:00 \N \N \N S \N 14856 t
+8281 16631 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:20:00 2014-12-22 13:55:00 \N \N \N S \N 14857 t
+8281 16665 Big Star's Little Star eng \N Stephen Mulhern invites Will Mellor, Jamelia and Nina Wadia and their adorable offspring to reveal all about their home lives in a bid to win 15,000 for charity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 13:55:00 2014-12-22 14:55:00 \N \N \N S \N 14858 t
+8281 25994 The Railway Children eng \N Classic, charming period drama starring Dinah Sheridan and Bernard Cribbins, 1970. The lives of three children change dramatically when they move to a small Yorkshire cottage with their mother \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 14:55:00 2014-12-22 17:00:00 \N \N \N AD,S \N 14859 t
+8283 16894 Secret Dealers eng \N Antiques challenge series. Christopher Selkirk, Mark Stevens and Simon Schneider are let loose in the first house where Kerry has been picking up car boot bargains for years. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N S \N 14860 t
+8283 23509 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the cash prize. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N S \N 14862 t
+28032 30715 Tommy Cooper eng \N Comedy and magic from the legendary Tommy Cooper. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:25:00 \N \N \N S \N 14863 t
+28032 26807 Black Gold eng \N Reality-documentary series about oil drilling in the USA. More fights break out on Rig 28 this time between Tank and Cheston, meanwhile Peggy is upset - again. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 06:25:00 2014-12-20 07:00:00 \N \N \N S \N 14864 t
+28032 27946 Black Gold eng \N Reality-documentary series about oil drilling in the USA. Cheston is still reeling from his fight with Tank and considers quitting, and Peggy fires her gun at a roughneck's truck. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:40:00 \N \N \N S \N 14865 t
+17472 55577 Flog It! eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-23 17:05:00 2014-12-23 18:00:00 \N \N \N \N \N 19628 t
+28032 27948 Motorsport UK eng \N Richard John Neil presents action from the final chapter of the season.Today's racing is from the Formula Ford Championship and the Porsche Carrera Cup. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 07:40:00 2014-12-20 08:40:00 \N \N \N S \N 14866 t
+28032 27949 Bundesliga Football Highlights eng \N Highlights from Germany's premier football league presented by Isabella Muller-Reinhardt. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 08:40:00 2014-12-20 09:40:00 \N \N \N S \N 14867 t
+25792 52400 Last of the Summer Wine eng Who's Got Rhythm? More from Roy Clarke's epic sitcom about growing old disgracefully. Compo displays his musical prowess, prompted by the number of musical bands in the valley. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 21:00:00 2014-12-20 21:40:00 \N \N \N AD,S \N 14868 t
+25792 52401 Last of the Summer Wine eng Camera Shy Roy Clarke's brilliant comic creation that will outlive us all. Foggy's new-found interest in camcorders causes consternation among some country ramblers. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 21:40:00 2014-12-20 22:20:00 \N \N \N AD,S \N 14869 t
+25792 52402 Last of the Summer Wine eng Wheelies More badly-behaved antics from the sprightly trio. Compo, Clegg and Foggy prove that the invention of the wheel might not have been such a good idea after all. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-20 22:20:00 2014-12-20 23:00:00 \N \N \N AD,S \N 14870 t
+25792 52403 The Great Train Robbery's Missing Mastermind? Andrew Cook takes a fresh look at perhaps the most infamous robbery of the 20th century eng \N With access to secret files, Cook tries to find out whether an inside man played a role. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N S \N 14871 t
+8448 58464 Hollyoaks eng \N Nico decides her family would be better off without her. Dodger tells Sienna that he can't be a father to Nico, so she takes action to make sure they have the perfect family Christmas. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:30:00 \N \N \N AD,S \N 14872 t
+8448 58465 Paternity Court eng Brand new series Family lawyer Lauren Lake hears more paternity cases. A woman wants to establish proof that an individual claiming to be her sister is not biologically related to her. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 12:30:00 2014-12-19 13:00:00 \N \N \N S \N 14873 t
+8448 58466 How I Met Your Mother eng I Heart NJ Ted is sick of having to take long trips to New Jersey to see Stella and is aghast when she tells him that she wants to live there once they are married. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N AD,S \N 14874 t
+8448 58467 How I Met Your Mother eng Intervention Ted prepares to move to New Jersey, causing an argument with Marshall over an outstanding bill for the flat. The gang go on to recall their past disagreements. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N AD,S \N 14875 t
+8448 58468 The Big Bang Theory eng The Beta Test Initiation Leonard and Penny put their relationship through a 'beta test' and report problems they have with each other as 'bugs', while Sheldon and Amy seek internet fame. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N AD,S \N 14876 t
+8448 58469 The Big Bang Theory eng The Friendship Contraction After Sheldon keeps him awake all night, an irate Leonard decides that he needs to break the roommate agreement, which formally ends their friendship. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N AD,S \N 14877 t
+23712 3341 Programmes continue at 08:00am eng Programmes continue at 08 00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 04:00:00 2014-12-23 07:00:00 \N \N \N \N \N 14878 t
+27712 21871 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N \N \N 14879 t
+27712 21872 101 East eng \N As scandals involving misbehaving monks rock the nation, 101 East asks 'how will Thailand save its moral soul?'. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N \N \N 14880 t
+40992 51946 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 10:05:00 2014-12-22 10:20:00 \N \N \N \N \N 14881 t
+40992 51947 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 10:20:00 2014-12-22 10:45:00 \N \N \N \N \N 14882 t
+27712 21873 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 14883 t
+27712 21874 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N \N \N 14884 t
+27712 22071 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N \N \N 15097 t
+27712 21875 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N \N \N 14885 t
+15856 3443 The Real Housewives of Vancouver eng Sweet and Soured Reality series following the lives of a group of driven and ambitious Canadian women. In Toronto, Jody's appearance on Top Chef Canada ends with a garden party. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N S \N 14886 t
+15856 3444 The Real Housewives of Vancouver eng Quiet Retreats and Loud Attacks Reality series following a group of driven and ambitious Canadian women. On Ronnie's birthday the wives head out for a weekend of pampering. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N S \N 14887 t
+15856 3445 The Real Housewives of Vancouver eng War and Piece of Cake Reality series. Ronnie hosts a glamorous party for Ioulia's birthday but not all of the ladies are invited. Jody plans to ruin Mary's birthday party. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N S \N 14888 t
+27360 18066 MotoGP - Grand Prix of Spain eng \N Action from the Grand Prix of Spain from the Circuit of Jerez. Dani Pedrosa beat compatriots Marc Marquez and Jorge Lorenzo to win here last year, his second Spanish GP victory. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 03:30:00 2014-12-24 05:00:00 \N \N \N \N \N 14889 t
+27360 18067 Boxing Tonight eng \N A round-up of all the latest boxing news, featuring Adonis Stevenson v Dmitry Sukhotsky. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 05:00:00 2014-12-24 06:00:00 \N \N \N \N \N 14890 t
+14532 6332 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 00:05:00 2014-12-21 03:00:00 \N \N \N \N \N 14891 t
+8325 2667 You've Been Framed at Christmas! eng \N Harry Hill unwraps some comic crackers including collapsing Christmas trees, silly Santas and stupidity in the snow. Plus children singing Jingle Bells into their camcorders. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:30:00 \N \N \N S \N 14892 t
+8325 5469 You've Been Framed at Christmas! eng \N Harry Hill gives his unique gift of surreal silliness to some festive home videos including a fight to the death as a kid wrestles a Christmas tree, and Carrie the possessed car. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 19:30:00 2014-12-20 20:00:00 \N \N \N S \N 14893 t
+8325 4537 Tomorrow Never Dies eng \N James Bond action thriller starring Pierce Brosnan and Teri Hatcher, 1997. A media baron sets about triggering WWIII so that his 24-hour news network can profit from exclusive coverage \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 20:00:00 2014-12-20 22:25:00 \N \N \N AD,S \N 14894 t
+22336 58502 Hollyoaks eng \N Dodger is trapped in a Christmas nightmare, while Sienna is delighted to have her family by her side. Phoebe drops a bombshell on Robbie, and Nancy leans on Rick for the wrong kind of help. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N AD,S \N 14895 t
+16080 14767 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 01:45:00 2014-12-21 02:15:00 \N \N \N \N \N 19790 t
+22336 58504 Suburgatory eng Friendship Fish George gets himself a Chatswin-style makeover from Dallas. But when his friends from New York come to visit, they ridicule his new lifestyle. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N AD,S \N 14896 t
+22336 58506 Charmed eng Morality Bites Phoebe has a vision of herself being burnt to death at the stake. The sisters travel 10 years into the future to see what happened and encounter a modern-day witch hunt. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N S \N 14897 t
+22336 58507 Rules of Engagement eng Surro-Gate In the first episode of season five, Jeff and Audrey discover some surprising news about the surrogate mother they have chosen for their baby. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 \N \N \N S \N 14898 t
+22336 58508 Rules of Engagement eng The Bank Jeff reveals that he keeps a list of mistakes Audrey has made, which he calls 'the bank'. Russell sends a suggestive email to a colleague. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 \N \N \N S \N 14899 t
+4168 57886 Christmas of My Lifetime with Len Goodman eng \N Len Goodman takes four famous faces back to their Christmases of yore. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:30:00 16 16 \N AD,S \N 14900 t
+4168 51781 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 13:30:00 2014-12-24 13:40:00 \N \N \N S \N 14901 t
+4168 52597 North West Today eng \N The latest news, sport and weather for the North West of England. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 13:40:00 2014-12-24 13:50:00 \N \N \N S \N 14902 t
+4168 56480 Wallace and Gromit in The Curse of the Were-Rabbit eng \N Inventor Wallace and his dog Gromit's pest control business is called into action when a giant rabbit terrorises their town's vegetable patches. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 13:50:00 2014-12-24 15:05:00 \N \N 2005 AD,S \N 14903 t
+13024 51049 5 News Update eng \N National and international news. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 21:55:00 2014-12-23 22:00:00 \N \N \N S \N 14904 t
+13024 51050 New eng Kids' Hospital at Christmas Last in the documentary series. On Christmas Day on the wards, head of nursing Walter is trying to work out how to get staff home when there is no public transport running. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N S \N 14905 t
+13024 51051 Saving Private Ryan eng \N Powerful World War II drama starring Tom Hanks and Ed Burns. A group of US soldiers is sent to find and send home a private whose brothers have all been killed in action. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N 1998 S \N 14906 t
+28480 11906 A Study In The Word eng \N Bible teaching programme hosted by Jimmy Swaggart. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:30:00 \N \N \N \N \N 14907 t
+28480 11907 Insight eng \N Today's news from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 06:30:00 2014-12-24 07:00:00 \N \N \N \N \N 14908 t
+28480 11908 The Message of the Cross eng \N A Biblical teaching programme hosted by Rev. Jimmy Swaggart, with a panel of pastors, professors and other church leaders. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 07:00:00 2014-12-24 08:30:00 \N \N \N \N \N 14909 t
+28480 11909 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N \N \N 14910 t
+8452 59220 The Big Bang Theory eng The Financial Permeability When Sheldon lends Penny some money, it brings her ex-boyfriend Kurt back into her life, with negative consequences for the gang. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:30:00 \N \N \N AD,S \N 14911 t
+8452 58676 The Simpsons eng Summer of 4'2" Lisa uses the holiday as a chance to change her image, and gets in with a cool crowd (guest star Christina Ricci). But Bart is not pleased that his sister is so popular. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 15:30:00 2014-12-21 16:00:00 \N \N \N AD,S \N 14912 t
+8452 59195 The Simpsons eng When You Dish Upon a Star Homer becomes a personal assistant to Kim Basinger and Alec Baldwin, but things get nasty after Homer tells everyone where they live. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:30:00 \N \N \N AD,S \N 14913 t
+8452 59134 The Simpsons eng Dangerous Curves Homer and Marge drive away to a log cabin for the weekend and start reminiscing about their early courtship. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N AD,S \N 14914 t
+40992 51948 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 10:45:00 2014-12-22 11:00:00 \N \N \N \N \N 14915 t
+8452 58677 Bugsy Malone eng \N Jodie Foster stars in Alan Parker's comedy musical set in 1930s Chicago, where the mobsters and molls are played by kids, and custard pie-launching 'splurge guns' replace tommy guns. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 17:10:00 2014-12-21 19:00:00 \N \N 1976 AD,S \N 14916 t
+4168 49764 Have I Got 2014 News for You eng \N A compilation of the popular satirical news quiz looking back at the big news stories of 2014. With team captains Paul Merton and Ian Hislop, and a variety of guest hosts. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:30:00 11 11 \N S \N 14917 t
+4168 49765 Not Going Out eng Lucy Sitcom. Lee spends time in the bar with Toby worrying that the woman of his dreams is drifting further away. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 21:30:00 2014-12-19 22:00:00 9 11 \N S \N 14918 t
+4168 49766 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:25:00 \N \N \N S \N 14919 t
+4168 50101 North West Tonight eng \N The latest news, sport and weather for the North West of England. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 22:25:00 2014-12-19 22:35:00 \N \N \N S \N 14920 t
+4168 49769 The Graham Norton Show eng \N Chat show. Graham's guests for a bumper Christmas episode are Ben Stiller, Ricky Gervais, Rebel Wilson, Jamie Foxx, Cameron Diaz, Danny Dyer and Usher. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 22:35:00 2014-12-19 23:30:00 12 22 \N S \N 14921 t
+4168 49770 Cuckoo eng Ken at Work The senior partner at Ken's firm is retiring and Ken is in line for succession. Contains some strong language and some sexual content. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:00:00 5 7 \N AD,S \N 14922 t
+14448 27244 Raising Sextuplets eng \N Introducing the Masche family, consisting of parents Bryan and Jenny Masche and their sextuplets! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 14923 t
+14448 27245 Caught on Camera eng \N Compelling amateur footage of real life situations. Featuring criminals who think no one is watching, but there is a powerful observer recording every detail. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 14924 t
+14448 27246 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N \N \N 14925 t
+14448 27247 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 17:30:00 2014-12-22 18:00:00 \N \N \N \N \N 14926 t
+25920 65355 Back at 5am eng \N Programmes start again at 5am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 05:00:00 \N \N \N \N \N 14927 t
+28416 20112 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:30:00 \N \N \N \N \N 14928 t
+28416 20113 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-21 02:30:00 2014-12-21 04:00:00 \N \N \N \N \N 14929 t
+40960 53306 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:30:00 \N \N \N \N \N 14930 t
+32836 31056 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N \N \N 14941 t
+32836 31057 All Star Unplugged Special eng \N Two of Leeds' best gospel choirs delivering christmas carols for the season in their own unique way. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:30:00 \N \N \N \N \N 14942 t
+32836 31058 Dudley's Christmas Fayre eng \N Celebrity Chef, Dudley Newbury serves up perfect Christmas meals. Learn short cuts and tricks of the trade with Cardiff's longest serving TV Chef. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 10:30:00 2014-12-24 11:00:00 \N \N \N \N \N 14943 t
+32836 31059 Make Me a Millionaire Inventor eng \N Jem is obsessed by the sun lounger that rotates with the sun throughout the day. Shini seeks out and surprises the inventor of a golf-training device who turns out to be quite the comedian. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N \N \N 14944 t
+8381 14673 This Morning eng \N Presented by Eamonn Holmes and Ruth Langsford. A look at the day's news and headlines. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:30:00 \N \N \N S \N 14945 t
+8381 14660 Let's Do Christmas with Gino & Mel eng \N Festive food and celebrity chat with Gino D'Acampo and Melanie Sykes. The final show of the series is a Text Santa special with today's guest swimming legend Mark Foster. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:30:00 \N \N \N S \N 14946 t
+8381 14661 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N S \N 14947 t
+8267 22753 The Speakmans eng \N Therapists Nik and Eva Speakman attempt to successfully treat ordinary people with extraordinary problems. Today, they treat a young woman suffering from severe agoraphobia. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 09:25:00 2014-12-23 10:20:00 \N \N \N S \N 14948 t
+8267 24811 Dickinson's Real Deal eng \N Today David and the team are at Northampton cricket ground, where a Roman glass vase attracts plenty of cash and a set of Dinky cars exceeds expectations. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 10:20:00 2014-12-23 11:20:00 \N \N \N S \N 14949 t
+8267 22754 Tipping Point eng \N Ben Shephard hosts the quiz show in which four players take on an extraordinary machine in the hope of winning its 10,000 pound jackpot. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 11:20:00 2014-12-23 12:25:00 \N \N \N S \N 14950 t
+15840 3541 Tune In... To 1987 eng \N Aretha Franklin became the first woman inducted into the Rock and Roll Hall of Fame, the Great Storm of 1987 hit and construction began on the Channel Tunnel... Tune in and enjoy the best of 1987. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 14951 t
+24064 59664 Floating Kitchen eng \N Simon Woodhouse is a chef on a mission. Simon manages to fix the engine on his boat, meaning he can focus on his final menu. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N \N \N 14952 t
+24064 59665 Floating Kitchen eng \N Simon Woodhouse is a chef on a mission. He is invited by one of France's most celebrated chefs to watch him cook foie gras. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N \N \N 14953 t
+24064 59666 Floating Kitchen eng \N Simon Woodhouse is a chef on a mission. Simon finally drops anchor in Paris, but hits trouble when he is stopped by the river police. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N \N \N 14954 t
+22080 1332 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:30:00 \N \N \N \N \N 15224 t
+24064 59667 Floating Kitchen eng \N Simon Woodhouse is a chef on a mission. It's the big day and Simon is anxious to get hold of his mooring permit so he's finally ready for the kitchen's grand opening. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:00:00 \N \N \N \N \N 14955 t
+40992 51942 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:25:00 \N \N \N \N \N 14956 t
+40992 51943 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 09:25:00 2014-12-22 09:35:00 \N \N \N \N \N 14957 t
+25664 55757 Greatest Xmas Songs of All Time! eng \N With Santa's help, we're delivering the definitive Christmas soundtrack. These are the greatest Xmas songs of all time, gift wrapped especially for you. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 01:35:00 2014-12-23 03:00:00 \N \N \N \N \N 14958 t
+4169 49764 Have I Got 2014 News for You eng \N A compilation of the popular satirical news quiz looking back at the big news stories of 2014. With team captains Paul Merton and Ian Hislop, and a variety of guest hosts. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:30:00 11 11 \N S \N 14959 t
+4169 49765 Not Going Out eng Lucy Sitcom. Lee spends time in the bar with Toby worrying that the woman of his dreams is drifting further away. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 21:30:00 2014-12-19 22:00:00 9 11 \N S \N 14960 t
+4169 49766 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:25:00 \N \N \N S \N 14961 t
+4169 50079 Look North eng \N The latest news, sport and weather for the North East and Cumbria. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 22:25:00 2014-12-19 22:35:00 \N \N \N S \N 14962 t
+4169 49769 The Graham Norton Show eng \N Chat show. Graham's guests for a bumper Christmas episode are Ben Stiller, Ricky Gervais, Rebel Wilson, Jamie Foxx, Cameron Diaz, Danny Dyer and Usher. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 22:35:00 2014-12-19 23:30:00 12 22 \N S \N 14963 t
+4169 49770 Cuckoo eng Ken at Work The senior partner at Ken's firm is retiring and Ken is in line for succession. Contains some strong language and some sexual content. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:00:00 5 7 \N AD,S \N 14964 t
+4166 57886 Christmas of My Lifetime with Len Goodman eng \N Len Goodman takes four famous faces back to their Christmases of yore. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:30:00 16 16 \N AD,S \N 14965 t
+4166 51781 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 13:30:00 2014-12-24 13:40:00 \N \N \N S \N 14966 t
+4166 52450 East Midlands Today eng \N The latest news, sport and weather for the East Midlands. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 13:40:00 2014-12-24 13:50:00 \N \N \N S \N 14967 t
+4166 56480 Wallace and Gromit in The Curse of the Were-Rabbit eng \N Inventor Wallace and his dog Gromit's pest control business is called into action when a giant rabbit terrorises their town's vegetable patches. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 13:50:00 2014-12-24 15:05:00 \N \N 2005 AD,S \N 14968 t
+41120 14146 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 14969 t
+41120 14147 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 14970 t
+41120 14148 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 14971 t
+17472 55506 QI eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 21:05:00 2014-12-20 21:35:00 \N \N \N \N \N 14972 t
+17472 56413 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 21:35:00 2014-12-20 22:05:00 \N \N \N \N \N 14973 t
+17472 56412 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 22:05:00 2014-12-20 23:05:00 \N \N \N \N \N 14974 t
+17472 57706 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 23:05:00 2014-12-20 23:40:00 \N \N \N \N \N 14975 t
+17472 57707 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-20 23:40:00 2014-12-21 01:05:00 \N \N \N \N \N 14976 t
+28480 11910 Jimmy Swaggart Crusade Classics eng \N A programme featuring Jimmy Swaggart Evangelical Crusades filmed around the world. Music and preaching. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 11:00:00 \N \N \N \N \N 15461 t
+15840 3595 Vintage After Midnight eng \N Can't sleep? Or partying into the early hours? Make Vintage TV your companion. We're here to help you make it through the night with a smile on your sleepy face, we hope. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 00:30:00 2014-12-23 03:00:00 \N \N \N \N \N 14977 t
+22592 17866 Fisherman's Blues eng \N If you've got a question about your tackle, or just want to know where to dangle your rod, then Nigel Botherway is your man. Call the show on 08717 22 33 44 (10p/min). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 14978 t
+22592 17710 Weekend Sports Breakfast eng \N Georgie Bingham & Micky Quinn bring you the definitive word on all the top sporting stories. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-21 07:00:00 2014-12-21 11:00:00 \N \N \N \N \N 14979 t
+24448 63911 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 14980 t
+24448 63912 Great Value Jewellery from GemsTV eng \N Shop and save with live falling auctions from GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 14981 t
+24448 63913 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 14982 t
+41072 13793 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 14983 t
+41072 13794 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N \N \N 14984 t
+41072 13795 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N \N \N 14985 t
+41072 13796 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N \N \N 14986 t
+41072 13797 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:00:00 \N \N \N \N \N 14987 t
+22336 58463 How I Met Your Mother eng Milk It's Ted's 28th birthday and he receives a call from the match-making service saying they've found his dream woman. Ted is unconvinced, and realises that Robin is the one for him. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:30:00 \N \N \N AD,S \N 14988 t
+22336 58811 How I Met Your Mother eng Come On Barney slaps Ted when he says he wants to pursue Robin. Later, in frustration at Robin's camping trip with Sandy, Ted performs a rain dance to keep her at home. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 12:30:00 2014-12-19 13:00:00 \N \N \N AD,S \N 14989 t
+22336 58464 Hollyoaks eng \N Nico decides her family would be better off without her. Dodger tells Sienna that he can't be a father to Nico, so she takes action to make sure they have the perfect family Christmas. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N AD,S \N 14990 t
+22336 58465 Paternity Court eng Brand new series Family lawyer Lauren Lake hears more paternity cases. A woman wants to establish proof that an individual claiming to be her sister is not biologically related to her. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N S \N 14991 t
+22336 58466 How I Met Your Mother eng I Heart NJ Ted is sick of having to take long trips to New Jersey to see Stella and is aghast when she tells him that she wants to live there once they are married. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N AD,S \N 14992 t
+22336 58467 How I Met Your Mother eng Intervention Ted prepares to move to New Jersey, causing an argument with Marshall over an outstanding bill for the flat. The gang go on to recall their past disagreements. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N AD,S \N 14993 t
+8325 5133 Nicole Scherzinger eng The Hot Desk Interviews with the biggest names in music and entertainment. Behind the desk this time is singer, former Pussycat Doll and X Factor judge Nicole Scherzinger. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:10:00 \N \N \N S \N 14994 t
+22080 1621 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:30:00 \N \N \N \N \N 16836 t
+8325 4571 BGMT eng Surprise Stars Stephen Mulhern and the Britain's Got Talent judges remember some of our favourite surprise stars, who have entertained us with their talents since the series began in 2007. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 06:10:00 2014-12-24 07:00:00 \N \N \N S \N 14995 t
+8325 2746 Emmerdale eng \N Moira and Charity's feud angers Cain. Adam is taken aback by Robert's offer. Kirin's future plans leave Vanessa uneasy. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:25:00 \N \N \N AD,S \N 14996 t
+8325 43915 I'm a Celeb eng Epic Trials Joe Swash delves through 14 years of the most epic I'm a Celebrity... trials. Relive a few edge-of-the-seat moments from past campmates including Joey Essex and Gillian McKeith. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 07:25:00 2014-12-24 08:15:00 \N \N \N S \N 14997 t
+8325 44271 I'm a Celeb eng Junglicious Moments Joe Swash looks at the highs and lows of life in the jungle - the fights, the feuds and the celebrity meltdowns. Featuring Gemma Collins, Joey Essex, Matt Willis and Katie Price. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 08:15:00 2014-12-24 09:05:00 \N \N \N S \N 14998 t
+25728 54290 Munich eng \N Historical drama based on the Israeli response to the 1972 Olympic massacre, telling the story of the Mossad agents charged with hunting down and killing the terrorists. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 21:00:00 2014-12-21 00:30:00 \N \N 2005 \N \N 14999 t
+8448 58517 Rules of Engagement eng The Young and the Restless Audrey bets Jeff that he can't get a phone number from a younger woman, so dares him to go out without his wedding ring to try. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:30:00 \N \N \N S \N 15000 t
+8448 58861 Rules of Engagement eng Kids Jennifer and Adam plan a romantic weekend together, while Jeff and Audrey think about having children, and Russell runs into one of his old flames. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 15:30:00 2014-12-22 16:00:00 \N \N \N S \N 15001 t
+8448 58862 Rude(ish) Tube eng \N This edition of Rude Tube's naughty little sister finds some slightly less rude (but still cheeky) videos, featuring the world's loudest burper, a guru with the giggles and a very fat cat. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:30:00 \N \N \N S \N 15002 t
+8448 58863 Suburgatory eng Krampus George arranges a Christmas trip to New York for Tessa and her mother. Ryan is distressed when he finds out that he's adopted. Dalia begs Carmen to come home. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:00:00 \N \N \N AD,S \N 15003 t
+8448 58518 How I Met Your Mother eng Shelter Island Stella's sister is jilted just before her wedding. Angry at the amount of money spent, Stella suggests she and Ted take over the wedding for themselves to save expenditure. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N AD,S \N 15004 t
+8448 58519 How I Met Your Mother eng Happily Ever After Ted's friends are worried that he isn't facing up to his feelings about Stella when he hides from her in a restaurant, but later he manages to confront her. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 17:30:00 2014-12-22 18:00:00 \N \N \N AD,S \N 15005 t
+41008 59220 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:30:00 \N \N \N \N \N 15006 t
+41008 58676 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 15:30:00 2014-12-21 16:00:00 \N \N \N \N \N 15007 t
+41008 59195 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:30:00 \N \N \N \N \N 15008 t
+41008 59134 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N \N \N 15009 t
+41008 59137 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:10:00 \N \N \N \N \N 15010 t
+41008 58677 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-21 17:10:00 2014-12-21 19:00:00 \N \N \N \N \N 15011 t
+41136 50327 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 18:25:00 2014-12-22 18:55:00 \N \N \N \N \N 15012 t
+41136 50328 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 18:55:00 2014-12-22 20:30:00 \N \N \N \N \N 15013 t
+41136 50329 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:35:00 \N \N \N \N \N 15014 t
+14816 984 1-2-1 Dating - Find LOVE eng \N 1-2-1 Dating is a unique TV channel, broadcasting regionalised personal ads from around the UK, 24/7. New ads added daily. Free to join and place YOUR 1-2-1 advert. Check us out. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 08:00:00 2014-12-21 12:00:00 24 7 \N \N \N 15015 t
+4166 49757 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N S \N 15016 t
+4166 50014 East Midlands Today eng \N The latest news, sport and weather for the East Midlands. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N S \N 15017 t
+4166 49759 The One Show eng \N If it's got Britain talking then it will get talked about on The One Show. Presented by Chris Evans and Alex Jones. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N S \N 15018 t
+4166 49760 The Two Ronnies Sketchbook eng \N The Two Ronnies delve into the backstage stories behind classic comedy moments, as they reveal memories from their impressive careers. Including the 'fork handles' sketch. Then BBC News. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N S \N 15019 t
+4166 49762 EastEnders eng \N Fingers are pointed in all directions as more evidence comes to light in Lucy's murder investigation. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N AD,S \N 15020 t
+4166 49763 Citizen Khan eng A Khan Family Christmas Family sitcom. Mr Khan has been given the honour of placing the star on top of the Sparkhill interfaith Christmas tree. Shazia has other plans. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 7 7 \N AD,S \N 15021 t
+14608 31993 Danielle Steel's The Ring eng \N A young German woman is separated from her family and imprisoned by the Nazis during the Second World War. After being freed she begins the desperate search for her family. Part 2 of 2 \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-21 06:00:00 2014-12-21 08:00:00 \N \N 1996 \N \N 15022 t
+14608 31994 Highway To Heaven eng \N Jonathan and Mark become private investigators for their latest assignment. Their clients are a Vietnamese couple trying to track down the sons they were forced give up during the war. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-21 08:00:00 2014-12-21 09:00:00 9 \N \N \N 5 15023 t
+14752 23821 CapitalBreakfast eng \N Set your alarm! Greg Burns & Kat Shoob wake up London with the biggest tunes. Get involved @958CapBreakfast on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 06:00:00 2014-12-23 10:00:00 \N \N \N \N \N 15024 t
+8442 60709 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-21 08:55:00 \N \N \N \N \N 15025 t
+8442 55859 SuperScrimpers eng \N Mrs Moneypenny heads for the cathedral city of Canterbury. Harry Wallop investigates if cheap dried dog food is good value. And gadget geek Daniel takes the SuperScrimper challenge. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 08:55:00 2014-12-21 09:35:00 \N \N \N S \N 15026 t
+28480 8041 Backstage with Donnie Swaggart eng \N An inside look of the Sonlife Broadcasting Network. Also the history of Jimmy Swaggart Ministries. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:30:00 \N \N \N \N \N 15027 t
+28480 8042 The Message of the Cross eng \N A Biblical teaching programme hosted by Rev. Jimmy Swaggart, with a panel of pastors, professors and other church leaders. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 19:30:00 2014-12-20 21:00:00 \N \N \N \N \N 15028 t
+27168 59529 Skint eng \N Skint tells the intimate stories of people living with the effects of long-term unemployment in one of Britain's most deprived areas, East Marsh in Grimsby. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N S \N 15029 t
+27168 59530 Gogglebox eng \N Britain's favourite opinionated TV viewers share their sharp, insightful, passionate and sometimes emotional critiques of the week's biggest and best shows. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:05:00 \N \N \N S \N 15030 t
+27168 59531 Gogglebox eng Britain's favourite opinionated TV viewers on Jamie's Cracking Christmas, The Royal Variety Performance, Home Alone 2, I'm a Celebrity, Get Me Out of Here!, The X Factor and the News. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:05:00 2014-12-21 00:05:00 \N \N \N S \N 15031 t
+8500 5904 Wildlife SOS eng \N Documentary series about the work of dedicated animal lovers who save injured and orphaned wild animals brought into their sanctuary. \N 0 25 f 3 eng eng 8 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:20:00 \N \N \N S,SL \N 15033 t
+8500 5905 House Doctor eng \N Highlights from the home improvement series which features Californian interior designer Ann Maurice, here giving top tips on bedrooms and bathrooms. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 04:20:00 2014-12-24 04:45:00 \N \N \N S,SL \N 15034 t
+8500 5906 House Doctor eng Edinburgh Home improvement series. Californian interior designer Ann Maurice and Alistair Appleton tackle a huge pink mansion in Edinburgh. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 04:45:00 2014-12-24 05:10:00 \N \N \N S,SL \N 15035 t
+8500 5907 House Doctor eng Portishead Home improvement series. Californian interior designer Ann Maurice and Alistair Appleton tackle a bungalow in Portishead, Bristol. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 05:10:00 2014-12-24 05:35:00 \N \N \N S,SL \N 15036 t
+8500 5908 Wildlife SOS eng \N Documentary series about the work of dedicated animal lovers who save injured and orphaned wild animals brought into their sanctuary. \N 0 25 f 3 eng eng 8 0 0 \N 2014-12-24 05:35:00 2014-12-24 06:00:00 \N \N \N S,SL \N 15037 t
+8384 58608 A Place in the Sun eng Home or Away French teacher Carol has been dreaming of retiring to France for years, but her husband Stephen thinks they should play it safe and move to Cornwall. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 03:45:00 2014-12-19 04:40:00 \N \N \N S \N 15038 t
+24352 30884 Hotel Impossible eng La Jolla Cove Suites Anthony Melchiorri travels to the La Jolla Cove Suites in California, where the owner is struggling to raise its occupancy and revenue. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 15041 t
+24352 31247 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 22:00:00 2014-12-21 06:00:00 \N \N \N \N \N 15042 t
+4175 57886 Christmas of My Lifetime with Len Goodman eng \N Len Goodman takes four famous faces back to their Christmases of yore. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:30:00 16 16 \N AD,S \N 15043 t
+4175 51781 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 13:30:00 2014-12-24 13:40:00 \N \N \N S \N 15044 t
+4175 52484 Look North eng \N The latest news, sport and weather for Yorkshire and Lincolnshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 13:40:00 2014-12-24 13:50:00 \N \N \N S \N 15045 t
+4175 56480 Wallace and Gromit in The Curse of the Were-Rabbit eng \N Inventor Wallace and his dog Gromit's pest control business is called into action when a giant rabbit terrorises their town's vegetable patches. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 13:50:00 2014-12-24 15:05:00 \N \N 2005 AD,S \N 15046 t
+28160 15778 Pam Rhodes eng \N Pam plays some of the best traditional Christian music to start your Sunday. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 05:00:00 2014-12-21 05:30:00 \N \N \N \N \N 15047 t
+28160 15779 Word Alive eng \N Bible reflection and teaching with Dr. Derek Stringer and Good News Broadcasting. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 05:30:00 2014-12-21 06:00:00 \N \N \N \N \N 15048 t
+28032 28033 Minder eng The Last Video Show A video implicating two senior police officers is mistakenly returned to Daley Videos. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-23 12:40:00 2014-12-23 13:50:00 \N \N \N S \N 15049 t
+41040 17134 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 15844 t
+28352 2374 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:30:00 \N \N \N \N \N 22019 t
+28032 28034 Destry Rides Again eng \N Classic western comedy starring James Stewart and Marlene Dietrich, 1939. A sheriff lands the job of taming an unruly town, even though he prefers to use anecdotes instead of violence \N 0 25 f 3 eng eng 1 0 0 \N 2014-12-23 13:50:00 2014-12-23 15:45:00 \N \N \N S \N 15050 t
+14832 1337 Rabbits & Bunnies & Meadows, Oh My eng \N Now in its 6th year, Gay Rabbit Chat & Date is an interactive TV chat service designed to put YOU in touch with new LGBT friends all over the UK. Chat, flirt, date and then some! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 08:00:00 2014-12-21 12:00:00 \N \N \N \N \N 15051 t
+8283 20982 Judge Rinder eng \N Studio courtroom show where criminal barrister Robert Rinder rules on real life cases. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 12:20:00 2014-12-22 13:20:00 \N \N \N S \N 15057 t
+8283 16631 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:20:00 2014-12-22 13:55:00 \N \N \N S \N 15058 t
+8283 16665 Big Star's Little Star eng \N Stephen Mulhern invites Will Mellor, Jamelia and Nina Wadia and their adorable offspring to reveal all about their home lives in a bid to win 15,000 for charity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 13:55:00 2014-12-22 14:55:00 \N \N \N S \N 15059 t
+8283 25994 The Railway Children eng \N Classic, charming period drama starring Dinah Sheridan and Bernard Cribbins, 1970. The lives of three children change dramatically when they move to a small Yorkshire cottage with their mother \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 14:55:00 2014-12-22 17:00:00 \N \N \N AD,S \N 15060 t
+14800 1337 Winter in Rabbit Meadow eng \N Rabbit Chat & Date has been connecting people for 6 years now! Why not jump in and see why? Make new friends, chat, flirt and find that RIGHT somebody. Or that RIGHT NOW somebody. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 08:00:00 2014-12-21 12:00:00 \N \N \N \N \N 15061 t
+22080 1333 Press Preview eng \N A full review of the best stories in tomorrow's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:30:00 2014-12-22 23:00:00 \N \N \N S \N 15225 t
+27648 4450 Robson Green: Extreme Fisherman eng Madagascar Robson travels to Madagascar, where his first target is a jobfish, a reef predator. He then teams up with local fishermen to spear an octopus. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 15062 t
+27648 4451 Robson Green: Extreme Fisherman eng Borneo Robson travels to one of the most biologically diverse landscapes known to man. He teams up with Borneo's top anglers to catch a deep sea monster that can become invisible. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 15063 t
+27648 4452 Robson Green: Extreme Fisherman eng Guatemala Robson travels to Central America to catch the fastest fish on the planet. Along the way, he and the Garifuna people cook sharp toothed Sierra Mackerel. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 15064 t
+8264 25378 The Cube eng Celebrity Special Phillip Schofield presents a celebrity edition of the game show, as Denise Welch, Sherrie Hewson and Lisa Maxwell from Loose Women and Olympian Greg Rutherford face the Cube. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N S \N 15065 t
+22400 664 Programmes start at 10pm eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 05:00:00 2014-12-23 22:00:00 \N \N \N \N \N 15067 t
+8384 58679 Jamie's Cracking Christmas eng \N Jamie Oliver shows how to raise your Christmas spread to the next level with amazing recipes including cheeky Christmas cocktails, roast goose with all the trimmings and a panettone treat. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N S \N 15068 t
+8384 58680 Men in Black 3 eng \N Sci-fi comedy sequel. Will Smith must travel back to the 1960s to stop an escaped alien convict (Jemaine Clement) from killing his friend (Tommy Lee Jones). With Josh Brolin. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-21 19:00:00 2014-12-21 21:00:00 \N \N 2012 AD,S \N 15069 t
+13120 8594 Garden Re-Leaf with Richard Jackson eng \N Celebrating the gardening industry's first ever Re-Leaf Day, QVC is getting in the spirit of the gardening season. Here's looking forward to sunny days ahead! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 04:00:00 2014-12-24 05:00:00 \N \N \N \N \N 15070 t
+13120 8595 QVC Nighttime eng \N A recorded selection of the best of QVC. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 05:00:00 2014-12-24 07:00:00 \N \N \N \N \N 15071 t
+23152 17529 New eng Party Heat Party Heat takes viewers on patrol with law enforcement officers as they are called in to take control of some of the biggest and most outrageous parties. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 15072 t
+23152 17530 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 \N \N \N \N \N 15073 t
+23152 17531 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 22:30:00 2014-12-23 23:00:00 \N \N \N \N \N 15074 t
+23152 17532 Conan eng \N Hit US late night chat show, hosted by the spontaneous comedian Conan O'Brien who combines the lewd and wacky with top celebrity interviews. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 15075 t
+17472 55538 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-22 15:25:00 2014-12-22 16:10:00 \N \N \N \N \N 15076 t
+17472 55539 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 16:10:00 2014-12-22 17:00:00 \N \N \N \N \N 15077 t
+17472 55540 Flog It! eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 15078 t
+27328 17252 Classic Premier League 05/06 eng \N Action from the Barclays Premier League archive of an exciting Tyne-Wear derby as Newcastle met Sunderland during the 2005/06 season. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:30:00 \N \N \N \N \N 15082 t
+27328 17253 Classic Premier League 06/07 eng \N Action from the Barclays Premier League archive of Liverpool v Arsenal from the 2006/07 season as Peter Crouch scored the perfect hat-trick. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N \N \N 15083 t
+27328 17254 Matchday Live with Fletch & Sav eng \N Kick-off your sporting weekend with Darren Fletcher and Robbie Savage, live from the Etihad with the biggest stories and build-up to football here at home, Europe and beyond. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 10:00:00 2014-12-20 12:00:00 \N \N \N S \N 15084 t
+24384 15536 Heartfelt Creations 4 Day Deal eng \N A chance for you to get our special product, the Create and Craft 4 Day Deal \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 07:00:00 2014-12-23 08:00:00 \N \N \N \N \N 15086 t
+24384 15475 My Paper Stash Sale eng \N Don't miss great sale prices bought to you from My Paper Stash. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 08:00:00 2014-12-23 09:00:00 \N \N \N \N \N 15087 t
+24480 3630 Sparkle & Flair eng \N We're glamming it up and getting the best silver out for tracks with stack heel-appeal from the likes of Alice Cooper, David Bowie, T-Rex, New York Dolls and Wizzard. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 15088 t
+24480 3631 Jive Bunny MiXmas eng \N We're all ears as those festive funsters Jive Bunny create a Christmas mix especially for Vintage TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 15089 t
+24480 3632 All Wrapped Up eng \N New! It's time to get merry as we fill the stockings to a sparkling selection of Christmas songs. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 15090 t
+26368 36402 Smooth Sunday with Tina Hobley eng \N Join Tina Hobley for four hours of your relaxing music mix on a Sunday morning from 10.00am \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 14:00:00 \N \N \N \N \N 15091 t
+22720 1320 The Official Kiss Top 40 eng \N Get the chart in your timeline! Follow @kissfmuk for interviews, videos and exclusives \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 17:00:00 2014-12-21 19:00:00 \N \N \N \N \N 16454 t
+22400 659 Babestation Xtra eng The place to find all your favourite sexy babes at once. Babestation gives you XXXtra! Plus don't forget to check out BSX from 11 30pm. Press red on Ch 174 to find out more! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 22:00:00 2014-12-21 05:00:00 \N \N \N \N \N 15092 t
+15808 50325 ROC Nations Cup Replay eng \N All the action from the 2014 Race of Champions Nations Cup event which sees the biggest names in world motorsport competing for their home countries. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 12:10:00 2014-12-22 15:15:00 \N \N \N \N \N 15093 t
+22752 1085 Charlie Tee on Kiss Fresh eng \N Charlie Tee in the mix playing all the freshest House and Drum 'N' Bass beats on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 15094 t
+22752 1086 Funk Butcher on Kiss Fresh eng \N Funk Butcher in the mix playing the best in new and upfront House beats on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 15095 t
+41008 59073 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-22 05:45:00 2014-12-22 06:10:00 \N \N \N \N \N 17381 t
+27712 22072 Witness eng \N In a city filled with challenges and hardships for the poor, one woman is dedicated to creating second chances. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 \N \N \N \N \N 15098 t
+27712 22073 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:30:00 \N \N \N \N \N 15099 t
+27712 22074 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 17:30:00 2014-12-24 18:00:00 \N \N \N \N \N 15100 t
+12992 30840 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:30:00 \N \N \N \N \N 15101 t
+12992 30841 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 03:30:00 2014-12-23 04:00:00 \N \N \N \N \N 15102 t
+12992 30842 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:30:00 \N \N \N \N \N 15103 t
+12992 30843 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 04:30:00 2014-12-23 05:00:00 \N \N \N \N \N 15104 t
+12992 30844 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 \N \N \N \N \N 15105 t
+12992 30845 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N \N \N 15106 t
+17540 49757 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 15107 t
+17540 51651 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 15108 t
+17540 49759 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 15109 t
+22720 1316 Will eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 15110 t
+22720 1317 Kisstory eng \N Kiss Anthems! Tweet your shouts and requests @KissFMUK using #Kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N \N \N 15111 t
+8264 65005 ITV News Central eng \N Early evening news from around the Midlands, plus features, sport and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N S \N 15112 t
+8264 16031 ITV News & Weather eng \N Alastair Stewart and Ranvir Singh with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N S \N 15113 t
+8264 16033 Emmerdale eng \N Robert schemes to get Lawrence off Ross's back. Rakesh has news for Charity. Rakesh and Priya form a plan. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N AD,S \N 15114 t
+8264 14160 Coronation Street eng \N Tracy awaits news of Rob's fate. Is Steve getting obsessed? Steph holds the fort. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N AD,S \N 15115 t
+28096 59375 Top Gear eng \N More high-octane fun with the team. Richard Hammond takes to the track in the Lexus supercar, while the Star in a Reasonably Priced Car is bluesman Seasick Steve. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N AD,S \N 15117 t
+28096 59376 Top Gear eng \N Jeremy Clarkson and his fellow petrolheads return with another packed edition of the iconic motoring show. David Tennant swaps the Tardis for a Chevrolet Lacetti on the test track. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N AD,S \N 15118 t
+28096 59377 Man v. Food Presents eng Breakfast Adam Richman travels across the USA on a carnivore's holiday. He samples the heartiest breakfasts from Portland to Austin, where he braves the Texas Donut! \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 \N \N \N AD,S \N 15119 t
+28096 59378 American Pickers eng Invisible Pump Two down-and-dirty dealers go to extreme lengths to pick up bargain buys! The guys ransack an old opera house, while Danielle gets a lead on a rare petrol pump. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:30:00 \N \N \N S \N 15120 t
+17664 58679 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 15121 t
+17664 58680 eng \N \N \N \N \N \N \N \N \N 1 0 0 \N 2014-12-21 19:00:00 2014-12-21 21:00:00 \N \N \N \N \N 15122 t
+14544 152 Xpanded TV eng \N Xpanded TV returns at Midnight \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-22 00:00:00 \N \N \N \N \N 15123 t
+25728 54524 That 70s Show eng The Best Christmas Ever US sitcom set in the 1970s. Red and Kitty are throwing their annual Christmas party, but Eric decides to hold his own party in the basement. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N S \N 15124 t
+25728 54674 That 70s Show eng Hyde's Christmas Rager American comedy series about a group of teenagers in the 1970s. Eric gets very drunk at a party. Jackie is attracted to a man her mother dated 20 years ago. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N \N \N 15125 t
+25728 54675 That 70s Show eng An Eric Forman Christmas US sitcom set in the 1970s. Kitty volunteers Eric to direct the church Christmas pageant and his friends give him nothing but grief. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:00:00 \N \N \N S \N 15126 t
+22272 65153 QI XL eng Kinetic Jovial quiz. Stephen Fry gets things moving with a look at kinetics, as perplexed guests Jo Brand, Marcus Brigstocke, Danny Baker and Alan Davies go through the motions. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N S \N 15127 t
+22272 65154 QI XL eng Kinky Ooh, kinky! Top shelf entertainment with Stephen Fry, who whips Janet Street-Porter, Sandi Toksvig, Johnny Vegas and Alan Davies into shape with some titillating trivia. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:55:00 \N \N \N S \N 15128 t
+22272 65155 QI XL eng Games Stephen Fry chairs the always absorbing comedy quiz show and welcomes Liza Tarbuck, Phill Jupitus, Sean Lock and Alan Davies. This time, the guests get gladiatorial. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 01:55:00 2014-12-23 02:45:00 \N \N \N S \N 15129 t
+22272 65156 Mongrels eng \N The wildly funny multi-species puppet comedy. Nelson falls for foxy vixen Sandra at the rubbish dump, while Destiny persuades her owner to enter her into a dog show \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 02:45:00 2014-12-23 03:00:00 6 \N \N \N 1 15130 t
+17540 57886 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:30:00 \N \N \N \N \N 15131 t
+17540 51781 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 13:30:00 2014-12-24 13:40:00 \N \N \N \N \N 15132 t
+17540 52927 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-24 13:40:00 2014-12-24 13:50:00 \N \N \N \N \N 15133 t
+17540 56480 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 13:50:00 2014-12-24 15:05:00 \N \N \N \N \N 15134 t
+15232 18907 Television X Freeview eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:10:00 \N \N \N \N \N 15135 t
+15232 18908 The Bin Man 5 eng \N Another day, another dollar, or in Bazza's case more filth! A rustling bin bag catches his attention and lo and behold another naked lady is inside, Franki. Bazza definitely sorts the trash out. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 00:10:00 2014-12-23 00:40:00 \N \N \N \N \N 15136 t
+15232 18912 Blindfold 2/2 eng \N Busty blonde Foxy knows what she wants from 18+ girlie sex with Jasmine. I like complete filth, she sighs. I hope she's going to tie me up. And as luck would have it she gets her wish. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 01:15:00 2014-12-23 01:40:00 \N \N \N \N \N 15140 t
+15232 18913 Couch Confessions 7 eng \N Stunning mature blonde Cyprus has taken up photography, but she can't keep her hands off the male models. When she exposes herself to them, they feel the same! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 01:40:00 2014-12-23 01:50:00 \N \N \N \N \N 15141 t
+15232 18914 British Hotel Honeys 2 eng \N Demetri catches sexy blonde French maids Suzie Best and Karlie Simon tickling each other with feather dusters, so he makes them dust each other off as a punishment. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 01:50:00 2014-12-23 02:20:00 \N \N \N \N \N 15142 t
+15232 18915 Cathy Barry Extreme Interracial 3 eng \N Cathy's meeting is disrupted by two noisy black workmen. When she confronts them they make amends by getting to work on pleasing her. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 02:20:00 2014-12-23 02:45:00 \N \N \N \N \N 15143 t
+15232 18916 Chariots of Porn 3 eng \N Freddie, G and Pucker are all worn out from training for the track. They find a visit to Nurse Sarah Kelly does the trick and they soon forget about their aches and pains. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 02:45:00 2014-12-23 03:10:00 \N \N \N \N \N 15144 t
+27520 809 Babestation eng Interact with the Babestation Babes live. Call and be part of the show (1.50 per min). Plus don't forget to check out BSX from 11 30pm on channel 174 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 05:00:00 \N \N \N \N \N 15145 t
+28352 2308 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:30:00 \N \N \N \N \N 15146 t
+28352 2309 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 00:30:00 2014-12-23 01:00:00 \N \N \N \N \N 15147 t
+28352 2310 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N \N \N 15148 t
+28352 2311 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:30:00 \N \N \N \N \N 15149 t
+28352 2312 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 02:30:00 2014-12-23 03:00:00 \N \N \N \N \N 15150 t
+27456 45384 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:30:00 \N \N \N \N \N 15151 t
+41040 17133 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:00:00 \N \N \N \N \N 15152 t
+27456 45385 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 00:30:00 2014-12-23 01:00:00 \N \N \N \N \N 15153 t
+27456 45386 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:30:00 \N \N \N \N \N 15154 t
+27456 45387 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 01:30:00 2014-12-23 02:00:00 \N \N \N \N \N 15155 t
+27456 45388 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:30:00 \N \N \N \N \N 15156 t
+27456 45389 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 02:30:00 2014-12-23 03:00:00 \N \N \N \N \N 15157 t
+27744 42104 NCIS eng \N Spin off series of the highly successful JAG, featuring crimes concerning Navy personnel. A marine unwittingly captures his own murder on camera, but who is the killer?/23 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-23 00:05:00 2014-12-23 01:00:00 15 \N \N \N 2 15158 t
+27744 42103 Flashpoint eng \N Action-packed drama following the lives of Strategic Response Unit cops. While protecting some VIPs the team suddenly have a kidnapping on their hands, and time is running out. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:55:00 \N \N \N \N \N 15159 t
+27744 42366 Deadwood eng \N Gripping and complex western, but not for the faint-hearted. The US Army under General Crook rolls into Deadwood prompting a parade, and business solicitations from Farnum and Tolliver./12 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 01:55:00 2014-12-23 03:05:00 12 \N \N \N 1 15160 t
+26240 11733 heat Classics through the night eng \N The best songs from heat radio all night long \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 01:00:00 2014-12-23 06:00:00 \N \N \N \N \N 15161 t
+27904 2166 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:20:00 \N \N \N \N \N 15162 t
+27904 2169 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 00:20:00 2014-12-23 00:30:00 \N \N \N \N \N 15163 t
+27904 2167 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 00:30:00 2014-12-23 01:20:00 \N \N \N \N \N 15164 t
+27904 2170 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 01:20:00 2014-12-23 01:30:00 \N \N \N \N \N 15165 t
+27904 2168 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 01:30:00 2014-12-23 02:20:00 \N \N \N \N \N 15166 t
+27904 2171 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 02:20:00 2014-12-23 02:30:00 \N \N \N \N \N 15167 t
+27904 2172 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 02:30:00 2014-12-23 04:45:00 \N \N \N \N \N 15168 t
+28512 701 Fun With Your Phone eng \N Let those fingers do the texting and get chatting. 1000's of exciting people just like you wanting to have fun. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 02:00:00 2014-12-23 05:00:00 \N \N \N \N \N 15169 t
+32896 8669 Wild Kratts eng \N When Martin accidentally knocks the Creature Power Suits into a deep Arctic trench, Aviva takes the brothers to search for them in her brand-new Octopod submarine. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 15170 t
+32896 8670 Finding Stuff Out eng \N Hold on to your nose! Harrison decides to do a show about poop. He's visited by a paleontologist who brings million-year-old fossils of dinosaur poop. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N \N \N 15171 t
+32896 8671 History Hunters eng \N Learn how vegetables can help you work out the size of the planets and how a balloon and foil can make a perfect black hole. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 15172 t
+32896 8672 Robin Hood eng Mischief In Sherwood The Sheriff orders the farmers' food reserves on the orders of Prince John, who is organising a banquet in his own honour. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 19:30:00 2014-12-23 19:45:00 \N \N \N \N \N 15173 t
+32896 8673 Robin Hood eng Mischief In Sherwood Robin is captured and Prince John is about to decide his fate... \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 19:45:00 2014-12-23 20:00:00 \N \N \N \N \N 15174 t
+32896 8674 Sally Bollywood eng \N Things keep going wrong at the Fuzzy Frogs' performances. Somebody is clearly sabotaging the young band, so they hire the SBI to investigate. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:15:00 \N \N \N \N \N 15175 t
+32896 8675 Oh No! It's An Alien Invasion eng When Sweet realise they're getting dumber, they do the unthinkable start their own school! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 20:15:00 2014-12-23 20:30:00 \N \N \N \N \N 15176 t
+32896 8676 Yu-Gi-Oh! ZEXAL eng \N Anna is looking for revenge after Yuma rejected her affections when they were little kids. If he loses the duel, he must be her boyfriend forever. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N \N \N 15177 t
+41104 20003 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 01:00:00 2014-12-23 05:00:00 \N \N \N \N \N 15178 t
+22080 1331 Narco State eng Mexico's Drugs War Sky News correspondent Stuart Ramsay reports on the killings and drug cartels that are tearing Mexico apart. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 21:30:00 2014-12-22 22:00:00 \N \N \N S \N 15223 t
+24032 31404 Christmas at Maxwell's eng \N A family faces a crisis when the mother falls extremely ill just before the start of the festive season. There is also a past secret to come to terms with. Stars Andrew May \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 19:05:00 2014-12-23 21:00:00 \N \N 2006 \N \N 15179 t
+22080 1338 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 23:00:00 2014-12-22 23:30:00 \N \N \N \N \N 15226 t
+41136 50570 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:20:00 \N \N \N \N \N 17382 t
+23184 17893 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 15180 t
+23184 17894 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 15181 t
+23184 17895 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N \N \N 15182 t
+41040 17045 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:30:00 \N \N \N \N \N 15183 t
+41040 17244 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-19 03:30:00 2014-12-19 04:00:00 \N \N \N \N \N 15184 t
+41040 17047 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:30:00 \N \N \N \N \N 15185 t
+41040 17048 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-19 04:30:00 2014-12-19 05:00:00 \N \N \N \N \N 15186 t
+41040 17049 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 \N \N \N \N \N 15187 t
+41040 17050 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N \N \N 15188 t
+22226 11831 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N S \N 15194 t
+22226 11832 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N S \N 15195 t
+22226 11833 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N S \N 15196 t
+22272 62617 American Pickers eng Hobo Jack New. Keen-eyed duo Mike Wolfe and Frank Fritz scout out valuable gems in America's barns and backyards. 'Backwoods Jack' lets the guys rummage around his amazing stockpile. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N S \N 15197 t
+22272 64376 Top Gear eng \N Four-wheeled news and views with the regulars. Jeremy and Richard take a look at the unique charm of some old Lancia cars. DJ Chris Evans is the Star in a Reasonably Priced Car. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N AD,S \N 15198 t
+22272 64377 Top Gear eng \N Jeremy, Richard and James take over a gallery in Middlesbrough in a quest to prove that cars can be more popular than art - a task that requires some unusual promotion. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N AD,S \N 15199 t
+27840 6689 Winter Wonderland eng Massive Savings this Christmas! Showcasing Rocks and Co's high quality gemstones and jewellery Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 15200 t
+27840 6690 Winter Wonderland eng Massive Savings this Christmas! Showcasing Rocks and Co's high quality gemstones and jewellery Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N \N \N 15201 t
+27840 6691 Winter Wonderland eng Massive Savings this Christmas! Showcasing Rocks and Co's high quality gemstones and jewellery Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 15202 t
+22688 1020 The Kim Wilde Request Show eng \N Kim Wilde Sunday afternoons from 10am - 1pm. Get your song requests in at magic.co.uk \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 10:00:00 2014-12-21 13:00:00 \N \N \N \N \N 15203 t
+20352 58278 Step Up eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 19:45:00 2014-12-21 21:50:00 \N \N \N \N \N 15204 t
+24016 12868 What A Carve Up! eng \N A wealthy recluse dies, leaving a fortune to his greedy relatives. But who keeps murdering them? Hilarious comedy farce from the Carry On team. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 10:20:00 2014-12-21 12:05:00 \N \N 1962 \N \N 15205 t
+14688 11615 The Q Radio Show eng The Best Bits Pete Mitchell and the Q editorial team round off the year with selected highlights from the magazine's Top 50 albums of the year, plus the usual winning banter and debate. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:00:00 \N \N \N \N \N 15206 t
+23296 5831 Fast and Fun eng \N The fastest gay dating around. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 12:00:00 \N \N \N \N \N 15207 t
+22656 876 Jack Saunders eng \N The latest addition to the Kerrang! Radio line-up, Jack Saunders is here every Sunday from 10am. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 10:00:00 2014-12-21 13:00:00 \N \N \N \N \N 15208 t
+22784 769 Kisstory Lunch eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 10:00:00 2014-12-21 13:00:00 \N \N \N \N \N 15209 t
+17664 58617 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N \N \N 15210 t
+17664 58618 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N \N \N 15211 t
+17664 58984 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:30:00 \N \N \N \N \N 15212 t
+17664 58985 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 10:30:00 2014-12-19 11:00:00 \N \N \N \N \N 15213 t
+17664 58619 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 15214 t
+23120 20437 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 15215 t
+23120 20432 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 15216 t
+23120 20422 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N \N \N 15217 t
+22624 40364 Reflections eng \N RNIB's Insight Radio - Marilyn Baker presents Reflections from Torch Trust, a weekly look at disability and faith in today's world. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 15218 t
+22624 40365 Sunday With Stuart eng \N RNIB's Insight Radio - More great music and interviews from the past week on Insight with Stuart Mackey \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-21 10:00:00 2014-12-21 12:00:00 \N \N \N \N \N 15219 t
+23280 5836 Speed Dating eng \N It's fun, it's fast, don't miss out. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 12:00:00 \N \N \N \N \N 15220 t
+15920 40477 This Is ITV4+1 eng \N This Is ITV4+1. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:00:00 2014-12-21 04:00:00 \N \N \N \N \N 15221 t
+22080 1329 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 21:30:00 \N \N \N \N \N 15222 t
+22080 1353 Press Preview eng \N A full review of the best stories in tomorrow's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 23:30:00 2014-12-23 00:00:00 \N \N \N S \N 15227 t
+16208 39509 Rumpole of the Bailey eng Rumpole and the Golden Thread Classic courtroom drama series. Rumpole travels to an obscure African state to defend a government minister and former pupil who is accused of murder. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-21 08:00:00 2014-12-21 09:00:00 \N \N \N \N \N 15228 t
+22080 2931 Sky News With Andrew Wilson eng \N Live news and analysis of the day's top stories, plus sport. Followed by the weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N S \N 15229 t
+22080 3029 Sky News With Andrew Wilson eng \N Live news and analysis of the day's top stories, plus sport. Followed by the weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N S \N 15230 t
+22080 3034 Sky News Tonight With Adam Boulton and Dharshini David eng \N Adam Boulton and Dharshini David present a full, in-depth round-up of the day's top stories, featuring news, views and analysis from Sky's top experts. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 15231 t
+22080 3061 Sky News Tonight With Adam Boulton and Dharshini David eng \N Adam Boulton and Dharshini David present a full, in-depth round-up of the day's top stories, featuring news, views and analysis from Sky's top experts. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 15232 t
+22080 3071 Sky News Tonight With Adam Boulton and Dharshini David eng \N Adam Boulton and Dharshini David present a full, in-depth round-up of the day's top stories, featuring news, views and analysis from Sky's top experts. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N \N \N 15233 t
+22080 3076 Week Review eng \N Jayne Secker debates the biggest news stories of the week with the Odd Couple of Fleet Street, Andrew Pierce and Kevin Maguire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 \N \N \N S \N 15234 t
+27168 59589 Location, Location, Location eng \N In Liverpool, Phil Spencer helps James and Mairead find a family home on a £600,000 budget, while Kirstie Allsopp takes first-time buyers Laura and Andy under her wing. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N S \N 15235 t
+27168 59945 Come Dine with Me Christmas Special eng Festive celebrity special featuring singer Jona Lewie, Maizie Williams of Boney M, singer VV Brown, DJ Toby Anstis, a ride on a camel and some saucy gifts from secret Santa \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N S \N 15236 t
+27168 59946 Jamie's Cracking Christmas eng \N Jamie Oliver shows how to raise your Christmas spread to the next level with amazing recipes including cheeky Christmas cocktails, roast goose with all the trimmings and a panettone treat. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N S \N 15237 t
+41056 18132 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 15238 t
+41056 18133 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N \N \N 15239 t
+41056 18134 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:05:00 \N \N \N \N \N 15240 t
+41056 18135 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-23 19:05:00 2014-12-23 20:00:00 \N \N \N \N \N 15241 t
+41056 18136 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:30:00 \N \N \N \N \N 15242 t
+41008 58611 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 07:20:00 2014-12-19 07:45:00 \N \N \N \N \N 15244 t
+41008 58612 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 07:45:00 2014-12-19 08:10:00 \N \N \N \N \N 15245 t
+41008 58613 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 08:10:00 2014-12-19 08:35:00 \N \N \N \N \N 15246 t
+41008 58614 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 08:35:00 2014-12-19 09:00:00 \N \N \N \N \N 15247 t
+27328 17318 Barclays Premier League Review eng \N A look at the best of the recent action from the Barclays Premier League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 15:30:00 2014-12-23 16:30:00 \N \N \N \N \N 15248 t
+27328 17319 Serie A Review eng \N All the latest news and action from Italy's top division. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 \N \N \N \N \N 15249 t
+27328 17320 Bundesliga Review eng \N The best of the latest action from the top flight of Germany as Bayern Munich look to make it a hat-trick of consecutive titles. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 15250 t
+23040 38184 Diners, Drive-Ins And Dives eng \N Guy Fieri visits America's most interesting and unique restaurants. Guy tries barbecues with mesquite classics in Texas, a train carriage restaurant in California, and regional styles in Connecticut. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:30:00 \N \N \N \N \N 15251 t
+23040 38185 Diners, Drive-Ins And Dives eng \N On this trip, Guy's checking out some unique combos. In Korea Town, Los Angeles, Guy visits a craft beer joint putting duck into their fries as well as in the French dip. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 00:30:00 2014-12-24 01:00:00 \N \N \N \N \N 15252 t
+23040 38186 Ching's Restaurant Redemption eng \N Ching is heading to Fresh Meadows, New York, to help save a failing Tiki themed Chinese Restaurant. King Yum has been in Robin Ng's family for over 60 years, but the business is now struggling. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:30:00 \N \N \N \N \N 15253 t
+23040 38187 Ching's Restaurant Redemption eng \N Shogun Palace in Flushing, Queens, boasts a whopping 23,000 square foot dining room and banquet hall...all of it empty. To save the business, Ching helps to transform their banquet style menu. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 01:30:00 2014-12-24 02:00:00 \N \N \N \N \N 15254 t
+23040 38188 Diners, Drive-Ins And Dives eng \N On this trip, Guy's getting up close to some serious gourmet grub. In Chicago, the brewhouse is serving up beer to go with mussels, a mega brisket sandwich and their version of head cheese. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:30:00 \N \N \N \N \N 15255 t
+23040 38189 Reza Spice Prince of Vietnam eng \N This series follows Chef Reza Mahammad, one of the UK's top Indian restaurateurs, on an unforgettable journey around Vietnam to discover the history of royal food and feasting. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 02:30:00 2014-12-24 03:00:00 \N \N \N \N \N 15256 t
+8385 58190 Carry On Abroad eng \N Bawdy comedy. The Carry On regulars, including Sid James as a randy pub landlord and Barbara Windsor as a busty, bikini-clad beauty, set off to Elsbels holiday resort in Spain. \N 2 25 f 1 eng eng 1 0 0 \N 2014-12-20 16:45:00 2014-12-20 18:35:00 \N \N 1972 AD,S \N 15257 t
+12928 42050 Jewellery Maker - Teleshopping eng \N Ever wanted to handcraft your own jewellery? Our friendly presenters and Guest Designers will show you how to master a variety of techniques through easy to follow, step by step tutorials. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 09:00:00 2014-12-22 13:00:00 \N \N \N \N \N 15258 t
+16080 14888 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 00:55:00 2014-12-24 01:15:00 \N \N \N \N \N 15259 t
+16080 14889 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 01:15:00 2014-12-24 01:45:00 \N \N \N \N \N 15260 t
+16080 14890 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 01:45:00 2014-12-24 02:15:00 \N \N \N \N \N 15261 t
+16080 14891 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 02:15:00 2014-12-24 02:45:00 \N \N \N \N \N 15262 t
+16080 14892 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 02:45:00 2014-12-24 03:00:00 \N \N \N \N \N 15263 t
+8385 58278 Step Up eng Channing Tatum Season Romantic teen dance movie. Jenna Dewan stars as a promising ballet student who meets a rebel street dancer (Tatum) who's on community service at her college. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 18:45:00 2014-12-21 20:50:00 \N \N 2006 S \N 15264 t
+41136 50335 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 07:20:00 2014-12-23 08:35:00 \N \N \N \N \N 17383 t
+8385 58279 Unbroken Interview Special eng \N Director Angelina Jolie and star Jack O'Connell talk about making the dramatic wartime adventure about real-life hero Louis Zamperini. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 20:50:00 2014-12-21 21:00:00 \N \N \N \N \N 15265 t
+25792 52509 Parade's End eng \N Edwardian period drama written by Tom Stoppard. In Rouen, an exhausted Christopher prepares soldiers for the draft. Back in London, Sylvia decides to visit her husband in France. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:25:00 \N \N \N AD,S \N 15266 t
+25792 52510 Sounds of the 70s eng Satin and Tat Toe-tapping series featuring classic Seventies music from the vaults. Kings of rock on stage include The Who, The Rolling Stones, David Bowie, Queen and Elton John. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 22:25:00 2014-12-24 22:55:00 \N \N \N \N \N 15267 t
+25792 52511 Sounds of the 70s eng Can You Feel the Force? Vintage pop music. The early 1970s was a golden age for soul, before disco exploded onto the scene. Aretha Franklin, Michael Jackson and Bill Withers perform. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 22:55:00 2014-12-24 23:25:00 \N \N \N \N \N 15268 t
+25792 52512 Top of the Pops eng The Story of 1977 Blasts from the iconic music show's past. With strikes and street parties on the agenda in 1977, punk and new wave acts fought for supremacy with purveyors of pop, disco and reggae. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:25:00 2014-12-25 00:30:00 \N \N \N S \N 15269 t
+41024 59589 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 15270 t
+41024 59945 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 15271 t
+41024 59946 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 15272 t
+8452 58606 Dogs: Their Secret Lives eng Mark Evans catches up with some of the fat, aggressive and difficult dogs featured on Dogs Their Secret Lives earlier this year. How are they getting on following their expert advice? \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 03:50:00 2014-12-19 04:45:00 \N \N \N S \N 15273 t
+8452 58608 A Place in the Sun eng Home or Away French teacher Carol has been dreaming of retiring to France for years, but her husband Stephen thinks they should play it safe and move to Cornwall. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 04:45:00 2014-12-19 05:40:00 \N \N \N S \N 15274 t
+23296 5820 Loud and Proud eng \N Be proud of who you are and meet your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 12:00:00 2014-12-21 14:00:00 \N \N \N \N \N 15276 t
+14498 26439 FBI Case Files eng Shots Fired It's day-camp at the Jewish Community Centre when a gunman walks in and fires 70 rounds of ammo at children and staff. Can police catch him before he strikes again? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 15277 t
+14498 26440 FBI Case Files eng Internet Slave Master A peaceful enclave is ripped apart by sordid crime scenes that shock local officers. A serial killer is on the loose. But is it too late to save Lisa Stacey? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 15278 t
+14498 26441 Nomad Chef eng Peru Chef Jock Zonfrillo experiences the full force of an electric eel and chows down on barbecued weevils when he heads deep into the Peruvian Amazon. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 02:00:00 2014-12-21 03:00:00 \N \N \N \N \N 15279 t
+41056 17989 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 21:00:00 2014-12-20 21:30:00 \N \N \N \N \N 15280 t
+41056 17990 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-20 21:30:00 2014-12-20 21:55:00 \N \N \N \N \N 15281 t
+41056 17991 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 21:55:00 2014-12-20 22:00:00 \N \N \N \N \N 15282 t
+41056 17992 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 15283 t
+41056 17993 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:30:00 \N \N \N \N \N 15284 t
+41056 17994 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 23:30:00 2014-12-21 00:00:00 \N \N \N \N \N 15285 t
+17609 19457 eng \N \N \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 15286 t
+17609 19458 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 15287 t
+17609 19459 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 15288 t
+14720 25932 Simon Beale eng \N Join Simon Beale in the Heart studio for more music variety. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 01:00:00 2014-12-23 04:00:00 \N \N \N \N \N 15289 t
+15856 3521 Jerseylicious eng \N Reality series about a beauty salon in New Jersey. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 00:00:00 2014-12-24 01:00:00 \N \N \N \N \N 15290 t
+15856 3528 The Jeremy Kyle Show USA eng \N Jeremy presents the American version of his popular ITV daytime show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 02:00:00 \N \N \N S \N 15291 t
+15856 3522 The Only Way Is Ibiza eng \N Reality series. The holiday continues on the party island of Ibiza. Has Lewis gone too far? Georgia gives Tommy some ground rules. Elliott's controlling nature worries Chloe. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:50:00 \N \N \N S \N 15292 t
+15856 3523 The Only Way Is Essex eng \N Reality series. Could Chloe and Elliott's relationship really be falling apart? Lewis tries to make amends for his laddish behaviour in Ibiza, but will anyone really want to know? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 02:50:00 2014-12-24 03:25:00 \N \N \N S \N 15293 t
+17609 19703 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 12:20:00 2014-12-22 13:20:00 \N \N \N \N \N 15296 t
+17609 19700 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:20:00 2014-12-22 13:55:00 \N \N \N \N \N 15297 t
+17609 20370 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 13:55:00 2014-12-22 14:55:00 \N \N \N \N \N 15298 t
+17609 19705 eng \N \N \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 14:55:00 2014-12-22 17:00:00 \N \N \N \N \N 15299 t
+28288 8622 Leighton Denny Expert Nails eng \N Leighton Denny is among the UK's leading manicurists and the industry's leading nail experts. All of his knowledge has gone into developing his Expert Nails range of manicure and pedicure products! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 05:00:00 2014-12-20 06:00:00 \N \N \N \N \N 15300 t
+4169 56463 Snow Babies eng \N Caroline Quentin narrates the tale of a group of baby animals, including emperor penguins and polar bears, born in some of the coldest and harshest places on Earth. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N AD,S \N 15301 t
+4169 56464 Nigel Slater's 12 Tastes of Christmas eng \N Nigel Slater shares the flavours that for him make Christmas a truly delicious season, and demonstrates how to cook food designed to bring comfort and joy. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N AD,S \N 15302 t
+4169 56465 Wall-E eng \N Pixar's animated sci-fi adventure. Far in the future on an abandoned, waste-covered Earth, two robots meet and embark on an adventure that changes the destiny of humanity. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:30:00 \N \N 2008 AD,S \N 15303 t
+15952 2726 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:05:00 \N \N \N S \N 15304 t
+41136 50336 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 08:35:00 2014-12-23 09:35:00 \N \N \N \N \N 17384 t
+15952 2727 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:05:00 2014-12-23 18:10:00 \N \N \N S \N 15305 t
+24464 50326 Race of Champions Replay eng \N The very best action from the 2014 Race of Champions. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 15:15:00 2014-12-22 18:25:00 \N \N \N \N \N 15306 t
+18112 35156 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:20:00 \N \N \N \N \N 15307 t
+18112 35157 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-19 18:20:00 2014-12-19 18:40:00 \N \N \N \N \N 15308 t
+18112 35158 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 18:40:00 2014-12-19 18:58:00 \N \N \N \N \N 15309 t
+18112 61682 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 18:58:00 2014-12-20 05:30:00 \N \N \N \N \N 15310 t
+40976 47734 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 21:25:00 2014-12-22 22:35:00 \N \N \N \N \N 15311 t
+40976 47735 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 22:35:00 2014-12-22 23:35:00 \N \N \N \N \N 15312 t
+40976 47736 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 23:35:00 2014-12-23 00:35:00 \N \N \N \N \N 15313 t
+28352 2375 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 13:30:00 2014-12-24 14:00:00 \N \N \N \N \N 22020 t
+33088 17480 Flameless Candles eng \N Enjoy the ambience and glow of candlelight without the open flame, soot or melting wax. Candles near children and flammable material is no longer a problem - a great alternative to real candles. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N \N \N 15314 t
+16032 42018 Horrid Henry eng Horrid Henry and the Perfect Panto Animated adventures. When Henry's school panto is cancelled, Margaret will not take no for an answer - which is a good thing and a bad thing! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 09:10:00 2014-12-24 09:25:00 \N \N \N AD,S \N 15317 t
+16032 35322 Signed Stories: Share a Story eng Operation Jelly Chaz runs out of jelly so he builds a digger to get all the jelly he wants from the centre of the earth. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:25:00 2014-12-24 09:30:00 \N \N \N S,SL \N 15318 t
+16032 42019 Nerds & Monsters eng Honk if You're in Love Animated comedy series about a group of nerdy kids exiled on an uncharted island. Skur thinks he can use Irwin's snoring to remove Zarg from the picture. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:30:00 2014-12-24 09:40:00 \N \N \N S \N 15319 t
+16032 42020 Nerds & Monsters eng Fright of Passage Animated comedy series about a group of nerdy kids exiled on an uncharted island. Lyle thinks of himself as a Nerd and does not want to perform a rite of passage. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:40:00 2014-12-24 09:55:00 \N \N \N S \N 15320 t
+23296 5821 Out and About eng \N Don't just sit there, get stuck in. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 16:00:00 \N \N \N \N \N 15321 t
+16032 42021 Nerds & Monsters eng Molting Day Animated comedy series about three nerdy kids and a football linebacker who are marooned on a strange uncharted island. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:55:00 2014-12-24 10:10:00 \N \N \N S \N 15322 t
+16032 42022 Nerds & Monsters eng Zanit-Clops Animated comedy series about three nerdy kids and a football linebacker who are marooned on a strange uncharted island. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 10:10:00 2014-12-24 10:30:00 \N \N \N S \N 15323 t
+16032 42023 Almost Naked Animals eng The Perfect Gift Narwhal has special presents to give to the gang. It would be nice if they were presents that they actually wanted. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 10:30:00 2014-12-24 10:45:00 \N \N \N S \N 15324 t
+16032 42024 Almost Naked Animals eng Home for the Howiedays Howie invites his conniving sister Poodle over for the Howiedays despite everyone's reservations. Will the spirit of the Howiedays bring them together? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 10:45:00 2014-12-24 11:00:00 \N \N \N S \N 15325 t
+16032 35222 Almost Naked Animals eng The Snow Tel When the Banana Cabana fills with snow, Batty invokes the Penguin Clause and tries to take over the hotel. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:10:00 \N \N \N S \N 15326 t
+16032 42025 Share a Story eng Winners' Journey A peek behind the scenes of the Bafta-winning Share a Story Competition. This year we follow the Winners' Story, catching up with all eight victors - chosen by last year's winners. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 11:10:00 2014-12-24 11:30:00 \N \N \N \N \N 15327 t
+16032 42026 The Aquabats! Super Show! eng Christmas with The Aquabats! Comedy adventure series. After getting lost, The Aquabats! arrive in a remote village ruled by the tyrannical Krampus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 11:30:00 2014-12-24 11:55:00 \N \N \N S \N 15328 t
+16032 35223 Tricky Quickies eng \N Stephen Mulhern presents a short spin-off programme from Tricky TV. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-24 11:55:00 2014-12-24 12:00:00 \N \N \N \N \N 15329 t
+8381 14897 Lorraine eng \N Sarah Hadland chats about starring in this year's Miranda Christmas special, and Stephanie Cole and Nina Wadia talk about the new series of Still Open All Hours. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:25:00 \N \N \N S \N 15341 t
+8381 15409 The Speakmans eng \N Therapists Nik and Eva Speakman attempt to treat ordinary people with extraordinary problems. Today's patient is a woman terrified of falling ill if she leaves her home. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 10:25:00 2014-12-22 11:20:00 \N \N \N S \N 15342 t
+8381 14899 Dickinson's Real Deal eng \N Today Middlesbrough plays host to David and his team of dealers. David and the auctioneer are excited by a stylish 1930s cocktail watch, but will it attract the dealers' cash? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 11:20:00 2014-12-22 12:20:00 \N \N \N S \N 15343 t
+16048 31874 The Nun's Story eng \N Classic and poignant drama starring Audrey Hepburn and Peter Finch, 1959. A spirited young Belgian woman struggles to obey her vows after becoming a missionary nun in pre-war Congo \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 00:10:00 2014-12-23 02:55:00 \N \N \N S \N 15345 t
+16048 32754 Agatha Christie's Marple eng The Blue Geranium Did a woman really die of shock when the geranium in her wallpaper turned blue? Can Marple stop a trial before the wrong person is found guilty of murder? \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 02:55:00 2014-12-23 04:30:00 \N \N \N AD,S \N 15346 t
+8274 46094 ITV News Tyne Tees eng \N Pam Royle and Ian Payne present the news, sport and magazine show for the North East and North Yorkshire. Followed by North East weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N S \N 15347 t
+8274 16736 ITV News & Weather eng \N Mark Austin and Mary Nightingale with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N S \N 15348 t
+8274 16738 Emmerdale eng \N Charity pushes Moira too far. Kirin enjoys playing games with Rakesh. Nicola's plan leaves Bernice furious. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N AD,S \N 15349 t
+8274 14722 Coronation Street eng \N Tony regrets a moment of madness. Will Lloyd lend an ear to Steve? Steph stands up for herself. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N AD,S \N 15350 t
+8274 16743 Countrywise eng \N Series about rural life. Liz Bonnin is on the stunning island of Lundy off the Devon coast, and Ben Fogle is in Norfolk to take part in the annual pea harvest. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N S \N 15351 t
+8274 16034 Coronation Street eng \N Gary faces up to the consequences. What is Callum up to? Steve plans the perfect Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N AD,S \N 15352 t
+16032 38027 Super 4 eng Baby Dragon Animated comedy adventure series featuring a gang of heroes who protect the city of Technopolis and its King Kenric against evil elements. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 12:10:00 2014-12-19 12:25:00 \N \N \N S \N 15353 t
+16080 14772 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:30:00 \N \N \N \N \N 15354 t
+16032 34853 Signed Stories eng Share a Story Signed programme which goes behind the scenes of the Share a Story competition, meeting the competitors and the animators who turned their stories into short films. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 12:25:00 2014-12-19 12:30:00 \N \N \N S,SL \N 15355 t
+16032 34773 Horrid Henry eng Horrid Henry Knows It All The animated adventures of the mischievous anti-hero. Henry hears that there are Killer Boy Rats tickets for sale - and nothing is going to stop him. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 12:30:00 2014-12-19 12:45:00 \N \N \N AD,S \N 15356 t
+16032 41374 Horrid Henry eng Horrid Henry and the Cracking Christmas Henry's all set to win the Frosty Freeze competition with his snowman - then finds there is more to the competition than he bargained for! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 12:45:00 2014-12-19 12:55:00 \N \N \N AD,S \N 15357 t
+22784 774 Kisstory Early eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 02:00:00 2014-12-22 06:00:00 \N \N \N \N \N 18138 t
+16032 42765 Text Santa: Little Helpers eng Walk It - Indie Dog Walking ITV's annual Christmas charity appeal, presented by Jeff Brazier. Indie has recruited a four-legged friend to help her raise funds for Text Santa. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 12:55:00 2014-12-19 13:00:00 \N \N \N S \N 15358 t
+16032 41526 Almost Naked Animals eng Home for the Howiedays Howie invites his conniving sister Poodle over for the Howiedays despite everyone's reservations. Will the spirit of the Howiedays bring them together? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:15:00 \N \N \N S \N 15359 t
+16032 41532 Deadtime Stories eng Grandpa's Monster Movies Anthology series. Catan Thomas and his cousin discover a box of home movies in a barn - and realise there is a monster in their family. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 13:15:00 2014-12-19 13:45:00 \N \N \N S \N 15360 t
+16032 34214 Mr Bean eng Art Thief The animated antics of the hapless bumbler. When Mr Bean witnesses the theft of a major artwork on a trip to the National Gallery, he gives chase to the culprit. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 13:45:00 2014-12-19 13:55:00 \N \N \N AD,S \N 15361 t
+16032 43254 Mr Bean eng Scaredy Bean The animated antics of the hapless bumbler Mr Bean. A trip to the cinema makes Mr Bean's imagination play tricks on him. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 13:55:00 2014-12-19 14:05:00 \N \N \N AD,S \N 15362 t
+16032 42767 Text Santa: Little Helpers eng Sam and Zain's Bake-Off CITV's annual Christmas charity appeal, presented by Emma Bunton. School friends Sam and Zain take part in a bake-off to see who can raise the most cash. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 14:05:00 2014-12-19 14:15:00 \N \N \N S \N 15363 t
+16032 41543 Pokemon the Series: XY eng Battles in the Sky! Ash Ketchum and Pikachu venture into the Kalos region to make new friends, catch new Pokemon and find new rivals on their way to compete in the Kalos League. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-19 14:15:00 2014-12-19 14:40:00 \N \N \N \N \N 15364 t
+16032 42768 Super 4 eng Ruby, Queen of the Seas (Part 1) Animation. A wicker basket washes up on Gunpowder Island carrying a baby girl. When she grows up, little Ruby must prove she is a real pirate. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 14:40:00 2014-12-19 14:55:00 \N \N \N S \N 15365 t
+16032 34215 Looney Tunes Shorts eng Hair-Raising Hare Classic animation featuring Bugs Bunny, Daffy Duck, Wile E Coyote, Foghorn Leghorn, Porky Pig, Road Runner, Tweety, and Sylvester. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 14:55:00 2014-12-19 15:05:00 \N \N \N \N \N 15366 t
+28096 59325 Top Gear eng \N Jeremy, Richard and James take over a gallery in Middlesbrough in a quest to prove that cars can be more popular than art - a task that requires some unusual promotion. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N AD,S \N 15372 t
+28096 59326 Traffic Cops eng Over the Limit We follow the trials and tribulations of the South Yorkshire traffic police. The police use roadside cameras along the M1 to tackle speeding motorists. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 15373 t
+41024 59622 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N \N \N 18194 t
+28096 59327 Traffic Cops eng Right Time, Right Place High-speed stories with the traffic police. They bravely battle against teenage car criminals who ignore the courts and keep on driving despite being banned. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 15374 t
+28096 59328 New American Pickers eng Laurel and Hardy New. Clutter kings Mike and Frank splash the cash on a KISS pinball machine and Laurel and Hardy costume heads. Another fine mess they've gotten themselves into! \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N S \N 15375 t
+25664 55711 8 Out of 10 Cats Best Bits eng \N Jimmy Carr and team captains Sean Lock and Jon Richardson dive into the world of polls, surveys and statistics with a bevvy of celebrity guests. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 00:35:00 2014-12-20 01:10:00 \N \N \N S \N 15376 t
+25664 55712 Spaced eng Dissolution It's Daisy's birthday but all isn't well on Meteor Street; the group's survival is threatened when Marsha suspects all isn't what it seems with Daisy & Tim. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 01:10:00 2014-12-20 01:40:00 \N \N \N S \N 15377 t
+25664 55713 Spaced eng Leaves With Marsha gone and the house up for sale, Daisy and Tim hatch a plan to save themselves and their friends from oblivion. Last episode of the second series. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 01:40:00 2014-12-20 02:05:00 \N \N \N S \N 15378 t
+25664 55714 Greatest Xmas Songs of All Time! eng \N With Santa's help, we're delivering the definitive Christmas soundtrack. These are the greatest Xmas songs of all time, gift wrapped especially for you. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 02:05:00 2014-12-20 03:30:00 \N \N \N S \N 15379 t
+26560 13725 All The Hits with Olivia Jones eng Oliva has all the hits for your afternoon, the latest & biggest showbiz gossip and YOU! Get involved NOW @thehitsradio \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 15:00:00 2014-12-24 19:00:00 \N \N \N \N \N 15383 t
+22208 6145 Christmas Crime UK eng \N Seasonal edition of the hard-hitting documentary series. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:30:00 \N \N \N S,AD \N 15384 t
+22208 6146 Christmas Crime UK eng \N Seasonal edition of the hard-hitting documentary series. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:00:00 \N \N \N S,AD \N 15385 t
+22208 6155 Emergency Animal Rescue eng \N Follow RSPCA workers across England and Wales as they tackle issues of animal cruelty and go about their daily mission to protect the nation's furry friends. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:30:00 3 20 \N S,AD \N 15386 t
+22208 6156 Emergency Animal Rescue eng \N Follow RSPCA workers across England and Wales as they tackle issues of animal cruelty and go about their daily mission to protect the nation's furry friends. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 04:30:00 2014-12-22 05:00:00 4 20 \N S,AD \N 15387 t
+22208 6157 6ixth Sense With Colin Fry eng \N One of Britain's most successful spiritualist mediums, Colin Fry, attempts to make contact with the other side in front of an expectant studio audience. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 05:00:00 2014-12-22 05:30:00 \N \N \N S \N 15388 t
+22208 6162 6ixth Sense With Colin Fry eng \N One of Britain's most successful spiritualist mediums, Colin Fry, attempts to make contact with the other side in front of an expectant studio audience. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 05:30:00 2014-12-22 06:00:00 \N \N \N S \N 15389 t
+28288 8746 In the Salon with Gatineau eng \N Professional beauty products from the pioneering skincare specialists. Gatineau combines the highest quality plant and marine extracts with the very latest cutting-edge biotechnology. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N \N \N 15390 t
+28288 8747 Laura Geller Makeup eng \N Laura Geller is a renowned make-up artist, teacher and working mother and the creative force behind one of the most successful make-up studios in New York. Join us to explore her superb range. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 15391 t
+28288 8748 Discover Elemis eng \N Defined by nature, led by science - this award-winning skin care brand boasts unique and potent scientific formulations that target specific skin conditions. Find the right formula for you. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N \N \N 15392 t
+8281 25378 The Cube eng Celebrity Special Phillip Schofield presents a celebrity edition of the game show, as Denise Welch, Sherrie Hewson and Lisa Maxwell from Loose Women and Olympian Greg Rutherford face the Cube. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N S \N 15393 t
+16080 14917 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:30:00 \N \N \N \N \N 18182 t
+8274 64815 ITV News Tyne Tees eng \N Helen Ford and Ian Payne present the news, sport and magazine show for the North East and North Yorkshire. Followed by North East weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N S \N 15395 t
+8274 16031 ITV News & Weather eng \N Alastair Stewart and Ranvir Singh with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N S \N 15396 t
+8274 16033 Emmerdale eng \N Robert schemes to get Lawrence off Ross's back. Rakesh has news for Charity. Rakesh and Priya form a plan. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N AD,S \N 15397 t
+8274 14160 Coronation Street eng \N Tracy awaits news of Rob's fate. Is Steve getting obsessed? Steph holds the fort. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N AD,S \N 15398 t
+14720 1714 James Merritt eng \N Join James in the Heart studio for more music variety. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 01:00:00 2014-12-20 06:00:00 \N \N \N \N \N 15400 t
+24064 59672 Bad Santas eng \N Bosses at the UK's biggest Santa school help unemployed men back into work. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 15543 t
+23712 3363 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 07:00:00 2014-12-23 08:00:00 \N \N \N \N \N 15404 t
+23712 3367 Extreme Makeover: Home Edition eng The Joplin Family Part 1: Families get the homes they deserve in the property renovation show. The team repair the home of the Joplins, whose house was ravaged by a tornado. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-23 08:10:00 2014-12-23 09:05:00 \N \N \N S \N 15406 t
+24464 50262 NASCAR Nationwide Season Review eng \N The 2013 NASCAR Nationwide Series witnessed a season-long title tussle between rising star Austin Dillon and former IndyCar champion Sam Hornish Jr. Relive the action with our review show. Part 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 09:00:00 2014-12-19 12:10:00 \N \N \N \N \N 15409 t
+27360 18246 Game of the Week eng \N We've scoured the world for the best action and this is the best game of the week from the football or rugby world. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:30:00 \N \N \N \N \N 15410 t
+27360 18247 Global Goals eng \N A round-up of the greatest goals from around the world, all accompanied by some great music. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 06:30:00 2014-12-24 07:00:00 \N \N \N \N \N 15411 t
+27360 18248 FA WSL - A Day in the Life eng FA WSL A day in the life of Manchester City Ladies and England striker Toni Duggan. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:15:00 \N \N \N \N \N 15412 t
+27360 18249 FIFA World Cup Official Film 1966 eng 1966 England - Goal Football came home in 1966 and hosts England reached the final for the first time, meeting bitter rivals West Germany for a thrilling and controversial game. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 07:15:00 2014-12-24 09:15:00 \N \N \N \N \N 15413 t
+14532 6333 Plates from The States eng \N Delicious recipe ideas from the diverse culinary landscape of the United States. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 03:00:00 2014-12-21 04:00:00 \N \N \N \N \N 15414 t
+14532 6334 The Store reopens here at 00 eng 05 Check out The Store website at www.TheStoreTV.com. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 04:00:00 2014-12-22 00:05:00 \N \N \N \N \N 15415 t
+18112 63325 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-23 05:30:00 2014-12-23 07:00:00 \N \N \N \N \N 15416 t
+16080 14773 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 04:30:00 2014-12-21 05:00:00 \N \N \N \N \N 15421 t
+16080 14713 Holiday and Cruise Club eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N \N \N 15426 t
+16080 14714 The Gadget Show eng \N Action-packed consumer show. Jon tests the latest mobile tablets and Jason competes in a triathlon in order to test out the technology which is set to transform the way we get fit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N S \N 15427 t
+16080 14715 New: The Railway: First Great Western eng Pushed to the Limit Documentary series. In this episode, Cheltenham Spa station manager Richard finds it heavy going when he is swamped by 60,000 horse racing fans. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N S \N 15428 t
+27840 5249 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 08:00:00 2014-12-23 09:00:00 \N \N \N \N \N 15429 t
+22336 58509 How I Met Your Mother eng Where Were We? Ted's romantic luck is bolstered by his new relationship with Robin, who has yet to reveal her love of guns. However, Marshall is feeling down after his split from Lily. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:30:00 \N \N \N AD,S \N 15442 t
+22336 58510 How I Met Your Mother eng The Scorpion and the Toad Marshall has a string of ill-fated nights out with Barney in a bid to meet new women. He eventually goes on a date, but bumps into Lily. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 12:30:00 2014-12-22 13:00:00 \N \N \N AD,S \N 15443 t
+22336 58511 Rude(ish) Tube eng \N Rude Tube's naughty little sister finds some slightly less rude online videos, including Spider-Man playing basketball, Batman being pulled over by police and how not to dock an oil tanker. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N S \N 15444 t
+22336 58512 Rules of Engagement eng The Young and the Restless Audrey bets Jeff that he can't get a phone number from a younger woman, so dares him to go out without his wedding ring to try. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N S \N 15445 t
+22336 58513 How I Met Your Mother eng Shelter Island Stella's sister is jilted just before her wedding. Angry at the amount of money spent, Stella suggests she and Ted take over the wedding for themselves to save expenditure. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:30:00 \N \N \N AD,S \N 15446 t
+22336 58514 How I Met Your Mother eng Happily Ever After Ted's friends are worried that he isn't facing up to his feelings about Stella when he hides from her in a restaurant, but later he manages to confront her. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 \N \N \N AD,S \N 15447 t
+4168 56400 The Chronicles of Narnia eng The Lion, the Witch and the Wardrobe Children's fantasy. Four young war evacuees arrive in Narnia, where they join the noble lion Aslan to overthrow the White Witch. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 15:15:00 2014-12-21 17:25:00 \N \N 2005 AD,S \N 15448 t
+4168 49803 Songs of Praise eng Christmas Big Sing Katherine Jenkins and Jermain Jackman join Bill Turnbull and David Grant in the Royal Albert Hall for a celebration of the first Christmas with favourite carols. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 17:25:00 2014-12-21 18:05:00 \N \N \N S \N 15449 t
+13024 51052 5 News Update eng \N . \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:05:00 \N \N \N \N \N 15450 t
+13024 51053 Saving Private Ryan eng \N Powerful World War II drama starring Tom Hanks and Ed Burns. A group of US soldiers is sent to find and send home a private whose brothers have all been killed in action. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-24 00:05:00 2014-12-24 02:15:00 \N \N 1998 S \N 15451 t
+40960 51171 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 15453 t
+40960 51172 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 15454 t
+40960 51173 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:45:00 \N \N \N \N \N 15455 t
+40960 51174 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 17:45:00 2014-12-19 18:00:00 \N \N \N \N \N 15456 t
+4168 49772 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 02:50:00 2014-12-20 02:55:00 \N \N \N S \N 15457 t
+16080 14918 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:00:00 \N \N \N \N \N 18183 t
+28480 11911 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:30:00 \N \N \N \N \N 15462 t
+28480 11912 A Study In The Word eng \N Bible teaching programme hosted by Jimmy Swaggart. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 11:30:00 2014-12-24 12:00:00 \N \N \N \N \N 15463 t
+14448 27129 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:30:00 \N \N \N \N \N 15464 t
+14448 27130 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 12:30:00 2014-12-19 13:00:00 \N \N \N \N \N 15465 t
+14448 27131 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N \N \N 15466 t
+14448 27132 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N \N \N 15467 t
+14448 27133 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N \N \N 15468 t
+14448 27134 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N \N \N 15469 t
+8452 58679 Jamie's Cracking Christmas eng \N Jamie Oliver shows how to raise your Christmas spread to the next level with amazing recipes including cheeky Christmas cocktails, roast goose with all the trimmings and a panettone treat. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N S \N 15475 t
+8452 58680 Men in Black 3 eng \N Sci-fi comedy sequel. Will Smith must travel back to the 1960s to stop an escaped alien convict (Jemaine Clement) from killing his friend (Tommy Lee Jones). With Josh Brolin. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-21 20:00:00 2014-12-21 22:00:00 \N \N 2012 AD,S \N 15476 t
+14448 27248 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N \N \N 15482 t
+14448 27249 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N \N \N 15483 t
+14448 27250 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N \N \N 15484 t
+14448 27251 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N \N \N 15485 t
+14448 27252 Cops eng Reloaded Newly edited episodes showcase the show's most memorable criminals, car chases and moments. Don't miss out! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N \N \N 15486 t
+14448 27253 Cops eng Reloaded Newly edited episodes showcase the show's most memorable criminals, car chases and moments. Don't miss out! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N \N \N 15487 t
+25920 19897 Early Morning Shopping eng \N A selection of our best shows for the early morning shopper. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 05:00:00 2014-12-21 06:00:00 \N \N \N \N \N 15488 t
+28416 20114 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-21 04:00:00 2014-12-21 05:30:00 \N \N \N \N \N 15492 t
+40960 53310 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:30:00 \N \N \N \N \N 15503 t
+40960 58150 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:00:00 \N \N \N \N \N 15504 t
+40960 53311 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N \N \N 15505 t
+40960 58151 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 \N \N \N \N \N 15506 t
+40960 53312 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N \N \N 15507 t
+41040 17249 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-24 06:00:00 2014-12-24 07:00:00 \N \N \N \N \N 15520 t
+41040 17250 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:30:00 \N \N \N \N \N 15521 t
+41040 17251 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 07:30:00 2014-12-24 08:00:00 \N \N \N \N \N 15522 t
+41040 17252 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:30:00 \N \N \N \N \N 15523 t
+41040 17253 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N \N \N 15524 t
+32836 31060 On Closer Inspection eng \N This hard-hitting flagship current affairs programme is the "News after the News". We delve deeper into the political and social stories that shape the daily lives of Leeds people. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 15525 t
+32836 31061 In The Pot eng \N Join Livvy and Chrissy in the Devilled Egg Kitchen Academy in Bristol on a culinary journey. Learning the art of cooking to time, with a few laughs along the way, will it all go according to plan? \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:30:00 \N \N \N \N \N 15526 t
+32836 31062 All Star Unplugged eng \N A platform for up-and-coming musicians and bands across all genres of music. Recorded in the Live Room, at Made in Leeds Studios. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 13:30:00 2014-12-24 14:00:00 \N \N \N \N \N 15527 t
+32836 31063 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N \N \N 15528 t
+32836 31064 Acapela eng \N Join us from Acapela, the boutique venue/recording studios in Pentyrch just outside of Cardiff. We give an opportunity for artists from Cardiff and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N \N \N 15529 t
+15808 50260 Asia Pacific Rally Championship eng \N Highlights of the Asia Pacific region's keenly-contested and FIA-backed series which holds events in Australia, New Zealand, China, Japan, Malaysia, Thailand and New Caledonia. Action from China. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:25:00 \N \N \N \N \N 15530 t
+15808 50261 FIA World Endurance... eng \N Four classes comprising the world's most advanced LMP and GT cars fight for the right to be crowned world champions in the pinnacle of global sportscar racing. 6 Hours Of Sao Paulo. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 06:25:00 2014-12-19 09:00:00 \N \N \N \N \N 15532 t
+8267 16905 Big Star's Little Star eng \N Stephen Mulhern presents the charity parents and kids show with Sinitta and her daughter Magdelena, Robbie Savage and son Freddie, and Duncan James and his daughter Tianie Finn. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 12:25:00 2014-12-23 13:25:00 \N \N \N S \N 15533 t
+8267 16906 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 13:25:00 2014-12-23 14:00:00 \N \N \N S \N 15534 t
+16080 14919 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N \N \N 18184 t
+8267 27285 Judge Rinder eng \N Studio courtroom show where criminal barrister Robert Rinder rules on real life cases. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N S \N 15535 t
+24064 59668 Planet Norfolk eng Uncut Reality series. It's a big music night at the Queens Head and one visitor seems a little more than special, while Henry gets behind the wheel at 5Da. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 21:00:00 2014-12-24 21:30:00 \N \N \N \N \N 15539 t
+24064 59669 London360 eng \N Magazine series taking a look at London stories. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:00:00 \N \N \N \N \N 15540 t
+24064 59670 The Great Arctic Bike Off eng \N An emotional visit to a WWII extermination camp and an unexpected meeting with a Holocaust survivor brings the team's journey to a close. But will they make it back on time? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:30:00 \N \N \N \N \N 15541 t
+24064 59671 Santaland eng \N Retired couple Ray and Marlene Kraatz, the official Mr and Mrs Claus of Zephyrhills, Florida, battle busy demands and failing health to be icons of hope 365 days a year. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 22:30:00 2014-12-24 23:00:00 \N \N \N \N \N 15542 t
+41136 50263 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 12:10:00 2014-12-19 12:40:00 \N \N \N \N \N 15552 t
+41136 50264 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 12:40:00 2014-12-19 13:40:00 \N \N \N \N \N 15553 t
+41136 50265 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 13:40:00 2014-12-19 14:45:00 \N \N \N \N \N 15554 t
+41136 50266 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 14:45:00 2014-12-19 15:15:00 \N \N \N \N \N 15555 t
+40992 51953 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:15:00 \N \N \N \N \N 15558 t
+40992 51954 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 12:15:00 2014-12-22 12:40:00 \N \N \N \N \N 15559 t
+40992 51955 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 12:40:00 2014-12-22 13:00:00 \N \N \N \N \N 15560 t
+40992 51956 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:20:00 \N \N \N \N \N 15561 t
+40992 51957 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 13:20:00 2014-12-22 13:35:00 \N \N \N \N \N 15562 t
+40992 51958 Bing eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 13:35:00 2014-12-22 13:45:00 \N \N \N \N \N 15563 t
+40992 51959 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 13:45:00 2014-12-22 14:05:00 \N \N \N \N \N 15564 t
+40992 51960 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 14:05:00 2014-12-22 14:30:00 \N \N \N \N \N 15565 t
+40992 51961 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 14:30:00 2014-12-22 14:35:00 \N \N \N \N \N 15566 t
+40992 51962 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 14:35:00 2014-12-22 14:50:00 \N \N \N \N \N 15567 t
+40992 51963 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 14:50:00 2014-12-22 15:05:00 \N \N \N \N \N 15568 t
+25664 55758 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 03:00:00 2014-12-23 06:00:00 \N \N \N \N \N 15569 t
+4166 56479 Merry Madagascar eng \N Seasonal short. When Santa crashes into Madagascar and ends up with amnesia, the animals decide to deliver his presents themselves and hopefully get back to New York City. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 15:05:00 2014-12-24 15:25:00 \N \N 2009 S \N 15570 t
+4166 56481 Shrek the Halls eng \N Festive animated comedy. Shrek (Mike Myers) just wants to have a nice quiet Christmas with Fiona and the baby ogres. Donkey, however, is full of holiday cheer and has other ideas. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 15:25:00 2014-12-24 15:50:00 \N \N \N AD,S \N 15571 t
+4166 56482 The Gruffalo's Child eng \N Animated film based on the classic children's picture book. A little Gruffalo ignores her father's warnings and tiptoes out into the snow in search of the Big Bad Mouse... Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 15:50:00 2014-12-24 16:15:00 \N \N 2011 AD,S \N 15572 t
+4166 56483 On Angel Wings eng On Angel Wings Magical reworking of the Nativity by Michael Morpurgo. A grandfather explains how, as a shepherd boy, he was taken by the angel Gabriel to visit the Christ child. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 16:15:00 2014-12-24 16:45:00 \N \N \N AD,S \N 15573 t
+4166 56484 101 Dalmatians eng \N A litter of dalmatian puppies try to escape the evil Cruella De Vil. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 16:45:00 2014-12-24 18:05:00 \N \N 1961 AD,S \N 15574 t
+17540 56483 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 16:15:00 2014-12-24 16:45:00 \N \N \N \N \N 15575 t
+41120 14149 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 00:00:00 2014-12-24 01:00:00 \N \N \N \N \N 15578 t
+41120 14150 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 01:00:00 2014-12-24 02:00:00 \N \N \N \N \N 15579 t
+41120 14151 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:30:00 \N \N \N \N \N 15580 t
+41120 14152 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 02:30:00 2014-12-24 03:00:00 \N \N \N \N \N 15581 t
+15840 3596 Neil McCormick's Needle Time eng \N The Jethro Tull flautist, MBE and winner of an Ivor Novello Award joins Neil for a review of how it all began and demonstrates a range of styles and melodies on his trusty flute. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 03:00:00 2014-12-23 04:00:00 \N \N \N \N \N 15586 t
+15840 3597 Neil McCormick's Needle Time eng \N Feargal Sharkey, lead vocalist of The Undertones joins Neil to talk about delivering TVs as a young punk, touring with The Ramones and how his band grew apart. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 04:00:00 2014-12-23 05:00:00 \N \N \N \N \N 15587 t
+15840 3598 Neil McCormick's Needle Time eng \N Best known for the 1978 hit 'Glad to be Gay', Tom Robinson joins Neil McCormick for another episode of Needle Time and a thoughtful look back over his career in the music industry. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:00:00 2014-12-23 06:00:00 \N \N \N \N \N 15588 t
+14688 11595 The Breakfast Christmas Panto eng \N Christian O'Connell and the team bring you this year's panto - "Zombie Claus 2" starring Top Gear's James May, Shane Richie and football legend Ian Wright. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 06:00:00 2014-12-19 10:00:00 \N \N \N \N \N 15589 t
+22592 17711 The Warm-Up with Max Rushden eng \N Max Rushden brings you pre-match banter and more ahead of the big kick off. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-21 11:00:00 2014-12-21 13:00:00 \N \N \N \N \N 15590 t
+24448 63914 Huge Jewellery Savings from GemsTV eng \N GemsTV give huge savings on genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 15591 t
+24448 63915 Spotlight Auction eng \N Tune in every day at 10am and 10pm for a one off unmissable deal on a brand new piece of genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 15592 t
+24448 63916 Great Value Jewellery from GemsTV eng \N Shop and save with live falling auctions from GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 15593 t
+41072 13798 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 21:00:00 2014-12-24 21:30:00 \N \N \N \N \N 15594 t
+41072 13799 London360 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:00:00 \N \N \N \N \N 15595 t
+41072 13800 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:30:00 \N \N \N \N \N 15596 t
+41072 13801 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 22:30:00 2014-12-24 23:00:00 \N \N \N \N \N 15597 t
+41072 13802 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 15598 t
+8325 2747 All Star Family Fortunes Christmas eng \N Vernon Kay presents a festive episode of the celebrity game show. A team from reality series The Only Way Is Essex takes on cast members from hit sitcom Benidorm. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 09:05:00 2014-12-24 10:10:00 \N \N \N S \N 15599 t
+8325 5134 You've Been Framed at Christmas! eng \N Harry Hill presents a festive edition of the home video show, featuring Christmas catastrophes. Including stumbling Santas and a dog who cocks his leg at the Christmas tree. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 10:10:00 2014-12-24 10:40:00 \N \N \N S \N 15600 t
+8325 2640 You've Been Framed at Christmas! eng \N Harry Hill unwraps some comic crackers including collapsing Christmas trees, silly Santas and stupidity in the snow. Plus children singing Jingle Bells into their camcorders. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 10:40:00 2014-12-24 11:15:00 \N \N \N S \N 15601 t
+16080 14920 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 \N \N \N \N \N 18185 t
+8325 2480 Twelve Days of Christmas Eve eng \N Drama starring Steven Weber and Molly Shannon, 2004. A businessman neglects his family, but realises he must make amends after being hurt in an accident \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 11:15:00 2014-12-24 13:10:00 \N \N \N AD,S \N 15602 t
+8448 58520 The Big Bang Theory eng The Werewolf Transformation Sheldon's well-organised world is turned upside down when he learns that the barber who has cut his hair for years has passed away. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N AD,S \N 15609 t
+8448 58521 The Big Bang Theory eng The Weekend Vortex Amy is upset when Sheldon breaks his promise to accompany her to her aunt's birthday party in order to join the guys for a video game marathon. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N AD,S \N 15610 t
+8448 58522 Hollyoaks eng \N Tegan offers Tony a shoulder to cry on but he ends up discovering a heart-breaking truth. John Paul and Lockie go on the run from the law and end up taking an unexpected journey. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N S \N 15611 t
+8448 58523 Rude(ish) Tube eng \N Rude Tube's naughty little sister has discovered an incredible UFO sighting, a surfing cat and a man flying through a hole in a cave. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N S \N 15612 t
+8448 58524 The Big Bang Theory eng The Tangerine Factor When Penny breaks up with her boyfriend, Leonard plucks up the courage to ask her out. Both of them then ask Sheldon for advice about the date. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N AD,S \N 15613 t
+8448 58525 The Big Bang Theory eng The Bad Fish Paradigm The first episode in series two of the US comedy about beauties and geeks. Penny opens up to a reluctant Sheldon after a less-than-stellar first date with Leonard. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N AD,S \N 15614 t
+41008 58679 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 15618 t
+41008 58680 eng \N \N \N \N \N \N \N \N \N 1 0 0 \N 2014-12-21 20:00:00 2014-12-21 22:00:00 \N \N \N \N \N 15619 t
+41136 50569 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 21:35:00 2014-12-22 22:35:00 \N \N \N \N \N 15620 t
+41136 50331 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 22:35:00 2014-12-23 01:45:00 \N \N \N \N \N 15621 t
+8500 5909 The WotWots eng Crabby WotWot Animation. The spaceship has run out of bananas for SpottyWot's drink! The WotWots go hunting for what they think is a giant banana, but it turns out to be something different. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:10:00 \N \N \N S \N 15622 t
+8500 5910 Igam Ogam eng Bath Time! Prehistoric animation. Igam Ogam and her friends try to avoid having a bath. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 06:10:00 2014-12-24 06:20:00 \N \N \N S \N 15623 t
+8500 5911 Fireman Sam eng Floodlights Animation. The Joneses and the Prices are vying to win Pontypandy's best Christmas lights contest. Rivalry is rife as their displays get more and more elaborate. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 06:20:00 2014-12-24 06:30:00 \N \N \N S \N 15624 t
+8500 5912 Toot The Tiny Tugboat eng Lenny's Light is Out Animation. Lenny is out of action when his bulb blows, but thick fog lands Pop in trouble near the rocks when he tries to deliver a replacement. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 06:30:00 2014-12-24 06:45:00 \N \N \N S \N 15625 t
+8500 5913 Peppa Pig eng Baby Alexander Pig tales. Baby Alexander is too young to talk, until Peppa teaches him his first word. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 06:45:00 2014-12-24 06:50:00 \N \N \N S \N 15626 t
+8500 5914 Peppa Pig eng Grampy Rabbit's Lighthouse Pig tales. Grandpa Pig takes Peppa, George and Danny Dog to visit Grampy Rabbit's lighthouse. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 06:50:00 2014-12-24 06:55:00 \N \N \N S \N 15627 t
+8500 5915 New: Pip Ahoy! eng Go Stop Go Stop Animation about a puppy named Pip and his friend Alba, a kitten, who live in Salty Cove. Alba enters a town competition for young film-makers. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 06:55:00 2014-12-24 07:05:00 \N \N \N S \N 15628 t
+8500 5916 Little Princess eng I Want My Sledge Little Princess really wants a shiny new sledge to play with. But she soon realises that new doesn't always mean that it's better. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 07:05:00 2014-12-24 07:20:00 \N \N \N S \N 15629 t
+8500 5917 Mr Men eng Snow There's a wintry flavour to the animated sketch show today, as Little Miss Calamity has to brave the snowy conditions, while Mr Stubborn refuses to turn up the heating. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 07:20:00 2014-12-24 07:30:00 \N \N \N S \N 15630 t
+8500 5918 New: Thomas and Friends eng Last Train for Christmas CGI animation. When the Fat Controller decides to ride in a real sleigh at the Ulfstead Castle Christmas fair, Thomas ends up looking like a reindeer. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 07:30:00 2014-12-24 07:45:00 \N \N \N S \N 15631 t
+8500 5919 Noddy In Toyland eng Domino Town Adventures in Toyland with Enid Blyton's evergreen creation and all his friends. The Little Skittles are very excited at the prospect of their first Domino Day. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 07:45:00 2014-12-24 07:55:00 \N \N \N S \N 15632 t
+8500 5920 Ben and Holly's Little Kingdom eng Ben and Holly's Christmas Part 1 Animation. Both the elves and the fairies are busy with their festive preparations when things start to go very wrong. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 07:55:00 2014-12-24 08:05:00 \N \N \N S \N 15633 t
+8500 5921 Peppa Pig eng Cleaning the Car Pig tales. Daddy Pig is taking everyone for a drive in the country, but the car is very muddy and Mummy insists they wash it first. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 08:05:00 2014-12-24 08:10:00 \N \N \N S \N 15634 t
+8500 5922 Peppa Pig eng Cold Winters Day Porcine animation. Peppa and George go to the park to play. All the puddles have frozen over, so the two must think of other ways to entertain themselves. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 08:10:00 2014-12-24 08:20:00 \N \N \N S \N 15635 t
+8500 5923 Toby's Travelling Circus eng Snow Baby Animated Christmas special. When Dolores's sister leaves her baby at the circus to go shopping, little Diddums is only happy in the arms of the robot strongman Thor. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 08:20:00 2014-12-24 08:30:00 \N \N \N S \N 15636 t
+8500 5924 Bananas In Pyjamas eng The Snowman Animation. It's Christmas and the Bananas want to make a snowman for Bernard, just like he used to have when he was a pup... if only they can find some snow! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 08:30:00 2014-12-24 08:40:00 \N \N \N S \N 15637 t
+16048 32724 The Count of Monte Cristo eng \N Classic tale of injustice starring Guy Pearce and Jim Caviezel, 2002. A sailor, wrongfully imprisoned for 13 years, is determined to escape and exact revenge upon his persecutors \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 00:15:00 2014-12-20 02:35:00 \N \N \N S \N 15643 t
+16048 33161 Judge Judy eng \N New York City's outspoken family court judge Judy Sheindlin presides over a series of real-life cases and conflicts, trying to find solutions for all kinds of family issues. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 02:35:00 2014-12-20 02:55:00 \N \N \N S \N 15644 t
+16048 32728 World Kitchen eng \N Chef Nici Wickes explores the lush landscape of Kerela in southern India, visiting spice markets, winding backwaters and family kitchens, uncovering the secret of a great curry. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 02:55:00 2014-12-20 03:20:00 \N \N \N \N \N 15645 t
+14608 31995 Highway To Heaven eng \N After suffering major burns in a freak accident, a fashion model and actress becomes a counsellor at a summer camp for blind children run by Jonathan and Mark's friend Frank. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 10 \N \N \N 5 15647 t
+28352 2376 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N \N \N 22021 t
+14608 31996 Highway To Heaven eng \N A young man learns that the brother he once considered institutionalizing has a brilliant mind within a paralyzed body. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 11 \N \N \N 5 15648 t
+14608 31997 Highway To Heaven eng \N Thinking Jonathan has turned into a dog, Mark embarks alone to unite a young runaway with his family. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 1 \N \N \N 5 15649 t
+17540 56484 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 16:45:00 2014-12-24 18:05:00 \N \N \N \N \N 15650 t
+16080 14774 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 05:00:00 2014-12-21 05:30:00 \N \N \N \N \N 15651 t
+14752 23787 Christian Williams eng \N Join Christian for the biggest tunes from the Capital playlist. Get involved @CapitalOfficial on Twitter or hit capitalfm.com for more. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 13:00:00 \N \N \N \N \N 15652 t
+8442 55860 Kirstie's Homemade Christmas eng \N Kirstie Allsopp hosts a special festive series making her dream home-made Christmas. In this show she produces cards, decorations, a cake and a wreath, and hunts down the perfect tree. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 09:35:00 2014-12-21 10:35:00 \N \N \N S \N 15655 t
+8442 55861 Gordon Ramsay's Festive Home Cooking eng In this festive special, Gordon's favourite recipes for the holidays include perfect eggs Benedict, beef fillet with salsa verde and smoky pulled pork with chipotle mayonnaise \N \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 10:35:00 2014-12-21 11:35:00 \N \N \N S \N 15656 t
+8442 55863 River Cottage Christmas Fayre eng \N Hugh Fearnley-Whittingstall and the team share secrets on how to enjoy the perfect Christmas holiday with a yuletide fayre featuring sumptuous food and drink, but also a few hangover cures. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 11:35:00 2014-12-21 12:40:00 \N \N \N S \N 15657 t
+28160 15780 Truth for Today eng \N Douglas Pettman presents the programme examining Biblical truth. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:30:00 \N \N \N \N \N 15662 t
+28160 15781 Pam Rhodes eng \N Pam plays some of the best traditional Christian music to start your Sunday. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 06:30:00 2014-12-21 08:00:00 \N \N \N \N \N 15663 t
+28160 15782 Hearts and Hymns eng \N Pam Rhodes presents your favourite hymns, requests and dedications. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 08:00:00 2014-12-21 10:00:00 \N \N \N \N \N 15664 t
+28032 28037 Shalako eng \N Western starring Sean Connery and Brigitte Bardot, 1968. A group of Europeans hunting in New Mexico need help from an unusual cowboy when they violate Apache territory \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 15:45:00 2014-12-23 18:00:00 \N \N \N S \N 15665 t
+4175 49764 Have I Got 2014 News for You eng \N A compilation of the popular satirical news quiz looking back at the big news stories of 2014. With team captains Paul Merton and Ian Hislop, and a variety of guest hosts. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:30:00 11 11 \N S \N 15668 t
+4175 49765 Not Going Out eng Lucy Sitcom. Lee spends time in the bar with Toby worrying that the woman of his dreams is drifting further away. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 21:30:00 2014-12-19 22:00:00 9 11 \N S \N 15669 t
+4175 49766 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:25:00 \N \N \N S \N 15670 t
+4175 50035 Look North eng \N The latest news, sport and weather for Yorkshire and Lincolnshire. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 22:25:00 2014-12-19 22:35:00 \N \N \N S \N 15671 t
+4175 49769 The Graham Norton Show eng \N Chat show. Graham's guests for a bumper Christmas episode are Ben Stiller, Ricky Gervais, Rebel Wilson, Jamie Foxx, Cameron Diaz, Danny Dyer and Usher. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 22:35:00 2014-12-19 23:30:00 12 22 \N S \N 15672 t
+4175 49770 Cuckoo eng Ken at Work The senior partner at Ken's firm is retiring and Ken is in line for succession. Contains some strong language and some sexual content. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:00:00 5 7 \N AD,S \N 15673 t
+15312 19 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 12:00:00 \N \N \N \N \N 15681 t
+8283 25378 The Cube eng Celebrity Special Phillip Schofield presents a celebrity edition of the game show, as Denise Welch, Sherrie Hewson and Lisa Maxwell from Loose Women and Olympian Greg Rutherford face the Cube. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N S \N 15682 t
+14784 2847 All Inclusive JANUARY Deals GALORE eng \N 4*AI C.D. Sol just £217! 5*AI Sharm just £307! 4*AI Malta just £259! 3*AI Benidorm just £365! 3*AI Tenerife just £345! Barmy prices, palmy beaches! See our ALL INC SHORT HAUL page \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 12:00:00 2014-12-19 16:00:00 \N \N \N \N \N 15683 t
+16080 14775 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 05:30:00 2014-12-21 06:00:00 \N \N \N \N \N 15685 t
+27648 4453 Robson Green: Extreme Fisherman eng Ecuador Robson travels to Ecuador to target one voracious carnivore: the grouper. Later, when he isn't using grubs as bait, he eats them - barbequed. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 15688 t
+27648 4454 Wheeler Dealers eng Porsche 911 Targa Part 1 Auto expert Mike Brewer purchases a 1976 Porsche 911 Targa for 5,000 which he hands over to motor specialist Edd China to work his magic. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N \N \N 15689 t
+27648 4455 Wheeler Dealers eng Porsche 911 Targa Part 2 Edd China completes the Porsche 911 Targa, refurbishing the gearbox, mending the roof seal and spraying it black. What price will Mike get for it? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N \N \N 15690 t
+40960 53187 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:30:00 \N \N \N \N \N 19987 t
+27648 4456 Salvage Hunters eng \N Drew explores the world's biggest travelling vintage funfair, and a Windsor pub where everything is for sale. Plus, an illuminations depot in Blackpool is packed with pop art. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 15691 t
+8264 46073 ITV News Central eng \N Early evening news from around the Midlands, plus features, sport and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N S \N 15692 t
+8264 16736 ITV News & Weather eng \N Mark Austin and Mary Nightingale with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N S \N 15693 t
+8264 16738 Emmerdale eng \N Charity pushes Moira too far. Kirin enjoys playing games with Rakesh. Nicola's plan leaves Bernice furious. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N AD,S \N 15694 t
+8264 14722 Coronation Street eng \N Tony regrets a moment of madness. Will Lloyd lend an ear to Steve? Steph stands up for herself. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N AD,S \N 15695 t
+8264 16743 Countrywise eng \N Series about rural life. Liz Bonnin is on the stunning island of Lundy off the Devon coast, and Ben Fogle is in Norfolk to take part in the annual pea harvest. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N S \N 15696 t
+8264 16034 Coronation Street eng \N Gary faces up to the consequences. What is Callum up to? Steve plans the perfect Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N AD,S \N 15697 t
+8448 58470 Rules of Engagement eng 3rd Wheel Adam tries to hide his snacks from Jennifer, who is on a diet. Timmy introduces Russell to charity work, while Audrey tells a friend a white lie. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:30:00 \N \N \N S \N 15698 t
+16080 14921 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:30:00 \N \N \N \N \N 18186 t
+8448 58471 Rules of Engagement eng Indian Giver Audrey is surprised when Jeff takes an interest in her favourite reality TV programme. Russell is delighted when Timmy reconsiders his upcoming marriage. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 15:30:00 2014-12-19 16:00:00 \N \N \N S \N 15699 t
+8448 58472 Rude(ish) Tube eng \N Rude Tube's naughty little sister is back. Look out for the master of business card throwing, the best way to calm a crying baby and a dating agency for sea captains. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:30:00 \N \N \N S \N 15700 t
+8448 58473 Suburgatory eng Friendship Fish George gets himself a Chatswin-style makeover from Dallas. But when his friends from New York come to visit, they ridicule his new lifestyle. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:00:00 \N \N \N AD,S \N 15701 t
+8448 58474 How I Met Your Mother eng I Heart NJ Ted is sick of having to take long trips to New Jersey to see Stella and is aghast when she tells him that she wants to live there once they are married. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N AD,S \N 15702 t
+8448 58475 How I Met Your Mother eng Intervention Ted prepares to move to New Jersey, causing an argument with Marshall over an outstanding bill for the flat. The gang go on to recall their past disagreements. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N AD,S \N 15703 t
+27712 21876 The Girls of The Taliban eng \N Unprecedented access to a school for girls in Afghanistan which imposes an even stricter interpretation of Islam than that prescribed by the Taliban. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 15704 t
+27712 21877 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N \N \N 15705 t
+27712 21878 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N \N \N 15706 t
+8384 58681 Homeland eng Krieg Nicht Lieb In the penultimate episode of the compelling and contemporary US thriller, Carrie is forced to put her life on the line in order to get her team out of Pakistan. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N AD,S \N 15708 t
+8384 59177 Rewind the Christmas Hits eng \N Festive special uncovering the real stories behind the UK's favourite Christmas hits, featuring Slade, The Darkness, Mel C, Midge Ure, Status Quo, Heaven 17, Jona Lewie and Sandie Shaw. \N 2 25 f 3 eng eng 6 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:35:00 \N \N \N S \N 15709 t
+8384 59176 The IT Crowd eng The Internet Is Coming: In this final one-off special, Jen and Roy's reputations are endangered by an online video clip, and Moss is transformed when he learns the secret of Douglas's self-confidence \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:35:00 2014-12-22 00:30:00 \N \N \N AD,S \N 15710 t
+13120 8596 Garden Re-Leaf with Richard Jackson eng \N Celebrating the gardening industry's first ever Re-Leaf Day, QVC is getting in the spirit of the gardening season. Here's looking forward to sunny days ahead! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 07:00:00 2014-12-24 08:00:00 \N \N \N \N \N 15711 t
+13120 8597 Garden Re-Leaf with Richard Jackson eng \N Celebrating the gardening industry's first ever Re-Leaf Day, QVC is getting in the spirit of the gardening season. Here's looking forward to sunny days ahead! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 08:00:00 2014-12-24 09:00:00 \N \N \N \N \N 15712 t
+23152 17533 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:30:00 \N \N \N \N \N 15713 t
+23152 17534 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 00:30:00 2014-12-24 01:00:00 \N \N \N \N \N 15714 t
+23152 17535 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:30:00 \N \N \N \N \N 15715 t
+23152 17536 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 01:30:00 2014-12-24 02:00:00 \N \N \N \N \N 15716 t
+23152 19204 Crime Stories eng Season 3 Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 02:00:00 2014-12-24 03:00:00 \N \N \N \N \N 15717 t
+17472 51493 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N \N \N 15718 t
+17472 56467 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:30:00 \N \N \N \N \N 15719 t
+17472 58005 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 19:30:00 2014-12-22 21:00:00 \N \N \N \N \N 15720 t
+4175 49772 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 02:50:00 2014-12-20 02:55:00 \N \N \N S \N 16837 t
+24384 15537 Heartfelt Creations 4 Day Deal eng \N A chance for you to get our special product, the Create and Craft 4 Day Deal \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N \N \N 15725 t
+24384 15476 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 15726 t
+24384 15477 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N \N \N 15727 t
+24480 3563 Jive Bunny MiXmas eng \N We're all ears as those festive funsters Jive Bunny create a Christmas mix especially for Vintage TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 15728 t
+24480 3564 Never Mind The Baubles eng \N New! Trimming the tree will be a joy as you sing along to all your festive favourites \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 15729 t
+24480 3565 Vintage After Midnight eng \N Can't sleep? Or partying into the early hours? Make Vintage TV your companion. We're here to help you make it through the night with a smile on your sleepy face, we hope. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 02:00:00 2014-12-21 06:00:00 \N \N \N \N \N 15730 t
+26368 38211 Sunday Afternoon eng \N Perfect for a relaxing Sunday; four hours of music and chat with Paul Phear From 2.00pm. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 18:00:00 \N \N \N \N \N 15731 t
+15808 50326 Race of Champions Replay eng \N The very best action from the 2014 Race of Champions. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 15:15:00 2014-12-22 18:25:00 \N \N \N \N \N 15732 t
+22752 1087 Tough Love on Kiss Fresh eng \N Tough Love in the mix playing the best in House, Nu Disco, Garage and Deep House beats on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 15733 t
+22752 1088 Snips on Kiss Fresh eng \N Snips in the mix playing the best in new Hip Hop beats on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 15734 t
+22752 1089 Kiss Fresh Mixblock eng \N The hottest DJ's in the mix on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 15735 t
+15840 3542 Tune In... To 1980 eng \N Mount St Helen's erupted in Washington, The Soviet Union hosted their first rock music festival and the best-selling arcade game Pac-Man was released... But what records topped the charts in 1980? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N \N \N 15736 t
+16080 14922 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 17:30:00 2014-12-24 18:00:00 \N \N \N \N \N 18187 t
+15840 3543 Tune In... To 1979 eng \N The Sony Walkman went on sale in Japan, a nudist beach was established in Brighton and McDonald's introduced the Happy Meal... Tune in and fall in love with our selection of the best music of 1979. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N \N \N 15737 t
+15840 3544 A Merry Little Christmas eng \N Penguins huddle together to keep warm, it's a scientific fact. So we say cuddle up and enjoy these wonderful Christmas videos. They're sure to have you feeling warm and fuzzy inside in no time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 15738 t
+27712 22075 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 15739 t
+27712 22076 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N \N \N 15740 t
+27712 22077 The Stream eng On The Stream Should Muslims be expected to speak up against ISIL? \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N \N \N 15741 t
+27712 22078 Witness eng \N Six year old Tobias battles cancer with the help of Angus the clown. An emotionally powerful film where laughter really is one of the best medicines. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 15742 t
+12992 31163 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:30:00 \N \N \N \N \N 15743 t
+12992 31164 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:30:00 2014-12-23 07:00:00 \N \N \N \N \N 15744 t
+12992 31165 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:30:00 \N \N \N \N \N 15745 t
+12992 31166 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 07:30:00 2014-12-23 08:00:00 \N \N \N \N \N 15746 t
+12992 31167 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:30:00 \N \N \N \N \N 15747 t
+12992 31168 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:00:00 \N \N \N \N \N 15748 t
+22720 1318 Will eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 12:00:00 2014-12-21 14:00:00 \N \N \N \N \N 15749 t
+22720 1319 Michael & Andrea eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 14:00:00 2014-12-21 17:00:00 \N \N \N \N \N 15750 t
+28096 59379 Stephen Fry's 100 Greatest Gadgets eng \N National treasure and technophile Stephen Fry runs down his list of favourite gizmos, covering everything from the answering machine to the apple peeler! Second part follows. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:45:00 \N \N \N S \N 15751 t
+28096 59380 Stephen Fry's 100 Greatest Gadgets eng \N The concluding part of Stephen Fry's affectionate guide to glorious gadgets. From the tin opener to the iPod, the practical to the wacky - which will come out on top? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 13:45:00 2014-12-21 15:00:00 \N \N \N S \N 15752 t
+17664 58681 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 15753 t
+17664 59177 eng \N \N \N \N \N \N \N \N eng 6 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:35:00 \N \N \N \N \N 15754 t
+17664 59176 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 23:35:00 2014-12-22 00:30:00 \N \N \N \N \N 15755 t
+25728 54676 Norbit eng \N Romantic comedy. A put-upon husband sees a chance to free himself from his tyrannical wife when he is reunited with his childhood sweetheart - but first he must save an orphanage. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 21:00:00 2014-12-24 23:00:00 \N \N 2007 \N \N 15756 t
+25728 54677 The Sweetest Thing eng \N Romantic comedy. A lovelorn woman has all but given up trying to find Mr Right until she meets an attractive estate agent at a nightclub. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 23:00:00 2014-12-25 01:00:00 \N \N 2002 \N \N 15757 t
+22272 2803 Close eng \N Close. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 03:00:00 2014-12-23 07:00:00 \N \N \N \N \N 15758 t
+17540 56479 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 15:05:00 2014-12-24 15:25:00 \N \N \N \N \N 15759 t
+17540 56481 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 15:25:00 2014-12-24 15:50:00 \N \N \N \N \N 15760 t
+17540 56482 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 15:50:00 2014-12-24 16:15:00 \N \N \N \N \N 15761 t
+22720 1323 Kiss Jams mixed by DJ Swerve eng \N DJ Swerve mixes Kiss Jams for your Sunday Night \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 17490 t
+8381 14665 Secret Dealers eng \N Antiques challenge series. Christopher Selkirk, Mark Stevens and Simon Schneider are let loose in the first house where Kerry has been picking up car boot bargains for years. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N S \N 15771 t
+8381 14666 Tipping Point eng \N Ben Shephard hosts a Text Santa Special of the quiz show in which four players take on an extraordinary machine in the hope of winning its 10,000 pound jackpot. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N S \N 15772 t
+15232 18917 Alysha's Diaries 3 eng \N Beauty therapist Alysha gets carried away with sexy client Charlie. The two 18+ girls put on quite a show for a lucky stud. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 03:10:00 2014-12-23 03:30:00 \N \N \N \N \N 15774 t
+15232 18918 Babe in a Box 2/3 eng \N Shay Hendrix is a filthy-looking blonde gal with a lip piercing. Fans of foot fetish will enjoy Shay's toe licking skills here. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 03:30:00 2014-12-23 03:55:00 \N \N \N \N \N 15775 t
+15232 18919 Fast Food 3 eng \N The 18+ lads get a visit from a curvy and bespectacled Environmental Health officer. She wants to sample their wares and they are only too pleased to oblige! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 03:55:00 2014-12-23 04:00:00 \N \N \N \N \N 15776 t
+15232 18920 ..programmes start at 12.00am. eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 04:00:00 2014-12-24 00:00:00 \N \N \N \N \N 15777 t
+27520 808 Programmes start at midnight eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 05:00:00 2014-12-24 00:00:00 \N \N \N \N \N 15783 t
+28352 2313 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:20:00 \N \N \N \N \N 15784 t
+28352 2314 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 03:20:00 2014-12-23 04:00:00 \N \N \N \N \N 15785 t
+28352 2315 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:30:00 \N \N \N \N \N 15786 t
+28352 2316 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 04:30:00 2014-12-23 05:00:00 \N \N \N \N \N 15787 t
+28352 2317 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 \N \N \N \N \N 15788 t
+28352 2318 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N \N \N 15789 t
+27456 45390 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:30:00 \N \N \N \N \N 15795 t
+27456 45391 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 03:30:00 2014-12-23 04:00:00 \N \N \N \N \N 15796 t
+27456 45392 The Big Picture with Thom Hartmann eng \N The hottest political show in the US finds a new home with RT. The Big Picture with Thom Hartmann tackles the latest in political news, debates, commentary and more. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 04:00:00 2014-12-23 05:00:00 \N \N \N \N \N 15797 t
+27456 45393 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 \N \N \N \N \N 15798 t
+27456 45394 News Team eng \N News Team looks at the world's biggest news from behind-the-scenes, following the reporters who work hard to cover what's happening. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N \N \N 15799 t
+41024 59518 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 15803 t
+41024 59519 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N \N \N 15804 t
+41024 59520 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N \N \N 15805 t
+41024 59521 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N \N \N 15806 t
+41056 18011 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:30:00 \N \N \N \N \N 22108 t
+27744 42367 S.O.F. - Special Ops Force eng \N An elite crime fighting group combines non-lethal weaponry and special operations capabilities which enable them to go places and perform tasks above and beyond ordinary law enforcement. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 03:05:00 2014-12-23 03:55:00 \N \N \N \N \N 15807 t
+14688 11616 The Night Shift eng \N Chris is on the nightshift with loads of great music, your requests and stuff to help you make it through the early hours. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 00:00:00 2014-12-22 06:00:00 \N \N \N \N \N 15808 t
+22208 6184 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:30:00 \N \N \N \N \N 16027 t
+27744 42107 Hawaii Five-O eng \N Popular American police drama starring Jack Lord and James MacArthur. Gangster Johnny Oporta has his enemies murdered and then covers up the crimes by incinerating their bodies./24 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 03:55:00 2014-12-23 04:45:00 2 \N \N \N 4 15809 t
+27744 42108 Nash Bridges eng \N The high-action exploits of San Francisco police officer Nash Bridges. Joe goes undercover inside State Prison to bring down a ruthless gang leader from the Mexican mafia./18 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 04:45:00 2014-12-23 06:00:00 8 \N \N \N 2 15810 t
+27904 2163 Programmes start at 11pm eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 04:45:00 2014-12-23 23:00:00 \N \N \N \N \N 15811 t
+28512 702 The Morning Show eng \N Good morning! Chat over a cuppa and cornflakes with us and tell us what you're up to. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:00:00 2014-12-23 11:00:00 \N \N \N \N \N 15812 t
+32896 8677 Clay Kids eng \N A bump on the head gives Flippy the power to hear everyone's thoughts. However, he soon realises that always hearing the truth can be uncomfortable. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 21:00:00 2014-12-23 21:15:00 \N \N \N \N \N 15813 t
+32896 8678 Clay Kids eng \N Robbie and Carol are kept back after school, and alone in the classroom, come across a couple of ancient spell books. An epic battle of magic begins. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 21:15:00 2014-12-23 21:30:00 \N \N \N \N \N 15814 t
+32896 9243 Littlest Pet Shop eng \N Stand Up Stinker - Pepper feeds Blythe jokes at a stand up comedy contest, while the other pets concoct an elaborate plan to make Minka believe that she really is the first monkey to land on Mars. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 21:30:00 2014-12-23 22:00:00 \N \N \N \N \N 15815 t
+32896 8680 Sally Bollywood eng \N The New Teacher - Concerned that their favourite teacher might get into trouble with the Principal, the SBI decide to investigate. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:15:00 \N \N \N \N \N 15816 t
+32896 8681 Sally Bollywood eng \N The Sorceress - A girl, Luna, dressed as a sorceress, casts a spell on a girl called Svetlana. Next day, Svetlana's hair suddenly turns green! The SBI investigates. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 22:15:00 2014-12-23 22:30:00 \N \N \N \N \N 15817 t
+32896 8682 Grojband eng \N Grojband has been left out of Peaceville's festival. Corey decides to mow the adjacent cornfield and rock out, showing the Sludgefesters what they're missing! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 22:30:00 2014-12-23 22:45:00 \N \N \N \N \N 15818 t
+32896 8683 Rekkit Rabbit eng \N Rekkit gets invited to a birthday party and Jay ends up getting them caught in a world halfway in between his and Rekkit's called Mirrorworld. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 22:45:00 2014-12-23 23:00:00 \N \N \N \N \N 15819 t
+32896 8684 Eliot Kid eng \N The Age Of Reason - Eliot is worried that he is losing his imagination. Mimi and Kaytoo have a lot of difficulty convincing him that a terrible vampire is threatening to attack his family. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:15:00 \N \N \N \N \N 15820 t
+32896 8685 Eliot Kid eng \N Wedding Impossible - Eliot finds out that his cousin is getting married to a man whom he believes to be a spy. Eliot is going to do everything possible to disrupt the wedding. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 23:15:00 2014-12-23 23:30:00 \N \N \N \N \N 15821 t
+32896 8686 Scaredy Squirrel eng \N Scaredy and Dave magically switch bodies and need to switch back before Dave is due to compete in a grotesque hotdog eating contest. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 23:30:00 2014-12-23 23:45:00 \N \N \N \N \N 15822 t
+32896 8687 Scaredy Squirrel eng \N Scaredy gets a mascot job and then discovers the team isn't as good as they seem. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 23:45:00 2014-12-24 00:00:00 \N \N \N \N \N 15823 t
+41104 20004 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 05:00:00 2014-12-23 09:00:00 \N \N \N \N \N 15824 t
+24032 31405 Accidental Hero eng \N Starring Dustin Hoffman and Geena Davis, 1992. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 21:00:00 2014-12-23 23:25:00 \N \N \N \N \N 15828 t
+24032 31406 Lucky Numbers eng \N Crime comedy starring John Travolta and Lisa Kudrow, 2000. Crime comedy. A local TV weatherman fallen on hard times gets entangled in a shady plan to rig the lottery \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 23:25:00 2014-12-24 01:35:00 \N \N \N \N \N 15829 t
+23184 17896 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 15830 t
+23184 17897 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N \N \N 15831 t
+23184 17447 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N \N \N 15832 t
+22226 11834 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N S \N 15833 t
+22226 11835 Family Fortunes eng \N Two families play against each other in the big money survey-based gameshow presented by Les Dennis. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:30:00 \N \N \N S \N 15834 t
+22226 11836 Family Fortunes eng \N Two families play against each other in the big money survey-based gameshow presented by Les Dennis. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N S \N 15835 t
+22226 11837 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:30:00 \N \N \N S \N 15836 t
+22226 11838 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 17:30:00 2014-12-21 18:00:00 \N \N \N S \N 15837 t
+22688 1021 The World According to Rick Astley eng \N Rick Astley gives his unique take on your favourite Magic music and movies. Share your thoughts at magic.co.uk/rick \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 13:00:00 2014-12-21 15:00:00 \N \N \N \N \N 15838 t
+20352 58279 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 21:50:00 2014-12-21 22:00:00 \N \N \N \N \N 15840 t
+20352 58280 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:15:00 \N \N \N \N \N 15841 t
+24016 12869 Kerim, Son Of The Sheik eng \N Known as 'the Black Sheik', a Robin Hood of the desert rallies the tribes in a revolt against evil Omar, who has come to power by murdering his rivals. Stars Gordon Scott. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 12:05:00 2014-12-21 13:45:00 \N \N 1969 \N \N 15842 t
+24016 12870 Tank Commandos eng \N A crack commando unit are despatched on a daring mission to destroy a German bridge. Tense World War Two drama starring Robert Barron. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 13:45:00 2014-12-21 15:25:00 \N \N 1959 \N \N 15843 t
+8281 64771 ITV News Calendar eng \N The latest news from around the region, plus interviews and features. Including local weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N S \N 15845 t
+8281 16031 ITV News & Weather eng \N Alastair Stewart and Ranvir Singh with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N S \N 15846 t
+8281 16033 Emmerdale eng \N Robert schemes to get Lawrence off Ross's back. Rakesh has news for Charity. Rakesh and Priya form a plan. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N AD,S \N 15847 t
+8281 14160 Coronation Street eng \N Tracy awaits news of Rob's fate. Is Steve getting obsessed? Steph holds the fort. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N AD,S \N 15848 t
+22784 770 Justin on Kisstory eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 13:00:00 2014-12-21 17:00:00 \N \N \N \N \N 15852 t
+23120 20429 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 15853 t
+23120 20428 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 15854 t
+23120 20415 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N \N \N 15855 t
+22624 40366 Sounds Of The Silver Screen eng \N RNIB's Insight Radio - Alan George presents music and themes from classic movies \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 15860 t
+22624 40367 Talking Newspapers eng \N RNIB's Insight Radio - Articles from RNIB's National Talking Newspapers and Magazines subscription service. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 15861 t
+22624 40368 Sunday Lunch eng \N RNIB's Insight Radio - Jill Daley has all the gossip from the magazines \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N \N \N 15862 t
+23280 5837 Flirt Zone eng \N Flirt with thousands of people across the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 12:00:00 2014-12-21 14:00:00 \N \N \N \N \N 15863 t
+23280 5838 Picture Dating eng \N Send a Picture, find your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 16:00:00 \N \N \N \N \N 15864 t
+17920 39254 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-20 18:58:00 2014-12-20 19:00:00 \N \N \N \N \N 15865 t
+17920 42161 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:05:00 \N \N \N \N \N 15866 t
+17920 41804 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 20:05:00 2014-12-20 21:05:00 \N \N \N \N \N 15867 t
+22080 1358 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:30:00 \N \N \N \N \N 15873 t
+22080 1359 Press Preview eng \N Another chance to see a full review of the best stories in this morning's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 00:30:00 2014-12-23 01:00:00 \N \N \N S \N 15874 t
+22080 1360 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:30:00 \N \N \N \N \N 15875 t
+22080 1361 Press Preview eng \N Another chance to see a full review of the best stories in this morning's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 01:30:00 2014-12-23 02:00:00 \N \N \N S \N 15876 t
+22080 1369 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:30:00 \N \N \N \N \N 15877 t
+22080 1370 CBS News eng \N A chance to see live the main evening news bulletin from a leading network channel in America. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 02:30:00 2014-12-23 03:00:00 \N \N \N S \N 15878 t
+16208 36956 The Bill eng \N A major investigation into a series of murders starts. DC Duncan Lennox makes a return to the team. And Debbie McAllister is confused when Chandler asks her to lie for him. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N S \N 15879 t
+16208 36957 The Bill eng \N Back on the beat with Sun Hill's finest. Stamp and Best try to find the missing wife of a man found decomposing in his flat. Chandler is unable to back up his alibi. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N S \N 15880 t
+16208 36958 The Bill eng \N Lennox and Nixon get a potential lead on the serial killer when a man comes in to report his neighbour. Meadows is torn between bringing down Chandler and protecting McAllister. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N S \N 15881 t
+27168 59859 Food Unwrapped's Christmas Dinner eng \N Jimmy, Kate and Matt find out the truth about festive food. Why is farmed salmon pink? Can you eat frankincense? Is the gold in drinks real gold? Can you grow a chicken as big as a turkey? \N 2 25 f 3 eng \N 9 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N S \N 15885 t
+27168 59593 Gogglebox eng \N Britain's favourite opinionated TV viewers share their sharp, insightful, passionate and sometimes emotional critiques of the week's biggest and best shows. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:05:00 \N \N \N S \N 15886 t
+27168 59594 8 Out of 10 Cats Christmas Special eng \N In this special festive edition of the show, Jimmy Carr and team captains Jon Richardson and Sean Lock are joined by special guests Freddie Flintoff, Ricky Wilson and Roisin Conaty. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 23:05:00 2014-12-24 00:05:00 \N \N \N S \N 15887 t
+41056 18137 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-23 21:30:00 2014-12-23 21:55:00 \N \N \N \N \N 15888 t
+41056 18138 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 21:55:00 2014-12-23 22:00:00 \N \N \N \N \N 15889 t
+41056 18139 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 \N \N \N \N \N 15890 t
+41056 18140 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 22:30:00 2014-12-23 23:00:00 \N \N \N \N \N 15891 t
+41056 18141 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:30:00 \N \N \N \N \N 15892 t
+41056 18142 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 23:30:00 2014-12-24 00:00:00 \N \N \N \N \N 15893 t
+27328 17321 French Ligue 1 Review eng \N A look back at all the recent action from French Ligue 1. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 15894 t
+27328 17322 Clippers @ Spurs eng \N NBA Western Conference action from the AT&T Center. Defending champions San Antonio Spurs beat the Clippers 89-85 when these teams met in LA last month. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:30:00 \N \N \N \N \N 15895 t
+27328 17838 The Supporters Club Review of 2014 eng \N A review of the work done by BT Sport's charitable initiative during 2014. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N \N \N 15896 t
+23040 38190 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:30:00 \N \N \N \N \N 15897 t
+23040 38191 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 03:30:00 2014-12-24 04:00:00 \N \N \N \N \N 15898 t
+23040 38192 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:30:00 \N \N \N \N \N 15899 t
+23040 38193 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 04:30:00 2014-12-24 05:00:00 \N \N \N \N \N 15900 t
+23040 38194 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:30:00 \N \N \N \N \N 15901 t
+23040 38195 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N \N \N 15902 t
+12928 42127 Animal A&E eng Lady Documentary series. Following flash floods, Andrea helps the ISPCA clear two fields of horses at risk from the rising water levels. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N S \N 15903 t
+12928 42051 Ice Age 2 - The Meltdown eng \N Animated sequel. With the ice age ending in floods, the animals must make their way across the valley to safety aboard a boat. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 13:30:00 2014-12-22 15:15:00 \N \N 2006 S \N 15904 t
+16080 14893 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:30:00 \N \N \N \N \N 15905 t
+16080 14894 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 03:30:00 2014-12-24 04:00:00 \N \N \N \N \N 15906 t
+16080 14895 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:30:00 \N \N \N \N \N 15907 t
+16080 14896 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 04:30:00 2014-12-24 05:00:00 \N \N \N \N \N 15908 t
+16080 14897 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:30:00 \N \N \N \N \N 15909 t
+16080 14898 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N \N \N 15910 t
+8385 58280 Magic Mike eng Channing Tatum Season Channing Tatum and Alex Pettyfer star in this drama about male strippers in Florida. With Matthew McConaughey and Cody Horn. Strong language/sex/nudity/drugs. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:15:00 \N \N 2012 AD,S \N 15911 t
+8385 58281 Me, Myself and Irene eng \N Outrageous comedy. Jim Carrey plays a put-upon cop who finally flips and shows his dark side. But will his girl (Renée Zellweger) still love him? Very strong language/sexual humour. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 23:15:00 2014-12-22 01:35:00 \N \N 2000 S \N 15912 t
+17920 39937 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-24 18:58:00 2014-12-24 19:00:00 \N \N \N \N \N 15921 t
+17920 42719 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 15922 t
+17920 42720 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 15923 t
+25792 52404 Sounds of the Sixties eng The First Steps Archive pop performances from the decade of miniskirts and free love. Music comes from the Springfields, the Rolling Stones and, of course, the Beatles. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:40:00 \N \N \N \N \N 15929 t
+25792 52405 Sounds of the Sixties eng 1964-5 Getting in on the Act: The BBC's flagship music show Top of the Pops debuted in 1964 - catch the Supremes, the Dave Clark Five, Roy Orbison and others appearing on stage here. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 00:40:00 2014-12-21 01:10:00 \N \N \N \N \N 15930 t
+25792 52406 The Secret History of Our Streets eng Arnold Circus London then and now. Arnold Circus in the East End was home to the first council estate in Britain, which was carefully designed to make its residents respectable! \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 01:10:00 2014-12-21 02:00:00 \N \N \N S \N 15931 t
+25792 52407 The Secret Life of Marie Antoinette eng \N She was the gambling addict who enjoyed a life of luxury, but the mob grew angry at her decadent ways. Learn more about this iconic Queen of excess who had her cake and ate it! \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 02:00:00 2014-12-21 02:25:00 \N \N \N \N \N 15932 t
+25792 52408 The Secret Life of Casanova eng \N X-rated history series! Find out more about Giacomo Casanova - whose name is still synonymous with seduction - an 18th century womaniser who charmed his way into high society. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 02:25:00 2014-12-21 03:00:00 \N \N \N \N \N 15933 t
+41024 59859 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 15939 t
+41024 59593 Gogglebox eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:05:00 \N \N \N \N \N 15940 t
+41024 59594 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 23:05:00 2014-12-24 00:05:00 \N \N \N \N \N 15941 t
+8283 64771 ITV News Calendar eng \N The latest news from around the region, plus interviews and features. Including local weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N S \N 15942 t
+8283 16031 ITV News & Weather eng \N Alastair Stewart and Ranvir Singh with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N S \N 15943 t
+8283 16033 Emmerdale eng \N Robert schemes to get Lawrence off Ross's back. Rakesh has news for Charity. Rakesh and Priya form a plan. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N AD,S \N 15944 t
+8283 14160 Coronation Street eng \N Tracy awaits news of Rob's fate. Is Steve getting obsessed? Steph holds the fort. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N AD,S \N 15945 t
+28032 27950 Bundesliga Football Highlights eng \N Highlights from Germany's premier football league presented by Isabella Muller-Reinhardt. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 09:40:00 2014-12-20 10:40:00 \N \N \N S \N 15949 t
+28032 27951 Brazil Brazil eng World Cup Revisited A chance to relive some of the best moments from the 2014 Brazil World Cup including the host nation's opening game, Holland's 5-1 win over Spain and Germany thrashing Brazil 7-1. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 10:40:00 2014-12-20 11:40:00 \N \N \N S \N 15950 t
+28032 30346 Pawn Stars eng Bikes and Blades Series following pawn shop owners in Las Vegas. The guys examine some knives smuggled back from World War II. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 11:40:00 2014-12-20 12:10:00 \N \N \N S \N 15951 t
+14498 26442 The New Yankee Workshop eng Workshop Hutch Norm demonstrates how to build a wooden workshop hutch to store tools. How will it look? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:30:00 \N \N \N \N \N 15954 t
+14498 26443 The New Yankee Workshop eng Outdoor Cupboard Norm demonstrates how to build an all-weather outdoor cupboard in wood. How will it look? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:00:00 \N \N \N \N \N 15955 t
+14498 26444 Wheeler Dealers eng Golf Part 2 Auto enthusiast Mike Brewer and mechanical master Edd China are fixing up a second hand Mark 1 Golf GTI 1.8. Can they transform it into a glistening GTI? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:30:00 \N \N \N \N \N 15956 t
+14498 26445 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 04:30:00 2014-12-21 05:00:00 \N \N \N \N \N 15957 t
+14498 26446 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 05:00:00 2014-12-21 05:30:00 \N \N \N \N \N 15958 t
+14498 26447 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 05:30:00 2014-12-21 06:00:00 \N \N \N \N \N 15959 t
+27360 17951 Bundesliga Review eng \N The best of the latest action from the top flight of Germany as Bayern Munich look to make it a hat-trick of consecutive titles. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 02:00:00 2014-12-19 03:00:00 \N \N \N \N \N 15966 t
+32836 31068 All Star Unplugged Special eng \N Two of Leeds' best gospel choirs delivering christmas carols for the season in their own unique way. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:30:00 \N \N \N \N \N 16201 t
+14720 25933 Early Breakfast with Jenni Falconer eng \N Jenni Falconer is your early morning wake up call with all the best music as well as your up to date travel news. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 04:00:00 2014-12-23 06:00:00 \N \N \N \N \N 15967 t
+41040 17135 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 \N \N \N \N \N 15968 t
+41040 17136 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:00:00 \N \N \N \N \N 15969 t
+15856 3524 The Only Way Is Essex eng \N Reality series. Chloe and Elliott are on a break, but is it really what they both want? Lewis and George attempt to clear the air. Lockie and Danni attend a counselling session. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 03:25:00 2014-12-24 04:00:00 \N \N \N S \N 15970 t
+15856 3525 The Only Way Is Essex eng \N Reality series. Elliott is still hoping to win Chloe over, but she seems more determined than ever to end things for good. Is there a specific reason for her strange behaviour? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:40:00 \N \N \N S \N 15971 t
+15856 3526 The Only Way Is Essex eng \N Reality series. News of the real reason behind Chloe and Elliott's breakup spreads like wildfire. Diags is in Fran's bad books and it seems he cannot do anything right. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 04:40:00 2014-12-24 05:15:00 \N \N \N S \N 15972 t
+15856 3527 The Only Way Is Essex eng \N Reality series. Fran and Diags face an uncertain future, as do Ricky and Jess. Chloe and Elliott struggle to spend time apart. Georgia and Tommy go from strength to strength. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 05:15:00 2014-12-24 05:50:00 \N \N \N S \N 15973 t
+15856 3694 ITVBe Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 05:50:00 2014-12-24 06:00:00 \N \N \N \N \N 15974 t
+17609 19699 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 15979 t
+4169 49813 Weather For the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 00:10:00 2014-12-22 00:15:00 \N \N \N S \N 15980 t
+4169 49814 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 00:15:00 2014-12-22 06:00:00 \N \N \N S \N 15981 t
+8325 2645 Celebrity Juice eng Bestest Bits 2014 Keith Lemon and his team captains Gino D'Acampo and Fearne Cotton head to Gino's family home in Sheffield for Christmas as they take a look back at the show's best bits from 2014. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 22:25:00 2014-12-20 23:25:00 \N \N \N S \N 15982 t
+8325 2646 The Office Xmas Party eng \N New series celebrating with three very different British businesses as they enjoy their annual Christmas parties. Tonight, staff from a sex toy factory get festive. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-20 23:25:00 2014-12-21 00:25:00 \N \N \N S \N 15983 t
+15952 2694 The Xtra Factor Winner's Story eng \N Sarah-Jane Crawford takes a look at the story of 2014's X Factor winner, from their first auditions to the final and beyond. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 18:10:00 2014-12-23 19:15:00 \N \N \N S \N 15984 t
+15952 2695 Scooby-Doo eng \N Live action cartoon remake starring Freddie Prinze Jr and Sarah Michelle Gellar, 2002. The gang of teenage sleuths and their cowardly dog investigate the strange goings on at Spooky Island \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 19:15:00 2014-12-23 21:00:00 \N \N \N AD,S \N 15985 t
+24464 50327 GT Asia Series eng \N Inside Macau. Highlights of the premier Asian series exclusively for GT3 Supercars that features an illustrious list of manufacturers competing on circuits in South Korea, Japan, Malaysia and China. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 18:25:00 2014-12-22 18:55:00 \N \N \N \N \N 15986 t
+24464 50328 Superkart USA eng \N This high-performance kart racing series travels to the best circuits in North America. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 18:55:00 2014-12-22 20:30:00 \N \N \N \N \N 15987 t
+24464 50329 FIA World Endurance Season Review eng \N A look back at the 2014 season as top class LMP and GT cars battle for the title in the pinnacle of global sportscar racing. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:35:00 \N \N \N \N \N 15988 t
+40976 47143 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 00:35:00 2014-12-23 01:35:00 \N \N \N \N \N 15989 t
+40976 47145 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 01:35:00 2014-12-23 02:05:00 \N \N \N \N \N 15990 t
+40976 47737 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 02:05:00 2014-12-23 02:35:00 \N \N \N \N \N 15991 t
+40976 47738 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 02:35:00 2014-12-23 03:45:00 \N \N \N \N \N 15992 t
+27328 17255 Live Manchester City v Crystal Palace eng \N Matchday Live begins with Barclays Premier League action from the Etihad. The champions found it tough going in this fixture a year ago, winning 1-0 against a resolute Palace side. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 12:00:00 2014-12-20 15:00:00 \N \N \N S \N 15993 t
+12928 42007 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:30:00 \N \N \N \N \N 19384 t
+16032 42027 Beethoven's Christmas Adventure eng \N Children's comedy starring Munro Chambers and John Cleese, 2011. Beethoven the dog must rescue an elf and recover a magic toy bag from crooks in time to save Christmas \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:50:00 \N \N \N AD,S \N 15997 t
+16032 42033 Sooty eng Panto Palaver When the actors in Mr Slater's pantomime fail to turn up, Sooty, Sweep and Soo perform instead. Will the Wicked Bunny have Little Blue Riding Hood for his supper? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 13:50:00 2014-12-24 14:00:00 \N \N \N S \N 15998 t
+16032 42043 Sooty eng Pranks and Presents When the hook-a-duck stall runs out of prizes, Sooty's hopes are on his teddy bear machine, but he gets a little extra help. Guest starring Brian Blessed. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:15:00 \N \N \N S \N 15999 t
+16032 42045 Dino Dan eng Twas a Dinosaur Join palaeontologist-in-training Dan Henderson as he takes kids on a Jurassic journey. Dan takes the poem The Night Before Christmas and gives it a dinosaur spin. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 14:15:00 2014-12-24 14:30:00 \N \N \N S \N 16000 t
+16032 42046 Bah-Humduck! A Looney Tunes Xmas eng \N Animated tale inspired by Charles Dickens's holiday favourite, A Christmas Carol \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:20:00 \N \N \N S \N 16001 t
+4168 53463 Tony Bennett & Lady Gaga eng Cheek to Cheek Live! Tony Bennett and Lady Gaga perform 60 minutes of jazz standards backed by a 39-piece orchestra, including It Don't Mean a Thing, Sophisticated Lady and Cheek to Cheek Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:55:00 \N \N \N S \N 16002 t
+4168 49771 EastEnders eng \N A chance to catch up on the week's drama in Albert Square. Phil makes a discovery. Nick continues his charm offensive. More evidence comes to light in Lucy's murder investigation. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 00:55:00 2014-12-20 02:50:00 \N \N \N AD,S \N 16003 t
+4168 49773 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 02:55:00 2014-12-20 06:00:00 \N \N \N S \N 16004 t
+8381 14900 Tipping Point eng \N Ben Shephard hosts the quiz show in which four players take on an extraordinary machine in the hope of winning its 10,000 pound jackpot. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 12:20:00 2014-12-22 13:20:00 \N \N \N S \N 16008 t
+8381 14905 Judge Rinder eng \N Studio courtroom show where criminal barrister Robert Rinder rules on real life cases. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:20:00 2014-12-22 14:20:00 \N \N \N S \N 16009 t
+8381 14902 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 14:20:00 2014-12-22 14:55:00 \N \N \N S \N 16010 t
+8381 15574 Big Star's Little Star eng \N Stephen Mulhern invites Will Mellor, Jamelia and Nina Wadia and their adorable offspring to reveal all about their home lives in a bid to win 15,000 for charity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 14:55:00 2014-12-22 15:55:00 \N \N \N S \N 16011 t
+16048 33045 Judge Judy eng \N New York City's outspoken family court judge Judy Sheindlin presides over a series of real-life cases and conflicts, trying to find solutions for all kinds of family issues. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 04:30:00 2014-12-23 04:50:00 \N \N \N S \N 16014 t
+16048 33554 Casebook of Sherlock Holmes eng The Adventure of Shoscombe Old Place Holmes is approached by a horse trainer who is worried about the strange behaviour of his employer, Sir Robert Norberton. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-23 04:50:00 2014-12-23 05:50:00 \N \N \N S \N 16015 t
+16048 33555 Movies Now eng \N The latest news and reviews of this week's film releases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:50:00 2014-12-23 06:00:00 \N \N \N \N \N 16016 t
+8274 17465 Surviving The Tsunami eng 10 Years On A moving account of the events a decade ago on Boxing Day 2004 when a tsunami swept across eleven countries in the Indian Ocean killing nearly 250,000 people of many nationalities. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:05:00 \N \N \N S \N 16017 t
+8274 16750 ITV News at Ten & Weather eng \N Mark Austin and Julie Etchingham with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:05:00 2014-12-22 22:45:00 \N \N \N S \N 16018 t
+8274 25995 Notting Hill eng \N Romantic comedy starring Julia Roberts and Hugh Grant, 1999. The pressures of fame threaten to ruin the chances of love between an actress and book shop owner \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 22:45:00 2014-12-23 01:00:00 \N \N \N AD,S \N 16019 t
+14784 2868 85mph CHILLY winds... eng \N Are on their way, so it's time to check out Holidays TV! We have 100s of established agents with YOUR holiday needs in mind. Whatever tickles your fancy, you'll find it here! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 04:00:00 \N \N \N \N \N 16020 t
+26560 13726 In:Demand with Stu Tolan eng The Biggest Hits & The Biggest Stars on your radio every weeknight from 7pm! This is the all new In Demand! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 19:00:00 2014-12-24 22:00:00 \N \N \N \N \N 16023 t
+15856 3446 The Real Housewives of Vancouver eng \N Reality series. In the series finale, Ioulia hosts her art gallery show, Mary announces her new relationship with a billionaire and Amanda launches her Kombucha tea. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N S \N 16024 t
+15856 3447 Dinner Date eng \N Chris from Nottinghamshire must choose three out of the five menus put together by a potential blind date, based on the menus he most likes the look of. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N S \N 16025 t
+15856 3448 Celebrity Dinner Date eng \N Celebrity edition of the dating series. Former star of The Only Way Is Essex Amy Childs is given five menus, each put together by a potential blind date. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N S \N 16026 t
+12928 42008 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N \N \N 19385 t
+22208 1408 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 06:30:00 2014-12-22 07:00:00 \N \N \N \N \N 16028 t
+22208 1410 60 Minute Makeover eng \N Claire Sweeney presents a design series in which the team has just one hour to improve a home in Thurrock, Essex with a makeover. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 07:00:00 2014-12-22 08:00:00 \N \N \N S \N 16029 t
+22208 1412 6ixth Sense With Colin Fry eng \N One of Britain's most successful spiritualist mediums, Colin Fry, attempts to make contact with the other side in front of an expectant studio audience. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N S \N 16030 t
+22208 1457 6ixth Sense With Colin Fry eng \N One of Britain's most successful spiritualist mediums, Colin Fry, attempts to make contact with the other side in front of an expectant studio audience. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N S \N 16031 t
+41264 278 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 12:00:00 2014-12-23 00:00:00 \N \N \N \N \N 16032 t
+28288 8749 Fabulous at 40 and Beyond eng \N We focus on and celebrate the beauty and glamour of the more mature woman. So embrace the ageing process armed with every tip, trick and product needed to stay looking truly fabulous. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 16033 t
+28288 65358 Back at 5am eng \N Programmes start again at 5am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 13:00:00 2014-12-24 05:00:00 \N \N \N \N \N 16034 t
+8281 65391 ITV News Calendar eng \N The latest news from around the region, plus interviews and features. Including local weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N S \N 16035 t
+8281 16736 ITV News & Weather eng \N Mark Austin and Mary Nightingale with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N S \N 16036 t
+8281 16738 Emmerdale eng \N Charity pushes Moira too far. Kirin enjoys playing games with Rakesh. Nicola's plan leaves Bernice furious. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N AD,S \N 16037 t
+8281 14722 Coronation Street eng \N Tony regrets a moment of madness. Will Lloyd lend an ear to Steve? Steph stands up for herself. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N AD,S \N 16038 t
+8281 16743 Countrywise eng \N Series about rural life. Liz Bonnin is on the stunning island of Lundy off the Devon coast, and Ben Fogle is in Norfolk to take part in the annual pea harvest. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N S \N 16039 t
+8281 16034 Coronation Street eng \N Gary faces up to the consequences. What is Callum up to? Steve plans the perfect Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N AD,S \N 16040 t
+4169 53463 Tony Bennett & Lady Gaga eng Cheek to Cheek Live! Tony Bennett and Lady Gaga perform 60 minutes of jazz standards backed by a 39-piece orchestra, including It Don't Mean a Thing, Sophisticated Lady and Cheek to Cheek Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:55:00 \N \N \N S \N 16041 t
+4169 49771 EastEnders eng \N A chance to catch up on the week's drama in Albert Square. Phil makes a discovery. Nick continues his charm offensive. More evidence comes to light in Lucy's murder investigation. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 00:55:00 2014-12-20 02:50:00 \N \N \N AD,S \N 16042 t
+4169 49772 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 02:50:00 2014-12-20 02:55:00 \N \N \N S \N 16043 t
+4169 49773 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 02:55:00 2014-12-20 06:00:00 \N \N \N S \N 16044 t
+23712 3368 Extreme Makeover: Home Edition eng The Joplin Family Part 2: Inspirational property makeover series. Work finishes on the Joplins' family home, which was torn apart by a tornado. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-23 09:05:00 2014-12-23 10:00:00 \N \N \N S \N 16045 t
+23712 3370 The Great British Bake Off eng Cake The hugely popular cooking challenge returns with 12 amateur bakers having their skills tested to the limit, this time making cupcakes and a tiered cake. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N S \N 16046 t
+12992 31170 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N \N \N 16449 t
+23712 3371 The Great British Bake Off eng Tarts Paul Hollywood and Mary Berry judge the remaining 11 bakers as they attempt to overcome three tough challenges whilst trying to avoid a soggy bottom. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N S \N 16047 t
+28352 2390 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 21:00:00 2014-12-24 21:40:00 \N \N \N \N \N 16083 t
+27360 18250 FIFA World Cup Official Film 1970 eng Mexico - The World at Their Feet FIFA's glossily filmed record of the 1970 World Cup finals, noted for its attractive, attacking football and being the first broadcast in colour. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 09:15:00 2014-12-24 11:00:00 \N \N \N \N \N 16110 t
+18112 65396 Arthur eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:15:00 \N \N \N \N \N 16120 t
+18112 36300 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 07:15:00 2014-12-23 07:45:00 \N \N \N \N \N 16121 t
+18112 36493 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-23 07:45:00 2014-12-23 08:45:00 \N \N \N \N \N 16122 t
+18112 36494 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 08:45:00 2014-12-23 09:15:00 \N \N \N \N \N 16123 t
+27840 5250 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N \N \N 16138 t
+27840 5251 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 16139 t
+27840 5252 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 11:00:00 2014-12-23 13:00:00 \N \N \N \N \N 16140 t
+22336 58515 The Big Bang Theory eng The Vacation Solution Sheldon helps Amy in her biology lab after he is forced to use up two weeks of holiday, but he is bored by the tasks she gives him. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:30:00 \N \N \N AD,S \N 16142 t
+22336 58516 The Big Bang Theory eng The Rothman Disintegration Sheldon and Kripke argue over who should get Professor Rothman's vacant corner office. Amy buys Penny some art to celebrate their friendship. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 15:30:00 2014-12-22 16:00:00 \N \N \N AD,S \N 16143 t
+22336 58517 Rules of Engagement eng The Young and the Restless Audrey bets Jeff that he can't get a phone number from a younger woman, so dares him to go out without his wedding ring to try. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:30:00 \N \N \N S \N 16144 t
+22336 58861 Rules of Engagement eng Kids Jennifer and Adam plan a romantic weekend together, while Jeff and Audrey think about having children, and Russell runs into one of his old flames. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:00:00 \N \N \N S \N 16145 t
+22336 58862 Rude(ish) Tube eng \N This edition of Rude Tube's naughty little sister finds some slightly less rude (but still cheeky) videos, featuring the world's loudest burper, a guru with the giggles and a very fat cat. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N S \N 16146 t
+22336 58863 Suburgatory eng Krampus George arranges a Christmas trip to New York for Tessa and her mother. Ryan is distressed when he finds out that he's adopted. Dalia begs Carmen to come home. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 17:30:00 2014-12-22 18:00:00 \N \N \N AD,S \N 16147 t
+28480 11913 Family Worship Centre Associate Pastors eng \N The church service of Jimmy Swaggart Ministries. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 16150 t
+28480 11914 The Message of the Cross eng \N A Biblical teaching programme hosted by Rev. Jimmy Swaggart, with a panel of pastors, professors and other church leaders. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:30:00 \N \N \N \N \N 16151 t
+28480 11915 Insight eng \N Today's news from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N \N \N 16152 t
+8452 58681 Homeland eng Krieg Nicht Lieb In the penultimate episode of the compelling and contemporary US thriller, Carrie is forced to put her life on the line in order to get her team out of Pakistan. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N AD,S \N 16161 t
+8452 59177 Rewind the Christmas Hits eng \N Festive special uncovering the real stories behind the UK's favourite Christmas hits, featuring Slade, The Darkness, Mel C, Midge Ure, Status Quo, Heaven 17, Jona Lewie and Sandie Shaw. \N 2 25 f 3 eng eng 6 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:35:00 \N \N \N S \N 16162 t
+14448 27254 Who Killed Trent Keegan? eng \N Trent Keegan, an adventurous freelance photographer, was found murdered in a ditch in Nairobi, Kenya in May 2008, but was his murder linked to his last assignment, or just a random attack? \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 16163 t
+14448 27255 Crime Stories eng \N Grisly crimes are meticulously reconstructed in this dramatic series. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 16164 t
+14448 27256 Caught on Camera eng \N Compelling amateur footage of real life situations. Featuring criminals who think no one is watching, but there is a powerful observer recording every detail. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 16165 t
+25920 19898 Early Morning Shopping eng \N A selection of our best shows for the early morning shopper. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 16167 t
+25920 20829 Last Minute Gifts with Bissell eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 07:00:00 2014-12-21 08:00:00 \N \N \N \N \N 16168 t
+25920 20778 Last Minute Christmas Kitchen eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 08:00:00 2014-12-21 09:00:00 \N \N \N \N \N 16169 t
+28416 20116 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-21 07:00:00 2014-12-21 08:30:00 \N \N \N \N \N 16180 t
+28416 20117 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-21 08:30:00 2014-12-21 10:00:00 \N \N \N \N \N 16181 t
+40960 53313 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 \N \N \N \N \N 16187 t
+40960 53314 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-24 18:30:00 2014-12-24 18:45:00 \N \N \N \N \N 16188 t
+40960 53315 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 18:45:00 2014-12-24 19:00:00 \N \N \N \N \N 16189 t
+40960 53316 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 16190 t
+40960 53317 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N \N \N 16191 t
+40960 58152 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:00:00 \N \N \N \N \N 16192 t
+41040 17254 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:30:00 \N \N \N \N \N 16193 t
+41040 17255 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N \N \N 16194 t
+41040 17256 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N \N \N 16195 t
+41040 17257 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:30:00 \N \N \N \N \N 16196 t
+41040 17258 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 11:30:00 2014-12-24 12:00:00 \N \N \N \N \N 16197 t
+32836 31065 Seaside Rescue eng \N Duncan Bannatyne gives the owners of a lacklustre wax museum in Cornwall some home truths. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N \N \N 16198 t
+32836 31066 Beyond the Grave eng \N Josh Ellis is joined by Lou Pope, a psychic medium. The mystic duo take on some of Bristol's spookiest spots and speak to local people about life...Beyond the Grave \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N \N \N 16199 t
+32836 31067 Life on the Line eng \N A Cambridge detective goes after a vicious arsonist. The police helicopter directs ground forces onto a young runaway man & then embark on a secret photographic surveillance mission. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 \N \N \N \N \N 16200 t
+12992 31171 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:30:00 \N \N \N \N \N 16450 t
+32836 31069 Britain And Ireland From The Sky eng \N We embark on a breath-taking aerial tour of the British Isles in this exclusive series. Spanning all four seasons, Britain & Ireland from the Sky. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 17:30:00 2014-12-24 18:00:00 \N \N \N \N \N 16202 t
+8267 21089 Midsomer Murders eng Days of Misrule Barnaby investigates an explosion at a haulage yard. When a body turns up, there are plenty of suspects, including a grieving mother and a group of TA soldiers. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 15:00:00 2014-12-23 17:00:00 \N \N \N AD,S \N 16210 t
+8267 29702 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the prize cash. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N S \N 16211 t
+24064 60037 Back at 3am and 24-hours on HD 109 eng \N No Information Available \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 03:00:00 \N \N \N \N \N 16212 t
+28480 8043 Family Worship Centre Wednesday Night Service eng \N A Bible study service with Evangelist Jimmy Swaggart from Family Worship Center in Baton Rouge, LA. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 21:00:00 2014-12-20 23:00:00 \N \N \N \N \N 16235 t
+28480 8044 Crossfire Service eng \N Services targeted to teenagers and young adults. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 16236 t
+40992 51964 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 15:05:00 2014-12-22 15:25:00 \N \N \N \N \N 16237 t
+40992 51965 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 15:25:00 2014-12-22 15:50:00 \N \N \N \N \N 16238 t
+40992 51966 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 15:50:00 2014-12-22 16:10:00 \N \N \N \N \N 16239 t
+40992 51967 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 16:10:00 2014-12-22 16:25:00 \N \N \N \N \N 16240 t
+40992 51968 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 16:25:00 2014-12-22 16:35:00 \N \N \N \N \N 16241 t
+40992 51969 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 16:35:00 2014-12-22 17:00:00 \N \N \N \N \N 16242 t
+40992 51970 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:10:00 \N \N \N \N \N 16243 t
+40992 51971 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 17:10:00 2014-12-22 17:40:00 \N \N \N \N \N 16244 t
+40992 51972 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 17:40:00 2014-12-22 17:55:00 \N \N \N \N \N 16245 t
+40992 51973 Dipdap eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 17:55:00 2014-12-22 18:00:00 \N \N \N \N \N 16246 t
+25664 55874 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:00:00 \N \N \N \N \N 16247 t
+25664 55875 Greatest Xmas Songs of All Time! eng \N With Santa's help, we're delivering the definitive Christmas soundtrack. These are the greatest Xmas songs of all time, gift wrapped especially for you. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 07:00:00 2014-12-23 08:00:00 \N \N \N \N \N 16248 t
+25664 55876 McFly eng It's All About Yule! Top 50 Look who we've got under our Christmas tree! As they choose their ultimate festive playlist, we find out what Danny, Dougie, Harry and Tom love about this special time of year. \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-23 08:00:00 2014-12-23 12:30:00 \N \N \N \N \N 16249 t
+4166 49793 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:30:00 \N \N \N S \N 16255 t
+4166 49794 Match of the Day eng \N Gary Lineker presents highlights of the day's seven Premier League games, including Manchester City v Crystal Palace, Manchester United v Aston Villa and Southampton v Everton. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 07:30:00 2014-12-21 09:00:00 \N \N \N S \N 16256 t
+41120 14153 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 03:00:00 2014-12-24 05:30:00 \N \N \N \N \N 16260 t
+41120 14154 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N \N \N 16261 t
+15840 3599 Wake Up In The 80s eng \N Slip on the shoulder pads and break out the synths as we go electro and techno and get to grips with the genres that made the iconic 80s such a musical goldmine. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N \N \N 16275 t
+22592 17762 Sunday Exclusive eng \N Mark Saggers, Sam Matterface & Stan Collymore bring you live Premier League commentary of Newcastle v Sunderland. \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-21 13:00:00 2014-12-21 16:00:00 \N \N \N \N \N 16276 t
+24448 63917 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 00:00:00 2014-12-24 01:00:00 \N \N \N \N \N 16277 t
+24448 63918 Huge Jewellery Savings from GemsTV eng \N GemsTV give huge savings on genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 01:00:00 2014-12-24 02:00:00 \N \N \N \N \N 16278 t
+24448 63919 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 02:00:00 2014-12-24 03:00:00 \N \N \N \N \N 16279 t
+41072 13915 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 16280 t
+41072 13916 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 16281 t
+41072 13917 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 02:00:00 2014-12-21 03:00:00 \N \N \N \N \N 16282 t
+8325 2752 Emmerdale eng \N Moira and Charity's feud angers Cain. Adam is taken aback by Robert's offer. Kirin's future plans leave Vanessa uneasy. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 13:10:00 2014-12-24 13:40:00 \N \N \N AD,S \N 16283 t
+8325 4572 Casper eng \N Spooky family tale starring Christina Ricci and Bill Pullman, 1995. A lonely boy-ghost befriends the young daughter of a ghost hunter \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 13:40:00 2014-12-24 15:40:00 \N \N \N AD,S \N 16284 t
+8448 58526 New eng Made in Chelsea Brand new series - It's Christmas in Chelsea and Spencer's relationship with Lauren is under the spotlight with fresh allegations of misbehaviour. Can Sam and Tiff salvage their friendship? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N S \N 16285 t
+8448 58527 Taking New York: Sneak Peek eng Brand new Will Best hangs out in the Big Apple to introduce the cast of E4's new 2015 reality series that follows the lives and loves of a group of British twenty-somethings in New York. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:35:00 \N \N \N S \N 16286 t
+8448 58528 The Big Bang Theory eng The Middle Earth Paradigm Penny decides to host a big Halloween party, putting Leonard, Sheldon, Howard and Raj through a demanding new test of their social skills. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 22:35:00 2014-12-22 23:00:00 \N \N \N AD,S \N 16287 t
+8448 58529 The Big Bang Theory eng The Dumpling Paradox When Howard seduces Penny's friend and spends the night with her in Penny's flat, Penny asks if she can sleep on Leonard and Sheldon's sofa. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 23:00:00 2014-12-22 23:30:00 \N \N \N AD,S \N 16288 t
+8448 58530 The Inbetweeners eng \N Sparkling comedy about being a suburban teenager. Will (Simon Bird), whose parents have just divorced, is forced to move to a new area and change from private to comprehensive school. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 23:30:00 2014-12-23 00:00:00 \N \N \N AD,S \N 16289 t
+41008 58681 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 16290 t
+41008 59177 eng \N \N \N \N \N \N \N \N eng 6 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:35:00 \N \N \N \N \N 16291 t
+41136 50332 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 01:45:00 2014-12-23 04:35:00 \N \N \N \N \N 16292 t
+14816 985 1-2-1 Dating - NEW & Improved eng 1-2-1 Dating WORKS - Testimonial 'I thought, nothing ventured, nothing gained... Shortly after, I met Jonathan' - (K C, 32, London). Watch ads for free with 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 12:00:00 2014-12-21 16:00:00 \N \N \N \N \N 16309 t
+27712 21930 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:30:00 \N \N \N \N \N 17044 t
+14608 31998 Highway To Heaven eng \N On Christmas Eve, Jonathan shows the President, a farmer and an energy magnate what will happen in the future if the Earth continues to be ravaged by pollution. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 13 \N \N \N 5 16317 t
+14608 31999 Christmas Lilies Of The Field eng \N Having finished a tour of duty in the army, Homer returns to the chapel he helped build. Again inspired by the nuns' faith and selfless devotion, he builds an orphanage and a school for the children. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 13:00:00 2014-12-21 15:00:00 \N \N \N \N \N 16318 t
+14752 40851 The Bassman eng \N The Bassman's on hand with the biggest hit music including Rita Ora, Katy Perry, Miley Cyrus, Ed Sheeran and more. Join the conversation @CapitalOfficial on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 16:00:00 \N \N \N \N \N 16319 t
+8442 55862 A Great British Christmas with Sarah Beeny eng Sarah Beeny and her husband, artist Graham Swift, explore the history of Christmas through the ages in their Yorkshire stately home, Rise Hall \N \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-21 12:40:00 2014-12-21 13:40:00 \N \N \N S \N 16326 t
+8442 56259 Food Unwrapped's Christmas Dinner eng \N Jimmy Doherty, Kate Quilton and Matt Tebbut uncover the secrets behind our festive food. Do the bubbles in Champagne really make it go to your head faster? And why do children hate sprouts? \N 2 25 f 3 eng \N 9 0 0 \N 2014-12-21 13:40:00 2014-12-21 14:45:00 \N \N \N S \N 16327 t
+8442 55866 Four in a Bed eng \N The competition begins at Cherry Tree House in Blackpool, where an afternoon learning clown skills sees a North-South divide develop within the group. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:45:00 2014-12-21 15:15:00 \N \N \N S \N 16328 t
+8283 16736 ITV News & Weather eng \N Mark Austin and Mary Nightingale with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N S \N 16333 t
+25664 55715 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 03:30:00 2014-12-20 06:00:00 \N \N \N \N \N 16338 t
+28160 15783 Worship at Home eng \N Michael Cleere brings church to you, with his unique blend of wit and wisdom. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 10:00:00 2014-12-21 13:00:00 \N \N \N \N \N 16347 t
+28032 28040 Storage Wars eng Viva La San Francisco Jarrod and Brandi uncover something top secret in the City by the Bay. Plus, Darrell goes all in on a big bid. Will this be the gamble which breaks him? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N S \N 16356 t
+28032 28041 Storage Wars eng Highland Anxiety Darrell buys on a hunch, praying for something that will lift him out of the danger zone. Meanwhile, Dave struggles to find a good reason to open his wallet. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N S \N 16357 t
+28032 19691 Pawn Stars eng Shocking Chum The pawn stars debate a bank breaking deal for the most pricey item they have ever faced. Meanwhile, Rick eyes up a 1948 electric shock therapy machine. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N S \N 16358 t
+28032 18052 Pawn Stars eng Pezzed Off A Pez collector offers Corey and Chum 50 plastic pieces of Americana, and the men puzzle over a mystery inscription on a coaching gun. Will its meaning reveal its worth? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N S \N 16359 t
+28032 28042 Cannonball Run II eng \N High-octane action comedy starring Burt Reynolds and Dom DeLuise, 1984. An Arab sheik puts up a million-dollar prize for a rerun of an illegal coast-to-coast car race \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 20:00:00 2014-12-23 22:15:00 \N \N \N AD,S \N 16360 t
+15456 277 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 12:00:00 2014-12-22 00:00:00 \N \N \N \N \N 16361 t
+14832 1338 Winter in Gay Rabbit Meadow eng \N Gay Rabbit Chat & Date has been connecting people for 6 years, so wherever you sit on the LGBT spectrum, pop in and say hi! Introduce a friend and earn FREE credits for each of you \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 12:00:00 2014-12-21 16:00:00 \N \N \N \N \N 16362 t
+8283 65391 ITV News Calendar eng \N The latest news from around the region, plus interviews and features. Including local weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N S \N 16363 t
+27456 45397 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:30:00 \N \N \N \N \N 16364 t
+8283 16738 Emmerdale eng \N Charity pushes Moira too far. Kirin enjoys playing games with Rakesh. Nicola's plan leaves Bernice furious. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N AD,S \N 16365 t
+8283 14722 Coronation Street eng \N Tony regrets a moment of madness. Will Lloyd lend an ear to Steve? Steph stands up for herself. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N AD,S \N 16366 t
+8283 16743 Countrywise eng \N Series about rural life. Liz Bonnin is on the stunning island of Lundy off the Devon coast, and Ben Fogle is in Norfolk to take part in the annual pea harvest. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N S \N 16367 t
+8283 16034 Coronation Street eng \N Gary faces up to the consequences. What is Callum up to? Steve plans the perfect Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N AD,S \N 16368 t
+14800 1338 Come Up and See Me eng \N Rabbit Chat & Date has been connecting people for over 6 years now on TV - and now also by our new iPhone app! Flirt, chat & make new friends. The opportunities are endless! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 12:00:00 2014-12-21 16:00:00 \N \N \N \N \N 16380 t
+15312 277 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-21 12:00:00 2014-12-22 00:00:00 \N \N \N \N \N 16381 t
+15440 277 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 12:00:00 2014-12-22 00:00:00 \N \N \N \N \N 16382 t
+41104 19980 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 05:00:00 2014-12-19 09:00:00 \N \N \N \N \N 19386 t
+27648 4457 Mighty Planes eng \N This high-octane, high-altitude show proves that the sky really is the limit when it comes to aviation engineering. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 16383 t
+27648 4458 Flying Wild Alaska eng Trick or Tweto Halloween in Alaska brings vicious winds that cause havoc for the small planes. Plus, can station manager Ariel look on the bright side of a blackout? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 16384 t
+27648 4459 Alone in the Wild eng Joe Pasquale Relentless rain is making foraging impossible for Joe, who is trying to survive in Guyana's rainforest; will maggots be enough to sustain him? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 16385 t
+8264 17465 Surviving The Tsunami eng 10 Years On A moving account of the events a decade ago on Boxing Day 2004 when a tsunami swept across eleven countries in the Indian Ocean killing nearly 250,000 people of many nationalities. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:05:00 \N \N \N S \N 16386 t
+8264 16750 ITV News at Ten & Weather eng \N Mark Austin and Julie Etchingham with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:05:00 2014-12-22 22:45:00 \N \N \N S \N 16387 t
+8264 25995 Notting Hill eng \N Romantic comedy starring Julia Roberts and Hugh Grant, 1999. The pressures of fame threaten to ruin the chances of love between an actress and book shop owner \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 22:45:00 2014-12-23 01:00:00 \N \N \N AD,S \N 16388 t
+8384 58683 Peep Show eng \N It's Christmas Day and Mark has invited his parents over for lunch. He has carefully planned every detail, but Jeremy is overexcited, and then Dobby and Super Hans show up uninvited. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:00:00 \N \N \N S \N 16389 t
+8384 58685 NFL eng American Football Live The Arizona Cardinals hope to avenge a 19-3 loss against the Seahawks, as the Seattle team fly to meet them in the desert. Nat Coombs hosts, with analysis from Mike Carlson. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 01:00:00 2014-12-22 04:45:00 \N \N \N S \N 16390 t
+41056 18012 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N \N \N 22109 t
+13120 8598 Garden Re-Leaf with Richard Jackson eng \N Celebrating the gardening industry's first ever Re-Leaf Day, QVC is getting in the spirit of the gardening season. Here's looking forward to sunny days ahead! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N \N \N 16391 t
+13120 8599 Accessories by Kipling eng \N Showcasing the fashionable and classic bags created by this international brand, including handbags, rucksacks, travel bags and weekend away bags. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N \N \N 16392 t
+13120 8600 bareMinerals eng \N The perfect blend of cosmetics and skincare, the bareMinerals range is ideal for women who are concerned about the additives, preservatives and fragrances routinely found in make-up. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N \N \N 16393 t
+23152 17538 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:30:00 \N \N \N \N \N 16394 t
+23152 17539 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-24 03:30:00 2014-12-24 04:00:00 \N \N \N \N \N 16395 t
+23152 17540 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 04:00:00 2014-12-24 05:00:00 \N \N \N \N \N 16396 t
+23152 17541 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:30:00 \N \N \N \N \N 16397 t
+20352 58281 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 00:15:00 2014-12-22 02:35:00 \N \N \N \N \N 16398 t
+20352 58282 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 02:35:00 2014-12-22 04:40:00 \N \N \N \N \N 16399 t
+23152 17542 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N \N \N 16400 t
+17472 56469 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 16401 t
+17472 57917 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:30:00 \N \N \N \N \N 16402 t
+17472 57918 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 22:30:00 2014-12-22 23:00:00 \N \N \N \N \N 16403 t
+17472 56470 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 16404 t
+24384 15204 Tattered Lace Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 16419 t
+24384 15538 Heartfelt Creations 4 Day Deal eng \N A chance for you to get our special product, the Create and Craft 4 Day Deal \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 \N \N \N \N \N 16420 t
+24384 15478 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N \N \N 16421 t
+40960 53188 Click eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 15:30:00 2014-12-21 16:00:00 \N \N \N \N \N 19988 t
+15808 50327 GT Asia Series eng \N Inside Macau. Highlights of the premier Asian series exclusively for GT3 Supercars that features an illustrious list of manufacturers competing on circuits in South Korea, Japan, Malaysia and China. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 18:25:00 2014-12-22 18:55:00 \N \N \N \N \N 16427 t
+15808 50328 Superkart USA eng \N This high-performance kart racing series travels to the best circuits in North America. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 18:55:00 2014-12-22 20:30:00 \N \N \N \N \N 16428 t
+15808 50329 FIA World Endurance Season Review eng \N A look back at the 2014 season as top class LMP and GT cars battle for the title in the pinnacle of global sportscar racing. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:35:00 \N \N \N \N \N 16429 t
+22752 1095 Kiss Fresh Up All Night eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 00:00:00 2014-12-22 03:00:00 \N \N \N \N \N 16430 t
+27712 22079 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 16431 t
+27712 22080 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:30:00 \N \N \N \N \N 16432 t
+27712 22081 People and Power eng \N Behind the scenes with Colombia's insurgents as they bring their 50 year bloody conflict to a close \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-24 22:30:00 2014-12-24 23:00:00 1 2 \N \N \N 16433 t
+27712 22082 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 16434 t
+8385 58191 Star Trek eng \N JJ Abrams' sci-fi adventure prequel, starring Chris Pine and Zachary Quinto, explores Kirk and Spock's early years, during which they are hunted by a vengeful time traveller. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 18:35:00 2014-12-20 21:00:00 \N \N 2009 AD,S \N 16435 t
+41040 17088 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:00:00 \N \N \N \N \N 16436 t
+41040 17052 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:30:00 \N \N \N \N \N 16437 t
+41040 17053 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 07:30:00 2014-12-19 08:00:00 \N \N \N \N \N 16438 t
+41040 17054 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:30:00 \N \N \N \N \N 16439 t
+41040 17055 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N \N \N 16440 t
+22272 64378 Traffic Cops eng Over the Limit We follow the trials and tribulations of the South Yorkshire traffic police. The police use roadside cameras along the M1 to tackle speeding motorists. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 16441 t
+22272 64379 Traffic Cops eng Right Time, Right Place High-speed stories with the traffic police. They bravely battle against teenage car criminals who ignore the courts and keep on driving despite being banned. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 16442 t
+22272 62618 New American Pickers eng Laurel and Hardy New. Clutter kings Mike and Frank splash the cash on a KISS pinball machine and Laurel and Hardy costume heads. Another fine mess they've gotten themselves into! \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N S \N 16443 t
+22272 64380 Top Gear eng \N The manic motoring magazine returns as Messrs Clarkson, Hammond and May take on a hatchback challenge. Downton Abbey's Hugh Bonneville is the Star in the Reasonably Priced Car. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N AD,S \N 16444 t
+27840 6692 Winter Wonderland eng Massive Savings this Christmas! Showcasing Rocks and Co's high quality gemstones and jewellery Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 16445 t
+27840 6693 Winter Wonderland eng Massive Savings this Christmas! Showcasing Rocks and Co's high quality gemstones and jewellery Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 16446 t
+27840 6694 Winter Wonderland eng Massive Savings this Christmas! Showcasing Rocks and Co's high quality gemstones and jewellery Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:30:00 \N \N \N \N \N 16447 t
+12992 31169 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 \N \N \N \N \N 16448 t
+4166 49764 Have I Got 2014 News for You eng \N A compilation of the popular satirical news quiz looking back at the big news stories of 2014. With team captains Paul Merton and Ian Hislop, and a variety of guest hosts. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:30:00 11 11 \N S \N 16455 t
+4166 49765 Not Going Out eng Lucy Sitcom. Lee spends time in the bar with Toby worrying that the woman of his dreams is drifting further away. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 21:30:00 2014-12-19 22:00:00 9 11 \N S \N 16456 t
+4166 49766 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:25:00 \N \N \N S \N 16457 t
+4166 50015 East Midlands Today eng \N The latest news, sport and weather for the East Midlands. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 22:25:00 2014-12-19 22:35:00 \N \N \N S \N 16458 t
+4166 49769 The Graham Norton Show eng \N Chat show. Graham's guests for a bumper Christmas episode are Ben Stiller, Ricky Gervais, Rebel Wilson, Jamie Foxx, Cameron Diaz, Danny Dyer and Usher. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 22:35:00 2014-12-19 23:30:00 12 22 \N S \N 16459 t
+4166 49770 Cuckoo eng Ken at Work The senior partner at Ken's firm is retiring and Ken is in line for succession. Contains some strong language and some sexual content. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:00:00 5 7 \N AD,S \N 16460 t
+40960 53189 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:30:00 \N \N \N \N \N 19989 t
+28096 59381 QI eng Birth The chap who has raised the bar for the Renaissance Man, Stephen Fry, chairs a festive version of the high-IQ quiz with guests Alan Davies, Mark Steel, Phill Jupitus and Rich Hall. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:40:00 \N \N \N S \N 16461 t
+28096 59382 QI eng Everything, Etc. Mine of information Stephen Fry is your host for the engagingly erudite quiz show. Regular Alan Davies is joined by Clive Anderson, Jeremy Clarkson and Vic Reeves. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 15:40:00 2014-12-21 16:20:00 \N \N \N S \N 16462 t
+28096 59383 QI eng Dictionaries Stephen Fry hosts the enlightening quiz. Alan Davies, Phill Jupitus, Ronni Ancona and Rory Bremner are the very definition of 'interesting' as they tackle dictionaries. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 16:20:00 2014-12-21 17:00:00 \N \N \N S \N 16463 t
+28096 59384 QI eng Danger Stephen Fry hosts the intellectually stimulating quiz show. This edition features Sean Lock, Jimmy Carr, Jo Brand and Alan Davies, who are tackling the subject of danger. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:40:00 \N \N \N S \N 16464 t
+28096 59385 QI eng Dogs Stephen Fry hosts the always amusing and informative quiz show. Guests Liza Tarbuck, Jeremy Clarkson and Neil Mullarkey join Alan Davies to answer posers on all things canine. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 17:40:00 2014-12-21 18:20:00 \N \N \N S \N 16465 t
+17664 58683 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:00:00 \N \N \N \N \N 16469 t
+17664 58685 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-22 01:00:00 2014-12-22 04:45:00 \N \N \N \N \N 16470 t
+25728 54424 Jackass eng \N Johnny Knoxville and his foolhardy troops continue to push the boundaries of pain, taste and decency with revolting comedy pranks. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 00:30:00 2014-12-21 01:00:00 \N \N \N \N \N 16471 t
+25728 54425 Jackass eng \N Johnny Knoxville and his foolhardy troops continue to push the boundaries of pain, taste and decency with revolting comedy pranks. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 16472 t
+25728 54426 Jackass eng \N Johnny Knoxville and his foolhardy troops continue to push the boundaries of pain, taste and decency with revolting comedy pranks. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 02:00:00 2014-12-21 03:00:00 \N \N \N \N \N 16473 t
+22272 2883 Radical Highs eng \N More for adrenaline junkies in this episode of the series about unconventional and high-risk sports. Includes hydrospeeding and freestyle skydiving. \N 0 25 f 3 eng eng 4 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:10:00 \N \N \N S \N 16474 t
+22272 2884 Red Bull X-Fighters 2014 eng \N All the thrills - and hopefully no spills - from Osaka Castle in Japan, as the fearless FMX riders demonstrate their derring-do with an amazing series of hair-raising stunts. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 07:10:00 2014-12-23 08:00:00 \N \N \N \N \N 16475 t
+22272 65159 Top Gear eng \N Four-wheeled fun with the regular team. The Top Gear trio go head-to-head against their opposite numbers from the Australian Top Gear in a car-based version of The Ashes. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-23 08:00:00 2014-12-23 09:00:00 \N \N \N AD,S \N 16476 t
+17540 51789 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 18:05:00 2014-12-24 18:15:00 \N \N \N \N \N 16477 t
+17540 52928 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-24 18:15:00 2014-12-24 18:25:00 \N \N \N \N \N 16478 t
+17540 56488 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 18:25:00 2014-12-24 20:00:00 \N \N \N \N \N 16479 t
+17540 56049 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N \N \N 16480 t
+17540 56489 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:30:00 \N \N \N \N \N 16481 t
+28352 2319 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:20:00 \N \N \N \N \N 16482 t
+28352 2320 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 06:20:00 2014-12-23 07:00:00 \N \N \N \N \N 16483 t
+28352 2321 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:30:00 \N \N \N \N \N 16484 t
+28352 2322 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 07:30:00 2014-12-23 08:00:00 \N \N \N \N \N 16485 t
+28352 2323 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 08:00:00 2014-12-23 09:00:00 \N \N \N \N \N 16486 t
+27456 45395 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:30:00 \N \N \N \N \N 16488 t
+27456 45396 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 06:30:00 2014-12-23 07:00:00 \N \N \N \N \N 16489 t
+27456 45398 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 07:30:00 2014-12-23 08:00:00 \N \N \N \N \N 16490 t
+27456 45399 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:30:00 \N \N \N \N \N 16491 t
+27456 45400 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:00:00 \N \N \N \N \N 16492 t
+27744 42109 Teleshopping eng \N Put the pleasure back into shopping from the comfort of your home and choose from a selection of innovative products. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N \N \N 16493 t
+26240 11734 heat Breakfast with Naomi Kent eng \N Morning you! Naomi wakes up the UK direct from heat! #heatradio \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 06:00:00 2014-12-23 10:00:00 \N \N \N \N \N 16494 t
+22080 3082 Sky News At 9 with Mark Longhurst eng \N All the day's news from Sky News correspondents around the world, presented by Mark Longhurst. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:30:00 \N \N \N S \N 16495 t
+22080 3087 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 21:30:00 2014-12-19 22:00:00 \N \N \N S \N 16496 t
+22080 3092 Sky News At 10 with Mark Longhurst eng \N All the day's biggest stories, all the day's best pictures - plus the sport in two minutes at 10.25pm. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:30:00 \N \N \N S \N 16497 t
+22080 3139 Press Preview eng \N A full review of the best stories in tomorrow's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 22:30:00 2014-12-19 23:00:00 \N \N \N S \N 16498 t
+22080 3145 Sky News At 11 eng \N All the latest home and international news, top sporting headlines and weather summaries. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:30:00 \N \N \N S \N 16499 t
+22080 3149 Press Preview eng \N A full review of the best stories in tomorrow's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:00:00 \N \N \N S \N 16500 t
+32896 8688 Pop Through The Night eng \N A late night round up of everyone's favourite Invisible Network of Kids. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 00:00:00 2014-12-24 03:00:00 \N \N \N \N \N 16501 t
+24032 31407 The Craft eng \N Supernatural horror starring Fairuza Balk and Robin Tunney, 1996. Four outsiders at a school form a witches' coven, using their occult powers to make their wishes come true \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 01:35:00 2014-12-24 03:40:00 \N \N \N \N \N 16503 t
+23184 17448 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 16507 t
+23184 17449 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 16508 t
+23184 17450 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 16509 t
+22336 58468 The Big Bang Theory eng The Beta Test Initiation Leonard and Penny put their relationship through a 'beta test' and report problems they have with each other as 'bugs', while Sheldon and Amy seek internet fame. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:30:00 \N \N \N AD,S \N 16510 t
+22336 58469 The Big Bang Theory eng The Friendship Contraction After Sheldon keeps him awake all night, an irate Leonard decides that he needs to break the roommate agreement, which formally ends their friendship. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 15:30:00 2014-12-19 16:00:00 \N \N \N AD,S \N 16511 t
+22336 58470 Rules of Engagement eng 3rd Wheel Adam tries to hide his snacks from Jennifer, who is on a diet. Timmy introduces Russell to charity work, while Audrey tells a friend a white lie. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:30:00 \N \N \N S \N 16512 t
+22336 58471 Rules of Engagement eng Indian Giver Audrey is surprised when Jeff takes an interest in her favourite reality TV programme. Russell is delighted when Timmy reconsiders his upcoming marriage. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:00:00 \N \N \N S \N 16513 t
+22336 58472 Rude(ish) Tube eng \N Rude Tube's naughty little sister is back. Look out for the master of business card throwing, the best way to calm a crying baby and a dating agency for sea captains. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N S \N 16514 t
+22336 58473 Suburgatory eng Friendship Fish George gets himself a Chatswin-style makeover from Dallas. But when his friends from New York come to visit, they ridicule his new lifestyle. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N AD,S \N 16515 t
+22226 11839 Bruce's Price is Right eng \N Bruce Forsyth hosts the game show in which contestants come on down to win prizes by correctly guessing the prices of various goods. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:30:00 \N \N \N S,AD \N 16516 t
+22226 11840 Bruce's Price is Right eng \N Bruce Forsyth hosts the game show in which contestants come on down to win prizes by correctly guessing the prices of various goods. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 \N \N \N S,AD \N 16517 t
+22226 11841 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:30:00 \N \N \N S,AD \N 16518 t
+22226 11842 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-21 19:30:00 2014-12-21 20:00:00 \N \N \N S,AD \N 16519 t
+22226 11843 Bullseye eng \N Dartboard quiz game that tests contestants' darts skills and their general knowledge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 20:30:00 \N \N \N S \N 16520 t
+22226 11844 Bullseye eng \N Dartboard quiz game that tests contestants' darts skills and their general knowledge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 20:30:00 2014-12-21 21:00:00 \N \N \N S \N 16521 t
+22688 1022 Sunday Afternoons with Danny Pietroni eng \N The best music for your Sunday afternoon \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 15:00:00 2014-12-21 18:00:00 \N \N \N \N \N 16522 t
+24016 12871 Battle Of The V1 eng \N Michael Rennie & Christopher Lee star in the true story of the heroic raid on the V1 factory in Nazi held Poland. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 15:25:00 2014-12-21 17:30:00 \N \N 1958 \N \N 16524 t
+24016 12872 Surrender - Hell! eng \N An American colonel avoids capture by the Japanese in the Philippines by venturing deep into the jungle. He soon amasses a platoon of natives to attack the enemy. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 17:30:00 2014-12-21 19:15:00 \N \N 1959 \N \N 16525 t
+23296 5822 Something for Everyone eng \N Thousands of like-minded people are waiting for you now. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 16:00:00 2014-12-21 18:00:00 \N \N \N \N \N 16526 t
+22784 771 Freddie on Kisstory eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 17:00:00 2014-12-21 22:00:00 \N \N \N \N \N 16530 t
+23120 20421 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 16531 t
+23120 20417 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N \N \N 16532 t
+23120 20418 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N \N \N 16533 t
+22624 40369 Weekend Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces a classic Talking Book for the young or the young at heart. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 16534 t
+22624 40370 Sunday with Allan eng \N RNIB's Insight Radio - Allan Russell rounds up the big news stories affecting blind and partially sighted people across the UK \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N \N \N 16535 t
+22624 40371 Pure 70s eng \N RNIB's Insight Radio - Roger Cole takes you back in time to the 70s in his new weekly show. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N \N \N 16536 t
+23280 5839 60 Second Date eng \N The fastest way to find a date in the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 16:00:00 2014-12-21 18:00:00 \N \N \N \N \N 16537 t
+22080 1372 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:30:00 \N \N \N \N \N 16546 t
+22080 1385 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 03:30:00 2014-12-23 04:00:00 \N \N \N \N \N 16547 t
+22080 1386 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:30:00 \N \N \N \N \N 16548 t
+27456 45423 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:30:00 \N \N \N \N \N 18628 t
+22080 1391 Year In Review eng 2014 Jayne Secker is joined by the Odd Couple of Fleet Street as they dissect the news stories that dominated the last year and pass judgement on the people who made the front pages in 2014. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 04:30:00 2014-12-23 05:00:00 \N \N \N \N \N 16549 t
+22080 1392 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 \N \N \N \N \N 16550 t
+22080 1393 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N \N \N 16551 t
+8384 58611 The King of Queens eng Soft Touch Doug takes the unwise step of signing up to a pyramid scheme. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 06:20:00 2014-12-19 06:45:00 \N \N \N S \N 16552 t
+8384 58612 The King of Queens eng Restaurant Row Carrie bans Doug from his favourite Italian restaurant, but their food is just too tempting. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 06:45:00 2014-12-19 07:10:00 \N \N \N S \N 16553 t
+8384 58613 3rd Rock from the Sun eng The Big Giant Head Returns The Big Giant Head appears at Dick's office and announces that he's back in Rutherford to claim his son from Vicki Dubcek, who has returned to town for a visit. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 07:10:00 2014-12-19 07:35:00 \N \N \N S \N 16554 t
+8384 58614 3rd Rock from the Sun eng Rutherford Beauty Dick gets into trouble when he foolishly confesses to Mary that he is having erotic fantasies about Nina. Sally becomes an enthusiastic follower of a lifestyle guru. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 07:35:00 2014-12-19 08:00:00 \N \N \N S \N 16555 t
+8384 58615 Everybody Loves Raymond eng Jealous Robert Debra and Marie's good intentions backfire when they try to drive Robert back into Amy's arms - and find out that Amy and Gianni are hitting it off. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:30:00 \N \N \N S \N 16556 t
+8384 58616 Everybody Loves Raymond eng It's Supposed to Be Fun While the Barones watch their sons play, Ray finds that Geoff is having trouble getting the hang of the game. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N S \N 16557 t
+16208 36959 The Bill eng \N Classic police drama from Sun Hill. On the day of Anne Merrick's funeral, her daughter Jenny is further distressed when Tom Chandler and Jack Meadows attend against her wishes. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N S \N 16558 t
+16208 36960 Catherine Cookson's The Glass Virgin eng \N Feature-length adaptation of the best-selling novelist's romance, set in 1870s England. Annabella learns lessons in life the hard way when her father's debts catch up with him. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-21 13:00:00 2014-12-21 16:00:00 \N \N \N S \N 16559 t
+27168 59595 One Born Every Minute eng \N Two couples experiencing unexpected difficulties during pregnancy arrive at the hospital. Billie, who's 17, has pre-eclampsia and needs an emergency caesarean 10 weeks before her due date. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 00:05:00 2014-12-24 01:05:00 \N \N \N S \N 16560 t
+27168 59596 Embarrassing Bodies eng \N Some of the show's most inspirational cases return to the clinic having battled cancer and the scars it has left them with. The show catches up with Julie, Natalie, and Josh. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-24 01:05:00 2014-12-24 02:00:00 \N \N \N S \N 16561 t
+27168 59597 24 Hours in A&E eng \N Retired builder Roger has fallen four metres from his daughter's roof. And Tad, who's 29, has come to St George's with a dangerously high heart rate, which could possibly lead to a stroke. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:55:00 \N \N \N AD,S \N 16562 t
+27168 59862 The IT Crowd eng The Internet Is Coming: In this final one-off special, Jen and Roy's reputations are endangered by an online video clip, and Moss is transformed when he learns the secret of Douglas's self-confidence \N \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 02:55:00 2014-12-24 03:50:00 \N \N \N AD,S \N 16563 t
+28288 8623 YBF Beauty by Stacey eng \N Imagine having a friend to make you look and feel your best and most beautiful every day. Stacey introduces YBF - Your Best Friend - Beauty, because we all need a little help sometimes. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N \N \N 16564 t
+28288 8624 Beauty Gift Ideas eng \N Give the gift of beauty whether it's a birthday, anniversary or just because! Join us for ideas and inspiration for truly pampering presents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 07:00:00 2014-12-20 08:00:00 \N \N \N \N \N 16565 t
+28288 8710 Beauty Pick Of The Month eng \N Tune in to see QVC's Beauty Pick of the Month. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 08:00:00 2014-12-20 09:00:00 \N \N \N \N \N 16566 t
+41056 18143 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:05:00 \N \N \N \N \N 16567 t
+41056 18144 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-24 00:05:00 2014-12-24 00:55:00 \N \N \N \N \N 16568 t
+41056 18145 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 00:55:00 2014-12-24 01:00:00 \N \N \N \N \N 16569 t
+41056 18146 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:30:00 \N \N \N \N \N 16570 t
+41056 18147 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 01:30:00 2014-12-24 02:00:00 \N \N \N \N \N 16571 t
+41056 18148 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:05:00 \N \N \N \N \N 16572 t
+41056 18149 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 02:05:00 2014-12-24 03:00:00 \N \N \N \N \N 16573 t
+27328 17324 SPFL Highlights eng \N The best of the recent action from the Scottish Professional Football League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 21:00:00 2014-12-23 21:30:00 \N \N \N \N \N 16574 t
+27328 17325 UFC eng Beyond The Octagon With exclusive interviews and big fight analysis. Featuring a fighter profile on the American light heavyweight fighter Jon Jones. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 21:30:00 2014-12-23 22:00:00 \N \N \N \N \N 16575 t
+27328 17326 Boxing Tonight eng \N A round-up of all the latest boxing news, featuring Adonis Stevenson v Dmitry Sukhotsky. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 16576 t
+27328 17327 Last Week, This Week eng \N The best bits from BT Sport from the last week, exclusive interviews, the best action and so much more. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:30:00 \N \N \N \N \N 16577 t
+27328 17328 Serie A Review eng \N All the latest news and action from Italy's top division. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 23:30:00 2014-12-24 00:00:00 \N \N \N \N \N 16578 t
+23040 38196 Home Cooking Made Easy eng \N Today, Lorraine has got entertaining at home covered. First up are perfect casual nibbles to share with friends - herbed, baked scotch eggs, goat's cheese truffles and mini beef wellingtons. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:30:00 \N \N \N \N \N 16579 t
+23040 38197 Home Cooking Made Easy eng \N Lorraine Pascale's food series comes to a delicious finale with an episode that is all about simple, scrumptious recipes that will knock people's socks off. First up it is two great canaps. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 06:30:00 2014-12-24 07:00:00 \N \N \N \N \N 16580 t
+23040 38198 Jamie's 15 Minute Meals eng \N On the menu this time is squid and prawns spicy vegetable noodle broth, plus veggie chilli, crunchy tortilla and avocado salad. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:30:00 \N \N \N \N \N 16581 t
+23040 38199 Jamie's 15 Minute Meals eng \N Jamie shows how to prepare Asian fish, miso noodles and crunchy veg, and ultimate pork tacos, spicy black beans and avocado garden salad in 15 minutes. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 07:30:00 2014-12-24 08:00:00 \N \N \N \N \N 16582 t
+23040 38200 Kitchen Cousins eng \N The Kitchen Cousins, Anthony and John, meet Nalini, a single woman living in the Jersey home she grew up in. Will Nalini be astonished by the look of her new kitchen or wish she had her old one back? \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:30:00 \N \N \N \N \N 16583 t
+22784 753 Kisstory Early eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 02:00:00 2014-12-19 06:00:00 \N \N \N \N \N 18702 t
+23040 38201 Kitchen Cousins eng \N Anthony and John meet Liz and Anthony Pino, a young family living in Hoboken, New Jersey. Anthony is a successful local chef who aspires to have a more modern and functional kitchen at home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N \N \N 16584 t
+12928 42052 Disney's Santa Who? eng \N Seasonal family comedy starring Leslie Nielsen and Max Morrow. When Santa suffers from amnesia shortly before Christmas, only the innocence of a small child can save the day. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 15:15:00 2014-12-22 17:05:00 \N \N 2000 S \N 16585 t
+12928 42053 Mrs Miracle eng \N Drama starring James Van Der Beek and Doris Roberts. The life of a widower with two children is transformed by the arrival of a kindly housekeeper. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:05:00 2014-12-22 17:50:00 \N \N 2009 S \N 16586 t
+12928 42129 Mrs Miracle eng \N Drama starring James Van Der Beek and Doris Roberts. The life of a widower with two children is transformed by the arrival of a kindly housekeeper. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:55:00 2014-12-22 19:00:00 \N \N 2009 S \N 16588 t
+16080 14899 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:30:00 \N \N \N \N \N 16589 t
+16080 14900 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:30:00 2014-12-24 07:00:00 \N \N \N \N \N 16590 t
+16080 14901 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:30:00 \N \N \N \N \N 16591 t
+16080 14902 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 07:30:00 2014-12-24 08:00:00 \N \N \N \N \N 16592 t
+16080 14903 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:30:00 \N \N \N \N \N 16593 t
+16080 14904 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N \N \N 16594 t
+8385 58282 Hard Eight eng \N Drama. Philip Baker Hall and John C Reilly star as grifters whose life conning casinos is threatened by a security advisor (Samuel L Jackson). Very strong language. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 01:35:00 2014-12-22 03:40:00 \N \N 1996 S \N 16595 t
+17920 42721 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:25:00 \N \N \N \N \N 16596 t
+17920 42178 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 22:25:00 2014-12-24 23:00:00 \N \N \N \N \N 16597 t
+17920 42216 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-24 23:00:00 2014-12-24 23:30:00 \N \N \N \N \N 16598 t
+17920 42021 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 23:30:00 2014-12-24 23:55:00 \N \N \N \N \N 16599 t
+17920 41811 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 23:55:00 2014-12-25 00:15:00 \N \N \N \N \N 16600 t
+17540 49764 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:30:00 \N \N \N \N \N 16601 t
+17540 49765 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 21:30:00 2014-12-19 22:00:00 \N \N \N \N \N 16602 t
+17540 49766 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:25:00 \N \N \N \N \N 16603 t
+17540 51652 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-19 22:25:00 2014-12-19 22:35:00 \N \N \N \N \N 16604 t
+17540 49769 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 22:35:00 2014-12-19 23:30:00 \N \N \N \N \N 16605 t
+17540 49770 Cuckoo eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:00:00 \N \N \N \N \N 16606 t
+25792 53365 Home Shopping eng \N Shopping from home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 03:00:00 2014-12-21 06:15:00 \N \N \N \N \N 16608 t
+41024 59595 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 00:05:00 2014-12-24 01:05:00 \N \N \N \N \N 16609 t
+41024 59596 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-24 01:05:00 2014-12-24 02:00:00 \N \N \N \N \N 16610 t
+41024 59597 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:55:00 \N \N \N \N \N 16611 t
+41024 59862 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 02:55:00 2014-12-24 03:50:00 \N \N \N \N \N 16612 t
+17664 58620 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-19 12:05:00 2014-12-19 13:05:00 \N \N \N \N \N 16613 t
+14498 26448 Destroyed in Seconds eng \N Incredible high-speed bus crashes caught on camera; a violent and fast spreading fire threatens an entire city block and a collection of massive space-race rocket explosions. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:20:00 \N \N \N \N \N 16614 t
+14498 26449 Destroyed in Seconds eng \N A rogue driverless motorcycle goes on a rampage in the direction of a stand of spectators; an angry bull takes aim at a crowd and a daring snowmobile jump comes up short. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:20:00 2014-12-21 06:45:00 \N \N \N \N \N 16615 t
+14498 26450 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:45:00 2014-12-21 07:10:00 \N \N \N \N \N 16616 t
+14498 26451 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 07:10:00 2014-12-21 07:35:00 \N \N \N \N \N 16617 t
+14498 26452 Fishing Road Trip USA eng New Hampshire At Franconia Notch State Park Lake, Paul meets passionate brook-trout fisher Ritchie Bernard, who shows the best way to catch trophy-sized brookies. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 07:35:00 2014-12-21 08:00:00 \N \N \N \N \N 16618 t
+14498 26453 Fishing Road Trip USA eng Saco Maine Paul reaches his final destination, Maine, and in Saco, he heads out for some fantastic saltwater fishing for big striper bass in the shallows. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:30:00 \N \N \N \N \N 16619 t
+40960 58118 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N \N \N 19990 t
+14498 26454 Fishing Road Trip USA eng Greenville Maine Paul reaches his final destination, Maine, and in a particularly cold Greenville, he fishes for salmon. But will he finish off his trip with a worthy catch? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N \N \N 16620 t
+14720 23148 JK and Lucy eng \N Join JK and Lucy for Heart Breakfast this Tuesday playing More Music Variety \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N \N \N 16622 t
+28096 59329 Top Gear eng \N The manic motoring magazine returns as Messrs Clarkson, Hammond and May take on a hatchback challenge. Downton Abbey's Hugh Bonneville is the Star in the Reasonably Priced Car. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N AD,S \N 16623 t
+28096 59330 Storage Hunters eng Double Cross Wildly competitive US series in which bargain hunters try to make cash from abandoned storage units. Brandon and Lori team up with Jesse - but can he be trusted? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:30:00 \N \N \N S \N 16624 t
+28096 59331 Storage Hunters eng Auction On Wheels Hit US reality show. The Berniers hunt down more potential bargains in storage lockers. A trio of RVs are up for sale, as well as some bronze statues and jet skis. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 22:30:00 2014-12-19 23:00:00 \N \N \N S \N 16625 t
+28096 59332 Sin City eng \N Super-stylish, ultra-violent, neo-noir thriller! Bruce Willis and Mickey Rourke star in a collection of intertwining stories set in the corrupt hellhole that is Basin City \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-19 23:00:00 2014-12-20 01:30:00 \N \N 2005 \N \N 16626 t
+15856 3530 Home Shopping with JML eng \N JML - where you can find a whole range of innovative products designed to make your everyday easier. From kitchen to DIY, fitness to cleaning, there's something for everyone. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:00:00 \N \N \N \N \N 16627 t
+17609 19898 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N \N \N 16628 t
+17609 19707 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N \N \N 16629 t
+17609 19708 eng \N \N \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N \N \N 16630 t
+17609 19709 eng \N \N \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N \N \N 16631 t
+17609 19710 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N \N \N 16632 t
+17609 19711 eng \N \N \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N \N \N 16633 t
+16080 14768 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 02:15:00 2014-12-21 02:45:00 \N \N \N \N \N 19791 t
+15952 4758 You've Been Framed! Special eng \N Harry Hill counts down to the festive season, with cute Valentine's Day kisses, Easter egg mishaps, hilarious harvest-time howlers, and the best-ever Christmas clips. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N S \N 16634 t
+15952 4611 Bridget Jones's Diary eng \N Blockbusting romantic comedy starring Renee Zellweger and Hugh Grant, 2001. The story of a thirtysomething woman who drinks, smokes and eats too much - and always chooses the wrong man \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 22:00:00 2014-12-24 00:00:00 \N \N \N AD,S \N 16635 t
+24464 50569 Scottish Borders Hill Rally eng \N Over 100 miles of stages through the Scottish borders make up this popular annual hill rally. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 21:35:00 2014-12-22 22:35:00 \N \N \N \N \N 16636 t
+24464 50331 Race of Champions Replay eng \N The very best action from the 2014 Race of Champions. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 22:35:00 2014-12-23 01:45:00 \N \N \N \N \N 16637 t
+40976 47148 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-23 03:45:00 2014-12-23 05:30:00 \N \N \N \N \N 16638 t
+40976 45516 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 05:30:00 2014-12-23 18:58:00 \N \N \N \N \N 16639 t
+16032 42047 Horrid Henry eng Horrid Henry's Christmas It is Christmas present list time and a Boom Boom Basher is top of Henry's list. But he has not reckoned on Stuck Up Steve. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 15:20:00 2014-12-24 15:30:00 \N \N \N AD,S \N 16644 t
+16032 42051 Horrid Henry eng Horrid Henry and the Cracking Christmas Henry's all set to win the Frosty Freeze competition with his snowman - then finds there is more to the competition than he bargained for! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 15:30:00 2014-12-24 15:45:00 \N \N \N AD,S \N 16645 t
+16032 36225 Horrid Henry eng Horrid Henry and the Early Christmas Present The adventures of the eponymous mischievous boy. Christmas never seems to come early, except when you don't want it to - bah, humbug! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 15:45:00 2014-12-24 16:00:00 \N \N \N AD,S \N 16646 t
+16032 38005 Horrid Henry eng Horrid Henry and the Horrid Hat The animated adventures of the mischievous anti-hero. Henry's horrid hat is not the only thing breaking the rules - according to Soggy Sid! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:15:00 \N \N \N AD,S \N 16647 t
+16032 35248 Horrid Henry eng Horrid Henry and the Perfect Panto Animated adventures. When Henry's school panto is cancelled, Margaret will not take no for an answer - which is a good thing and a bad thing! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 16:15:00 2014-12-24 16:30:00 \N \N \N AD,S \N 16648 t
+16032 42065 Almost Naked Animals eng The Perfect Gift Narwhal has special presents to give to the gang. It would be nice if they were presents that they actually wanted. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 16:30:00 2014-12-24 16:45:00 \N \N \N S \N 16649 t
+17664 58622 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 13:05:00 2014-12-19 14:10:00 \N \N \N \N \N 16650 t
+16032 42066 Almost Naked Animals eng Home for the Howiedays Howie invites his conniving sister Poodle over for the Howiedays despite everyone's reservations. Will the spirit of the Howiedays bring them together? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 16:45:00 2014-12-24 16:55:00 \N \N \N S \N 16652 t
+16032 42632 Signed Stories: Share a Story eng A Button Signed programme which goes behind the scenes of the Share a Story competition, meeting the competitors and the animators who turned their stories into short films. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 16:55:00 2014-12-24 17:00:00 \N \N \N S,SL \N 16653 t
+16032 42070 Victorious eng A Christmas Tori Sitcom about life at a Hollywood performing arts school. It is Christmas time and Sikowitz appoints the gang as Secret Santas to get them into the Christmas spirit. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:30:00 \N \N \N S \N 16654 t
+16032 42084 Share a Story eng Winners' Journey A peek behind the scenes of the Bafta-winning Share a Story Competition. This year we follow the Winners' Story, catching up with all eight victors - chosen by last year's winners. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 17:30:00 2014-12-24 17:55:00 \N \N \N \N \N 16655 t
+16032 35249 Tricky Quickies eng \N Stephen Mulhern presents a short spin-off programme from Tricky TV. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-24 17:55:00 2014-12-24 18:00:00 \N \N \N \N \N 16656 t
+8381 14907 The Railway Children eng \N Classic, charming period drama starring Dinah Sheridan and Bernard Cribbins, 1970. The lives of three children change dramatically when they move to a small Yorkshire cottage with their mother \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 15:55:00 2014-12-22 18:00:00 \N \N \N AD,S \N 16657 t
+16048 33556 Movies Now eng \N The latest news and reviews of this week's film releases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:10:00 \N \N \N \N \N 16658 t
+16048 33212 Judge Judy eng \N New York City's outspoken family court judge Judy Sheindlin presides over a series of real-life cases and conflicts, trying to find solutions for all kinds of family issues. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 06:10:00 2014-12-23 06:30:00 \N \N \N S \N 16659 t
+16048 28085 Fresh Fields eng A Dickens of a Christmas Sitcom. Emma tells Hester and William she won't be bringing their grandson for Christmas. So who will help them consume all that extra food and drink? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 06:30:00 2014-12-23 07:10:00 \N \N \N S \N 16660 t
+16048 31877 The Memoirs of Sherlock Holmes eng The Golden Pince-Nez Holmes and his brother Mycroft investigate when the assistant to an elderly professor dies with a pair of golden pince-nez clutched in his hands. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 07:10:00 2014-12-23 08:10:00 \N \N \N AD,S \N 16661 t
+16048 33292 A Touch of Frost eng Widows and Orphans There is plenty on Frost's plate when senior citizens are targeted in a string of vicious attacks, but at least he can call on his new female sergeant for help. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-23 08:10:00 2014-12-23 10:30:00 \N \N \N S \N 16662 t
+8274 16789 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how or join in now at Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 01:00:00 2014-12-23 03:00:00 \N \N \N \N \N 16663 t
+14784 2869 Walking On Sunshine? eng \N No, neither are we! With winter upon us, why not swap the wind and chill for golden sandy beaches? Check out Holidays TV, updated daily with 100s of the latest great deals! Bliss. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 04:00:00 2014-12-23 08:00:00 \N \N \N \N \N 16664 t
+26560 13727 Hit Music eng Late Nights : Danny Mylo All The Hits are on all night long! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-24 22:00:00 2014-12-25 00:00:00 \N \N \N \N \N 16665 t
+22208 1460 Stargate SG-1 eng Secrets Daniel Jackson learns that his wife is pregnant with Apophis' child and O'Neill discovers that a reporter is ready to blow the lid off the whole top-secret Stargate project. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N S \N 16666 t
+22208 1468 Stargate SG-1 eng Bane While exploring a new planet, Teal'c is stung by a giant insect and begins a terrifying transformation. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N S \N 16667 t
+22208 1470 Sinbad eng \N Set sail with an epic family adventure starring newcomer Elliot Knight and Naveen Andrews. Sinbad's life changes forever when a hustle goes horribly wrong. \N 2 25 f 5 eng eng 15 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 1 \N \N S 1 16668 t
+41136 50267 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 15:15:00 2014-12-19 16:20:00 \N \N \N \N \N 16677 t
+41136 50268 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 16:20:00 2014-12-19 17:20:00 \N \N \N \N \N 16678 t
+41136 50269 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 17:20:00 2014-12-19 18:25:00 \N \N \N \N \N 16679 t
+22336 58522 Hollyoaks eng \N Tegan offers Tony a shoulder to cry on but he ends up discovering a heart-breaking truth. John Paul and Lockie go on the run from the law and end up taking an unexpected journey. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N S \N 16767 t
+16080 14716 New: Britain's Bloodiest Dynasty eng Tyranny Last in the part-dramatised history series with Dan Jones. Richard II was the boy king who quelled the Peasants' Revolt but he grew up a tyrant and was overthrown by his cousin Henry. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N S \N 16680 t
+16080 14717 Pothole Britain - Drivers Beware! eng \N Documentary about the problems caused by potholes. From victims to council staff and campaigners, this film talks to the people who are trying to do something about them. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N S \N 16681 t
+16080 14718 Big Foot eng The Missing Evidence Brand new documentary examining the mystery surrounding the existence of Big Foot, the giant ape-like hominid reputed to inhabit the forests of North America. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N S \N 16682 t
+25920 65353 Back at 5am eng \N Programmes start again at 5am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 05:00:00 \N \N \N \N \N 16691 t
+8281 17465 Surviving The Tsunami eng 10 Years On A moving account of the events a decade ago on Boxing Day 2004 when a tsunami swept across eleven countries in the Indian Ocean killing nearly 250,000 people of many nationalities. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:05:00 \N \N \N S \N 16692 t
+8281 16750 ITV News at Ten & Weather eng \N Mark Austin and Julie Etchingham with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:05:00 2014-12-22 22:45:00 \N \N \N S \N 16693 t
+8281 25995 Notting Hill eng \N Romantic comedy starring Julia Roberts and Hugh Grant, 1999. The pressures of fame threaten to ruin the chances of love between an actress and book shop owner \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 22:45:00 2014-12-23 01:00:00 \N \N \N AD,S \N 16694 t
+40960 51175 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 16695 t
+40960 51176 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 16696 t
+40960 51177 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N \N \N 16697 t
+40960 51178 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:45:00 \N \N \N \N \N 16698 t
+40960 51179 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 20:45:00 2014-12-19 21:00:00 \N \N \N \N \N 16699 t
+14448 27135 Raising Sextuplets eng \N Introducing the Masche family, consisting of parents Bryan and Jenny Masche and their sextuplets! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 16700 t
+14448 27136 Caught on Camera eng \N Compelling amateur footage of real life situations. Featuring criminals who think no one is watching, but there is a powerful observer recording every detail. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 16701 t
+14448 27137 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N \N \N 16702 t
+14448 27138 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N \N \N 16703 t
+17664 58621 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:05:00 \N \N \N \N \N 16722 t
+23712 3372 The Great British Bake Off eng Bread Paul Hollywood and Mary Berry keep a close eye on the ten remaining bakers who have their bread making skills tested, including a tricky focaccia challenge. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N S \N 16723 t
+23712 3373 The Great British Bake Off eng Biscuits The search for Britain's best amateur baker continues. Eight bakers remain and they are tested on their biscuit-making skills. Who will crumble? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 \N \N \N S \N 16724 t
+23712 3374 The Great British Bake Off eng Pies The seven remaining bakers get stuck into demanding pie challenges, including a showstopping meringue pie. But who will fail to impress Paul and Mary? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N S \N 16725 t
+41008 58615 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N \N \N 16749 t
+41008 58616 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N \N \N 16750 t
+41008 58617 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:30:00 \N \N \N \N \N 16751 t
+41008 58618 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 10:30:00 2014-12-19 11:00:00 \N \N \N \N \N 16752 t
+41008 58984 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N \N \N 16753 t
+41008 58985 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N \N \N 16754 t
+27360 18252 ESPN Soccer Stories eng Maradona '86 A look back at the 1986 World Cup heroics of Diego Maradona as he captained Argentina to the title and redefined what is possible for one man to accomplish on a football pitch. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:30:00 \N \N \N \N \N 16755 t
+27360 18253 ESPN Soccer Stories eng The Myth of Garrincha A profile of Mane Garrincha, the Brazilian winger who helped his country win two World Cups but was ultimately abandoned by the soccer establishment. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:00:00 \N \N \N \N \N 16756 t
+27360 18792 The Robbie Keane Interview eng \N Republic of Ireland and LA Galaxy captain, Robbie Keane, chats to BT Sport after leading Galaxy to his third Major League Soccer title in four seasons in the burgeoning American league. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:15:00 \N \N \N \N \N 16757 t
+27360 18255 FIFA World Cup Official Film 1966 eng 1966 England - Goal Football came home in 1966 and hosts England reached the final for the first time, meeting bitter rivals West Germany for a thrilling and controversial game. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 13:15:00 2014-12-24 15:15:00 \N \N \N \N \N 16758 t
+18112 36302 ROY eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 09:15:00 2014-12-23 09:45:00 \N \N \N \N \N 16759 t
+18112 36495 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 09:45:00 2014-12-23 10:10:00 \N \N \N \N \N 16760 t
+27840 5253 Top Quality Gemstones from Around the World eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 \N \N \N \N \N 16761 t
+27840 5254 Top Quality Gemstones from Around the World eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N \N \N 16762 t
+22336 58518 How I Met Your Mother eng Shelter Island Stella's sister is jilted just before her wedding. Angry at the amount of money spent, Stella suggests she and Ted take over the wedding for themselves to save expenditure. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N AD,S \N 16763 t
+22336 58519 How I Met Your Mother eng Happily Ever After Ted's friends are worried that he isn't facing up to his feelings about Stella when he hides from her in a restaurant, but later he manages to confront her. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N AD,S \N 16764 t
+22336 58520 The Big Bang Theory eng The Werewolf Transformation Sheldon's well-organised world is turned upside down when he learns that the barber who has cut his hair for years has passed away. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N AD,S \N 16765 t
+22336 58521 The Big Bang Theory eng The Weekend Vortex Amy is upset when Sheldon breaks his promise to accompany her to her aunt's birthday party in order to join the guys for a video game marathon. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N AD,S \N 16766 t
+22336 58523 Rude(ish) Tube eng \N Rude Tube's naughty little sister has discovered an incredible UFO sighting, a surfing cat and a man flying through a hole in a cave. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N S \N 16768 t
+13024 51285 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 07:00:00 2014-12-24 09:05:00 \N \N \N \N \N 16769 t
+28480 11916 SBN Christmas Special eng \N Traditional Christmas songs performed by the Family Worship Center Singers \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 15:00:00 2014-12-24 17:00:00 \N \N \N \N \N 16771 t
+28480 11917 Donnie Swaggart eng \N The Preaching Ministry of Donnie Swaggart, recorded at Family Worship Center Church in Baton Rouge, LA \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 17:00:00 2014-12-24 19:00:00 \N \N \N \N \N 16772 t
+8452 59176 The IT Crowd eng The Internet Is Coming: In this final one-off special, Jen and Roy's reputations are endangered by an online video clip, and Moss is transformed when he learns the secret of Douglas's self-confidence \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 00:35:00 2014-12-22 01:30:00 \N \N \N AD,S \N 16773 t
+8452 58683 Peep Show eng \N It's Christmas Day and Mark has invited his parents over for lunch. He has carefully planned every detail, but Jeremy is overexcited, and then Dobby and Super Hans show up uninvited. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 01:30:00 2014-12-22 02:00:00 \N \N \N S \N 16774 t
+8452 58685 NFL eng American Football Live The Arizona Cardinals hope to avenge a 19-3 loss against the Seahawks, as the Seattle team fly to meet them in the desert. Nat Coombs hosts, with analysis from Mike Carlson. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 02:00:00 2014-12-22 05:45:00 \N \N \N S \N 16775 t
+14448 27257 Unsolved Mysteries eng \N Compelling series exploring intriguing mysteries. A trail of bodies is left across New Hampshire after two girls are murdered, and a young girl turns up in New Orleans with amnesia. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N \N \N 16776 t
+14448 27258 Who Killed Trent Keegan? eng \N Trent Keegan, an adventurous freelance photographer, was found murdered in a ditch in Nairobi, Kenya in May 2008, but was his murder linked to his last assignment, or just a random attack? \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N \N \N 16777 t
+14448 27259 Crime Stories eng \N Grisly crimes are meticulously reconstructed in this dramatic series. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-23 02:00:00 2014-12-23 03:00:00 \N \N \N \N \N 16778 t
+25920 21062 Last Minute Gifts with Wagner eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 16784 t
+25920 20777 Last Minute Christmas Kitchen eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 16785 t
+25920 20511 Last Minute Gifts with Karcher eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N \N \N 16786 t
+8452 58611 The King of Queens eng Soft Touch Doug takes the unwise step of signing up to a pyramid scheme. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 07:20:00 2014-12-19 07:45:00 \N \N \N S \N 16788 t
+8452 58612 The King of Queens eng Restaurant Row Carrie bans Doug from his favourite Italian restaurant, but their food is just too tempting. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 07:45:00 2014-12-19 08:10:00 \N \N \N S \N 16789 t
+8452 58613 3rd Rock from the Sun eng The Big Giant Head Returns The Big Giant Head appears at Dick's office and announces that he's back in Rutherford to claim his son from Vicki Dubcek, who has returned to town for a visit. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 08:10:00 2014-12-19 08:35:00 \N \N \N S \N 16790 t
+8452 58614 3rd Rock from the Sun eng Rutherford Beauty Dick gets into trouble when he foolishly confesses to Mary that he is having erotic fantasies about Nina. Sally becomes an enthusiastic follower of a lifestyle guru. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 08:35:00 2014-12-19 09:00:00 \N \N \N S \N 16791 t
+28416 20118 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-21 10:00:00 2014-12-21 13:00:00 \N \N \N \N \N 16792 t
+40960 53318 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 21:00:00 2014-12-24 21:30:00 \N \N \N \N \N 16798 t
+40960 58154 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:00:00 \N \N \N \N \N 16799 t
+40960 53319 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:30:00 \N \N \N \N \N 16800 t
+40960 58153 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 22:30:00 2014-12-24 23:00:00 \N \N \N \N \N 16801 t
+40960 53322 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 16802 t
+16032 43257 Sooty eng Pranks and Presents When the hook-a-duck stall runs out of prizes, Sooty's hopes are on his teddy bear machine, but he gets a little extra help. Guest starring Brian Blessed. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 15:05:00 2014-12-19 15:20:00 \N \N \N S \N 16804 t
+16032 41547 Dino Dan: Trek's Adventures eng Micro Dino The Jurassic adventures of trainee palaeontologist Dan's younger brother Trek. Trek sets up food traps for the Microraptor, a machine which investigates dino extinction. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 15:20:00 2014-12-19 15:35:00 \N \N \N S \N 16805 t
+16032 41548 Dino Dan eng Twas a Dinosaur Join palaeontologist-in-training Dan Henderson as he takes kids on a Jurassic journey. Dan takes the poem The Night Before Christmas and gives it a dinosaur spin. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 15:35:00 2014-12-19 15:50:00 \N \N \N S \N 16806 t
+16032 42404 Super 4 eng Ruby, Queen of the Seas (Part 3) Animated comedy adventure series. At King Kenric's castle, Sir Ulf is determined to train Ruby. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 15:50:00 2014-12-19 16:00:00 \N \N \N S \N 16807 t
+16032 42770 Text Santa: Little Helpers eng Do It Bounce-a-thon CITV's annual Christmas charity appeal, presented by Rav Wilding. A group of Beavers from Essex are taking part in the ultimate challenge, a bounce-a-thon. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:10:00 \N \N \N S \N 16808 t
+16032 34774 Horrid Henry eng Horrid Henry Does his Homework The animated adventures of the mischievous anti-hero. Can it be true? Is Henry about to break the rule of a lifetime and actually do his homework? \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 16:10:00 2014-12-19 16:30:00 \N \N \N AD,S \N 16809 t
+16032 36198 Horrid Henry eng Horrid Henry and the Early Christmas Present The adventures of the eponymous mischievous boy. Christmas never seems to come early, except when you don't want it to - bah, humbug! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-19 16:30:00 2014-12-19 16:45:00 \N \N \N AD,S \N 16810 t
+16032 36266 Almost Naked Animals eng Home for the Howiedays Howie invites his conniving sister Poodle over for the Howiedays despite everyone's reservations. Will the spirit of the Howiedays bring them together? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 16:45:00 2014-12-19 16:55:00 \N \N \N S \N 16811 t
+16032 41549 Bah-Humduck! A Looney Tunes Xmas eng \N Animated tale inspired by Charles Dickens's holiday favourite, A Christmas Carol \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 16:55:00 2014-12-19 17:55:00 \N \N \N S \N 16812 t
+16032 42772 Text Santa: Little Helpers eng Wrap It - Primary School CITV's annual Christmas charity appeal, presented by Myleene Klass. A North London primary school have got it all wrapped up when it comes to fundraising. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 17:55:00 2014-12-19 18:00:00 \N \N \N S \N 16813 t
+41040 17259 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 16814 t
+41040 17260 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 \N \N \N \N \N 16815 t
+41040 17261 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N \N \N 16816 t
+41040 17262 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N \N \N 16817 t
+27712 21981 People and Power eng \N People & Power investigates why Georgia faces a troubled future involving oil, East-West rivalry and oligarchs. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-21 05:30:00 2014-12-21 06:00:00 \N \N \N \N \N 17487 t
+32836 31070 On The Aire eng \N Find out what's been happening in the city today. Your Made in Leeds news team bringing you all the stories that matter to you. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 \N \N \N \N \N 16818 t
+32836 31071 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 \N \N \N \N \N 16819 t
+32836 31072 All Star Unplugged eng \N A platform for up-and-coming musicians and bands across all genres of music. Recorded in the Live Room, at Made in Leeds Studios. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N \N \N 16820 t
+32836 31073 Date My Mate eng \N See who is nominated and who the mate chooses as a date. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N \N \N 16821 t
+32836 31074 Restaurant in our Living Room eng \N Elaine and Rosa educate people about the merits of eating healthily by serving an alkaline diet menu. Androulla and Natalie, stay true to their roots selecting for an authentic Greek barbecue. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 16822 t
+4175 53463 Tony Bennett & Lady Gaga eng Cheek to Cheek Live! Tony Bennett and Lady Gaga perform 60 minutes of jazz standards backed by a 39-piece orchestra, including It Don't Mean a Thing, Sophisticated Lady and Cheek to Cheek Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:55:00 \N \N \N S \N 16834 t
+4175 49771 EastEnders eng \N A chance to catch up on the week's drama in Albert Square. Phil makes a discovery. Nick continues his charm offensive. More evidence comes to light in Lucy's murder investigation. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 00:55:00 2014-12-20 02:50:00 \N \N \N AD,S \N 16835 t
+4175 49773 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 02:55:00 2014-12-20 06:00:00 \N \N \N S \N 16838 t
+8267 65371 ITV News Granada Reports eng \N All the latest news, sport and breaking stories from around the North West. Including a regional weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N S \N 16839 t
+8267 16998 ITV News & Weather eng \N Alastair Stewart and Mary Nightingale with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N S \N 16840 t
+8267 17000 Emmerdale eng \N Moira and Charity's feud angers Cain. Adam is taken aback by Robert's offer. Kirin's future plans leave Vanessa uneasy. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N AD,S \N 16841 t
+8267 17019 Wilderness Walks with Ray Mears eng \N Britain's wildest places. In this edition, Ray follows the River Derwent to the breathtaking Borrowdale valley - home to ancient rainforests and some very special wildlife. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N S \N 16842 t
+8267 20154 Roman Britain from the Air eng \N Criss-crossing Britain by helicopter, Christine Bleakley and Michael Scott show us a unique view of Roman Britain, revealing what life was like for ordinary people 2,000 years ago. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N S \N 16843 t
+8500 5927 Peppa Pig eng Hide and Seek Animated series about a lovable little pig. Peppa and George are playing hide and seek, but Peppa complains that George is too easy to find. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:05:00 \N \N \N S \N 16844 t
+8500 5928 Peppa Pig eng The Playgroup Animated series about a little pig. George is joining Peppa at her playgroup but she doesn't really want him there - until her friends decide that George is brilliant. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:05:00 2014-12-24 09:15:00 \N \N \N S \N 16845 t
+8500 5929 Wanda and The Alien eng Pumpkins Animated series about the adventures of a little girl rabbit and her best friend, who comes from another planet. Wanda and Alien plant some pumpkin seeds. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:15:00 2014-12-24 09:30:00 \N \N \N S \N 16846 t
+8500 5930 Gone With The Wind eng \N Oscar-winning epic starring Clark Gable and Vivien Leigh. The tale of a love affair between Rhett Butler and Scarlett O'Hara during the course of the American Civil War. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 09:30:00 2014-12-24 13:50:00 \N \N 1939 S \N 16847 t
+24064 59776 Magnificent Obsessions eng Witches From the sublime to the ridiculous - a look into the mysterious world of real life witches as they turn witchcraft into an obsession that drives their life. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:45:00 \N \N \N \N \N 16854 t
+24064 59777 Magnificent Obsessions eng Zelda's Wisdom A look into the life of Carol Gardner who, with the help of her loveable English bulldog Zelda, launched a multimillion-dollar business. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 03:45:00 2014-12-21 04:30:00 \N \N \N \N \N 16855 t
+24064 59778 Magnificent Obsessions eng Elvis A look into the weird and wonderful world of Elvis enthusiasts, turning their passion for The King into a magnificent obsession. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 04:30:00 2014-12-21 05:15:00 \N \N \N \N \N 16856 t
+24064 59779 Magnificent Obsessions eng Unicycle A look into the weird and wacky world of unicyclists as they turn their one-wheel passion into a magnificent obsession. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 05:15:00 2014-12-21 06:00:00 \N \N \N \N \N 16857 t
+27360 17952 French Ligue 1 Preview eng \N A look ahead to the upcoming football in the top flight of France as Paris Saint-Germain look to make it a hat-trick of league titles. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:30:00 \N \N \N \N \N 16862 t
+27360 17953 Boxing Tonight eng \N Martin Murray and Steve Lillis join Richie Woodhall to review Andy Lee's world championship fight with Matt Korobov and Tim Bradley returns to the ring against Diego Chaves. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 03:30:00 2014-12-19 04:30:00 \N \N \N \N \N 16863 t
+27360 17954 Rugby Tonight Extra eng \N A round-up of the best action from the Aviva Premiership, with the latest news, some great moves and all the key moments. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 04:30:00 2014-12-19 05:00:00 \N \N \N \N \N 16864 t
+27360 17955 Bundesliga Review eng \N The best of the latest action from the top flight of Germany as Bayern Munich look to make it a hat-trick of consecutive titles. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 05:00:00 2014-12-19 06:00:00 \N \N \N \N \N 16865 t
+14752 26783 Roman Kemp eng \N Roman's bringing you the HOTTEST hit music in the world! Keep it Capital and get involved at CapitalFM.com or Tweet @CapitalOfficial \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 01:00:00 2014-12-20 06:00:00 \N \N \N \N \N 16867 t
+40992 51974 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:10:00 \N \N \N \N \N 16868 t
+40992 51975 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 18:10:00 2014-12-22 18:20:00 \N \N \N \N \N 16869 t
+40992 51976 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 18:20:00 2014-12-22 18:50:00 \N \N \N \N \N 16870 t
+40992 51977 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-22 18:50:00 2014-12-22 18:58:00 \N \N \N \N \N 16871 t
+40992 49165 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 18:58:00 2014-12-23 05:30:00 \N \N \N \N \N 16872 t
+27712 21931 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 00:30:00 2014-12-21 01:00:00 \N \N \N \N \N 17045 t
+8442 55734 More Sex Please, We're British eng \N This funny and frank documentary sheds light on the UK's booming sex toy market, meeting the people of Lovehoney in Bath, who make adult toys, sexy lingerie, erotic books and games. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 00:55:00 2014-12-19 02:00:00 \N \N \N S \N 16873 t
+41024 59528 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 17723 t
+8442 55782 Big Fat Gypsy Christmas eng Carols and Caravans: This special edition celebrates Christmas with members of the Travelling community Christmas is an important event for Travellers, but also an excuse to escape to the sun. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 02:00:00 2014-12-19 03:05:00 \N \N \N AD,S \N 16874 t
+41120 14155 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 07:00:00 \N \N \N \N \N 16875 t
+41120 14156 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 07:00:00 2014-12-24 09:00:00 \N \N \N \N \N 16876 t
+24016 12834 Faith Of My Fathers eng \N This biopic of US Senator John McCain chronicles his time as a Navy pilot and his five years as a prisoner of war in Northern Vietnam. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 00:40:00 2014-12-19 02:30:00 \N \N 2005 \N \N 16877 t
+24016 12835 Hell Squad eng \N Gripping World War Two drama set in Tunisia, where five American soldiers become separated from their unit without radio communication. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 02:30:00 2014-12-19 04:00:00 \N \N 1958 \N \N 16878 t
+14498 26364 How It's Made eng \N How are Swiss Army knives, oil tankers and racing wheels made? Find out as more everyday items are put under the microscope. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:30:00 \N \N \N \N \N 16879 t
+14498 26365 How It's Made eng \N How are bowling balls, barber poles, felt and radar guns made? Find out as more everyday items are put under the microscope. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 \N \N \N \N \N 16880 t
+14498 26366 FBI Case Files eng Dangerous Obsessions Sidney Reso, the head of Exxon International, leaves his house but never arrives at work. The FBI embarks on a maddening chase hoping to catch the kidnappers. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 02:00:00 \N \N \N \N \N 16881 t
+14498 26367 Tommy's Fix Your House for Free eng Dave & Alison's Bedroom and Music Room Can Tommy rustle up 25,000 of free building materials and turn a garage into a bedroom with en suite for Dave and Alison? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 02:00:00 2014-12-19 03:00:00 \N \N \N \N \N 16882 t
+15840 3600 Step Into Christmas eng \N Step out of the snow and into a warm Vintage Christmas with this collection of festive hits. What better soundtrack for putting up decorations? Get out the tinsel and baubles, Christmas is coming! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N \N \N 16883 t
+15840 3601 Jive Bunny MiXmas eng \N We're all ears as those festive funsters Jive Bunny create a Christmas mix especially for Vintage TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 16884 t
+15840 3602 Your Vintage eng \N A celebration of YOU and your music choices. Hosted by Atomic Kitten's Liz McClarnon and BBC 6 Music presenter Matt Everitt - this week we are at Camden Market \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N \N \N 16885 t
+15840 3603 Breakaway eng \N Breakaway from the norm of daytime telly - let Vintage TV carry you through the day in style, as we thumb through our greatest hits record collection. Go on, take the weight off. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 11:30:00 2014-12-23 13:00:00 \N \N \N \N \N 16886 t
+22592 17834 Call Collymore eng \N The UK's most passionate post-match phone-in with Stan 'The Man' Collymore. Call on 08717 22 33 44 (10p/min), text 81089 (50p + charges) or email via talkSPORT.com \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-21 16:00:00 2014-12-21 18:00:00 \N \N \N \N \N 16887 t
+26368 36390 Overnights eng \N David Andrews takes you through the night with more of your relaxing music mix. From midnight. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 04:00:00 \N \N \N \N \N 16888 t
+23280 5818 Flirt Zone eng \N Flirt with thousands of people across the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 02:00:00 \N \N \N \N \N 16889 t
+23280 5808 Picture Dating eng \N Send a Picture, find your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 02:00:00 2014-12-19 04:00:00 \N \N \N \N \N 16890 t
+24448 63920 Great Value Jewellery from GemsTV eng \N Shop and save with live falling auctions from GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 03:00:00 2014-12-24 04:00:00 \N \N \N \N \N 16891 t
+24448 63921 Through the Night eng \N Join Gems TV through the night for unmissable deals! \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 04:00:00 2014-12-24 05:00:00 \N \N \N \N \N 16892 t
+24448 63922 Through the Night eng \N Join Gems TV through the night for unmissable deals! \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 05:00:00 2014-12-24 06:00:00 \N \N \N \N \N 16893 t
+14608 31954 Custody Of The Heart eng \N A businesswoman finds her seemingly perfect life thrown into confusion when her stay-at-home husband suddenly sues her for divorce and custody of their children. With Lorraine Braco & Martin Donovan. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 01:00:00 2014-12-19 03:00:00 \N \N \N \N \N 16894 t
+41072 13918 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:45:00 \N \N \N \N \N 16895 t
+41072 13919 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 03:45:00 2014-12-21 04:30:00 \N \N \N \N \N 16896 t
+41072 13920 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 04:30:00 2014-12-21 05:15:00 \N \N \N \N \N 16897 t
+41072 13921 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 05:15:00 2014-12-21 06:00:00 \N \N \N \N \N 16898 t
+8325 4574 You've Been Framed at Christmas eng \N Harry Hill offers a seasonal selection of camcorder catastrophes, with footage from the archives of the best festive funnies - including Christmas kids and silly Santas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 15:40:00 2014-12-24 16:05:00 \N \N \N S \N 16899 t
+8325 2630 You've Been Framed at Christmas! eng \N Harry Hill offers a seasonal selection of camcorder catastrophes, with footage from the archives of the best festive funnies from Christmases past. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 16:05:00 2014-12-24 17:05:00 \N \N \N S \N 16900 t
+8325 2755 All Star Family Fortunes eng \N Vernon Kay presents a special festive edition of the game show, as an all-star Dancing on Ice team take on Corrie stars as they each attempt to win money for their chosen charity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 17:05:00 2014-12-24 18:10:00 \N \N \N S \N 16901 t
+24464 50263 Top Speed eng \N Episode 18. Predictably the premise of Top Speed is about going very, very fast. Host Martin Utberg participates in some of the world's most exciting races using cars featuring up to 480bhp. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 12:10:00 2014-12-19 12:40:00 \N \N \N \N \N 16902 t
+24464 50264 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 12:40:00 2014-12-19 13:40:00 \N \N \N \N \N 16903 t
+24464 50265 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 13:40:00 2014-12-19 14:45:00 \N \N \N \N \N 16904 t
+24464 50266 GT Asia Series eng Highlights of the premier Asian series exclusively for GT3 Supercars featuring an illustrious list of manufacturers competing on tracks in South Korea, Japan, Malaysia and China. Rd 13 Guia (Macau). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 14:45:00 2014-12-19 15:15:00 \N \N \N \N \N 16905 t
+8448 58531 The IT Crowd eng Yesterday's Jam In the very first episode, new recruit Jen is appointed head of the IT department, but her staff Moss and Roy soon discover that she knows nothing about computers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:35:00 \N \N \N S \N 16906 t
+8448 58532 Rude Tube eng Brand new series - World Wide Weird Alex Zane presents the top 50 of online oddities including the world's stupidest tattoo and the weirdest public information film ever made. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 00:35:00 2014-12-23 01:40:00 \N \N \N S \N 16907 t
+8448 58533 Bad Robots eng \N Brand new series - The robots are still wreaking havoc as visitors over at the world-famous clipper ship Cutty Sark learn some very questionable facts from the tourist information machine. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 01:40:00 2014-12-23 02:10:00 \N \N \N S \N 16908 t
+8448 58534 How I Met Your Mother eng No Pressure Ted tells Robin that he loves her just as she is setting off on her trip to Russia. Barney makes a discovery about Marshall and Lily when he snoops on them. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 02:10:00 2014-12-23 02:30:00 \N \N \N AD,S \N 16909 t
+8448 58535 How I Met Your Mother eng Karma Barney thinks the way that Quinn is manipulating him is payback for the manner in which he has treated women in the past. Ted is still upset about Robin moving out. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 02:30:00 2014-12-23 02:55:00 \N \N \N AD,S \N 16910 t
+8448 58536 The Inbetweeners eng \N Sparkling comedy about being a suburban teenager. Will (Simon Bird), whose parents have just divorced, is forced to move to a new area and change from private to comprehensive school. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 02:55:00 2014-12-23 03:20:00 \N \N \N AD,S \N 16911 t
+41008 59176 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 00:35:00 2014-12-22 01:30:00 \N \N \N \N \N 16912 t
+41008 58683 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 01:30:00 2014-12-22 02:00:00 \N \N \N \N \N 16913 t
+41008 58685 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-22 02:00:00 2014-12-22 05:45:00 \N \N \N \N \N 16914 t
+41136 50333 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 04:35:00 2014-12-23 06:00:00 \N \N \N \N \N 16915 t
+41072 13879 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:45:00 \N \N \N \N \N 16916 t
+41072 13880 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 00:45:00 2014-12-19 01:00:00 \N \N \N \N \N 16917 t
+41072 13881 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 02:00:00 \N \N \N \N \N 16918 t
+41072 13882 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-19 02:00:00 2014-12-19 03:00:00 \N \N \N \N \N 16919 t
+14784 2848 Christmas Wiping out your Finances? eng Check out our BARGAINS OF THE DAY page! All 7nt deals in January 3*AI Algarve £119! 4*BB Sharm £259! 4*HB Malta £285! 4*AI Tunisia £319! 3*AI CD Sol £389! FAB offers, MAD prices! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 16:00:00 2014-12-19 20:00:00 \N \N \N \N \N 16920 t
+14372 9084 Under 10 Day with Gemma eng \N Gemma is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 \N \N \N \N \N 16922 t
+14372 9085 Under 10 Day with Gemma eng \N Gemma is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 01:00:00 2014-12-19 02:00:00 \N \N \N \N \N 16923 t
+14816 986 1-2-1 Dating - Try ADULT eng \N 1-2-1 Dating's popular ADULT section is for those seeking something a little unusual, specific or extracurricular. Search the pages to find your adult 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 16:00:00 2014-12-21 20:00:00 \N \N \N \N \N 16938 t
+8448 58476 The Big Bang Theory eng The Vacation Solution Sheldon helps Amy in her biology lab after he is forced to use up two weeks of holiday, but he is bored by the tasks she gives him. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N AD,S \N 16939 t
+8448 58477 The Big Bang Theory eng The Rothman Disintegration Sheldon and Kripke argue over who should get Professor Rothman's vacant corner office. Amy buys Penny some art to celebrate their friendship. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N AD,S \N 16940 t
+8448 58478 Hollyoaks eng \N Sienna's lies fail to allay Theresa's suspicions about Dodger's whereabouts. Rick manipulates those around him to get what he wants and upsets Robbie in the process. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N S \N 16941 t
+8448 58479 Rude(ish) Tube eng \N Rude Tube's naughty little sister is back with the internet's most acrobatic dog, some incredible football freestylers and Jessica Alba in a stare-out contest. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N S \N 16942 t
+8448 58480 The Big Bang Theory eng The Prom Equivalency The girls decide to re-enact their high-school proms with their current partners, so they recreate the event on the roof of the apartment building. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N AD,S \N 16943 t
+8448 58481 The Big Bang Theory eng The Staircase Implementation This episode flashes back to the start of Sheldon and Leonard's friendship seven years earlier and explains the roommate agreement. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 \N \N \N AD,S \N 16944 t
+14608 32000 The Christmas Pageant eng \N When a temperamental Broadway director is fired from yet another job, she is forced to direct a community Christmas pageant. Starring Melissa Gilbert \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 15:00:00 2014-12-21 17:00:00 \N \N 2011 \N \N 16945 t
+14608 32001 Hitler On Trial eng \N In 1931, young Jewish lawyer Hans Litten put Hitler on trial to expose the true nature of the Nazi party and Hitler. This drama brings to life the forgotten bravery of Hans who died in Dachau. 2011 \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-21 17:00:00 2014-12-21 19:00:00 \N \N \N \N \N 16946 t
+27712 21880 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 16947 t
+27712 21881 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:30:00 \N \N \N \N \N 16948 t
+27712 21882 Innovate Africa eng \N Innovate Africa explores the latest science, innovation and high-tech solutions coming out of Africa. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:00:00 \N \N \N \N \N 16949 t
+27712 21883 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N \N \N 16950 t
+27712 21884 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N \N \N 16951 t
+14752 23822 Ant Payne eng \N Ant's got all the biggest and best hits around. You can join the conversation @CapitalOfficial on Twitter and online at capitalfm.com! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 19:00:00 \N \N \N \N \N 16952 t
+8442 55867 Four in a Bed eng \N It's day two and the competition has moved to the Old Hall Inn in Yorkshire, where Lucy and Caroline make a mysterious, toe-curling discovery in their bathroom. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 15:15:00 2014-12-21 15:50:00 \N \N \N S \N 16953 t
+8442 55868 Four in a Bed eng \N The B&B competition reconvenes at the nautical Pilot Boat Inn on the Isle of Wight. But for some of the guests, the rooms aren't quite shipshape. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 15:50:00 2014-12-21 16:20:00 \N \N \N S \N 16954 t
+8442 55869 Four in a Bed eng \N The fourth visit of the week is to Rutland Terrace in Stamford, where, after dinner, Kevin unleashes his alter-ego Veronica to general screams of delight. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 16:20:00 2014-12-21 16:50:00 \N \N \N S \N 16955 t
+8442 55870 Four in a Bed eng \N It's time for the B&Bers to face the music, as they come together for one last time to find out what they've been paid and confront their critics face-to-face. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 16:50:00 2014-12-21 17:25:00 \N \N \N S \N 16956 t
+8442 55871 Come Dine with Me eng \N This festive celebrity culinary competition features Rav Wilding, Rebecca Adlington, Jennifer Ellison, Alex Carter and Mrs Moneypenny from SuperScrimpers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 17:25:00 2014-12-21 17:55:00 \N \N \N S \N 16957 t
+8442 55872 Come Dine with Me eng \N This festive celebrity culinary competition features Rav Wilding, Rebecca Adlington, Jennifer Ellison, Alex Carter and Mrs Moneypenny from SuperScrimpers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 17:55:00 2014-12-21 18:25:00 \N \N \N S \N 16958 t
+12928 41998 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:30:00 \N \N \N \N \N 17745 t
+8267 16074 Text Santa Highlights eng \N A look back at a night of revelry and comedy as we celebrate the highlights of this year's Text Santa, including when George Clooney makes a surprise visit to Downton Abbey. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:05:00 2014-12-20 01:25:00 \N \N \N S \N 16959 t
+8267 16078 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 01:25:00 2014-12-20 03:00:00 \N \N \N \N \N 16960 t
+14544 144 Xpanded TV eng \N Cheap Chat Live! Call in now to chat to one of the fab Xpanded babes at great low rates. VIP callers jump the queue for faster connections! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 05:30:00 \N \N \N \N \N 16961 t
+28160 15784 Premier Life eng \N Dr Micha Jazz presents uplifting and encouraging Christian music and testimonies. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 13:00:00 2014-12-21 15:00:00 \N \N \N \N \N 16962 t
+28032 16501 Carlito's Way eng \N Powerful crime drama starring Al Pacino and Sean Penn, 1993. A criminal is determined to go straight but finds himself drawn back into the world he sought to escape \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 22:15:00 2014-12-24 01:10:00 \N \N \N AD,S \N 16963 t
+15808 50262 NASCAR Nationwide Season Review eng \N The 2013 NASCAR Nationwide Series witnessed a season-long title tussle between rising star Austin Dillon and former IndyCar champion Sam Hornish Jr. Relive the action with our review show. Part 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 09:00:00 2014-12-19 12:10:00 \N \N \N \N \N 16964 t
+22688 999 The Mellow Magic Love Hour eng \N Your all time greatest love songs \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 \N \N \N \N \N 16965 t
+22688 1000 Mellow Magic eng \N Relax, chill out and feel More Music Magic \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 01:00:00 2014-12-19 04:00:00 \N \N \N \N \N 16966 t
+14832 1339 Rabbits & Bunnies & Meadows, Oh My eng \N Now in its 6th year, Gay Rabbit Chat & Date is an interactive TV chat service designed to put YOU in touch with new LGBT friends all over the UK. Chat, flirt, date and then some! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 16:00:00 2014-12-21 20:00:00 \N \N \N \N \N 16967 t
+8283 17465 Surviving The Tsunami eng 10 Years On A moving account of the events a decade ago on Boxing Day 2004 when a tsunami swept across eleven countries in the Indian Ocean killing nearly 250,000 people of many nationalities. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:05:00 \N \N \N S \N 16968 t
+8283 16750 ITV News at Ten & Weather eng \N Mark Austin and Julie Etchingham with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:05:00 2014-12-22 22:45:00 \N \N \N S \N 16969 t
+8283 25995 Notting Hill eng \N Romantic comedy starring Julia Roberts and Hugh Grant, 1999. The pressures of fame threaten to ruin the chances of love between an actress and book shop owner \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 22:45:00 2014-12-23 01:00:00 \N \N \N AD,S \N 16970 t
+24032 31253 Sony Movie News Extra eng \N Entertainment news featuring movie and TV stars, plus the latest from glittering red carpet premieres. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 00:55:00 2014-12-19 01:05:00 \N \N \N \N \N 16971 t
+24032 31254 Against All Odds eng \N An injured professional footballer at a loose end agrees to help a disreputable friend find a missing girlfriend, who has fled to Mexico \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 01:05:00 2014-12-19 03:30:00 \N \N \N \N \N 16972 t
+14800 1339 Winter in Rabbit Meadow eng \N Rabbit Chat & Date has been connecting people for 6 years now! Why not jump in and see why? Make new friends, chat, flirt and find that RIGHT somebody. Or that RIGHT NOW somebody. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 16:00:00 2014-12-21 20:00:00 \N \N \N \N \N 16973 t
+26240 11735 John Isherwood eng \N John Isherwood has the soundtrack to your workday - Plus - #Reheat - All your favourite hits from the 80s & 90s \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 10:00:00 2014-12-23 13:00:00 \N \N \N \N \N 17086 t
+27648 4460 How It's Made eng \N Ever wondered how everyday items like game calls, mayonnaise, traditional razor blades and butterfly safety razors are made? Find out how these familiar objects are formed. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:30:00 \N \N \N \N \N 16974 t
+27648 4461 How It's Made eng \N How are socket sets, leather shoes and Ferrari cars made? Find out as more everyday items are put under the microscope. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 00:30:00 2014-12-23 01:00:00 \N \N \N \N \N 16975 t
+27648 4462 How It's Made eng \N How are carved wood sculptures, arc trainers, used-oil furnaces and fountain pens made? Find out as more items go under the microscope. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:30:00 \N \N \N \N \N 16976 t
+27648 4463 How It's Made eng \N How are lift trucks, olive oil, seamless rolled rings and ski boots made? Find out as more everyday items are put under the microscope. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 01:30:00 2014-12-23 02:00:00 \N \N \N \N \N 16977 t
+27648 4464 FBI Case Files eng Taken Sceptical police think a missing twelve-year-old might be a runaway until another girl is snatched. The FBI is called in, but can they find and stop the predator in time? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 02:00:00 2014-12-23 03:00:00 \N \N \N \N \N 16978 t
+8264 16789 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how or join in now at Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 01:00:00 2014-12-23 03:00:00 \N \N \N \N \N 16979 t
+8381 14667 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the cash prize. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N S \N 16981 t
+8381 14691 ITV News Calendar eng \N The latest news from around the region, plus interviews and features. Including local weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N S \N 16982 t
+8381 14675 ITV News & Weather eng \N Alastair Stewart and Ranvir Singh with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N S \N 16983 t
+8381 14676 Emmerdale eng \N Robert schemes to get Lawrence off Ross's back. Rakesh has news for Charity. Rakesh and Priya form a plan. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N AD,S \N 16984 t
+8381 14677 Coronation Street eng \N Tracy awaits news of Rob's fate. Is Steve getting obsessed? Steph holds the fort. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 \N \N \N AD,S \N 16985 t
+14832 1316 Blue Gay Rabbit NOW Open 7nts! eng \N Gay Rabbit goes BLUE from 10pm and is NOW open and live-hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail. PIN protected \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 02:00:00 \N \N \N \N \N 16986 t
+14832 1317 Blue Gay Rabbit NOW Open 7nts! eng \N Gay Rabbit goes BLUE from 10pm and is NOW open and live-hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail. PIN protected \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 02:00:00 2014-12-19 04:00:00 \N \N \N \N \N 16987 t
+8384 59073 NFL eng Rush Zone Animated series that centres on a young football fan called Ish, who must protect shards of a power source called The Core, hidden in various NFL stadiums. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 04:45:00 2014-12-22 05:10:00 \N \N \N S \N 16988 t
+8384 59074 Small Animal Hospital eng \N Max the spaniel has suspected meningitis; some lardy Labs go head to head in a weight loss competition; and John comes face to face with some rebellious reptiles. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 05:10:00 2014-12-22 05:35:00 \N \N \N S \N 16989 t
+8384 58688 Countdown eng \N Nick Hewer and Rachel Riley host as contestants race against the clock to pit their wits against vowels, consonants and numbers. David Baddiel is in Dictionary Corner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 05:35:00 2014-12-22 06:20:00 \N \N \N S \N 16990 t
+13120 8601 Garden Re-Leaf with Richard Jackson eng \N Celebrating the gardening industry's first ever Re-Leaf Day, QVC is getting in the spirit of the gardening season. Here's looking forward to sunny days ahead! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 16991 t
+13120 8602 Clogau Jewellery eng \N Each piece of Clogau jewellery contains a touch of rare Welsh gold from the Clogau St. David's gold mine in Snowdonia, North Wales - one of the rarest and most sought-after golds in the world. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 \N \N \N \N \N 16992 t
+13120 8603 Yankee Candles eng \N Since 1969, Yankee Candles have been made in the US from superior materials, including their premium fragrance oils. Fill your home with a wonderfully romantic atmosphere and exquisite scents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 14:00:00 2014-12-24 15:00:00 \N \N \N \N \N 16993 t
+23152 17543 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:30:00 \N \N \N \N \N 16994 t
+23152 17544 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-24 06:30:00 2014-12-24 07:00:00 \N \N \N \N \N 16995 t
+23152 19205 Crime Stories eng Season 3 Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 07:00:00 2014-12-24 08:00:00 \N \N \N \N \N 16996 t
+23152 17546 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:30:00 \N \N \N \N \N 16997 t
+23152 19206 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N \N \N 16998 t
+14816 968 1-2-1 Dating - AFTER DARK eng \N Can't get to sleep? Try 1-2-1 Dating's all new AFTER DARK section. For those seeking something a little extra -curricular or unusual. All for a special price of just 51p/minute \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 04:00:00 \N \N \N \N \N 16999 t
+14800 1316 Blue Rabbit NOW Open 7nts! eng \N Rabbit goes BLUE from 10pm and is NOW open & Live hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 02:00:00 \N \N \N \N \N 17000 t
+14800 1317 Blue Rabbit NOW Open 7nts! eng \N Rabbit goes BLUE from 10pm and is NOW open & Live hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 02:00:00 2014-12-19 04:00:00 \N \N \N \N \N 17001 t
+17472 56471 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:45:00 \N \N \N \N \N 17002 t
+17472 51444 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 01:45:00 2014-12-23 02:45:00 \N \N \N \N \N 17003 t
+17472 51446 eng \N \N \N \N \N \N \N \N eng 0 0 0 \N 2014-12-23 02:45:00 2014-12-23 06:05:00 \N \N \N \N \N 17004 t
+41024 59522 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:30:00 \N \N \N \N \N 17008 t
+41024 59523 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 15:30:00 2014-12-20 16:00:00 \N \N \N \N \N 17009 t
+41024 59524 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 17010 t
+41024 59525 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N \N \N 17011 t
+24384 15479 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N \N \N 17019 t
+24384 15539 Heartfelt Creations 4 Day Deal eng \N A chance for you to get our special product, the Create and Craft 4 Day Deal \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N \N \N 17020 t
+24384 15211 Tattered Lace Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 17021 t
+24480 3566 Wake Up In The 70s eng \N Wow, what an explosive way to start the day as we visit the decade that dawned as discotastic and ended up with punk pogo-ing the prog rockers off the scene. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 09:00:00 \N \N \N \N \N 17022 t
+26368 36403 Smooth Soul Sunday eng \N Join Paul Hollins for your relaxing music mix of soul every Sunday evening from 6.00pm \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 20:00:00 \N \N \N \N \N 17023 t
+26368 36404 The Great American Songbook eng \N Join Anthony Davis for The Great American Songbook. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 20:00:00 2014-12-22 00:00:00 \N \N \N \N \N 17024 t
+14688 11596 The No Repeat Guarantee eng \N Russ Williams brings you the No Repeat Guarantee - loads of great music and you'll never hear the same song twice. Text now on 81215 (50p + n/wk chrg) or email via the website at a \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 10:00:00 2014-12-19 13:00:00 \N \N \N \N \N 17025 t
+15808 50569 Scottish Borders Hill Rally eng \N Over 100 miles of stages through the Scottish borders make up this popular annual hill rally. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 21:35:00 2014-12-22 22:35:00 \N \N \N \N \N 17032 t
+15808 50331 Race of Champions Replay eng \N The very best action from the 2014 Race of Champions. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 22:35:00 2014-12-23 01:45:00 \N \N \N \N \N 17033 t
+22752 1096 Kiss Fresh Early eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 03:00:00 2014-12-22 06:00:00 \N \N \N \N \N 17037 t
+23280 5841 Flirt With Me eng \N Flirt and meet with Kiss Me TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 22:00:00 \N \N \N \N \N 17123 t
+27712 21932 Head to Head eng \N Mehdi Hassan goes head to head with China's foremost interpreter, Dr Zhang Weiwei, on whether China could, or should, become a western-style democracy. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 17046 t
+27712 21933 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 02:00:00 2014-12-21 03:00:00 \N \N \N \N \N 17047 t
+12992 31175 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:05:00 \N \N \N \N \N 17048 t
+12992 31176 My Name Is Earl eng \N US comedy series. Earl decides to forgive a babysitter who broke his heart when he was younger. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 12:05:00 2014-12-23 12:35:00 \N \N \N S \N 17049 t
+12992 30847 Burning Hills eng \N Western adventure starring Tab Hunter and Natalie Wood. A farmer sets out to avenge the murder of his brother at the hands of a despotic cattle baron. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 12:35:00 2014-12-23 14:25:00 \N \N 1956 S \N 17050 t
+12992 30848 The Way West eng \N Epic western starring Kirk Douglas and Robert Mitchum. A group of mid-19th-century pioneers struggle across the Great Plains of America. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-23 14:25:00 2014-12-23 17:00:00 \N \N 1967 \N \N 17051 t
+16048 32729 ITV3 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 03:20:00 2014-12-20 03:40:00 \N \N \N \N \N 17052 t
+16048 31842 Emmerdale Omnibus eng \N Zak tries to make amends with Edna. Moira is excited as Adam returns. Robert is worried as Lawrence plans revenge - is the net closing in? \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-20 03:40:00 2014-12-20 06:00:00 \N \N \N S,SL \N 17053 t
+22720 1321 The Never End Kiss Weekend eng \N Your weekend lasts longer with Dave playing the big Kiss tunes and taking your requests \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 19:00:00 2014-12-21 22:00:00 \N \N \N \N \N 17054 t
+12928 41999 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 \N \N \N \N \N 17746 t
+28096 59386 QI eng Discoveries Stephen Fry hosts the quiz show in which contestants are rewarded more if their answers are 'quite interesting'. With Arthur Smith, Clive Anderson, Vic Reeves and Alan Davies. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 18:20:00 2014-12-21 19:00:00 \N \N \N S \N 17055 t
+28096 59387 I've Never Seen Star Wars eng \N New. Stephen Fry is one clever chap, but he's an utter novice when it comes to boxing, Only Fools and Horses and flat pack furniture. Jo Brand urges the QI host to give them a try! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:40:00 \N \N \N \N \N 17056 t
+28096 59388 World's Most Dangerous Roads eng Bolivia Funnymen Phill Jupitus and Marcus Brigstocke find their high-altitude road trip in South America is no joke as they grapple with Bolivian bandits and the Road of Death! \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 19:40:00 2014-12-21 21:00:00 \N \N \N S \N 17057 t
+17664 59073 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-22 04:45:00 2014-12-22 05:10:00 \N \N \N \N \N 17058 t
+17664 59074 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 05:10:00 2014-12-22 05:35:00 \N \N \N \N \N 17059 t
+17664 58688 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 05:35:00 2014-12-22 06:20:00 \N \N \N \N \N 17060 t
+25728 54428 Teleshopping eng \N Shop for the latest goods from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 03:00:00 2014-12-21 06:00:00 \N \N \N \N \N 17061 t
+22272 65160 Top Gear eng \N Buckle up for more motoring escapades. In Albania, the team test luxurious cars including the Rolls-Royce Ghost, the Bentley Mulsanne and the Mercedes S65 AMG. Jonathan Ross guests. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N AD,S \N 17062 t
+22272 65161 Storage Hunters eng High Noon Auction anarchy! Scott, Brandon and Lori hope to strike it rich in Vegas, but Dustin and Desert Dan are betting big too. The factions compete for a geologist's bin. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:30:00 \N \N \N S \N 17063 t
+22272 65162 Storage Hunters eng Abracadabra All bets are off as the auction-goers battle for bargains in Las Vegas. Dustin continues to pose a threat to Brandon and Lori as mystery bins test their resolve. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 10:30:00 2014-12-23 11:00:00 \N \N \N S \N 17064 t
+22272 65163 Sin City Motors eng \N Crafty car customiser Steve Darnell pimps rides, Vegas-style! Steve builds his cowboy friend JR the ultimate ranch truck by welding together a pair of vintage Dodges. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N S \N 17065 t
+28032 30347 Pawn Stars eng Rick's Bad Day Series following pawn shop owners in Las Vegas. The boys consider buying a hard-worn German bayonet from WWII and a classic piece of Americana. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 12:10:00 2014-12-20 12:40:00 \N \N \N S \N 17066 t
+28032 27953 Ice Cold in Alex eng \N Classic war drama starring John Mills and Sylvia Syms, 1958. An army officer travels to Alexandria with two nurses and a South African soldier but tragedy strikes \N 0 25 f 64 eng eng 1 0 0 \N 2014-12-20 12:40:00 2014-12-20 15:20:00 \N \N \N AD,S \N 17067 t
+17540 55378 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:00:00 \N \N \N \N \N 17068 t
+17540 49809 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:15:00 \N \N \N \N \N 17069 t
+17540 52920 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-21 23:15:00 2014-12-21 23:25:00 \N \N \N \N \N 17070 t
+17540 57544 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 23:25:00 2014-12-22 00:10:00 \N \N \N \N \N 17071 t
+28352 2324 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N \N \N 17072 t
+28352 2325 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:30:00 \N \N \N \N \N 17073 t
+28352 2326 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 10:30:00 2014-12-23 11:00:00 \N \N \N \N \N 17074 t
+28352 2327 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N \N \N 17075 t
+28352 2328 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N \N \N 17076 t
+27456 45401 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 \N \N \N \N \N 17077 t
+27456 45402 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N \N \N 17078 t
+27456 45403 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:30:00 \N \N \N \N \N 17079 t
+27456 45404 Keiser Report eng \N Keiser Report is a no holds barred look at the shocking scandals behind the global financial headlines. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 10:30:00 2014-12-23 11:00:00 \N \N \N \N \N 17080 t
+27456 45405 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N \N \N 17081 t
+27456 45406 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N \N \N 17082 t
+27744 42110 The Streets of San Francisco eng \N A pair of plainclothes homicide detectives, cruise the streets of San Francisco solving crimes. Add Karl Malden, Michael Douglas and a killer theme tune and you have a classic. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N \N \N 17083 t
+27744 42111 Hawaii Five-O eng \N Popular American police drama starring Jack Lord and James MacArthur. Gangster Johnny Oporta has his enemies murdered and then covers up the crimes by incinerating their bodies./24 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 2 \N \N \N 4 17084 t
+27744 42112 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. Picard ends up stranded on a barren planet with a woman who falls desperately in love with him. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N \N \N 17085 t
+17920 41805 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-20 21:05:00 2014-12-20 22:35:00 \N \N \N \N \N 17124 t
+28512 703 Chat Your Socks off eng \N Don't just sit there! Get that guy or gal of your dreams. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 11:00:00 2014-12-23 14:00:00 \N \N \N \N \N 17087 t
+32896 8689 Pop Through The Night eng \N A late night round up of everyone's favourite Invisible Network of Kids. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 03:00:00 2014-12-24 05:00:00 \N \N \N \N \N 17088 t
+32896 8690 Pop Through The Night eng \N A late night round up of everyone's favourite Invisible Network of Kids. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 05:00:00 2014-12-24 06:00:00 \N \N \N \N \N 17089 t
+41104 20005 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 09:00:00 2014-12-23 13:00:00 \N \N \N \N \N 17090 t
+24032 31408 Sony Movie News Extra eng \N Entertainment news featuring movie and TV stars, plus the latest from glittering red carpet premieres. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 03:40:00 2014-12-24 03:50:00 \N \N \N \N \N 17091 t
+24032 31409 The Greatest eng \N Biographical drama starring Muhammed Ali and Ernest Borgnine, 1977. The story of Cassius Clay, who became Muhammed Ali and the most charismatic heavyweight champion of our time \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 03:50:00 2014-12-24 06:00:00 \N \N \N \N \N 17092 t
+23184 17451 A Stranger In My Home eng \N The series re-enacts real-life stories of how letting the wrong person in was the last mistake they ever made... S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 17093 t
+23184 17452 New eng North Mission Road LA where the beautiful people are and dreams are made but also the stuff of real life nightmares and no one knows any better about this than the County Coroner at North Mission. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 17094 t
+22080 1623 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N \N \N 17095 t
+14498 26458 Salvage Hunters eng \N Modern-day treasure hunter Drew Pritchard loves the thrill of the hunt and crisscrosses the country in search of derelict gems and forgotten remnants. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N \N \N 17192 t
+23184 17898 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:30:00 \N \N \N \N \N 17096 t
+23184 17899 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 23:30:00 2014-12-22 00:00:00 \N \N \N \N \N 17097 t
+22226 11845 New: TNA Impact Specials eng All Time Best, Part 1 A look at the biggest matches in TNA's history, including Kurt Angle v Samoa Joe in 2008 and Hulk Hogan and Abyss v Ric Flair and AJ Styles in 2010. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:00:00 \N \N \N \N \N 17098 t
+22226 11846 New eng Wrestle Talk TV Magazine show bringing fans the latest news, interviews and discussions from the wrestling worlds in America and Britain. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:30:00 \N \N \N \N \N 17099 t
+22226 11847 Videogame Nation eng \N The biggest titles and good humour come together in this entertaining look at the world of video games. Guests from the gaming sector and the comedy circuit put their two cents in. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 23:30:00 2014-12-22 00:00:00 \N \N \N \N \N 17100 t
+22688 1023 Magic's Behind the Music with... eng \N Each week Magic will delve into the music and stories behind the world's most iconic music acts. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 18:00:00 2014-12-21 20:00:00 \N \N \N \N \N 17103 t
+22688 1024 Mellow Magic with Hannah Cox eng \N Relax, chill out and feel the Magic \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 20:00:00 2014-12-22 00:00:00 \N \N \N \N \N 17104 t
+20352 60710 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 04:40:00 2014-12-22 07:00:00 \N \N \N \N \N 17105 t
+24016 12873 Only the Brave eng \N The true story of how a rescue unit made up entirely of second generation Japanese-American soldiers courageously fought the Germans in an attempt to rescue a US Army unit. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 19:15:00 2014-12-21 21:00:00 \N \N 2006 \N \N 17106 t
+14688 11617 The Christian O'Connell Breakfast Show eng \N Andy Bush fills in for Christian O'Connell to give you your morning burst of good music, good banter and all the vitamins you need to start your day. Text the studio on 81215 (50p \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 06:00:00 2014-12-22 10:00:00 \N \N \N \N \N 17107 t
+23296 5823 Gay Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 20:00:00 \N \N \N \N \N 17108 t
+23296 5824 Rainbow Nation eng \N LGBT - No limits dating. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 22:00:00 \N \N \N \N \N 17109 t
+22656 879 The K! Rock n Roll Years eng \N 3 hours. 3 years of music from rock history. But what years are they? Get guessing on Facebook.com/kerrangradio or @KerrangRadio on Twitter! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 18:00:00 2014-12-21 21:00:00 \N \N \N \N \N 17110 t
+24352 30904 Baggage Battles eng Atlanta Billy, Mark, Laurence and Sally compete with hundreds of buyers to win some of the 700 pallets, containing over 70,000 items, across this 50,000-square-foot auction floor. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:30:00 \N \N \N \N \N 17111 t
+24352 30905 Baggage Battles eng New Jersey Mark, Billy, Laurence and Sally explore a government-run auction with armed security guards so that they can bid on this lucrative cargo collected by Customs. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 \N \N \N \N \N 17112 t
+24352 30906 Baggage Battles eng Los Angeles Mark, Billy, Laurence and Sally try to profit on some legally seized valuables at the largest police auction in the country. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:30:00 \N \N \N \N \N 17113 t
+24352 30907 Baggage Battles eng Scotland Mark, Billy and the Martins compete for lucrative and rare overseas items. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 19:30:00 2014-12-21 20:00:00 \N \N \N \N \N 17114 t
+24352 30908 Monumental Mysteries eng The House That Sugar Built & Rocking Chair Don Wildman explores a mansion in Michigan built on the back of the sweetest of swindles and learns of an uprising in Central Park. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 17115 t
+23120 20419 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 17116 t
+23120 20436 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 17117 t
+23120 20435 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 17118 t
+22624 40372 Sunset Melodies eng \N RNIB's Insight Radio - Gary Moritz plays relaxing tracks from the 30s, 40s, 50s and 60s for your Sunday evening \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 17119 t
+22624 40373 Music Box eng \N RNIB's Insight Radio - Sandra Gayer makes classical music accessible \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 17120 t
+22624 40374 Real Country eng \N RNIB's Insight Radio - Steven Scott plays the biggest country hits from Nashville \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 17121 t
+23280 5840 Your Perfect Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 20:00:00 \N \N \N \N \N 17122 t
+22080 1407 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:30:00 \N \N \N S \N 17129 t
+22080 5 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 06:30:00 2014-12-23 07:00:00 \N \N \N S \N 17130 t
+22080 6 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:30:00 \N \N \N S \N 17131 t
+22080 76 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 07:30:00 2014-12-23 08:00:00 \N \N \N S \N 17132 t
+22080 199 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:30:00 \N \N \N S \N 17133 t
+22080 200 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:00:00 \N \N \N S \N 17134 t
+23968 4798 Numberjacks eng \N 5 solves the problems caused by the Puzzler, in Numberjacks! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 15:15:00 2014-12-23 15:30:00 \N \N \N \N \N 17136 t
+16208 36961 Doctor Who eng The Movie 1996. Paul McGann makes his only appearance as the mysterious Time Lord in this feature-length adventure. In San Francisco on New Year's Eve, 1999, the Doctor meets his old nemesis. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 16:00:00 2014-12-21 18:00:00 \N \N 1996 \N \N 17137 t
+27168 59863 Man Down Christmas Special eng \N After a difficult year, Dan (Greg Davies) is convinced he has turned his life around only to meet a Christmas thorn in his side in the shape of his aunt Nesta (Stephanie Cole). \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 03:50:00 2014-12-24 04:15:00 \N \N \N S \N 17141 t
+14720 53328 Toby Anstis eng \N For more music variety in your mornings, Toby Anstis is your man! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 09:00:00 2014-12-23 13:00:00 \N \N \N \N \N 17193 t
+41072 14074 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 22370 t
+27168 59599 Da Ali G Show eng 'Respeck' Ali G talks with Sam Donaldson, 'boss man of ABC News', about Nixon's 'Waterworld' crisis, while Bruno explores issues of sexuality with Pastor Quinn, a 'gay converter'. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 04:15:00 2014-12-24 04:45:00 \N \N \N S \N 17142 t
+27168 60714 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 04:45:00 2014-12-24 06:00:00 \N \N \N \N \N 17143 t
+41056 18150 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:30:00 \N \N \N \N \N 17144 t
+41056 18151 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-24 03:30:00 2014-12-24 04:00:00 \N \N \N \N \N 17145 t
+41056 18152 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:25:00 \N \N \N \N \N 17146 t
+41056 18153 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-24 04:25:00 2014-12-24 04:30:00 \N \N \N \N \N 17147 t
+41056 18154 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 04:30:00 2014-12-24 05:00:00 \N \N \N \N \N 17148 t
+41056 18155 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 05:00:00 2014-12-24 06:05:00 \N \N \N \N \N 17149 t
+27328 17329 Live Timberwolves @ Cavaliers eng \N Live NBA interconference action from the Quicken Loans Arena, Cleveland. The Cavaliers held off a late Timberwolves rally to win 93-92 when these teams met here last season. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 00:00:00 2014-12-24 02:30:00 \N \N \N \N \N 17150 t
+27328 17330 Game of the Week eng \N We've scoured the world for the best action and this is the best game of the week from the football or rugby world. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 02:30:00 2014-12-24 03:00:00 \N \N \N \N \N 17151 t
+15840 3545 Loving The 80s eng \N The decade of Rubik's Cubes, Wham's famous Wembley Concerts and outrageous fashion; it also produced some of the finest pop music ever made - from Erasure to A-Ha! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 17157 t
+15840 3546 This Is 80s Pop! eng \N The ultimate selection of hits from the 80s, featuring much loved artists such as Duran Duran, Erasure, Pet Shop Boys and Eurythmics. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 17158 t
+15840 3547 Christmas In The Studio eng \N A cracker of a festive show, as Michael Ball and Martine McCutcheon present our Christmas show with performances from top artists, and a certain Jive Bunny! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 17159 t
+23040 38202 12 Chefs Of Christmas eng \N 12 Chefs of Christmas celebrates the festive season with twelve menus from some of television's top chefs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:30:00 \N \N \N \N \N 17160 t
+23040 38203 Cooking Christmas With Matt and Lisa eng \N Join Matt and Lisa for a delicious Christmas feast. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N \N \N 17161 t
+23040 38204 Guy's Big Bite eng \N Delicious culinary series that's bursting with big flavours. Guy makes a roasted acorn squash soup topped with yoghurt and pistachio Parmesan crostini that tastes even better than it looks. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:30:00 \N \N \N \N \N 17162 t
+23040 38205 Great British Christmas Menu eng \N Four chefs battle it out to raise money for Children In Need by creating the ultimate Christmas feast. After four tough days, the winner is crowned. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 10:30:00 2014-12-24 11:00:00 \N \N \N \N \N 17163 t
+23040 38206 12 Chefs Of Christmas eng \N 12 Chefs of Christmas celebrates the festive season with twelve menus from some of television's top chefs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:30:00 \N \N \N \N \N 17164 t
+23040 38207 Jun and Spike's Cocktail Menu eng \N Join us for a show where we discover amazing cocktails. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 11:30:00 2014-12-24 12:00:00 \N \N \N \N \N 17165 t
+28416 20088 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N \N \N 20305 t
+12928 42054 Kids' Hospital at Christmas eng \N Brand new series following staff and patients at the Royal Manchester Children's Hospital over Christmas. Fundraising manager Angela hunts for presents for children spending Christmas on the wa... \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N S \N 17166 t
+16080 14905 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:30:00 \N \N \N \N \N 17168 t
+16080 14906 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N \N \N 17169 t
+16080 14907 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:30:00 \N \N \N \N \N 17170 t
+16080 14908 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 10:30:00 2014-12-24 11:00:00 \N \N \N \N \N 17171 t
+16080 14909 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:30:00 \N \N \N \N \N 17172 t
+16080 14910 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 11:30:00 2014-12-24 12:00:00 \N \N \N \N \N 17173 t
+8385 60710 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 03:40:00 2014-12-22 06:00:00 \N \N \N \N \N 17174 t
+24064 59103 Back at 3am and 24-hours on HD 109 eng \N No Information Available \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 03:00:00 \N \N \N \N \N 17175 t
+17920 41866 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 00:35:00 2014-12-21 01:00:00 \N \N \N \N \N 17177 t
+17920 42954 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 01:00:00 2014-12-21 01:30:00 \N \N \N \N \N 17178 t
+17920 42955 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 01:30:00 2014-12-21 02:00:00 \N \N \N \N \N 17179 t
+17920 42163 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 02:00:00 2014-12-21 02:30:00 \N \N \N \N \N 17180 t
+25792 52409 King George and Queen Mary: The Royals Who Rescued the Monarchy eng Queen Mary A captivating look at the legacy of Elizabeth II's grandparents. Queen Mary guided the monarchy through troubled times and the 1936 abdication... \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 06:15:00 2014-12-21 07:00:00 \N \N \N S \N 17181 t
+25792 52410 Antiques Roadshow eng Beverley Minster Fiona Bruce and the team return to East Yorkshire. Finds include two medical leech jars, an unusual sideboard and a locket containing Napoleon Bonaparte's hair. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 07:00:00 2014-12-21 08:00:00 \N \N \N S \N 17182 t
+25792 52411 Bargain Hunt eng \N Two teams go bargain hunting at an antiques centre, this time in Glasgow. Experts Mark Stacey and Paul Laidlaw advise the teams and make some canny purchases. With Tim Wonnacott. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 08:00:00 2014-12-21 09:00:00 \N \N \N S \N 17183 t
+15920 28024 Hornblower eng Loyalty Drama series about C S Forester's famous seafaring hero. Hornblower is reduced to the rank of lieutenant as a result of the 1803 peace treaty with France. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-23 04:00:00 2014-12-23 05:35:00 \N \N \N S \N 17184 t
+15920 28005 Magnum P.I. eng Foiled Again Drama series about a Hawaii-based private investigator. Magnum's boss Higgins is accused of murder after killing an opponent in a fencing competition. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-23 05:35:00 2014-12-23 06:00:00 \N \N \N S \N 17185 t
+41024 59863 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 03:50:00 2014-12-24 04:15:00 \N \N \N \N \N 17186 t
+41024 59599 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 04:15:00 2014-12-24 04:45:00 \N \N \N \N \N 17187 t
+41024 60714 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 04:45:00 2014-12-24 06:00:00 \N \N \N \N \N 17188 t
+14498 26455 Le Salvager eng Rustic Bookcase Rico's local forest provides a large pine tree for his latest project - a pegged together bookcase. Will the recycling guru's novel plan succeed? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:30:00 \N \N \N \N \N 17189 t
+14498 26456 Le Salvager eng Green House Part 1 In his own back garden, salvaging aficionado Rico Daniels begins building a greenhouse using timber and old doors - now that's what you call recycling. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:00:00 \N \N \N \N \N 17190 t
+14498 26457 Salvage Hunters eng \N Modern-day treasure hunter Drew Pritchard loves the thrill of the hunt and crisscrosses the country in search of derelict gems and forgotten remnants. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 17191 t
+17540 49772 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 02:50:00 2014-12-20 02:55:00 \N \N \N \N \N 17284 t
+15856 3531 I Wanna Marry 'Harry' eng Royal Masquerade Begins US reality series in which a dozen American girls compete for Prince Harry's affections. Little do they know that 'Harry' is a lookalike named Matthew! \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:55:00 \N \N \N S \N 17194 t
+15856 3532 The Only Way Is Essex eng \N Reality series. Fran and Diags face an uncertain future, as do Ricky and Jess. Chloe and Elliott struggle to spend time apart. Georgia and Tommy go from strength to strength. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 09:55:00 2014-12-24 10:45:00 \N \N \N S \N 17195 t
+15856 3533 The Only Way Is Essex eng \N Reality series. News of Jess and Ricky's split rocks Essex, Fran and Diags try to move past their problems and everyone gets into the Halloween spirit for Ferne's party. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 10:45:00 2014-12-24 11:35:00 \N \N \N S \N 17196 t
+15856 3534 The Only Way Is Essex eng \N Reality series. Ricky realises he needs to apologise for his behaviour, but will Jess want to listen? Chloe and Elliott's ongoing relationship woes come to a head. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 11:35:00 2014-12-24 12:25:00 \N \N \N S \N 17197 t
+17609 19712 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:05:00 \N \N \N \N \N 17198 t
+17609 19713 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:05:00 2014-12-22 22:45:00 \N \N \N \N \N 17199 t
+17609 19715 eng \N \N \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 22:45:00 2014-12-23 01:00:00 \N \N \N \N \N 17200 t
+24384 15097 Tattered Lace Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N \N \N 17201 t
+24384 15452 We R Memory Keepers Christmas. eng \N .Cracker. Be quick off the mark for this fast & furious show of sensational Christmas products at unbelievable prices. Blink & you'll miss it! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 07:00:00 2014-12-20 08:00:00 \N \N \N \N \N 17202 t
+24384 15098 Tattered Lace Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 08:00:00 2014-12-20 09:00:00 \N \N \N \N \N 17203 t
+15856 3449 Dinner Date eng \N Culinary dating show. Chanelle from Manchester chooses three dates from five menus. When the dinners have been eaten and the dates are done, who will she want to see for seconds? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N S \N 17204 t
+15856 3450 Dallas Cowboys Cheerleaders eng \N Fifth series of the reality show following the annual creation of the Dallas Cowboys cheerleading squad. Over 600 candidates arrive before sunrise for the preliminary auditions. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N \N \N 17205 t
+28160 15793 Hearts and Hymns eng \N Pam Rhodes presents your favourite hymns, requests and dedications. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 17826 t
+15856 3451 Vanderpump Rules eng Reunion Secrets Reality series. The SUR staff open up about the fights, fun, hook-ups and heartbreaks that you did not get to see. With never-before-seen moments from season one. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 17206 t
+15952 2492 Celebrity Juice eng Christmas Special Good Morning Britain's Susanna Reid, Take Me Out's Paddy McGuinness, rapper Professor Green and TV personality Joey Essex join Keith and co for a festive special of the panel show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 01:00:00 \N \N \N S \N 17212 t
+15952 2733 Release the Hounds eng Jingle Hell Reggie Yates presents a special festive edition of the horror game show, featuring celebrity contestants Perri, Ashley and Jordan from dance troupe Diversity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 02:00:00 \N \N \N S \N 17213 t
+15952 5129 Two and a Half Men eng Castrating Sheep in Montana American sitcom about a well-off bachelor. Berta discovers that Alan has been dating her daughter Naomi. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:30:00 \N \N \N S \N 17214 t
+15952 5130 Two and a Half Men eng Don't Worry, Speed Racer American sitcom about a well-off bachelor. When Jake reveals that he heard his mother having sex, it brings back a repressed memory for Charlie. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 02:30:00 2014-12-24 02:55:00 \N \N \N S \N 17215 t
+15952 5131 Two and a Half Men eng Release the Dogs American sitcom about a well-off bachelor. Alan visits a psychiatrist to cure him of his insomnia. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 02:55:00 2014-12-24 03:20:00 \N \N \N S \N 17216 t
+24464 50332 ROC Nations Cup Replay eng \N All the action from the 2014 Race of Champions Nations Cup event which sees the biggest names in world motorsport competing for their home countries. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 01:45:00 2014-12-23 04:35:00 \N \N \N \N \N 17217 t
+4166 53463 Tony Bennett & Lady Gaga eng Cheek to Cheek Live! Tony Bennett and Lady Gaga perform 60 minutes of jazz standards backed by a 39-piece orchestra, including It Don't Mean a Thing, Sophisticated Lady and Cheek to Cheek Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:55:00 \N \N \N S \N 17218 t
+4166 49771 EastEnders eng \N A chance to catch up on the week's drama in Albert Square. Phil makes a discovery. Nick continues his charm offensive. More evidence comes to light in Lucy's murder investigation. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 00:55:00 2014-12-20 02:50:00 \N \N \N AD,S \N 17219 t
+4166 49772 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 02:50:00 2014-12-20 02:55:00 \N \N \N S \N 17220 t
+4166 49773 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 02:55:00 2014-12-20 06:00:00 \N \N \N S \N 17221 t
+16032 55580 CITV returns at 06:00 eng CITV returns at 06 00. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 18:00:00 2014-12-25 06:00:00 \N \N \N \N \N 17225 t
+8381 14901 The Cube eng Celebrity Special Phillip Schofield presents a celebrity edition of the game show, as Denise Welch, Sherrie Hewson and Lisa Maxwell from Loose Women and Olympian Greg Rutherford face the Cube. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N S \N 17226 t
+8381 15100 ITV News Calendar eng \N The latest news from around the region, plus interviews and features. Including local weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N S \N 17227 t
+8381 14909 ITV News & Weather eng \N Mark Austin and Mary Nightingale with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N S \N 17228 t
+8381 14910 Emmerdale eng \N Charity pushes Moira too far. Kirin enjoys playing games with Rakesh. Nicola's plan leaves Bernice furious. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N AD,S \N 17229 t
+8381 14911 Coronation Street eng \N Tony regrets a moment of madness. Will Lloyd lend an ear to Steve? Steph stands up for herself. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N AD,S \N 17230 t
+22592 17675 Extra Time on talkSPORT eng \N Mike Graham and Mike Parry host the fastest sports show on the dial featuring reaction from home and abroad. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges) \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-19 01:00:00 2014-12-19 06:00:00 \N \N \N \N \N 17231 t
+16048 32757 Great St Trinian's Train Robbery eng \N Comedy starring Frankie Howerd and George Cole, 1966. The pupils of the infamous school for girls confront a luckless gang of crooks trying to stash their loot \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 10:30:00 2014-12-23 12:25:00 \N \N \N AD,S \N 17232 t
+8274 16797 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 03:00:00 2014-12-23 05:05:00 \N \N \N \N \N 17233 t
+8274 28095 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 05:05:00 2014-12-23 06:00:00 \N \N \N S,SL \N 17234 t
+41040 17056 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N \N \N 17235 t
+41040 17057 101 East eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N \N \N 17236 t
+41040 17058 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 17237 t
+41040 17059 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N \N \N 17238 t
+41040 17060 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N \N \N 17239 t
+14784 2870 New Year's Eve in the Sun! eng All 7nts December 4*AI F'ventura £310! 3*SC Tenerife £229! 5*BB Algarve £299! 4*HB Madeira £219! 3*AI Benidorm £229! 4*AI C.Del Sol £259! 4*BB Dubai £429! See our WINTER SUN page \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 08:00:00 2014-12-23 12:00:00 \N \N \N \N \N 17240 t
+27840 6695 Winter Wonderland eng Massive Savings this Christmas! Showcasing Rocks and Co's high quality gemstones and jewellery Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 17241 t
+27840 6696 Winter Wonderland eng Massive Savings this Christmas! Showcasing Rocks and Co's high quality gemstones and jewellery Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N \N \N 17242 t
+27840 6697 Winter Wonderland eng Massive Savings this Christmas! Showcasing Rocks and Co's high quality gemstones and jewellery Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 17243 t
+26560 13700 All The Hits eng All Night Long Nothing but massive tunes all night long! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 02:00:00 2014-12-21 07:00:00 \N \N \N \N \N 17244 t
+22208 1475 Nothing To Declare eng \N The observational documentary series goes to the frontline of Australia's defence against customs, quarantine and immigration violations. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:30:00 1 \N \N S 8 17245 t
+22208 1477 Nothing To Declare eng \N Cameras join officers from Australia's airports, harbours and mail services as they protect the nation from drug-smugglers, illegal products and unusual creepy-crawlies. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 12:30:00 2014-12-22 13:00:00 2 \N \N S 8 17246 t
+22208 1479 Nothing To Declare eng \N The fly-on-the-wall documentary joins the men and women who enforce Australia's customs, quarantine and immigration laws at the nation's airports and harbours. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 3 \N \N S 8 17247 t
+22208 1480 Nothing To Declare eng \N The officers protecting Australia's borders see some very unusual things. Cameras capture first-hand how they deal with drug-runners, smugglers and strange bugs. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 4 \N \N S 8 17248 t
+22208 1482 Nothing To Declare eng \N Cameras join officers from Australia's airports, harbours and mail services as they protect the nation from drug-smugglers, illegal products and unusual creepy-crawlies. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:30:00 5 \N \N S 8 17249 t
+22208 1491 Nothing To Declare eng \N The observational documentary series goes to the frontline of Australia's defence against customs, quarantine and immigration violations. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 6 \N \N S 8 17250 t
+8281 16789 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how or join in now at Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 01:00:00 2014-12-23 03:00:00 \N \N \N \N \N 17251 t
+23712 3375 The Great British Bake Off eng Desserts The remaining five amateur bakers have to impress Mary Berry and Paul Hollywood with their dessert skills, including a chocolate roulade and profiteroles. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N S \N 17257 t
+23712 3376 The Great British Bake Off eng Patisserie It's semi-final time and the four remaining bakers tackle a baked, layered, mousse cake, as well as iced fingers. Only the best will do! \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N S \N 17258 t
+23712 3377 The Great British Bake Off eng The Final It's the grand final and the three remaining bakers face their biggest challenge yet - baking for a street party. Expect stress, pressure and a tense finale. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N S \N 17259 t
+22336 58474 How I Met Your Mother eng I Heart NJ Ted is sick of having to take long trips to New Jersey to see Stella and is aghast when she tells him that she wants to live there once they are married. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N AD,S \N 17260 t
+22336 58475 How I Met Your Mother eng Intervention Ted prepares to move to New Jersey, causing an argument with Marshall over an outstanding bill for the flat. The gang go on to recall their past disagreements. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N AD,S \N 17261 t
+22336 58476 The Big Bang Theory eng The Vacation Solution Sheldon helps Amy in her biology lab after he is forced to use up two weeks of holiday, but he is bored by the tasks she gives him. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N AD,S \N 17262 t
+22336 58477 The Big Bang Theory eng The Rothman Disintegration Sheldon and Kripke argue over who should get Professor Rothman's vacant corner office. Amy buys Penny some art to celebrate their friendship. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N AD,S \N 17263 t
+22336 58478 Hollyoaks eng \N Sienna's lies fail to allay Theresa's suspicions about Dodger's whereabouts. Rick manipulates those around him to get what he wants and upsets Robbie in the process. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N S \N 17264 t
+22336 58479 Rude(ish) Tube eng \N Rude Tube's naughty little sister is back with the internet's most acrobatic dog, some incredible football freestylers and Jessica Alba in a stare-out contest. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 \N \N \N S \N 17265 t
+27360 18256 FIFA World Cup Official Film 1970 eng Mexico - The World at Their Feet FIFA's glossily filmed record of the 1970 World Cup finals, noted for its attractive, attacking football and being the first broadcast in colour. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 15:15:00 2014-12-24 17:00:00 \N \N \N \N \N 17266 t
+27360 18079 WTA 2014 Best Matches eng \N A look back at the best matches to feature on the WTA tour during 2014. The game between Flavia Pennetta and Britain's Heather Watson in Eastbourne was closely fought. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 17:00:00 2014-12-24 19:00:00 \N \N \N \N \N 17267 t
+28512 705 The Evening Schmooze eng \N Time to unwind and chat about the day and meet new people. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 22:00:00 \N \N \N \N \N 18643 t
+18112 36303 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:30:00 \N \N \N \N \N 17275 t
+18112 36304 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 12:30:00 2014-12-23 13:00:00 \N \N \N \N \N 17276 t
+18112 36305 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:25:00 \N \N \N \N \N 17277 t
+18112 36306 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 13:25:00 2014-12-23 13:55:00 \N \N \N \N \N 17278 t
+18112 36307 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 13:55:00 2014-12-23 14:25:00 \N \N \N \N \N 17279 t
+18112 35927 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 14:25:00 2014-12-23 14:50:00 \N \N \N \N \N 17280 t
+18112 35925 Arthur eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 14:50:00 2014-12-23 15:00:00 \N \N \N \N \N 17281 t
+17540 53463 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:55:00 \N \N \N \N \N 17282 t
+17540 49771 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-20 00:55:00 2014-12-20 02:50:00 \N \N \N \N \N 17283 t
+27840 5255 Top Quality Gemstones from Around the World eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N \N \N 17286 t
+27840 5256 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N \N \N 17287 t
+27840 5257 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 17288 t
+22336 58524 The Big Bang Theory eng The Tangerine Factor When Penny breaks up with her boyfriend, Leonard plucks up the courage to ask her out. Both of them then ask Sheldon for advice about the date. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 21:30:00 \N \N \N AD,S \N 17289 t
+22336 58525 The Big Bang Theory eng The Bad Fish Paradigm The first episode in series two of the US comedy about beauties and geeks. Penny opens up to a reluctant Sheldon after a less-than-stellar first date with Leonard. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 21:30:00 2014-12-22 22:00:00 \N \N \N AD,S \N 17290 t
+24480 3567 Dance Classics At Christmas eng \N Don't be shy. It's time to break out the embarrassing dancing and get the festive family party started! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 17291 t
+22336 58526 New eng Made in Chelsea Brand new series - It's Christmas in Chelsea and Spencer's relationship with Lauren is under the spotlight with fresh allegations of misbehaviour. Can Sam and Tiff salvage their friendship? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N S \N 17292 t
+22336 58527 Taking New York: Sneak Peek eng Brand new Will Best hangs out in the Big Apple to introduce the cast of E4's new 2015 reality series that follows the lives and loves of a group of British twenty-somethings in New York. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 23:00:00 2014-12-22 23:35:00 \N \N \N S \N 17293 t
+22336 58528 The Big Bang Theory eng The Middle Earth Paradigm Penny decides to host a big Halloween party, putting Leonard, Sheldon, Howard and Raj through a demanding new test of their social skills. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 23:35:00 2014-12-23 00:00:00 \N \N \N AD,S \N 17294 t
+13024 51058 Peppa Pig eng Cleaning the Car Pig tales. Daddy Pig is taking everyone for a drive in the country, but the car is very muddy and Mummy insists they wash it first. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:05:00 2014-12-24 09:10:00 \N \N \N S \N 17298 t
+13024 51059 Peppa Pig eng Cold Winters Day Porcine animation. Peppa and George go to the park to play. All the puddles have frozen over, so the two must think of other ways to entertain themselves. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:10:00 2014-12-24 09:20:00 \N \N \N S \N 17299 t
+13024 51060 Toby's Travelling Circus eng Snow Baby Animated Christmas special. When Dolores's sister leaves her baby at the circus to go shopping, little Diddums is only happy in the arms of the robot strongman Thor. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:20:00 2014-12-24 09:30:00 \N \N \N S \N 17300 t
+13024 51061 Bananas In Pyjamas eng The Snowman Animation. It's Christmas and the Bananas want to make a snowman for Bernard, just like he used to have when he was a pup... if only they can find some snow! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:30:00 2014-12-24 09:40:00 \N \N \N S \N 17301 t
+13024 51062 Tickety Toc eng Igloo Time Animation about two lively twins who live inside a cuckoo clock. Tommy and Tallulah are determined to build an igloo. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:40:00 2014-12-24 09:55:00 \N \N \N S \N 17302 t
+13024 51063 Milkshake Bop Box eng \N Derek, Kemi and Jen take to the slopes and ice rink to show us Winter Sports are so fun! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:55:00 2014-12-24 10:00:00 \N \N \N S \N 17303 t
+13024 51064 Peppa Pig eng Hide and Seek Animated series about a lovable little pig. Peppa and George are playing hide and seek, but Peppa complains that George is too easy to find. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:05:00 \N \N \N S \N 17304 t
+13024 51065 Peppa Pig eng The Playgroup Animated series about a little pig. George is joining Peppa at her playgroup but she doesn't really want him there - until her friends decide that George is brilliant. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 10:05:00 2014-12-24 10:15:00 \N \N \N S \N 17305 t
+13024 51066 Wanda and The Alien eng Pumpkins Animated series about the adventures of a little girl rabbit and her best friend, who comes from another planet. Wanda and Alien plant some pumpkin seeds. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 10:15:00 2014-12-24 10:30:00 \N \N \N S \N 17306 t
+32896 8702 Totally Spies eng \N The O.P. - The Spies car breaks down in a town that seems way too perfect. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:30:00 \N \N \N \N \N 18644 t
+13024 51067 Gone With The Wind eng \N Oscar-winning epic starring Clark Gable and Vivien Leigh. The tale of a love affair between Rhett Butler and Scarlett O'Hara during the course of the American Civil War. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 10:30:00 2014-12-24 14:50:00 \N \N 1939 S \N 17307 t
+28480 11918 SBN Christmas Special eng \N Traditional Christmas songs performed by the Family Worship Center Singers \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 21:00:00 \N \N \N \N \N 17308 t
+8500 5931 Adventures of Robin Hood eng \N Classic swashbuckler starring Errol Flynn and Olivia de Havilland. Robin Hood and his merry men fight injustice in this Oscar-winning version of the Sherwood Forest folk legend. \N 0 25 f 64 eng eng 1 0 0 \N 2014-12-24 13:50:00 2014-12-24 15:50:00 \N \N 1938 AD,S \N 17309 t
+8384 58617 Everybody Loves Raymond eng Older Women It's the first Thanksgiving since Debra's parents divorced and she's happy they've agreed to have dinner with them, but her dad is bringing a date. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N S \N 17310 t
+8384 58618 Frasier eng The Good Samaritan Frasier is arrested after unwittingly giving a ride to a prostitute. To make matters worse, he must explain the public scandal to his 11-year-old son. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N S \N 17311 t
+8384 58984 Frasier eng Our Parents, Ourselves Frasier plays Cupid when he arranges a supposedly accidental meeting between Martin and Roz's mother. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:30:00 \N \N \N S \N 17312 t
+8384 58985 Frasier eng The Show Where Woody Shows Up Frasier receives a surprise visit from Woody (guest star Woody Harrelson), his old friend from the Cheers bar in Boston. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:30:00 2014-12-19 11:00:00 \N \N \N S \N 17313 t
+8384 58619 Jamie's Christmas with Bells On eng \N In the second of two festive specials, Jamie Oliver shows how to create an original Christmas Day menu featuring festive fiesta tacos, brussels with hustle, and Bloody Mary seafood platter. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N S \N 17314 t
+8452 59073 NFL eng Rush Zone Animated series that centres on a young football fan called Ish, who must protect shards of a power source called The Core, hidden in various NFL stadiums. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 05:45:00 2014-12-22 06:10:00 \N \N \N S \N 17315 t
+14448 27260 Caught on Camera eng \N Compelling amateur footage of real life situations. Featuring criminals who think no one is watching, but there is a powerful observer recording every detail. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:50:00 \N \N \N \N \N 17316 t
+14448 27261 Nowhere to Run eng \N High-speed reality series featuring actual footage of officers in hot pursuit of felons on the run. Interviews with suspects and police offer a unique insight into why they run. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 03:50:00 2014-12-23 04:20:00 \N \N \N \N \N 17317 t
+14448 27262 Real Rescues eng \N Behind the scenes at one of the UK's biggest police control centres. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 04:20:00 2014-12-23 05:10:00 \N \N \N \N \N 17318 t
+14448 27263 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:10:00 2014-12-23 05:35:00 \N \N \N \N \N 17319 t
+14448 27264 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:35:00 2014-12-23 06:00:00 \N \N \N \N \N 17320 t
+24464 50333 Superkart USA eng \N This high-performance kart racing series travels to the best circuits in North America. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 04:35:00 2014-12-23 06:00:00 \N \N \N \N \N 17321 t
+28288 8626 L'Occitane eng Beauty En Provence Discover a range of bath, body and home products from Provence, formulated with natural ingredients such as olive, verbena, lavender and shea butter. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N \N \N 17322 t
+28288 8627 Benefit Cosmetics eng \N Benefit Cosmetics have taken the beauty world by storm with their quirky packaging, catchy names and fabulous products. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N \N \N 17323 t
+4168 49791 Weather For the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 01:05:00 2014-12-21 01:10:00 \N \N \N S \N 17325 t
+4168 49792 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 01:10:00 2014-12-21 06:00:00 \N \N \N S \N 17326 t
+25920 20732 Last Minute Gifts with Apple eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 17327 t
+25920 20776 Last Minute Christmas Kitchen eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 17328 t
+25920 21063 Last Minute Gifts with Wagner eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N \N \N 17329 t
+28416 20119 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:30:00 \N \N \N \N \N 17330 t
+28416 20120 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-21 14:30:00 2014-12-21 16:00:00 \N \N \N \N \N 17331 t
+40960 53162 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:30:00 \N \N \N \N \N 17332 t
+40960 53163 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 00:30:00 2014-12-21 01:00:00 \N \N \N \N \N 17333 t
+40960 53164 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 01:00:00 2014-12-21 01:30:00 \N \N \N \N \N 17334 t
+40960 53165 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 01:30:00 2014-12-21 02:00:00 \N \N \N \N \N 17335 t
+40960 53166 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 02:00:00 2014-12-21 02:30:00 \N \N \N \N \N 17336 t
+40960 53167 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 02:30:00 2014-12-21 03:00:00 \N \N \N \N \N 17337 t
+41040 17263 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N \N \N 17338 t
+41040 17264 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N \N \N 17339 t
+41040 17265 Witness eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 \N \N \N \N \N 17340 t
+41040 17266 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:30:00 \N \N \N \N \N 17341 t
+41040 17267 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 17:30:00 2014-12-24 18:00:00 \N \N \N \N \N 17342 t
+32836 31075 On The Aire eng \N Find out what's been happening in the city today. Your Made in Leeds news team bringing you all the stories that matter to you. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 21:00:00 2014-12-24 21:30:00 \N \N \N \N \N 17343 t
+32836 45153 Life After United eng \N Catch up with the legends of Leeds United and see how they spent Christmas as a footballer. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:00:00 \N \N \N \N \N 17344 t
+32836 31077 The Cool Beans Television Show eng The Home Of Original Content Big Bassy the Yorkshire weatherman heads to the pub, we learn how to make an omelette, Chris takes on DJ Marky in Celebrity Thumbwars and ska band Bison stop by. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:30:00 \N \N \N \N \N 17345 t
+32836 31078 Daniel Glyn - Questionable eng \N Join Daniel Glyn and guests at the Cameo Club in Pontcanna for an irreverent look at life in Cardiff. The stand up comedian has invited some of his best and naughty friends to shock and entertain you. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 22:30:00 2014-12-24 23:00:00 \N \N \N \N \N 17346 t
+40992 50627 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 06:30:00 2014-12-19 06:55:00 \N \N \N \N \N 18753 t
+32836 31079 The Real Extras eng \N In a new British gangster flick, the roles of a hooligan and a prostitute may not lead to any Academy Awards, but for wannabe extras this could be the big break they have been waiting for. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 17347 t
+8267 17072 Lottery Stories eng \N A look at the National Lottery as it celebrates its 20th anniversary creating over 3,700 millionaires. Previous winners talk about their experiences both good and bad. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N S \N 17348 t
+8267 17076 ITV News at Ten & Weather eng \N Mark Austin and Julie Etchingham with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:40:00 \N \N \N S \N 17349 t
+8267 22786 Kylie eng Kiss Me Once Footage from the pop princess's thirteenth concert tour, featuring songs from her most recent album alongside classics such as Spinning Around and Can't Get You Out of My Head. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:40:00 2014-12-23 23:50:00 \N \N \N \N \N 17350 t
+8267 16295 The Jonathan Ross Show Christmas eng \N Finishing the current series with a festive edition, Jonathan Ross welcomes David Walliams, Barbara Windsor, Lewis Hamilton, Jimmy Carr, Ed Sheeran and Idina Menzel. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 23:50:00 2014-12-24 01:10:00 \N \N \N S \N 17351 t
+24064 59266 The Ardent Fruitcakes eng Coventry Donkey Derby On the last stop on Tim and Simon's journey across Britain's odder sporting activities, they arrive in Coventry to compete in the city's Donkey Derby. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:30:00 \N \N \N \N \N 17352 t
+24064 59267 The Ardent Fruitcakes eng Pancake Racing The Fruitcakes are back... and this time it's political! Tim and Simon are tossed into the annual Parliamentary Pancake Race and compete in aid of charity Rehab UK. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:30:00 2014-12-21 07:00:00 \N \N \N \N \N 17353 t
+24064 59268 Santaland eng \N Retired couple Ray and Marlene Kraatz, the official Mr and Mrs Claus of Zephyrhills, Florida, battle busy demands and failing health to be icons of hope 365 days a year. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:30:00 \N \N \N \N \N 17354 t
+24064 59269 The Brilliant Book eng Letter C It's Christmas! Follow the adventures of nine-year-old Benjamin and his friends as we take a look at the world from an autistic child's point of view... one alphabet letter at a time. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 07:30:00 2014-12-21 08:00:00 \N \N \N \N \N 17355 t
+24064 59270 Magnificent Obsessions eng Show Cats A look into the weird and wacky world of cat lovers as they turn their feline fascination into a magnificent obsession. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:45:00 \N \N \N \N \N 17356 t
+12928 42000 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:30:00 \N \N \N \N \N 17747 t
+41072 14075 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N \N \N 22371 t
+24064 59271 Magnificent Obsessions eng B-17 Bomber A look into the weird and wonderful life of Bob who has turned plane collecting into a passion that drives his life. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 08:45:00 2014-12-21 09:30:00 \N \N \N \N \N 17357 t
+25664 55877 Greatest Xmas Songs of All Time! eng \N With Santa's help, we're delivering the definitive Christmas soundtrack. These are the greatest Xmas songs of all time, gift wrapped especially for you. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 12:30:00 2014-12-23 13:00:00 \N \N \N \N \N 17358 t
+25664 55878 The Final UKHot40 Of 2014! eng \N Find out the UK's new official number one as Will Best counts down the 40 biggest tracks of the week! This is the final show of 2014! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-23 13:00:00 2014-12-23 16:00:00 \N \N \N \N \N 17359 t
+27328 17256 Live Northampton Saints v Leicester Tigers eng \N Matchday Live continues with Aviva Premiership from Franklin's Gardens. The Saints ended a poor run of results against their rivals when they beat them 21-20 in May's semi-final. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 15:00:00 2014-12-20 17:15:00 \N \N \N S \N 17360 t
+27328 17257 Live Gloucester Rugby v Bath Rugby eng \N Matchday Live Aviva Premiership rugby from Kingsholm. Bath won the last local derby 18-17 when these clubs met in April for a fiery clash featuring five yellow cards and two reds. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 17:15:00 2014-12-20 19:45:00 \N \N \N S \N 17361 t
+41120 14157 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 12:00:00 \N \N \N \N \N 17362 t
+15840 3604 Christmas In The Studio eng \N A cracker of a festive show, as Michael Ball and Martine McCutcheon present our Christmas show with performances from top artists, and a certain Jive Bunny! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 \N \N \N \N \N 17363 t
+15840 3605 Mistletoe Magic eng \N Pucker up for a smacker of a festive selection as we bring you a touch of mistletoe and a sprinkle of magic. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N \N \N 17364 t
+22592 17786 The Press Pass eng \N Exclusive access to the sporting headlines from the forthcoming week, with Steve Bunce. Call 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-21 18:00:00 2014-12-21 20:00:00 \N \N \N \N \N 17365 t
+22592 17715 Brian Moore's Full Contact eng \N Brian Moore with the ultimate review of the weekend's rugby action. Call on 08717 22 33 44 (10p/min), text 81089 (50p + charges) or email via talkSPORT.com \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-21 20:00:00 2014-12-21 22:00:00 \N \N \N \N \N 17366 t
+24448 63923 The Breakfast Show eng \N The early bird catches the worm in a morning showcase of stunning designs. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 06:00:00 2014-12-24 07:00:00 \N \N \N \N \N 17367 t
+24448 63924 The Breakfast Show eng \N The early bird catches the worm in a morning showcase of stunning designs. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 07:00:00 2014-12-24 08:00:00 \N \N \N \N \N 17368 t
+24448 63925 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 08:00:00 2014-12-24 09:00:00 \N \N \N \N \N 17369 t
+41072 13243 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:30:00 \N \N \N \N \N 17370 t
+41072 13244 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 06:30:00 2014-12-21 07:00:00 \N \N \N \N \N 17371 t
+41072 13245 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:30:00 \N \N \N \N \N 17372 t
+41072 13246 eng \N \N \N 0 25 f \N \N \N 5 0 0 \N 2014-12-21 07:30:00 2014-12-21 08:00:00 \N \N \N \N \N 17373 t
+41072 13247 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:45:00 \N \N \N \N \N 17374 t
+41072 13248 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 08:45:00 2014-12-21 09:30:00 \N \N \N \N \N 17375 t
+8325 5326 Catchphrase Christmas Special eng \N Stephen Mulhern hosts a special festive edition of the game show, as celebrities Carol Vorderman, Michael Ball and Michelle Collins compete to win money for their chosen charities. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 18:10:00 2014-12-24 19:20:00 \N \N \N S \N 17376 t
+8325 5327 The Nightmare Before Christmas eng \N Animated musical fantasy starring Catherine O'Hara and Chris Sarandon, 1993. Jack Skellington, the Pumpkin King, decides to gatecrash Christmas Town \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 19:20:00 2014-12-24 21:00:00 \N \N \N AD,S \N 17377 t
+8448 58537 The IT Crowd eng Yesterday's Jam In the very first episode, new recruit Jen is appointed head of the IT department, but her staff Moss and Roy soon discover that she knows nothing about computers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 03:20:00 2014-12-23 03:45:00 \N \N \N S,SL \N 17378 t
+8448 58538 One Tree Hill eng Anyone Who Had a Heart As Haley prepares to MC the annual Tree Hill Burning Boat Festival, Brooke uses the opportunity to ponder her father's betrayal. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-23 03:45:00 2014-12-23 04:25:00 \N \N \N S \N 17379 t
+8448 58539 Charmed eng Morality Bites Phoebe has a vision of herself being burnt to death at the stake. The sisters travel 10 years into the future to see what happened and encounter a modern-day witch hunt. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 04:25:00 2014-12-23 06:00:00 \N \N \N S \N 17380 t
+8385 58192 Iron Man eng Tough action-fantasy. A former arms dealer (Robert Downey Jr) is reborn as Iron Man the scourge of warmongers worldwide. But he faces a threat from an unexpected source. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 21:00:00 2014-12-20 23:25:00 \N \N 2008 AD,S \N 17385 t
+8385 58193 Haywire eng Channing Tatum Season Violent thriller. An assassin (Gina Carano) realises one of her employers wants her dead. But which of her associates can she trust? With Channing Tatum. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 23:25:00 2014-12-21 01:15:00 \N \N 2011 S \N 17386 t
+14816 987 1-2-1 Dating - Try ADULT eng \N 1-2-1 Dating's popular ADULT section is for those seeking something a little unusual, specific or extracurricular. Search the pages to find your adult 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 20:00:00 2014-12-21 22:00:00 \N \N \N \N \N 17387 t
+8500 5694 SuperCasino eng \N Live interactive gaming featuring roulette, blackjack and autowheel. For more information and to register visit www.SuperCasino.com. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 03:10:00 \N \N \N \N \N 17388 t
+14608 32002 M*A*S*H eng \N Instant camaraderie develops between personnel of a U.S.O. troupe and the MASH unit when the entertainers must make an unscheduled stop at the camp. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:30:00 21 \N \N \N 9 17389 t
+14608 32003 M*A*S*H eng \N The U.S.O. unit thanks the 4077th for their hospitality by staging a show for their new friends. The atmosphere is bittersweet when the troupe leaves to entertain more soldiers in need. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-21 19:30:00 2014-12-21 20:00:00 22 \N \N \N 9 17390 t
+14608 32004 M*A*S*H eng \N Father Mulcahy counsels a guilt-ridden GI who swapped tags with a dead colleague. B.J. and Charles consider different ways of keeping a soldier-salesman quiet. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-21 20:00:00 2014-12-21 20:30:00 23 \N \N \N 9 17391 t
+14608 32005 M*A*S*H eng \N The Army is starting a new MASH unit, and the staff of the 4077th fear they will be split up and reassigned. They act unprofessionally in front of an army rep hoping he will reconsider. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-21 20:30:00 2014-12-21 21:00:00 24 \N \N \N 9 17392 t
+14752 23788 Toni Phillips eng \N Toni brings you the biggest hits from the Capital playlist. Get involved @CapitalOfficial on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 22:00:00 \N \N \N \N \N 17393 t
+16016 7500 The Memoirs of Sherlock Holmes eng The Golden Pince-Nez Holmes and his brother Mycroft investigate when the assistant to an elderly professor dies with a pair of golden pince-nez clutched in his hands. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:55:00 \N \N \N AD,S \N 17394 t
+12928 42001 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:00:00 \N \N \N \N \N 17748 t
+41072 14076 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 \N \N \N \N \N 22372 t
+16016 7464 Lewis eng \N Feature-length drama following on from the Inspector Morse series. Inspector Lewis investigates the death of a brilliant young maths student at Oxford University. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 18:55:00 2014-12-21 21:00:00 \N \N \N AD,S \N 17395 t
+8442 55873 Come Dine with Me eng \N This festive celebrity culinary competition features Rav Wilding, Rebecca Adlington, Jennifer Ellison, Alex Carter and Mrs Moneypenny from SuperScrimpers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 18:25:00 2014-12-21 18:55:00 \N \N \N S \N 17396 t
+8442 55874 Come Dine with Me eng \N This festive celebrity culinary competition features Rav Wilding, Rebecca Adlington, Jennifer Ellison, Alex Carter and Mrs Moneypenny from SuperScrimpers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 18:55:00 2014-12-21 19:30:00 \N \N \N S \N 17397 t
+8442 55875 Come Dine with Me eng \N This festive celebrity culinary competition features Rav Wilding, Rebecca Adlington, Jennifer Ellison, Alex Carter and Mrs Moneypenny from SuperScrimpers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 19:30:00 2014-12-21 20:00:00 \N \N \N S \N 17398 t
+8442 55876 Christmas at River Cottage eng \N River Cottage celebrates a family Christmas with new recipes and traditional trimmings. Hugh challenges everyone to get involved, creating a venison roast and a novel Christmas pudding. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N S \N 17399 t
+23968 4797 Numberjacks eng \N Spooky Spoon is mixing things up, in Numberjacks! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:15:00 \N \N \N \N \N 17400 t
+40960 51180 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:45:00 \N \N \N \N \N 17401 t
+23968 4799 Care Bears eng Welcome To Care-A-Lot Sleuth Of Bears - The female Care Bears throw a pumpkin carving slumber party, which is interrupted by news that Grumpy's Care-A-Van has been attacked. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 15:30:00 2014-12-23 16:00:00 \N \N \N \N \N 17402 t
+23968 4800 My Little Pony eng \N Twilight drives herself to distraction trying to forestall some future disaster after she receives a vague warning from her future self. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N \N \N 17403 t
+23968 4801 Ella The Elephant eng \N The Elephant Islands museum is set to honour the man who invented a musical instrument called the, "Trunk Accordion" but nobody knows how to play it. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 16:30:00 2014-12-23 16:45:00 \N \N \N \N \N 17404 t
+23968 4802 Ella The Elephant eng \N Ella starts a school newspaper but nobody's reading it. Tiki thinks it's because there's no pictures. So, Ella borrows her Dad's camera and sets out to take some exciting pictures for her newspaper. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 16:45:00 2014-12-23 17:00:00 \N \N \N \N \N 17405 t
+23968 4803 The Adventures of Chuck & Friends eng \N New. Their heads filled with dreams of flying, the gang works together to figure out the best way to make it work! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:15:00 \N \N \N \N \N 17406 t
+23968 4804 The Adventures of Chuck & Friends eng \N New. Chuck builds a fort with his friends but is disappointed when it's ruined by the rain. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 17:15:00 2014-12-23 17:30:00 \N \N \N \N \N 17407 t
+23968 4805 Peg + Cat eng \N Peg and Cat help Mac achieve his dream of being a clown in the circus, by teaching him how funny it can be when things are exactly the wrong size. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 17:30:00 2014-12-23 17:45:00 \N \N \N \N \N 17408 t
+23968 4806 Peg + Cat eng \N Peg and Cat help their young Ninja-wannabe friend Aki find the fifteen missing cherry blossom trees by using Ninja skills and maths skills. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 17:45:00 2014-12-23 18:00:00 \N \N \N \N \N 17409 t
+17609 20725 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 23:20:00 2014-12-20 00:05:00 \N \N \N \N \N 17410 t
+28160 15785 Life Study of the Bible eng \N Teaching from Witness Lee and discussion on Bible topics. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:30:00 \N \N \N \N \N 17411 t
+28160 15786 The Leadership File eng \N Andy Peck chats to a host of top Christian leaders popping in to offer wisdom and advice. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 15:30:00 2014-12-21 16:00:00 \N \N \N \N \N 17412 t
+28160 15787 Reflections eng \N Marilyn Baker presents the weekly show from the Torch Trust for Christians with disabilities. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:15:00 \N \N \N \N \N 17413 t
+28160 15788 God's Healing Love eng \N The team from Methodist Central Hall Westminster present a devotional show on the ministry of healing. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 16:15:00 2014-12-21 16:30:00 \N \N \N \N \N 17414 t
+28160 15789 Insight for Living with Terry Boyle eng \N Bible teaching with Terry Boyle from Insight for Living UK. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N \N \N 17415 t
+28160 15790 Across the Pond eng \N A Christian commentary on current events with Dr. Tony Campolo. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:30:00 \N \N \N \N \N 17416 t
+28160 15791 Let the Bible Speak eng \N Dr. Patrick Baker with Bible teaching from South Grove Free Presbyterian Church \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 17:30:00 2014-12-21 17:45:00 \N \N \N \N \N 17417 t
+28160 15792 The Power of Faith eng \N Join David Hathaway, from Eurovision, with teaching from across Europe. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 17:45:00 2014-12-21 18:00:00 \N \N \N \N \N 17418 t
+28032 28046 Hornblower eng Duty Drama series about C S Forester's famous seafaring hero. Hornblower is filled with trepidation on what should be the most important day of his life. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 01:10:00 2014-12-24 03:00:00 \N \N \N S \N 17419 t
+14832 1340 Winter in Gay Rabbit Meadow eng \N Gay Rabbit Chat & Date has been connecting people for 6 years, so wherever you sit on the LGBT spectrum, pop in and say hi! Introduce a friend and earn FREE credits for each of you \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 17420 t
+8283 16789 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how or join in now at Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 01:00:00 2014-12-23 03:00:00 \N \N \N \N \N 17421 t
+25920 19883 Early Morning Shopping eng \N A selection of our best shows for the early morning shopper. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 05:00:00 2014-12-19 06:00:00 \N \N \N \N \N 17422 t
+22272 64381 Storage Hunters eng Double Cross Wildly competitive US series in which bargain hunters try to make cash from abandoned storage units. Brandon and Lori team up with Jesse - but can he be trusted? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:30:00 \N \N \N S \N 17423 t
+22272 64382 Storage Hunters eng Auction On Wheels Hit US reality show. The Berniers hunt down more potential bargains in storage lockers. A trio of RVs are up for sale, as well as some bronze statues and jet skis. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 21:30:00 2014-12-19 22:00:00 \N \N \N S \N 17424 t
+22272 64383 Sin City eng \N Super-stylish, ultra-violent, neo-noir thriller! Bruce Willis and Mickey Rourke star in a collection of intertwining stories set in the corrupt hellhole that is Basin City \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-19 22:00:00 2014-12-20 00:30:00 \N \N 2005 \N \N 17425 t
+14448 27139 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 17429 t
+14448 27140 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 17430 t
+14448 27141 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 17431 t
+17664 58653 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 12:15:00 2014-12-20 12:45:00 \N \N \N \N \N 23635 t
+14448 27142 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 17432 t
+14448 27143 Cops eng Reloaded Newly edited episodes showcase the show's most memorable criminals, car chases and moments. Don't miss out! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N \N \N 17433 t
+14448 27144 Cops eng Reloaded Newly edited episodes showcase the show's most memorable criminals, car chases and moments. Don't miss out! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 \N \N \N \N \N 17434 t
+14800 1340 Come Up and See Me eng \N Rabbit Chat & Date has been connecting people for over 6 years now on TV - and now also by our new iPhone app! Flirt, chat & make new friends. The opportunities are endless! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 17435 t
+27648 4465 Tommy's Ultimate Workshop eng \N Tommy's building the roof. Where the dormer protrudes and creates a valley, it's tricky to tile it so that rainwater drains properly - and he's chuffed when he gets it right. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:30:00 \N \N \N \N \N 17440 t
+27648 4466 Tommy's Ultimate Workshop eng \N Tommy gets excited about cladding. He wants the shed to be cool in summer and snug in winter so he's using foam insulation which he hopes will minimise noise for the neighbours. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 03:30:00 2014-12-23 04:00:00 \N \N \N \N \N 17441 t
+27648 4467 The New Yankee Workshop eng Mailbox Norm demonstrates how to build a mailbox with an ornamental finial, chambered post and newspaper slot. How will it look? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:30:00 \N \N \N \N \N 17442 t
+27648 4468 The New Yankee Workshop eng Bath Cupboard Norm demonstrates how to improve a cupboard, adding a full length mirror to the interior of the door, painted plywood shelves, and custom moulding. How will it look? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 04:30:00 2014-12-23 05:00:00 \N \N \N \N \N 17443 t
+27648 4469 Wheeler Dealers eng Mini Part 2 Mechanical Maestros Edd China and Mike Brewer have a mini adventure on their hands as they work around the clock to get a classic Austin Mini back on the road again. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 \N \N \N \N \N 17444 t
+27648 4470 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N \N \N 17445 t
+8264 16797 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 03:00:00 2014-12-23 05:05:00 \N \N \N \N \N 17446 t
+8264 28095 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 05:05:00 2014-12-23 06:00:00 \N \N \N S,SL \N 17447 t
+13120 8604 Garden Re-Leaf with Richard Jackson eng \N Celebrating the gardening industry's first ever Re-Leaf Day, QVC is getting in the spirit of the gardening season. Here's looking forward to sunny days ahead! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N \N \N 17454 t
+13120 8605 bareMinerals eng \N The perfect blend of cosmetics and skincare, the bareMinerals range is ideal for women who are concerned about the additives, preservatives and fragrances routinely found in make-up. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N \N \N 17455 t
+13120 8606 Clogau Jewellery eng \N Each piece of Clogau jewellery contains a touch of rare Welsh gold from the Clogau St. David's gold mine in Snowdonia, North Wales - one of the rarest and most sought-after golds in the world. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N \N \N 17456 t
+23152 17548 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:30:00 \N \N \N \N \N 17457 t
+23152 17549 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N \N \N 17458 t
+23152 19207 Crime Stories eng Season 3 Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N \N \N 17459 t
+23152 17551 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N \N \N 17460 t
+24384 65357 Back at 6am eng \N Programmes start again at 6am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 18:00:00 2014-12-24 06:00:00 \N \N \N \N \N 17470 t
+41008 58619 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 17471 t
+41008 58621 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:05:00 \N \N \N \N \N 17472 t
+41008 58620 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-19 13:05:00 2014-12-19 14:05:00 \N \N \N \N \N 17473 t
+41008 58622 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 14:05:00 2014-12-19 15:10:00 \N \N \N \N \N 17474 t
+40960 51181 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 21:45:00 2014-12-19 22:00:00 \N \N \N \N \N 17475 t
+40960 51182 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:30:00 \N \N \N \N \N 17476 t
+24480 3568 A Very Vintage Christmas eng \N Snuggling up by the fireside with Toyah Willcox and Roy Wood for some Christmas chat and festive songs are pop rock act The Feeling and Imagination's Leee John. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 17477 t
+24480 3569 Sunday Soundtrack eng \N Rise and shine to a sizzling Sunday Soundtrack on Vintage TV, with a stack of scrumptious songs and tasty tunes to tuck into and sustain you through the day. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 11:00:00 2014-12-21 14:00:00 \N \N \N \N \N 17478 t
+15808 50332 ROC Nations Cup Replay eng \N All the action from the 2014 Race of Champions Nations Cup event which sees the biggest names in world motorsport competing for their home countries. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 01:45:00 2014-12-23 04:35:00 \N \N \N \N \N 17479 t
+22752 1097 Kiss Fresh Wake Up eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 06:00:00 2014-12-22 07:00:00 \N \N \N \N \N 17480 t
+22752 1098 Kiss Fresh with Charlie Tee eng \N Charlie Tee with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 07:00:00 2014-12-22 11:00:00 \N \N \N \N \N 17481 t
+27712 21934 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:30:00 \N \N \N \N \N 17482 t
+27712 21935 Counting the Cost eng \N Counting the Cost provides background to the economics stories that shape our world and impact on the lives of ordinary people. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:00:00 \N \N \N \N \N 17483 t
+27712 21936 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:30:00 \N \N \N \N \N 17484 t
+27712 21937 TechKnow eng \N Science series exploring how the latest scientific discoveries are changing our lives, investigating controversies and celebrating innovation across the world. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-21 04:30:00 2014-12-21 05:00:00 \N \N \N \N \N 17485 t
+27712 21938 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 05:00:00 2014-12-21 05:30:00 \N \N \N \N \N 17486 t
+12928 42002 ..programmes start at 1.00pm eng \N . \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 02:00:00 2014-12-19 06:00:00 \N \N \N \N \N 17749 t
+12992 30829 Body of Proof eng Missing Mystery series. Bud comes under scrutiny when his interrogation of the suspect in the killing of a young nanny and the abduction of her young charge takes a wrong turn. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N S \N 17488 t
+22720 1322 Never End Kiss Weekend - Dixon Brothers eng \N The Dixon Brothers continue the Never End Kiss Weekend with the biggest tracks in the mix \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 17489 t
+8264 16074 Text Santa Highlights eng \N A look back at a night of revelry and comedy as we celebrate the highlights of this year's Text Santa, including when George Clooney makes a surprise visit to Downton Abbey. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:05:00 2014-12-20 01:25:00 \N \N \N S \N 17491 t
+8264 16078 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 01:25:00 2014-12-20 03:00:00 \N \N \N \N \N 17492 t
+8452 58615 Everybody Loves Raymond eng Jealous Robert Debra and Marie's good intentions backfire when they try to drive Robert back into Amy's arms - and find out that Amy and Gianni are hitting it off. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N S \N 17493 t
+8452 58616 Everybody Loves Raymond eng It's Supposed to Be Fun While the Barones watch their sons play, Ray finds that Geoff is having trouble getting the hang of the game. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N S \N 17494 t
+8452 58617 Everybody Loves Raymond eng Older Women It's the first Thanksgiving since Debra's parents divorced and she's happy they've agreed to have dinner with them, but her dad is bringing a date. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:30:00 \N \N \N S \N 17495 t
+8452 58618 Frasier eng The Good Samaritan Frasier is arrested after unwittingly giving a ride to a prostitute. To make matters worse, he must explain the public scandal to his 11-year-old son. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:30:00 2014-12-19 11:00:00 \N \N \N S \N 17496 t
+8452 58984 Frasier eng Our Parents, Ourselves Frasier plays Cupid when he arranges a supposedly accidental meeting between Martin and Roz's mother. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N S \N 17497 t
+8452 58985 Frasier eng The Show Where Woody Shows Up Frasier receives a surprise visit from Woody (guest star Woody Harrelson), his old friend from the Cheers bar in Boston. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N S \N 17498 t
+28096 59389 QI XL eng Keys The ever-witty fact-packed quiz show. Stephen Fry grills Isy Suttie, Tim Minchin, Bill Bailey and Alan Davies on all things key-related, from pianos to the QWERTY keyboard. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N S \N 17499 t
+28096 59390 8 Out of 10 Cats eng \N Jimmy Carr hosts a digital special of the zany topical quiz as Sean Lock, Carol Vorderman and David O'Doherty crack wise with Jason Manford, John Bishop and Peter Serafinowicz. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 22:00:00 2014-12-21 22:50:00 \N \N \N S \N 17500 t
+28096 59391 8 Out of 10 Cats eng \N Rambunctious regulars Jimmy Carr, Sean Lock and Jason Manford are joined by David Walliams, Fern Britton, Greg Davies and Holly Walsh to pore over polls and snigger at surveys. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 22:50:00 2014-12-21 23:40:00 \N \N \N S \N 17501 t
+28096 59392 8 Out of 10 Cats eng \N Sean Lock, Janice Dickinson and Rhod Gilbert face off against Jason Manford, David Walliams and Lauren Laverne in a battle of wits and witticisms. Jimmy Carr dishes out points. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:40:00 2014-12-22 00:30:00 \N \N \N S \N 17502 t
+25728 54429 Teleshopping eng \N Shop for the latest goods from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 06:00:00 2014-12-21 09:00:00 \N \N \N \N \N 17509 t
+22272 65164 MegaTruckers eng \N Blue-collar banter down under. Ryan and Brad try not to go off the rails as they transport two trains to Perth. Jon wants to spruce up the battered old truck he first drove. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:30:00 \N \N \N \N \N 17510 t
+22272 65165 MegaTruckers eng \N Reality TV on the road. Sparks fly as Wayne and Keith clash while hauling a huge excavator to a Queensland mine. As work piles up, Jon dusts down one of his prized show-trucks. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 12:30:00 2014-12-23 13:00:00 \N \N \N \N \N 17511 t
+22272 65166 Top Gear eng \N Four-wheeled fun with the regular team. The Top Gear trio go head-to-head against their opposite numbers from the Australian Top Gear in a car-based version of The Ashes. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 \N \N \N AD,S \N 17512 t
+22272 65167 Man v. Food: The Carnivore Chronicles eng Carnivore Country More meaty moments. Adam Richman eats a four-patty burger in Maine and tries a supersized roast beef sandwich in his hometown of Brooklyn, New York. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N AD,S \N 17513 t
+40960 51183 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 22:30:00 2014-12-19 22:45:00 \N \N \N \N \N 17514 t
+22272 65168 Storage Hunters eng High Noon Auction anarchy! Scott, Brandon and Lori hope to strike it rich in Vegas, but Dustin and Desert Dan are betting big too. The factions compete for a geologist's bin. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N S \N 17515 t
+8274 16074 Text Santa Highlights eng \N A look back at a night of revelry and comedy as we celebrate the highlights of this year's Text Santa, including when George Clooney makes a surprise visit to Downton Abbey. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:05:00 2014-12-20 01:25:00 \N \N \N S \N 17516 t
+8274 16078 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 01:25:00 2014-12-20 03:00:00 \N \N \N \N \N 17517 t
+14720 1715 JK and Lucy eng \N JK and Lucy get your weekends off to a bang to great music and lots of laughs. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 10:00:00 \N \N \N \N \N 17518 t
+28352 2329 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 17519 t
+28352 2330 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N \N \N 17520 t
+28352 2331 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 \N \N \N \N \N 17521 t
+28352 2332 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N \N \N 17522 t
+28352 2333 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N \N \N 17523 t
+27456 45407 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:30:00 \N \N \N \N \N 17524 t
+27456 45408 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 12:30:00 2014-12-23 13:00:00 \N \N \N \N \N 17525 t
+27456 45409 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N \N \N 17526 t
+27456 45410 Keiser Report eng \N Keiser Report is a no holds barred look at the shocking scandals behind the global financial headlines. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 \N \N \N \N \N 17527 t
+27456 45411 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N \N \N 17528 t
+27456 45412 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N \N \N 17529 t
+40992 50628 Pingu eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 06:55:00 2014-12-19 07:00:00 \N \N \N \N \N 18754 t
+27744 42113 Star Trek - The Original Series eng \N The original Star Trek series, digitally remastered to look and sound better than ever. Unforgettable episode as the gunfight at the OK Corral is re-enacted./24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 6 \N \N \N 3 17530 t
+27744 42114 NCIS eng \N Spin off series of the highly successful JAG, featuring crimes concerning Navy personnel. A marine unwittingly captures his own murder on camera, but who is the killer?/23 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 15 \N \N \N 2 17531 t
+27744 42115 The Streets of San Francisco eng \N A pair of plainclothes homicide detectives, cruise the streets of San Francisco solving crimes. Add Karl Malden, Michael Douglas and a killer theme tune and you have a classic. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N \N \N 17532 t
+26240 11736 On Air With Ryan Seacrest eng \N Join Ryan Seacrest and Ellen K for the biggest celebrity guests and gossip direct from Hollywood \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 13:00:00 2014-12-23 16:00:00 \N \N \N \N \N 17533 t
+28512 704 Meet Someone New Today eng \N Put your flirting to the test and meet thousands of hopefuls, for fun, friendship and more. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 14:00:00 2014-12-23 18:00:00 \N \N \N \N \N 17534 t
+32896 8691 The Yogi Bear Show eng \N Yogi disguises himself to enter a Jellystone Park skateboard contest. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:15:00 \N \N \N \N \N 17535 t
+32896 8692 Rekkit Rabbit eng \N After feeling that he can't grow up fast enough, Jay is shocked to wake up and discover a magical moustache growing on his face (courtesy of Rekkit). \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 06:15:00 2014-12-24 06:30:00 \N \N \N \N \N 17536 t
+32896 8693 Invisible Network Of Kids eng \N Today, Soper's lecture is on voodoo. Macbeth, who has wire-tapped his class, cocks an attentive ear. Bewitching students in order to control them? Now, there's an intriguing idea! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 06:30:00 2014-12-24 07:00:00 \N \N \N \N \N 17537 t
+32896 8694 Transformers Rescue Bots eng \N An out-of-control mechanical bull leads Cody and the Bots on an adventure through the mysterious "Beam Box" to an island where dangerous tech is stored. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:30:00 \N \N \N \N \N 17538 t
+32896 8695 Transformers Rescue Bots eng \N A new central computer is designed to keep everyone in Griffin Rock 100% safe, no matter what. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 07:30:00 2014-12-24 08:00:00 \N \N \N \N \N 17539 t
+32896 8696 Robin Hood eng Mischief In Sherwood Robin, Tuck and Little John have collected money in Nottingham for the orphanage in a neighbouring district. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:15:00 \N \N \N \N \N 17540 t
+32896 9249 Robin Hood eng Mischief In Sherwood Prince John is planning to build a new tollbooth on the road through Sherwood Forest on the site of a ruined tower that will be torn down. Robin and his friends decide to stop his plans. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 08:15:00 2014-12-24 08:30:00 \N \N \N \N \N 17541 t
+32896 9250 Robin Hood eng Mischief In Sherwood Robin has an emergency job to bring back weird ingredients from Sherwood Forest for Marian's magical concoctions. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 08:30:00 2014-12-24 08:45:00 \N \N \N \N \N 17542 t
+32896 9251 Robin Hood eng Mischief In Sherwood When Marian tries to stop a fleet of wood taken from a farmer by Prince John's guards she uses a magic spell that unfortunately turns against Robin and Little John. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 08:45:00 2014-12-24 09:00:00 \N \N \N \N \N 17543 t
+41104 20006 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 13:00:00 2014-12-23 17:00:00 \N \N \N \N \N 17544 t
+24032 31323 Teleshopping eng \N Shop for the latest goods from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:00:00 \N \N \N \N \N 17545 t
+23184 17900 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:30:00 \N \N \N \N \N 17546 t
+23184 17901 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:00:00 \N \N \N \N \N 17547 t
+23184 17458 A Stranger In My Home eng \N The series re-enacts real-life stories of how letting the wrong person in was the last mistake they ever made... S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:00:00 \N \N \N \N \N 17548 t
+23184 17459 North Mission Road eng \N LA where the beautiful people are and dreams are made but also the stuff of real life nightmares and no one knows any better about this than the County Coroner at North Mission. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 02:00:00 2014-12-22 02:30:00 \N \N \N \N \N 17549 t
+23184 17460 North Mission Road eng \N LA where the beautiful people are and dreams are made but also the stuff of real life nightmares and no one knows any better about this than the County Coroner at North Mission. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:00:00 \N \N \N \N \N 17550 t
+40960 51184 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-19 22:45:00 2014-12-19 23:00:00 \N \N \N \N \N 17552 t
+40960 51185 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:30:00 \N \N \N \N \N 17553 t
+22226 11848 Robot Wars eng \N Craig Charles and Philippa Forrester host the action-packed competition in which teams of engineers build robotic creations to fight against each other in the arena. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:35:00 5 \N \N S 2 17556 t
+22226 11849 Robot Wars eng \N Craig Charles and Philippa Forrester host the action-packed competition in which teams of engineers build robotic creations to fight against each other in the arena. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 00:35:00 2014-12-22 01:10:00 6 \N \N S 2 17557 t
+22226 11850 Top 100 Video Games Of All Time eng \N From arcade games to apps, we countdown the best video games of all time. Stars including Milla Jovovich, Matthew Perry, Robin Williams and Alice Cooper reveal the top titles. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 01:10:00 2014-12-22 02:10:00 \N \N \N S \N 17558 t
+22226 11851 Vegas Virgins eng \N The Virgins hit a downtown strip joint, only to find out they are the ones who will be performing. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 02:10:00 2014-12-22 03:10:00 2 10 \N S \N 17559 t
+20352 60711 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 07:00:00 2014-12-22 09:00:00 \N \N \N \N \N 17560 t
+24016 12874 To End All Wars eng \N Based on a book by Captain Ernest Gordon, this film tells the true story of allied POW's forced to build a bridge by the Japanese. Robert Carlyle and Kiefer Sutherland star. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:20:00 \N \N 2001 \N \N 17561 t
+24016 12875 Chain Of Command eng \N A briefcase containing the launching system to fire nuclear weapons is stolen by terrorists, and it's up to the Secret Service to get it back. Starring Roy Scheider. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 23:20:00 2014-12-22 01:10:00 \N \N 2000 \N \N 17562 t
+40992 50629 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:10:00 \N \N \N \N \N 18755 t
+14688 11618 The No Repeat Guarantee eng \N Russ Williams brings you the No Repeat Guarantee - loads of great music and you'll never hear the same song twice. Text now on 81215 (50p + n/wk chrg) or email via the website at a \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 10:00:00 2014-12-22 14:00:00 \N \N \N \N \N 17563 t
+23296 5826 Fast and Fun eng \N The fastest gay dating around. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:00:00 \N \N \N \N \N 17564 t
+22656 881 Non-Stop Kerrang! eng \N Playing continuous K! music throughout the night. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:00:00 \N \N \N \N \N 17566 t
+22784 772 Kisstory Sunday Night eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:00:00 \N \N \N \N \N 17567 t
+17664 58654 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-20 12:45:00 2014-12-20 13:40:00 \N \N \N \N \N 23636 t
+24352 30909 Greatest Mysteries eng American Museum of Natural History Host Don Wildman explores the American Museum of Natural History, one of the world's preeminent institutions. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 17568 t
+24352 31250 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 22:00:00 2014-12-22 06:00:00 \N \N \N \N \N 17569 t
+23120 20426 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 17570 t
+23120 20424 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 17571 t
+23120 20425 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 17572 t
+4169 49791 Weather For the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 01:05:00 2014-12-21 01:10:00 \N \N \N S \N 17573 t
+4169 49792 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 01:10:00 2014-12-21 06:00:00 \N \N \N S \N 17574 t
+22624 40375 Pure 80s eng \N RNIB's Insight Radio - Roger Cole takes you back in time to the 80s with classic hits from the decade of decadence. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 17575 t
+22624 40376 Insight Highlights eng \N RNIB's Insight Radio - Rounding up the major interviews and features from the Insight team with great music \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 17576 t
+22624 40377 Relax With Insight eng \N RNIB's Insight Radio - Relax with great music to end the day \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 17577 t
+23280 5831 Speed Dating eng \N It's fun, it's fast, don't miss out. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:00:00 \N \N \N \N \N 17578 t
+14498 26368 The New Yankee Workshop eng Jigs Part 2 The jig isn't up, as Norm creates a circle-cutting jig for a router, a hinge-mortising jig, a jig for guiding a plunge router, and a simple jig for box joints. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:30:00 \N \N \N \N \N 17579 t
+14498 26369 The New Yankee Workshop eng Hall Seat Norm is inspired by a handsome Arts and Crafts-style seat in North Carolina's Blue Ridge Mountains. Can he recreate the white oak chair in his studio? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 03:30:00 2014-12-19 04:00:00 \N \N \N \N \N 17580 t
+14498 26370 Wheeler Dealers eng Saab Part 2 Mike Brewer and Edd China get under the bonnet of a Saab 900 Turbo. Can they transform this sorry Saab back into a roadworthy dream machine on a tight budget? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:30:00 \N \N \N \N \N 17581 t
+14498 26371 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 04:30:00 2014-12-19 05:00:00 \N \N \N \N \N 17582 t
+14498 26372 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 \N \N \N \N \N 17583 t
+14498 26373 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N \N \N 17584 t
+23280 5809 60 Second Date eng \N The fastest way to find a date in the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 04:00:00 2014-12-19 06:00:00 \N \N \N \N \N 17585 t
+14608 31955 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 03:00:00 2014-12-19 06:00:00 \N \N \N \N \N 17586 t
+41072 13883 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:30:00 \N \N \N \N \N 17587 t
+41072 13884 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-19 03:30:00 2014-12-19 04:00:00 \N \N \N \N \N 17588 t
+41072 13885 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:30:00 \N \N \N \N \N 17589 t
+41072 13886 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-19 04:30:00 2014-12-19 05:00:00 \N \N \N \N \N 17590 t
+41072 13887 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:20:00 \N \N \N \N \N 17591 t
+41072 13888 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-19 05:20:00 2014-12-19 06:00:00 \N \N \N \N \N 17592 t
+14784 2849 Winter Has Arrived... eng \N Time to book a CRUISE! Caribbean, Mediterranean, European. You name it, we got it! Whatever floats ya boat and whatever your budget, grab your toothbrush & sail away to Shangri-La \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 20:00:00 2014-12-20 00:00:00 \N \N \N \N \N 17593 t
+28096 59333 Russell Howard Live eng Dingledodies Cheeky comic Russell Howard shares some wry observations on life's big issues, including time travel, teenage parties, Charles Darwin, bags for life, awkward sex and wolf masks. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 01:30:00 2014-12-20 02:50:00 \N \N \N \N \N 17594 t
+28096 59334 Russell Kane eng Smokescreens and Castles Energetic comedian Russell Kane performs his hilarious, award-winning live stand-up show in which he explores his fractious relationship with his right-wing, tough-nut dad! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 02:50:00 2014-12-20 03:50:00 \N \N \N \N \N 17595 t
+22080 201 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 \N \N \N S \N 17596 t
+22080 964 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N S \N 17597 t
+22080 965 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:30:00 \N \N \N \N \N 17598 t
+22080 966 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 10:30:00 2014-12-23 11:00:00 \N \N \N \N \N 17599 t
+22080 968 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N \N \N 17600 t
+22080 976 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N \N \N 17601 t
+25664 55716 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N \N \N 17602 t
+25664 55717 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:30:00 \N \N \N \N \N 17603 t
+40992 50630 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 07:10:00 2014-12-19 07:25:00 \N \N \N \N \N 18756 t
+25664 55718 The Box+ Streaming Chart eng \N Join us to count down the 20 most streamed tracks of the week - who will be No.1? Data supplied by Spotify; to listen to the playlist in full, go to 4music.com/charts \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:50:00 \N \N \N \N \N 17604 t
+25664 55872 The Fix eng Your Weekly News Buzz Join us for your news fix! We bring you all of the hottest celebrity news and gossip. \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-20 08:50:00 2014-12-20 09:30:00 \N \N \N \N \N 17605 t
+16208 36962 The Life and Adventures of Nick Nickelby eng \N Conclusion to the modern interpretation of the Charles Dickens classic. The mystery of Mrs Smike's locket is revealed as Nick struggles to bring down his uncle Ralph. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 17606 t
+23968 4820 Programmes will resume at 03 eng 00pm Programmes will resume at 03.00pm \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 19:00:00 2014-12-24 06:00:00 \N \N \N \N \N 17754 t
+17664 58655 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-20 13:40:00 2014-12-20 16:00:00 \N \N \N \N \N 23637 t
+16208 36963 The Indian Doctor eng The Fete Sanjeev Bhaskar stars in the drama series about an Indian doctor who moves to a Welsh mining village. Megan pleads with Dr Sharma to stay in Trefelin and help the miners. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 17607 t
+16208 36964 Murdoch Mysteries eng Convalescence The Victorian mystery series about a Canadian forensics pioneer. In a fever, Murdoch begins to suspect that his landlady may have a murder on her mind. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 9 \N \N S 2 17608 t
+27168 60715 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:00:00 \N \N \N \N \N 17612 t
+15808 50263 Top Speed eng \N Episode 18. Predictably the premise of Top Speed is about going very, very fast. Host Martin Utberg participates in some of the world's most exciting races using cars featuring up to 480bhp. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 12:10:00 2014-12-19 12:40:00 \N \N \N \N \N 17613 t
+15808 50264 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 12:40:00 2014-12-19 13:40:00 \N \N \N \N \N 17614 t
+15808 50265 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 13:40:00 2014-12-19 14:45:00 \N \N \N \N \N 17615 t
+15808 50266 GT Asia Series eng Highlights of the premier Asian series exclusively for GT3 Supercars featuring an illustrious list of manufacturers competing on tracks in South Korea, Japan, Malaysia and China. Rd 13 Guia (Macau). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 14:45:00 2014-12-19 15:15:00 \N \N \N \N \N 17616 t
+41056 18156 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-24 06:05:00 2014-12-24 07:00:00 \N \N \N \N \N 17617 t
+41056 18157 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:05:00 \N \N \N \N \N 17618 t
+41056 18158 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 07:05:00 2014-12-24 08:00:00 \N \N \N \N \N 17619 t
+41056 18159 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:30:00 \N \N \N \N \N 17620 t
+41056 18160 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N \N \N 17621 t
+22688 1001 Early Breakfast with Martin Collins eng \N Join Martin Collins every morning from 4am to get your day off to the best start. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 04:00:00 2014-12-19 06:00:00 \N \N \N \N \N 17622 t
+27328 17331 Last Week, This Week eng \N The best bits from BT Sport from the last week, exclusive interviews, the best action and so much more. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:30:00 \N \N \N \N \N 17623 t
+27328 17332 Serie A Review eng \N All the latest news and action from Italy's top division. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 03:30:00 2014-12-24 04:00:00 \N \N \N \N \N 17624 t
+27328 17333 Bundesliga Review eng \N The best of the latest action from the top flight of Germany as Bayern Munich look to make it a hat-trick of consecutive titles. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 04:00:00 2014-12-24 05:00:00 \N \N \N \N \N 17625 t
+27328 17334 French Ligue 1 Review eng \N A look back at all the recent action from French Ligue 1. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 05:00:00 2014-12-24 06:00:00 \N \N \N \N \N 17626 t
+23040 38208 Diners, Drive-Ins And Dives Special eng \N Guy explores Disneyland and bakes a gingerbread house and Yule log, candy canes, and prepares Christmas Eve dinner. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 17627 t
+23040 38209 Barefoot Contessa eng \N Scrumptious cooking series with Ina Garten. Ina cooks a mouth-watering festive feast of roast loin of pork, cauliflower gratin, and a pumpkin parfait. And her ginger biscuits are to die for. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:30:00 \N \N \N \N \N 17628 t
+23040 38210 Barefoot Contessa eng \N Scrumptious cooking series with Ina Garten. Ina adds pizzazz to her already delicious recipe for strawberry scones, and she cooks a delicious wild mushroom lasagne made with organic ingredients. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 13:30:00 2014-12-24 14:00:00 \N \N \N \N \N 17629 t
+23040 38211 Jamie's 15 Minute Meals eng \N On the menu this time is squid and prawns spicy vegetable noodle broth, plus veggie chilli, crunchy tortilla and avocado salad. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N \N \N 17630 t
+23040 38212 Jamie's 15 Minute Meals eng \N Jamie shows how to prepare Asian fish, miso noodles and crunchy veg, and ultimate pork tacos, spicy black beans and avocado garden salad in 15 minutes. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N \N \N 17631 t
+40960 51186 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 23:30:00 2014-12-19 23:45:00 \N \N \N \N \N 17632 t
+40960 51187 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-19 23:45:00 2014-12-20 00:00:00 \N \N \N \N \N 17633 t
+12928 42056 Lethal Weapon 4 eng \N Action sequel starring Mel Gibson and Danny Glover. The ill-matched crazy cop duo find themselves pitched against the Chinese Triads. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:05:00 \N \N 1998 S \N 17634 t
+12928 42130 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 22:05:00 2014-12-22 22:10:00 \N \N \N \N \N 17635 t
+12928 42131 Lethal Weapon 4 eng \N Action sequel starring Mel Gibson and Danny Glover. The ill-matched crazy cop duo find themselves pitched against the Chinese Triads. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 22:10:00 2014-12-22 23:45:00 \N \N 1998 S \N 17636 t
+12928 42057 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 23:45:00 2014-12-23 00:00:00 \N \N \N \N \N 17637 t
+27712 21885 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N \N \N 17638 t
+27712 21886 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 17639 t
+40992 50755 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 07:25:00 2014-12-19 07:50:00 \N \N \N \N \N 18757 t
+40992 50632 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 07:50:00 2014-12-19 08:00:00 \N \N \N \N \N 18758 t
+27712 21887 TechKnow eng \N Science series exploring how the latest scientific discoveries are changing our lives, investigating controversies and celebrating innovation across the world. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 17640 t
+27712 21888 Head to Head eng \N Mehdi Hassan goes head to head with China's foremost interpreter, Dr Zhang Weiwei, on whether China could, or should, become a western-style democracy. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 17641 t
+16080 14911 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:30:00 \N \N \N \N \N 17642 t
+16080 14912 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:00:00 \N \N \N \N \N 17643 t
+16080 14913 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:30:00 \N \N \N \N \N 17644 t
+16080 14914 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 13:30:00 2014-12-24 14:00:00 \N \N \N \N \N 17645 t
+16080 14915 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N \N \N 17646 t
+16080 14916 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N \N \N 17647 t
+24032 31255 Revolution eng \N Historical drama starring Al Pacino and Donald Sutherland, 1985. Portrayal of the American Revolution from the perspective of a hunter \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 03:30:00 2014-12-19 06:00:00 \N \N \N \N \N 17648 t
+8385 60711 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 06:00:00 2014-12-22 08:00:00 \N \N \N \N \N 17649 t
+8385 58283 BSL Zone eng Punk Chef Kids Challenge Punk Chef's competition for the Best Young Deaf Chef reaches the final. Who will win the coveted trophy? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 2 2 \N S \N 17650 t
+8385 12222 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 08:30:00 2014-12-22 11:00:00 \N \N \N \N \N 17651 t
+17920 42165 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:30:00 \N \N \N \N \N 17652 t
+17920 42870 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:00:00 \N \N \N \N \N 17653 t
+17920 41818 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-21 04:00:00 2014-12-21 05:30:00 \N \N \N \N \N 17654 t
+17920 39255 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 05:30:00 2014-12-21 18:58:00 \N \N \N \N \N 17655 t
+41136 50270 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 18:25:00 2014-12-19 18:55:00 \N \N \N \N \N 17656 t
+41136 50271 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 18:55:00 2014-12-19 21:00:00 \N \N \N \N \N 17657 t
+25792 52412 Flog It! eng Stirling More fascinating finds turn up in the antiques series. Paul Martin, Mark Stacey and Anita Manning seek out rare, valuable and downright unusual collectables in Stirling. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N S \N 17658 t
+25792 52413 The Great Train Robbery's Missing Mastermind? Andrew Cook takes a fresh look at perhaps the most infamous robbery of the 20th century eng \N With access to secret files, Cook tries to find out whether an inside man played a role. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N S \N 17659 t
+25792 52414 Human Planet eng Oceans - Into the Blue John Hurt narrates this awe-inspiring nature series. Humans have always found ways to live an almost aquatic life so they can exploit the sea's riches. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N AD,S \N 17660 t
+15920 40608 This Is ITV4+1 eng \N This Is ITV4+1. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 06:00:00 2014-12-24 04:00:00 \N \N \N \N \N 17661 t
+41024 60715 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:00:00 \N \N \N \N \N 17662 t
+28416 20076 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 \N \N \N \N \N 17663 t
+28416 20077 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 01:00:00 2014-12-19 02:00:00 \N \N \N \N \N 17664 t
+28416 20078 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 02:00:00 2014-12-19 03:00:00 \N \N \N \N \N 17665 t
+4175 49791 Weather For the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 01:05:00 2014-12-21 01:10:00 \N \N \N S \N 17668 t
+4175 49792 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 01:10:00 2014-12-21 06:00:00 \N \N \N S \N 17669 t
+14498 26459 Salvage Hunters eng \N Drew's auction goes awry due to a sudden onset of wintry weather. Meanwhile, he has a hard task persuading one reluctant trader to sell. Finally, he tours a haunted house. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 17670 t
+14498 26460 Salvage Hunters eng \N Meet modern-day treasure hunter Drew Pritchard. With demanding customers, high turnover and one of the biggest decorative salvage yards in the UK, what will he come across today? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 17671 t
+14498 26461 Salvage Hunters eng \N Ace salvager Drew Pritchard is always on the lookout for stock for his showroom. Today he deals with a baronet who drives a hard bargain and meets a fellow enthusiast in Surrey. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N \N \N 17672 t
+14720 25935 Matt Wilkinson eng \N Matt keeps you company on your weekday afternoons with more music variety and all the latest news and travel. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 16:00:00 \N \N \N \N \N 17675 t
+15856 3535 The Only Way Is Essex eng \N Reality series. Ricky and Jess deal with each others' families in the wake of their split, Gemma and Ferne come to blows and Danni tries to spice things up with Lockie. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 12:25:00 2014-12-24 13:10:00 \N \N \N S \N 17676 t
+15856 3536 The Only Way Is Essex eng \N Reality series. The series finale sees the warring Gemma and Ferne come face-to-face. Bobby hosts an emotional charity evening which includes a rather revealing surprise! \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 13:10:00 2014-12-24 14:00:00 \N \N \N S \N 17677 t
+28352 2391 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 21:40:00 2014-12-24 22:00:00 \N \N \N \N \N 17678 t
+15856 3537 The Only Way Is Essexmas eng \N The glam gang returns for the annual Christmas special of Britain's most talked-about reality series. How are Essex's most gorgeous citizens preparing for the holiday season? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 14:00:00 2014-12-24 15:00:00 \N \N \N S \N 17679 t
+17609 19716 Jackpot247 eng \N \N \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 01:00:00 2014-12-23 03:00:00 \N \N \N \N \N 17684 t
+16080 14719 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:15:00 \N \N \N \N \N 17693 t
+16080 14720 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 00:15:00 2014-12-20 00:45:00 \N \N \N \N \N 17694 t
+16080 14721 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 00:45:00 2014-12-20 01:15:00 \N \N \N \N \N 17695 t
+16080 14722 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 01:15:00 2014-12-20 01:45:00 \N \N \N \N \N 17696 t
+16080 14723 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 01:45:00 2014-12-20 02:15:00 \N \N \N \N \N 17697 t
+16080 14724 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 02:15:00 2014-12-20 02:45:00 \N \N \N \N \N 17698 t
+16080 14725 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 02:45:00 2014-12-20 03:00:00 \N \N \N \N \N 17699 t
+14832 1318 Gay Rabbit Chat & Date Now Open at 7 eng \N Bounce into TVs warmest, SUNNIEST interactive gay community & make new friends, chat or flirt! Introduce a friend to Gay Rabbit and BOTH of you earn free credits! Now open from 7am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 04:00:00 2014-12-19 08:00:00 \N \N \N \N \N 17710 t
+15952 5132 Two and a Half Men eng Corey's Been Dead for an Hour US sitcom. Charlie gets tired of Alan's constant scrounging and reaches breaking point during the brothers' double date. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 03:20:00 2014-12-24 03:40:00 \N \N \N S \N 17711 t
+15952 2735 The Office Xmas Party eng \N Last in series. In the final show, a party-loving property firm in Manchester plans to hold the greatest Christmas party ever seen - in the least practical location ever seen! \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-24 03:40:00 2014-12-24 04:30:00 \N \N \N S \N 17712 t
+15952 41725 Tricked eng \N Hidden camera magic show. Ben convinces model Amy Willerton that she has ruined some children's dreams, while boxing hero David Haye witnesses Ben coming to a really grisly end. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 04:30:00 2014-12-24 05:15:00 \N \N \N S \N 17713 t
+15952 2741 Educating Joey Essex eng Space Cadet The endearingly naive former TOWIE star Joey Essex is sent on a mission to broaden his mind once again as he travels to the USA for an intergalactic space odyssey. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 05:15:00 2014-12-24 06:05:00 \N \N \N S \N 17714 t
+28352 2392 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:30:00 \N \N \N \N \N 17715 t
+14816 969 1-2-1 Dating - Hot COUPLES eng \N 1-2-1 Dating's all new Couples section is for those seeking something a little extra.... Or maybe TWO extras! Check it out. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 04:00:00 2014-12-19 08:00:00 \N \N \N \N \N 17716 t
+14800 1318 Rabbit Chat & Date Now Open at 7am eng \N Bounce into TVs warmest, SUNNIEST interactive community and make new friends, date, flirt or chat! Introduce a friend to Rabbit and BOTH of you earn free credits! Now open from 7am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 04:00:00 2014-12-19 08:00:00 \N \N \N \N \N 17717 t
+41024 59526 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N \N \N 17721 t
+41024 59527 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N \N \N 17722 t
+8381 14912 Countrywise eng \N Series about rural life. Liz Bonnin is on the stunning island of Lundy off the Devon coast, and Ben Fogle is in Norfolk to take part in the annual pea harvest. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 21:30:00 \N \N \N S \N 17767 t
+8381 14913 Coronation Street eng \N Gary faces up to the consequences. What is Callum up to? Steve plans the perfect Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 21:30:00 2014-12-22 22:00:00 \N \N \N AD,S \N 17768 t
+8381 14914 Surviving The Tsunami eng 10 Years On A moving account of the events a decade ago on Boxing Day 2004 when a tsunami swept across eleven countries in the Indian Ocean killing nearly 250,000 people of many nationalities. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:05:00 \N \N \N S \N 17769 t
+8381 16750 ITV News at Ten & Weather eng \N Mark Austin and Julie Etchingham with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 23:05:00 2014-12-22 23:45:00 \N \N \N S \N 17770 t
+8381 14917 Notting Hill eng \N Romantic comedy starring Julia Roberts and Hugh Grant, 1999. The pressures of fame threaten to ruin the chances of love between an actress and book shop owner \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 23:45:00 2014-12-23 02:00:00 \N \N \N AD,S \N 17771 t
+16048 32952 Agatha Christie's Marple eng The Body in the Library Miss Marple is called by an old friend to help discover who strangled a young dancer in the library of Gossington Hall. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-23 12:25:00 2014-12-23 14:25:00 \N \N \N S \N 17776 t
+16048 33210 The Best of Royal Variety eng Speciality Acts A look at some of the speciality acts, from ventriloquists and magicians through to acrobats and performance artists, that have graced the Royal Command performances. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 14:25:00 2014-12-23 15:25:00 \N \N \N S \N 17777 t
+8274 45016 Good Morning Britain eng \N Breakfast show with the latest news, sport and weather, presented by Susanna Reid, Ben Shephard, Charlotte Hawkins and Sean Fletcher. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 08:30:00 \N \N \N S \N 17778 t
+8274 45017 Lorraine eng \N Topical mix of discussion fashion, food and celebrity gossip. Ashley Jensen talks about her latest role in Christmas crime drama Agatha Raisin and the Quiche of Death. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:25:00 \N \N \N S \N 17779 t
+16032 55254 CITV returns at 06:00 eng CITV returns at 06 00. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 18:00:00 2014-12-20 06:00:00 \N \N \N \N \N 17780 t
+22208 1492 Nothing To Declare eng \N The officers protecting Australia's borders see some very unusual things. Cameras capture first-hand how they deal with drug-runners, smugglers and strange bugs. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:30:00 7 \N \N S 8 17787 t
+22208 1496 Nothing To Declare eng \N The fly-on-the-wall documentary joins the men and women who enforce Australia's customs, quarantine and immigration laws at the nation's airports and harbours. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 15:30:00 2014-12-22 16:00:00 8 \N \N S 8 17788 t
+22208 1497 Nothing To Declare eng \N The observational documentary series goes to the frontline of Australia's defence against customs, quarantine and immigration violations. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:30:00 9 \N \N S 8 17789 t
+22208 1498 Nothing To Declare eng \N Cameras join officers from Australia's airports, harbours and mail services as they protect the nation from drug-smugglers, illegal products and unusual creepy-crawlies. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:00:00 10 \N \N S 8 17790 t
+22208 1500 Nothing To Declare - Australia eng \N The observational documentary series goes to the frontline of Australia's defence against customs, quarantine and immigration violations. (S7a, ep 1) \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N S,AD \N 17791 t
+22208 1501 Nothing To Declare - Australia eng \N Cameras join officers from Australia's airports, harbours and mail services as they protect the nation from drug smugglers, illegal products and unusual creepy-crawlies. (S7a, ep 2) \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 17:30:00 2014-12-22 18:00:00 \N \N \N S,AD \N 17792 t
+8281 16797 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 03:00:00 2014-12-23 05:05:00 \N \N \N \N \N 17805 t
+8281 28095 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 05:05:00 2014-12-23 06:00:00 \N \N \N S,SL \N 17806 t
+4168 49774 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 10:00:00 \N \N \N S \N 17807 t
+8442 55783 Jamie's Family Christmas eng \N Jamie Oliver dishes his kitchen secrets for making the very best roast potatoes and exciting Christmas vegetables. Plus, some delicious ways to use leftovers. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 03:05:00 2014-12-19 03:40:00 \N \N \N S \N 17812 t
+8442 60704 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 03:40:00 2014-12-19 06:00:00 \N \N \N \N \N 17813 t
+23712 3601 Homes under the Hammer eng \N Martin Roberts and Lucy Alexander cast their expert eyes over properties before they go to auction. Here, the pair visit homes in north London, Folkestone and Plymouth. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N S \N 17814 t
+23712 3378 DIY SOS eng Worktop Woes in Watford Nick Knowles and the team rescue struggling DIYers. In Watford, they renovate a kitchen and dining area for a family that needs it to be medically clean. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N S \N 17815 t
+23712 3379 DIY SOS eng A Little Luxury in Leamington Nick Knowles and the team rescue struggling home improvers. They head to Leamington Spa to help out single parent Kate, by renovating her bedroom. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N S \N 17816 t
+23712 3380 DIY SOS: The Big Build eng Spalding Inspirational property makeovers. Nick Knowles and the DIY SOS team head to Spalding to transform the home of eight-year-old Dakota, who has cerebral palsy. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N AD,S \N 17817 t
+24016 12836 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 04:00:00 2014-12-19 06:00:00 \N \N \N \N \N 17818 t
+14544 145 FlirtXchange eng \N Live Flirt Chat! The FlirtXchange chat hosts are out to play! Call now to join the fun, or message them anytime from the FlirtXchange mobile apps! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N \N \N 17830 t
+26368 36391 Early Breakfast eng \N Join Nicola Bonn every weekday morning from 4.00am \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 04:00:00 2014-12-19 06:00:00 \N \N \N \N \N 17831 t
+24464 50267 Australian National Drag Racing eng \N Now entering its fifth decade, Australia's domestic drag racing championship remains the country's fastest adrenaline explosion on four wheels. Sydney - Top Alcohol / Top Fuel Bikes. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 15:15:00 2014-12-19 16:20:00 \N \N \N \N \N 17832 t
+24464 50268 Australasian Supersport eng Wannabe Mick Doohans and Casey Stoners look to make a name for themselves in the Australasian Supersport class. Rd 6 Sydney Motorsport Park. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 16:20:00 2014-12-19 17:20:00 \N \N \N \N \N 17833 t
+24464 50269 Australasian Superbikes eng The fastest riders across the Australian peninsula and beyond go head-to-head over six rounds on the fastest bikes that Yamaha, Honda, Suzuki and Kawasaki have to offer. Rd 6 Sydney Motorsport Park. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 17:20:00 2014-12-19 18:25:00 \N \N \N \N \N 17834 t
+40992 52136 Bing eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 09:35:00 2014-12-24 09:45:00 \N \N \N \N \N 23860 t
+8500 5932 Scrooge - A Christmas Carol eng \N Festive fantasy starring Alastair Sim and Mervyn Johns. An adaptation of Charles Dickens' classic story of a miser who discovers the true meaning of Christmas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 15:50:00 2014-12-24 17:35:00 \N \N 1951 S \N 17835 t
+8500 5933 New eng Michael Buble's Christmas 2014 Delivering a mix of festive cheer and seasonal songs, this brand new music special sees Michael Buble joined by special guests Barbra Streisand, Ariana Grande, Miss Piggy and The Rockettes. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 17:35:00 2014-12-24 18:30:00 \N \N \N S \N 17836 t
+27360 18080 NBA Inside Stuff eng \N A behind-the-scenes look at professional basketball, offering a look at the off-court personalities of players in the NBA. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N \N \N 17843 t
+27360 18081 Timberwolves @ Cavaliers eng \N NBA interconference action from the Quicken Loans Arena, Cleveland. The Cavaliers held off a late Timberwolves rally to win 93-92 when these teams met here last season. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 19:30:00 2014-12-24 21:30:00 \N \N \N \N \N 17844 t
+18112 65419 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:15:00 \N \N \N \N \N 17848 t
+18112 35926 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 15:15:00 2014-12-23 15:25:00 \N \N \N \N \N 17849 t
+18112 35928 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 15:25:00 2014-12-23 16:00:00 \N \N \N \N \N 17850 t
+18112 35929 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N \N \N 17851 t
+18112 36309 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 \N \N \N \N \N 17852 t
+18112 36310 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:25:00 \N \N \N \N \N 17853 t
+18112 36341 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 17:25:00 2014-12-23 17:50:00 \N \N \N \N \N 17854 t
+18112 36500 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 17:50:00 2014-12-23 18:58:00 \N \N \N \N \N 17855 t
+27840 5258 Top Quality Gemstones from Around the World eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 17856 t
+27840 5259 Top Quality Gemstones from Around the World eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 17857 t
+27840 5260 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 17858 t
+22336 58529 The Big Bang Theory eng The Dumpling Paradox When Howard seduces Penny's friend and spends the night with her in Penny's flat, Penny asks if she can sleep on Leonard and Sheldon's sofa. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:30:00 \N \N \N AD,S \N 17859 t
+22336 58530 The Inbetweeners eng \N Sparkling comedy about being a suburban teenager. Will (Simon Bird), whose parents have just divorced, is forced to move to a new area and change from private to comprehensive school. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 00:30:00 2014-12-23 01:00:00 \N \N \N AD,S \N 17860 t
+22336 58531 The IT Crowd eng Yesterday's Jam In the very first episode, new recruit Jen is appointed head of the IT department, but her staff Moss and Roy soon discover that she knows nothing about computers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:35:00 \N \N \N S \N 17861 t
+22336 58532 Rude Tube eng Brand new series - World Wide Weird Alex Zane presents the top 50 of online oddities including the world's stupidest tattoo and the weirdest public information film ever made. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 01:35:00 2014-12-23 02:40:00 \N \N \N S \N 17862 t
+22336 58533 Bad Robots eng \N Brand new series - The robots are still wreaking havoc as visitors over at the world-famous clipper ship Cutty Sark learn some very questionable facts from the tourist information machine. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 02:40:00 2014-12-23 03:10:00 \N \N \N S \N 17863 t
+28160 15794 Travellers Tales eng \N Hannah Scott-Joynt talks to Christians from all walks of life about their journey of faith \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:30:00 \N \N \N \N \N 17864 t
+13024 51068 Adventures of Robin Hood eng \N Classic swashbuckler starring Errol Flynn and Olivia de Havilland. Robin Hood and his merry men fight injustice in this Oscar-winning version of the Sherwood Forest folk legend. \N 0 25 f 64 eng eng 1 0 0 \N 2014-12-24 14:50:00 2014-12-24 16:50:00 \N \N 1938 AD,S \N 17865 t
+28480 11919 Frances and Friends eng \N Talk show hosted by Frances Swaggart, covering current events from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 21:00:00 2014-12-24 23:00:00 \N \N \N \N \N 17866 t
+28480 11920 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 17867 t
+4169 49774 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 10:00:00 \N \N \N S \N 17868 t
+8452 59074 Small Animal Hospital eng \N Max the spaniel has suspected meningitis; some lardy Labs go head to head in a weight loss competition; and John comes face to face with some rebellious reptiles. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 06:10:00 2014-12-22 06:35:00 \N \N \N S \N 17869 t
+8452 58688 Countdown eng \N Nick Hewer and Rachel Riley host as contestants race against the clock to pit their wits against vowels, consonants and numbers. David Baddiel is in Dictionary Corner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 06:35:00 2014-12-22 07:20:00 \N \N \N S \N 17870 t
+14448 27265 Teleshopping eng \N Innovative, value-for-money products brought directly to you at home... Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N \N \N 17875 t
+25920 19993 Smartphone BlockBuster eng \N The BlockBuster is the chance to get this product at the best offer - ever, while stocks last. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 17876 t
+25920 20775 Last Minute Christmas Kitchen eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N \N \N 17877 t
+25920 21070 Last Minute Sunday Kitchen eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N \N \N 17878 t
+28416 20121 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:30:00 \N \N \N \N \N 17879 t
+28416 20122 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-21 17:30:00 2014-12-21 19:00:00 \N \N \N \N \N 17880 t
+8267 25240 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:40:00 \N \N \N S,SL \N 17881 t
+40960 53168 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:30:00 \N \N \N \N \N 17883 t
+40960 53169 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:00:00 \N \N \N \N \N 17884 t
+40960 53170 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:30:00 \N \N \N \N \N 17885 t
+40960 53171 Click eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 04:30:00 2014-12-21 05:00:00 \N \N \N \N \N 17886 t
+40960 53172 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 05:00:00 2014-12-21 05:30:00 \N \N \N \N \N 17887 t
+40960 53173 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 05:30:00 2014-12-21 06:00:00 \N \N \N \N \N 17888 t
+41040 17268 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 17889 t
+41040 17269 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N \N \N 17890 t
+41040 17270 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N \N \N 17891 t
+41040 17271 Witness eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 17892 t
+16080 14769 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 02:45:00 2014-12-21 03:00:00 \N \N \N \N \N 19792 t
+32836 43657 Resurrection Highlights - Boxing eng \N Boxing highlights from Gateshead featuring the international title bout between Jon Lewis Dickinson v Courtney Fry. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 17893 t
+32836 42942 Teleshopping eng \N Teleshopping for eye make-up. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 01:00:00 2014-12-21 01:30:00 \N \N \N \N \N 17894 t
+32836 42955 Teleshopping eng \N Teleshopping for a steam mop. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 01:30:00 2014-12-21 02:00:00 \N \N \N \N \N 17895 t
+32836 42969 Teleshopping eng \N Teleshopping for beds and mattresses. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 02:00:00 2014-12-21 02:30:00 \N \N \N \N \N 17896 t
+32836 42983 Teleshopping eng \N Teleshopping for space saving system. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 02:30:00 2014-12-21 03:00:00 \N \N \N \N \N 17897 t
+24064 59743 Postcards eng History in the Making From Roman stonemasonry to Anglo-Saxon blacksmiths, two short films unearth and celebrate some very British history and explore Oxfordshire's history of craftsmanship and artistry. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:30:00 \N \N \N \N \N 17898 t
+24064 59744 Postcards eng Kayaks and Cafes Martin invites us into the white-water world of kayaking, while Dominic showcases his renovation of a rundown seaside kiosk into Frankie's - a charmingly nostalgic beach cafe. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 03:30:00 2014-12-19 04:00:00 \N \N \N \N \N 17899 t
+24064 59745 Living Graffiti eng Wild Britannia Looking at why guerilla gardening expert Richard Reynolds puts the effort into cultivating neglected public spaces and how the projects bring communities together. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:30:00 \N \N \N \N \N 17900 t
+24064 59746 Postcards eng Models of Diversity Follow Angel Sinclair and her campaign for inclusivity in the fashion industry. She aspires to challenge negative stereotypes around disability and shine a light on the beauty of diversity. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 04:30:00 2014-12-19 05:00:00 \N \N \N \N \N 17901 t
+24064 59747 Postcards eng Money's Too Tight To Mention A selection of arts workers reflect upon their struggles to survive during the continuing recession, and offer advice for viewers in the same boat. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:20:00 \N \N \N \N \N 17902 t
+24064 59748 Postcards eng Why Poverty? Series of short documentaries taking a fresh look at poverty in the UK, from the vicious cycle of debt to the power of communities in helping to turn lives around. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 05:20:00 2014-12-19 06:00:00 \N \N \N \N \N 17903 t
+8267 17130 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how or join in now at Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 01:10:00 2014-12-24 03:00:00 \N \N \N \N \N 17904 t
+24064 59272 Magnificent Obsessions eng Dog Show A look into the weird and wonderful world of dog lovers. From labs to bulldogs, these people have turned their passion for pooches into a magnificent obsession. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:15:00 \N \N \N \N \N 17908 t
+24064 59273 Magnificent Obsessions eng Barnstorming A look into the weird and wonderful life of the King family as they take flying to new heights at the Flying Circus. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 10:15:00 2014-12-21 11:00:00 \N \N \N \N \N 17909 t
+24064 59274 My Family Feast eng The Burmese A close-knit community of Burmese Kachin immigrants invite Sean Connolly to witness a traditional naming ceremony. Watch as he helps them to prepare the divine feast that follows. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 \N \N \N \N \N 17910 t
+24064 59275 My Family Feast eng The Indians When a Bengali bride and a Punjabi groom come together for their wedding, Sean Connolly learns how to prepare an Indian feast for an unforgettable celebration. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:00:00 \N \N \N \N \N 17911 t
+8448 58482 The Mechanic eng \N Violent thriller. Jason Statham plays a hitman who, ordered to kill his mentor, then takes on the dead man's son (Ben Foster) as an apprentice. Very strong language/sexual scenes. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:50:00 \N \N 2011 AD,S \N 17912 t
+8448 58483 The Big Bang Theory eng The Luminous Fish Effect Getting fired forces Sheldon to ponder life outside physics, leaving Leonard to take drastic action to snap his friend out of his reverie. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 22:50:00 2014-12-19 23:20:00 \N \N \N AD,S \N 17913 t
+8448 58484 The Big Bang Theory eng The Hamburger Postulate Leonard fears he's wasting his time on Penny and ends up making a connection with Leslie. Sheldon frets over a change to his hamburger routine. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 23:20:00 2014-12-19 23:50:00 \N \N \N AD,S \N 17914 t
+8448 58485 Bad Robots eng \N Brand new series - The robots are still wreaking havoc as visitors over at the world-famous clipper ship Cutty Sark learn some very questionable facts from the tourist information machine. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 23:50:00 2014-12-20 00:20:00 \N \N \N S \N 17915 t
+8281 16074 Text Santa Highlights eng \N A look back at a night of revelry and comedy as we celebrate the highlights of this year's Text Santa, including when George Clooney makes a surprise visit to Downton Abbey. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:05:00 2014-12-20 01:25:00 \N \N \N S \N 17916 t
+8281 16078 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 01:25:00 2014-12-20 03:00:00 \N \N \N \N \N 17917 t
+25664 55879 #Your4Music eng All Star Xmas Special You control the festive videos we play. Tweet us your video request @4Music using the hashtag #Your4Music, then enjoy your 15 seconds of fame! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N \N \N 17918 t
+25664 55880 Ben Haenow eng X Factor Champion! Fresh from his big victory, we catch up with Ben to get all the goss on The X Factor, the judges, his fellow contestants, his musical heroes and future plans! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 17919 t
+24384 15036 Cricut Mini Sale Weekender eng \N A chance for you to get our special product of the weekend - The Weekender. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N \N \N 17920 t
+24384 15152 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N \N \N 17921 t
+24384 15155 Kanban Sale eng \N Join us on Create and Craft for the Kanban Sale show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N \N \N 17922 t
+15856 3452 The Real Housewives of Miami eng Text, Lies and Your Smile Is Fake Reality series. Karent confronts Ana about the texts she sent to her boyfriend Rodolfo, while Joanna demands to know why fiance Romain is stalling. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N S \N 17923 t
+15856 3453 Bridezillas eng \N Following brides-to-be during their often stressful wedding preparations. Suzy clashes with the best man and threatens a four-year-old. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 17924 t
+15856 3454 Million Dollar Listing eng Dire Buyers US series about California's high-end property agents. Josh finds himself representing both buyer and seller on his latest listing, and has to negotiate delicately. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 17925 t
+41120 14158 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 17926 t
+41120 14159 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 13:00:00 2014-12-24 15:00:00 \N \N \N \N \N 17927 t
+15840 3606 Defining Decades eng The 1990s Prepare to nail your colours to the mast as we salute the many musical movements that made the 90s great, from mainstream pop to Britpop and Madchester to Grunge. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 15:00:00 2014-12-23 17:00:00 \N \N \N \N \N 17928 t
+15840 3607 Tune In... To 1978 eng \N The world's first test tube baby was born, the comic strip Garfield debuted and regular radio broadcasts of British Parliament proceedings began... But what got crowds on the dance floor in 1978? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 17929 t
+14688 11597 The No Repeat Guarantee eng \N Andy Bush brings you the No Repeat Guarantee - loads of great music and you'll never hear the same song twice. Text now on 81215 (50p + n/wk chrg) or email via the website at absol \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 13:00:00 2014-12-19 17:00:00 \N \N \N \N \N 17930 t
+22592 17835 My Sporting Life - Best of 2014 eng \N 2014's best bits, where of Danny Kelly talks to a plethora of famous sporting names about the highs and lows of their careers \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:00:00 \N \N \N \N \N 17931 t
+24448 63926 Huge Jewellery Savings from GemsTV eng \N GemsTV give huge savings on genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N \N \N 17932 t
+24448 63927 Spotlight Auction eng \N Tune in every day at 10am and 10pm for a one off unmissable deal on a brand new piece of genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N \N \N 17933 t
+24448 63928 Great Value Jewellery from GemsTV eng \N Shop and save with live falling auctions from GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N \N \N 17934 t
+41072 13249 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:15:00 \N \N \N \N \N 17935 t
+41072 13250 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 10:15:00 2014-12-21 11:00:00 \N \N \N \N \N 17936 t
+41072 13251 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 \N \N \N \N \N 17937 t
+41072 13252 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:00:00 \N \N \N \N \N 17938 t
+8325 2761 The Holiday eng \N Seasonal romantic comedy starring Cameron Diaz and Jack Black, 2006. Two single women, depressed at their love lives in the run-up to Christmas, agree to swap homes for the season \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 21:00:00 2014-12-24 23:45:00 \N \N \N AD,S \N 17939 t
+8325 4581 Celebrity Juice eng Christmas Special Festive special of the panel show. Guests include model Kelly Brook, comedian Jason Byrne and singers James Blunt, Kim Wilde, Olly Murs, Peter Andre and Vanessa White. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 23:45:00 2014-12-25 00:50:00 \N \N \N S \N 17940 t
+8448 59401 Rules of Engagement eng Zygote Jeff and Audrey go to a surrogacy seminar with their surrogate, Brenda, but Jeff is sceptical about the new age advice given to help the implantation process. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:25:00 \N \N \N S \N 17941 t
+8448 59383 Rules of Engagement eng Anniversary Chicken Jeff is convinced that he has remembered his wedding anniversary and that Audrey has forgotten. Russell pays Timmy to be his translator on a date. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:25:00 2014-12-23 06:50:00 \N \N \N S \N 17942 t
+41056 18003 Iraqi Scene eng \N Iraqi Scene \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:00:00 \N \N \N \N \N 17943 t
+8448 58545 One Tree Hill eng One Tree Hill In the last episode of the ninth and final season, the tenth anniversary celebration for Tric club brings back old faces and creates new possibilities. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-23 06:50:00 2014-12-23 07:35:00 \N \N \N S \N 17944 t
+8448 58546 Rude(ish) Tube eng \N This edition of Rude Tube's naughty little sister finds some slightly less rude (but still cheeky) videos, featuring the world's loudest burper, a guru with the giggles and a very fat cat. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 07:35:00 2014-12-23 08:00:00 \N \N \N S \N 17945 t
+8448 58544 Hollyoaks eng \N Sienna's lies fail to allay Theresa's suspicions about Dodger's whereabouts. Rick manipulates those around him to get what he wants and upsets Robbie in the process. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:35:00 \N \N \N AD,S \N 17946 t
+8448 58582 Suburgatory eng Krampus George arranges a Christmas trip to New York for Tessa and her mother. Ryan is distressed when he finds out that he's adopted. Dalia begs Carmen to come home. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 08:35:00 2014-12-23 09:00:00 \N \N \N AD,S \N 17947 t
+41008 59074 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 06:10:00 2014-12-22 06:35:00 \N \N \N \N \N 17948 t
+41008 58688 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 06:35:00 2014-12-22 07:20:00 \N \N \N \N \N 17949 t
+41136 50337 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 09:35:00 2014-12-23 10:35:00 \N \N \N \N \N 17954 t
+41136 50338 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 10:35:00 2014-12-23 12:10:00 \N \N \N \N \N 17955 t
+16048 32746 Judge Judy eng \N New York City's outspoken family court judge Judy Sheindlin presides over a series of real-life cases and conflicts, trying to find solutions for all kinds of family issues. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:20:00 \N \N \N S \N 17956 t
+16048 31844 Pollyanna eng \N Story about an orphaned 11-year-old who goes to live with her strict and dutiful Aunt Polly, and whose enthusiasm for life brightens up the sleepy village. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-20 06:20:00 2014-12-20 08:20:00 \N \N \N S \N 17957 t
+16048 32733 The Royal eng Famous for a Day Nostalgic medical drama. The hospital hosts a Christmas broadcast from the wards; Mr Harper has to join in with the festivities; and Dr Ormerod witnesses a miracle. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-20 08:20:00 2014-12-20 09:20:00 \N \N \N S \N 17958 t
+14816 988 1-2-1 Dating - AFTER DARK eng \N Introducing 1-2-1 Dating's new AFTER DARK section at a VERY special low price! Strictly for the open-minded and unshockable. Curious? Check it out! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:00:00 \N \N \N \N \N 17959 t
+14608 32006 The Other Boleyn Girl eng \N Story of competition between two sisters, Mary and Anne Boleyn, who are used by their family to compete with each other to vie for the King's affection and secure their family's name in history. 2003 \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:00:00 \N \N \N \N \N 17960 t
+14608 32007 If You Believe In Christmas eng \N Susan Stone is a modern-day scrooge. Out of nowhere, a carefree 7-year-old girl named Suzie, the embodiment of Susan's inner child, comes to help Susan recapture the love of life that she's lost. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 23:00:00 2014-12-22 01:00:00 \N \N \N \N \N 17961 t
+8283 16074 Text Santa Highlights eng \N A look back at a night of revelry and comedy as we celebrate the highlights of this year's Text Santa, including when George Clooney makes a surprise visit to Downton Abbey. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:05:00 2014-12-20 01:25:00 \N \N \N S \N 17962 t
+8283 16078 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 01:25:00 2014-12-20 03:00:00 \N \N \N \N \N 17963 t
+14752 40853 Max eng \N Max has all the hits from the Capital playlist, plus she'll be interviewing the world's biggest music artists and featuring exclusive live performances from your favourite stars. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-24 01:00:00 \N \N \N \N \N 17964 t
+8381 15942 Text Santa eng \N This year's ITV annual charity appeal is in aid of Teenage Cancer Trust, Guide Dogs, Marie Curie Cancer Care, Alzheimer's Society, WellChild and Together for Short Lives. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 21:00:00 2014-12-20 00:20:00 \N \N \N S \N 17965 t
+16016 7501 The Best of Royal Variety eng Speciality Acts A look at some of the speciality acts, from ventriloquists and magicians through to acrobats and performance artists, that have graced the Royal Command performances. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N S \N 17966 t
+16016 7465 Michael Buble eng Home for Christmas Michael Buble performs a selection of seasonal hits and other favourites from his Canadian mountain chalet. Plus guests including Dawn French, Gary Barlow and Kelly Rowland. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:30:00 \N \N \N \N \N 17967 t
+16016 7466 Ray eng \N Oscar-winning drama starring Jamie Foxx and Kerry Washington, 2004. The life story of blind musician Ray Charles, whose talent at the piano masked a multitude of private problems \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 23:30:00 2014-12-22 00:04:00 \N \N \N AD,S \N 17968 t
+28032 27956 The Battle of Midway eng \N All-action World War II drama starring Charlton Heston and Henry Fonda, 1976. The Americans launch a counter-offensive against the Japanese, who plan to attack the island of Midway \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 15:20:00 2014-12-20 18:00:00 \N \N \N AD,S \N 17969 t
+8264 45016 Good Morning Britain eng \N Breakfast show with the latest news, sport and weather, presented by Susanna Reid, Ben Shephard, Charlotte Hawkins and Sean Fletcher. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 08:30:00 \N \N \N S \N 18004 t
+8442 55877 Father Ted Christmas Special eng \N Father Ted and Father Dougal get lost in the lingerie section of a huge department store. Only Ted's quick thinking can avert a potential embarrassment for the church. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:15:00 \N \N \N AD,S \N 17973 t
+8442 55878 Ho Ho Ho Selecta! eng \N Celebrity Stalker Avid Merrion's Christmas special. Craig David visits Santa, Michael Jackass and Mel B take up carol singing, and there's a bumper gathering of real celebrities. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 22:15:00 2014-12-21 22:50:00 \N \N \N S \N 17974 t
+8442 56141 Da Best of Ali G eng \N Another chance to see some of Ali G's most memorable interviews from The 11 O'Clock Show, plus a special guided tour of his hometown, including visits to all the Berkshire Massive hangouts. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 22:50:00 2014-12-21 23:55:00 \N \N \N S \N 17975 t
+8442 56234 Chopped Off eng The Man Who Lost His Penis: In 1993 one short, brutal act guaranteed John Wayne Bobbitt a notoriety that he can never shake off Since that moment, what has happened to him? \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-21 23:55:00 2014-12-22 01:00:00 \N \N \N S \N 17976 t
+40992 47448 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N \N \N 17977 t
+23968 4807 Timothy Goes to School eng \N Mrs Jenkins' students are making science projects to display at Hilltop School's open house and Doris is inspired to take ballet lessons. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 17978 t
+23968 4808 Strawberry Shortcake eng Berry Bitty Adventures New. Plum disregards Strawberry's rule to sign up for use of the caf, and is forced to reschedule a big dance recital. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N \N \N 17979 t
+28160 15795 Living Word eng \N A thematic study of scripture with Canon Michael Cole. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 19:30:00 2014-12-21 20:00:00 \N \N \N \N \N 17980 t
+28160 15796 In Good Company eng \N Jeff Lucas and Ruth Dearnley round off your weekend with music and guests. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 17981 t
+28032 28047 Brazil Brazil eng World Cup Revisited A chance to relive some of the best moments from the 2014 Brazil World Cup including the host nation's opening game, Holland's 5-1 win over Spain and Germany thrashing Brazil 7-1. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:50:00 \N \N \N S \N 17982 t
+28032 30363 ITV4 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 03:50:00 2014-12-24 04:05:00 \N \N \N \N \N 17983 t
+28032 9331 Tommy Cooper eng \N Comedy and magic from comedian Tommy Cooper. Guests include Stubby Kaye, Ronnie Barker and Thora Hird. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 04:05:00 2014-12-24 04:30:00 \N \N \N S \N 17984 t
+28032 26977 Black Gold eng Hotheads And Hair Triggers Reality-documentary series about oil drilling in the USA. The law finally catches up with Brandon Watson who is having a bad day on the rig too. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 04:30:00 2014-12-24 05:10:00 \N \N \N S,SL \N 17985 t
+28032 28030 Magnum P.I. eng Mr White Death Detective drama series set in Hawaii. Magnum and Higgins befriend a down-and-out wrestler and try to locate his long-lost son. But things may not be as they seem. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-24 05:10:00 2014-12-24 06:00:00 \N \N \N S \N 17986 t
+14832 1341 Blue Gay Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Gay Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 17987 t
+14832 1342 Blue Gay Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Gay Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:00:00 \N \N \N \N \N 17988 t
+8283 16797 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 03:00:00 2014-12-23 05:05:00 \N \N \N \N \N 17989 t
+8283 28095 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 05:05:00 2014-12-23 06:00:00 \N \N \N S,SL \N 17990 t
+14800 1341 Blue Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 17996 t
+14800 1342 Blue Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:00:00 \N \N \N \N \N 17997 t
+27648 4471 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:30:00 \N \N \N \N \N 17998 t
+27648 4472 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:30:00 2014-12-23 07:00:00 \N \N \N \N \N 17999 t
+27648 4473 American Hot Rod eng Rat Rod Build-Off Part 2 A build-off that began as bit of fun soon turns bad when Bluebear's ego gets the better of him. He's determined to prove he knows more than Boyd. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:45:00 \N \N \N \N \N 18000 t
+27648 4474 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 07:45:00 2014-12-23 08:10:00 \N \N \N \N \N 18001 t
+27648 4475 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 08:10:00 2014-12-23 08:35:00 \N \N \N \N \N 18002 t
+27648 4476 Total Fishing eng Tench on Horseshoe Lake In the dream fishing location of Horseshoe Lake, Matt's after a bream. Plus, experts give top tips on carp and predator fishing it's action-packed. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 08:35:00 2014-12-23 09:00:00 \N \N \N \N \N 18003 t
+41024 59620 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N \N \N 18192 t
+41024 59621 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N \N \N 18193 t
+8264 45017 Lorraine eng \N Topical mix of discussion fashion, food and celebrity gossip. Ashley Jensen talks about her latest role in Christmas crime drama Agatha Raisin and the Quiche of Death. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:25:00 \N \N \N S \N 18005 t
+41008 58636 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:40:00 \N \N \N \N \N 21165 t
+8384 58698 White Christmas eng \N Classic festive musical. Bing Crosby and Danny Kaye star as ex-servicemen who stage a spectacular musical to save their former commanding officer's business. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 11:50:00 2014-12-22 14:10:00 \N \N 1954 S \N 18009 t
+13120 8607 Garden Re-Leaf with Richard Jackson eng \N Celebrating the gardening industry's first ever Re-Leaf Day, QVC is getting in the spirit of the gardening season. Here's looking forward to sunny days ahead! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 18010 t
+4166 49791 Weather For the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 01:05:00 2014-12-21 01:10:00 \N \N \N S \N 18011 t
+13120 8608 Accessories by Kipling eng \N Showcasing the fashionable and classic bags created by this international brand, including handbags, rucksacks, travel bags and weekend away bags. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 18012 t
+13120 8609 Yankee Candles eng \N Since 1969, Yankee Candles have been made in the US from superior materials, including their premium fragrance oils. Fill your home with a wonderfully romantic atmosphere and exquisite scents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 18013 t
+23152 17552 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:30:00 \N \N \N \N \N 18014 t
+23152 17553 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:00:00 \N \N \N \N \N 18015 t
+23152 17554 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:30:00 \N \N \N \N \N 18016 t
+23152 19208 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 13:30:00 2014-12-24 14:00:00 \N \N \N \N \N 18017 t
+23152 17556 Dominick Dunne's Power, Privilege & Justice, S6 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 14:00:00 2014-12-24 15:00:00 \N \N \N \N \N 18018 t
+17472 56523 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 06:05:00 2014-12-23 06:35:00 \N \N \N \N \N 18019 t
+17472 57563 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-23 06:35:00 2014-12-23 07:35:00 \N \N \N \N \N 18020 t
+17472 55569 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 07:35:00 2014-12-23 08:35:00 \N \N \N \N \N 18021 t
+17472 55570 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 08:35:00 2014-12-23 10:05:00 \N \N \N \N \N 18022 t
+14372 8101 Under 10 Day with Steve eng \N Steve is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 01:00:00 \N \N \N \N \N 18023 t
+14372 8102 Under 10 Day with Steve eng \N Steve is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:00:00 \N \N \N \N \N 18024 t
+24480 3570 Defining Decades eng The 1960s Getting groovy here as we delve into the decade that revolutionised music, taking us through strawberry fields and psychedelic soundscapes to heavy rock and pure pop. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 16:30:00 \N \N \N \N \N 18026 t
+26368 36405 Overnights eng \N David Andrews takes you through the night with more of your relaxing music mix. From midnight. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 04:00:00 \N \N \N \N \N 18027 t
+15808 50333 Superkart USA eng \N This high-performance kart racing series travels to the best circuits in North America. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 04:35:00 2014-12-23 06:00:00 \N \N \N \N \N 18028 t
+22752 1099 Kiss Fresh with Tinea eng \N Tinea with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 11:00:00 2014-12-22 15:00:00 \N \N \N \N \N 18029 t
+15840 3548 Vintage After Midnight eng \N Can't sleep? Or partying into the early hours? Make Vintage TV your companion. We're here to help you make it through the night with a smile on your sleepy face, we hope. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 06:00:00 \N \N \N \N \N 18030 t
+27712 22095 Fault Lines eng \N Fault Lines returns to Ferguson to investigate why black communities feel targeted by law enforcement and if these forces are operating within impunity. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 18031 t
+27712 21941 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:30:00 \N \N \N \N \N 18032 t
+27712 21942 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 07:30:00 2014-12-21 08:00:00 \N \N \N \N \N 18033 t
+27712 21943 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:30:00 \N \N \N \N \N 18034 t
+12992 30849 Body of Proof eng Lazarus Man Crime series. A man assumed to be dead rises from Ethan's exam table and his room-mate is found dead in the back of the garbage truck. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:55:00 \N \N \N S \N 18041 t
+12992 31177 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 18:55:00 2014-12-23 19:00:00 \N \N \N \N \N 18042 t
+12992 30852 NCIS eng S.W.A.K Series following special agents who investigate crimes connected to the Navy. The team is put into quarantine after Tony opens a letter containing a mysterious powder. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N AD,S \N 18043 t
+12992 30853 NCIS eng The Port-To-Port Killer US crime drama series. Vance creates a task force to catch a serial killer who murders service personnel after they land in ports. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N AD,S \N 18044 t
+22720 1324 DEVolution eng \N Dance duo DEVolution with the freshest beats in the mix \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 00:00:00 2014-12-22 01:00:00 \N \N \N \N \N 18045 t
+22720 1325 Sinden eng \N Sinden with the best Club Beats from around the world \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:00:00 \N \N \N \N \N 18046 t
+22720 1326 Freddie eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 02:00:00 2014-12-22 06:00:00 \N \N \N \N \N 18047 t
+4166 49792 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 01:10:00 2014-12-21 06:00:00 \N \N \N S \N 18048 t
+28096 59393 QI XL eng Keys The ever-witty fact-packed quiz show. Stephen Fry grills Isy Suttie, Tim Minchin, Bill Bailey and Alan Davies on all things key-related, from pianos to the QWERTY keyboard. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:30:00 \N \N \N S \N 18049 t
+28096 59394 8 Out of 10 Cats eng \N Jimmy Carr hosts a digital special of the zany topical quiz as Sean Lock, Carol Vorderman and David O'Doherty crack wise with Jason Manford, John Bishop and Peter Serafinowicz. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 01:30:00 2014-12-22 02:20:00 \N \N \N S \N 18050 t
+28096 59395 8 Out of 10 Cats eng \N Rambunctious regulars Jimmy Carr, Sean Lock and Jason Manford are joined by David Walliams, Fern Britton, Greg Davies and Holly Walsh to pore over polls and snigger at surveys. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 02:20:00 2014-12-22 03:05:00 \N \N \N S \N 18051 t
+17664 58698 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-22 11:50:00 2014-12-22 14:10:00 \N \N \N \N \N 18055 t
+25728 54430 SpongeBob SquarePants eng \N Cartoon about an accident-prone sea sponge and his friends Patrick Starfish, Squidward and others. \N 0 25 f 64 eng eng 5 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:30:00 \N \N \N AD,S \N 18056 t
+25728 54431 SpongeBob SquarePants eng \N Cartoon about an accident-prone sea sponge and his friends Patrick Starfish, Squidward and others. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:00:00 \N \N \N S \N 18057 t
+25728 54614 My Wife and Kids eng Truth Hurts Family role-reversal sitcom. Michael is convinced Jr has had a tattoo, but Jr won't admit it. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:30:00 \N \N \N S \N 18058 t
+25728 54615 My Wife and Kids eng The Grassy Knoll Family role-reversal sitcom. Michael and Jay discover that Junior has been smoking marijuana. Kady wants to spend more time with her big sister. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 10:30:00 2014-12-21 11:00:00 \N \N \N S \N 18059 t
+25728 54616 My Wife and Kids eng Of Breasts and Basketball Family role-reversal sitcom. Michael is feeling his age when he fails to beat Junior at basketball. Claire thinks a padded bra will help her attract boys. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 \N \N \N S \N 18060 t
+25728 54617 My Wife and Kids eng Making the Grade Family role-reversal sitcom. Junior attempts to fool his parents into believing he got an A for his algebra assignment. But Janet and Michael are suspicious. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:00:00 \N \N \N S \N 18061 t
+22272 65169 Storage Hunters eng Abracadabra All bets are off as the auction-goers battle for bargains in Las Vegas. Dustin continues to pose a threat to Brandon and Lori as mystery bins test their resolve. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:30:00 \N \N \N S \N 18062 t
+22272 65170 Red Bull Soapbox Race eng \N All the thrills and spills from the 2013 Red Bull Soapbox Race in London, as the crews unleash their four-wheeled, motorless creations on a downhill course littered with obstacles. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 15:30:00 2014-12-23 17:30:00 \N \N \N \N \N 18063 t
+22272 65171 Top Gear eng \N High-octane motoring show. Jeremy, Richard and James compare the Mercedes SLS, the Porsche 911 GT3 RS and the Ferrari 458 Italia in an epic road trip up America's east coast. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-23 17:30:00 2014-12-23 19:00:00 \N \N \N AD,S \N 18064 t
+27360 17956 30 for 30 eng Big Shot The true story of one of the biggest scams in the history of professional sports when fraudster John Spano purchased control of the New York Islanders ice hockey team in the 1990s. \N 2 25 f 64 eng \N 4 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:30:00 \N \N \N AD \N 18065 t
+27360 17957 Boxing Tonight eng \N Martin Murray and Steve Lillis join Richie Woodhall to review Andy Lee's world championship fight with Matt Korobov and Tim Bradley returns to the ring against Diego Chaves. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 07:30:00 2014-12-19 08:30:00 \N \N \N \N \N 18066 t
+27360 17958 Cagliari v Juventus eng \N Serie A action from Stadio Comunale St Elia. Juve now lead the league by just a point, while the Sardinians are looking for a result to lift themselves out of the relegation zone. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 08:30:00 2014-12-19 10:00:00 \N \N \N \N \N 18067 t
+40976 44973 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-20 18:58:00 2014-12-20 19:00:00 \N \N \N \N \N 18068 t
+40976 47361 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N \N \N 18069 t
+40976 47695 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 18070 t
+28352 2334 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:30:00 \N \N \N \N \N 18071 t
+28352 2335 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 15:30:00 2014-12-23 16:00:00 \N \N \N \N \N 18072 t
+28352 2336 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N \N \N 18073 t
+28352 2337 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 \N \N \N \N \N 18074 t
+28352 2338 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N \N \N 18075 t
+28352 2339 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 17:30:00 2014-12-23 18:00:00 \N \N \N \N \N 18076 t
+27456 45413 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:30:00 \N \N \N \N \N 18080 t
+27456 45414 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 15:30:00 2014-12-23 16:00:00 \N \N \N \N \N 18081 t
+27456 45415 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N \N \N 18082 t
+27456 45416 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 \N \N \N \N \N 18083 t
+27456 45417 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N \N \N 18084 t
+27456 45418 Keiser Report eng \N Keiser Report is a no holds barred look at the shocking scandals behind the global financial headlines. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 17:30:00 2014-12-23 18:00:00 \N \N \N \N \N 18085 t
+27744 42428 Hawaii Five-O eng \N Cult US cop drama following a special police unit headed up by Steve McGarrett (Jack Lord). Vic Tanaka is murdering women and painting their faces to resemble a former prostitute.../24 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 3 \N \N \N 4 18089 t
+40960 51191 Click eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 01:30:00 2014-12-20 02:00:00 \N \N \N \N \N 18090 t
+27744 42429 Father Dowling Mysteries eng \N US mystery series centring on a Chicago Catholic priest who solves crimes. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N \N \N 18091 t
+27744 42118 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. Picard ends up stranded on a barren planet with a woman who falls desperately in love with him. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 18092 t
+26240 11737 Sarah Powell eng \N Sarah ends the day on heat with the latest showbiz news and entertainment gossip! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 16:00:00 2014-12-23 19:00:00 \N \N \N \N \N 18093 t
+32896 8698 Sally Bollywood eng \N Poster Boy - Someone's sticking posters around the school and the Principal is going to put everyone on detention if the culprit doesn't own up. But no one confesses so it's up to SBI to find out! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:15:00 \N \N \N \N \N 18094 t
+32896 9252 Sally Bollywood eng \N Night At The Museum - During a school tour of the local museum, the Curator notices someone has tampered with the exhibits. SBI are on the case! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 09:15:00 2014-12-24 09:30:00 \N \N \N \N \N 18095 t
+32896 9253 Sally Bollywood eng \N The Case Of The Sad Clown - The SBI are investigating the theft of a girl's doll, when they are asked by a party clown to find out who is sabotaging his act. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 09:30:00 2014-12-24 09:45:00 \N \N \N \N \N 18096 t
+32896 9254 Sally Bollywood eng \N The Black Sheep - Sally and Doowee are working at a fun park and discover someone is stealing the prizes that kids are winning. Sally and Doowee realise a pattern is emerging with these crimes. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 09:45:00 2014-12-24 10:00:00 \N \N \N \N \N 18097 t
+40992 52137 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 09:45:00 2014-12-24 10:05:00 \N \N \N \N \N 23861 t
+32896 9255 Sally Bollywood eng \N The Haunted House - Blake tells the SBI his model plane has been stolen. Sally agrees to take the case, but Blake says there's a twist - the plane was stolen by a ghost in a haunted house! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:15:00 \N \N \N \N \N 18098 t
+32896 9256 Sally Bollywood eng \N The Big Stink - The school is being invaded by a series of bad smells, leading up to the visit of the School Inspector, so Sally and Doowee investigate. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 10:15:00 2014-12-24 10:30:00 \N \N \N \N \N 18099 t
+32896 9257 Equestria Girls eng Rainbow Rocks Canterlot High is hosting a musical showcase and the ponies are going to be performing with their new band, The Rainbooms. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 10:30:00 2014-12-24 12:00:00 \N \N \N \N \N 18100 t
+41104 20007 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 17:00:00 2014-12-23 21:00:00 \N \N \N \N \N 18101 t
+8500 5695 Ben Fogle eng New Lives In The Wild Documentary series. Ben meets a 40-year-old former communications manager who gave up her old life to train huskies in the Swedish Arctic Circle. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 03:10:00 2014-12-19 04:00:00 \N \N \N S \N 18102 t
+8500 5696 Nick's Quest eng Vampire Bats Naturalist Nick Baker scours Costa Rica in search of the increasingly rare vampire bat, and questions their reputation as creatures of evil. \N 0 25 f 3 eng eng 8 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:25:00 \N \N \N SL \N 18103 t
+8500 5697 House Doctor eng \N Series in which Ann Maurice provides home improvement advice. In this edition, Ann attempts to inject some life into a bland property near Leamington Spa. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 04:25:00 2014-12-19 04:45:00 \N \N \N AD,S,SL \N 18104 t
+8500 5698 House Doctor eng \N Home improvement series. Alistair Appleton and Californian interior designer Ann Maurice work their magic on a Victorian house in Chester. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 04:45:00 2014-12-19 05:10:00 \N \N \N S,SL \N 18105 t
+8500 5699 House Doctor eng \N Home improvement series. Alistair Appleton and Californian interior designer Ann Maurice work their magic on a property in Warrington, Cheshire. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 05:10:00 2014-12-19 05:35:00 \N \N \N S,SL \N 18106 t
+8500 5700 Wildlife SOS eng \N Documentary series about the work of dedicated animal lovers who save injured and orphaned wild animals brought into their sanctuary. \N 0 25 f 3 eng eng 8 0 0 \N 2014-12-19 05:35:00 2014-12-19 06:00:00 \N \N \N S,SL \N 18107 t
+24032 31410 The Light Before Christmas eng \N Animated adventure. The Candleman finds two lost children and he reads to them an enchanting version of a classic Christmas tale. Magically, they become part of the story. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:45:00 \N \N 2007 \N \N 18108 t
+24032 31411 K9 Christmas eng \N Children's adventure starring Luke Perry and Ariana Bagley. Kassie and her friends help to organise a Christmas fundraiser, but criminals want to steal the money \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 09:45:00 2014-12-24 11:35:00 \N \N \N \N \N 18109 t
+24032 31412 Behind the Screens eng \N From directors to costume-makers we take a look behind the screens to see what it takes to sprinkle that Hollywood movie magic! \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 11:35:00 2014-12-24 11:45:00 \N \N \N \N \N 18110 t
+24032 31413 A Bulldog for Christmas eng \N On Christmas vacation, a cynical college student is magically transformed into a bulldog until she can learn the meaning of family and the Christmas spirit \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 11:45:00 2014-12-24 13:30:00 \N \N 2013 \N \N 18111 t
+23184 17461 Fear Factor eng Season 3 The ultimate adrenaline rush, a true test of stamina and guile for those contestants who have the guts and determination to face their inner fears. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 03:00:00 2014-12-22 04:00:00 \N \N \N \N \N 18118 t
+23184 17462 Fear Factor eng Season 3 The ultimate adrenaline rush, a true test of stamina and guile for those contestants who have the guts and determination to face their inner fears. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 04:00:00 2014-12-22 05:00:00 \N \N \N \N \N 18119 t
+23184 17463 Fear Factor eng Season 3 The ultimate adrenaline rush, a true test of stamina and guile for those contestants who have the guts and determination to face their inner fears. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 05:00:00 2014-12-22 06:00:00 \N \N \N \N \N 18120 t
+22226 11852 Showbiz Darts - Extra Arrows eng \N DP Fitzgerald meets the celebrities featured on Showbiz Darts to discuss their training and performances. Plus, team captains Bobby George and Andy Fordham take on challenges. \N 0 25 f 3 eng eng 4 0 0 \N 2014-12-22 03:10:00 2014-12-22 03:40:00 \N \N \N S \N 18121 t
+22226 11853 Showbiz Darts - Extra Arrows eng \N DP Fitzgerald meets the celebrities featured on Showbiz Darts to discuss their training and performances. Plus, team captains Bobby George and Andy Fordham take on challenges. \N 0 25 f 3 eng eng 4 0 0 \N 2014-12-22 03:40:00 2014-12-22 04:10:00 \N \N \N S \N 18122 t
+22226 11854 Safebreakers eng \N Which of this week's teams will successfully break open the safe and take home 5,000 pounds? Ben Shephard is on observing and egging-on duties. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 04:10:00 2014-12-22 05:05:00 3 8 \N S \N 18123 t
+22226 11855 Fort Boyard eng \N Adventure game show based on the hit French series in which contestants complete physical and endurance challenges. Christopher Ellison, Jodie Penfold and Tom Baker present. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 05:05:00 2014-12-22 06:00:00 \N \N \N S \N 18124 t
+22688 1025 The Mellow Magic Love Hour eng \N Your all time greatest love songs \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 01:00:00 \N \N \N \N \N 18125 t
+22688 1026 Mellow Magic eng \N Relax, chill out and feel More Music Magic \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 01:00:00 2014-12-22 04:00:00 \N \N \N \N \N 18126 t
+27328 17258 Live Roma v AC Milan eng \N Matchday Live concludes in the Stadio Olimpico, Rome. The Giallorossi's title bid comes up against a Milan side now managed by former Rossoneri striker Filippo Inzaghi. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 19:45:00 2014-12-20 21:45:00 \N \N \N S \N 18127 t
+20352 58283 eng \N \N \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N \N \N 18128 t
+20352 12222 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 09:30:00 2014-12-22 12:00:00 \N \N \N \N \N 18129 t
+24016 12876 Storm Warning eng \N This series features survivors and rescuers who've risked everything to escape floods, storms, tornadoes, avalanches and other natural disasters. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 01:10:00 2014-12-22 02:10:00 \N \N \N \N \N 18130 t
+24016 12877 Farewell My Lovely eng \N Dick Powell stars as the definitive version of Raymond Chandler's hard-boiled private eye Marlowe, as his search for an ex-con's girlfriend leads to murder and blackmail. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 02:10:00 2014-12-22 04:00:00 \N \N 1944 \N \N 18131 t
+24256 1028 Babestation Blue eng \N Babestation Blue where anything can happen. Bringing you the hottest babes specially selected for your pleasure. Tune in to find out who's on the show. Nothing else matters when you enter the blue. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 05:30:00 \N \N \N \N \N 18132 t
+14688 11619 The No Repeat Guarantee eng \N Leona Graham brings you the No Repeat Guarantee - loads of great music and you'll never hear the same song twice. Text now on 81215 (50p + n/wk chrg) or email via the website at ab \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 14:00:00 2014-12-22 18:00:00 \N \N \N \N \N 18133 t
+23296 5837 Loud and Proud eng \N Be proud of who you are and meet your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 02:00:00 \N \N \N \N \N 18134 t
+23296 5839 Out and About eng \N Don't just sit there, get stuck in. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 02:00:00 2014-12-22 04:00:00 \N \N \N \N \N 18135 t
+22656 882 Non-Stop Kerrang! eng \N Playing continuous K! music throughout the night. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 00:00:00 2014-12-22 07:00:00 \N \N \N \N \N 18136 t
+16080 14794 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:30:00 \N \N \N \N \N 22726 t
+23120 20423 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 00:00:00 2014-12-22 01:00:00 \N \N \N \N \N 18139 t
+23120 20431 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:00:00 \N \N \N \N \N 18140 t
+23120 20430 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 02:00:00 2014-12-22 03:00:00 \N \N \N \N \N 18141 t
+22624 40378 Insight Extra eng \N RNIB's Insight Radio - Programmes and highlights of RNIB's newest radio service - Insight Extra. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 02:00:00 \N \N \N \N \N 18142 t
+22624 40379 Pure 80s eng \N RNIB's Insight Radio - Roger Cole takes you back in time to the 80s with classic hits from the decade of decadence. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-22 02:00:00 2014-12-22 03:00:00 \N \N \N \N \N 18143 t
+23280 5854 Flirt Zone eng \N Flirt with thousands of people across the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 02:00:00 \N \N \N \N \N 18144 t
+23280 5844 Picture Dating eng \N Send a Picture, find your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 02:00:00 2014-12-22 04:00:00 \N \N \N \N \N 18145 t
+22080 977 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:30:00 \N \N \N \N \N 18146 t
+22080 1346 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 12:30:00 2014-12-23 13:00:00 \N \N \N \N \N 18147 t
+22080 1348 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N \N \N 18148 t
+22080 1349 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 \N \N \N \N \N 18149 t
+22080 1350 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N \N \N 18150 t
+22080 1351 Year In Review eng 2014 Jayne Secker is joined by the Odd Couple of Fleet Street as they dissect the news stories that dominated the last year and pass judgement on the people who made the front pages in 2014. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N \N \N 18151 t
+16208 36965 The Great Train Robbery eng A Copper's Tale Conclusion to the two-part drama based on the investigation into the train robbery, spearheaded by the Flying Squad's DCS Butler and conducted under intense scrutiny. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:00:00 \N \N \N AD,S \N 18153 t
+16208 36966 Wish Me Luck eng \N A rare chance to see this much-loved drama series in its entirety. The opening episode sees Liz Grainger leave her daughter and comfortable life in Devon to train as a secret agent. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N S \N 18154 t
+27168 59620 Come Dine with Me eng \N In this celebrity episode, Diane Abbot MP takes on TV presenter and motor-mouth Terry Christian, model Danielle Lloyd, and ballet dancer Wayne Sleep. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N S \N 18155 t
+27168 59621 A Place in the Sun eng Home or Away Andy looks for a new adventure near Perpignan in southern France, and being a bit of a DIY man, fancies a project too. But his other half, Jo, wants a brand-new house in Surrey. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N S \N 18156 t
+27168 59622 A Place in the Sun eng Home or Away Lisa and Tony got married in Montenegro. Three years later, Lisa wants to buy a place there. But Tony thinks they'd make more use of a holiday home in Cornwall. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N S \N 18157 t
+41056 18161 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:30:00 \N \N \N \N \N 18158 t
+41056 18162 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N \N \N 18159 t
+41056 18163 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:05:00 \N \N \N \N \N 18160 t
+41056 18164 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 10:05:00 2014-12-24 10:30:00 \N \N \N \N \N 18161 t
+41056 18165 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 10:30:00 2014-12-24 10:55:00 \N \N \N \N \N 18162 t
+41056 18166 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 10:55:00 2014-12-24 11:00:00 \N \N \N \N \N 18163 t
+41056 18167 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:05:00 \N \N \N \N \N 18164 t
+41056 18168 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-24 11:05:00 2014-12-24 12:00:00 \N \N \N \N \N 18165 t
+40960 51192 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 02:00:00 2014-12-20 02:30:00 \N \N \N \N \N 18166 t
+40960 58095 HARDtalk eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 02:30:00 2014-12-20 03:00:00 \N \N \N \N \N 18167 t
+27328 17335 Baker & Kelly's V.S.P.O eng \N Stand by for an hour of unscripted entertainment, original features and spontaneous wit driven by our unique hosts, Dannys Baker and Kelly. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 06:00:00 2014-12-24 07:00:00 \N \N \N \N \N 18168 t
+27328 17336 BTSP eng \N For the full SP of all things BT Sport there's highlights of the week, what we've learnt from the weekend and what's being said on social media - and you can have your say @btsp. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:30:00 \N \N \N \N \N 18169 t
+27328 17872 V8 Supercars Highlights eng \N As Australia's touring car series comes to an end, we review the 2014 season which was held over 14 events and began with Jamie Whincup as the five-time defending champion. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 07:30:00 2014-12-24 09:30:00 \N \N \N \N \N 18170 t
+23040 38213 12 Chefs Of Christmas eng \N 12 Chefs of Christmas celebrates the festive season with twelve menus from some of television's top chefs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:30:00 \N \N \N \N \N 18171 t
+23040 38214 Reza Spice Prince of Vietnam eng \N This series follows Chef Reza Mahammad, one of the UK's top Indian restaurateurs, on an unforgettable journey around Vietnam to discover the history of royal food and feasting. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:00:00 \N \N \N \N \N 18172 t
+23040 38215 Kitchen Cousins eng \N Jamie and Gabe Ollins have had a lot on their plate over the past two years with a new baby and a new house, so the cousins are creating them a new kitchen with a splash of modern pop and flair. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N \N \N 18173 t
+23040 38216 Diners, Drive-Ins And Dives eng \N Guy Fieri visits America's most interesting and unique restaurants. Guy discovers a Louisiana bar serving everything from rabbit with spaetzle to turtle soup. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 \N \N \N \N \N 18174 t
+23040 38217 Diners, Drive-Ins And Dives eng \N Guy's tucking in the napkin and getting into some righteous barbecue. In Dallas, there's a barbecue stand tucked into a farmers' market, dishing out classic beef brisket and Carolina pork. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:30:00 \N \N \N \N \N 18175 t
+23040 38218 Diners, Drive-Ins And Dives eng \N This trip Guy gets the low-down on some long-standing traditions. In Philadelphia, there's a Jamaican joint going all out authentic with the jerk chicken. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 17:30:00 2014-12-24 18:00:00 \N \N \N \N \N 18176 t
+12928 42132 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:30:00 \N \N \N \N \N 18177 t
+12928 42133 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 00:30:00 2014-12-23 01:00:00 \N \N \N \N \N 18178 t
+12928 42134 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:30:00 \N \N \N \N \N 18179 t
+12928 42135 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 01:30:00 2014-12-23 02:00:00 \N \N \N \N \N 18180 t
+12928 42059 ..programmes start at 1.00pm eng \N . \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 02:00:00 2014-12-23 06:00:00 \N \N \N \N \N 18181 t
+8385 58284 Addams Family Values eng \N Family comedy horror. The Addams Family welcome baby Pubert to the clan. But sister Wednesday (Christina Ricci) and brother Pugsley (Jimmy Workman) are less than friendly... \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:50:00 \N \N 1993 S \N 18188 t
+25792 52415 Human Planet eng Deserts - Life in the Furnace Landmark series exploring mankind's relationship with nature. For human beings, the quest for water brings huge challenges and some ingenious solutions. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N AD,S \N 18189 t
+25792 52416 Human Planet eng Arctic - Life in the Deep Freeze John Hurt narrates this visually stunning series. Here, we meet the extraordinary people who make their homes in the harshest environment on Earth. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N AD,S \N 18190 t
+25792 52417 Human Planet eng Jungles - People of the Trees Landmark series exploring man's incredible relationship with nature. Life in the rainforest requires great skill, ingenuity and sheer bravery. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N AD,S \N 18191 t
+24480 3529 Vintage After Midnight eng \N Can't sleep? Or partying into the early hours? Make Vintage TV your companion. We're here to help you make it through the night with a smile on your sleepy face, we hope. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 00:30:00 2014-12-19 03:00:00 \N \N \N \N \N 18195 t
+14498 26462 Salvage Hunters eng \N Ace salvager Drew Pritchard is always on the lookout for stock for his showroom. Today, it's full steam ahead at Trinity Marine in Devon but it's not all plain sailing. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 18196 t
+14498 26463 Salvage Hunters eng \N Ace salvager Drew Pritchard is at St Mary's school in Worcester, where he battles to do a deal. Later, Drew is like a kid in a sweet shop but can he come away with the goods? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N \N \N 18197 t
+14498 26464 Salvage Hunters eng \N Ace salvager Drew Pritchard is always on the lookout for stock for his show room. Today he visits an imposing gothic castle in Ireland, but is there anything to buy? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N \N \N 18198 t
+41040 17061 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 18199 t
+41040 17062 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N \N \N 18200 t
+41040 17063 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N \N \N 18201 t
+41040 17064 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N \N \N 18202 t
+14720 23082 Margherita Taylor eng \N Join Margherita Taylor for More Music Variety and all the latest traffic and travel. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 19:00:00 \N \N \N \N \N 18203 t
+22272 64697 Russell Howard Live eng Dingledodies Cheeky comic Russell Howard shares some wry observations on life's big issues, including time travel, teenage parties, Charles Darwin, bags for life, awkward sex and wolf masks. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:50:00 \N \N \N \N \N 18204 t
+22272 64698 Russell Kane eng Smokescreens and Castles Energetic comedian Russell Kane performs his hilarious, award-winning live stand-up show in which he explores his fractious relationship with his right-wing, tough-nut dad! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 01:50:00 2014-12-20 02:50:00 \N \N \N \N \N 18205 t
+22272 64699 Storage Hunters eng Double Cross Wildly competitive US series in which bargain hunters try to make cash from abandoned storage units. Brandon and Lori team up with Jesse - but can he be trusted? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 02:50:00 2014-12-20 03:00:00 \N \N \N S \N 18206 t
+15440 19 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 12:00:00 \N \N \N \N \N 18207 t
+27840 6698 Winter Wonderland eng Massive Savings this Christmas! Showcasing Rocks and Co's high quality gemstones and jewellery Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 18208 t
+28352 2138 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:30:00 \N \N \N \N \N 18209 t
+28352 2139 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 02:30:00 2014-12-19 03:00:00 \N \N \N \N \N 18210 t
+27840 6699 Winter Wonderland eng Massive Savings this Christmas! Showcasing Rocks and Co's high quality gemstones and jewellery Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 18211 t
+27840 6700 Winter Wonderland eng Massive Savings this Christmas! Showcasing Rocks and Co's high quality gemstones and jewellery Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 18212 t
+15856 3538 The Real Housewives of Atlanta eng Best of Enemies In the series finale, Sheree seeks advice from designer and Project Runway contestant Mychael Knight following the faliure of her fashion show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N S \N 18213 t
+15856 3539 The Real Housewives of Atlanta eng \N Reality series following the lives of five glamorous Atlanta ladies. The southern belles reunite to reflect on the events of the first series. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N S \N 18214 t
+15856 3540 The Real Housewives of Miami eng Paradise Cost Reality series. The housewives are invited to Lea's home for a bite to eat, but the night quickly goes downhill when Adriana reveals all about her failing marriage. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N S \N 18215 t
+17609 19718 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 03:00:00 2014-12-23 05:05:00 \N \N \N \N \N 18216 t
+17609 20126 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 05:05:00 2014-12-23 06:00:00 \N \N \N \N \N 18217 t
+15456 19 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 12:00:00 \N \N \N \N \N 18218 t
+15952 4675 Bonkers Guinness World Records eng \N Matt Edmondson narrates a Bonkers special, counting down the top 30 most watched Guinness World Records on the internet. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 06:05:00 2014-12-24 06:55:00 \N \N \N S \N 18223 t
+15952 2654 ITV2 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:55:00 2014-12-24 07:00:00 \N \N \N \N \N 18224 t
+15952 5133 Nicole Scherzinger eng The Hot Desk Interviews with the biggest names in music and entertainment. Behind the desk this time is singer, former Pussycat Doll and X Factor judge Nicole Scherzinger. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:10:00 \N \N \N S \N 18225 t
+15952 4571 BGMT eng Surprise Stars Stephen Mulhern and the Britain's Got Talent judges remember some of our favourite surprise stars, who have entertained us with their talents since the series began in 2007. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 07:10:00 2014-12-24 08:00:00 \N \N \N S \N 18226 t
+15952 2746 Emmerdale eng \N Moira and Charity's feud angers Cain. Adam is taken aback by Robert's offer. Kirin's future plans leave Vanessa uneasy. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:25:00 \N \N \N AD,S \N 18227 t
+15952 43915 I'm a Celeb eng Epic Trials Joe Swash delves through 14 years of the most epic I'm a Celebrity... trials. Relive a few edge-of-the-seat moments from past campmates including Joey Essex and Gillian McKeith. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 08:25:00 2014-12-24 09:15:00 \N \N \N S \N 18228 t
+24464 50570 Ferrari Challenge Asia Pacific... eng \N Catch up on the Ferrari Challenge action from the North America and Asia Pacific championships. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:20:00 \N \N \N \N \N 18229 t
+24464 50335 Ferrari Challenge Europa eng \N Action from the Ferrari Challenge Europa's Trofeo Pirelli category at the Yas Marina Formula 1 circuit in Abu Dhabi. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 07:20:00 2014-12-23 08:35:00 \N \N \N \N \N 18230 t
+24464 50336 British Supermoto Final eng \N The deciding round of this year's British Supermoto campaign comes from the Three Sisters circuit near Wigan. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 08:35:00 2014-12-23 09:35:00 \N \N \N \N \N 18231 t
+8264 25240 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:40:00 \N \N \N S,SL \N 18232 t
+33088 17399 Jewellery Gift Ideas eng \N Discover our wide selection of sumptuous jewellery designs and find the perfect present to bring a sparkle to someone special. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 18240 t
+33088 17400 Unique Creations by Lori Greiner eng \N Founded in 1996, Lori Greiner offers clever, unique and innovative solutions to storage and home dcor problems. Her products have been caringly created to make life easier. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 18241 t
+33088 17401 Christmas Gift Ideas eng \N Take the stress out of Christmas shopping and browse our marvellous selection of gift ideas to find the perfect present for someone special. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 02:00:00 2014-12-21 03:00:00 \N \N \N \N \N 18242 t
+8274 25240 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:40:00 \N \N \N S,SL \N 18246 t
+8381 14918 No Information Available eng \N This is ITV+1 \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 02:00:00 2014-12-23 04:00:00 \N \N \N \N \N 18248 t
+22336 58480 The Big Bang Theory eng The Prom Equivalency The girls decide to re-enact their high-school proms with their current partners, so they recreate the event on the roof of the apartment building. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:30:00 \N \N \N AD,S \N 18249 t
+22336 58481 The Big Bang Theory eng The Staircase Implementation This episode flashes back to the start of Sheldon and Leonard's friendship seven years earlier and explains the roommate agreement. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 21:30:00 2014-12-19 22:00:00 \N \N \N AD,S \N 18250 t
+22336 58482 The Mechanic eng \N Violent thriller. Jason Statham plays a hitman who, ordered to kill his mentor, then takes on the dead man's son (Ben Foster) as an apprentice. Very strong language/sexual scenes. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:50:00 \N \N 2011 AD,S \N 18251 t
+41056 18004 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:20:00 \N \N \N \N \N 18252 t
+22336 58483 The Big Bang Theory eng The Luminous Fish Effect Getting fired forces Sheldon to ponder life outside physics, leaving Leonard to take drastic action to snap his friend out of his reverie. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 23:50:00 2014-12-20 00:20:00 \N \N \N AD,S \N 18253 t
+16048 32953 The Best of Royal Variety eng Song and Dance The greatest musical extravaganzas ever performed at the Royal Variety show, from turns by the great classical stars like Pavarotti to the latest pop sensations. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 15:25:00 2014-12-23 16:30:00 \N \N \N S \N 18254 t
+16048 32954 George and Mildred eng No Business Like Show Business Domestic sitcom. Mildred gets a chance to act in the local amateur version of Cinderella - as an ugly sister! \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:05:00 \N \N \N S \N 18255 t
+16048 32955 George and Mildred eng On the Second Day of Christmas Classic sitcom. Despite it being the season of goodwill, George and Jeffrey fall out over a game of table tennis. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:05:00 2014-12-23 17:40:00 \N \N \N S \N 18256 t
+16048 32956 A Touch of Frost eng Quarry Drama series about an irascible detective inspector. Mullett is apprehensive when Frost takes tea with a country squire as he investigates a country death. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-23 17:40:00 2014-12-23 19:55:00 \N \N \N S \N 18257 t
+8274 22753 The Speakmans eng \N Therapists Nik and Eva Speakman attempt to successfully treat ordinary people with extraordinary problems. Today, they treat a young woman suffering from severe agoraphobia. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 09:25:00 2014-12-23 10:20:00 \N \N \N S \N 18258 t
+8274 24811 Dickinson's Real Deal eng \N Today David and the team are at Northampton cricket ground, where a Roman glass vase attracts plenty of cash and a set of Dinky cars exceeds expectations. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 10:20:00 2014-12-23 11:20:00 \N \N \N S \N 18259 t
+8274 22754 Tipping Point eng \N Ben Shephard hosts the quiz show in which four players take on an extraordinary machine in the hope of winning its 10,000 pound jackpot. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 11:20:00 2014-12-23 12:25:00 \N \N \N S \N 18260 t
+14784 2871 All Inclusive JANUARY Deals GALORE eng \N 3*AI Benidorm just £185! 4*AI Cyprus just £189! 5*AI Turkey just £119! 4*AI Tenerife just £296! 5*AI Majorca just £259! Barmy prices, palmy beaches! See our ALL INC SHORT HAUL page \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 12:00:00 2014-12-23 16:00:00 \N \N \N \N \N 18261 t
+26560 13701 The Hits Radio Weekend - Martin Lowes eng \N Martin's sorting you out with nothing but massive tunes to make Sunday morning that little bit better! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 07:00:00 2014-12-21 10:00:00 \N \N \N \N \N 18262 t
+22208 1502 New eng Monkey Life Aris's knee injury turns out to be worse than expected durng a trip to the vet. Chimp Patricia, meanwhile, is starting to get along with alpha male Hananya. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 17 \N \N S 2 18263 t
+22208 1505 New eng Monkey Life Military aircraft are dispatched to transport 88 capuchin monkeys from their Chilean home to their new abode at Monkey World Ape Rescue Centre. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 18 \N \N S 2 18264 t
+22208 1507 Treasure Island eng Danger lurks behind every sand dune in this concluding chapter, and Jim and Silver must decide what they treasure more the treasure itself, or their lives... \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 19:00:00 2014-12-22 21:00:00 2 2 \N S,AD \N 18265 t
+8452 58619 Jamie's Christmas with Bells On eng \N In the second of two festive specials, Jamie Oliver shows how to create an original Christmas Day menu featuring festive fiesta tacos, brussels with hustle, and Bloody Mary seafood platter. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N S \N 18266 t
+8452 58621 Channel 4 News Summary eng \N Includes news headlines and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:05:00 \N \N \N S \N 18267 t
+8452 58620 A Great British Christmas with Sarah Beeny eng Sarah Beeny and her husband, artist Graham Swift, explore the history of Christmas through the ages in their Yorkshire stately home, Rise Hall \N \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 13:05:00 2014-12-19 14:05:00 \N \N \N S \N 18268 t
+8452 58622 Come Dine with Me eng \N This celebrity special has a soap star twist, featuring Brian Capron from Coronation Street, James Redmond from Hollyoaks, and Lorraine Chase and Adele Silva from Emmerdale. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 14:05:00 2014-12-19 15:10:00 \N \N \N S \N 18269 t
+24128 731 Asian Connections eng \N Speak to our girls live in Thailand for flirty, chatty fun. 18+ Only \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:00:00 \N \N \N \N \N 18270 t
+24128 732 Programmes start at 4am eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 05:00:00 2014-12-20 04:00:00 \N \N \N \N \N 18271 t
+41264 23 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 12:00:00 \N \N \N \N \N 18272 t
+8281 45016 Good Morning Britain eng \N Breakfast show with the latest news, sport and weather, presented by Susanna Reid, Ben Shephard, Charlotte Hawkins and Sean Fletcher. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 08:30:00 \N \N \N S \N 18279 t
+23280 5845 60 Second Date eng \N The fastest way to find a date in the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 04:00:00 2014-12-22 06:00:00 \N \N \N \N \N 18703 t
+8281 45017 Lorraine eng \N Topical mix of discussion fashion, food and celebrity gossip. Ashley Jensen talks about her latest role in Christmas crime drama Agatha Raisin and the Quiche of Death. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:25:00 \N \N \N S \N 18280 t
+8500 5934 Benefits Britain eng Life On The Dole Documentary series. Single mum Marie struggles to fill Santa's sack for her eight children, and what can you expect to get for Christmas dinner when it all comes from a skip? \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:20:00 \N \N \N S \N 18281 t
+8500 5935 Britain's Craziest Xmas Lights eng \N Documentary following four UK households as they transform their suburban semis into a glittering festival of Christmas lights. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-24 19:20:00 2014-12-24 20:20:00 \N \N \N S \N 18282 t
+8500 5936 5 News Update eng \N National and international news. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-24 20:20:00 2014-12-24 20:25:00 \N \N \N S \N 18283 t
+8500 5937 New eng Alan Davies:Xmas Dog Rescuers Brand new documentary. Host Alan Davies throws a Christmas party for some of the rescued dogs of the last series, and tells more heartwarming stories of survival. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-24 20:25:00 2014-12-24 21:28:00 \N \N \N S \N 18284 t
+8384 58621 Channel 4 News Summary eng \N Includes news headlines and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:05:00 \N \N \N S \N 18285 t
+8384 58620 A Great British Christmas with Sarah Beeny eng Sarah Beeny and her husband, artist Graham Swift, explore the history of Christmas through the ages in their Yorkshire stately home, Rise Hall \N \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 12:05:00 2014-12-19 13:05:00 \N \N \N S \N 18286 t
+8384 58622 Come Dine with Me eng \N This celebrity special has a soap star twist, featuring Brian Capron from Coronation Street, James Redmond from Hollyoaks, and Lorraine Chase and Adele Silva from Emmerdale. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 13:05:00 2014-12-19 14:10:00 \N \N \N S \N 18287 t
+41056 18005 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-21 04:20:00 2014-12-21 04:30:00 \N \N \N \N \N 18289 t
+28288 8629 Beauty Consultations with Alison eng \N With a carefully selected range of beauty products from skincare and cosmetics, to hair and nailcare, Beauty Consultations with Alison Young gives you tips to enhance your beauty routine. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 18290 t
+28288 65355 Back at 5am eng \N Programmes start again at 5am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 13:00:00 2014-12-21 05:00:00 \N \N \N \N \N 18291 t
+23712 3381 Escape to the Country eng \N Home relocation series. Will a stone built cottage in Cheddar tempt today's house-hunting couple to spend their retirement in the Somerset countryside? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N S \N 18292 t
+23712 3382 Jamie's Best Ever Christmas eng \N Second of a two-part festive special, with Jamie presenting recipe ideas for the season. He suggests delicious ways to use up leftovers and makes party drinks. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N AD,S \N 18293 t
+23712 3383 Crime Stories eng The Happy Face Killer High-profile criminal cases. Sick serial killer Keith Hunter Jesperson craved attention, bragging about his crimes in letters signed with a smiley face. \N 0 25 f 64 eng eng 2 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N AD,S \N 18294 t
+27360 18257 30 for 30 eng The Price of Gold A fresh look at the widely publicised attack on ice skater Nancy Kerrigan at the 1994 US Figure Skating Championships, an assault planned by rival Tonya Harding's ex-husband. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 21:30:00 2014-12-24 23:00:00 \N \N \N \N \N 18297 t
+27360 18083 UFC 174 eng Johnson v Bagautinov UFC 174 action from the Rogers Arena in Vancouver, featuring the main event of the flyweight bout between current champion Demetrious Johnson and challenger Ali Bagautinov. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 23:00:00 2014-12-25 02:00:00 \N \N \N \N \N 18298 t
+18112 63326 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 18:58:00 2014-12-24 05:30:00 \N \N \N \N \N 18299 t
+27840 5261 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 18300 t
+27840 5262 Top Quality Gemstones from Around the World eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 18301 t
+27840 5263 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 18302 t
+22336 58534 How I Met Your Mother eng No Pressure Ted tells Robin that he loves her just as she is setting off on her trip to Russia. Barney makes a discovery about Marshall and Lily when he snoops on them. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 03:10:00 2014-12-23 03:30:00 \N \N \N AD,S \N 18303 t
+22336 58535 How I Met Your Mother eng Karma Barney thinks the way that Quinn is manipulating him is payback for the manner in which he has treated women in the past. Ted is still upset about Robin moving out. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 03:30:00 2014-12-23 03:55:00 \N \N \N AD,S \N 18304 t
+22336 58536 The Inbetweeners eng \N Sparkling comedy about being a suburban teenager. Will (Simon Bird), whose parents have just divorced, is forced to move to a new area and change from private to comprehensive school. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 03:55:00 2014-12-23 04:20:00 \N \N \N AD,S \N 18305 t
+22336 58537 The IT Crowd eng Yesterday's Jam In the very first episode, new recruit Jen is appointed head of the IT department, but her staff Moss and Roy soon discover that she knows nothing about computers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 04:20:00 2014-12-23 04:45:00 \N \N \N S,SL \N 18306 t
+22336 58538 One Tree Hill eng Anyone Who Had a Heart As Haley prepares to MC the annual Tree Hill Burning Boat Festival, Brooke uses the opportunity to ponder her father's betrayal. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-23 04:45:00 2014-12-23 05:25:00 \N \N \N S \N 18307 t
+22336 58539 Charmed eng Morality Bites Phoebe has a vision of herself being burnt to death at the stake. The sisters travel 10 years into the future to see what happened and encounter a modern-day witch hunt. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 05:25:00 2014-12-23 07:00:00 \N \N \N S \N 18308 t
+40992 50633 Octonauts eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:15:00 \N \N \N \N \N 18759 t
+40992 50634 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 08:15:00 2014-12-19 08:25:00 \N \N \N \N \N 18760 t
+13024 51069 Scrooge - A Christmas Carol eng \N Festive fantasy starring Alastair Sim and Mervyn Johns. An adaptation of Charles Dickens' classic story of a miser who discovers the true meaning of Christmas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 16:50:00 2014-12-24 18:35:00 \N \N 1951 S \N 18309 t
+28096 59335 Storage Hunters eng Double Cross Wildly competitive US series in which bargain hunters try to make cash from abandoned storage units. Brandon and Lori team up with Jesse - but can he be trusted? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 03:50:00 2014-12-20 04:15:00 \N \N \N S \N 18310 t
+28096 59336 Suits eng Bad Faith Criminally good legal drama. The dissolution of Pearson Darby Specter begins. Mike asks Rachel to move in, but the two are soon at each other's throats! \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 04:15:00 2014-12-20 05:00:00 9 \N \N AD,S 3 18311 t
+28096 59791 Close eng \N Close. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 05:00:00 2014-12-20 08:00:00 \N \N \N \N \N 18312 t
+41104 19979 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 01:00:00 2014-12-19 05:00:00 \N \N \N \N \N 18704 t
+25664 55873 Night At The Museum: Secret Of The Tomb Movie Special eng Join us for a movie special for Night At The Museum Secret Of The Tomb. We find out everything you need to know about the new comedy starring Ben Stiller. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N \N \N 18313 t
+25664 55721 Turn Up The Weekend! Xmas Special eng \N It's the weekend, so get your speakers ready. We've got some big festive tunes coming your way right now! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-20 10:00:00 2014-12-20 12:00:00 \N \N \N \N \N 18314 t
+28480 8045 Jimmy Swaggart eng \N The preaching Ministry of Evangelist Jimmy Swaggart. This show is taken from church services recorded live at Family Worship Center Church in Baton Rouge, LA. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 00:00:00 2014-12-21 02:00:00 \N \N \N \N \N 18315 t
+28480 8046 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 02:00:00 2014-12-21 03:00:00 \N \N \N \N \N 18316 t
+14448 27266 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 \N \N \N \N \N 18321 t
+14448 27267 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N \N \N 18322 t
+14448 27268 Raising Sextuplets eng \N Introducing the Masche family, consisting of parents Bryan and Jenny Masche and their sextuplets! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 18323 t
+14448 27269 Caught on Camera eng \N Compelling amateur footage of real life situations. Featuring criminals who think no one is watching, but there is a powerful observer recording every detail. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N \N \N 18324 t
+4168 49793 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:30:00 \N \N \N S \N 18325 t
+4168 49794 Match of the Day eng \N Gary Lineker presents highlights of the day's seven Premier League games, including Manchester City v Crystal Palace, Manchester United v Aston Villa and Southampton v Everton. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 07:30:00 2014-12-21 09:00:00 \N \N \N S \N 18326 t
+25920 21064 Last Minute Gifts with Karcher eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 18327 t
+25920 20774 Last Minute Christmas Kitchen eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 18328 t
+25920 20715 Toy Store Sale eng \N An amazing opportunity to get your hands on the most wanted toys this Christmas! From RC gadgets to kid's craft and more, give the perfect gift this season with Ideal World. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 18329 t
+17609 19497 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:05:00 2014-12-20 01:25:00 \N \N \N \N \N 18330 t
+17609 19498 Jackpot247 eng \N \N \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 01:25:00 2014-12-20 03:00:00 \N \N \N \N \N 18331 t
+28416 20123 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:30:00 \N \N \N \N \N 18332 t
+28416 20124 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-21 20:30:00 2014-12-21 22:00:00 \N \N \N \N \N 18333 t
+40960 53174 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 18334 t
+40960 53175 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 07:00:00 2014-12-21 08:00:00 \N \N \N \N \N 18335 t
+40960 53176 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 08:00:00 2014-12-21 09:00:00 \N \N \N \N \N 18336 t
+41040 17272 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 18337 t
+41040 17273 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:30:00 \N \N \N \N \N 18338 t
+41040 17274 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-24 22:30:00 2014-12-24 23:00:00 \N \N \N \N \N 18339 t
+41040 17275 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 18340 t
+32836 42997 Teleshopping eng \N Teleshopping for slim and lift Caresse jeans. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:30:00 \N \N \N \N \N 18341 t
+32836 42941 Teleshopping eng \N Teleshopping for eye make-up. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:00:00 \N \N \N \N \N 18342 t
+32836 42956 Teleshopping eng \N Teleshopping for a steam mop. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:30:00 \N \N \N \N \N 18343 t
+32836 42970 Teleshopping eng \N Teleshopping for beds and mattresses. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 04:30:00 2014-12-21 05:00:00 \N \N \N \N \N 18344 t
+32836 42984 Teleshopping eng \N Teleshopping for space saving system. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 05:00:00 2014-12-21 05:30:00 \N \N \N \N \N 18345 t
+32836 42998 Teleshopping eng \N Teleshopping for slim and lift Caresse jeans. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 05:30:00 2014-12-21 06:00:00 \N \N \N \N \N 18346 t
+13024 50911 Big Foot eng The Missing Evidence Brand new documentary examining the mystery surrounding the existence of Big Foot, the giant ape-like hominid reputed to inhabit the forests of North America. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 \N \N \N S \N 18347 t
+13024 50928 Close eng \N Channel Off Air \N 0 25 f \N \N \N 0 0 0 \N 2014-12-19 01:00:00 2014-12-19 04:10:00 \N \N \N \N \N 18348 t
+8267 27867 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:45:00 \N \N \N S,SL \N 18349 t
+8267 28096 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 03:45:00 2014-12-24 05:05:00 \N \N \N \N \N 18350 t
+40992 50635 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 08:25:00 2014-12-19 08:35:00 \N \N \N \N \N 18761 t
+8267 28097 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 05:05:00 2014-12-24 06:00:00 \N \N \N S,SL \N 18351 t
+24064 59276 My Family Feast eng The Argentinians Sean Connolly experiences the many flavours of Argentina when he meets the Yoia family and learns cooking techniques for a lively Sunday afternoon barbecue, Argentinian style. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 12:00:00 2014-12-21 12:30:00 \N \N \N \N \N 18352 t
+24064 59277 My Family Feast eng The Greeks On St George's Day, Sean joins George Gavalas and his family to honour the day of his saintly namesake. Sean discovers how to make a flavoursome Greek family feast. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:00:00 \N \N \N \N \N 18353 t
+24064 59278 My Family Feast eng The Afghans Food series. Rahman and his wife Arian teach Sean Connolly how to prepare exotic Afghani food for the annual Eid al-Adha festival. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 13:00:00 2014-12-21 13:30:00 \N \N \N \N \N 18354 t
+24064 59279 My Family Feast eng The Serbians Food series. It's Stana Kolundzija's 66th birthday and she invites Sean Connolly to join her friends and extended family for a scrumptious Serbian feast. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 13:30:00 2014-12-21 14:00:00 \N \N \N \N \N 18355 t
+24064 59280 My Family Feast eng The Balinese Sean and his family join a local Balinese community for their annual celebration of Galungan, a festival featuring delicious food, offerings to Balinese Gods and traditional dance. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:30:00 \N \N \N \N \N 18356 t
+24064 59281 The Brilliant Book eng Letter C It's Christmas! Follow the adventures of nine-year-old Benjamin and his friends as we take a look at the world from an autistic child's point of view... one alphabet letter at a time. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 14:30:00 2014-12-21 15:00:00 \N \N \N \N \N 18357 t
+18112 61687 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-20 05:30:00 2014-12-20 07:00:00 \N \N \N \N \N 18358 t
+40992 49170 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N \N \N 18359 t
+25664 55881 40 Greatest Christmas Songs Ever! eng \N The season of goodwill is here, so stay with us for 40 all-time festive favourites. These will warm the cockles of your heart! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 18:00:00 2014-12-23 21:00:00 \N \N \N \N \N 18360 t
+41120 14160 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:30:00 \N \N \N \N \N 18361 t
+41120 14161 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:00:00 \N \N \N \N \N 18362 t
+41120 14162 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N \N \N 18363 t
+41120 14163 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:30:00 \N \N \N \N \N 18364 t
+41120 14164 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 17:30:00 2014-12-24 18:00:00 \N \N \N \N \N 18365 t
+15840 3608 Tune In... To 1984 eng \N The Apple Macintosh was introduced, the Space Shuttle Discovery took off on its maiden voyage and the charity supergroup Band Aid was founded... Tune in to find out what vinyls were spinning in 1984. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 18366 t
+15840 3609 Tune In... To 1977 eng \N The king of rock 'n' roll Elvis Presley died aged 42 and New York's infamous disco Studio 54 opened... Tune in and throw a party as we bring you the groovy tunes of 1977. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 18367 t
+15840 3610 The Sound of Santa eng \N New! Christmas is a-coming as we deliver you the father of all festive selections. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 18368 t
+23152 17340 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:30:00 \N \N \N \N \N 18369 t
+23152 17341 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 \N \N \N \N \N 18370 t
+23152 17342 South Beach Tow eng Season 3 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:30:00 \N \N \N \N \N 18371 t
+23152 17343 South Beach Tow eng Season 3 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:00:00 \N \N \N \N \N 18372 t
+23152 17344 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 02:00:00 2014-12-19 03:00:00 \N \N \N \N \N 18373 t
+24448 63965 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 \N \N \N \N \N 18374 t
+24448 63966 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 01:00:00 2014-12-19 02:00:00 \N \N \N \N \N 18375 t
+24448 63967 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 02:00:00 2014-12-19 03:00:00 \N \N \N \N \N 18376 t
+22592 17847 Extra Time on talkSPORT eng \N Bob Ballard hosts the fastest sports show on the dial featuring reaction to sport at home and abroad. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-22 00:00:00 2014-12-22 06:00:00 \N \N \N \N \N 18377 t
+16080 14726 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:30:00 \N \N \N \N \N 18378 t
+16080 14727 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 03:30:00 2014-12-20 04:00:00 \N \N \N \N \N 18379 t
+16080 14728 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:30:00 \N \N \N \N \N 18380 t
+16080 14729 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 04:30:00 2014-12-20 05:00:00 \N \N \N \N \N 18381 t
+16080 14730 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:30:00 \N \N \N \N \N 18382 t
+16080 14731 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N \N \N 18383 t
+24448 63929 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 18384 t
+41072 13253 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-21 12:00:00 2014-12-21 12:30:00 \N \N \N \N \N 18388 t
+41072 13254 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:00:00 \N \N \N \N \N 18389 t
+41072 13255 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-21 13:00:00 2014-12-21 13:30:00 \N \N \N \N \N 18390 t
+41072 13256 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-21 13:30:00 2014-12-21 14:00:00 \N \N \N \N \N 18391 t
+41072 13257 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:30:00 \N \N \N \N \N 18392 t
+41072 13258 eng \N \N \N 0 25 f \N \N \N 5 0 0 \N 2014-12-21 14:30:00 2014-12-21 15:00:00 \N \N \N \N \N 18393 t
+40992 50636 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 08:35:00 2014-12-19 08:45:00 \N \N \N \N \N 18762 t
+40992 50637 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 08:45:00 2014-12-19 09:00:00 \N \N \N \N \N 18763 t
+8325 2647 The Office Xmas Party eng \N Second of three programmes celebrating the great British Christmas party. Tonight, the staff of rival wedding Somerset venues share their annual Christmas bash for the first time. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-21 00:25:00 2014-12-21 01:25:00 \N \N \N S \N 18394 t
+8325 2648 The Office Xmas Party eng \N Last in series. In the final show, a party-loving property firm in Manchester plans to hold the greatest Christmas party ever seen - in the least practical location ever seen! \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-21 01:25:00 2014-12-21 02:20:00 \N \N \N S \N 18395 t
+8325 2650 Two and a Half Men eng A Live Woman of Proven Fertility American sitcom. Alan is overjoyed by the prospect of Judith remarrying, as he would no longer have to pay alimony. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 02:20:00 2014-12-21 02:40:00 \N \N \N S \N 18396 t
+8325 2649 Two and a Half Men eng A Pot Smoking Monkey American sitcom. Alan tries to hire his ex-wife's lawyer to help him win custody over the dog he and Kandi shared. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 02:40:00 2014-12-21 03:00:00 \N \N \N S \N 18397 t
+14832 1319 Rabbits & Bunnies & Meadows, Oh My eng \N Now in its 6th year, Gay Rabbit Chat & Date is an interactive TV chat service designed to put YOU in touch with new LGBT friends all over the UK. Chat, flirt, date and then some! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 08:00:00 2014-12-19 12:00:00 \N \N \N \N \N 18398 t
+8448 58547 Charmed eng The Painted World Prue becomes trapped inside a strange and enchanted painting of a castle alongside a supposedly innocent prisoner who is actually a dangerous warlock. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N S \N 18399 t
+8448 58548 Rules of Engagement eng Rug-of-War Jeff is angry when Audrey gives Adam and Jen their old rug, so he tries to discourage them from accepting it by telling them about all the 'fun' he and Audrey had on it. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:30:00 \N \N \N S \N 18400 t
+8448 58549 Rules of Engagement eng Baked Audrey hopes to start her own cookie business after leaving her previous employment, while Timmy does his best to fit in with the guys. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 10:30:00 2014-12-23 11:00:00 \N \N \N S \N 18401 t
+8448 58550 How I Met Your Mother eng Brunch Ted and the gang have brunch with his parents. Robin worries that Ted's mum doesn't like her but realises that isn't the case when a huge secret is revealed. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N AD,S \N 18402 t
+16080 14795 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 15:30:00 2014-12-21 16:00:00 \N \N \N \N \N 22727 t
+8448 58551 How I Met Your Mother eng Ted Mosby Architect: Ted and Robin have their first big argument after Robin becomes annoyed at hearing Ted's work grumbles, so Ted's pals try to prove that he's not dull. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N AD,S \N 18403 t
+25920 19884 Early Morning Shopping eng \N A selection of our best shows for the early morning shopper. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:00:00 \N \N \N \N \N 18404 t
+25920 20878 Toy Store Sale eng \N A wonderful selection of toys & games, for boys & girls & the young & old - all at sale prices! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 07:00:00 2014-12-19 08:00:00 \N \N \N \N \N 18405 t
+25920 21085 Halogen Oven Pick of the Day eng \N A chance for you to get our special product of the day - the Ideal World Pick of the Day. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 08:00:00 2014-12-19 09:00:00 \N \N \N \N \N 18406 t
+41136 50339 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 12:10:00 2014-12-23 16:20:00 \N \N \N \N \N 18411 t
+40960 51188 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:30:00 \N \N \N \N \N 18412 t
+40960 58093 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 \N \N \N \N \N 18413 t
+40960 51190 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:30:00 \N \N \N \N \N 18414 t
+14816 970 1-2-1 Dating - Find LOVE eng \N 1-2-1 Dating is a unique TV channel, broadcasting regionalised personal ads from around the UK, 24/7. New ads added daily. Free to join and place YOUR 1-2-1 advert. Check us out. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 08:00:00 2014-12-19 12:00:00 24 7 \N \N \N 18415 t
+14800 1319 Winter in Rabbit Meadow eng \N Rabbit Chat & Date has been connecting people for 6 years now! Why not jump in and see why? Make new friends, chat, flirt and find that RIGHT somebody. Or that RIGHT NOW somebody. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 08:00:00 2014-12-19 12:00:00 \N \N \N \N \N 18416 t
+14448 27145 The Investigator eng \N An in-depth look into some of New Zealand's most puzzling crimes in recent history, investigating if there was more to each crime than meets the eye. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 18417 t
+14448 27146 Crime Stories eng \N Grisly crimes are meticulously reconstructed in this dramatic series. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 18418 t
+14448 27147 Caught on Camera eng \N Compelling amateur footage of real life situations. Featuring criminals who think no one is watching, but there is a powerful observer recording every detail. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 18419 t
+12992 30775 CSI: Crime Scene Investigation eng Burn Out Las Vegas-based forensic drama. The CSIs investigate the mysterious disappearance of two boys who live in close proximity to a known sex offender \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 6 24 \N AD,S \N 18420 t
+12992 30776 Super Casino eng \N Live interactive gaming featuring roulette, blackjack and autowheel. For more information and to register visit www.SuperCasino.com. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 03:00:00 \N \N \N \N \N 18421 t
+23712 3032 New Haunting eng Australia Six experts in all things eerie form a super ghost-hunting squad down under. Will a trip to Sydney's Cockatoo Island ruffle the spook-busters' feathers? \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 \N \N \N \N \N 18422 t
+23712 3034 Ghost Adventures eng Pennhurst State School Thrills and chills with the ghoul-chasing gang. The suitably nutty boys prepare to get spooked at an old, abandoned mental asylum in Pennsylvania. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-19 01:00:00 2014-12-19 02:00:00 \N \N \N AD,S \N 18423 t
+23712 3013 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 02:00:00 2014-12-19 04:00:00 \N \N \N \N \N 18424 t
+41120 14022 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 \N \N \N \N \N 18425 t
+41120 14023 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 01:00:00 2014-12-19 02:00:00 \N \N \N \N \N 18426 t
+41120 14024 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:30:00 \N \N \N \N \N 18427 t
+41120 14025 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 02:30:00 2014-12-19 03:00:00 \N \N \N \N \N 18428 t
+27648 4318 How It's Made eng \N Ever wondered how everyday items such as decorative sombreros, salad dressings, cap guns and regenerative medicine are made? Find out how these familiar objects are formed. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:30:00 \N \N \N \N \N 18429 t
+27648 4319 How It's Made eng \N How are carbon-fibre bicycles, forged chandeliers and ballpoint pens made? Find out as more everyday items are put under the microscope. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 \N \N \N \N \N 18430 t
+27648 4320 How It's Made eng \N How are Swiss Army knives, oil tankers and racing wheels made? Find out as more everyday items are put under the microscope. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:30:00 \N \N \N \N \N 18431 t
+27648 4321 How It's Made eng \N How are bowling balls, barber poles, felt and radar guns made? Find out as more everyday items are put under the microscope. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:00:00 \N \N \N \N \N 18432 t
+27648 4322 FBI Case Files eng Dangerous Obsessions Sidney Reso, the head of Exxon International, leaves his house but never arrives at work. The FBI embarks on a maddening chase hoping to catch the kidnappers. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 02:00:00 2014-12-19 03:00:00 \N \N \N \N \N 18433 t
+22208 2018 Police Ten 7 eng \N Follow the crime-busting activities of New Zealand's police in this exhilarating fly-on-the-wall documentary. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:30:00 14 \N \N S 19 18434 t
+22208 2069 Most Shocking eng Cops Under Attack A SWAT team raids the home of a drug dealer; police respond to a domestic disturbance call; and a highway patrolman tails a wanted armed robber. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:30:00 \N \N \N S,AD \N 18435 t
+22208 2138 Road Wars eng Two car thieves in washing up gloves escape...straight into a cameraman. A man is questioned by police why is he wearing two jackets and two pairs of trousers? Bad language. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:30:00 \N \N \N S \N 18436 t
+22208 2143 Real NCIS eng \N Going beyond the popular TV series, this documentary follows the work of real Naval Criminal Investigation Service officers. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 02:30:00 2014-12-19 03:20:00 4 13 \N S \N 18437 t
+14816 989 1-2-1 Dating - AFTER DARK eng \N Can't get to sleep? Try 1-2-1 Dating's all new AFTER DARK section. For those seeking something a little extra -curricular or unusual. All for a special price of just 51p/minute \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 04:00:00 \N \N \N \N \N 18438 t
+23040 37971 Diners, Drive-Ins And Dives eng \N Guy Fieri visits America's most interesting and unique restaurants. In Memphis, Guy discovers a true local favourite - barbecue spaghetti. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:30:00 \N \N \N \N \N 18439 t
+23040 37972 Diners, Drive-Ins And Dives eng \N Guy Fieri visits America's most interesting and unique restaurants. Guy tastes ribs in the Bronx, a chorizo with salmon in Washington state, and pinto beans fried in fatback in South Carolina. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 \N \N \N \N \N 18440 t
+23040 37973 Ching's Restaurant Redemption eng \N Ching takes off for Austin, Texas, to revive a Thai restaurant that is stuck in the 1980s. With tired Thai cuisine on the menu, Ching must convince stubborn owner Foo to update the food. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 01:00:00 2014-12-19 02:00:00 \N \N \N \N \N 18441 t
+23040 37974 Diners, Drive-Ins And Dives eng \N Guy's going off the Strip and digging into Las Vegas. There's a dive bar dishing out food from Buffalo, New York. Plus, a Bulgarian tapas joint serves up layers and layers of European comfort food. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:30:00 \N \N \N \N \N 18442 t
+16080 14796 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:30:00 \N \N \N \N \N 22728 t
+23040 37975 Reza Spice Prince of Vietnam eng \N This series follows Chef Reza Mahammad, one of the UK's top Indian restaurateurs, on an unforgettable journey around Vietnam to discover the history of royal food and feasting. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 02:30:00 2014-12-19 03:00:00 \N \N \N \N \N 18443 t
+23296 5801 Loud and Proud eng \N Be proud of who you are and meet your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 02:00:00 \N \N \N \N \N 18444 t
+23296 5803 Out and About eng \N Don't just sit there, get stuck in. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 02:00:00 2014-12-19 04:00:00 \N \N \N \N \N 18445 t
+14608 32008 A Different Kind Of Christmas eng \N What is it like to grow up with a dad who believes he is Santa? Shelley Long is running for mayor with a dad who sets up his own 'dream world' once a year. Can she keep his identity a secret? \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 01:00:00 2014-12-22 03:00:00 \N \N \N \N \N 18446 t
+14752 40854 Will Cozens eng \N Will takes you into the early hours with the biggest tracks from the Capital playlist. Get involved @CapitalOfficial on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 06:00:00 \N \N \N \N \N 18447 t
+23120 20351 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 \N \N \N \N \N 18448 t
+27712 21945 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:30:00 \N \N \N \N \N 18449 t
+23120 20359 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 01:00:00 2014-12-19 02:00:00 \N \N \N \N \N 18450 t
+23120 20358 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 02:00:00 2014-12-19 03:00:00 \N \N \N \N \N 18451 t
+27456 45194 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:30:00 \N \N \N \N \N 18452 t
+27456 45195 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 \N \N \N \N \N 18453 t
+27456 45196 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:30:00 \N \N \N \N \N 18454 t
+27456 45197 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:00:00 \N \N \N \N \N 18455 t
+27456 45198 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:30:00 \N \N \N \N \N 18456 t
+27456 45199 Politicking with Larry King eng \N Legendary host Larry King and OraTV bring 'Politicking', their new political show. World leaders and policy makers will be regular guests of the interviewer whose deep knowledge have made him an icon. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 02:30:00 2014-12-19 03:00:00 \N \N \N \N \N 18457 t
+27744 42016 NCIS eng \N Special Agent Gibbs leads his NCIS Team of investigators in the world of military crime. The meat puzzle involves chunks of bodies turning up, and Ducky might be next!/23 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-19 00:05:00 2014-12-19 01:00:00 13 \N \N \N 2 18458 t
+27744 42015 Flashpoint eng \N Action-packed drama following the lives of Strategic Response Unit cops. A wrongly convicted man desperately tries to clear his name by holding a courthouse hostage. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:55:00 \N \N \N \N \N 18459 t
+27744 42361 Deadwood eng \N Gripping and complex western, but not for the faint-hearted. An opium theft leaves Swearengen trying to find common language with his supplier, as well as dealing with the mess./12 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 01:55:00 2014-12-19 03:00:00 10 \N \N \N 1 18460 t
+16016 7462 This Is ITV3+1 eng \N This Is ITV3+1. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 00:04:00 2014-12-22 18:00:00 \N \N \N \N \N 18461 t
+14752 40829 Dave Berry & Lisa Snowdon eng \N Dave Berry & Lisa Snowdon bring you the hottest interviews from the world's biggest celebrities. Watch all the action back at CapitalFM.com \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 09:00:00 \N \N \N \N \N 18462 t
+8442 55882 Come Dine with Me eng Celebrity Christmas Special Music impresario David Gest joins in a festive clash with former EastEnder Hannah Waterman, TV gardener Diarmuid Gavin and Loose Women presenter Sherrie Hewson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:05:00 \N \N \N S \N 18463 t
+27360 18008 Fletch & Sav - The Best Bits eng \N The best bits from the Etihad with Darren Fletcher and Robbie Savage. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:30:00 \N \N \N \N \N 18859 t
+8442 55884 Homeland eng Trylon and Perisphere An official inquiry brings Carrie back to the US, Quinn spirals out of control, and a disgraced former case officer reveals some disturbing new information. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-22 02:05:00 2014-12-22 03:05:00 \N \N \N AD,S \N 18464 t
+14720 1716 Toby Anstis eng \N For more music variety on your Saturday morning, Toby Anstis is your man! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 13:00:00 \N \N \N \N \N 18465 t
+28160 15729 Hope in the Night eng \N Ben Vane has the best worship music to take you through the night. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 01:00:00 2014-12-19 04:00:00 \N \N \N \N \N 18466 t
+8442 60705 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 06:00:00 2014-12-19 08:55:00 \N \N \N \N \N 18467 t
+41264 19 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 12:00:00 \N \N \N \N \N 18469 t
+28160 15797 ShedTalk eng \N Join Carl Beech from CVM, live from the Shed alongside Jeremy and Dave as they chat about men, life and church, \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 21:00:00 2014-12-21 21:30:00 \N \N \N \N \N 18470 t
+28160 15798 The Wisdom of Fr Groschel eng \N The co-founder of the Franciscan Friars of the Renewal helps us to live out our faith. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 21:30:00 2014-12-21 22:00:00 \N \N \N \N \N 18471 t
+28160 15799 Premier Tonight eng \N Michael Fanstone takes a look at life's ups and downs and the issues concerning you and your Christian life. To take part call 08450 21 21 21. Calls charged at the local rate. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:00:00 \N \N \N \N \N 18472 t
+32836 42923 The Weekender eng \N This week meet your presenters, Back to Basics 23rd birthday and a special feature from Amsterdam Dance event 2014. Our local guide to clubs, bars, gigs to prepare for the weekend. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:30:00 \N \N \N \N \N 18473 t
+32836 42924 The Cool Beans Television Show eng \N An interview with the world's greatest air drummer, magic lessons with Benoit Pierre, the return of Extreme Challenges and quite possibly the drum & bass smash hit of 2014. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 \N \N \N \N \N 18474 t
+32836 42965 Teleshopping eng \N Teleshopping for beds and mattresses. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:30:00 \N \N \N \N \N 18475 t
+32836 42979 Teleshopping eng \N Teleshopping for space saving system. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:00:00 \N \N \N \N \N 18476 t
+32836 42993 Teleshopping eng \N Teleshopping for slim and lift Caresse jeans. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:30:00 \N \N \N \N \N 18477 t
+32836 42936 Teleshopping eng \N Teleshopping for eye make-up. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 02:30:00 2014-12-19 03:00:00 \N \N \N \N \N 18478 t
+40992 52138 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 10:05:00 2014-12-24 10:20:00 \N \N \N \N \N 23862 t
+16208 36914 Casualty eng Big Rocks and Very Hard Places Max faces an emotional decision when a sick teenager highlights the crisis in the hospital. And a local MP makes a tragic discovery in the corridors. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 00:40:00 2014-12-19 02:00:00 \N \N \N S \N 18479 t
+16208 37873 Barbara Taylor Bradford's Hold the Dream eng \N Engrossing sequel to A Woman of Substance. Paula and Shane declare their love for each other. Emily and Winston wed, while Anthony and Sally plan their own nuptials. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:50:00 \N \N \N \N \N 18480 t
+16208 37874 Wish Me Luck eng \N Jane Asher and Michael J Jackson star in this classic 80s drama series. Kit gets a shock when he returns to Le Crest, while the Maquis try Nicole for treason. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 02:50:00 2014-12-19 03:40:00 \N \N \N S \N 18481 t
+24016 12837 JFK eng Breaking The News 22nd November 1963 and as President Kennedy's motorcade weaves through Dallas, shots suddenly ring out. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:15:00 \N \N \N \N \N 18482 t
+24016 12838 The Hindenburg Disaster eng \N This compelling film follows the course of the Hindenburg's last flight and unravels the mystery of one of the greatest disasters of the 20th century. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 07:15:00 2014-12-19 08:15:00 \N \N \N \N \N 18483 t
+24016 12839 Hellgate eng \N A cowboy is locked up in the notorious Hellgate prison. Will his breakout attempt be successful? Stars Sterling Hayden. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 08:15:00 2014-12-19 10:05:00 \N \N 1952 \N \N 18484 t
+17540 49791 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 01:05:00 2014-12-21 01:10:00 \N \N \N \N \N 18485 t
+17540 49792 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 01:10:00 2014-12-21 06:00:00 \N \N \N \N \N 18486 t
+22080 1352 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:30:00 \N \N \N \N \N 18487 t
+28032 30381 UEFA Champions League Greatest Finals eng \N A selection of the greatest finals in the world's biggest football club tournament. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:20:00 \N \N \N \N \N 18488 t
+28032 30362 Tommy Cooper eng \N Comedy and magic from comedian Tommy Cooper. Guests include Clovissa Newcombe, Peter Reeves, and horror film superstar Vincent Price. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 06:20:00 2014-12-24 06:45:00 \N \N \N S \N 18489 t
+28032 28026 Black Gold eng There's A Storm Brewing Reality-documentary series about oil drilling in the USA. Cheston tries to get his job back, and a very expensive drill bit goes missing, halting procedures. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 06:45:00 2014-12-24 07:25:00 \N \N \N S \N 18490 t
+28032 28051 Minder eng The Last Video Show A video implicating two senior police officers is mistakenly returned to Daley Videos. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-24 07:25:00 2014-12-24 08:20:00 \N \N \N S \N 18491 t
+28032 28029 Kojak eng Bad Dude Police drama series. Kojak is baffled by a man who seems to be making himself an assassin's target. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-24 08:20:00 2014-12-24 09:25:00 \N \N \N S \N 18492 t
+26368 38208 Breakfast with Andrew Castle eng \N Wake up with Andrew Castle every weekday morning from 6.00am. Early birds welcome! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 06:00:00 2014-12-19 10:00:00 \N \N \N \N \N 18493 t
+15456 22 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 12:00:00 \N \N \N \N \N 18494 t
+24464 50270 Auto Mundial eng Episode 50. Auto Mundial brings you the latest in the automotive industry on a weekly basis new cars, technology, and the main motorshows around the planet. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 18:25:00 2014-12-19 18:55:00 \N \N \N \N \N 18495 t
+24464 50271 V De V Endurance Season Review eng \N We review this season's action from the popular V de V Series which sees prototypes and GTs compete across Europe. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 18:55:00 2014-12-19 21:00:00 \N \N \N \N \N 18496 t
+14832 1343 Blue Gay Rabbit NOW Open 7nts! eng \N Gay Rabbit goes BLUE from 10pm and is NOW open and live-hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail. PIN protected \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 02:00:00 \N \N \N \N \N 18497 t
+14832 1344 Blue Gay Rabbit NOW Open 7nts! eng \N Gay Rabbit goes BLUE from 10pm and is NOW open and live-hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail. PIN protected \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 02:00:00 2014-12-22 04:00:00 \N \N \N \N \N 18498 t
+8283 45016 Good Morning Britain eng \N Breakfast show with the latest news, sport and weather, presented by Susanna Reid, Ben Shephard, Charlotte Hawkins and Sean Fletcher. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 08:30:00 \N \N \N S \N 18499 t
+8283 45017 Lorraine eng \N Topical mix of discussion fashion, food and celebrity gossip. Ashley Jensen talks about her latest role in Christmas crime drama Agatha Raisin and the Quiche of Death. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:25:00 \N \N \N S \N 18500 t
+17609 19737 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:40:00 \N \N \N \N \N 18943 t
+14800 1343 Blue Rabbit NOW Open 7nts! eng \N Rabbit goes BLUE from 10pm and is NOW open & Live hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 02:00:00 \N \N \N \N \N 18501 t
+14800 1344 Blue Rabbit NOW Open 7nts! eng \N Rabbit goes BLUE from 10pm and is NOW open & Live hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 02:00:00 2014-12-22 04:00:00 \N \N \N \N \N 18502 t
+15312 22 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 12:00:00 \N \N \N \N \N 18503 t
+15440 22 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 12:00:00 \N \N \N \N \N 18504 t
+27648 4477 Total Fishing eng Trout at Blithfield Reservoir It's a fly-fishing masterclass as Matt and Mick experiment with various techniques and land a bumper catch of trout. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 \N \N \N \N \N 18505 t
+27648 4478 Total Fishing eng Carp at Monument Lake Matt and Mick are hoping to land some monster carp, but the weather's looking fishy. Plus, the experts have more top tips on tackle and bait. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N \N \N 18506 t
+27648 4479 Total Fishing with Matt Hayes eng \N There's an update on the fishing in France, Trevor West shares his best bait tips and Matt's searching for the elusive pike in Oxford. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:30:00 \N \N \N \N \N 18507 t
+27648 4480 Total Fishing with Matt Hayes eng \N Matt wants his friend, fish chef Stephen Bulmer, to cook a famous Bibury trout, but he has to land one first. And then he heads to Norway with Jan Porter to fish for sea trout. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 10:30:00 2014-12-23 11:00:00 \N \N \N \N \N 18508 t
+27648 4481 Wheeler Dealers eng Lancia Delta Integrale Part 1 Mike is gambling on a Lancia Delta Integrale, he's bought the car but he's not driven it. Will his purchase cause mechanical mayhem for Edd? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N \N \N 18509 t
+27648 4482 Wheeler Dealers eng Lancia Delta Integrale Part 2 Mike took a risk on a Lancia Delta Integrale, but Edds worked his magic. The car drives like a dream, but will it make them a profit? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N \N \N 18510 t
+8264 22753 The Speakmans eng \N Therapists Nik and Eva Speakman attempt to successfully treat ordinary people with extraordinary problems. Today, they treat a young woman suffering from severe agoraphobia. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 09:25:00 2014-12-23 10:20:00 \N \N \N S \N 18511 t
+8264 24811 Dickinson's Real Deal eng \N Today David and the team are at Northampton cricket ground, where a Roman glass vase attracts plenty of cash and a set of Dinky cars exceeds expectations. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 10:20:00 2014-12-23 11:20:00 \N \N \N S \N 18512 t
+8264 22754 Tipping Point eng \N Ben Shephard hosts the quiz show in which four players take on an extraordinary machine in the hope of winning its 10,000 pound jackpot. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 11:20:00 2014-12-23 12:25:00 \N \N \N S \N 18513 t
+22226 6279 Bruce's Price is Right eng \N Bruce Forsyth hosts the game show in which contestants come on down to win prizes by correctly guessing the prices of various goods. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:30:00 \N \N \N S,AD \N 18514 t
+22226 6280 Bruce's Price is Right eng \N Bruce Forsyth hosts the game show in which contestants come on down to win prizes by correctly guessing the prices of various goods. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 \N \N \N S,AD \N 18515 t
+22226 6284 Celebrity Squares eng \N Quiz master Bob Monkhouse presents the noughts and crosses game with a twist. Celebrities answer questions to help the contestants build a winning line \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:30:00 \N \N \N S \N 18516 t
+22226 6299 Celebrity Squares eng \N Quiz master Bob Monkhouse presents the noughts and crosses game with a twist. Celebrities answer questions to help the contestants build a winning line \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:00:00 \N \N \N S \N 18517 t
+22226 6301 Supermarket Sweep eng \N Dale Winton hosts this supermarket-based favourite. The next time you're at the checkout counter and you hear the beep... \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:30:00 \N \N \N S \N 18518 t
+22226 6324 Supermarket Sweep eng \N Dale Winton hosts this supermarket-based favourite. The next time you're at the checkout counter and you hear the beep... \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 02:30:00 2014-12-19 03:00:00 \N \N \N S \N 18519 t
+22400 665 Babestation Xtra eng The place to find all your favourite sexy babes at once. Babestation gives you XXXtra! Plus don't forget to check out BSX from 11 30pm. Press red on Ch 174 to find out more! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 22:00:00 2014-12-24 05:00:00 \N \N \N \N \N 18520 t
+28352 2135 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:30:00 \N \N \N \N \N 18521 t
+28352 2136 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 \N \N \N \N \N 18522 t
+28352 2137 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 01:00:00 2014-12-19 02:00:00 \N \N \N \N \N 18523 t
+33088 17351 Flameless Candles eng \N Enjoy the ambience and glow of candlelight without the open flame, soot or melting wax. Candles near children and flammable material is no longer a problem - a great alternative to real candles. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 \N \N \N \N \N 18524 t
+33088 17352 no!no! Hair Removal eng \N Now available worldwide, the innovative no!no! system offers pain-free hair removal that can be performed in the comfort and convenience of your own home. No mess, no chemicals - just smooth skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 01:00:00 2014-12-19 02:00:00 \N \N \N \N \N 18525 t
+33088 17353 Diamonique Gifts eng \N Diamonique is among the finest simulated diamonds in the world. We present a range of rings, earrings and pendants to help you find the perfect present for a loved one - or a treat for yourself! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 02:00:00 2014-12-19 03:00:00 \N \N \N \N \N 18526 t
+13120 8610 Garden Re-Leaf with Richard Jackson eng \N Celebrating the gardening industry's first ever Re-Leaf Day, QVC is getting in the spirit of the gardening season. Here's looking forward to sunny days ahead! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 18528 t
+13120 8611 bareMinerals eng \N The perfect blend of cosmetics and skincare, the bareMinerals range is ideal for women who are concerned about the additives, preservatives and fragrances routinely found in make-up. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 18529 t
+13120 8612 Accessories by Kipling eng \N Showcasing the fashionable and classic bags created by this international brand, including handbags, rucksacks, travel bags and weekend away bags. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 18530 t
+23152 17904 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N \N \N 18531 t
+23152 17905 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N \N \N 18532 t
+23904 777 Asian Connections eng \N Speak to our girls live in Thailand for flirty, chatty fun. 18+ Only \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 05:00:00 2014-12-19 06:00:00 \N \N \N \N \N 19577 t
+23152 17906 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N \N \N 18533 t
+17472 55915 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-23 10:05:00 2014-12-23 11:05:00 \N \N \N \N \N 18534 t
+17472 55571 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 11:05:00 2014-12-23 12:05:00 \N \N \N \N \N 18535 t
+23184 17339 Conan eng \N Hit US late night chat show, hosted by the spontaneous comedian Conan O'Brien who combines the lewd and wacky with top celebrity interviews. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 \N \N \N \N \N 18539 t
+23184 17340 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:30:00 \N \N \N \N \N 18540 t
+23184 17341 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:00:00 \N \N \N \N \N 18541 t
+23184 17342 South Beach Tow eng Season 3 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:30:00 \N \N \N \N \N 18542 t
+23184 17343 South Beach Tow eng Season 3 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 02:30:00 2014-12-19 03:00:00 \N \N \N \N \N 18543 t
+22720 1291 Tough Love eng \N Tough Love brings the biggest club beats to KISS \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 \N \N \N \N \N 18544 t
+22720 1292 DJ Pioneer eng \N DJ Pioneer playing the best in Underground & Funky House \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 01:00:00 2014-12-19 02:00:00 \N \N \N \N \N 18545 t
+22720 1293 Freddie eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 02:00:00 2014-12-19 06:00:00 \N \N \N \N \N 18546 t
+24480 3571 Your Vintage eng \N A celebration of YOU and your music choices. Hosted by Atomic Kitten's Liz McClarnon and BBC 6 Music presenter Matt Everitt - this week we are at Euston Station. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N \N \N 18547 t
+24480 3572 Daniel O'Donnell eng My Vintage New! Everything from big ballads to haunting instrumentals evoking his beloved homeland feature in the top song choices of Ireland's iconic singer songwriter. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N \N \N 18548 t
+20352 58141 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 00:15:00 2014-12-19 02:25:00 \N \N \N \N \N 18549 t
+20352 58142 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 02:25:00 2014-12-19 05:00:00 \N \N \N \N \N 18550 t
+26368 36406 Early Breakfast eng \N Join Nicola Bonn every weekday morning from 4.00am \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 04:00:00 2014-12-22 06:00:00 \N \N \N \N \N 18551 t
+16080 14797 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N \N \N 22729 t
+15808 50267 Australian National Drag Racing eng \N Now entering its fifth decade, Australia's domestic drag racing championship remains the country's fastest adrenaline explosion on four wheels. Sydney - Top Alcohol / Top Fuel Bikes. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 15:15:00 2014-12-19 16:20:00 \N \N \N \N \N 18552 t
+15808 50268 Australasian Supersport eng Wannabe Mick Doohans and Casey Stoners look to make a name for themselves in the Australasian Supersport class. Rd 6 Sydney Motorsport Park. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 16:20:00 2014-12-19 17:20:00 \N \N \N \N \N 18553 t
+15808 50269 Australasian Superbikes eng The fastest riders across the Australian peninsula and beyond go head-to-head over six rounds on the fastest bikes that Yamaha, Honda, Suzuki and Kawasaki have to offer. Rd 6 Sydney Motorsport Park. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 17:20:00 2014-12-19 18:25:00 \N \N \N \N \N 18554 t
+22688 1002 Magic in the Morning with Nick Snaith eng \N Listen to Nick Snaith weekdays from 6am - 10am. Feel good music, travel every 15 minutes and the latest news & weather \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 06:00:00 2014-12-19 10:00:00 \N \N \N \N \N 18555 t
+15808 50570 Ferrari Challenge Asia Pacific... eng \N Catch up on the Ferrari Challenge action from the North America and Asia Pacific championships. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:20:00 \N \N \N \N \N 18556 t
+15808 50335 Ferrari Challenge Europa eng \N Action from the Ferrari Challenge Europa's Trofeo Pirelli category at the Yas Marina Formula 1 circuit in Abu Dhabi. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 07:20:00 2014-12-23 08:35:00 \N \N \N \N \N 18557 t
+15808 50336 British Supermoto Final eng \N The deciding round of this year's British Supermoto campaign comes from the Three Sisters circuit near Wigan. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 08:35:00 2014-12-23 09:35:00 \N \N \N \N \N 18558 t
+27712 21946 The Cure eng \N The Cure takes you on a journey to the frontiers of world health, exploring life-changing innovations in medicine and healthcare. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:00:00 \N \N \N \N \N 18559 t
+27712 21947 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 18560 t
+27712 21948 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 \N \N \N \N \N 18561 t
+27712 21949 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:00:00 \N \N \N \N \N 18562 t
+24256 1019 Babestation Blue eng \N Babestation Blue where anything can happen. Bringing you the hottest babes specially selected for your pleasure. Tune in to find out who's on the show. Nothing else matters when you enter the blue. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 05:30:00 \N \N \N \N \N 18563 t
+24032 31168 Teleshopping eng \N Shop for the latest goods from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:00:00 \N \N \N \N \N 18564 t
+12992 30854 New eng Longmire Last in the crime drama series. Branch ties Jacob Nighthorse to Cady's accident after a suspicious suicide and Vic takes matters into her own hands with her stalker. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 18565 t
+12992 30855 Willed To Kill eng \N Feature-length crime thriller starring Sarah Jane Morris and Michael Riley. A detective is tasked with catching a serial killer who soon develops a personal interest in her. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-23 22:00:00 2014-12-24 00:00:00 \N \N 2012 \N \N 18566 t
+41136 50272 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:05:00 \N \N \N \N \N 18567 t
+41136 50273 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 22:05:00 2014-12-19 23:05:00 \N \N \N \N \N 18568 t
+41136 50274 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 23:05:00 2014-12-20 00:10:00 \N \N \N \N \N 18569 t
+22752 1061 Kiss Fresh Wake Up eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:00:00 \N \N \N \N \N 20306 t
+14532 6326 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 00:05:00 2014-12-19 03:00:00 \N \N \N \N \N 18570 t
+28096 59396 8 Out of 10 Cats eng \N Sean Lock, Janice Dickinson and Rhod Gilbert face off against Jason Manford, David Walliams and Lauren Laverne in a battle of wits and witticisms. Jimmy Carr dishes out points. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 03:05:00 2014-12-22 03:45:00 \N \N \N S \N 18571 t
+28096 59397 The Rob Brydon Show eng \N The Welsh funnyman banters with his comedy hero Ronnie Corbett in this edition of his popular chat show. Singer Paloma Faith and comedian Lucy Porter are his other guests. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 03:45:00 2014-12-22 04:15:00 \N \N \N \N \N 18572 t
+28096 59398 Mongrels eng \N Puppetry with no strings attached. Nelson's French penpal arrives, bringing rabies with him. Destiny learns that her new boyfriend is a pimp. The Muppets this ain't! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 04:15:00 2014-12-22 04:45:00 5 \N \N \N 1 18573 t
+28096 59399 Radical Highs eng \N The great series for all adrenaline junkies out there who enjoy partaking in perilous sports activities. Experience base jumping, a sport for those who find skydiving too tame! \N 0 25 f 3 eng eng 4 0 0 \N 2014-12-22 04:45:00 2014-12-22 05:00:00 \N \N \N S \N 18574 t
+28096 59795 Close eng \N Close. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 05:00:00 2014-12-22 08:00:00 \N \N \N \N \N 18575 t
+14544 153 Xpanded TV eng \N Cheap Chat Live! Call in now to chat to one of the fab Xpanded babes at great low rates. VIP callers jump the queue for faster connections! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 05:30:00 \N \N \N \N \N 18577 t
+25728 54618 My Wife and Kids eng Working It Comedy about a family in which the father plays house-husband to three kids. Junior needs to get an A grade in his algebra exam, so Michael hires a tutor. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 12:00:00 2014-12-21 12:30:00 \N \N \N S \N 18578 t
+25728 54433 My Wife and Kids eng Snapping and Sniffing Family role-reversal sitcom. The entire family come to the aid of Junior when he is bullied at school - but not everyone's attempts to help prove successful. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:00:00 \N \N \N S \N 18579 t
+25728 54434 My Wife and Kids eng He Said, She Said Family role-reversal sitcom. Michael and Jay are finding it difficult to communicate. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 13:00:00 2014-12-21 13:30:00 \N \N \N S \N 18580 t
+25728 54435 My Wife and Kids eng Silence is Golden Cool comedy about a family with a house-husband. Michael takes an ill-advised vow of silence on a meditation weekend with Jay. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 13:30:00 2014-12-21 14:00:00 \N \N \N S \N 18581 t
+25728 54436 My Wife and Kids eng A Little Romance Comedy about a house-husband with a high-flying wife. The green-eyed monster rears its ugly head when Michael's brother Ken comes to visit with his new girlfriend. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:30:00 \N \N \N S \N 18582 t
+25728 54437 My Wife and Kids eng Hair Today, Gone Tomorrow Family role-reversal sitcom. Michael begins acting very strangely when he learns that one of his close friends has died. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:30:00 2014-12-21 15:00:00 \N \N \N S \N 18583 t
+22272 65172 Storage Hunters eng Hot Rod and Heavy Hitters It's all-out war in the US reality series as competing bargain hunters bid for storage units. Lori is angry when Brendan cuts a deal with rival Jesse. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N S \N 18584 t
+22272 65173 Storage Hunters eng Sting Like a Bee Hit fly-on-the-wall reality series. Brandon and Lori are irked by Jesse's aggressive bidding style. And there's a sting in the tail when one unit is opened... \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N S \N 18585 t
+22272 65174 QI XL eng Knights and Knaves Wit and wisdom. Noble squire Stephen Fry joins gallant guests Victoria Coren, Sue Perkins, Rev Richard Coles and Alan Davies at the round table of knowledge. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N S \N 18586 t
+28416 20079 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 03:00:00 2014-12-19 04:00:00 \N \N \N \N \N 18587 t
+28416 20080 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:00:00 \N \N \N \N \N 18588 t
+28416 20081 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 05:00:00 2014-12-19 06:00:00 \N \N \N \N \N 18589 t
+22752 1059 Kiss Fresh Up All Night eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 00:00:00 2014-12-19 03:00:00 \N \N \N \N \N 18590 t
+14498 26374 American Hot Rod eng Junkyard Dog Part 4 As the Las Vegas reveal date approaches, Boyd and his crew are working hard on the Chevy's makeover. Can they drive this project over the finish line? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:45:00 \N \N \N \N \N 18591 t
+14498 26375 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:45:00 2014-12-19 07:10:00 \N \N \N \N \N 18592 t
+14498 26376 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 07:10:00 2014-12-19 07:35:00 \N \N \N \N \N 18593 t
+14498 26377 Fishing Road Trip USA eng Virginia Fishing aficionado Paul Young cruises on to Smith Mountain Lake in Virginia. The aesthetically pleasing freshwater striper bass gets Paul's heart racing. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 07:35:00 2014-12-19 08:00:00 \N \N \N \N \N 18594 t
+14498 26378 Fishing Road Trip USA eng Maryland Paul hooks up with Maryland catfish fanatic Tim Hagan to fish the famous Potomac River, just a few miles downstream from the White House. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:30:00 \N \N \N \N \N 18595 t
+41056 18006 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 04:30:00 2014-12-21 05:00:00 \N \N \N \N \N 18596 t
+14498 26379 Fishing Road Trip USA eng Pennsylvania Paul Young heads for Chambersburg, where he is joined by guide Mike Heck at the Falling Springs River to fly-fish for wild brown and rainbow trout. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N \N \N 18597 t
+24064 59881 Tommy Walsh's Green Homes eng \N Tommy Walsh introduces a look at eco-builds in the USA, showing homeowners who are taking strides to make the world a better place for living, breathing things. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:30:00 \N \N \N \N \N 18598 t
+24064 59882 India Unplugged eng \N Come with us and take an awe-inspiring journey through modern India, as a selection of films from across the country tell of a nation at a crossroads and changing at a rapid pace. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 06:30:00 2014-12-19 07:00:00 \N \N \N \N \N 18599 t
+24064 59883 My Family Feast eng The Indians When a Bengali bride and a Punjabi groom come together for their wedding, Sean Connolly learns how to prepare an Indian feast for an unforgettable celebration. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:30:00 \N \N \N \N \N 18600 t
+24064 59884 What's Really in Our Food? eng \N Are we serving up hormones and antibiotics with the iconic Sunday roast? Can choosing the right veggies reduce your risk of cancer? Carolyn Robinson investigates. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 07:30:00 2014-12-19 08:00:00 \N \N \N \N \N 18601 t
+24064 59885 The Brilliant Book eng Letter F Follow the adventures of nine-year-old Benjamin and his friends as we take a look at the world from an autistic child's point of view... one alphabet letter at a time. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:30:00 \N \N \N \N \N 18602 t
+24064 59886 The Ardent Fruitcakes eng Pancake Racing The Fruitcakes are back... and this time it's political! Tim and Simon are tossed into the annual Parliamentary Pancake Race and compete in aid of charity Rehab UK. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N \N \N 18603 t
+23280 5810 Your Perfect Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:00:00 2014-12-19 08:00:00 \N \N \N \N \N 18604 t
+23280 5811 Flirt With Me eng \N Flirt and meet with Kiss Me TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 08:00:00 2014-12-19 10:00:00 \N \N \N \N \N 18605 t
+14608 31956 The Waltons eng \N The Actress - A world-famous actress becomes a reluctant houseguest of the Waltons when her car breaks down and she is abandoned by her chauffeur. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:00:00 15 \N \N \N 1 18606 t
+14608 31957 Little House On The Prairie eng \N Author! Author! - During a trip to Walnut Grove Caroline's mother passes away. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-19 07:00:00 2014-12-19 08:00:00 11 \N \N \N 6 18607 t
+14608 31992 The Waltons eng \N Spring Fever - Mamie Baldwin thinks her declining rosebush is a sign of her own impending death whilst Jim Bob and Ben fight over each other's girlfriends. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-19 08:00:00 2014-12-19 09:00:00 17 \N \N \N 6 18608 t
+15952 3177 American Pie eng The Naked Mile Comedy starring John White and Jessy Schram, 2006. A young virgin is given carte blanche by his girlfriend to enjoy a weekend of debauchery \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-19 00:05:00 2014-12-19 02:10:00 \N \N \N AD,S \N 18609 t
+15952 2572 Two and a Half Men eng A Pot Smoking Monkey American sitcom. Alan tries to hire his ex-wife's lawyer to help him win custody over the dog he and Kandi shared. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 02:10:00 2014-12-19 02:40:00 \N \N \N S \N 18610 t
+15952 3180 Two and a Half Men eng A Live Woman of Proven Fertility American sitcom. Alan is overjoyed by the prospect of Judith remarrying, as he would no longer have to pay alimony. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 02:40:00 2014-12-19 03:00:00 \N \N \N S \N 18611 t
+41072 14048 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:30:00 \N \N \N \N \N 18612 t
+41072 14049 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-19 06:30:00 2014-12-19 07:00:00 \N \N \N \N \N 18613 t
+41072 14050 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:30:00 \N \N \N \N \N 18614 t
+41072 14051 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-19 07:30:00 2014-12-19 08:00:00 \N \N \N \N \N 18615 t
+41072 14052 eng \N \N \N 0 25 f \N \N \N 5 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:30:00 \N \N \N \N \N 18616 t
+41072 14053 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N \N \N 18617 t
+28352 2340 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 18618 t
+28352 2341 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N \N \N 18619 t
+28352 2342 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 18620 t
+28352 2343 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N \N \N 18621 t
+28352 2344 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:40:00 \N \N \N \N \N 18622 t
+28352 2345 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 20:40:00 2014-12-23 21:00:00 \N \N \N \N \N 18623 t
+27456 45419 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 18624 t
+27456 45420 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N \N \N 18625 t
+27456 45421 In The Now with Anissa Naouai eng \N In the Now, hosted by Senior Political correspondent Anissa Naouai, is fresh, honest, and hard-hitting news coverage on the world's most pressing issues with one of RT's most experienced journalists. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 18626 t
+27456 45422 News Team eng \N News Team looks at the world's biggest news from behind-the-scenes, following the reporters who work hard to cover what's happening. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N \N \N 18627 t
+27456 45424 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N \N \N 18629 t
+27744 42119 Star Trek - The Original Series eng \N The original series, digitally remastered as you've never seen it before. A mysterious entity sees the Enterprise crew and the Klingons at each other's throats...again./24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 7 \N \N \N 3 18633 t
+27744 42120 Nash Bridges eng \N The high-action exploits of San Francisco police officer Nash Bridges. Nash and the SIU uncover a counterfeiting group and discover a fake SIU gang impersonating the police./18 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 9 \N \N \N 2 18634 t
+27744 42121 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. Geordi disobeys orders and risks his life to try to rescue his missing mother. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 18635 t
+26240 11738 Eloise Carr eng \N Eloise ends the day on heat radio! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 19:00:00 2014-12-23 22:00:00 \N \N \N \N \N 18636 t
+22080 1354 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 15:30:00 2014-12-23 16:00:00 \N \N \N \N \N 18637 t
+41056 18007 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 05:00:00 2014-12-21 06:01:00 \N \N \N \N \N 18638 t
+25792 52295 The Somme's Secret Weapon eng A Time Team Special Hands-on history. Tony Robinson joins a dig on the Somme battlefield, where archaeologists are looking for evidence of a top secret weapon possibly used during WWI. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 \N \N \N S \N 18639 t
+25792 52296 The Secret History of Our Streets eng Portland Road How our streets have changed since the Victorian era. Portland Road in Notting Hill was once the worst slum in London, but now homes in the area are worth up to £6m. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:50:00 \N \N \N S \N 18640 t
+25792 52297 Digging for Britain eng Invaders Fascinating archaeology show. Dr Alice Roberts visits excavations in Orkney and York on the hunt for Viking relics. Finds include an amazing collection of silver and gold. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 01:50:00 2014-12-19 02:35:00 \N \N \N \N \N 18641 t
+25792 52338 Great British Ghosts eng \N Michaela Strachan embarks on a terrifying tour of Derby Gaol, where apparitions of dead prisoners have been reported, before exploring the eerie labyrinth of tunnels under the city. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 02:35:00 2014-12-19 03:00:00 \N \N \N S \N 18642 t
+32896 8703 Totally Spies eng \N Evil Jerry - Jerry's evil brother Terence is at it again - and this time, he's created a crazy device that has the ability to gather half of the evil from him and transfer it directly into Jerry! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:00:00 \N \N \N \N \N 18645 t
+32896 8704 Totally Spies eng \N Alex Gets Schooled - When Alex's report card reveals a crop of not-so-great grades, her parents inform her that they're transferring her to Dorsal Academy -- a top boarding school in England. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:30:00 \N \N \N \N \N 18646 t
+32896 8705 Totally Spies eng \N Attack Of The 50 Foot Mandy - It's that magical time again - time to crown the new Miss Beverly Hills (carrying with it a scholarship; a hot, new convertible; and bragging rights for a full year). \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 13:30:00 2014-12-24 14:00:00 \N \N \N \N \N 18647 t
+32896 8706 Littlest Pet Shop eng \N Blythe goes on a great new adventure when she moves into a flat above Littlest Pet Shop where she learns she can talk with the pets who hang out in the shop. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 2 2 \N \N \N 18648 t
+32896 8707 Littlest Pet Shop eng \N Blythe gives Zoe a terrible haircut while the other pets try to make Minka into an art superstar! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N \N \N 18649 t
+14688 11598 Geoff Lloyd's Hometime Show eng \N Join Geoff Lloyd and Annabel Port for live sessions, interviews, the daily phone in topic and Annabel's All-Star Postbag. Take part by texting 81215 (50p + n/wk charge) \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 17:00:00 2014-12-19 19:00:00 \N \N \N \N \N 18650 t
+24032 31414 Behind the Screens eng \N From directors to costume-makers we take a look behind the screens to see what it takes to sprinkle that Hollywood movie magic! \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 13:30:00 2014-12-24 13:40:00 \N \N \N \N \N 18651 t
+24032 31415 Santa's Dog eng \N Santa has a naughty list of children and a nice List. These lists are determined by Hercules, a dog nominated by Santa \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 13:40:00 2014-12-24 15:30:00 \N \N 2012 \N \N 18652 t
+8448 58486 Rude Tube eng Christmas Cracker Alex Zane presents 50 of the finest festive clips from the worldwide winternet of 2012, featuring the world's worst and sexiest Santas, alternative carols and the best Christmas surprises. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 00:20:00 2014-12-20 01:25:00 \N \N \N S \N 18653 t
+8448 58812 Virtually Famous eng \N Kevin McHale hosts a comedy panel show celebrating weird and wonderful online sensations. Team captains Seann Walsh and Chris Stark are joined by celebrity guests. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 01:25:00 2014-12-20 02:15:00 \N \N \N S \N 18654 t
+8448 58487 Almost Royal eng Washington, D.C. Georgie and Poppy hire themselves a political coach and meet with a congressman at the House of Representatives during a visit to Washington, D.C. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 02:15:00 2014-12-20 02:40:00 \N \N \N S \N 18655 t
+8448 58488 Almost Royal eng Nashville In the final episode, the Carlton siblings are in Nashville, Tennessee, where Poppy seizes the chance to launch herself as a country-pop fusion music star. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 02:40:00 2014-12-20 03:05:00 \N \N \N S \N 18656 t
+27712 21889 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 18657 t
+27712 21890 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:30:00 \N \N \N \N \N 18658 t
+27712 21891 Counting the Cost eng \N Counting the Cost provides background to the economics stories that shape our world and impact on the lives of ordinary people. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-19 22:30:00 2014-12-19 23:00:00 \N \N \N \N \N 18659 t
+27712 21892 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 18660 t
+23184 17464 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:30:00 \N \N \N \N \N 18661 t
+23184 17465 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-22 06:30:00 2014-12-22 07:00:00 \N \N \N \N \N 18662 t
+23184 17466 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:30:00 \N \N \N \N \N 18663 t
+23184 17467 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-22 07:30:00 2014-12-22 08:00:00 \N \N \N \N \N 18664 t
+40992 52139 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 10:20:00 2014-12-24 10:45:00 \N \N \N \N \N 23863 t
+23184 17468 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 08:00:00 2014-12-22 09:00:00 \N \N \N \N \N 18665 t
+22226 11856 Deal Or No Deal eng Noel Edmonds presents the hit game show in which one of 22 players could win up to 250,000. There are 22 sealed boxes, but only one question deal, or no deal? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:45:00 \N \N \N \N \N 18666 t
+22226 2083 Deal Or No Deal eng Noel Edmonds presents the hit game show in which one of 22 players could win up to 250,000. There are 22 sealed boxes, but only one question deal, or no deal? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 06:45:00 2014-12-22 07:30:00 \N \N \N \N \N 18667 t
+22226 3195 Are You Smarter Than A 10 Year Old? Dick and Dom present the daily quiz that tests the nation's adults on questions spanning the primary school national curriculum in a bid to win 25,000 eng \N How smart are you? \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 07:30:00 2014-12-22 08:30:00 \N \N \N S,AD \N 18668 t
+22226 3196 Going For Gold eng \N Iconic 80s game show presented by Henry Kelly. Contestants from across Europe compete for the star prize of a trip to the 1988 Olympic Games in Seoul. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N S \N 18669 t
+22080 1356 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N \N \N 18670 t
+16048 33238 Sherlock Holmes eng Eligible Bachelor Sherlock Holmes uses his famed investigative powers to solve another mystery, involving a veiled lady and a man's marriage. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-20 09:20:00 2014-12-20 11:40:00 \N \N \N S \N 18671 t
+16048 31849 Columbo eng Forgotten Lady Detective drama series. An ageing actress turns to murder when her plan to make a comeback is thwarted. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-20 11:40:00 2014-12-20 13:50:00 \N \N \N S \N 18672 t
+22688 1027 Early Breakfast with Martin Collins eng \N Join Martin Collins every morning from 4am to get your day off to the best start. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 04:00:00 2014-12-22 06:00:00 \N \N \N \N \N 18673 t
+24128 737 Asian Connections eng \N Speak to our girls live in Thailand for flirty, chatty fun. 18+ Only \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 04:00:00 2014-12-22 05:00:00 \N \N \N \N \N 18674 t
+24128 738 Programmes start at 4am eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 05:00:00 2014-12-23 04:00:00 \N \N \N \N \N 18675 t
+20352 58284 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:50:00 \N \N \N \N \N 18676 t
+20352 58285 eng \N \N \N 0 25 f 3 eng eng 1 0 0 \N 2014-12-22 13:50:00 2014-12-22 15:35:00 \N \N \N \N \N 18677 t
+24016 12878 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 04:00:00 2014-12-22 06:00:00 \N \N \N \N \N 18678 t
+24256 1029 Babestation Daytime eng \N Speak to stunning girls (18+) on your screen and take part in this leading interactive show. Babestation babes are waiting for you! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-22 05:30:00 2014-12-22 07:00:00 \N \N \N \N \N 18679 t
+23296 5840 Something for Everyone eng \N Thousands of like-minded people are waiting for you now. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 04:00:00 2014-12-22 06:00:00 \N \N \N \N \N 18680 t
+26240 11705 heat Classics through the night eng \N The best songs from heat radio all night long \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 01:00:00 2014-12-19 06:00:00 \N \N \N \N \N 18681 t
+23120 20416 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 03:00:00 2014-12-22 04:00:00 \N \N \N \N \N 18682 t
+23120 20434 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 04:00:00 2014-12-22 05:00:00 \N \N \N \N \N 18683 t
+23120 20433 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 05:00:00 2014-12-22 06:00:00 \N \N \N \N \N 18684 t
+23904 783 Asian Connections eng \N Speak to our girls live in Thailand for flirty, chatty fun. 18+ Only \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 05:00:00 2014-12-22 06:00:00 \N \N \N \N \N 18685 t
+15232 18854 Television X Freeview eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:10:00 \N \N \N \N \N 18686 t
+15232 18855 Katie K's Teen Rampage 2 eng \N Welcome to Katie K's world, and prepare to be shocked and aroused as the blonde nympho 18+ babe treats her sexy brunette 18+ galpal to a most erotic massage. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 00:10:00 2014-12-19 00:30:00 \N \N \N \N \N 18687 t
+15232 18856 Omar's Treasure Chests 2 eng \N Omar spots a buxom brunette in the street and invites her back to take part in a survey on huge chests. She's so grateful that she allows hers to be fully inspected. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 00:30:00 2014-12-19 00:50:00 \N \N \N \N \N 18688 t
+15232 18857 Party Animals 1 eng \N You're invited to star Miyah's birthday bash at the Le Chambre swingers club. Roxanne, Charlie and Suzie really go for it with the regulars. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 00:50:00 2014-12-19 01:00:00 \N \N \N \N \N 18689 t
+15232 18858 Television X Freeview eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:10:00 \N \N \N \N \N 18690 t
+15232 18859 Party Animals 1 eng \N You're invited to star Miyah's birthday bash at the Le Chambre swingers club. Roxanne, Charlie and Suzie really go for it with the regulars. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 01:10:00 2014-12-19 01:20:00 \N \N \N \N \N 18691 t
+15232 18860 Planet Lolly 2 eng \N Classy bird Lolly doesn't do housework. Instead she employs sexy French Maid Karen Wood to do for her - and please her in the process! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 01:20:00 2014-12-19 01:40:00 \N \N \N \N \N 18692 t
+15232 18861 Women At Work 1 eng \N Gorgeous dark-haired Viola Von Vilde gets all worked-up watching a hunky 18+ lad on a staircase. Once she gives him a discreet come-on by stripping, he needs no further hints. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 01:40:00 2014-12-19 02:00:00 \N \N \N \N \N 18693 t
+15232 18862 Gentleman's Relish 2 eng \N Lord Bintley is a great lover but a lousy card player, and when he loses a hand to the dastardly Lord Rochester he has to let the filthy bounder loose on his sexy bride Paige! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:25:00 \N \N \N \N \N 18694 t
+15232 18863 Feel or No Deal 1 eng \N It's the naughtiest game show on the box. The contestants include Eva May, Angel Long, Michelle Thorne and Lexi Ward, and they serve up hot sex as the prize! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 02:25:00 2014-12-19 02:50:00 \N \N \N \N \N 18695 t
+15232 18864 It's A Girl Thing 1 eng \N Stunning blonde Robyn Truelove is a vision of 50s pin-up beauty in her red polka dot dress. Sailor Jay Snake sees that good times are ahoy! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 02:50:00 2014-12-19 03:20:00 \N \N \N \N \N 18696 t
+4169 49793 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:30:00 \N \N \N S \N 18697 t
+4169 49794 Match of the Day eng \N Gary Lineker presents highlights of the day's seven Premier League games, including Manchester City v Crystal Palace, Manchester United v Aston Villa and Southampton v Everton. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 07:30:00 2014-12-21 09:00:00 \N \N \N S \N 18698 t
+22624 40380 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-22 03:00:00 2014-12-22 04:00:00 \N \N \N \N \N 18699 t
+22624 40381 Insight Highlights eng \N RNIB's Insight Radio - Rounding up the major interviews and features from the Insight team with great music \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-22 04:00:00 2014-12-22 07:00:00 \N \N \N \N \N 18700 t
+22784 752 Kisstory Late Night eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 00:00:00 2014-12-19 02:00:00 \N \N \N \N \N 18701 t
+27904 2126 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:20:00 \N \N \N \N \N 18705 t
+27904 2129 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 00:20:00 2014-12-19 00:30:00 \N \N \N \N \N 18706 t
+27904 2127 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:20:00 \N \N \N \N \N 18707 t
+27904 2130 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 01:20:00 2014-12-19 01:30:00 \N \N \N \N \N 18708 t
+27904 2128 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:20:00 \N \N \N \N \N 18709 t
+27904 2131 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 02:20:00 2014-12-19 02:30:00 \N \N \N \N \N 18710 t
+27904 2132 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 02:30:00 2014-12-19 04:45:00 \N \N \N \N \N 18711 t
+27520 801 Babestation eng Interact with the Babestation Babes live. Call and be part of the show (1.50 per min). Plus don't forget to check out BSX from 11 30pm on channel 174 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 05:00:00 \N \N \N \N \N 18712 t
+17609 19736 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 18713 t
+28512 677 Fun With Your Phone eng \N Let those fingers do the texting and get chatting. 1000's of exciting people just like you wanting to have fun. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 02:00:00 2014-12-19 05:00:00 \N \N \N \N \N 18714 t
+16208 38366 Wish Me Luck eng \N Drama series inspired by the true stories of women civilians recruited by Britain to infiltrate Nazi-occupied France. Liz passes her training course, but is loath to leave Vicky. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-22 00:00:00 2014-12-22 01:00:00 \N \N \N S \N 18715 t
+16208 38367 Wish Me Luck eng \N Drama series centred around the exploits of women agents during WWII. The two girls and Colin arrive in France, but they are not prepared for the first confrontation with the enemy. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:00:00 \N \N \N S \N 18716 t
+16208 38368 Great British Ghosts eng \N The ghostly way is Essex. Colchester's Red Lion Hotel is said to be haunted by at least three ghosts, while the eerie nuclear bunker in Brentwood has also reported spooky goings-on. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 02:00:00 2014-12-22 02:30:00 \N \N \N S \N 18717 t
+16208 38369 Wish Me Luck eng \N Drama series inspired by the true stories of women civilians recruited by Britain to infiltrate Nazi-occupied France. Liz passes her training course, but is loath to leave Vicky. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:25:00 \N \N \N S \N 18718 t
+27168 59623 Jamie's Best Ever Christmas eng \N Jamie Oliver brings together his all-time classic Christmas recipes including simple and succulent turkey, tasty stuffing, golden roasties, luscious gravy and all the veg. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N S \N 18719 t
+27168 59624 A SuperScrimpers Christmas eng \N The SuperScrimpers return with a festive theme to show how to have a very frugal but fun yuletide, including top turkey recipes for using up every last scrap of the Christmas dinner. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 \N \N \N S \N 18720 t
+27168 59625 Kirstie's Handmade Britain eng \N Kirstie Allsopp tackles the art of paper crafts for the Royal Welsh Show, making a paper seagull, an embroidered greetings card, and turning old books into rose rings. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 14:00:00 2014-12-24 15:00:00 \N \N \N S \N 18721 t
+22624 40333 Insight Extra eng \N RNIB's Insight Radio - Programmes and highlights of RNIB's newest radio service - Insight Extra. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 02:00:00 \N \N \N \N \N 18722 t
+22624 40334 Pure 70s eng \N RNIB's Insight Radio - Roger Cole takes you back in time to the 70s in his new weekly show. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-19 02:00:00 2014-12-19 03:00:00 \N \N \N \N \N 18723 t
+4175 49774 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 10:00:00 \N \N \N S \N 18724 t
+41056 18169 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 18725 t
+41056 18170 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:30:00 \N \N \N \N \N 18726 t
+41056 18171 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-24 13:30:00 2014-12-24 13:55:00 \N \N \N \N \N 18727 t
+41056 18172 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 13:55:00 2014-12-24 14:00:00 \N \N \N \N \N 18728 t
+41056 18173 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:05:00 \N \N \N \N \N 18729 t
+41056 18174 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-24 14:05:00 2014-12-24 15:00:00 \N \N \N \N \N 18730 t
+27328 17338 Game of the Week eng \N We've scoured the world for the best action and this is the best game of the week from the football or rugby world. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N \N \N 18731 t
+27328 17339 Global Goals eng \N A round-up of the greatest goals from around the world, all accompanied by some great music. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:30:00 \N \N \N \N \N 18732 t
+27328 17341 Baker & Kelly's V.S.P.O eng \N Stand by for an hour of unscripted entertainment, original features and spontaneous wit driven by our unique hosts, Dannys Baker and Kelly. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N \N \N 18734 t
+23040 38219 Jamie's 15 Minute Meals eng \N On the menu this time is squid and prawns spicy vegetable noodle broth, plus veggie chilli, crunchy tortilla and avocado salad. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 \N \N \N \N \N 18735 t
+23040 38220 Reza Spice Prince of Vietnam eng \N This series follows Chef Reza Mahammad, one of the UK's top Indian restaurateurs, on an unforgettable journey around Vietnam to discover the history of royal food and feasting. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 \N \N \N \N \N 18736 t
+23040 38221 Barefoot Contessa eng \N Scrumptious cooking series with Ina Garten. Jeffrey has signed a book deal so Ina prepares a spread of bistro-style food, along with an introductory cocktail to celebrate. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N \N \N 18737 t
+23040 38222 Barefoot Contessa eng \N Scrumptious cooking series with Ina Garten. Ina cooks a mouth-watering festive feast of roast loin of pork, cauliflower gratin, and a pumpkin parfait. And her ginger biscuits are to die for. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N \N \N 18738 t
+23040 38223 Home Cooking Made Easy eng \N Today, Lorraine has got entertaining at home covered. First up are perfect casual nibbles to share with friends - herbed, baked scotch eggs, goat's cheese truffles and mini beef wellingtons. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N \N \N 18739 t
+23040 38224 Home Cooking Made Easy eng \N Lorraine Pascale's food series comes to a delicious finale with an episode that is all about simple, scrumptious recipes that will knock people's socks off. First up it is two great canaps. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:00:00 \N \N \N \N \N 18740 t
+16016 7456 The Vice eng Walking on Water (Part 1) Drama series about the vice squad. Inspector Chappel encounters an erstwhile protege - who is now involved in a shadowy gambling and prostitution empire. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:04:00 \N \N \N S \N 18741 t
+16016 7439 This Is ITV3+1 eng \N This Is ITV3+1. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 00:04:00 2014-12-19 18:00:00 \N \N \N \N \N 18742 t
+14544 146 Xpanded TV eng \N Xpanded TV returns at Midnight \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 06:00:00 2014-12-20 00:00:00 \N \N \N \N \N 18743 t
+16080 14923 Holiday and Cruise Club eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 18744 t
+16080 14924 My Crazy Christmas Obsession eng \N Brand new documentary featuring people who take Christmas decorations to a whole new level. Includes a man who wants to cover his entire house in one million Christmas lights! \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:50:00 \N \N \N \N \N 18745 t
+16080 14925 New eng Michael Buble's Xmas Songbook Variety show. The Canadian baritone Michael Buble performs a selection of classic Christmas hits including 'Rockin' Around the Christmas Tree' and 'White Christmas'. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 19:50:00 2014-12-24 21:00:00 \N \N \N S \N 18746 t
+8385 58285 The War of the Worlds eng \N Sci-fi adventure. Gene Barry and Ann Robinson star in the first movie adaptation of the classic HG Wells novel, with the Martians landing in Southern California rather than Surrey. \N 0 25 f 3 eng eng 1 0 0 \N 2014-12-22 12:50:00 2014-12-22 14:35:00 \N \N 1953 S \N 18747 t
+8385 58286 King Solomon's Mines eng \N Classic adventure. Allan Quatermain (Richard Chamberlain) is hired to find a woman's (Sharon Stone) father, who vanished while searching for the legendary diamond mines. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 14:35:00 2014-12-22 16:40:00 \N \N 1985 S \N 18748 t
+8381 15943 ITV News & Weather eng \N Alastair Stewart and Ranvir Singh with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 00:20:00 2014-12-20 01:05:00 \N \N \N S \N 18749 t
+8381 14681 Text Santa Highlights eng \N A look back at a night of revelry and comedy as we celebrate the highlights of this year's Text Santa, including when George Clooney makes a surprise visit to Downton Abbey. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 01:05:00 2014-12-20 02:25:00 \N \N \N S \N 18750 t
+40992 50626 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:30:00 \N \N \N \N \N 18752 t
+25792 52418 Human Planet eng Mountains - Life in Thin Air Ground-breaking nature series. In Mongolia's Altai Mountains, the local hunters have forged an amazing partnership with golden eagles. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N AD,S \N 18764 t
+25792 52419 Human Planet eng Grasslands - Roots of Power Jaw-dropping series that explores the extremes of our planet. Here, we meet the remarkable people who live in the world's grasslands. John Hurt narrates. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N AD,S \N 18765 t
+25792 52420 Human Planet eng Rivers - Friend and Foe Acclaimed series that explores mankind's relationship with nature. Rivers provide food and water. For many, they are both a risk to life and a lifeline. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N AD,S \N 18766 t
+41024 59529 Skint eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 18767 t
+41024 59530 Gogglebox eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:05:00 \N \N \N \N \N 18768 t
+41024 59531 Gogglebox eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 23:05:00 2014-12-21 00:05:00 \N \N \N \N \N 18769 t
+41024 59623 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 18770 t
+41024 59624 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 \N \N \N \N \N 18771 t
+41024 59625 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-24 14:00:00 2014-12-24 15:00:00 \N \N \N \N \N 18772 t
+4175 49793 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:30:00 \N \N \N S \N 18773 t
+4175 49794 Match of the Day eng \N Gary Lineker presents highlights of the day's seven Premier League games, including Manchester City v Crystal Palace, Manchester United v Aston Villa and Southampton v Everton. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 07:30:00 2014-12-21 09:00:00 \N \N \N S \N 18774 t
+14498 26465 Wheeler Dealers eng Triumph Spitfire Part 1 Mike Brewer and Edd China are keen to crack on with the renovation of an iconic Triumph Spitfire. There's a lot of work to be done. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:30:00 \N \N \N \N \N 18775 t
+14498 26466 Wheeler Dealers eng Triumph Spitfire Part 2 Edd has replaced the differential and rear shocks on the Triumph Spitfire, and had the bumpers and handles chromed. But can Mike sell it for a profit? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 \N \N \N \N \N 18776 t
+14498 26467 Flying Wild Alaska eng Deep Freeze Era Alaska has a special canine delivery for four-time Iditarod champion Lance Mackey. Plus, how will Jim and Ferno cope on the airline's busiest day of the year? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 18777 t
+14498 28004 Baggage Battles eng \N Mark, Billy and Laurence and Sally arrive at an airport hanger in Indianapolis to outbid each other, and the locals, on items such as luggage, antiques and sports memorabilia. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 20:30:00 \N \N \N \N \N 18778 t
+14498 28005 Baggage Battles eng \N Every year in America, truckers transport $671 billion of shipped goods. When this gets lost or undelivered, it becomes 'unclaimed freight'. Can our team win some of the pallets? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 20:30:00 2014-12-21 21:00:00 \N \N \N \N \N 18779 t
+14720 25936 Roberto eng \N Roberto helps you unwind at the end of the day with more music variety. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 22:00:00 \N \N \N \N \N 18780 t
+26560 13686 All The Hits eng All Night Long Nothing but massive tunes all night long! Up early? The breakfast show with Darryl Morris kicks off at 7am! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 00:00:00 2014-12-19 07:00:00 \N \N \N \N \N 18781 t
+15856 3541 The Real Housewives of Miami eng Black Ball'd Reality series. Lea is set to hit the one million pound target at her annual charity gala, but drama unfolds when Cristy brings two uninvited guests. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N S \N 18782 t
+15856 3542 The Millionaire Matchmaker eng Dateapause Reality series following a matchmaker who caters for wealthy clients. Patti tries to find love for a globetrotting DJ and a mother-of-four. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N S \N 18783 t
+15856 3543 Celebrity Christmas Dinner Date eng \N In a special festive edition of the culinary dating show, Made in Chelsea star Hugo Taylor chooses three ladies to date based on the menus he most likes the look of. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N S \N 18784 t
+17609 19719 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 08:30:00 \N \N \N \N \N 18785 t
+17609 19720 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:25:00 \N \N \N \N \N 18786 t
+15952 44271 I'm a Celeb eng Junglicious Moments Joe Swash looks at the highs and lows of life in the jungle - the fights, the feuds and the celebrity meltdowns. Featuring Gemma Collins, Joey Essex, Matt Willis and Katie Price. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 09:15:00 2014-12-24 10:05:00 \N \N \N S \N 18787 t
+15952 2747 All Star Family Fortunes Christmas eng \N Vernon Kay presents a festive episode of the celebrity game show. A team from reality series The Only Way Is Essex takes on cast members from hit sitcom Benidorm. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 10:05:00 2014-12-24 11:10:00 \N \N \N S \N 18788 t
+15952 5134 You've Been Framed at Christmas! eng \N Harry Hill presents a festive edition of the home video show, featuring Christmas catastrophes. Including stumbling Santas and a dog who cocks his leg at the Christmas tree. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 11:10:00 2014-12-24 11:40:00 \N \N \N S \N 18789 t
+15952 2640 You've Been Framed at Christmas! eng \N Harry Hill unwraps some comic crackers including collapsing Christmas trees, silly Santas and stupidity in the snow. Plus children singing Jingle Bells into their camcorders. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 11:40:00 2014-12-24 12:15:00 \N \N \N S \N 18790 t
+40992 52140 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 10:45:00 2014-12-24 11:00:00 \N \N \N \N \N 23864 t
+24464 50337 Trophe Andros eng \N Exclusive highlights of the world's most prestigious ice racing series contested by the likes of Alain Prost, Olivier Panis and Jacques Villeneuve in the winter ski resorts of Europe. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 09:35:00 2014-12-23 10:35:00 \N \N \N \N \N 18791 t
+24464 50338 Superkart USA eng \N This high-performance kart racing series travels to the best circuits in North America. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 10:35:00 2014-12-23 12:10:00 \N \N \N \N \N 18792 t
+8500 5701 Igam Ogam eng Oops, It Broke Prehistoric animation. Igam Ogam is too rough and breaks everything she touches. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:10:00 \N \N \N S \N 18793 t
+8500 5702 Fireman Sam eng Up, Up and Away CGI adventures. Mandy is flying kites with the other children and becomes inspired to fly over the mountain. Hannah's dad Joe has just the thing - a hot air balloon. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 06:10:00 2014-12-19 06:20:00 \N \N \N S \N 18795 t
+8500 5703 Toot The Tiny Tugboat eng Toot's Talent Contest Animated adventures. Toot hosts a talent contest with permission from the harbour master. Pop the ocean liner thinks that he is not talented enough to enter. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 06:20:00 2014-12-19 06:35:00 \N \N \N S \N 18796 t
+8500 5704 Peppa Pig eng Freddy Fox Pig tales. Peppa and her friends are playing hide and seek, but it is Freddy Fox with his super smelling nose who is the best at playing that game. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 06:35:00 2014-12-19 06:40:00 \N \N \N S \N 18797 t
+8500 5705 Peppa Pig eng Whistling Pig tales. Peppa tries to learn how to whistle after she realizes that seemingly everyone but her can do it. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 06:40:00 2014-12-19 06:45:00 \N \N \N S \N 18798 t
+8500 5706 New: Pip Ahoy! eng Old Pincher Children's animation about a young puppy named Pip and his friend Alba. The friends track down a distinguished old crab named Old Pincher. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 06:45:00 2014-12-19 06:55:00 \N \N \N S \N 18799 t
+8500 5707 Milkshake Monkey eng Pick Your Own Preschool series following inquisitive puppet Milkshake Monkey. Milkshake Monkey challenges his friend to a fruit-picking competition. Who will pick the most fruit? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 06:55:00 2014-12-19 07:00:00 \N \N \N S \N 18800 t
+8500 5708 Little Princess eng I Don't Want a Cold Julian Clary narrates an animated series based on the picture books. Little Princess has a cold and she's not happy about it. But it won't stop her having fun. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:10:00 \N \N \N S \N 18801 t
+8500 5709 The Milkshake Show Songs eng \N Children's entertainment show. The Milkshake! presenters perform some of their favourite songs. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 07:10:00 2014-12-19 07:15:00 \N \N \N S \N 18802 t
+8500 5710 Mr Men eng Cinema Colourful animated sketch show. Mr Grumpy gets stuck next to Miss Chatterbox at the movies and Mr Strong and crew hunt for pirate treasure. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 07:15:00 2014-12-19 07:30:00 \N \N \N S \N 18803 t
+8500 5711 Thomas and Friends eng Missing Christmas Decorations CGI animation. Who is taking the Steamies' Christmas decorations from the Tidmouth sheds? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 07:30:00 2014-12-19 07:45:00 \N \N \N S \N 18804 t
+8500 5712 Noddy In Toyland eng A Babysitter For The Skittles Toy Town tales. Mr Wobbly Man looks after the little Skittles for a day but is not sure quite how to treat them. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 07:45:00 2014-12-19 08:00:00 \N \N \N S \N 18805 t
+8500 5713 Ben and Holly's Little Kingdom eng Spies Preschool animation. King and Queen Thistle ask Nanny Plum and the Wise Old Elf to build a boat capable of beating the Marigolds. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:15:00 \N \N \N S \N 18806 t
+8500 5714 Peppa Pig eng My Cousin Chloe Animated series about a lovable little pig. Peppa's older cousin Chloe comes to visit, and Peppa must play games by somebody else's rules for a change. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 08:15:00 2014-12-19 08:25:00 \N \N \N S \N 18807 t
+8500 5715 Peppa Pig eng Pancakes Pig tales. Mummy Pig is making pancakes and Daddy Pig flips his so high that it sticks to the ceiling! Can the family get it down? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 08:25:00 2014-12-19 08:35:00 \N \N \N S \N 18808 t
+8500 5716 Toby's Travelling Circus eng Banana Drama Animation. Dolores makes some banoffee pies and leaves them outside to cool, but a thief takes one! Freddo is put on guard duty but the thief steals a couple more. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 08:35:00 2014-12-19 08:50:00 \N \N \N S \N 18809 t
+33088 17402 Hi-Tech Toys & Electronic Gifts eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! Find your perfect electrical gifts here! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 03:00:00 2014-12-21 04:00:00 \N \N \N \N \N 18810 t
+33088 17403 Dyson eng \N Vacuum your home with help from the iconic and much-loved British brand Dyson. We will be showcasing unique packages with added accessories, as well as discovering Dyson's new innovative technology. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 04:00:00 2014-12-21 05:00:00 \N \N \N \N \N 18811 t
+33088 17404 Beauty Gift Ideas eng \N Give the gift of beauty whether it's a birthday, anniversary or just because! Join us for ideas and inspiration for truly pampering presents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 05:00:00 2014-12-21 06:00:00 \N \N \N \N \N 18812 t
+8381 14920 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 04:00:00 2014-12-23 06:05:00 \N \N \N \N \N 18813 t
+8267 41846 The Aquabats! Super Show! eng Pilgrim Boy The Aquabats! meet Pilgrim Boy, a fellow superhero who possesses the power to shape shift into anything, despite causing him physical pain in the process. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:25:00 \N \N \N S \N 18814 t
+8267 42239 Pat & Stan eng The Pool Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! Pat decides to dig a pool in the back garden. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 06:25:00 2014-12-20 06:35:00 \N \N \N AD,S,SL \N 18815 t
+8267 42287 Pat & Stan eng Stephanie Love Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! What is Stephanie hiding? Is she in love? \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 06:35:00 2014-12-20 06:40:00 \N \N \N AD,S,SL \N 18816 t
+8267 41847 Dino Dan: Trek's Adventures eng Carnivore Contest Jurassic adventures. Trek uses a stegosaurus decoy to figure out who was a better hunter - the giganotosaurus, the microraptor or the troodon? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:40:00 2014-12-20 06:50:00 \N \N \N S,SL \N 18817 t
+8267 41848 Dino Dan: Trek's Adventures eng Dino Racers Jurassic adventures. At an indoor kart track, the kids learn about dinosaur speeds when Trek tells a story about kids who raced dinosaurs! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:50:00 2014-12-20 07:05:00 \N \N \N S,SL \N 18818 t
+8267 34106 Canimals eng Trash Can Ato is sick and finds comfort in a new friend he finds in the trash. But Mimi and Fizzy think Ato's new friendship stinks and they do something about it. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:05:00 2014-12-20 07:10:00 \N \N \N S \N 18819 t
+8267 34107 Canimals eng Can Zilla What can jump like Toki, sonic scream like Nia, has Leon's whipping tongue and Pow's ability to fly? Oz is about to find out! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:10:00 2014-12-20 07:20:00 \N \N \N S \N 18820 t
+8264 27285 Judge Rinder eng \N Studio courtroom show where criminal barrister Robert Rinder rules on real life cases. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N S \N 19037 t
+8267 35305 Signed Stories: Share a Story eng Super Dan All Super Dan wants after a busy day saving the world from aliens, a dragon and the evil Dr Zog is a nice long soak in the bath - but what is lurking in the tub?! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:20:00 2014-12-20 07:25:00 \N \N \N S,SL \N 18821 t
+8267 41851 Sooty eng Panto Palaver When the actors in Mr Slater's pantomime fail to turn up, Sooty, Sweep and Soo perform instead. Will the Wicked Bunny have Little Blue Riding Hood for his supper? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:25:00 2014-12-20 07:35:00 \N \N \N S \N 18822 t
+8267 39064 Mr Bean eng A Grand Invitation Animated antics of a bumbler. Mr Bean meets an aristocratic old lady and is invited for lunch - but she and her sinister butler are not quite what they seem. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 07:35:00 2014-12-20 07:50:00 \N \N \N AD,S \N 18823 t
+8267 41853 Hulk and the Agents of S.M.A.S.H. eng Doorway to Destruction - Part 2 Animated series. The newly formed agents of S.M.A.S.H., including a Hulked-out Rick Jones, invade the Negative Zone to stop Annihilus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:50:00 2014-12-20 08:15:00 \N \N \N S \N 18824 t
+8267 44675 Horrid Henry eng Horrid Henry and the Horrid Hat The animated adventures of the mischievous anti-hero. Henry's horrid hat is not the only thing breaking the rules - according to Soggy Sid! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 08:15:00 2014-12-20 08:30:00 \N \N \N AD,S \N 18825 t
+8267 41773 The Looney Tunes Show eng Christmas Carol Show about roommates Bugs Bunny and Daffy Duck. Lola decides to stage her own version of A Christmas Carol to renew the town's holiday spirit. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N S \N 18826 t
+22080 944 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:30:00 \N \N \N S \N 18983 t
+16048 32762 Foyle's War eng The Russian House Foyle and Sam travel to London to track down the suspected killer of Sam's boss. But they stumble upon an international conspiracy that could topple the government. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 19:55:00 2014-12-23 22:00:00 \N \N \N AD,S \N 18827 t
+8274 16905 Big Star's Little Star eng \N Stephen Mulhern presents the charity parents and kids show with Sinitta and her daughter Magdelena, Robbie Savage and son Freddie, and Duncan James and his daughter Tianie Finn. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 12:25:00 2014-12-23 13:25:00 \N \N \N S \N 18828 t
+8274 16906 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 13:25:00 2014-12-23 14:00:00 \N \N \N S \N 18829 t
+8274 27285 Judge Rinder eng \N Studio courtroom show where criminal barrister Robert Rinder rules on real life cases. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N S \N 18830 t
+14784 2872 Christmas Wiped out your Finances? eng Check out our BARGAINS OF THE DAY page! All 7nt deals in January 3*BB L'rote £149! 4*HB Malta £269! 3*AI Algarve £129! 3*BB T'rife £139! 3*SC G.Canaria £159! FAB offers, MAD £££ \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 16:00:00 2014-12-23 20:00:00 \N \N \N \N \N 18831 t
+27168 59371 Extreme Brat Camp eng \N There are over 1000 brat camps in the USA, in an industry estimated to be worth over $2 billion. This True Stories documentary explores the child intervention industry. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 00:05:00 2014-12-19 01:05:00 \N \N \N S \N 18834 t
+27168 59486 100 Greatest Toys with Jonathan Ross eng Gadget and gizmo enthusiast Jonathan Ross counts down the nation's favourite toys and games, with the inside stories of their creation Plus, celebrities reveal their top toys. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 01:05:00 2014-12-19 04:00:00 \N \N \N S \N 18835 t
+8500 5938 5 News Update eng \N . \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-24 21:28:00 2014-12-24 21:30:00 \N \N \N \N \N 18836 t
+8500 5939 Greatest Ever Christmas Movies eng \N A countdown of the greatest Christmas films of all time. From White Christmas to Bad Santa and It's A Wonderful Life, the stars of these festive classics share their memories. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 21:30:00 2014-12-25 00:30:00 \N \N \N S \N 18837 t
+26560 13702 The Hits Radio Weekend- Michael Blades eng \N Sunday morning is all your!Tweet @thehitsradio or click facebook.com/thehitsradio to let Michael know what tunes you wanna hear! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 10:00:00 2014-12-21 13:00:00 \N \N \N \N \N 18838 t
+22208 1508 Sea Beast eng \N Mythic monsters from the darkest depths of the ocean cause a splash when they start munching on the attractive residents of a sleepy bay village. \N 2 25 f 5 eng eng 15 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:40:00 \N \N 2009 S \N 18839 t
+22208 1612 Road Wars Xmas Special eng \N This special catches shocking moments of road mayhem on camera, including drivers and road-users whose festive celebrations may have gone too far. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 22:40:00 2014-12-22 23:40:00 \N \N \N S \N 18840 t
+22208 1638 Battlestar Galactica eng The Son Also Rises Sabotage and dissent entangle the Galactica crew, as the fleet awaits the trial of the man responsible for their plight: Gaius Baltar. \N 2 25 f 5 eng eng 3 0 0 \N 2014-12-22 23:40:00 2014-12-23 00:40:00 \N \N \N S \N 18841 t
+28288 8766 Lulu's Time Bomb eng \N Lulu's range celebrates the beauty and glamour of the more mature woman. So embrace the ageing process armed with every tip, trick and product needed to stay looking truly fabulous! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 05:00:00 2014-12-24 06:00:00 \N \N \N \N \N 18842 t
+27360 17959 Napoli v Parma eng \N Serie A from Stadio San Paolo. Parma may be struggling in the league, but they claimed a rare double over Napoli last season, winning 1-0 in Naples via a Antonio Cassano goal. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:30:00 \N \N \N \N \N 18843 t
+27360 17961 Total Italian Football eng \N All the latest news, features and gossip from Italy's Serie A. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N \N \N 18844 t
+8281 22753 The Speakmans eng \N Therapists Nik and Eva Speakman attempt to successfully treat ordinary people with extraordinary problems. Today, they treat a young woman suffering from severe agoraphobia. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 09:25:00 2014-12-23 10:20:00 \N \N \N S \N 18845 t
+8281 24811 Dickinson's Real Deal eng \N Today David and the team are at Northampton cricket ground, where a Roman glass vase attracts plenty of cash and a set of Dinky cars exceeds expectations. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 10:20:00 2014-12-23 11:20:00 \N \N \N S \N 18846 t
+8281 22754 Tipping Point eng \N Ben Shephard hosts the quiz show in which four players take on an extraordinary machine in the hope of winning its 10,000 pound jackpot. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 11:20:00 2014-12-23 12:25:00 \N \N \N S \N 18847 t
+8281 25240 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:40:00 \N \N \N S,SL \N 18848 t
+13120 7622 Nails Inc eng \N A show of hot seasonal colours, classic manicure favourites and unique nail care solutions from Nails Inc. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 \N \N \N \N \N 18850 t
+13120 7623 Beauty Gift Ideas eng \N Give the gift of beauty whether it's a birthday, anniversary or just because! Join us for ideas and inspiration for truly pampering presents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 01:00:00 2014-12-19 02:00:00 \N \N \N \N \N 18851 t
+13120 8558 Diamonique Gifts eng \N Diamonique is among the finest simulated diamonds in the world. We present a range of rings, earrings and pendants to help you find the perfect present for a loved one - or a treat for yourself! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 02:00:00 2014-12-19 03:00:00 \N \N \N \N \N 18852 t
+22592 17783 The Alan Brazil Sports Breakfast eng \N Alan Brazil brings you all the latest sports news. Call the show on 08717 22 33 44 (10p/min), text 81089 (50p + chgs) or follow on Twitter @sportsbreakfast \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-19 06:00:00 2014-12-19 10:00:00 \N \N \N \N \N 18853 t
+23712 3602 My Phone Sex Secrets eng \N Dirty-talking documentary investigating the growing number of women working in the phone sex industry, and meeting the voices on the other end of the line. Talk ain't cheap! \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 00:00:00 2014-12-24 01:00:00 \N \N \N \N \N 18854 t
+23712 3385 The Sex Inspectors eng \N Another couple hope to reinvigorate their flagging sex life. Recently Safia's sexual appetite has vanished along with her self-esteem, leaving partner Sean feeling rejected. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 01:00:00 2014-12-24 02:00:00 \N \N \N \N \N 18855 t
+23712 3364 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 02:00:00 2014-12-24 04:00:00 \N \N \N \N \N 18856 t
+27840 5173 ..programmes start at 9.30am eng \N ..programmes start at 9.30am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 09:30:00 \N \N \N \N \N 18857 t
+27328 17260 Werder Bremen v Borussia Dortmund eng \N Bundesliga action from the Weserstadion between two clubs who have made a poor start to the season. Dortmund hammered the River Islanders 5-1 when they visited in February. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 22:30:00 2014-12-21 00:00:00 \N \N \N \N \N 18858 t
+27360 18009 Northampton Saints v Leicester Tigers eng \N Aviva Premiership from Franklin's Gardens. The Saints ended a poor run of results against their rivals when they beat them 21-20 in May's semi-final in a fiercely fought game. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 00:30:00 2014-12-21 02:00:00 \N \N \N \N \N 18860 t
+27360 18010 Gloucester Rugby v Bath Rugby eng \N Aviva Premiership rugby from Kingsholm. Bath won the last local derby 18-17 when these clubs met in April for a fiery clash featuring five yellow cards and two reds, both for Gloucester. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 02:00:00 2014-12-21 03:30:00 \N \N \N \N \N 18861 t
+27840 5264 ..programmes start at 9.30am eng \N ..programmes start at 9.30am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 09:30:00 \N \N \N \N \N 18867 t
+22336 59401 Rules of Engagement eng Zygote Jeff and Audrey go to a surrogacy seminar with their surrogate, Brenda, but Jeff is sceptical about the new age advice given to help the implantation process. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:25:00 \N \N \N S \N 18868 t
+22336 59383 Rules of Engagement eng Anniversary Chicken Jeff is convinced that he has remembered his wedding anniversary and that Audrey has forgotten. Russell pays Timmy to be his translator on a date. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 07:25:00 2014-12-23 07:50:00 \N \N \N S \N 18869 t
+22336 58545 One Tree Hill eng One Tree Hill In the last episode of the ninth and final season, the tenth anniversary celebration for Tric club brings back old faces and creates new possibilities. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-23 07:50:00 2014-12-23 08:35:00 \N \N \N S \N 18870 t
+22336 58546 Rude(ish) Tube eng \N This edition of Rude Tube's naughty little sister finds some slightly less rude (but still cheeky) videos, featuring the world's loudest burper, a guru with the giggles and a very fat cat. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 08:35:00 2014-12-23 09:00:00 \N \N \N S \N 18871 t
+8283 25240 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:40:00 \N \N \N S,SL \N 18872 t
+13024 51070 New eng Michael Buble's Christmas 2014 Delivering a mix of festive cheer and seasonal songs, this brand new music special sees Michael Buble joined by special guests Barbra Streisand, Ariana Grande, Miss Piggy and The Rockettes. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 18:35:00 2014-12-24 19:30:00 \N \N \N S \N 18874 t
+13024 51071 Benefits Britain eng Life On The Dole Documentary series. Single mum Marie struggles to fill Santa's sack for her eight children, and what can you expect to get for Christmas dinner when it all comes from a skip? \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:20:00 \N \N \N S \N 18875 t
+13024 51072 Britain's Craziest Xmas Lights eng \N Documentary following four UK households as they transform their suburban semis into a glittering festival of Christmas lights. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-24 20:20:00 2014-12-24 21:20:00 \N \N \N S \N 18876 t
+28032 27959 Storage Wars eng Not Your Average Bear The buyers make a long trip into the desert of Lancaster. Expecting a big day, Dave Hester brings his trailer. But will his trek be richly rewarded? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:30:00 \N \N \N S \N 18877 t
+28032 27960 Storage Wars eng Hook, Line and Sucker On heavy-hitter Nabila's turf, recently unlucky Barry makes a surprise bid on a unit containing a manky mattress. Does he know something the others don't? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:00:00 \N \N \N S \N 18878 t
+28032 27961 Storage Wars eng Operation Hobo Big bidder Darrell goes all out on a locker in Harbor City. But will such a huge risk pay off? Or will the doors open on a unit full of trash? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:30:00 \N \N \N S \N 18879 t
+28032 27962 Storage Wars eng Blame it on the Rain The bidders' nerves are on edge as they head to Santa Cruz. It promises to be one of the best auctions of the year, but will it live up to expectations? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 19:30:00 2014-12-20 20:05:00 \N \N \N S \N 18880 t
+28032 27963 Rush Hour 2 eng \N Lighthearted action sequel starring Jackie Chan and Chris Tucker, 2001. The LA cop and the martial arts expert unite once more to investigate an explosion at Hong Kong's US embassy \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 20:05:00 2014-12-20 22:00:00 \N \N \N AD,S \N 18881 t
+28480 8047 Jimmy Swaggart Crusade Classics eng \N A programme featuring Jimmy Swaggart Evangelical Crusades filmed around the world. Music and preaching. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 03:00:00 2014-12-21 05:00:00 \N \N \N \N \N 18882 t
+28480 8048 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 05:00:00 2014-12-21 06:00:00 \N \N \N \N \N 18883 t
+24384 15037 Cricut Mini Sale Weekender eng \N A chance for you to get our special product of the weekend - The Weekender. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 18884 t
+24384 15099 Tattered Lace Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N \N \N 18885 t
+24384 15153 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N \N \N 18886 t
+8452 58698 White Christmas eng \N Classic festive musical. Bing Crosby and Danny Kaye star as ex-servicemen who stage a spectacular musical to save their former commanding officer's business. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 12:50:00 2014-12-22 15:10:00 \N \N 1954 S \N 18888 t
+22080 953 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:30:00 \N \N \N S \N 18890 t
+14448 27270 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:30:00 \N \N \N \N \N 18893 t
+14448 27271 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 12:30:00 2014-12-23 13:00:00 \N \N \N \N \N 18894 t
+14448 27272 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N \N \N 18895 t
+14448 27273 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 \N \N \N \N \N 18896 t
+14448 27274 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N \N \N 18897 t
+14448 27275 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N \N \N 18898 t
+4168 49795 The Andrew Marr Show eng \N Andrew Marr is joined by key political personalities and cultural figures to discuss topical politics, current affairs and the arts. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N S \N 18899 t
+4168 56150 Fern Britton Meets... Richard Coles eng \N Former Communards band member Richard Coles explores his extraordinary journey from 80s pop star to Church of England vicar. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 4 4 \N S \N 18900 t
+4168 57983 Escape to the Continent eng Austria - Salzburg Brits test-drive an alternative life in Europe. Anita Rani is property shopping in the Salzburg area of Austria with a couple from Wiltshire. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 15 20 \N S \N 18901 t
+4168 51722 Bargain Hunt eng Lincoln Antiques show. Tim Wonnacott presents from Lincoln, as the two teams are made up of cyclist and motorbike enthusiasts. With experts Charles Hanson and Paul Laidlaw. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:30:00 \N \N \N S \N 18902 t
+25920 20780 Last Minute Technology Gifts eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 18903 t
+25920 20716 Toy Store Sale eng \N A wonderful selection of toys & games, for boys & girls & the young & old - all at sale prices! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 18904 t
+25920 20781 Last Minute Technology Gifts eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 18905 t
+28416 20125 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:30:00 \N \N \N \N \N 18906 t
+28416 20126 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-21 23:30:00 2014-12-22 01:00:00 \N \N \N \N \N 18907 t
+40960 53177 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 18908 t
+40960 53178 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:30:00 \N \N \N \N \N 18909 t
+40960 58113 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 10:30:00 2014-12-21 11:00:00 \N \N \N \N \N 18910 t
+40960 53180 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 \N \N \N \N \N 18911 t
+40960 53181 Click eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:00:00 \N \N \N \N \N 18912 t
+41040 17116 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:30:00 \N \N \N \N \N 18913 t
+41040 17117 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 00:30:00 2014-12-21 01:00:00 \N \N \N \N \N 18914 t
+41040 17118 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 18915 t
+41040 17119 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 02:00:00 2014-12-21 03:00:00 \N \N \N \N \N 18916 t
+32836 30951 Wake Up Leeds eng \N Wake up to the latest local news, weather and traffic updates in Leeds. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 06:00:00 2014-12-21 09:30:00 \N \N \N \N \N 18917 t
+8267 45018 Good Morning Britain eng \N Breakfast show with the latest news, sport and weather, presented by Susanna Reid, Ben Shephard, Charlotte Hawkins and Sean Fletcher. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 08:30:00 \N \N \N S \N 18918 t
+8267 45019 Lorraine eng \N Topical mix of entertainment, discussion, fashion, food and celebrity gossip. Ben Caplan chats about the Call the Midwife Christmas special, and the Kinks musical Sunny Afternoon. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:25:00 \N \N \N S \N 18919 t
+40976 47039 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:40:00 \N \N \N \N \N 18920 t
+40976 47698 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 22:40:00 2014-12-21 00:10:00 \N \N \N \N \N 18921 t
+24064 60038 Back at 7pm and 24-hours on HD 109 eng \N No Information Available \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 15:00:00 2014-12-21 19:00:00 \N \N \N \N \N 18922 t
+41040 17065 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 18926 t
+41040 17066 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:30:00 \N \N \N \N \N 18927 t
+41040 17067 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:00:00 \N \N \N \N \N 18928 t
+41040 17068 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N \N \N 18929 t
+41040 17069 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N \N \N 18930 t
+22272 3819 Close eng \N Close. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 03:00:00 2014-12-20 07:00:00 \N \N \N \N \N 18932 t
+40992 52029 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:20:00 \N \N \N \N \N 18933 t
+40992 52030 Pingu eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 06:20:00 2014-12-23 06:30:00 \N \N \N \N \N 18934 t
+40992 52031 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 06:30:00 2014-12-23 06:55:00 \N \N \N \N \N 18935 t
+40992 52032 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 06:55:00 2014-12-23 07:20:00 \N \N \N \N \N 18936 t
+40992 52033 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 07:20:00 2014-12-23 07:45:00 \N \N \N \N \N 18937 t
+40992 52034 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 07:45:00 2014-12-23 07:55:00 \N \N \N \N \N 18938 t
+40992 52035 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 07:55:00 2014-12-23 08:05:00 \N \N \N \N \N 18939 t
+40992 52036 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 08:05:00 2014-12-23 08:20:00 \N \N \N \N \N 18940 t
+40992 52037 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 08:20:00 2014-12-23 08:35:00 \N \N \N \N \N 18941 t
+40992 52038 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 08:35:00 2014-12-23 09:00:00 \N \N \N \N \N 18942 t
+25664 55882 The Victoria's Secret Fashion Show eng \N One of the biggest extravaganzas in the world of fashion. The amazing Victoria's Secret Fashion Show took place in London and features a performance from Taylor Swift! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 18944 t
+25664 55883 8 Out Of 10 Cats eng Xmas Special! Jimmy Carr oversees the disputes on the festive topics that set the Great British public's chins wagging. With Sean Lock, Jon Richardson, Sarah Millican, Stephen Mangan and Joe Wilkinson. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 18945 t
+25664 55884 Age of Ice eng \N 4Music premiere. Environmental disaster film in which the weather goes wild and plunges Egypt into deadly arctic conditions. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:45:00 \N \N 2014 \N \N 18946 t
+4168 49775 Saturday Kitchen eng \N James Martin presents a festive version of the weekly cooking show with guest chefs Raymond Blanc, Jose Pizarro, Melissa Hemsley and Jasmine Hemsley. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:30:00 \N \N \N S \N 18947 t
+4168 56371 Nigel Slater's Christmas Suppers eng \N Nigel Slater transforms Christmas leftovers into meals which make the prospect of festive entertaining a treat rather than a terror, ensuring that nothing goes to waste. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N AD,S \N 18948 t
+41120 14165 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 18949 t
+41120 14166 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 18950 t
+41120 14167 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 18951 t
+16080 14798 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:30:00 \N \N \N \N \N 22730 t
+15840 3611 Bright Lights of The 80s eng \N Don your neon legwarmers and get out the hairspray; we're travelling back to the 80s and celebrating Brits OMD, Yazoo, Depeche Mode, Wham! and more. These are true party tunes. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 18952 t
+15840 3612 80s Blue Eyed Soul eng \N A new generation of singers, inspired by northern soul and Motown, adopted classic soul and R&B music and made it their own, from The Style Council to Hue & Cry. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 \N \N \N \N \N 18953 t
+15840 3613 Neil McCormick's Needle Time eng \N New! His 'You're Beautiful' made a global star of ex-soldier James Blunt, and here the singer songwriter is put on the Needle Time frontline to chat about his life in music. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:30:00 2014-12-23 23:30:00 \N \N \N \N \N 18954 t
+15840 3614 Toyah's Christmas At The Zoo eng \N Cosy up with family and friends as Toyah Willcox brings you a selection of fine Christmas songs and a sprinkling of festive stories, surrounded by a variety of creatures great and small. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 23:30:00 2014-12-24 00:30:00 \N \N \N \N \N 18955 t
+41072 13259 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:45:00 \N \N \N \N \N 18959 t
+41072 13260 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 15:45:00 2014-12-21 16:30:00 \N \N \N \N \N 18960 t
+41072 13261 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:15:00 \N \N \N \N \N 18961 t
+41072 13262 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 17:15:00 2014-12-21 18:00:00 \N \N \N \N \N 18962 t
+8325 39329 Tricked eng \N New series. Ben Hanlin goes undercover to astonish people with amazing magic. Ben also bamboozles Geordie Shore's Charlotte Crosby and Joey Essex with his trickery in this episode. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:50:00 \N \N \N S \N 18963 t
+8325 2308 Life's Funniest Moments eng \N Series featuring hilarious candid moments caught on camera. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 03:50:00 2014-12-21 04:15:00 \N \N \N \N \N 18964 t
+8325 2394 Life's Funniest Moments eng \N Series featuring hilarious candid moments caught on camera. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 04:15:00 2014-12-21 04:40:00 \N \N \N \N \N 18965 t
+8325 4846 Bonkers Guinness World Records eng \N Matt Edmondson narrates a festive selection of Christmas themed Guinness World Records including the most Christmas trees chopped in two minutes and the largest conga on ice. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 04:40:00 2014-12-21 05:05:00 \N \N \N S \N 18966 t
+8325 2653 Bonkers Guinness World Records eng \N Matt Edmondson narrates a Bonkers special, counting down the top 30 most watched Guinness World Records on the internet. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 05:05:00 2014-12-21 05:55:00 \N \N \N S,SL \N 18967 t
+8325 2605 ITV2 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 05:55:00 2014-12-21 06:00:00 \N \N \N \N \N 18968 t
+8448 58552 Rude(ish) Tube eng \N Rude Tube's naughty little sister discovers some slightly less rude (but still daft) online videos, including a monkey buying himself a drink, Fenton chasing deer and some very odd beards. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:30:00 \N \N \N S \N 18972 t
+8448 58553 Rules of Engagement eng Kids Jennifer and Adam plan a romantic weekend together, while Jeff and Audrey think about having children, and Russell runs into one of his old flames. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 12:30:00 2014-12-23 13:00:00 \N \N \N S \N 18973 t
+8448 58554 How I Met Your Mother eng Not a Father's Day Barney is so relieved to discover that a woman he slept with isn't pregnant that he creates a new holiday called Not a Father's Day. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N AD,S \N 18974 t
+8448 58555 How I Met Your Mother eng Woooo! Robin is still unemployed and has time to make friends with a new group of single girls. Barney convinces his boss to hire Ted to re-design his office building. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 \N \N \N AD,S \N 18975 t
+8448 58556 The Big Bang Theory eng E4's Top 20 - The Flaming Spittoon Acquisition Sheldon is jealous when Stuart from the comic book shop asks Amy out on a date in the show placed 20th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N AD,S \N 18976 t
+8448 58557 The Big Bang Theory eng E4's Top 20 - The Zarnecki Incursion Sheldon attempts to catch the culprit when somebody hacks into his online gaming account in the show placed 19th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N AD,S \N 18977 t
+41008 58698 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-22 12:50:00 2014-12-22 15:10:00 \N \N \N \N \N 18979 t
+41136 50340 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 16:20:00 2014-12-23 20:30:00 \N \N \N \N \N 18980 t
+22080 4208 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:30:00 \N \N \N S \N 18981 t
+22080 941 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 06:30:00 2014-12-20 07:00:00 \N \N \N S \N 18982 t
+25728 54250 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:00:00 \N \N \N \N \N 20895 t
+22080 952 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 \N \N \N S \N 18984 t
+22080 954 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N S \N 18985 t
+14816 990 1-2-1 Dating - Hot COUPLES eng \N 1-2-1 Dating's all new Couples section is for those seeking something a little extra.... Or maybe TWO extras! Check it out. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 04:00:00 2014-12-22 08:00:00 \N \N \N \N \N 18986 t
+14608 32009 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 03:00:00 2014-12-22 06:00:00 \N \N \N \N \N 18987 t
+22336 58484 The Big Bang Theory eng The Hamburger Postulate Leonard fears he's wasting his time on Penny and ends up making a connection with Leslie. Sheldon frets over a change to his hamburger routine. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 00:20:00 2014-12-20 00:50:00 \N \N \N AD,S \N 18988 t
+22336 58485 Bad Robots eng \N Brand new series - The robots are still wreaking havoc as visitors over at the world-famous clipper ship Cutty Sark learn some very questionable facts from the tourist information machine. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 00:50:00 2014-12-20 01:20:00 \N \N \N S \N 18989 t
+22336 58486 Rude Tube eng Christmas Cracker Alex Zane presents 50 of the finest festive clips from the worldwide winternet of 2012, featuring the world's worst and sexiest Santas, alternative carols and the best Christmas surprises. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 01:20:00 2014-12-20 02:25:00 \N \N \N S \N 18990 t
+22336 58812 Virtually Famous eng \N Kevin McHale hosts a comedy panel show celebrating weird and wonderful online sensations. Team captains Seann Walsh and Chris Stark are joined by celebrity guests. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 02:25:00 2014-12-20 03:15:00 \N \N \N S \N 18991 t
+8442 56239 SuperScrimpers eng \N Mrs Moneypenny heads for the cathedral city of Canterbury. Harry Wallop investigates if cheap dried dog food is good value. And gadget geek Daniel takes the SuperScrimper challenge. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 03:05:00 2014-12-22 03:45:00 \N \N \N S \N 18992 t
+8442 60710 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 03:45:00 2014-12-22 06:00:00 \N \N \N \N \N 18993 t
+4169 49775 Saturday Kitchen eng \N James Martin presents a festive version of the weekly cooking show with guest chefs Raymond Blanc, Jose Pizarro, Melissa Hemsley and Jasmine Hemsley. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:30:00 \N \N \N S \N 18994 t
+4169 56371 Nigel Slater's Christmas Suppers eng \N Nigel Slater transforms Christmas leftovers into meals which make the prospect of festive entertaining a treat rather than a terror, ensuring that nothing goes to waste. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N AD,S \N 18995 t
+17472 53872 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 00:20:00 2014-12-19 00:50:00 \N \N \N \N \N 18996 t
+17472 51372 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 00:50:00 2014-12-19 01:50:00 \N \N \N \N \N 18997 t
+17472 49098 eng \N \N \N \N \N \N \N \N eng 0 0 0 \N 2014-12-19 01:50:00 2014-12-19 04:00:00 \N \N \N \N \N 18998 t
+28160 15800 Gospel Tonight eng \N Muyiwa with the world's best gospel music! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 01:00:00 \N \N \N \N \N 18999 t
+28160 15801 Let the Bible Speak eng \N Dr. Patrick Baker with Bible teaching from South Grove Free Presbyterian Church \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 01:00:00 2014-12-22 01:15:00 \N \N \N \N \N 19000 t
+28160 15802 Hope in the Night eng \N Ben Vane has the best worship music to take you through the night. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 01:15:00 2014-12-22 04:00:00 \N \N \N \N \N 19001 t
+41056 17868 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 00:00:00 2014-12-19 00:05:00 \N \N \N \N \N 19002 t
+41056 17872 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-19 00:05:00 2014-12-19 00:55:00 \N \N \N \N \N 19003 t
+41056 17870 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 00:55:00 2014-12-19 01:00:00 \N \N \N \N \N 19004 t
+41056 17871 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:30:00 \N \N \N \N \N 19005 t
+41056 18220 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:00:00 \N \N \N \N \N 19006 t
+41056 17873 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:05:00 \N \N \N \N \N 19007 t
+41056 17874 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 02:05:00 2014-12-19 03:00:00 \N \N \N \N \N 19008 t
+28032 28049 Magnum P.I. eng Mixed Doubles Another case for the Hawaiian-based detective. Magnum is required to protect an obnoxious young tennis star who has received several threats against her life. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-24 09:25:00 2014-12-24 10:25:00 \N \N \N S \N 19009 t
+28032 28054 Pawn Stars eng Shocking Chum The pawn stars debate a bank breaking deal for the most pricey item they have ever faced. Meanwhile, Rick eyes up a 1948 electric shock therapy machine. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 10:25:00 2014-12-24 10:55:00 \N \N \N S \N 19010 t
+28032 19726 Pawn Stars eng Pezzed Off A Pez collector offers Corey and Chum 50 plastic pieces of Americana, and the men puzzle over a mystery inscription on a coaching gun. Will its meaning reveal its worth? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 10:55:00 2014-12-24 11:20:00 \N \N \N S \N 19011 t
+28032 28055 Goodwood Revival 2014 eng \N Steve Rider and Amanda Stretton present coverage of the world's only vintage motor racing event set totally in the glamorous post-war years. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-24 11:20:00 2014-12-24 12:25:00 \N \N \N S \N 19012 t
+25728 54410 Two Pints of Lager and a Packet of Crisps eng Near, Far Sitcom about the lives and loves of five twenty-somethings. Contains some strong language. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 00:20:00 2014-12-19 01:00:00 \N \N \N \N \N 19013 t
+25728 54411 Two Pints of Lager and a Packet of Crisps eng Speedycruise Sitcom about the lives and loves of five twenty-somethings. Contains adult humour. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:20:00 \N \N \N \N \N 19014 t
+25728 55472 Scrubs eng My Lucky Charm American hospital sitcom. Turk and JD are given a lesson in living life to the full by a charismatic patient who was injured in a bar fight. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 01:20:00 2014-12-19 02:10:00 \N \N \N \N \N 19015 t
+25728 55473 Scrubs eng My Hypocritical Oath American hospital sitcom. JD develops a crush on a patient but faces an ethical dilemma over whether to inform her that her boyfriend has an STD. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 02:10:00 2014-12-19 02:40:00 \N \N \N \N \N 19016 t
+25728 54248 VIVA The Hits! eng \N An eclectic mix of the biggest hits from your favourite artists, all in one place. Presenting future smashes, pop classics and the biggest superstars around. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 02:40:00 2014-12-19 03:00:00 \N \N \N \N \N 19017 t
+14832 1345 Gay Rabbit Chat & Date Now Open at 7 eng \N Bounce into TVs warmest, SUNNIEST interactive gay community & make new friends, chat or flirt! Introduce a friend to Gay Rabbit and BOTH of you earn free credits! Now open from 7am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 04:00:00 2014-12-22 08:00:00 \N \N \N \N \N 19018 t
+8283 22753 The Speakmans eng \N Therapists Nik and Eva Speakman attempt to successfully treat ordinary people with extraordinary problems. Today, they treat a young woman suffering from severe agoraphobia. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 09:25:00 2014-12-23 10:20:00 \N \N \N S \N 19019 t
+8283 24811 Dickinson's Real Deal eng \N Today David and the team are at Northampton cricket ground, where a Roman glass vase attracts plenty of cash and a set of Dinky cars exceeds expectations. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 10:20:00 2014-12-23 11:20:00 \N \N \N S \N 19020 t
+8283 22754 Tipping Point eng \N Ben Shephard hosts the quiz show in which four players take on an extraordinary machine in the hope of winning its 10,000 pound jackpot. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 11:20:00 2014-12-23 12:25:00 \N \N \N S \N 19021 t
+14800 1345 Rabbit Chat & Date Now Open at 7am eng \N Bounce into TVs warmest, SUNNIEST interactive community and make new friends, date, flirt or chat! Introduce a friend to Rabbit and BOTH of you earn free credits! Now open from 7am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 04:00:00 2014-12-22 08:00:00 \N \N \N \N \N 19027 t
+4166 49774 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 10:00:00 \N \N \N S \N 19028 t
+27648 4483 Wheeler Dealers eng VW Type 25 Part 1 Cult favourite the VW Camper Van goes under the spanner, getting Edd China's full attention. He starts with a complete diesel service. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:30:00 \N \N \N \N \N 19029 t
+27648 4484 Wheeler Dealers eng VW Type 25 Part 2 The VW Camper Van is ready to hit the road, and Mike's especially impressed with its interior. When he takes it for a drive it gets some unexpected interest. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 12:30:00 2014-12-23 13:00:00 \N \N \N \N \N 19030 t
+27648 4485 Wheeler Dealers eng Mazda MX-5 Part 1 Mike purchases an MX5 in need of Edd China's special brand of mechanical makeover. With a leaking roof and scrappy seats Edds got his work cut out. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N \N \N 19031 t
+27648 4486 Wheeler Dealers eng Mazda MX-5 Part 2 Edd is putting the finishing touches to the MX5's renovation, fitting a new hood, air filter and chassis brace, before Mike takes it for a spin. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 \N \N \N \N \N 19032 t
+27648 4487 Wheeler Dealers eng Mercedes Cosworth Part 1 Mike tracks down a Mercedes Cosworth in need of Edd China's mechanical magic. It needs a new suspension system and track rod end. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N \N \N 19033 t
+27648 4488 Wheeler Dealers eng Mercedes Cosworth Part 2 The transformation of the Mercedes is nearly complete. Edd's fitting new tyres and an exhaust. But can Mike sell the car for a song? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N \N \N 19034 t
+8264 16905 Big Star's Little Star eng \N Stephen Mulhern presents the charity parents and kids show with Sinitta and her daughter Magdelena, Robbie Savage and son Freddie, and Duncan James and his daughter Tianie Finn. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 12:25:00 2014-12-23 13:25:00 \N \N \N S \N 19035 t
+8264 16906 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 13:25:00 2014-12-23 14:00:00 \N \N \N S \N 19036 t
+17664 58648 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:25:00 \N \N \N \N \N 22921 t
+13120 7372 Dyson eng \N Vacuum your home with help from the iconic and much-loved British brand Dyson. We will be showcasing unique packages with added accessories, as well as discovering Dyson's new innovative technology. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 19041 t
+13120 7373 Christmas Gift Ideas eng \N Take the stress out of Christmas shopping and browse our marvellous selection of gift ideas to find the perfect present for someone special. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 19042 t
+13120 8566 Christmas Gift Ideas eng \N Take the stress out of Christmas shopping and browse our marvellous selection of gift ideas to find the perfect present for someone special. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 02:00:00 2014-12-21 03:00:00 \N \N \N \N \N 19043 t
+23152 17907 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 19044 t
+23152 17908 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 19045 t
+23152 17565 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N \N \N 19046 t
+23152 17566 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:00:00 \N \N \N \N \N 19047 t
+17472 55572 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-23 12:05:00 2014-12-23 12:55:00 \N \N \N \N \N 19048 t
+17472 55573 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-23 12:55:00 2014-12-23 13:45:00 \N \N \N \N \N 19049 t
+17472 57525 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-23 13:45:00 2014-12-23 14:45:00 \N \N \N \N \N 19050 t
+17472 55575 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 14:45:00 2014-12-23 15:35:00 \N \N \N \N \N 19051 t
+14372 8107 Under 10 Day with Carmel eng \N Carmel is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 06:00:00 2014-12-22 07:00:00 \N \N \N \N \N 19052 t
+22080 936 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 13:30:00 2014-12-20 14:00:00 \N \N \N \N \N 21161 t
+14372 8108 Under 10 Day with Carmel eng \N Carmel is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 07:00:00 2014-12-22 08:00:00 \N \N \N \N \N 19053 t
+14372 8109 Deal of the Day with Carmel eng \N It's that time of the day again when we bring you our hottest deal. With limited stocks and an unbelievable price, you'll have to be quick to get your hands on this must-have item. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 08:00:00 2014-12-22 09:00:00 \N \N \N \N \N 19054 t
+24480 3573 The Sound of Santa eng \N New! Christmas is a-coming as we deliver you the father of all festive selections. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 19055 t
+24480 3574 Mistletoe Magic eng \N Pucker up for a smacker of a festive selection as we bring you a touch of mistletoe and a sprinkle of magic. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 19056 t
+24480 3575 Neil McCormick's Needle Time eng \N Respect is due as Neil welcomes veteran singer, actor, cockney rocker and top bloke Joe Brown and finds out about his enduring appeal from the days of skiffle through five decades. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 19057 t
+26368 38212 Breakfast with Andrew Castle eng \N Wake up with Andrew Castle every weekday morning from 6.00am. Early birds welcome! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 06:00:00 2014-12-22 10:00:00 \N \N \N \N \N 19058 t
+15808 50337 Trophe Andros eng \N Exclusive highlights of the world's most prestigious ice racing series contested by the likes of Alain Prost, Olivier Panis and Jacques Villeneuve in the winter ski resorts of Europe. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 09:35:00 2014-12-23 10:35:00 \N \N \N \N \N 19059 t
+15808 50338 Superkart USA eng \N This high-performance kart racing series travels to the best circuits in North America. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 10:35:00 2014-12-23 12:10:00 \N \N \N \N \N 19060 t
+22752 1100 Kiss Fresh with Alex eng \N Alex with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 15:00:00 2014-12-22 19:00:00 \N \N \N \N \N 19061 t
+27712 21950 Al Jazeera World eng \N The story of how the First Intifada grew from its start in 1987 into a movement lasting for 6 years, told through the eyes of people who lived through it \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 2 2 \N \N \N 19062 t
+27712 21951 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 19063 t
+27712 21952 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:30:00 \N \N \N \N \N 19064 t
+28096 60681 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:10:00 \N \N \N \N \N 19066 t
+28096 59339 Rocket City Rednecks eng Rocket-Powered Bass Boat Crazy contraptions from the rednecks who call Alabama their sweet home. The gang build a solar-powered rocket engine and attach it to Daddy's boat! \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-20 08:10:00 2014-12-20 08:35:00 \N \N \N AD,S \N 19067 t
+28096 59340 Rocket City Rednecks eng Backwoods Spy Satellite Ingenious engineering with the bumpkin boffins, who here build a floating spy balloon and use their mini-satellite to control a game of blind paintball! \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-20 08:35:00 2014-12-20 09:00:00 \N \N \N AD,S \N 19068 t
+25664 55722 50 Greatest Christmas Songs Ever! eng \N The season of goodwill is here, so stay with us for 50 all-time festive favourites. These will warm the cockles of your heart! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-20 12:00:00 2014-12-20 16:00:00 \N \N \N \N \N 19069 t
+12992 30856 Under The Dome eng Curtains Last in the series of this mystery drama adapted from Stephen King's novel. After the monarch butterfly hatches, the dome turns pitch black, terrifying the residents. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:55:00 \N \N \N S \N 19070 t
+12992 30857 Terminator: The Sarah Connor Chronicles eng Adam Raised a Cain Action-packed series based on the characters from the blockbuster Terminator films. Sarah and Ellison meet again, and there's a new confrontation with Cromartie. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-24 00:55:00 2014-12-24 01:55:00 \N \N \N \N \N 19071 t
+12992 30858 Terminator: The Sarah Connor Chronicles eng Heavy Metal Explosive, gritty action series based on the blockbuster Terminator films. Sarah and John fear for their lives when they discover that Cromartie is alive. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-24 01:55:00 2014-12-24 02:55:00 \N \N \N \N \N 19072 t
+12992 31178 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 02:55:00 2014-12-24 03:00:00 \N \N \N \N \N 19073 t
+22720 1327 Rickie, Melvin & Charlie in the Morning eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N \N \N 19074 t
+28096 60682 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:10:00 \N \N \N \N \N 19075 t
+17664 58649 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 10:25:00 2014-12-20 10:55:00 \N \N \N \N \N 22922 t
+28096 59403 Red Bull X-Fighters 2014 eng \N Daredevil motocross freestylers show off their jaw-dropping skills in this spectacular series of events! The season opener takes place at Monumental Plaza de Toros in Mexico. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 08:10:00 2014-12-22 09:00:00 \N \N \N \N \N 19076 t
+24480 3530 Neil McCormick's Needle Time eng \N Neil talks Roy Orbison, Frankie Valli, Jools Holland and Neil Morrissey with 60s pop princess, and the first UK act to win the Eurovision Song Contest, Sandie Shaw. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 03:00:00 2014-12-19 04:00:00 \N \N \N \N \N 19080 t
+24480 3531 Neil McCormick's Needle Time eng \N He ain't heavy, he's Allan Clarke. The singer and founding member of evergreen rock group The Hollies relives his incredible career in music. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:00:00 \N \N \N \N \N 19081 t
+24480 3532 Neil McCormick's Needle Time eng \N Lloyd joins Neil for a frank talk, introducing Bob Dylan's 'Tangled Up In Blue', The Smiths 'How Soon Is Now?' and Morrissey's 'We Hate It When Our Friends Become Successful'. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 05:00:00 2014-12-19 06:00:00 \N \N \N \N \N 19082 t
+14544 154 FlirtXchange eng \N Live Flirt Chat! The FlirtXchange chat hosts are out to play! Call now to join the fun, or message them anytime from the FlirtXchange mobile apps! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 05:30:00 2014-12-22 06:00:00 \N \N \N \N \N 19083 t
+25728 54619 Emma Bunton's Perfect Christmas eng \N Christmas is upon us and Emma Bunton has the perfect warming playlist to bring the cheer. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 15:00:00 2014-12-21 17:00:00 \N \N \N \N \N 19084 t
+25728 54620 It's Christmas with Noddy Holder eng \N Getting into the festive spirit with Noddy Holder as he plays an extra special ho-ho-holiday countdown of his favourite Christmas songs. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 17:00:00 2014-12-21 19:00:00 \N \N \N \N \N 19085 t
+22272 5576 Have I Got a Bit More News for You eng \N A bumper instalment of topical laughs with Paul Merton and Ian Hislop. Guest host Kirsty Young attempts to keep guest panellists Gyles Brandreth and Marcus Brigstocke in order. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 21:40:00 \N \N \N S \N 19086 t
+22080 937 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N \N \N 21162 t
+22272 5577 Have I Got a Bit More News for You eng \N Another bumper instalment of topical, irreverent humour. Captains Paul Merton and Ian Hislop are joined by guest host David Mitchell and panellists Roisin Conaty and Andy Hamilton. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 21:40:00 2014-12-23 22:20:00 \N \N \N S \N 19087 t
+22272 5578 Have I Got a Bit More News for You eng \N An extra-long edition of the evergreen satirical quiz. Dan Stevens fills the host's chair, presiding over regulars Paul Merton and Ian Hislop and guests Susan Calman and Miles Jupp. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 22:20:00 2014-12-23 23:00:00 \N \N \N S \N 19088 t
+22272 65179 Dave Gorman Modern Life is Goodish eng Winston Churchill's Pants Sharp stand-up from our Dave, who answers life's burning questions. What is Richard Branson capable of? And should David Dickinson be stopped? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N S \N 19089 t
+28352 2346 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 21:00:00 2014-12-23 21:40:00 \N \N \N \N \N 19090 t
+28352 2347 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 21:40:00 2014-12-23 22:00:00 \N \N \N \N \N 19091 t
+28352 2348 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 \N \N \N \N \N 19092 t
+28352 2349 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 22:30:00 2014-12-23 23:00:00 \N \N \N \N \N 19093 t
+28352 2350 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:30:00 \N \N \N \N \N 19094 t
+28352 2351 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 23:30:00 2014-12-24 00:00:00 \N \N \N \N \N 19095 t
+27456 45426 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 21:30:00 2014-12-23 22:00:00 \N \N \N \N \N 19096 t
+27456 45427 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 \N \N \N \N \N 19097 t
+27456 45428 Keiser Report eng \N Keiser Report is a no holds barred look at the shocking scandals behind the global financial headlines. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 22:30:00 2014-12-23 23:00:00 \N \N \N \N \N 19098 t
+27456 45429 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:30:00 \N \N \N \N \N 19099 t
+27456 45430 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 23:30:00 2014-12-24 00:00:00 \N \N \N \N \N 19100 t
+27744 42122 Flashpoint eng \N Action-packed drama following the lives of Strategic Response Unit cops. The team are called in when a neglected wife takes a woman she believes to be her husband's mistress hostage. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 19101 t
+27744 42430 S.O.F. - Special Ops Force eng \N An elite crime fighting group combines non-lethal weaponry and special operations capabilities which enable them to go places and perform tasks above and beyond ordinary law enforcement. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 19102 t
+27744 42124 Star Trek - The Original Series eng \N The original series, digitally remastered as you've never seen it before. A mysterious entity sees the Enterprise crew and the Klingons at each other's throats...again./24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:05:00 7 \N \N \N 3 19103 t
+26240 11739 heat Classics eng \N Non-Stop heat Classics to end the day! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 22:00:00 2014-12-24 01:00:00 \N \N \N \N \N 19104 t
+27904 2164 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:30:00 \N \N \N \N \N 19105 t
+27904 2165 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 23:30:00 2014-12-24 00:00:00 \N \N \N \N \N 19106 t
+28512 706 Midnight Mischief eng \N It's dark outside and its time to get flirty. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-24 02:00:00 \N \N \N \N \N 19107 t
+32896 8708 Littlest Pet Shop eng \N When Zoe discovers her sister Gail trapped in the Largest Ever Pet Shop, it's up to Blythe and the pets to bust her out. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:30:00 \N \N \N \N \N 19108 t
+32896 8709 Littlest Pet Shop eng \N Pepper tries her paw, er hand, at comedy. While Blythe defends the Biskits against a bully earning the twins' shallow gratitude. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:00:00 \N \N \N \N \N 19109 t
+32896 9258 Sally Bollywood eng \N Adventures in Pet Sitting - Alice is looking after a neighbour's pet rabbit while they are away. When she leaves it alone in her backyard for a moment, the pet goes missing and a skateboard is stolen! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:15:00 \N \N \N \N \N 19110 t
+32896 9259 Sally Bollywood eng \N Eye In The Sky - The school model rocket club has a problem - their rockets keep blowing up. Meanwhile, Sally is investigating another crime - someone is tampering with the school lunches. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 16:15:00 2014-12-24 16:30:00 \N \N \N \N \N 19111 t
+32896 9260 Spike eng \N Spike, the youngest recruit at Santa's workshop volunteers to fetch the sack of letters from children. What they haven't counted on is a robbery by the polar bear burglars! Will Spike save Christmas? \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:15:00 \N \N \N \N \N 19112 t
+32896 9261 Rekkit Rabbit eng \N When Rekkit shaves off his fur, he ends up forgetting who he is. It is now up to Jay and Lorne to get Rekkit's memory back, or Mom doesn't stand a chance of getting her job. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 17:15:00 2014-12-24 17:30:00 \N \N \N \N \N 19113 t
+32896 8713 Power Rangers Super Megaforce eng \N The Rangers learn a new style of martial arts by the Legendary Jungle Fury Red Ranger Casey. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 17:30:00 2014-12-24 18:00:00 \N \N \N \N \N 19114 t
+41104 20008 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 21:00:00 2014-12-24 01:00:00 \N \N \N \N \N 19115 t
+24032 31416 My Dog The Champion eng \N Family Drama starring Lance Henriksen and Dora Burge, 2013. A 16-year-old girl moves in with her strict grandfather but finds solace in her friendship with a dog trainer \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 15:30:00 2014-12-24 17:15:00 \N \N \N \N \N 19116 t
+24032 31417 Sox eng The Talking Dog Comedy starring David DeLuise and Kerry-Lynne Feirman. After their parents marry, two mistrusting step-brothers are brought together by a magical dog named Sox \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 17:15:00 2014-12-24 19:00:00 \N \N \N \N \N 19117 t
+23184 17469 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N \N \N 19118 t
+23184 17470 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N \N \N 19119 t
+23184 17471 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N \N \N 19120 t
+23184 17472 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-22 10:30:00 2014-12-22 11:00:00 \N \N \N \N \N 19121 t
+23184 17473 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N \N \N 19122 t
+22226 3217 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N S \N 19123 t
+22226 3218 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N S \N 19124 t
+22226 3427 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N S \N 19125 t
+22226 3451 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 10:30:00 2014-12-22 11:00:00 \N \N \N S \N 19126 t
+22226 3510 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 \N \N \N S \N 19127 t
+22226 3523 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 \N \N \N S,AD \N 19128 t
+17609 20332 eng \N \N \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:40:00 2014-12-23 23:50:00 \N \N \N \N \N 19129 t
+22688 1028 Magic in the Morning with Nick Snaith eng \N Listen to Nick Snaith weekdays from 6am - 10am. Feel good music, travel every 15 minutes and the latest news & weather \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 06:00:00 2014-12-22 10:00:00 \N \N \N \N \N 19130 t
+17540 49774 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 10:00:00 \N \N \N \N \N 19131 t
+8264 41846 The Aquabats! Super Show! eng Pilgrim Boy The Aquabats! meet Pilgrim Boy, a fellow superhero who possesses the power to shape shift into anything, despite causing him physical pain in the process. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:25:00 \N \N \N S \N 19132 t
+8264 42239 Pat & Stan eng The Pool Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! Pat decides to dig a pool in the back garden. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 06:25:00 2014-12-20 06:35:00 \N \N \N AD,S,SL \N 19133 t
+8264 42287 Pat & Stan eng Stephanie Love Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! What is Stephanie hiding? Is she in love? \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 06:35:00 2014-12-20 06:40:00 \N \N \N AD,S,SL \N 19134 t
+8264 41847 Dino Dan: Trek's Adventures eng Carnivore Contest Jurassic adventures. Trek uses a stegosaurus decoy to figure out who was a better hunter - the giganotosaurus, the microraptor or the troodon? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:40:00 2014-12-20 06:50:00 \N \N \N S,SL \N 19135 t
+8264 41848 Dino Dan: Trek's Adventures eng Dino Racers Jurassic adventures. At an indoor kart track, the kids learn about dinosaur speeds when Trek tells a story about kids who raced dinosaurs! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:50:00 2014-12-20 07:05:00 \N \N \N S,SL \N 19136 t
+8264 34106 Canimals eng Trash Can Ato is sick and finds comfort in a new friend he finds in the trash. But Mimi and Fizzy think Ato's new friendship stinks and they do something about it. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:05:00 2014-12-20 07:10:00 \N \N \N S \N 19137 t
+8264 34107 Canimals eng Can Zilla What can jump like Toki, sonic scream like Nia, has Leon's whipping tongue and Pow's ability to fly? Oz is about to find out! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:10:00 2014-12-20 07:20:00 \N \N \N S \N 19138 t
+8264 35305 Signed Stories: Share a Story eng Super Dan All Super Dan wants after a busy day saving the world from aliens, a dragon and the evil Dr Zog is a nice long soak in the bath - but what is lurking in the tub?! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:20:00 2014-12-20 07:25:00 \N \N \N S,SL \N 19139 t
+8264 41851 Sooty eng Panto Palaver When the actors in Mr Slater's pantomime fail to turn up, Sooty, Sweep and Soo perform instead. Will the Wicked Bunny have Little Blue Riding Hood for his supper? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:25:00 2014-12-20 07:35:00 \N \N \N S \N 19140 t
+8264 39064 Mr Bean eng A Grand Invitation Animated antics of a bumbler. Mr Bean meets an aristocratic old lady and is invited for lunch - but she and her sinister butler are not quite what they seem. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 07:35:00 2014-12-20 07:50:00 \N \N \N AD,S \N 19141 t
+8264 41853 Hulk and the Agents of S.M.A.S.H. eng Doorway to Destruction - Part 2 Animated series. The newly formed agents of S.M.A.S.H., including a Hulked-out Rick Jones, invade the Negative Zone to stop Annihilus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:50:00 2014-12-20 08:15:00 \N \N \N S \N 19142 t
+8264 44675 Horrid Henry eng Horrid Henry and the Horrid Hat The animated adventures of the mischievous anti-hero. Henry's horrid hat is not the only thing breaking the rules - according to Soggy Sid! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 08:15:00 2014-12-20 08:30:00 \N \N \N AD,S \N 19143 t
+22208 2478 RSPCA Animal Rescue eng \N Moving series following RSPCA workers across Australia as they work to help animals in need. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N S \N 19218 t
+8264 41773 The Looney Tunes Show eng Christmas Carol Show about roommates Bugs Bunny and Daffy Duck. Lola decides to stage her own version of A Christmas Carol to renew the town's holiday spirit. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N S \N 19144 t
+20352 58286 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 15:35:00 2014-12-22 17:40:00 \N \N \N \N \N 19145 t
+20352 58287 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 17:40:00 2014-12-22 20:15:00 \N \N \N \N \N 19146 t
+24016 12879 Battle Of Crete eng \N A gripping World War Two documentary recounting the German air invasion of the Greek island of Crete in May 1941. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:55:00 \N \N \N \N \N 19147 t
+24016 12880 Days of Glory eng \N Gregory Peck stars as the leader of a heroic resistance movement, fighting the Nazis against impossible odds. Jacques Tourneur directs this Oscar nominated film. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 06:55:00 2014-12-22 08:30:00 \N \N 1944 \N \N 19148 t
+24016 12881 Zorro, The Gay Blade eng \N Zorro is only human. When he falls ill he asks his twin brother to take on the mantle of the masked hero. But the twin brother comes from a different camp. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 08:30:00 2014-12-22 10:15:00 \N \N 1981 \N \N 19149 t
+24256 1030 Programmes start at midnight eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 07:00:00 2014-12-23 00:00:00 \N \N \N \N \N 19150 t
+14688 11620 Geoff Lloyd's Hometime Show eng \N Geoff and Annabel are off, so Vicki's getting you home with great music, chat and nonsense. Take part by texting 81215 (50p + n/wk charge) \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 18:00:00 2014-12-22 22:00:00 \N \N \N \N \N 19151 t
+23296 5841 Gay Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 06:00:00 2014-12-22 08:00:00 \N \N \N \N \N 19152 t
+23296 5842 Rainbow Nation eng \N LGBT - No limits dating. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 08:00:00 2014-12-22 10:00:00 \N \N \N \N \N 19153 t
+22656 883 Breakfast with Kate eng \N Kate wakes you up with the finest selection of rock. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 07:00:00 2014-12-22 10:00:00 \N \N \N \N \N 19154 t
+22784 775 Kisstory Breakfast with Michael eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N \N \N 19155 t
+24352 31255 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 07:00:00 \N \N \N \N \N 19156 t
+24352 31254 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 07:00:00 2014-12-22 18:00:00 \N \N \N \N \N 19157 t
+23120 20451 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 07:00:00 \N \N \N \N \N 19158 t
+23120 20444 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 07:00:00 2014-12-22 08:00:00 \N \N \N \N \N 19159 t
+23120 20438 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 08:00:00 2014-12-22 09:00:00 \N \N \N \N \N 19160 t
+23904 784 Programmes start at 5am eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 06:00:00 2014-12-23 05:00:00 \N \N \N \N \N 19161 t
+4169 49795 The Andrew Marr Show eng \N Andrew Marr is joined by key political personalities and cultural figures to discuss topical politics, current affairs and the arts. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N S \N 19162 t
+4169 56150 Fern Britton Meets... Richard Coles eng \N Former Communards band member Richard Coles explores his extraordinary journey from 80s pop star to Church of England vicar. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 4 4 \N S \N 19163 t
+4169 57983 Escape to the Continent eng Austria - Salzburg Brits test-drive an alternative life in Europe. Anita Rani is property shopping in the Salzburg area of Austria with a couple from Wiltshire. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 15 20 \N S \N 19164 t
+14448 27149 The Investigator eng \N An in-depth look into some of New Zealand's most puzzling crimes in recent history, investigating if there was more to each crime than meets the eye. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:00:00 \N \N \N \N \N 19165 t
+4169 51722 Bargain Hunt eng Lincoln Antiques show. Tim Wonnacott presents from Lincoln, as the two teams are made up of cyclist and motorbike enthusiasts. With experts Charles Hanson and Paul Laidlaw. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:30:00 \N \N \N S \N 19166 t
+22624 40382 Early Edition eng \N RNIB's Insight Radio - Steven Scott and the team make today's newspapers accessible to blind and partially sighted people \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-22 07:00:00 2014-12-22 10:00:00 \N \N \N \N \N 19167 t
+23280 5846 Your Perfect Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 06:00:00 2014-12-22 08:00:00 \N \N \N \N \N 19168 t
+23280 5847 Flirt With Me eng \N Flirt and meet with Kiss Me TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 08:00:00 2014-12-22 10:00:00 \N \N \N \N \N 19169 t
+23152 17345 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:30:00 \N \N \N \N \N 19170 t
+23152 17346 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-19 03:30:00 2014-12-19 04:00:00 \N \N \N \N \N 19171 t
+23152 17347 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:00:00 \N \N \N \N \N 19172 t
+23152 17348 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 \N \N \N \N \N 19173 t
+23152 17349 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N \N \N 19174 t
+24448 63968 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 03:00:00 2014-12-19 04:00:00 \N \N \N \N \N 19175 t
+24448 63969 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:00:00 \N \N \N \N \N 19176 t
+24448 63970 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 05:00:00 2014-12-19 06:00:00 \N \N \N \N \N 19177 t
+8274 41846 The Aquabats! Super Show! eng Pilgrim Boy The Aquabats! meet Pilgrim Boy, a fellow superhero who possesses the power to shape shift into anything, despite causing him physical pain in the process. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:25:00 \N \N \N S \N 19178 t
+8274 42239 Pat & Stan eng The Pool Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! Pat decides to dig a pool in the back garden. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 06:25:00 2014-12-20 06:35:00 \N \N \N AD,S,SL \N 19179 t
+17664 58634 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:10:00 \N \N \N \N \N 19220 t
+8274 42287 Pat & Stan eng Stephanie Love Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! What is Stephanie hiding? Is she in love? \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 06:35:00 2014-12-20 06:40:00 \N \N \N AD,S,SL \N 19180 t
+8274 41847 Dino Dan: Trek's Adventures eng Carnivore Contest Jurassic adventures. Trek uses a stegosaurus decoy to figure out who was a better hunter - the giganotosaurus, the microraptor or the troodon? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:40:00 2014-12-20 06:50:00 \N \N \N S,SL \N 19181 t
+8274 41848 Dino Dan: Trek's Adventures eng Dino Racers Jurassic adventures. At an indoor kart track, the kids learn about dinosaur speeds when Trek tells a story about kids who raced dinosaurs! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:50:00 2014-12-20 07:05:00 \N \N \N S,SL \N 19182 t
+8274 34106 Canimals eng Trash Can Ato is sick and finds comfort in a new friend he finds in the trash. But Mimi and Fizzy think Ato's new friendship stinks and they do something about it. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:05:00 2014-12-20 07:10:00 \N \N \N S \N 19183 t
+8274 34107 Canimals eng Can Zilla What can jump like Toki, sonic scream like Nia, has Leon's whipping tongue and Pow's ability to fly? Oz is about to find out! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:10:00 2014-12-20 07:20:00 \N \N \N S \N 19184 t
+8274 35305 Signed Stories: Share a Story eng Super Dan All Super Dan wants after a busy day saving the world from aliens, a dragon and the evil Dr Zog is a nice long soak in the bath - but what is lurking in the tub?! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:20:00 2014-12-20 07:25:00 \N \N \N S,SL \N 19185 t
+8274 41851 Sooty eng Panto Palaver When the actors in Mr Slater's pantomime fail to turn up, Sooty, Sweep and Soo perform instead. Will the Wicked Bunny have Little Blue Riding Hood for his supper? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:25:00 2014-12-20 07:35:00 \N \N \N S \N 19186 t
+8274 39064 Mr Bean eng A Grand Invitation Animated antics of a bumbler. Mr Bean meets an aristocratic old lady and is invited for lunch - but she and her sinister butler are not quite what they seem. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 07:35:00 2014-12-20 07:50:00 \N \N \N AD,S \N 19187 t
+8274 41853 Hulk and the Agents of S.M.A.S.H. eng Doorway to Destruction - Part 2 Animated series. The newly formed agents of S.M.A.S.H., including a Hulked-out Rick Jones, invade the Negative Zone to stop Annihilus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:50:00 2014-12-20 08:15:00 \N \N \N S \N 19188 t
+8274 44675 Horrid Henry eng Horrid Henry and the Horrid Hat The animated adventures of the mischievous anti-hero. Henry's horrid hat is not the only thing breaking the rules - according to Soggy Sid! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 08:15:00 2014-12-20 08:30:00 \N \N \N AD,S \N 19189 t
+8274 41773 The Looney Tunes Show eng Christmas Carol Show about roommates Bugs Bunny and Daffy Duck. Lola decides to stage her own version of A Christmas Carol to renew the town's holiday spirit. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N S \N 19190 t
+14720 1717 Matt Wilkinson eng \N Join Matt in the Heart studio for more music variety on your Saturday afternoon. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 17:00:00 \N \N \N \N \N 19191 t
+22080 1375 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 19194 t
+22080 1379 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N \N \N 19195 t
+22080 1380 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 19196 t
+22080 1384 The Defectors eng \N Mark Stone meets people who suffered years of brutality in North Korean prison camps. He hears astonishing stories of those who have escaped one of the world's most brutal regimes. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N \N \N 19197 t
+22080 1387 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:30:00 \N \N \N \N \N 19198 t
+22080 1388 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N \N \N 19199 t
+14448 27148 Unsolved Mysteries eng \N Notorious incidents are revisited in this insightful series. Looking into the theory of reincarnation, plus new ideas about the disappearance of pilot Amelia Earhart. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 01:00:00 \N \N \N \N \N 19200 t
+14448 27150 Crime Stories eng \N Grisly crimes are meticulously reconstructed in this dramatic series. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:00:00 \N \N \N \N \N 19201 t
+16208 38370 Barbara Taylor Bradford's Act of Will eng \N Barbara Taylor Bradford's classic comes to the small screen. Audra's mother has died leaving no estate and Audra has to work hard to pay for her daughter to continue her studies. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-22 03:25:00 2014-12-22 04:10:00 \N \N \N \N \N 19202 t
+16208 38371 Barbara Taylor Bradford's Act of Will eng \N Conclusion to the drama about three generations of women who battle bravely through five decades of hidden love. Based on Barbara Taylor Bradford's amazing true-life story. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-22 04:10:00 2014-12-22 05:00:00 \N \N \N \N \N 19203 t
+16208 40602 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 05:00:00 2014-12-22 08:00:00 \N \N \N \N \N 19204 t
+12992 30777 ...programmes start at 12.00pm eng \N . \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 03:00:00 2014-12-19 06:00:00 \N \N \N \N \N 19205 t
+23712 3014 Programmes continue at 08:00am eng Programmes continue at 08 00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 04:00:00 2014-12-19 07:00:00 \N \N \N \N \N 19206 t
+27168 59906 A SuperScrimpers' Merry Christmas eng \N A seasonal special full of tips to help everyone have very merry, but frugal, festivities, from cooking to decorations, presents, and the Duchess of Rutland with some super-posh scrimping. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N S \N 19207 t
+27168 59627 Come Dine with Me eng \N In north Norfolk, two men with very high standards are confronted with two women who take a more casual approach to hygiene. Hair in the food becomes a recurring problem. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N S \N 19208 t
+27168 59907 Come Dine with Me eng \N In Taunton, Somerset, three country lovers, Dave Hallam, Kaaren Kitching and Louise Naum, take on Essex boy Matt Potter. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N S \N 19209 t
+41056 18175 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N \N \N 19210 t
+41056 18176 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N \N \N 19211 t
+41056 18177 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:30:00 \N \N \N \N \N 19212 t
+41056 18178 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 17:30:00 2014-12-24 17:55:00 \N \N \N \N \N 19213 t
+41056 18179 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 17:55:00 2014-12-24 18:00:00 \N \N \N \N \N 19214 t
+22208 2148 Brit Cops eng Zero Tolerance Fly-on-the-wall documentary series following the work of the Met Police, including the robbery and drug squads and uniformed response unit, in the borough of Hammersmith and Fulham. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 03:20:00 2014-12-19 04:10:00 \N \N \N S,AD \N 19215 t
+22208 2185 Most Haunted eng Cammell Laird Entertainment series following Yvette Fielding and a team of paranormal experts as they spend 24 hours in Britain and Ireland's most haunted locations. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-19 04:10:00 2014-12-19 05:00:00 \N \N \N S,AD \N 19216 t
+22208 2203 RSPCA Animal Rescue eng \N Moving series following RSPCA workers across Australia as they work to help animals in need. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 \N \N \N S \N 19217 t
+17664 58986 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 23:10:00 2014-12-20 01:00:00 \N \N \N \N \N 19221 t
+27328 17839 The Supporters Club Review of 2014 eng \N A review of the work done by BT Sport's charitable initiative during 2014. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:30:00 \N \N \N \N \N 19222 t
+27328 17344 World of Football eng \N The best action and news from the greatest leagues around the world. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N \N \N 19224 t
+27328 17345 Boxing Tonight eng \N A round-up of all the latest boxing news, featuring Adonis Stevenson v Dmitry Sukhotsky. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:30:00 \N \N \N \N \N 19225 t
+23296 5804 Something for Everyone eng \N Thousands of like-minded people are waiting for you now. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 04:00:00 2014-12-19 06:00:00 \N \N \N \N \N 19226 t
+23040 38225 Diners, Drive-Ins And Dives eng \N Guy Fieri visits America's most interesting and unique restaurants. Guy visits an authentic Mexican restaurant in Phoenix, and a Kentucky truck stop where home-made biscuits come with everything. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 21:00:00 2014-12-24 21:30:00 \N \N \N \N \N 19227 t
+23040 38226 Diners, Drive-Ins And Dives eng \N This trip, Guy's digging into unique holiday traditions in Tennessee. In Hendersonville is a barbecue joint with a storied past serving up holiday ham with a fiery finish. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:00:00 \N \N \N \N \N 19228 t
+4175 49795 The Andrew Marr Show eng \N Andrew Marr is joined by key political personalities and cultural figures to discuss topical politics, current affairs and the arts. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N S \N 19271 t
+23040 38227 Ching's Restaurant Redemption eng \N Ching is headed to Kansas City to a family run Vietnamese restaurant. Mimi Perkins opened Saigon 39 to rave reviews and lines down the block. Now, over 20 years later, business has plummeted. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:30:00 \N \N \N \N \N 19229 t
+23040 38228 Ching's Restaurant Redemption eng \N John Bian and his family run a struggling Chinese restaurant in Bloomington. The restaurant is the only income for the family and as sales continue to drop, tensions have begun to run high. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 22:30:00 2014-12-24 23:00:00 \N \N \N \N \N 19230 t
+23040 38229 Mystery Diners eng \N George, the owner of Los Angeles hot spot Ca' Brea, has recently received a few complaints about his valet service. The Mystery Diners go undercover to investigate. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 23:00:00 2014-12-24 23:30:00 \N \N \N \N \N 19231 t
+23040 38230 Mystery Diners eng \N Restaurant owner Derrick has a problem with an employee who claims he hurt his leg on the job. Despite a promotion the employee is acting suspiciously, so the Mystery Diners are called in to help. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 23:30:00 2014-12-25 00:00:00 \N \N \N \N \N 19232 t
+12928 42136 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:30:00 \N \N \N \N \N 19233 t
+12928 42137 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:30:00 2014-12-23 07:00:00 \N \N \N \N \N 19234 t
+12928 42138 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:30:00 \N \N \N \N \N 19235 t
+12928 42139 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 07:30:00 2014-12-23 08:00:00 \N \N \N \N \N 19236 t
+12928 42140 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:30:00 \N \N \N \N \N 19237 t
+12928 42141 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:00:00 \N \N \N \N \N 19238 t
+27744 42362 S.O.F. - Special Ops Force eng \N An elite crime fighting group combines non-lethal weaponry and special operations capabilities which enable them to go places and perform tasks above and beyond ordinary law enforcement. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:50:00 \N \N \N \N \N 19239 t
+27744 42019 Hawaii Five-O eng \N Popular American police drama starring Jack Lord and James MacArthur. The son of Lon becomes the vital witness in a murder, but he is reluctant to tell either his father or Five-O. Part 2./24 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 03:50:00 2014-12-19 04:40:00 24 \N \N \N 3 19240 t
+27744 42020 Nash Bridges eng \N The high-action exploits of San Francisco police officer Nash Bridges. The SIU are trapped at the office on Christmas Eve, as they finish wrapping up a murder investigation./18 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 04:40:00 2014-12-19 06:00:00 6 \N \N \N 2 19241 t
+16080 14926 New eng Kids' Hospital at Christmas Last in the documentary series. On Christmas Day on the wards, head of nursing Walter is trying to work out how to get staff home when there is no public transport running. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N S \N 19243 t
+16080 14927 Saving Private Ryan eng \N Powerful World War II drama starring Tom Hanks and Ed Burns. A group of US soldiers is sent to find and send home a private whose brothers have all been killed in action. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-24 22:00:00 2014-12-25 01:15:00 \N \N 1998 S \N 19244 t
+8385 58287 Star Trek eng The Motion Picture In the first spin-off movie of the TV series, Kirk, Spock, McCoy and the crew of the Enterprise face a huge, destructive energy cloud which is heading for Earth to find its creator. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 16:40:00 2014-12-22 19:15:00 \N \N 1979 AD,S \N 19245 t
+28160 15730 Telling the Truth eng \N Dynamic Bible teaching from Stuart, Jill and Pete Briscoe \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:30:00 \N \N \N \N \N 19246 t
+28160 15731 The Word for Today eng \N Classic Bible teaching series with Chuck Smith \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 04:30:00 2014-12-19 05:00:00 \N \N \N \N \N 19247 t
+28160 15732 Back to the Bible eng \N Dynamic Bible teaching from Dr John Munro. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 \N \N \N \N \N 19248 t
+28160 15733 Grace to You eng \N Unleashing God's truth, one verse at a time, with Dr. John MacArthur. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N \N \N 19249 t
+25792 52421 Human Planet eng Cities - Surviving the Urban Jungle The landmark nature series here looks at the one environment made by humans for humans - the city, where over half of the world population lives. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N AD,S \N 19250 t
+25792 52422 Last of the Summer Wine eng The Glory Hole The comedy that seems set to live forever. Foggy's taken to pretending he's in a wartime foxhole. Then he ropes Compo and Clegg into reconstructing a battle scene. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:40:00 \N \N \N AD,S \N 19251 t
+25792 52423 Last of the Summer Wine eng Where There's Smoke There's Barbecue Compo, Clegg and Foggy get excited about a portable gas barbecue, but have some difficulty mastering the gas pressure valve. Take cover! \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-21 19:40:00 2014-12-21 20:20:00 \N \N \N AD,S \N 19252 t
+25792 52424 Last of the Summer Wine eng The Black Widow Too much home brew after Ernie Mordue's funeral leaves Compo and Foggy with bad hangovers. Clegg fares rather better, ending up with a good woman! \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-21 20:20:00 2014-12-21 21:00:00 \N \N \N AD,S \N 19253 t
+41024 59906 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N \N \N 19254 t
+41024 59627 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N \N \N 19255 t
+41024 59907 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N \N \N 19256 t
+32836 42951 Teleshopping eng \N Teleshopping for a steam mop. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:30:00 \N \N \N \N \N 19257 t
+32836 42966 Teleshopping eng \N Teleshopping for beds and mattresses. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 03:30:00 2014-12-19 04:00:00 \N \N \N \N \N 19258 t
+32836 42980 Teleshopping eng \N Teleshopping for space saving system. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:30:00 \N \N \N \N \N 19259 t
+32836 42994 Teleshopping eng \N Teleshopping for slim and lift Caresse jeans. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 04:30:00 2014-12-19 05:00:00 \N \N \N \N \N 19260 t
+32836 42938 Teleshopping eng \N Teleshopping for eye make-up. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 \N \N \N \N \N 19261 t
+32836 42952 Teleshopping eng \N Teleshopping for a steam mop. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N \N \N 19262 t
+16208 37875 Wish Me Luck eng \N Drama series set in World War II. The prisoners are made ready for the firing squad and the resistance receive information saying the Germans are about to launch an airstrike. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 03:40:00 2014-12-19 04:30:00 \N \N \N S \N 19263 t
+16208 37876 A Garden for All Seasons eng Northumberland Anne-Marie Powell and Charlie Dimmock offer tips on how to keep interest and colour in gardens all year round. Anne-Marie visits a garden in Northumberland. \N 0 25 f 64 eng eng 10 0 0 \N 2014-12-19 04:30:00 2014-12-19 05:00:00 \N \N \N AD,S \N 19264 t
+16208 40599 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 05:00:00 2014-12-19 08:00:00 \N \N \N \N \N 19265 t
+4175 56150 Fern Britton Meets... Richard Coles eng \N Former Communards band member Richard Coles explores his extraordinary journey from 80s pop star to Church of England vicar. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 4 4 \N S \N 19272 t
+4175 57983 Escape to the Continent eng Austria - Salzburg Brits test-drive an alternative life in Europe. Anita Rani is property shopping in the Salzburg area of Austria with a couple from Wiltshire. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 15 20 \N S \N 19273 t
+4175 51722 Bargain Hunt eng Lincoln Antiques show. Tim Wonnacott presents from Lincoln, as the two teams are made up of cyclist and motorbike enthusiasts. With experts Charles Hanson and Paul Laidlaw. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:30:00 \N \N \N S \N 19274 t
+14498 26470 Tigers Attack eng \N A tiger's roar is said to paralyse prey, giving it time to catch and kill. But could there be something more to it something beyond our hearing? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:00:00 \N \N \N \N \N 19275 t
+14498 26471 On the Case with Paula Zahn eng Honeymoon Hit A jailhouse interview with Ashley Humphrey, convicted of killing her new husband's ex-lover at his request. She wants her story to be a lesson to other women. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 19276 t
+14720 25937 The Wind Down With Jenny Francis eng \N Wind down after another busy day with Jenny Francis playing the best selection of cool and relaxing music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-24 01:00:00 \N \N \N \N \N 19277 t
+15856 3544 The Millionaire Matchmaker eng The Fixer and the D Reality series. Patti plays cupid for Justin, a sharp dresser who runs a tight ship and surf-loving advertising executive Chad, who also loves the ladies. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N S \N 19278 t
+15856 3545 Mob Wives eng Rumble on the Rooftop Reality series. Carla adjusts to life with her husband now he is out of prison and Drita is pushed over the edge when revelations about Lee surface. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 19279 t
+15856 3546 The Real Housewives of Melbourne eng \N Reality series which follows the lives of a group of well-to-do socialites. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N S \N 19280 t
+17609 20204 eng \N \N \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 09:25:00 2014-12-23 10:20:00 \N \N \N \N \N 19281 t
+17609 20373 eng \N \N \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 10:20:00 2014-12-23 11:20:00 \N \N \N \N \N 19282 t
+17609 19723 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 11:20:00 2014-12-23 12:25:00 \N \N \N \N \N 19283 t
+22226 6331 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:30:00 \N \N \N S,AD \N 19287 t
+22226 6345 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-19 03:30:00 2014-12-19 04:00:00 \N \N \N S,AD \N 19288 t
+22226 6349 It's Not What You Know eng \N Chris Tarrant presents the game show in which contestants have to predict whether a panel of celebrities can correctly answer questions in their specialist subject areas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:00:00 \N \N \N S \N 19289 t
+22226 6376 Whittle eng \N Comedian Tim Vine hosts the quiz show that whittles down 100 players to a single winner through a series of multiple-choice general knowledge questions. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 \N \N \N S,AD \N 19290 t
+22226 6377 Whittle eng \N Comedian Tim Vine hosts the quiz show that whittles down 100 players to a single winner through a series of multiple-choice general knowledge questions. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N S,AD \N 19291 t
+28352 2140 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:20:00 \N \N \N \N \N 19292 t
+28352 2141 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 03:20:00 2014-12-19 04:00:00 \N \N \N \N \N 19293 t
+28352 2142 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:30:00 \N \N \N \N \N 19294 t
+28352 2143 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 04:30:00 2014-12-19 05:00:00 \N \N \N \N \N 19295 t
+28352 2144 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 \N \N \N \N \N 19296 t
+28352 2145 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N \N \N 19297 t
+33088 17354 Kitchen Gifts eng \N Treat the chef in the family this Christmas with these culinary gadgets. They'll deserve it after that delicious Christmas feast! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 03:00:00 2014-12-19 04:00:00 \N \N \N \N \N 19298 t
+33088 17355 Nails Inc eng \N A show of hot seasonal colours, classic manicure favourites and unique nail care solutions from Nails Inc. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:00:00 \N \N \N \N \N 19299 t
+33088 17356 no!no! Hair Removal eng \N Now available worldwide, the innovative no!no! system offers pain-free hair removal that can be performed in the comfort and convenience of your own home. No mess, no chemicals - just smooth skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 05:00:00 2014-12-19 06:00:00 \N \N \N \N \N 19300 t
+41136 50275 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 00:10:00 2014-12-20 01:15:00 \N \N \N \N \N 19301 t
+41136 50276 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 01:15:00 2014-12-20 03:15:00 \N \N \N \N \N 19302 t
+15952 2480 Twelve Days of Christmas Eve eng \N Drama starring Steven Weber and Molly Shannon, 2004. A businessman neglects his family, but realises he must make amends after being hurt in an accident \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 12:15:00 2014-12-24 14:10:00 \N \N \N AD,S \N 19303 t
+15952 2752 Emmerdale eng \N Moira and Charity's feud angers Cain. Adam is taken aback by Robert's offer. Kirin's future plans leave Vanessa uneasy. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 14:10:00 2014-12-24 14:40:00 \N \N \N AD,S \N 19304 t
+15952 4572 Casper eng \N Spooky family tale starring Christina Ricci and Bill Pullman, 1995. A lonely boy-ghost befriends the young daughter of a ghost hunter \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 14:40:00 2014-12-24 16:40:00 \N \N \N AD,S \N 19305 t
+24464 50339 V8 Supercars Season Review eng \N A round-up of the 2014 season of Australia's premier touring car series. Part 1. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 12:10:00 2014-12-23 16:20:00 \N \N \N \N \N 19306 t
+8500 5773 Jason Manford Live eng \N A hilarious performance by stand-up from comic Jason Manford, filmed during his 'Off On Tour We Go' tour. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 00:05:00 2014-12-21 01:25:00 \N \N \N S \N 19307 t
+8500 5774 SuperCasino eng \N Live interactive gaming featuring roulette, blackjack and autowheel. For more information and to register visit www.SuperCasino.com. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 01:25:00 2014-12-21 04:00:00 \N \N \N \N \N 19308 t
+23184 17344 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 03:00:00 2014-12-19 04:00:00 \N \N \N \N \N 19311 t
+23184 17345 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:30:00 \N \N \N \N \N 19312 t
+23184 17346 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-19 04:30:00 2014-12-19 05:00:00 \N \N \N \N \N 19313 t
+23184 17347 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 05:00:00 2014-12-19 06:00:00 \N \N \N \N \N 19314 t
+28416 20082 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:00:00 \N \N \N \N \N 19315 t
+28416 20083 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 07:00:00 2014-12-19 08:00:00 \N \N \N \N \N 19316 t
+28416 20084 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 08:00:00 2014-12-19 09:00:00 \N \N \N \N \N 19317 t
+22752 1060 Kiss Fresh Early eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 03:00:00 2014-12-19 06:00:00 \N \N \N \N \N 19318 t
+33088 17405 Jewellery Gift Ideas eng \N Discover our wide selection of sumptuous jewellery designs and find the perfect present to bring a sparkle to someone special. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 19319 t
+33088 17407 Dyson eng \N Vacuum your home with help from the iconic and much-loved British brand Dyson. We will be showcasing unique packages with added accessories, as well as discovering Dyson's new innovative technology. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 08:00:00 2014-12-21 09:00:00 \N \N \N \N \N 19321 t
+16032 41878 The Aquabats! Super Show! eng The Floating Eye of Death! Exhausted after a playing a rock concert, The Aquabats! pull into an isolated truck stop to catch some sleep - but their peace and quiet is short-lived. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:25:00 \N \N \N S \N 19322 t
+16032 42332 Pat & Stan eng Stuart Does Everything Pat the purple hippo and his friend Stan the yellow dog turn every event into the craziest of adventures! It is not looking good for the football match. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 06:25:00 2014-12-21 06:35:00 \N \N \N AD,S,SL \N 19323 t
+16032 42616 Pat & Stan eng Roll with It Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! Pat's latest book gives him confidence. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 06:35:00 2014-12-21 06:40:00 \N \N \N AD,S,SL \N 19324 t
+16032 41879 Dino Dan: Trek's Adventures eng Everyone Loves Marine Reptiles Jurassic adventures. Mum takes Trek and Penelope to Marineland, Trek imagines what it would be like if there was a show with prehistoric reptiles! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:40:00 2014-12-21 06:50:00 \N \N \N S,SL \N 19326 t
+16032 41880 Dino Dan eng Twas a Dinosaur Join palaeontologist-in-training Dan Henderson as he takes kids on a Jurassic journey. Dan takes the poem The Night Before Christmas and gives it a dinosaur spin. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:50:00 2014-12-21 07:05:00 \N \N \N S,SL \N 19327 t
+16032 34108 Canimals eng Mousetak Can When the humans mistake the Canimals' mess for droppings, they return with a whole lot of mouse and rat traps. The Canimals welcome the new buffet of cheese! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:05:00 2014-12-21 07:10:00 \N \N \N S \N 19328 t
+16032 35307 Canimals eng Snow Cans The Canimals find themselves racing for their lives, pursued by an ever-growing ball of snow. Will they manage to get themselves out of this in one piece? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:10:00 2014-12-21 07:20:00 \N \N \N S \N 19329 t
+16032 35313 Signed Stories: Share a Story eng My Motorbike The simple tale of a boy who dreams of motorcycle adventures whilst playing on his scooter in his back yard. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:20:00 2014-12-21 07:25:00 \N \N \N S,SL \N 19330 t
+16032 44274 Sooty eng Pranks and Presents When the hook-a-duck stall runs out of prizes, Sooty's hopes are on his teddy bear machine, but he gets a little extra help. Guest starring Brian Blessed. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:25:00 2014-12-21 07:35:00 \N \N \N S \N 19331 t
+16032 34722 Mr Bean eng A Royal Makeover The animated antics of the hapless bumbler. Mr Bean decides to decorate his room in the style of Buckingham Palace and selects the same wallpaper as the Queen has. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 07:35:00 2014-12-21 07:50:00 \N \N \N AD,S \N 19332 t
+16032 41883 Ultimate Spider-Man eng The Incredible Spider-Hulk Animated adventures. Mesmero wreaks havoc again when he switches Spider-Man and Hulk's brains. The Wallcrawler has to contend with the blue eyed Thing. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:50:00 2014-12-21 08:15:00 \N \N \N S \N 19333 t
+16032 41884 Horrid Henry eng Horrid Henry and the Perfect Panto Animated adventures. When Henry's school panto is cancelled, Margaret will not take no for an answer - which is a good thing and a bad thing! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 08:15:00 2014-12-21 08:30:00 \N \N \N AD,S \N 19334 t
+16032 41885 Big Time Rush eng Big Time Dreams (Part 2) Members of a boy band try to make it big in the music industry. The band must stop an evil genius who wants to hypnotise everyone in the crowd. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N S \N 19335 t
+20352 60704 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 05:00:00 2014-12-19 07:00:00 \N \N \N \N \N 19336 t
+15952 42872 Dads eng Doubles Trouble US sitcom. Eli begins to question his and Warner's friendship when Warner makes Camilla his partner in the annual Virtual Tennis Tournament. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:20:00 \N \N \N S \N 19337 t
+15952 4468 Teleshopping eng \N Shopping from home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 03:20:00 2014-12-19 06:50:00 \N \N \N \N \N 19338 t
+17609 19499 eng \N \N \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:40:00 \N \N \N \N \N 19339 t
+17609 19500 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 03:40:00 2014-12-20 06:00:00 \N \N \N \N \N 19340 t
+8381 15329 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 06:05:00 2014-12-23 07:00:00 \N \N \N S,SL \N 19341 t
+8381 14921 Good Morning Britain eng \N Breakfast show with the latest news, sport and weather, presented by Susanna Reid, Ben Shephard, Charlotte Hawkins and Sean Fletcher. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 07:00:00 2014-12-23 09:30:00 \N \N \N S \N 19342 t
+16048 33206 Housewife, 49 eng \N Victoria Wood stars as a downtrodden wife and mother, whose life dramatically improves after the outbreak of WWII when she joins the Women's Voluntary Service. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 22:00:00 2014-12-24 00:00:00 \N \N \N AD,S \N 19343 t
+8274 21089 Midsomer Murders eng Days of Misrule Barnaby investigates an explosion at a haulage yard. When a body turns up, there are plenty of suspects, including a grieving mother and a group of TA soldiers. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 15:00:00 2014-12-23 17:00:00 \N \N \N AD,S \N 19344 t
+8274 29702 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the prize cash. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N S \N 19345 t
+14532 6327 Plates from The States eng \N Delicious recipe ideas from the diverse culinary landscape of the United States. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 03:00:00 2014-12-19 04:00:00 \N \N \N \N \N 19429 t
+14784 2873 Chilled to the Bone? eng \N Time to book a CRUISE! Caribbean, Mediterranean, European. You name it, we got it! Whatever floats ya boat and whatever your budget, grab your toothbrush & sail away to Shangri-La \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 20:00:00 2014-12-24 00:00:00 \N \N \N \N \N 19346 t
+13024 50913 Ben Fogle eng New Lives In The Wild Documentary series. Ben meets a 40-year-old former communications manager who gave up her old life to train huskies in the Swedish Arctic Circle. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 04:10:00 2014-12-19 05:00:00 \N \N \N S \N 19347 t
+13024 50929 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 05:00:00 2014-12-19 07:00:00 \N \N \N \N \N 19348 t
+26560 13703 The Hits Radio Weekend - Richie eng \N Sunday afternoon's all about hit music and huge massive weekend vibes! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 13:00:00 2014-12-21 16:00:00 \N \N \N \N \N 19349 t
+22208 1645 Road Wars eng \N Tonight's footage includes a drug dealer who bites a cop and a drunk who can't be subdued. Plus, a shady character claims to be the King of Jamaica! Strong language. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 00:40:00 2014-12-23 01:40:00 \N \N \N S,AD \N 19350 t
+22208 1664 Real NCIS eng \N Going beyond the popular TV series, this documentary follows the work of real Naval Criminal Investigation Service officers. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 01:40:00 2014-12-23 02:40:00 6 13 \N S \N 19351 t
+22208 1827 Road Wars eng \N The Thames Valley Police provide a fascinating insight into car crime and its prevention. Plus, shocking video footage captures dangerous drivers in action. Strong language. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 02:40:00 2014-12-23 03:10:00 \N \N \N S \N 19352 t
+14498 26380 Total Fishing with Matt Hayes eng \N Matt goes fishing on the northwest coast of Norway, there's more top fishing tips from France and it's a first for Matt as he lands himself a tope. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N \N \N 19353 t
+14498 26381 Total Fishing with Matt Hayes eng \N Matt is joined by Jan Porter for some troll hunting in Norway. Then it's time for carp fishing with Ben Hofgardner. Will Ben's catch prove more impressive than his dad's? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N \N \N 19354 t
+14498 26382 Salvage Hunters eng \N Modern-day treasure hunter Drew Pritchard is constantly on the road to salvage derelict gems and forgotten remnants to restore and sell on for a healthy profit. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 19355 t
+14498 26383 Wheeler Dealers eng Volvo P1800S The team can't wait to get hold of a Volvo P1800 but the problem is, these cars are rare and Mike can only find a single car that's in budget. Will it be good enough? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 19356 t
+28288 8767 Mally Beauty eng \N Celebrity make-up artist, Mally Roncal, is renowned as one of New York's most dynamic and sought-after beauty professionals. Her beauty philosophy emphasises healthy skin that looks flawless. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 06:00:00 2014-12-24 07:00:00 \N \N \N \N \N 19357 t
+8325 2657 Coronation Street Omnibus eng \N Kylie gets an unwanted visitor. Has Alya had a change of heart? Tracy awaits news of Rob's fate. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 08:50:00 2014-12-21 10:50:00 \N \N \N AD,S,SL \N 19358 t
+28288 8768 Australian Bodycare eng Crafted by Nature This Australian Bodycare range is inspired by the ancient traditions of the Aborigines who discovered the effects of natural ingredients. Find cleansing and caring products for your skin. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 07:00:00 2014-12-24 08:00:00 \N \N \N \N \N 19359 t
+28288 8769 Beauty Pick Of The Month eng \N Tune in to see QVC's Beauty Pick of the Month. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 08:00:00 2014-12-24 09:00:00 \N \N \N \N \N 19360 t
+23280 5812 Speed Dating eng \N It's fun, it's fast, don't miss out. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 12:00:00 \N \N \N \N \N 19361 t
+14608 31959 All I Want For Christmas eng \N Sarah starts dating to fulfill her son's Christmas wish for a new dad. But when she falls for someone unexpected she has to work extra hard, because her son already has a dad picked out. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 09:00:00 2014-12-19 11:00:00 \N \N \N \N \N 19362 t
+14608 31960 Chicago Hope eng \N At Chicago Hope, one of the country's leading hospitals, follow the lives and trials of the staff in this American medical series. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 19363 t
+8281 16905 Big Star's Little Star eng \N Stephen Mulhern presents the charity parents and kids show with Sinitta and her daughter Magdelena, Robbie Savage and son Freddie, and Duncan James and his daughter Tianie Finn. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 12:25:00 2014-12-23 13:25:00 \N \N \N S \N 19364 t
+8281 16906 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 13:25:00 2014-12-23 14:00:00 \N \N \N S \N 19365 t
+8281 27285 Judge Rinder eng \N Studio courtroom show where criminal barrister Robert Rinder rules on real life cases. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N S \N 19366 t
+18112 65247 Arthur eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:15:00 \N \N \N \N \N 19367 t
+18112 36247 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 07:15:00 2014-12-20 07:45:00 \N \N \N \N \N 19368 t
+18112 36470 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 07:45:00 2014-12-20 08:45:00 \N \N \N \N \N 19369 t
+18112 64678 WHOOPS I MISSED THE BUS eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 08:45:00 2014-12-20 09:00:00 \N \N \N \N \N 19370 t
+41072 14054 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N \N \N 19371 t
+41072 14055 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:20:00 \N \N \N \N \N 19372 t
+41072 14056 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-19 10:20:00 2014-12-19 11:00:00 \N \N \N \N \N 19373 t
+41072 14057 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:50:00 \N \N \N \N \N 19374 t
+41072 14058 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-19 11:50:00 2014-12-19 12:00:00 \N \N \N \N \N 19375 t
+14784 2850 All the Leaves are Brown... eng \N And the sky is grey. So check out Holidays TV! We have 100s of established agents with YOUR holiday needs in mind. Whatever tickles your fancy, you'll find it here! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 04:00:00 \N \N \N \N \N 19376 t
+14372 9080 Under 10 Day with Stacey eng \N Stacey is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 19378 t
+14372 9081 One to Own with Stacey eng \N If you're looking for that 'special certain something', then look no further. Stacey has just the thing for you as she presents today's must-have items. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 19379 t
+12928 42003 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:30:00 \N \N \N \N \N 19380 t
+12928 42004 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:30:00 2014-12-19 07:00:00 \N \N \N \N \N 19381 t
+12928 42005 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:30:00 \N \N \N \N \N 19382 t
+12928 42006 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 07:30:00 2014-12-19 08:00:00 \N \N \N \N \N 19383 t
+8448 58922 Rude Tube eng Christmas Cracker Alex Zane presents 50 of the finest festive clips from the worldwide winternet of 2012, featuring the world's worst and sexiest Santas, alternative carols and the best Christmas surprises. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 03:05:00 2014-12-20 04:00:00 \N \N \N S \N 19387 t
+8448 58490 Paternity Court eng Brand new series Family lawyer Lauren Lake hears more paternity cases. A woman wants to establish proof that an individual claiming to be her sister is not biologically related to her. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:20:00 \N \N \N S \N 19388 t
+8448 58491 One Tree Hill eng Danny Boy The search for Nathan becomes increasingly dangerous, and Dan's life hangs in the balance. Brooke is surprised when her father returns to town. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-20 04:20:00 2014-12-20 05:00:00 \N \N \N S \N 19389 t
+8448 58492 Charmed eng Witch Trial In the first episode of season two, one year after becoming witches, the sisters are challenged by a powerful horned demon called Abraxas who steals the Book of Shadows. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-20 05:00:00 2014-12-20 06:00:00 \N \N \N S \N 19390 t
+23712 3365 Programmes continue at 08:00am eng Programmes continue at 08 00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 04:00:00 2014-12-24 07:00:00 \N \N \N \N \N 19391 t
+28512 678 The Morning Show eng \N Good morning! Chat over a cuppa and cornflakes with us and tell us what you're up to. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 05:00:00 2014-12-19 11:00:00 \N \N \N \N \N 19392 t
+22624 40335 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-19 03:00:00 2014-12-19 04:00:00 \N \N \N \N \N 19393 t
+22624 40336 Insight Highlights eng \N RNIB's Insight Radio - Rounding up the major interviews and features from the Insight team with great music \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-19 04:00:00 2014-12-19 07:00:00 \N \N \N \N \N 19394 t
+4175 49775 Saturday Kitchen eng \N James Martin presents a festive version of the weekly cooking show with guest chefs Raymond Blanc, Jose Pizarro, Melissa Hemsley and Jasmine Hemsley. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:30:00 \N \N \N S \N 19395 t
+4175 56371 Nigel Slater's Christmas Suppers eng \N Nigel Slater transforms Christmas leftovers into meals which make the prospect of festive entertaining a treat rather than a terror, ensuring that nothing goes to waste. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N AD,S \N 19396 t
+27360 18227 Sale Sharks v Exeter Chiefs eng \N Aviva Premiership rugby from AJ Bell Stadium. Gareth Steenson kicked all the points for the Chiefs as they edged-out Sale with an 18-16 victory here last season. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 03:30:00 2014-12-21 05:00:00 \N \N \N \N \N 19397 t
+27360 18012 The Football's On eng \N Comedians Romesh Ranganathan and Doc Brown join Ian Stone for a humorous approach to the week's football stories. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 05:00:00 2014-12-21 06:00:00 \N \N \N \N \N 19398 t
+14532 6335 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 00:05:00 2014-12-22 03:00:00 \N \N \N \N \N 19399 t
+22336 58544 Hollyoaks eng \N Sienna's lies fail to allay Theresa's suspicions about Dodger's whereabouts. Rick manipulates those around him to get what he wants and upsets Robbie in the process. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:35:00 \N \N \N AD,S \N 19400 t
+22336 58582 Suburgatory eng Krampus George arranges a Christmas trip to New York for Tessa and her mother. Ryan is distressed when he finds out that he's adopted. Dalia begs Carmen to come home. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 09:35:00 2014-12-23 10:00:00 \N \N \N AD,S \N 19401 t
+22336 58547 Charmed eng The Painted World Prue becomes trapped inside a strange and enchanted painting of a castle alongside a supposedly innocent prisoner who is actually a dangerous warlock. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N S \N 19402 t
+22336 58548 Rules of Engagement eng Rug-of-War Jeff is angry when Audrey gives Adam and Jen their old rug, so he tries to discourage them from accepting it by telling them about all the 'fun' he and Audrey had on it. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N S \N 19403 t
+22336 58549 Rules of Engagement eng Baked Audrey hopes to start her own cookie business after leaving her previous employment, while Timmy does his best to fit in with the guys. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N S \N 19404 t
+13024 51073 5 News Update eng \N National and international news. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-24 21:20:00 2014-12-24 21:25:00 \N \N \N S \N 19405 t
+13024 51074 New eng Alan Davies:Xmas Dog Rescuers Brand new documentary. Host Alan Davies throws a Christmas party for some of the rescued dogs of the last series, and tells more heartwarming stories of survival. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-24 21:25:00 2014-12-24 22:28:00 \N \N \N S \N 19406 t
+13024 51075 5 News Update eng \N . \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-24 22:28:00 2014-12-24 22:30:00 \N \N \N \N \N 19407 t
+13024 51076 Greatest Ever Christmas Movies eng \N A countdown of the greatest Christmas films of all time. From White Christmas to Bad Santa and It's A Wonderful Life, the stars of these festive classics share their memories. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:30:00 2014-12-25 01:30:00 \N \N \N S \N 19408 t
+14752 26784 Christian Williams eng \N Join Christian for the biggest tunes from the Capital playlist. Get involved @CapitalOfficial on Twitter or hit capitalfm.com for more. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 09:00:00 2014-12-20 12:00:00 \N \N \N \N \N 19409 t
+28480 11504 Family Worship Centre Associate Pastors eng \N The church service of Jimmy Swaggart Ministries. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 19410 t
+28480 11505 The Message of the Cross eng \N A Biblical teaching programme hosted by Rev. Jimmy Swaggart, with a panel of pastors, professors and other church leaders. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 07:00:00 2014-12-21 08:30:00 \N \N \N \N \N 19411 t
+28480 11506 Crossfire Service eng \N Services targeted to teenagers and young adults. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:30:00 \N \N \N \N \N 19412 t
+14448 27276 Raising Sextuplets eng \N Introducing the Masche family, consisting of parents Bryan and Jenny Masche and their sextuplets! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N \N \N 19416 t
+14448 27277 Caught on Camera eng \N Compelling amateur footage of real life situations. Featuring criminals who think no one is watching, but there is a powerful observer recording every detail. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N \N \N 19417 t
+14448 27278 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N \N \N 19418 t
+14448 27279 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 17:30:00 2014-12-23 18:00:00 \N \N \N \N \N 19419 t
+4168 49798 MOTD2 Extra eng \N Mark Chapman introduces analysis of Saturday's Premier League action and a look ahead to Sunday's two matches, in which Newcastle take on Sunderland and Liverpool meet Arsenal. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:15:00 \N \N \N S \N 19420 t
+4168 49799 BBC News eng \N The latest national and international news from the BBC. Also in HD. Followed by Weather for the Week Ahead. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 13:15:00 2014-12-21 13:30:00 \N \N \N S \N 19421 t
+4168 56399 Sister Act 2 eng Back in the Habit Deloris returns to help the St Catherine's sisters control a school of delinquents. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 13:30:00 2014-12-21 15:15:00 \N \N 1993 S \N 19422 t
+25920 65356 Back at 5am eng \N Programmes start again at 5am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 05:00:00 \N \N \N \N \N 19423 t
+8442 56173 The World's Weirdest Weather eng Brand new series The popcorn snow that can trigger avalanches; a tornado caused by a colossal firestorm; and the wind in the Peak District that's strong enough to push a waterfall upwards. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:05:00 \N \N \N AD,S \N 19426 t
+14532 6328 The Store reopens here at 00 eng 05 Check out The Store website at www.TheStoreTV.com. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 04:00:00 2014-12-20 00:05:00 \N \N \N \N \N 19430 t
+40960 53182 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 12:00:00 2014-12-21 12:30:00 \N \N \N \N \N 19431 t
+40960 53183 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:00:00 \N \N \N \N \N 19432 t
+40960 53184 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 19433 t
+40960 53185 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:30:00 \N \N \N \N \N 19434 t
+40960 53186 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 14:30:00 2014-12-21 15:00:00 \N \N \N \N \N 19435 t
+24016 12840 Brother's Outlaw eng \N Two brothers take revenge on a gang of outlaws when one of them is falsely charged with a robbery. Stars Tony Kendall. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 10:05:00 2014-12-19 11:50:00 \N \N 1971 \N \N 19436 t
+24016 12841 The Lightning War eng \N A detailed account of the German Blitzrieg military tactics during World War Two. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 11:50:00 2014-12-19 13:05:00 \N \N \N \N \N 19437 t
+41040 17120 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:30:00 \N \N \N \N \N 19438 t
+41040 17121 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:00:00 \N \N \N \N \N 19439 t
+41040 17122 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:30:00 \N \N \N \N \N 19440 t
+41040 17123 TechKnow eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-21 04:30:00 2014-12-21 05:00:00 \N \N \N \N \N 19441 t
+41040 17124 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 05:00:00 2014-12-21 05:30:00 \N \N \N \N \N 19442 t
+41040 17246 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-21 05:30:00 2014-12-21 06:00:00 \N \N \N \N \N 19443 t
+32836 30952 Turning Tables eng \N Join Chris Segar as he visits six different restaurants around Cardiff to try the chef's signature dish. In a twist, the tables are turned and Chris cooks for the chef at his home. Which is the best? \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:00:00 \N \N \N \N \N 19444 t
+32836 30953 British Wrestling Weekly eng \N Stay up to date with British Wrestling. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 19445 t
+32836 30954 Rugby AM eng \N Alex Simmons hosts a Rugby League chat show, offering expert analysis and witty banter on the comings and goings in the world of Rugby League in Yorkshire and the North. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N \N \N 19446 t
+16080 14733 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:30:00 \N \N \N \N \N 19447 t
+16080 14734 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 06:30:00 2014-12-20 07:00:00 \N \N \N \N \N 19448 t
+16080 14735 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:30:00 \N \N \N \N \N 19449 t
+16080 14736 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 \N \N \N \N \N 19450 t
+16080 14737 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:30:00 \N \N \N \N \N 19451 t
+16080 14738 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N \N \N 19452 t
+25920 20485 Elizabeth Grant Beauty Gifts eng \N A great range of gift ideas from Elizabeth Grant \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N \N \N 19453 t
+25920 21084 Halogen Oven Pick of the Day eng \N A chance for you to get our special product of the day - the Ideal World Pick of the Day. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 19454 t
+25920 19956 Planet Cruise TV Show eng \N Tune in for one of our most popular shows and discover why cruising is the fastest holiday choice. See the ships, destinations, on board experience, and some great offers. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 19455 t
+26368 36392 Mid Mornings with Kate Garraway eng \N Join Kate Garraway every weekday from 10.00am for a mix of superb music and light-hearted chat. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 13:00:00 \N \N \N \N \N 19456 t
+24464 50272 Scottish Borders Hill Rally eng \N Over 100 miles of stages through the Scottish borders make up this popular annual hill rally. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:05:00 \N \N \N \N \N 19457 t
+24464 50273 Trophe Andros eng \N Exclusive highlights of the world's most prestigious ice racing series contested by the likes of Alain Prost, Olivier Panis and Jacques Villeneuve in the winter ski resorts of Europe. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 22:05:00 2014-12-19 23:05:00 \N \N \N \N \N 19458 t
+24464 50274 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 23:05:00 2014-12-20 00:10:00 \N \N \N \N \N 19459 t
+41120 14026 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 05:30:00 \N \N \N \N \N 19465 t
+41120 14027 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N \N \N 19466 t
+24064 59287 Smash Lab eng Fluidised Sand The team use a bed of fluidised sand as a defensive road barrier to protect a bank from robbery, but the methods to move the sand prove problematic. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 19467 t
+24064 59288 London360 eng \N Magazine series taking a look at London stories. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 20:30:00 \N \N \N \N \N 19468 t
+24064 59289 The Great Arctic Bike Off eng \N Diminished and beleaguered, the team battle on through to Poland, visiting a disused Russian missile site in Estonia along the way. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 20:30:00 2014-12-21 21:00:00 \N \N \N \N \N 19469 t
+27648 4323 Tommy's Fix Your House for Free eng Dave & Alison's Bedroom and Music Room Can Tommy rustle up 25,000 of free building materials and turn a garage into a bedroom with en suite for Dave and Alison? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 03:00:00 2014-12-19 04:00:00 \N \N \N \N \N 19470 t
+27648 4324 The New Yankee Workshop eng Jigs Part 2 The jig isn't up, as Norm creates a circle-cutting jig for a router, a hinge-mortising jig, a jig for guiding a plunge router, and a simple jig for box joints. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:30:00 \N \N \N \N \N 19471 t
+27648 4325 The New Yankee Workshop eng Hall Seat Norm is inspired by a handsome Arts and Crafts-style seat in North Carolina's Blue Ridge Mountains. Can he recreate the white oak chair in his studio? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 04:30:00 2014-12-19 05:00:00 \N \N \N \N \N 19472 t
+27648 4326 Wheeler Dealers eng Saab Part 2 Mike Brewer and Edd China get under the bonnet of a Saab 900 Turbo. Can they transform this sorry Saab back into a roadworthy dream machine on a tight budget? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 \N \N \N \N \N 19473 t
+27648 4327 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N \N \N 19474 t
+24256 1020 Babestation Daytime eng \N Speak to stunning girls (18+) on your screen and take part in this leading interactive show. Babestation babes are waiting for you! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-19 05:30:00 2014-12-19 07:00:00 \N \N \N \N \N 19475 t
+23040 37976 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:30:00 \N \N \N \N \N 19476 t
+23040 37977 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 03:30:00 2014-12-19 04:00:00 \N \N \N \N \N 19477 t
+23040 37978 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:30:00 \N \N \N \N \N 19478 t
+23040 37979 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 04:30:00 2014-12-19 05:00:00 \N \N \N \N \N 19479 t
+23040 37980 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 \N \N \N \N \N 19480 t
+23040 37981 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N \N \N 19481 t
+23120 20344 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 04:00:00 \N \N \N \N \N 19482 t
+17609 19740 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 23:50:00 2014-12-24 01:10:00 \N \N \N \N \N 19483 t
+23120 20362 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:00:00 \N \N \N \N \N 19484 t
+23120 20361 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 05:00:00 2014-12-19 06:00:00 \N \N \N \N \N 19485 t
+27456 45200 Keiser Report eng \N Keiser Report is a no holds barred look at the shocking scandals behind the global financial headlines. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:30:00 \N \N \N \N \N 19486 t
+27456 45201 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 03:30:00 2014-12-19 04:00:00 \N \N \N \N \N 19487 t
+27456 45202 The Big Picture with Thom Hartmann eng \N The hottest political show in the US finds a new home with RT. The Big Picture with Thom Hartmann tackles the latest in political news, debates, commentary and more. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:00:00 \N \N \N \N \N 19488 t
+27456 45203 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 \N \N \N \N \N 19489 t
+27456 45204 News Team eng \N News Team looks at the world's biggest news from behind-the-scenes, following the reporters who work hard to cover what's happening. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N \N \N 19490 t
+40992 52039 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:25:00 \N \N \N \N \N 19491 t
+40992 52040 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 09:25:00 2014-12-23 09:35:00 \N \N \N \N \N 19492 t
+40992 52041 Bing eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 09:35:00 2014-12-23 09:45:00 \N \N \N \N \N 19493 t
+40992 52042 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 09:45:00 2014-12-23 10:05:00 \N \N \N \N \N 19494 t
+40992 52043 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 10:05:00 2014-12-23 10:20:00 \N \N \N \N \N 19495 t
+40992 52044 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 10:20:00 2014-12-23 10:45:00 \N \N \N \N \N 19496 t
+40992 52045 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 10:45:00 2014-12-23 11:00:00 \N \N \N \N \N 19497 t
+40992 52046 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:25:00 \N \N \N \N \N 19498 t
+40992 52047 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 11:25:00 2014-12-23 11:35:00 \N \N \N \N \N 19499 t
+40992 52048 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 11:35:00 2014-12-23 11:45:00 \N \N \N \N \N 19500 t
+40992 52049 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 11:45:00 2014-12-23 12:00:00 \N \N \N \N \N 19501 t
+25664 55885 Superstar DJs eng with Annie Mac in Association with Ford EcoSport: Annie spends time with original superstar Fatboy Slim, AKA Norman Cook, to see how he continually retains the crown of Britain's greatest DJ \N \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-24 00:45:00 2014-12-24 01:15:00 \N \N \N \N \N 19502 t
+25664 55886 8 Out of 10 Cats Uncut eng \N Craig Revel Horwood, David O'Doherty, Rick Edwards and Ellie Taylor join Jimmy Carr, Sean Lock and Jon Richardson to thrash out more hot topics. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 01:15:00 2014-12-24 02:05:00 \N \N \N \N \N 19503 t
+25664 55887 Greatest Xmas Songs of All Time! eng \N With Santa's help, we're delivering the definitive Christmas soundtrack. These are the greatest Xmas songs of all time, gift wrapped especially for you. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 02:05:00 2014-12-24 03:00:00 \N \N \N \N \N 19504 t
+27712 21894 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 \N \N \N \N \N 19642 t
+8267 41854 Share a Story eng Winners' Journey A peek behind the scenes of the Bafta-winning Share a Story Competition. This year we follow the Winners' Story, catching up with all eight victors - chosen by last year's winners. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:25:00 \N \N \N \N \N 19505 t
+8267 22741 Columbo eng Etude in Black Columbo investigates a conductor whose lover dies after threatening to expose their affair to the conductor's wife. The death appears to be suicide, but Columbo has other ideas. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-20 09:25:00 2014-12-20 11:20:00 \N \N \N AD,S \N 19506 t
+8267 16208 ITV News & Weather eng \N The latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 11:20:00 2014-12-20 11:30:00 \N \N \N S \N 19507 t
+8267 16226 Surprise Surprise eng \N Holly Willoughby presents the show where ordinary people are rewarded for doing extraordinary things. McBusted surprise a fan with a performance on top of London's O2 arena. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:30:00 \N \N \N S \N 19508 t
+41120 14168 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 19509 t
+41120 14169 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 19510 t
+41120 14170 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 19511 t
+15232 18865 Jim Slip Does Budapest 2 eng \N Jim has taken his roving camera to the continent to try out some fresh sweet 18+ Euro chicks. There's plenty out there as he soon discovers. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 03:20:00 2014-12-19 03:40:00 \N \N \N \N \N 19512 t
+15232 18866 Mature Filth 3 eng \N Roxy's bed has seen some action, so the big and beautiful bird gets a handyman in to service it. One thing leads to another and that bed suffers again! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 03:40:00 2014-12-19 04:00:00 \N \N \N \N \N 19513 t
+15232 18867 ..programmes start at 12.00am. eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 04:00:00 2014-12-20 00:00:00 \N \N \N \N \N 19514 t
+15840 3615 Vintage After Midnight eng \N Can't sleep? Or partying into the early hours? Make Vintage TV your companion. We're here to help you make it through the night with a smile on your sleepy face, we hope. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 00:30:00 2014-12-24 03:00:00 \N \N \N \N \N 19515 t
+22592 17787 The Alan Brazil Sports Breakfast eng \N Alan Brazil and Alan Curbishley bring you all the latest sports news. Call the show on 08717 22 33 44 (10p/min), text 81089 (50p + chgs) or follow on Twitter @sportsbreakfast \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-22 06:00:00 2014-12-22 10:00:00 \N \N \N \N \N 19516 t
+15808 50270 Auto Mundial eng Episode 50. Auto Mundial brings you the latest in the automotive industry on a weekly basis new cars, technology, and the main motorshows around the planet. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 18:25:00 2014-12-19 18:55:00 \N \N \N \N \N 19517 t
+15808 50271 V De V Endurance Season Review eng \N We review this season's action from the popular V de V Series which sees prototypes and GTs compete across Europe. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 18:55:00 2014-12-19 21:00:00 \N \N \N \N \N 19518 t
+22688 1003 Mid Mornings with Gary Vincent eng \N Gary Vincent brings you the best music, news, weather and requests from 1pm. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 10:00:00 2014-12-19 14:00:00 \N \N \N \N \N 19522 t
+41072 13263 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 19523 t
+41072 13264 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 19524 t
+41072 13265 London360 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 20:30:00 \N \N \N \N \N 19525 t
+41072 13266 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-21 20:30:00 2014-12-21 21:00:00 \N \N \N \N \N 19526 t
+8325 4847 McBusted eng The Hot Desk Interviews with celebrity guests and some of the hottest music acts around. Behind the desk today are boy band supergroup McBusted. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:10:00 \N \N \N S \N 19527 t
+8325 2656 Emmerdale Omnibus eng \N Zak tries to make amends with Edna. Moira is excited as Adam returns. Robert is worried as Lawrence plans revenge - is the net closing in? \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 06:10:00 2014-12-21 08:50:00 \N \N \N S,SL \N 19528 t
+28352 2393 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 22:30:00 2014-12-24 23:00:00 \N \N \N \N \N 19529 t
+8448 58558 The Big Bang Theory eng E4's Top 20 - The Love Spell Potential The girls' trip falls through so the guys invite them to a Dungeons & Dragons date night in the show placed 18th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:30:00 \N \N \N AD,S \N 19530 t
+8448 58559 The Big Bang Theory eng E4's Top 20 - The Prestidigitation Approximation Leonard is torn between his new girlfriend Priya and his friendship with Penny in the show placed 17th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 15:30:00 2014-12-23 16:00:00 \N \N \N AD,S \N 19531 t
+8448 58560 The Big Bang Theory eng E4's Top 20 - The Terminator Decoupling The guys hear that sci-fi actress Summer Glau is on board their train to San Francisco in the show placed 16th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N AD,S \N 19532 t
+8448 58561 Famous Fred eng \N Posy Simmonds' enchanting story of Fred, a family moggy by day and an amazing superstar by night, featuring the voices of Lenny Henry and Tom Courtenay. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 \N \N \N S \N 19533 t
+8448 58562 How I Met Your Mother eng Not a Father's Day Barney is so relieved to discover that a woman he slept with isn't pregnant that he creates a new holiday called Not a Father's Day. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N AD,S \N 19534 t
+8448 58563 How I Met Your Mother eng Woooo! Robin is still unemployed and has time to make friends with a new group of single girls. Barney convinces his boss to hire Ted to re-design his office building. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 17:30:00 2014-12-23 18:00:00 \N \N \N AD,S \N 19535 t
+41136 50341 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N \N \N 19539 t
+27904 2123 Programmes start at 11pm eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 04:45:00 2014-12-19 23:00:00 \N \N \N \N \N 19540 t
+27520 800 Programmes start at midnight eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 05:00:00 2014-12-20 00:00:00 \N \N \N \N \N 19541 t
+24032 31256 The Elf Who Didn't Believe eng \N It's Christmas time, and a once in a lifetime opportunity arises for a young elf - the chance to be a fully fledged human being. Stars Sean Donnelly \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 09:00:00 2014-12-19 11:00:00 \N \N 1997 \N \N 19542 t
+24032 31257 Scrooge eng \N Starring Alastair Sim and Mervyn Johns, 1951. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:50:00 \N \N \N \N \N 19543 t
+14816 991 1-2-1 Dating - Find LOVE eng \N 1-2-1 Dating is a unique TV channel, broadcasting regionalised personal ads from around the UK, 24/7. New ads added daily. Free to join and place YOUR 1-2-1 advert. Check us out. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 08:00:00 2014-12-22 12:00:00 24 7 \N \N \N 19544 t
+14608 32010 The Waltons eng \N The Fire - Tragedy strikes the life of a young girl befriended by the Waltons. Her drunken father burns the schoolhouse when he learns they are being taught the theory of evolution. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-22 06:00:00 2014-12-22 07:00:00 16 \N \N \N 1 19545 t
+14608 32011 Little House On The Prairie eng \N Crossed Connections - The telephone comes to Walnut Grove. Mrs. Olesen is hired as the switchboard operator and takes advantage of her responsibilities by gathering gossip. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-22 07:00:00 2014-12-22 08:00:00 12 \N \N \N 6 19546 t
+14608 32012 The Waltons eng \N The Festival - Jason encounters racism when he and Josh audition for the Spring Festival and Elizabeth falls in love with a new schoolmate. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-22 08:00:00 2014-12-22 09:00:00 18 \N \N \N 6 19547 t
+8281 41846 The Aquabats! Super Show! eng Pilgrim Boy The Aquabats! meet Pilgrim Boy, a fellow superhero who possesses the power to shape shift into anything, despite causing him physical pain in the process. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:25:00 \N \N \N S \N 19548 t
+8281 42239 Pat & Stan eng The Pool Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! Pat decides to dig a pool in the back garden. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 06:25:00 2014-12-20 06:35:00 \N \N \N AD,S,SL \N 19549 t
+8281 42287 Pat & Stan eng Stephanie Love Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! What is Stephanie hiding? Is she in love? \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 06:35:00 2014-12-20 06:40:00 \N \N \N AD,S,SL \N 19550 t
+8281 41847 Dino Dan: Trek's Adventures eng Carnivore Contest Jurassic adventures. Trek uses a stegosaurus decoy to figure out who was a better hunter - the giganotosaurus, the microraptor or the troodon? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:40:00 2014-12-20 06:50:00 \N \N \N S,SL \N 19551 t
+8281 41848 Dino Dan: Trek's Adventures eng Dino Racers Jurassic adventures. At an indoor kart track, the kids learn about dinosaur speeds when Trek tells a story about kids who raced dinosaurs! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:50:00 2014-12-20 07:05:00 \N \N \N S,SL \N 19552 t
+8281 34106 Canimals eng Trash Can Ato is sick and finds comfort in a new friend he finds in the trash. But Mimi and Fizzy think Ato's new friendship stinks and they do something about it. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:05:00 2014-12-20 07:10:00 \N \N \N S \N 19553 t
+8281 34107 Canimals eng Can Zilla What can jump like Toki, sonic scream like Nia, has Leon's whipping tongue and Pow's ability to fly? Oz is about to find out! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:10:00 2014-12-20 07:20:00 \N \N \N S \N 19554 t
+8281 35305 Signed Stories: Share a Story eng Super Dan All Super Dan wants after a busy day saving the world from aliens, a dragon and the evil Dr Zog is a nice long soak in the bath - but what is lurking in the tub?! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:20:00 2014-12-20 07:25:00 \N \N \N S,SL \N 19555 t
+8281 41851 Sooty eng Panto Palaver When the actors in Mr Slater's pantomime fail to turn up, Sooty, Sweep and Soo perform instead. Will the Wicked Bunny have Little Blue Riding Hood for his supper? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:25:00 2014-12-20 07:35:00 \N \N \N S \N 19556 t
+8281 39064 Mr Bean eng A Grand Invitation Animated antics of a bumbler. Mr Bean meets an aristocratic old lady and is invited for lunch - but she and her sinister butler are not quite what they seem. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 07:35:00 2014-12-20 07:50:00 \N \N \N AD,S \N 19557 t
+8281 41853 Hulk and the Agents of S.M.A.S.H. eng Doorway to Destruction - Part 2 Animated series. The newly formed agents of S.M.A.S.H., including a Hulked-out Rick Jones, invade the Negative Zone to stop Annihilus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:50:00 2014-12-20 08:15:00 \N \N \N S \N 19558 t
+8281 44675 Horrid Henry eng Horrid Henry and the Horrid Hat The animated adventures of the mischievous anti-hero. Henry's horrid hat is not the only thing breaking the rules - according to Soggy Sid! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 08:15:00 2014-12-20 08:30:00 \N \N \N AD,S \N 19559 t
+8281 41773 The Looney Tunes Show eng Christmas Carol Show about roommates Bugs Bunny and Daffy Duck. Lola decides to stage her own version of A Christmas Carol to renew the town's holiday spirit. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N S \N 19560 t
+14752 23823 CapitalBreakfast eng \N Set your alarm! Greg Burns & Kat Shoob wake up London with the biggest tunes. Get involved @958CapBreakfast on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 10:00:00 \N \N \N \N \N 19561 t
+8442 60711 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 06:00:00 2014-12-22 08:55:00 \N \N \N \N \N 19562 t
+8283 41847 Dino Dan: Trek's Adventures eng Carnivore Contest Jurassic adventures. Trek uses a stegosaurus decoy to figure out who was a better hunter - the giganotosaurus, the microraptor or the troodon? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:40:00 2014-12-20 06:50:00 \N \N \N S,SL \N 19563 t
+8442 55902 River Cottage Christmas eng \N Hugh Fearnley-Whittingstall and the team serve up a festive menu with a twist, with wild boar, deer and goose, some luxury stocking fillers and canapés perfect for a cosy drinks party. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 08:55:00 2014-12-22 10:00:00 \N \N \N S \N 19564 t
+28480 8008 Jimmy Swaggart eng \N The preaching Ministry of Evangelist Jimmy Swaggart. This show is taken from church services recorded live at Family Worship Center Church in Baton Rouge, LA. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 00:00:00 2014-12-19 02:00:00 \N \N \N \N \N 19565 t
+28480 8009 Living Waters with Gabriel Swaggart eng \N A live Gospel music show hosted by Gabriel Swaggart, featuring the music of Jimmy Swaggart and others. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 02:00:00 2014-12-19 03:00:00 \N \N \N \N \N 19566 t
+28160 15803 Telling the Truth eng \N Dynamic Bible teaching from Stuart, Jill and Pete Briscoe \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:30:00 \N \N \N \N \N 19567 t
+28160 15804 The Word for Today eng \N Classic Bible teaching series with Chuck Smith \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 04:30:00 2014-12-22 05:00:00 \N \N \N \N \N 19568 t
+28160 15805 Back to the Bible eng \N Dynamic Bible teaching from Dr John Munro. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 05:00:00 2014-12-22 05:30:00 \N \N \N \N \N 19569 t
+28160 15806 Grace to You eng \N Unleashing God's truth, one verse at a time, with Dr. John MacArthur. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 05:30:00 2014-12-22 06:00:00 \N \N \N \N \N 19570 t
+17540 49793 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:30:00 \N \N \N \N \N 19571 t
+17540 49794 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-21 07:30:00 2014-12-21 09:00:00 \N \N \N \N \N 19572 t
+28032 28056 The Vicious Circle eng \N Crime thriller starring John Mills and Derek Farr, 1957. A Harley Street doctor claims he's been framed when a film star is found murdered in his flat \N 0 25 f 3 eng eng 1 0 0 \N 2014-12-24 12:25:00 2014-12-24 14:10:00 \N \N \N S \N 19573 t
+28032 28059 The Rawhide Years eng \N Western starring Tony Curtis and Colleen Miller, 1956. After three years on the run, a riverboat gambler framed for a gang killing, returns to prove his innocence \N 0 25 f 3 eng eng 1 0 0 \N 2014-12-24 14:10:00 2014-12-24 16:00:00 \N \N \N S \N 19574 t
+14688 11599 Absolute 80s Greatest Hits eng \N 80s Greatest Hits is that show that reminds you of all those great 1980s hits you thought you'd forgotten. Playing you the undisputed classics of the 1980s. Text the studio on 8121 \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 19:00:00 2014-12-19 23:00:00 \N \N \N \N \N 19575 t
+14832 1346 Rabbits & Bunnies & Meadows, Oh My eng \N Now in its 6th year, Gay Rabbit Chat & Date is an interactive TV chat service designed to put YOU in touch with new LGBT friends all over the UK. Chat, flirt, date and then some! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 08:00:00 2014-12-22 12:00:00 \N \N \N \N \N 19576 t
+8283 16905 Big Star's Little Star eng \N Stephen Mulhern presents the charity parents and kids show with Sinitta and her daughter Magdelena, Robbie Savage and son Freddie, and Duncan James and his daughter Tianie Finn. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 12:25:00 2014-12-23 13:25:00 \N \N \N S \N 19578 t
+8283 16906 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 13:25:00 2014-12-23 14:00:00 \N \N \N S \N 19579 t
+8283 27285 Judge Rinder eng \N Studio courtroom show where criminal barrister Robert Rinder rules on real life cases. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N S \N 19580 t
+13120 8559 Kitchen Gifts eng \N Treat the chef in the family this Christmas with these culinary gadgets. They'll deserve it after that delicious Christmas feast! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 03:00:00 2014-12-19 04:00:00 \N \N \N \N \N 19581 t
+13120 7625 Nails Inc eng \N A show of hot seasonal colours, classic manicure favourites and unique nail care solutions from Nails Inc. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:00:00 \N \N \N \N \N 19582 t
+13120 8560 no!no! Hair Removal eng \N Now available worldwide, the innovative no!no! system offers pain-free hair removal that can be performed in the comfort and convenience of your own home. No mess, no chemicals - just smooth skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 05:00:00 2014-12-19 06:00:00 \N \N \N \N \N 19583 t
+16048 32734 Agatha Christie's Marple eng Murder is Easy After several people in the village of Wychwood-under-Ashe die unexpectedly, Miss Marple joins forces with the handsome Luke Fitzwilliam to investigate. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 13:50:00 2014-12-20 15:50:00 \N \N \N AD,S \N 19584 t
+14800 1346 Winter in Rabbit Meadow eng \N Rabbit Chat & Date has been connecting people for 6 years now! Why not jump in and see why? Make new friends, chat, flirt and find that RIGHT somebody. Or that RIGHT NOW somebody. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 08:00:00 2014-12-22 12:00:00 \N \N \N \N \N 19585 t
+27648 4489 Wheeler Dealers eng Porsche 928 Part 1 Mike's taking a gamble on the Porsche 928, he's sure that Edd can transform it from its current condition. But is it too far gone for Edd's mechanical magic? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:30:00 \N \N \N \N \N 19586 t
+27648 4490 Wheeler Dealers eng Porsche 928 Part 2 Whilst Edd is putting the finishing touches to this troublesome transformation, Mike pays the proud owner of a perfect 928 a visit. But can their car compete? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 15:30:00 2014-12-23 16:00:00 \N \N \N \N \N 19587 t
+27648 4491 Wheeler Dealers eng Range Rover Part 1 Edd sets about reinvigorating an old Range Rover that Mike has purchased, but problems arise when the car's CO2 emissions are tested. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N \N \N 19588 t
+27648 4492 Wheeler Dealers eng Range Rover Part 2 Once Edd has put the finishing touches to the Range Rover, Mike takes it out for a spin and then puts it up for sale, hopeful for plenty of interest. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 \N \N \N \N \N 19589 t
+27648 4493 Wheeler Dealers eng Lancia Delta Integrale Part 1 Mike is gambling on a Lancia Delta Integrale, he's bought the car but he's not driven it. Will his purchase cause mechanical mayhem for Edd? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N \N \N 19590 t
+27648 4494 Wheeler Dealers eng Lancia Delta Integrale Part 2 Mike took a risk on a Lancia Delta Integrale, but Edds worked his magic. The car drives like a dream, but will it make them a profit? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:30:00 2014-12-23 18:00:00 \N \N \N \N \N 19591 t
+23152 17571 Conan eng \N Hit US late night chat show, hosted by the spontaneous comedian Conan O'Brien who combines the lewd and wacky with top celebrity interviews. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 19625 t
+8264 21089 Midsomer Murders eng Days of Misrule Barnaby investigates an explosion at a haulage yard. When a body turns up, there are plenty of suspects, including a grieving mother and a group of TA soldiers. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 15:00:00 2014-12-23 17:00:00 \N \N \N AD,S \N 19592 t
+8264 29702 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the prize cash. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N S \N 19593 t
+8283 41846 The Aquabats! Super Show! eng Pilgrim Boy The Aquabats! meet Pilgrim Boy, a fellow superhero who possesses the power to shape shift into anything, despite causing him physical pain in the process. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:25:00 \N \N \N S \N 19594 t
+8283 42239 Pat & Stan eng The Pool Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! Pat decides to dig a pool in the back garden. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 06:25:00 2014-12-20 06:35:00 \N \N \N AD,S,SL \N 19595 t
+8283 42287 Pat & Stan eng Stephanie Love Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! What is Stephanie hiding? Is she in love? \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 06:35:00 2014-12-20 06:40:00 \N \N \N AD,S,SL \N 19596 t
+28352 2394 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 23:00:00 2014-12-24 23:30:00 \N \N \N \N \N 19597 t
+8283 41848 Dino Dan: Trek's Adventures eng Dino Racers Jurassic adventures. At an indoor kart track, the kids learn about dinosaur speeds when Trek tells a story about kids who raced dinosaurs! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:50:00 2014-12-20 07:05:00 \N \N \N S,SL \N 19598 t
+8283 34106 Canimals eng Trash Can Ato is sick and finds comfort in a new friend he finds in the trash. But Mimi and Fizzy think Ato's new friendship stinks and they do something about it. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:05:00 2014-12-20 07:10:00 \N \N \N S \N 19599 t
+8283 34107 Canimals eng Can Zilla What can jump like Toki, sonic scream like Nia, has Leon's whipping tongue and Pow's ability to fly? Oz is about to find out! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:10:00 2014-12-20 07:20:00 \N \N \N S \N 19600 t
+8283 35305 Signed Stories: Share a Story eng Super Dan All Super Dan wants after a busy day saving the world from aliens, a dragon and the evil Dr Zog is a nice long soak in the bath - but what is lurking in the tub?! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:20:00 2014-12-20 07:25:00 \N \N \N S,SL \N 19601 t
+8283 41851 Sooty eng Panto Palaver When the actors in Mr Slater's pantomime fail to turn up, Sooty, Sweep and Soo perform instead. Will the Wicked Bunny have Little Blue Riding Hood for his supper? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:25:00 2014-12-20 07:35:00 \N \N \N S \N 19602 t
+8283 39064 Mr Bean eng A Grand Invitation Animated antics of a bumbler. Mr Bean meets an aristocratic old lady and is invited for lunch - but she and her sinister butler are not quite what they seem. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 07:35:00 2014-12-20 07:50:00 \N \N \N AD,S \N 19603 t
+8283 41853 Hulk and the Agents of S.M.A.S.H. eng Doorway to Destruction - Part 2 Animated series. The newly formed agents of S.M.A.S.H., including a Hulked-out Rick Jones, invade the Negative Zone to stop Annihilus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:50:00 2014-12-20 08:15:00 \N \N \N S \N 19604 t
+8283 44675 Horrid Henry eng Horrid Henry and the Horrid Hat The animated adventures of the mischievous anti-hero. Henry's horrid hat is not the only thing breaking the rules - according to Soggy Sid! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 08:15:00 2014-12-20 08:30:00 \N \N \N AD,S \N 19605 t
+8283 41773 The Looney Tunes Show eng Christmas Carol Show about roommates Bugs Bunny and Daffy Duck. Lola decides to stage her own version of A Christmas Carol to renew the town's holiday spirit. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N S \N 19606 t
+28352 2377 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N \N \N 22022 t
+28032 27966 300 eng \N Stylish historical epic starring Gerard Butler and Lena Headey, 2006. The Spartan king and his tiny army of 300 followers tackle the million-strong ranks of the Persian forces \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 22:00:00 2014-12-21 00:15:00 \N \N \N AD,S \N 19607 t
+22400 666 Programmes start at 10pm eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 05:00:00 2014-12-24 22:00:00 \N \N \N \N \N 19608 t
+24064 59887 Postcards eng Hooked to the Silver Screen Through the recollections of staff and movie-goers, this charming film revisits the romance of the long-gone flea pit and picture palace cinemas of an industrial town. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N \N \N 19609 t
+24064 59888 Postcards eng Luvin the Black Country This documentary travels the Black Country canals, interviewing passers-by about the first time they fell in love. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:20:00 \N \N \N \N \N 19610 t
+24064 59889 Postcards: Relationships eng Against All Odds Five real-life stories about relationships and sexuality from people with a learning difficulty. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 10:20:00 2014-12-19 11:00:00 \N \N \N \N \N 19611 t
+24064 59890 Postcards: More than Just the Veg eng Food For Thought Season Documentary showcasing the lasting impact of projects funded by the BIG Lottery Fund's Local Food programme, which improves lives and builds communities. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:50:00 \N \N \N \N \N 19612 t
+24064 59891 Great Britons eng Churchill, Thatcher Experts join The British Scholar Society of Austin, Texas, to discuss Winston Churchill's writing career, and how Margaret Thatcher changed British politics with American ideas. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 11:50:00 2014-12-19 12:00:00 \N \N \N \N \N 19613 t
+15312 275 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 12:00:00 2014-12-20 00:00:00 \N \N \N \N \N 19614 t
+8384 58702 The Simpsons eng Treehouse of Horror IX Three scary stories including Hell Toupée. It's his third strike, and Snake is sent to the electric chair. Plus, The Terror of Tiny Toon and Starship Poopers. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N AD,S \N 19615 t
+13120 8567 Hi-Tech Toys & Electronic Gifts eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! Find your perfect electrical gifts here! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 03:00:00 2014-12-21 04:00:00 \N \N \N \N \N 19619 t
+13120 7375 Dyson eng \N Vacuum your home with help from the iconic and much-loved British brand Dyson. We will be showcasing unique packages with added accessories, as well as discovering Dyson's new innovative technology. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 04:00:00 2014-12-21 05:00:00 \N \N \N \N \N 19620 t
+13120 8568 Beauty Gift Ideas eng \N Give the gift of beauty whether it's a birthday, anniversary or just because! Join us for ideas and inspiration for truly pampering presents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 05:00:00 2014-12-21 06:00:00 \N \N \N \N \N 19621 t
+23152 17567 New eng Container Wars In the fast-paced world of shipping port auctions you've got to have an eye for the goods and nerves of steel to beat the other bidders in this high-stakes game. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 19622 t
+23152 17569 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:30:00 \N \N \N \N \N 19623 t
+23152 17570 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-24 22:30:00 2014-12-24 23:00:00 \N \N \N \N \N 19624 t
+14372 8110 Under 10 Day with Carmel eng \N Carmel is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N \N \N 19629 t
+14372 8111 Under 10 Day with Chloe eng \N Chloe is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N \N \N 19630 t
+28352 2395 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 23:30:00 2014-12-25 00:00:00 \N \N \N \N \N 19631 t
+14372 8088 One to Own with Chloe eng \N If you're looking for that 'special certain something', then look no further. Chloe has just the thing for you as she presents today's must-have items. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N \N \N 19632 t
+25792 53363 Home Shopping eng \N Shopping from home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 03:00:00 2014-12-19 06:10:00 \N \N \N \N \N 19633 t
+24384 15224 Tattered Lace Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 06:00:00 2014-12-24 07:00:00 \N \N \N \N \N 19634 t
+24384 15482 My Craft Studio Sale eng \N Don t miss great sale prices bought to you from My Craft Studio. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 08:00:00 2014-12-24 09:00:00 \N \N \N \N \N 19636 t
+24480 3576 Forgotten 80s eng \N They may be the tracks that time forgot, but we love 'em, so join us as we revisit the 80s and revel in those rarely-played but highly-memorable records from that decade. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 19637 t
+24480 3577 Britpop Explored eng \N Join us as we celebrate some of the less mainstream bands that were bringing cool to Britannia. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 19638 t
+24480 3578 So This Is Christmas eng \N Have yourself a rockin' little Christmas with Vintage TV, as we bring you the best of the best in Christmas pop. From Wham to The Pogues and Kirsty MacColl, we've got all the hits and more. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 19639 t
+26368 36407 Mid Mornings with Kate Garraway eng \N Join Kate Garraway every weekday from 10.00am for a mix of superb music and light-hearted chat. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 13:00:00 \N \N \N \N \N 19640 t
+27712 21893 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:30:00 \N \N \N \N \N 19641 t
+27904 2182 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 02:30:00 2014-12-24 04:45:00 \N \N \N \N \N 19722 t
+27712 21895 The Girls of The Taliban eng \N Unprecedented access to a school for girls in Afghanistan which imposes an even stricter interpretation of Islam than that prescribed by the Taliban. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:00:00 \N \N \N \N \N 19643 t
+27712 21896 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:00:00 \N \N \N \N \N 19644 t
+15808 50339 V8 Supercars Season Review eng \N A round-up of the 2014 season of Australia's premier touring car series. Part 1. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 12:10:00 2014-12-23 16:20:00 \N \N \N \N \N 19645 t
+22752 1101 Kiss Fresh with Joe eng \N Joe with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 19:00:00 2014-12-22 22:00:00 \N \N \N \N \N 19646 t
+27712 21954 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 19647 t
+27712 21955 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:30:00 \N \N \N \N \N 19648 t
+27712 21956 101 East eng \N As scandals involving misbehaving monks rock the nation, 101 East asks 'how will Thailand save its moral soul?'. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N \N \N 19649 t
+27712 21957 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:30:00 \N \N \N \N \N 19650 t
+27712 21958 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 17:30:00 2014-12-21 18:00:00 \N \N \N \N \N 19651 t
+12992 30859 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:30:00 \N \N \N \N \N 19652 t
+12992 30860 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 03:30:00 2014-12-24 04:00:00 \N \N \N \N \N 19653 t
+12992 30861 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:30:00 \N \N \N \N \N 19654 t
+12992 30862 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 04:30:00 2014-12-24 05:00:00 \N \N \N \N \N 19655 t
+12992 30863 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:30:00 \N \N \N \N \N 19656 t
+12992 30864 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N \N \N 19657 t
+24384 15100 Tattered Lace Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N \N \N 19658 t
+24384 15156 Kanban Sale eng \N Join us on Create and Craft for the Kanban Sale show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 19659 t
+24384 15101 Tattered Lace Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N \N \N 19660 t
+22720 1328 Jez eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 09:00:00 2014-12-22 11:00:00 \N \N \N \N \N 19664 t
+22720 1329 Kisstory eng \N Kiss Anthems! Tweet your shouts and requests @KissFMUK using #Kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N \N \N 19665 t
+4166 49795 The Andrew Marr Show eng \N Andrew Marr is joined by key political personalities and cultural figures to discuss topical politics, current affairs and the arts. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N S \N 19666 t
+4166 56150 Fern Britton Meets... Richard Coles eng \N Former Communards band member Richard Coles explores his extraordinary journey from 80s pop star to Church of England vicar. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 4 4 \N S \N 19667 t
+4166 57983 Escape to the Continent eng Austria - Salzburg Brits test-drive an alternative life in Europe. Anita Rani is property shopping in the Salzburg area of Austria with a couple from Wiltshire. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 15 20 \N S \N 19668 t
+4166 51722 Bargain Hunt eng Lincoln Antiques show. Tim Wonnacott presents from Lincoln, as the two teams are made up of cyclist and motorbike enthusiasts. With experts Charles Hanson and Paul Laidlaw. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:30:00 \N \N \N S \N 19669 t
+28096 59404 Top Gear eng \N More motoring madness. Jeremy Clarkson subjects the Skoda Yeti to a remarkably thorough road test, while James May visits the test track in the insane Aerial Atom V8. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N AD,S \N 19670 t
+28096 59405 Top Gear eng \N Buckle up for more turbo-charged fun. Richard invents airport vehicle racing, while Jeremy's test of the Renaultsport Twingo 133 involves a tunnel, a ferry and Ross Kemp. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N AD,S \N 19672 t
+28096 59406 Storage Hunters eng Bird-Brained Bargain-hunting with the Berniers. Jesse starts a bidding war on a unit without seeing what's inside, while a flock of birds get the auction-goers in a flap. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 \N \N \N S \N 19673 t
+28096 59407 Storage Hunters eng Big Money, No Whammies Auction anarchy! Brandon and Scott hope to strike it lucky as they compete for ten-pin bowling equipment. T Money throws cash at a unit containing an ATM. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 \N \N \N S \N 19674 t
+17664 58702 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N \N \N 19675 t
+14544 155 Xpanded TV eng \N Xpanded TV returns at Midnight \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 06:00:00 2014-12-23 00:00:00 \N \N \N \N \N 19679 t
+25728 54621 The Big Xmas Quiz eng \N Gather round and bring your brain! We have a stocking-full of Christmas trivia for quizzers everywhere, soundtracked by only the best songs of the season. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 19680 t
+25728 54622 The Big Xmas Quiz eng \N Gather round and bring your brain! We have a stocking-full of Christmas trivia for quizzers everywhere, soundtracked by only the best songs of the season. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 19681 t
+22272 65180 QI XL eng Knights and Knaves Wit and wisdom. Noble squire Stephen Fry joins gallant guests Victoria Coren, Sue Perkins, Rev Richard Coles and Alan Davies at the round table of knowledge. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 01:00:00 \N \N \N S \N 19682 t
+22272 5579 Have I Got a Bit More News for You eng \N A bumper instalment of topical laughs with Paul Merton and Ian Hislop. Guest host Kirsty Young attempts to keep guest panellists Gyles Brandreth and Marcus Brigstocke in order. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:40:00 \N \N \N S \N 19683 t
+22272 5580 Have I Got a Bit More News for You eng \N Another bumper instalment of topical, irreverent humour. Captains Paul Merton and Ian Hislop are joined by guest host David Mitchell and panellists Roisin Conaty and Andy Hamilton. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 01:40:00 2014-12-24 02:15:00 \N \N \N S \N 19684 t
+22272 5581 Have I Got a Bit More News for You eng \N An extra-long edition of the evergreen satirical quiz. Dan Stevens fills the host's chair, presiding over regulars Paul Merton and Ian Hislop and guests Susan Calman and Miles Jupp. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 02:15:00 2014-12-24 02:50:00 \N \N \N S \N 19685 t
+22272 5582 Storage Hunters eng Hot Rod and Heavy Hitters It's all-out war in the US reality series as competing bargain hunters bid for storage units. Lori is angry when Brendan cuts a deal with rival Jesse. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 02:50:00 2014-12-24 03:00:00 \N \N \N S \N 19686 t
+15232 18921 Television X Freeview eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:10:00 \N \N \N \N \N 19687 t
+15232 18922 A Wicked New Year eng \N Tony and the gorgeous Jett return home early on New Year's Eve so Tony can enjoy some fun to celebrate auld lang syne. He'll need a year to get over it! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 00:10:00 2014-12-24 00:30:00 \N \N \N \N \N 19688 t
+15232 18923 Popping The Cork eng \N Dirty minded 18+ cuties enjoy a merry time with over excited studs in some cork popping action! All filmed just as it happened! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 00:30:00 2014-12-24 00:55:00 \N \N \N \N \N 19689 t
+15232 18924 Old Lang Syne eng \N Auld aquaintances are never forgotten in this hot holiday special full of new year nymphos. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 00:55:00 2014-12-24 01:00:00 \N \N \N \N \N 19690 t
+15232 18925 Television X Freeview eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:10:00 \N \N \N \N \N 19691 t
+15232 18926 Old Lang Syne eng \N Auld aquaintances are never forgotten in this hot holiday special full of new year nymphos. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 01:10:00 2014-12-24 01:30:00 \N \N \N \N \N 19692 t
+15232 18927 XXXmas Ghost Story eng \N Tony enters an out of the way country pub after his car has broken down. It's Christmas Eve and the landlord tells him a strange story of a girl called Mary. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 01:30:00 2014-12-24 01:50:00 \N \N \N \N \N 19693 t
+15232 18928 Laura's Christmas Booty eng \N We all love to pull a cracker at Christmas, and that's certainly how we'd describe gorgeous 18+ Laura. Santa's so jolly because he knows where bad girls like her live! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 01:50:00 2014-12-24 02:10:00 \N \N \N \N \N 19694 t
+15232 18929 Jeff's Sexy Christmas eng \N The country's most unlikely porn star continues his quest in the name of sex. He has a great 18+ yule log. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 02:10:00 2014-12-24 02:30:00 \N \N \N \N \N 19695 t
+15232 18930 Babe In A Box Xmas Special eng \N Santa opens his Xmas box to find a sexy surprise in the shape of erotic elf Candy. The blonde minx has fine skills too, and Santa is soon going yo ho ho! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 02:30:00 2014-12-24 02:55:00 \N \N \N \N \N 19696 t
+15232 18931 Access All Areas 3 eng \N Havana is a dirty-looking 18+ girl who has 'trouble' tattooed over her body. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 02:55:00 2014-12-24 03:15:00 \N \N \N \N \N 19697 t
+27520 811 Babestation eng Interact with the Babestation Babes live. Call and be part of the show (1.50 per min). Plus don't forget to check out BSX from 11 30pm on channel 174 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 05:00:00 \N \N \N \N \N 19698 t
+28352 2352 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:30:00 \N \N \N \N \N 19699 t
+28352 2353 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 00:30:00 2014-12-24 01:00:00 \N \N \N \N \N 19700 t
+28352 2354 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 01:00:00 2014-12-24 02:00:00 \N \N \N \N \N 19701 t
+28352 2355 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:30:00 \N \N \N \N \N 19702 t
+28352 2356 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 02:30:00 2014-12-24 03:00:00 \N \N \N \N \N 19703 t
+27456 45431 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:30:00 \N \N \N \N \N 19704 t
+27456 45432 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 00:30:00 2014-12-24 01:00:00 \N \N \N \N \N 19705 t
+27456 45433 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:30:00 \N \N \N \N \N 19706 t
+27456 45434 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 01:30:00 2014-12-24 02:00:00 \N \N \N \N \N 19707 t
+27456 45435 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:30:00 \N \N \N \N \N 19708 t
+27456 45436 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 02:30:00 2014-12-24 03:00:00 \N \N \N \N \N 19709 t
+27744 42126 NCIS eng \N Special Agent Gibbs leads his NCIS Team of investigators in the world of military crime. A complicated case involving murder, pole dancers, and rival club owners./23 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-24 00:05:00 2014-12-24 01:00:00 16 \N \N \N 2 19710 t
+27744 42125 Flashpoint eng \N Action-packed drama following the lives of Strategic Response Unit cops. The team are called in when a neglected wife takes a woman she believes to be her husband's mistress hostage. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:55:00 \N \N \N \N \N 19711 t
+22784 776 Neev on Kisstory eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 09:00:00 2014-12-22 13:00:00 \N \N \N \N \N 19712 t
+23296 5843 Fast and Fun eng \N The fastest gay dating around. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 12:00:00 \N \N \N \N \N 19748 t
+40992 50651 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 11:30:00 2014-12-19 11:40:00 \N \N \N \N \N 19749 t
+27744 42368 Deadwood eng \N Gritty and violent western series starring Ian McShane. Silas brings Al bad news about the division of the hill country, and a shooting at Nuttall's saloon requires the Sheriff's presence./12 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 01:55:00 2014-12-24 02:55:00 1 \N \N \N 2 19713 t
+27744 42369 S.O.F. - Special Ops Force eng \N An elite crime fighting group combines non-lethal weaponry and special operations capabilities which enable them to go places and perform tasks above and beyond ordinary law enforcement. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 02:55:00 2014-12-24 03:45:00 \N \N \N \N \N 19714 t
+26240 11740 heat Classics through the night eng \N The best songs from heat radio all night long \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 01:00:00 2014-12-24 06:00:00 \N \N \N \N \N 19715 t
+27904 2176 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:20:00 \N \N \N \N \N 19716 t
+27904 2179 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 00:20:00 2014-12-24 00:30:00 \N \N \N \N \N 19717 t
+27904 2177 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 00:30:00 2014-12-24 01:20:00 \N \N \N \N \N 19718 t
+27904 2180 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 01:20:00 2014-12-24 01:30:00 \N \N \N \N \N 19719 t
+27904 2178 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 01:30:00 2014-12-24 02:20:00 \N \N \N \N \N 19720 t
+27904 2181 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 02:20:00 2014-12-24 02:30:00 \N \N \N \N \N 19721 t
+40992 50646 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 10:35:00 2014-12-19 10:40:00 \N \N \N \N \N 19946 t
+28512 707 Fun With Your Phone eng \N Let those fingers do the texting and get chatting. 1000's of exciting people just like you wanting to have fun. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 02:00:00 2014-12-24 05:00:00 \N \N \N \N \N 19723 t
+32896 8714 Wild Kratts eng \N When Chris and Martin locate an amazing water-walking Basilisk lizard in Costa Rica, they try to copy its actions in order to learn how this rare lizard is able to walk on water. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 \N \N \N \N \N 19724 t
+32896 8715 Finding Stuff Out eng \N Harrison finds out how a car works when a teenage race car driver brings her mini Formula 1 to Harrison's house. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 \N \N \N \N \N 19725 t
+32896 8716 My Little Pony eng Equestria Girls Twilight Sparkle travels into another world in order to recover a crown that was stolen from the Crystal Empire. Upon her arrival she is shocked to learn that she has turned into a human. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:30:00 \N \N \N \N \N 19726 t
+32896 9262 Spike 2 eng \N Christmas is approaching and in Santa's workshop Spike, Raymond and the other elves are working hard when Paco the penguin bursts in with the news that Santa's reindeer have been kidnapped. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:15:00 \N \N \N \N \N 19727 t
+41104 20009 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 01:00:00 2014-12-24 05:00:00 \N \N \N \N \N 19728 t
+24032 31418 Time Runners eng \N Sci-fi thriller starring Alesandra Durham and Joel Bishop. An FBI agent fights evil forces to discover the truth behind her husband's disappearance \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 19:00:00 2014-12-24 21:00:00 \N \N \N \N \N 19729 t
+15840 3551 Wake Up In The 60s eng \N Set the alarm clock for a revolutionary ride on our magical mystery tour as it makes its way through the 60s, taking in everything from bubblegum pop to prog rock. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 09:00:00 \N \N \N \N \N 19730 t
+23184 17474 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 19731 t
+23184 17475 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N \N \N 19732 t
+23184 17476 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N \N \N 19733 t
+23184 17477 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:30:00 \N \N \N \N \N 19734 t
+23184 17478 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 \N \N \N \N \N 19735 t
+8381 14683 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:40:00 \N \N \N S,SL \N 19736 t
+8381 14684 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 04:40:00 2014-12-20 07:00:00 \N \N \N \N \N 19737 t
+22226 3546 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:30:00 \N \N \N S,AD \N 19738 t
+22226 3548 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-22 12:30:00 2014-12-22 13:00:00 \N \N \N S,AD \N 19739 t
+22226 3549 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N S,AD \N 19740 t
+22226 3783 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N S,AD \N 19741 t
+22226 3826 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:30:00 \N \N \N S,AD \N 19742 t
+22226 3828 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 \N \N \N S,AD \N 19743 t
+22688 1029 Mid Mornings with Gary Vincent eng \N Gary Vincent brings you the best music, news, weather and requests from 1pm. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 10:00:00 2014-12-22 14:00:00 \N \N \N \N \N 19744 t
+20352 58288 Jumper eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 20:15:00 2014-12-22 22:00:00 \N \N \N \N \N 19745 t
+24016 12882 Sealed Cargo eng \N Dana Andrews stars as a fisherman who agrees to tow a damaged ship to harbour despite the hazards of Nazi U-boats and the behaviour of the rescued captain in this thriller. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 10:15:00 2014-12-22 12:00:00 \N \N 1951 \N \N 19746 t
+14688 11621 Pete Donaldson's Evening Show eng \N A "Best of" show with Pete's highlights of 2014. Expect great music, live sessions, interviews and chat. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 22:00:00 2014-12-23 00:00:00 \N \N \N \N \N 19747 t
+23120 20461 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N \N \N 19750 t
+23120 20456 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N \N \N 19751 t
+23120 20446 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N \N \N 19752 t
+4169 49798 MOTD2 Extra eng \N Mark Chapman introduces analysis of Saturday's Premier League action and a look ahead to Sunday's two matches, in which Newcastle take on Sunderland and Liverpool meet Arsenal. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:15:00 \N \N \N S \N 19753 t
+4169 49799 BBC News eng \N The latest national and international news from the BBC. Also in HD. Followed by Weather for the Week Ahead. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 13:15:00 2014-12-21 13:30:00 \N \N \N S \N 19754 t
+4169 56399 Sister Act 2 eng Back in the Habit Deloris returns to help the St Catherine's sisters control a school of delinquents. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 13:30:00 2014-12-21 15:15:00 \N \N 1993 S \N 19755 t
+22624 40383 Morning Mix eng \N RNIB's Insight Radio - Simon Pauley plays great music and presents information relevant to blind and partially sighted people \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-22 10:00:00 2014-12-22 13:00:00 \N \N \N \N \N 19756 t
+23280 5848 Speed Dating eng \N It's fun, it's fast, don't miss out. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 12:00:00 \N \N \N \N \N 19757 t
+22080 1389 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 21:30:00 \N \N \N \N \N 19758 t
+22080 2135 The Doom Boom eng An inside look at the bizarre rise of American Preppers people preparing for the end of the world. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 21:30:00 2014-12-23 22:00:00 \N \N \N \N \N 19759 t
+22080 1395 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 \N \N \N \N \N 19760 t
+22080 1398 Press Preview eng \N A full review of the best stories in tomorrow's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:30:00 2014-12-23 23:00:00 \N \N \N S \N 19761 t
+22080 1399 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:30:00 \N \N \N \N \N 19762 t
+22080 1406 Press Preview eng \N A full review of the best stories in tomorrow's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 23:30:00 2014-12-24 00:00:00 \N \N \N S \N 19763 t
+16208 36970 The Bill eng \N The news of the latest suspect is kept secret from Kerry Young, who plans to move in with Luke Ashton - but how will she react when she hears the news? \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-22 08:00:00 2014-12-22 09:00:00 \N \N \N S \N 19764 t
+27168 59873 The Snowman eng \N Raymond Briggs's classic animated tale of a little boy's snowman that comes to life and whisks him off to the North Pole for an adventure. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:35:00 \N \N \N AD,S \N 19765 t
+27168 59631 Jamie's Comfort Food eng \N In the final programme of the series, Jamie Oliver cooks his versions of ham, egg and chips, chicken kebab and a three-tiered chocolate sponge cake with nougat frosting. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-24 18:35:00 2014-12-24 19:00:00 \N \N \N AD,S \N 19766 t
+27168 59629 Jamie's Cracking Christmas eng \N Jamie Oliver shows how to raise your Christmas spread to the next level with amazing recipes including cheeky Christmas cocktails, roast goose with all the trimmings and a panettone treat. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N S \N 19767 t
+27168 59632 Gadget Man's Guide to Christmas eng \N Richard Ayoade presents an indispensable guide to improving Christmas with gadgets that help you shop, wrap presents, beat the weather, improve your carol singing and even cook the dinner. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N S \N 19768 t
+41056 18180 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 \N \N \N \N \N 19769 t
+41056 18181 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 \N \N \N \N \N 19770 t
+41056 18182 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:05:00 \N \N \N \N \N 19771 t
+41056 18183 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-24 19:05:00 2014-12-24 20:00:00 \N \N \N \N \N 19772 t
+41056 18184 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:30:00 \N \N \N \N \N 19773 t
+25728 54249 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 03:00:00 2014-12-19 06:00:00 \N \N \N \N \N 19774 t
+27328 17346 Baker & Kelly's V.S.P.O eng \N Stand by for an hour of unscripted entertainment, original features and spontaneous wit driven by our unique hosts, Dannys Baker and Kelly. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:30:00 \N \N \N \N \N 19775 t
+27328 18064 World Series by Renault eng \N A review of the 2014 season, which was held over nine rounds across Europe and culminated in an exciting last leg in Jerez where the 3.5 class was decided. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:30:00 \N \N \N \N \N 19776 t
+27328 17349 Serie A Review eng \N All the latest news and action from Italy's top division. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 17:30:00 2014-12-24 18:00:00 \N \N \N \N \N 19777 t
+23040 38056 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:30:00 \N \N \N \N \N 19778 t
+23040 38057 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 00:30:00 2014-12-21 01:00:00 \N \N \N \N \N 19779 t
+23040 38058 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 01:00:00 2014-12-21 01:30:00 \N \N \N \N \N 19780 t
+23040 38059 Fanny Cradock Cooks for Christmas eng \N Fanny presents traditional and unusual ways to use mincemeat in pies, pancakes, omelettes and Swiss rolls. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 01:30:00 2014-12-21 01:45:00 \N \N \N \N \N 19781 t
+23040 38060 Fanny Cradock Cooks for Christmas eng \N The original TV chef and her husband Johnny prepare recipes that use choux pastry, including choux buns and miniature clairs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 01:45:00 2014-12-21 02:00:00 \N \N \N \N \N 19782 t
+23040 38061 Eat Street eng \N A celebration of North America's most irresistible street food. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 02:00:00 2014-12-21 02:30:00 \N \N \N \N \N 19783 t
+23040 38062 Eat Street eng \N A celebration of North America's most irresistible street food. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 02:30:00 2014-12-21 03:00:00 \N \N \N \N \N 19784 t
+12928 42061 Jewellery Maker - Teleshopping eng \N Ever wanted to handcraft your own jewellery? Our friendly presenters and Guest Designers will show you how to master a variety of techniques through easy to follow, step by step tutorials. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 09:00:00 2014-12-23 13:00:00 \N \N \N \N \N 19785 t
+16080 14763 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 00:05:00 2014-12-21 00:15:00 \N \N \N \N \N 19786 t
+16080 14764 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 00:15:00 2014-12-21 00:45:00 \N \N \N \N \N 19787 t
+16080 14765 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 00:45:00 2014-12-21 01:15:00 \N \N \N \N \N 19788 t
+16080 14766 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 01:15:00 2014-12-21 01:45:00 \N \N \N \N \N 19789 t
+8385 58288 Jumper eng \N Sci-fi thriller. Hayden Christensen stars as a 'jumper' who can teleport anywhere but finds himself threatened by the Paladins, an organisation that tracks and kills his kind. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 19:15:00 2014-12-22 21:00:00 \N \N 2008 AD,S \N 19793 t
+22336 58487 Almost Royal eng Washington, D.C. Georgie and Poppy hire themselves a political coach and meet with a congressman at the House of Representatives during a visit to Washington, D.C. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 03:15:00 2014-12-20 03:40:00 \N \N \N S \N 19794 t
+22336 58488 Almost Royal eng Nashville In the final episode, the Carlton siblings are in Nashville, Tennessee, where Poppy seizes the chance to launch herself as a country-pop fusion music star. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 03:40:00 2014-12-20 04:05:00 \N \N \N S \N 19795 t
+22336 58922 Rude Tube eng Christmas Cracker Alex Zane presents 50 of the finest festive clips from the worldwide winternet of 2012, featuring the world's worst and sexiest Santas, alternative carols and the best Christmas surprises. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 04:05:00 2014-12-20 05:00:00 \N \N \N S \N 19796 t
+40992 50647 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 10:40:00 2014-12-19 10:55:00 \N \N \N \N \N 19947 t
+22336 58490 Paternity Court eng Brand new series Family lawyer Lauren Lake hears more paternity cases. A woman wants to establish proof that an individual claiming to be her sister is not biologically related to her. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:20:00 \N \N \N S \N 19797 t
+22336 58491 One Tree Hill eng Danny Boy The search for Nathan becomes increasingly dangerous, and Dan's life hangs in the balance. Brooke is surprised when her father returns to town. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-20 05:20:00 2014-12-20 06:00:00 \N \N \N S \N 19798 t
+4166 49775 Saturday Kitchen eng \N James Martin presents a festive version of the weekly cooking show with guest chefs Raymond Blanc, Jose Pizarro, Melissa Hemsley and Jasmine Hemsley. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:30:00 \N \N \N S \N 19799 t
+4166 56371 Nigel Slater's Christmas Suppers eng \N Nigel Slater transforms Christmas leftovers into meals which make the prospect of festive entertaining a treat rather than a terror, ensuring that nothing goes to waste. Also in HD. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N AD,S \N 19800 t
+25792 52425 Parade's End eng \N Edwardian period drama with Benedict Cumberbatch and Rebecca Hall. With his overtly flirtatious wife, Christopher Tietjens remains faithful despite meeting suffragette Valentine. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:20:00 \N \N \N AD,S \N 19801 t
+25792 52426 Sounds of the Sixties eng 1964-6 The Beat Room: Groovy hits. A rare chance to see vintage performances from the likes of Tom Jones, the Kinks and John Lee Hooker on the long-defunct music show The Beat Room. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 22:20:00 2014-12-21 22:50:00 \N \N \N \N \N 19802 t
+25792 52427 Sounds of the Sixties eng The Folk Revival Relive the mid-1960s folk rock boom with these timeless performances from seminal artists such as Pete Seeger, Joan Baez, Leonard Cohen and Tim Buckley. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 22:50:00 2014-12-21 23:20:00 \N \N \N \N \N 19803 t
+25792 52428 Sounds of the Sixties eng 1967-68 The Pop Boom: Archive hits. Back in the 1960s, Top of the Pops could make a band's career. Catch the Foundations, Procul Harum and the Bee Gees appearing on the show here. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 23:20:00 2014-12-21 23:50:00 \N \N \N \N \N 19804 t
+25792 52429 Sounds of the Sixties eng 1968-69 The Swinging Sixties: Archive hits from the height of the flower-power era, featuring the music - and clothes - of Manfred Mann, Herman's Hermits and the Alan Price Set. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 23:50:00 2014-12-22 00:25:00 \N \N \N \N \N 19805 t
+41024 59873 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:35:00 \N \N \N \N \N 19806 t
+41024 59631 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-24 18:35:00 2014-12-24 19:00:00 \N \N \N \N \N 19807 t
+41024 59629 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 19808 t
+41024 59632 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 19809 t
+4175 49798 MOTD2 Extra eng \N Mark Chapman introduces analysis of Saturday's Premier League action and a look ahead to Sunday's two matches, in which Newcastle take on Sunderland and Liverpool meet Arsenal. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:15:00 \N \N \N S \N 19810 t
+4175 49799 BBC News eng \N The latest national and international news from the BBC. Also in HD. Followed by Weather for the Week Ahead. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 13:15:00 2014-12-21 13:30:00 \N \N \N S \N 19811 t
+4175 56399 Sister Act 2 eng Back in the Habit Deloris returns to help the St Catherine's sisters control a school of delinquents. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 13:30:00 2014-12-21 15:15:00 \N \N 1993 S \N 19812 t
+14498 26472 FBI Case Files eng Murder by Mail A federal judge and civil rights attorney are killed instantly as they open their mail. Hate groups are under suspicion but the truth proves far more explosive. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 01:00:00 \N \N \N \N \N 19813 t
+14498 26473 FBI Case Files eng Lethal Contact Investigators Harris and Walker recall the case of Lita Sullivan, shot dead on her doorstep in an upmarket neighbourhood of Atlanta. Did they catch her killer? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:00:00 \N \N \N \N \N 19814 t
+14498 26474 Tommy's Ultimate Workshop eng \N Tommy's fulfilling his dream and creating the ultimate workshop. Ergonomically designed and flooded with natural light, it's going to be stuffed with new tools and he's excited. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 02:00:00 2014-12-22 02:30:00 \N \N \N \N \N 19815 t
+14498 26475 Tommy's Ultimate Workshop eng \N The block work's in place and Tommy is ready to do the timber framing. He is marking up the wall plates but thinking about a dream chill-out area to celebrate a good day's DIY. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:00:00 \N \N \N \N \N 19816 t
+41056 17875 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:30:00 \N \N \N \N \N 19817 t
+41056 17876 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 03:30:00 2014-12-19 04:00:00 \N \N \N \N \N 19818 t
+41056 17877 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 04:00:00 2014-12-19 04:25:00 \N \N \N \N \N 19819 t
+41056 17878 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-19 04:25:00 2014-12-19 04:30:00 \N \N \N \N \N 19820 t
+41056 17879 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 04:30:00 2014-12-19 05:00:00 \N \N \N \N \N 19821 t
+41056 17880 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 05:00:00 2014-12-19 06:30:00 \N \N \N \N \N 19822 t
+22592 17784 Colin Murray eng \N Colin, Bob Mills and Perry Groves dissect the day's sports news. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-19 10:00:00 2014-12-19 13:00:00 \N \N \N \N \N 19823 t
+14720 25938 Simon Beale eng \N Join Simon Beale in the Heart studio for more music variety. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 06:00:00 \N \N \N \N \N 19824 t
+27168 59375 Come Dine with Me eng Celebrity Christmas Special Music impresario David Gest joins in a festive clash with former EastEnder Hannah Waterman, TV gardener Diarmuid Gavin and Loose Women presenter Sherrie Hewson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:00:00 \N \N \N S \N 19825 t
+27168 60704 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 05:00:00 2014-12-19 06:00:00 \N \N \N \N \N 19826 t
+15856 3455 The Jeremy Kyle Show USA eng \N Jeremy Kyle takes his hugely successful chat show to the US, where his uncompromising views on relationships, addiction and more will no doubt produce some jaw-dropping moments! \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:55:00 \N \N \N S \N 19827 t
+22752 1104 Kiss Fresh Up All Night eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 00:00:00 2014-12-23 03:00:00 \N \N \N \N \N 20897 t
+15856 3714 The Jeremy Kyle Show USA eng \N Jeremy Kyle takes his hugely successful chat show to the United States, where his uncompromising views on relationships produce some jaw-dropping moments! \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 00:55:00 2014-12-21 01:45:00 \N \N \N S \N 19828 t
+40992 50652 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 11:40:00 2014-12-19 12:00:00 \N \N \N \N \N 19829 t
+22272 5610 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:10:00 \N \N \N \N \N 19830 t
+15856 3456 The Real Housewives of Vancouver eng New Faces and Old Wounds Reality series following a group of driven and ambitious Canadian women. In the season two premiere, the newest wives are introduced. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 01:45:00 2014-12-21 02:45:00 \N \N \N S \N 19831 t
+15856 3457 The Real Housewives of Vancouver eng Drag Queens and Drama Queens Reality series following the lives of a group of driven and ambitious Canadian women. Jody throws a drag queen party to celebrate gay pride. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 02:45:00 2014-12-21 03:35:00 \N \N \N S \N 19832 t
+8500 5776 House Doctor eng \N Series in which Ann Maurice provides home-improvement advice for properties. The owners of a colourful property in Milton Keynes need to make a sale so they can move to France. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:25:00 \N \N \N AD,S,SL \N 19833 t
+8500 5777 Make It Big eng \N Series following 12 children running a business. The big day has finally arrived and the team are getting stressed. Jamie and Simon's pranks jeopardise the whole event. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 04:25:00 2014-12-21 04:50:00 \N \N \N S,SL \N 19834 t
+8500 5778 Make It Big eng \N Series following 12 children from the ages of 11 to 13 run a business for six weeks. The hour of the auction is drawing nigh, and Jordan is still working on the auction lots. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 04:50:00 2014-12-21 05:15:00 \N \N \N S,SL \N 19835 t
+8500 5779 Angels of Jarm eng \N Animation in which angels help the children of Jarm to overcome problems. Angel Ellie is sent to the Jarm playgroup when Otto refuses to let the others play with his toys. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 05:15:00 2014-12-21 05:20:00 \N \N \N S,SL \N 19836 t
+8500 5780 Angels of Jarm eng Hats Off Animation in which angels help the kids of Jarm to overcome problems. Why must David put his cowboy hat away when Aaron and Murali can keep their skullcap and turban on? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 05:20:00 2014-12-21 05:30:00 \N \N \N S,SL \N 19837 t
+8500 5781 Angels of Jarm eng The Picnic Animation in which angels help the kids of Jarm to overcome problems. The playgroup have gone for a picnic, but Jess takes all the food. Angel Mick is sent to have a word. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 05:30:00 2014-12-21 05:40:00 \N \N \N S,SL \N 19838 t
+8500 5782 Roary The Racing Car eng Homesick Tin Top Animation. No matter how hard he tries, Tin Top simply cannot master corners. The others try to help him but nothing seems to work - until Roary hits on a plan. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 05:40:00 2014-12-21 05:50:00 \N \N \N S,SL \N 19839 t
+8500 5783 Roary The Racing Car eng Save Our Tree Animation. Mr Carburettor plans to cut down Flash's tree. What can be done to save the little rabbit's home? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 05:50:00 2014-12-21 06:00:00 \N \N \N S,SL \N 19840 t
+17609 19724 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 12:25:00 2014-12-23 13:25:00 \N \N \N \N \N 19845 t
+17609 19725 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 13:25:00 2014-12-23 14:00:00 \N \N \N \N \N 19846 t
+17609 19728 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N \N \N 19847 t
+27360 18221 Drift Allstars eng \N We take a mid-season break to catch up on the first four rounds of EXTREME Drift Allstars Championship 2014 and head to the infamous Gatebil Festival. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:30:00 \N \N \N \N \N 19848 t
+27360 18222 Drift Allstars eng \N EXTREME Drift Allstars Championship 2014 heads to Estonia for round six. We take in all the weekend's action, plus take a closer look at one of the fan favorites, Team Fail Crew. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 12:30:00 2014-12-19 13:00:00 \N \N \N \N \N 19849 t
+27360 18223 World of Tennis eng \N All the latest tennis news from around the world. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N \N \N 19850 t
+27360 18224 Road to Rio eng \N As the athletes prepare for their defining moment in 2016, BT Sport follows their journey on the road to Rio. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N \N \N 19851 t
+27360 17963 Cagliari v Juventus eng \N Serie A action from Stadio Comunale St Elia. Juve now lead the league by just a point, while the Sardinians are looking for a result to lift themselves out of the relegation zone. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:30:00 \N \N \N \N \N 19852 t
+15952 4574 You've Been Framed at Christmas eng \N Harry Hill offers a seasonal selection of camcorder catastrophes, with footage from the archives of the best festive funnies - including Christmas kids and silly Santas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 16:40:00 2014-12-24 17:05:00 \N \N \N S \N 19853 t
+15952 2630 You've Been Framed at Christmas! eng \N Harry Hill offers a seasonal selection of camcorder catastrophes, with footage from the archives of the best festive funnies from Christmases past. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 17:05:00 2014-12-24 18:05:00 \N \N \N S \N 19854 t
+24464 50340 V8 Supercars Season Review eng \N A round-up of the 2014 season of Australia's premier touring car series. Part 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 16:20:00 2014-12-23 20:30:00 \N \N \N \N \N 19855 t
+40976 47740 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 19863 t
+40976 47741 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:25:00 \N \N \N \N \N 19864 t
+40976 47706 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-23 23:25:00 2014-12-24 00:25:00 \N \N \N \N \N 19865 t
+24480 3533 Wake Up In The 80s eng \N Slip on the shoulder pads and break out the synths as we go electro and techno and get to grips with the genres that made the iconic 80s such a musical goldmine. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:00:00 \N \N \N \N \N 19866 t
+33088 17408 Practical Presents eng \N Get your Christmas shopping wrapped up early with our selection of great gift ideas to delight your friends and family. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 19867 t
+33088 17409 The Christmas Gifts Morning Show eng \N Each morning, wake up to QVC and a fantastic selection of Christmas pressie ideas to save you from the rush of festive shopping. Tune in for some special guests too. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 19868 t
+33088 17410 Gifts for the Gourmet eng \N An inspirational show that gives you an array of unique, practical and solution-based kitchen and food ideas for everyone to enjoy, whether as gifts or to make cooking Christmas dinner a breeze. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N \N \N 19869 t
+40960 50976 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N \N \N 19870 t
+41040 17288 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 19871 t
+16032 44679 The Aquabats! Super Show! eng Christmas with The Aquabats! Comedy adventure series. After getting lost, The Aquabats! arrive in a remote village ruled by the tyrannical Krampus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:25:00 \N \N \N S \N 19872 t
+16032 42142 Horrid Henry eng Horrid Henry's Christmas It is Christmas present list time and a Boom Boom Basher is top of Henry's list. But he has not reckoned on Stuck Up Steve. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 09:25:00 2014-12-21 09:40:00 \N \N \N AD,S \N 19873 t
+8500 5794 Milkshake Bop Box eng Nature Song and dance fun. Amy and Olivia observe nature at night in this soothing celebration of nocturnal wildlife. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:40:00 2014-12-21 07:45:00 \N \N \N S \N 20379 t
+16032 35314 Horrid Henry eng Horrid Henry and the Cracking Christmas Henry's all set to win the Frosty Freeze competition with his snowman - then finds there is more to the competition than he bargained for! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 09:40:00 2014-12-21 10:00:00 \N \N \N AD,S \N 19874 t
+16032 41888 Almost Naked Animals eng The Perfect Gift Narwhal has special presents to give to the gang. It would be nice if they were presents that they actually wanted. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:15:00 \N \N \N S \N 19875 t
+16032 41889 Almost Naked Animals eng Home for the Howiedays Howie invites his conniving sister Poodle over for the Howiedays despite everyone's reservations. Will the spirit of the Howiedays bring them together? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 10:15:00 2014-12-21 10:30:00 \N \N \N S \N 19876 t
+16032 41800 The Looney Tunes Show eng Christmas Carol Show about roommates Bugs Bunny and Daffy Duck. Lola decides to stage her own version of A Christmas Carol to renew the town's holiday spirit. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 10:30:00 2014-12-21 11:00:00 \N \N \N S \N 19877 t
+16032 35315 Signed Stories: Share a Story eng The Hedgehog Who Wanted to Fly Annabel Hind presents a winning animation about a hedgehog who wishes he could fly. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:05:00 \N \N \N S,SL \N 19878 t
+16032 41233 Nerds & Monsters eng Molting Day Animated comedy series about three nerdy kids and a football linebacker who are marooned on a strange uncharted island. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 11:05:00 2014-12-21 11:20:00 \N \N \N S \N 19879 t
+16032 41891 Nerds & Monsters eng Zanit-Clops Animated comedy series about three nerdy kids and a football linebacker who are marooned on a strange uncharted island. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 11:20:00 2014-12-21 11:35:00 \N \N \N S \N 19880 t
+16032 41892 Pokemon the Series: XY eng Bonnie for the Defence Pokemon adventures. Eureka comes across a group of children who are protecting an injured Laplace from intruders while it rests before returning to the sea. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 11:35:00 2014-12-21 12:00:00 \N \N \N \N \N 19881 t
+8381 14922 Lorraine eng \N Topical mix of discussion fashion, food and celebrity gossip. Ashley Jensen talks about her latest role in Christmas crime drama Agatha Raisin and the Quiche of Death. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:25:00 \N \N \N S \N 19882 t
+8381 15407 The Speakmans eng \N Therapists Nik and Eva Speakman attempt to successfully treat ordinary people with extraordinary problems. Today, they treat a young woman suffering from severe agoraphobia. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 10:25:00 2014-12-23 11:20:00 \N \N \N S \N 19883 t
+8381 15577 Dickinson's Real Deal eng \N Today David and the team are at Northampton cricket ground, where a Roman glass vase attracts plenty of cash and a set of Dinky cars exceeds expectations. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 11:20:00 2014-12-23 12:20:00 \N \N \N S \N 19884 t
+16048 33037 A Touch of Frost eng Quarry Drama series about an irascible detective inspector. Mullett is apprehensive when Frost takes tea with a country squire as he investigates a country death. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 00:00:00 2014-12-24 02:05:00 \N \N \N S \N 19885 t
+16048 32958 Agatha Christie's Marple eng The Body in the Library Miss Marple is called by an old friend to help discover who strangled a young dancer in the library of Gossington Hall. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 02:05:00 2014-12-24 03:45:00 \N \N \N S \N 19886 t
+8274 46095 ITV News Tyne Tees eng \N Pam Royle and Ian Payne present the news, sport and magazine show for the North East and North Yorkshire. Followed by North East weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N S \N 19887 t
+8274 16998 ITV News & Weather eng \N Alastair Stewart and Mary Nightingale with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N S \N 19888 t
+8274 17000 Emmerdale eng \N Moira and Charity's feud angers Cain. Adam is taken aback by Robert's offer. Kirin's future plans leave Vanessa uneasy. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N AD,S \N 19889 t
+8274 17019 Wilderness Walks with Ray Mears eng \N Britain's wildest places. In this edition, Ray follows the River Derwent to the breathtaking Borrowdale valley - home to ancient rainforests and some very special wildlife. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N S \N 19890 t
+8274 20154 Roman Britain from the Air eng \N Criss-crossing Britain by helicopter, Christine Bleakley and Michael Scott show us a unique view of Roman Britain, revealing what life was like for ordinary people 2,000 years ago. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N S \N 19891 t
+26560 13704 The Big Top 40 Show eng \N The Hits Radio counts down the 40 biggest hits of the week! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 16:00:00 2014-12-21 19:00:00 \N \N \N \N \N 19892 t
+22208 1879 Brit Cops eng Zero Tolerance Fly-on-the-wall documentary series following the work of the Met Police, including the robbery and drug squads and uniformed response unit, in the borough of Hammersmith and Fulham. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 03:10:00 2014-12-23 04:00:00 \N \N \N S \N 19896 t
+22208 1950 Most Haunted eng Tatton Mansion Entertainment series following Yvette Fielding and a team of paranormal experts as they spend 24 hours in Britain and Ireland's most haunted locations. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 04:00:00 2014-12-23 05:00:00 \N \N \N S \N 19897 t
+22208 1967 RSPCA Animal Rescue eng \N Moving series following RSPCA workers across Australia as they work to help animals in need. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 \N \N \N S \N 19898 t
+22208 2045 RSPCA Animal Rescue eng \N Moving series following RSPCA workers across Australia as they work to help animals in need. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N S \N 19899 t
+28288 8770 Nails Inc eng \N A show of hot seasonal colours, classic manicure favourites and unique nail care solutions from Nails Inc. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N \N \N 19900 t
+28288 8771 Mally Beauty eng \N Celebrity make-up artist, Mally Roncal, is renowned as one of New York's most dynamic and sought-after beauty professionals. Her beauty philosophy emphasises healthy skin that looks flawless. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N \N \N 19901 t
+41040 17128 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:30:00 \N \N \N \N \N 19902 t
+41040 17129 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 07:30:00 2014-12-21 08:00:00 \N \N \N \N \N 19903 t
+41040 17130 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:30:00 \N \N \N \N \N 19904 t
+40992 50648 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 10:55:00 2014-12-19 11:00:00 \N \N \N \N \N 19948 t
+40992 50649 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:20:00 \N \N \N \N \N 19949 t
+40992 50650 Melody eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 11:20:00 2014-12-19 11:30:00 \N \N \N \N \N 19950 t
+28288 8772 Discover Elemis eng \N Defined by nature, led by science - this award-winning skin care brand boasts unique and potent scientific formulations that target specific skin conditions. Find the right formula for you. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N \N \N 19905 t
+8325 2572 Two and a Half Men eng A Pot Smoking Monkey American sitcom. Alan tries to hire his ex-wife's lawyer to help him win custody over the dog he and Kandi shared. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 01:10:00 2014-12-19 01:40:00 \N \N \N S \N 19906 t
+8325 3180 Two and a Half Men eng A Live Woman of Proven Fertility American sitcom. Alan is overjoyed by the prospect of Judith remarrying, as he would no longer have to pay alimony. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 01:40:00 2014-12-19 02:00:00 \N \N \N S \N 19907 t
+8325 42872 Dads eng Doubles Trouble US sitcom. Eli begins to question his and Warner's friendship when Warner makes Camilla his partner in the annual Virtual Tennis Tournament. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:20:00 \N \N \N S \N 19908 t
+8325 4468 Teleshopping eng \N Shopping from home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 02:20:00 2014-12-19 05:50:00 \N \N \N \N \N 19909 t
+17540 49775 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:30:00 \N \N \N \N \N 19910 t
+17540 56371 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N \N \N 19911 t
+8281 21089 Midsomer Murders eng Days of Misrule Barnaby investigates an explosion at a haulage yard. When a body turns up, there are plenty of suspects, including a grieving mother and a group of TA soldiers. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 15:00:00 2014-12-23 17:00:00 \N \N \N AD,S \N 19912 t
+8281 29702 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the prize cash. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N S \N 19913 t
+4168 49777 BBC News eng \N The latest national and international news from the BBC. Also in HD. Followed by weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:10:00 \N \N \N S \N 19914 t
+4168 49778 Football Focus eng \N Dan Walker and guests look ahead to the weekend's football, including the latest round of Premier League fixtures. One of Saturday's games is Manchester City v Crystal Palace. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 12:10:00 2014-12-20 12:50:00 \N \N \N S \N 19915 t
+4168 49779 Saturday Sportsday eng \N A look at the day's sporting events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 12:50:00 2014-12-20 13:00:00 \N \N \N S \N 19916 t
+4168 51808 Bargain Hunt eng Builth Wells Antiques show. Tim Wonnacott presents from the antiques fair at Builth Wells, with expertise provided by Caroline Hawley and Colin Young. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N S \N 19917 t
+4168 51727 Escape to the Country eng Herefordshire Series which helps buyers to find a dream home in the country. Jonnie Irwin and Jules Hudson showcase Herefordshire in a special edition of Escape to the Country. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N S \N 19918 t
+23712 3386 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 07:00:00 2014-12-24 08:00:00 \N \N \N \N \N 19919 t
+23712 3389 Extreme Makeover: Home Edition eng The Walker Family - Part One Ty Pennington spreads joy in the home makeover series. The team build a house for a family recovering from the suicide of one of its members. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:55:00 \N \N \N S \N 19920 t
+23712 3390 Extreme Makeover: Home Edition eng The Walker Family - Part Two Ty Pennington spreads joy in the home makeover series. The team build a house for a family recovering from the suicide of one of its members. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-24 08:55:00 2014-12-24 09:50:00 \N \N \N S \N 19921 t
+27360 18015 Live Sydney FC v Wellington Phoenix eng \N Live Hyundai A-League from Allianz Stadium. The Phoenix have struggled to pick up points in Sydney over the years and lost 4-1 here to the Sky Blues at the end of last season. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 06:00:00 2014-12-21 08:00:00 \N \N \N \N \N 19922 t
+27360 18228 Fletch & Sav - The Best Bits eng \N The best bits from the Etihad with Darren Fletcher and Robbie Savage. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:30:00 \N \N \N \N \N 19923 t
+27360 18445 Paris Saint-Germain v Montpellier eng \N French Ligue 1 from Parc des Princes. Laurent Blanc's champions steamrollered Montpellier with a 4-0 victory here on the final day of last season, their 27th win of the campaign. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:30:00 \N \N \N \N \N 19924 t
+14532 6336 Plates from The States eng \N Delicious recipe ideas from the diverse culinary landscape of the United States. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 03:00:00 2014-12-22 04:00:00 \N \N \N \N \N 19925 t
+14532 6337 The Store reopens here at 00 eng 05 Check out The Store website at www.TheStoreTV.com. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 04:00:00 2014-12-23 00:05:00 \N \N \N \N \N 19926 t
+18112 63331 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-24 05:30:00 2014-12-24 07:00:00 \N \N \N \N \N 19927 t
+41040 17070 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N \N \N 19928 t
+41040 17071 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 19929 t
+41040 17072 TechKnow eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 19930 t
+41040 17073 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 19931 t
+22336 58550 How I Met Your Mother eng Brunch Ted and the gang have brunch with his parents. Robin worries that Ted's mum doesn't like her but realises that isn't the case when a huge secret is revealed. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:30:00 \N \N \N AD,S \N 19932 t
+22336 58551 How I Met Your Mother eng Ted Mosby Architect: Ted and Robin have their first big argument after Robin becomes annoyed at hearing Ted's work grumbles, so Ted's pals try to prove that he's not dull. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 12:30:00 2014-12-23 13:00:00 \N \N \N AD,S \N 19933 t
+22336 58552 Rude(ish) Tube eng \N Rude Tube's naughty little sister discovers some slightly less rude (but still daft) online videos, including a monkey buying himself a drink, Fenton chasing deer and some very odd beards. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N S \N 19934 t
+22336 58553 Rules of Engagement eng Kids Jennifer and Adam plan a romantic weekend together, while Jeff and Audrey think about having children, and Russell runs into one of his old flames. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 \N \N \N S \N 19935 t
+22336 58554 How I Met Your Mother eng Not a Father's Day Barney is so relieved to discover that a woman he slept with isn't pregnant that he creates a new holiday called Not a Father's Day. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N AD,S \N 19936 t
+22336 58555 How I Met Your Mother eng Woooo! Robin is still unemployed and has time to make friends with a new group of single girls. Barney convinces his boss to hire Ted to re-design his office building. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N AD,S \N 19937 t
+40992 50638 Abadas eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:10:00 \N \N \N \N \N 19938 t
+40992 50639 Bing eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 09:10:00 2014-12-19 09:15:00 \N \N \N \N \N 19939 t
+40992 50640 Bing eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 09:15:00 2014-12-19 09:25:00 \N \N \N \N \N 19940 t
+40992 50641 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 09:25:00 2014-12-19 09:40:00 \N \N \N \N \N 19941 t
+40992 50642 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 09:40:00 2014-12-19 09:45:00 \N \N \N \N \N 19942 t
+40992 50643 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 09:45:00 2014-12-19 10:05:00 \N \N \N \N \N 19943 t
+40992 50644 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 10:05:00 2014-12-19 10:15:00 \N \N \N \N \N 19944 t
+40992 50756 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 10:15:00 2014-12-19 10:35:00 \N \N \N \N \N 19945 t
+22272 2037 Rocket City Rednecks eng Rocket-Powered Bass Boat Crazy contraptions from the rednecks who call Alabama their sweet home. The gang build a solar-powered rocket engine and attach it to Daddy's boat! \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-20 07:10:00 2014-12-20 07:35:00 \N \N \N AD,S \N 19951 t
+22272 64804 Rocket City Rednecks eng Backwoods Spy Satellite Ingenious engineering with the bumpkin boffins, who here build a floating spy balloon and use their mini-satellite to control a game of blind paintball! \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-20 07:35:00 2014-12-20 08:00:00 \N \N \N AD,S \N 19952 t
+40992 52070 Dipdap eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 17:55:00 2014-12-23 18:00:00 \N \N \N \N \N 20719 t
+25664 55889 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 07:00:00 \N \N \N \N \N 20720 t
+22272 64532 Top Gear eng \N Four-wheeled news and views with the regulars. Jeremy and Richard take a look at the unique charm of some old Lancia cars. DJ Chris Evans is the Star in a Reasonably Priced Car. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 08:00:00 2014-12-20 09:00:00 \N \N \N AD,S \N 19953 t
+13024 50975 The Joan Rivers Position eng The Best Of Brand new compilation show in which the late American comedian turns agony aunt. Guest stars include Graham Norton, Ruby Wax, Jerry Hall, Jodie Kidd, Katie Price and Peter Andre. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 00:05:00 2014-12-21 01:05:00 \N \N \N S \N 19954 t
+13024 50976 Jason Manford Live eng \N A hilarious performance by stand-up from comic Jason Manford, filmed during his 'Off On Tour We Go' tour. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 01:05:00 2014-12-21 02:25:00 \N \N \N S \N 19955 t
+13024 51274 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 02:25:00 2014-12-21 07:00:00 \N \N \N \N \N 19956 t
+28480 11507 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:00:00 \N \N \N \N \N 19957 t
+28480 11508 Jimmy Swaggart eng \N The preaching Ministry of Evangelist Jimmy Swaggart. This show is taken from church services recorded live at Family Worship Center Church in Baton Rouge, LA. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 10:00:00 2014-12-21 12:00:00 \N \N \N \N \N 19958 t
+14448 27151 Caught on Camera eng \N Compelling amateur footage of real life situations. Featuring criminals who think no one is watching, but there is a powerful observer recording every detail. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:50:00 \N \N \N \N \N 19959 t
+14448 27152 Nowhere to Run eng \N High-speed reality series featuring actual footage of officers in hot pursuit of felons on the run. Interviews with suspects and police offer a unique insight into why they run. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 03:50:00 2014-12-20 04:20:00 \N \N \N \N \N 19960 t
+14448 27153 Heir Hunters eng \N Series following the work of heir hunters, probate detectives looking for distant relatives of people who have died without making a will. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 04:20:00 2014-12-20 05:10:00 \N \N \N \N \N 19961 t
+14448 27154 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 05:10:00 2014-12-20 05:35:00 \N \N \N \N \N 19962 t
+14448 27155 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 05:35:00 2014-12-20 06:00:00 \N \N \N \N \N 19963 t
+4169 49777 BBC News eng \N The latest national and international news from the BBC. Also in HD. Followed by weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:10:00 \N \N \N S \N 19964 t
+4169 49778 Football Focus eng \N Dan Walker and guests look ahead to the weekend's football, including the latest round of Premier League fixtures. One of Saturday's games is Manchester City v Crystal Palace. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 12:10:00 2014-12-20 12:50:00 \N \N \N S \N 19965 t
+4169 49779 Saturday Sportsday eng \N A look at the day's sporting events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 12:50:00 2014-12-20 13:00:00 \N \N \N S \N 19966 t
+4169 51808 Bargain Hunt eng Builth Wells Antiques show. Tim Wonnacott presents from the antiques fair at Builth Wells, with expertise provided by Caroline Hawley and Colin Young. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N S \N 19967 t
+4169 51727 Escape to the Country eng Herefordshire Series which helps buyers to find a dream home in the country. Jonnie Irwin and Jules Hudson showcase Herefordshire in a special edition of Escape to the Country. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N S \N 19968 t
+8452 58702 The Simpsons eng Treehouse of Horror IX Three scary stories including Hell Toupée. It's his third strike, and Snake is sent to the electric chair. Plus, The Terror of Tiny Toon and Starship Poopers. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N AD,S \N 19970 t
+14448 27280 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 19973 t
+14448 27281 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N \N \N 19974 t
+14448 27282 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 19975 t
+14448 27283 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N \N \N 19976 t
+14448 27284 Cops eng Reloaded Newly edited episodes showcase the show's most memorable criminals, car chases and moments. Don't miss out! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:30:00 \N \N \N \N \N 19977 t
+14448 27285 Cops eng Reloaded Newly edited episodes showcase the show's most memorable criminals, car chases and moments. Don't miss out! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N \N \N 19978 t
+25920 20099 Early Morning Shopping eng \N A selection of our best shows for the early morning shopper. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 05:00:00 2014-12-22 06:00:00 \N \N \N \N \N 19979 t
+17664 58636 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:40:00 \N \N \N \N \N 19982 t
+17472 53747 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:00:00 \N \N \N \N \N 19984 t
+17472 53748 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 \N \N \N \N \N 19985 t
+17472 53749 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N \N \N 19986 t
+32836 43658 Resurrection Highlights - Boxing eng \N Boxing highlights from Gateshead featuring the international title bout between Jon Lewis Dickinson v Courtney Fry. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 19991 t
+32836 30957 Britain And Ireland From The Sky eng \N We embark on a breath-taking aerial tour of the British Isles in this exclusive series. Spanning all four seasons, Britain & Ireland from the Sky. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 13:00:00 2014-12-21 13:30:00 \N \N \N \N \N 19992 t
+32836 30958 Life After United eng \N A new series catching up with the legends of Leeds United, as they reminisce about their glory days and tell us where they are now. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-21 13:30:00 2014-12-21 14:00:00 \N \N \N \N \N 19993 t
+32836 30959 Make Me a Millionaire Inventor eng \N Shini seeks out a grandmother who is the inventor of the wallet that requires a fingerprint to open. Jem, meanwhile, meets an Israeli family man who has drawn an incredibly futuristic kitchen device. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N \N \N 19994 t
+8267 17154 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 13:20:00 2014-12-24 13:35:00 \N \N \N S \N 19995 t
+24384 15484 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 20850 t
+8267 17158 Doc Martin eng \N Doc Martin may be losing his receptionist, as Pauline wants to go to university. The peace of Portwenn is shaken by a hoard of twitchers on the trail of a rare bird. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 13:35:00 2014-12-24 15:35:00 \N \N \N AD,S \N 19996 t
+22080 961 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:30:00 \N \N \N S \N 19999 t
+22080 962 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N S \N 20000 t
+22080 2 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:30:00 \N \N \N \N \N 20001 t
+22080 7 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 10:30:00 2014-12-20 11:00:00 \N \N \N \N \N 20002 t
+22080 915 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N \N \N 20003 t
+22080 920 Sportsline eng \N Sky News presents a look at the biggest sporting stories both on and off the field. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N \N \N 20004 t
+24064 60229 New eng Brilliant Northern Ireland Magazine show celebrating brilliant community stories from across Northern Ireland. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 21:00:00 2014-12-21 21:40:00 \N \N \N \N \N 20005 t
+24064 59291 Passenger eng \N A couple. A commute. A stranger. Passenger is a film set in the heart of London, which forces us to think about how we behave towards those we do not know. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 21:40:00 2014-12-21 22:00:00 \N \N \N \N \N 20006 t
+24064 59292 Exposed eng \N Two Danes attempt to conquer the majestic Ama Dablam in Nepal, a mountain often described as one of the most spectacular in the world. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 22:00:00 2014-12-21 22:30:00 \N \N \N \N \N 20007 t
+24064 59293 Stage Name eng \N A behind-the-scenes look at The Tragedy of the Marquis of Mantua and the Emperor Charlemagne, one of Sao Tome and Principe's largest annual stage productions. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 22:30:00 2014-12-21 23:00:00 \N \N \N \N \N 20008 t
+24064 60230 National Diversity Awards 2014 eng \N Brian Dowling and Cerrie Burnell present highlights from the 2013 awards, celebrating the incredible role models, businesses and communities making Britain a better place for all. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 20009 t
+41008 58634 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:10:00 \N \N \N \N \N 20012 t
+40992 52050 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:25:00 \N \N \N \N \N 20013 t
+40992 52051 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 12:25:00 2014-12-23 12:45:00 \N \N \N \N \N 20014 t
+40992 52052 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 12:45:00 2014-12-23 13:00:00 \N \N \N \N \N 20015 t
+40992 52053 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:25:00 \N \N \N \N \N 20016 t
+40992 52054 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 13:25:00 2014-12-23 13:35:00 \N \N \N \N \N 20017 t
+40992 52055 Bing eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 13:35:00 2014-12-23 13:45:00 \N \N \N \N \N 20018 t
+40992 52056 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 13:45:00 2014-12-23 14:05:00 \N \N \N \N \N 20019 t
+40992 52057 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 14:05:00 2014-12-23 14:30:00 \N \N \N \N \N 20020 t
+40992 52058 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 14:30:00 2014-12-23 14:40:00 \N \N \N \N \N 20021 t
+40992 52059 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 14:40:00 2014-12-23 14:50:00 \N \N \N \N \N 20022 t
+40992 52060 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 14:50:00 2014-12-23 15:05:00 \N \N \N \N \N 20023 t
+25664 55888 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 03:00:00 2014-12-24 06:00:00 \N \N \N \N \N 20024 t
+17609 19624 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:25:00 \N \N \N \N \N 20025 t
+17609 19625 eng \N \N \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 06:25:00 2014-12-20 06:35:00 \N \N \N \N \N 20026 t
+17609 19626 eng \N \N \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 06:35:00 2014-12-20 06:40:00 \N \N \N \N \N 20027 t
+17609 19627 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:40:00 2014-12-20 06:50:00 \N \N \N \N \N 20028 t
+17609 19628 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:50:00 2014-12-20 07:05:00 \N \N \N \N \N 20029 t
+17609 19629 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:05:00 2014-12-20 07:10:00 \N \N \N \N \N 20030 t
+17609 19630 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:10:00 2014-12-20 07:20:00 \N \N \N \N \N 20031 t
+17609 19631 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:20:00 2014-12-20 07:25:00 \N \N \N \N \N 20032 t
+17609 19632 Sooty eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:25:00 2014-12-20 07:35:00 \N \N \N \N \N 20033 t
+17609 19633 Mr Bean eng \N \N \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 07:35:00 2014-12-20 07:50:00 \N \N \N \N \N 20034 t
+17609 19634 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:50:00 2014-12-20 08:15:00 \N \N \N \N \N 20035 t
+17609 19635 eng \N \N \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 08:15:00 2014-12-20 08:30:00 \N \N \N \N \N 20036 t
+17609 19636 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N \N \N 20037 t
+15840 3616 Neil McCormick's Needle Time eng \N Lloyd joins Neil for a frank talk, introducing Bob Dylan's 'Tangled Up In Blue', The Smiths 'How Soon Is Now?' and Morrissey's 'We Hate It When Our Friends Become Successful'. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 03:00:00 2014-12-24 04:00:00 \N \N \N \N \N 20043 t
+15840 3617 Neil McCormick's Needle Time eng \N The Jethro Tull flautist, MBE and winner of an Ivor Novello Award joins Neil for a review of how it all began and demonstrates a range of styles and melodies on his trusty flute. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 04:00:00 2014-12-24 05:00:00 \N \N \N \N \N 20044 t
+15840 3618 Neil McCormick's Needle Time eng \N Feargal Sharkey, lead vocalist of The Undertones joins Neil to talk about delivering TVs as a young punk, touring with The Ramones and how his band grew apart. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 05:00:00 2014-12-24 06:00:00 \N \N \N \N \N 20045 t
+22592 17788 Colin Murray eng \N Colin, Perry Groves and Bob Mills dissect the day's sports news. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-22 10:00:00 2014-12-22 13:00:00 \N \N \N \N \N 20046 t
+24448 63939 Spotlight Auction eng \N Tune in every day at 10am and 10pm for a one off unmissable deal on a brand new piece of genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 20048 t
+41072 14299 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-21 21:00:00 2014-12-21 21:40:00 \N \N \N \N \N 20050 t
+41072 13268 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-21 21:40:00 2014-12-21 22:00:00 \N \N \N \N \N 20051 t
+41072 13269 Exposed eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-21 22:00:00 2014-12-21 22:30:00 \N \N \N \N \N 20052 t
+41072 13270 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-21 22:30:00 2014-12-21 23:00:00 \N \N \N \N \N 20053 t
+41072 14300 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 20054 t
+8325 2717 The X Factor eng Your Top Ten Sarah-Jane Crawford counts down the biggest and best top 10 moments from The X Factor and reveals for the very first time, who has made it to that all-important No.1 position. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 10:50:00 2014-12-21 11:50:00 \N \N \N S \N 20055 t
+8325 4540 The X Factor Class of 2014 eng \N As this year's series of The X Factor comes to a close, we take a look back at all the best and worst bits of the nation's most talked about entertainment series. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 11:50:00 2014-12-21 12:55:00 \N \N \N S \N 20056 t
+8448 58564 The Big Bang Theory eng The Transporter Malfunction Penny buys Leonard and Sheldon some Star Trek memorabilia but she is irked when they refuse to remove the toys from their packaging. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N AD,S \N 20057 t
+8448 58565 The Big Bang Theory eng The Hawking Excitation When Stephen Hawking comes to lecture at the university, Howard is given the task of maintaining his wheelchair, making Sheldon green with envy. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N AD,S \N 20058 t
+17664 58650 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 10:55:00 2014-12-20 11:25:00 \N \N \N \N \N 22923 t
+8448 58566 Hollyoaks eng \N It's Ste and John Paul's wedding day, but it's a long road to the altar. Tony hosts Christmas lunch for his nearest and dearest, but will it be ruined by a revelation? \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N S \N 20059 t
+8448 58567 The Big Bang Theory eng The Codpiece Topology Seeing Penny out on a date with another guy sends a distressed Leonard rushing back to Leslie Winkle, much to Sheldon's dismay. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:30:00 \N \N \N AD,S \N 20060 t
+8448 58568 The Big Bang Theory eng The Barbarian Sublimation Penny becomes addicted to an online game based on the world of Conan the Barbarian and begins to pester Sheldon for advice. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N AD,S \N 20061 t
+41008 58702 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N \N \N 20063 t
+41136 50342 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:05:00 \N \N \N \N \N 20066 t
+41136 50343 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 22:05:00 2014-12-23 23:05:00 \N \N \N \N \N 20067 t
+41136 50344 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 23:05:00 2014-12-24 02:15:00 \N \N \N \N \N 20068 t
+22400 656 Programmes start at 10pm eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 05:00:00 2014-12-19 22:00:00 \N \N \N \N \N 20069 t
+14608 32013 A Different Kind Of Christmas eng \N What is it like to grow up with a dad who believes he is Santa? Shelley Long is running for mayor with a dad who sets up his own 'dream world' once a year. Can she keep his identity a secret? \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 09:00:00 2014-12-22 11:00:00 \N \N \N \N \N 20070 t
+14608 32014 Chicago Hope eng \N At Chicago Hope, one of the country's leading hospitals, follow the lives and trials of the staff in this American medical series. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N \N \N 20071 t
+14752 23789 Christian Williams eng \N Join Christian for the biggest tunes from the Capital playlist. Get involved @CapitalOfficial on Twitter or hit capitalfm.com for more. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 13:00:00 \N \N \N \N \N 20072 t
+8442 55886 River Cottage Bites eng \N Bite-sized films from River Cottage showing how to create a range of culinary treats. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:10:00 \N \N \N S \N 20073 t
+8442 55887 SuperScrimpers eng \N Mrs Moneypenny opens a cash clinic in an East Midlands garden centre, where she discusses pensions, utility bills, tax and lease car deals. And Harry Wallop checks out toothpaste best-buys. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 10:10:00 2014-12-22 10:45:00 \N \N \N S \N 20074 t
+8442 55888 The Robe eng \N Drama. Biblical epic starring Oscar-nominated Richard Burton as a Roman centurion who wins Jesus' robe at the Crucifixion and finds his prize changes his life. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 10:45:00 2014-12-22 13:25:00 \N \N 1953 S \N 20075 t
+28160 15807 Turning Point eng \N Opening God's word, with Dr. David Jeremiah \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:30:00 \N \N \N \N \N 20076 t
+28160 15808 Insight for Living eng \N The Bible-teaching ministry of Charles R. Swindoll \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 06:30:00 2014-12-22 07:00:00 \N \N \N \N \N 20077 t
+28160 15809 Inspirational Breakfast eng \N John and Lisa start your day with devotional reflection, uplifting music and inspiring guests. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 07:00:00 2014-12-22 09:00:00 \N \N \N \N \N 20078 t
+17540 49795 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 20079 t
+17540 56150 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 20080 t
+17540 57983 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 \N \N \N \N \N 20081 t
+17540 51722 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:30:00 \N \N \N \N \N 20082 t
+28032 28062 British Superbike Championship eng \N James Whitham reviews the MCE British Superbike Championship of 2014 - a historic season in which Shane Byrne was attempting to win his fourth title. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-24 16:00:00 2014-12-24 18:00:00 \N \N \N S \N 20083 t
+14498 26384 Chop Shop: London Garage eng Congestion Buster Bernie wants Leepu to design a traffic-dodging motor. But the smaller this van gets, the more work there is for Bernie and it's still not low enough for Leepu. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 20084 t
+14498 26385 Destroyed in Seconds eng \N In Italy, a racecar comes within inches of another as it cartwheels across the track. Then, see a military helicopter lose power and slice through the deck of a naval destroyer. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N \N \N 20085 t
+14498 26386 Destroyed in Seconds eng \N A high-speed crash triggers a chain reaction that sends bodies and motorcycles flying and tanks holding 15,000 gallons of crude oil explode after being struck by lightning. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N \N \N 20087 t
+14498 26387 American Chopper eng Michigan Bike/My Name is Earl Part 2 The pressure is on as Mikey reveals the Michigan bike, and the rest of the crew heads to Hollywood to show off their Earl-inspired model. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 20088 t
+23280 5813 Flirt Zone eng \N Flirt with thousands of people across the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 12:00:00 2014-12-19 14:00:00 \N \N \N \N \N 20089 t
+23280 5814 Picture Dating eng \N Send a Picture, find your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:00:00 2014-12-19 16:00:00 \N \N \N \N \N 20090 t
+14608 31961 Little House On The Prairie eng \N The Faith Healer - On Mrs. Oleson's invitation, the Rev. James Danforth comes to Walnut Grove to give residents his charismatic, fiery style of preaching. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 10 \N \N \N 6 20091 t
+14608 31962 A Grandpa For Christmas eng \N After his estranged daughter is hospitalized, eighty-year-old Bert Riley takes Becca, the granddaughter he never met, under his wing. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 13:00:00 2014-12-19 15:00:00 \N \N \N \N \N 20092 t
+8283 21089 Midsomer Murders eng Days of Misrule Barnaby investigates an explosion at a haulage yard. When a body turns up, there are plenty of suspects, including a grieving mother and a group of TA soldiers. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 15:00:00 2014-12-23 17:00:00 \N \N \N AD,S \N 20093 t
+8283 29702 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the prize cash. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N S \N 20094 t
+41072 14059 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:30:00 \N \N \N \N \N 20095 t
+41072 14060 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-19 12:30:00 2014-12-19 13:00:00 \N \N \N \N \N 20096 t
+41072 14061 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:45:00 \N \N \N \N \N 20097 t
+41072 14062 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 13:45:00 2014-12-19 14:00:00 \N \N \N \N \N 20098 t
+41072 14063 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N \N \N 20099 t
+41072 14064 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N \N \N 20100 t
+28096 59341 Top Gear eng \N Four-wheeled news and views with the regulars. Jeremy and Richard take a look at the unique charm of some old Lancia cars. DJ Chris Evans is the Star in a Reasonably Priced Car. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N AD,S \N 20101 t
+28096 59342 Top Gear eng \N Jeremy, Richard and James take over a gallery in Middlesbrough in a quest to prove that cars can be more popular than art - a task that requires some unusual promotion. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N AD,S \N 20102 t
+28096 59343 Storage Hunters eng Double Cross Wildly competitive US series in which bargain hunters try to make cash from abandoned storage units. Brandon and Lori team up with Jesse - but can he be trusted? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N S \N 20103 t
+28096 59344 Storage Hunters eng Auction On Wheels Hit US reality show. The Berniers hunt down more potential bargains in storage lockers. A trio of RVs are up for sale, as well as some bronze statues and jet skis. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N S \N 20104 t
+25664 55723 UKHot40 eng The Xmas Top 20 Find out the UK's new official number one as Will Best counts down the 20 biggest tracks of the week! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:30:00 \N \N \N \N \N 20105 t
+25664 55724 Greatest Xmas Songs of All Time! eng \N With Santa's help, we're delivering the definitive Christmas soundtrack. These are the greatest Xmas songs of all time, gift wrapped especially for you. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 \N \N \N \N \N 20106 t
+14372 9082 Under 10 Day with Stacey eng \N Stacey is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 20107 t
+14372 9083 Under 10 Day with Stacey eng \N Stacey is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N \N \N 20108 t
+8264 41854 Share a Story eng Winners' Journey A peek behind the scenes of the Bafta-winning Share a Story Competition. This year we follow the Winners' Story, catching up with all eight victors - chosen by last year's winners. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:25:00 \N \N \N \N \N 20110 t
+8264 22741 Columbo eng Etude in Black Columbo investigates a conductor whose lover dies after threatening to expose their affair to the conductor's wife. The death appears to be suicide, but Columbo has other ideas. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-20 09:25:00 2014-12-20 11:20:00 \N \N \N AD,S \N 20111 t
+8264 16208 ITV News & Weather eng \N The latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 11:20:00 2014-12-20 11:30:00 \N \N \N S \N 20112 t
+8264 16226 Surprise Surprise eng \N Holly Willoughby presents the show where ordinary people are rewarded for doing extraordinary things. McBusted surprise a fan with a performance on top of London's O2 arena. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:30:00 \N \N \N S \N 20113 t
+27648 4495 Wheeler Dealers eng VW Type 25 Part 1 Cult favourite the VW Camper Van goes under the spanner, getting Edd China's full attention. He starts with a complete diesel service. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 20114 t
+27648 4496 Wheeler Dealers eng VW Type 25 Part 2 The VW Camper Van is ready to hit the road, and Mike's especially impressed with its interior. When he takes it for a drive it gets some unexpected interest. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N \N \N 20115 t
+27648 4497 Wheeler Dealers eng Jeep CJ7 Part 1 Mike Brewer selects a 1984 Jeep CJ7 in need of Edd China's expertise. Edd gets started on the renovation, changing the suspension and shock absorbers. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 20116 t
+27648 4498 Wheeler Dealers eng Jeep CJ7 Part 2 Mechanical maestro Edd has a lot left to do on the jeep, including fitting new rear drum brakes, before Mike arrives for an update. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N \N \N 20117 t
+27648 4499 Salvage Hunters eng \N Drew hits the road to restock after a buyer cleans out the shop. An old air force base is stuffed with industrial fixtures - will a Brighton warehouse be as rewarding? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 20118 t
+8264 46074 ITV News Central eng \N Early evening news from around the Midlands, plus features, sport and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N S \N 20119 t
+8264 16998 ITV News & Weather eng \N Alastair Stewart and Mary Nightingale with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N S \N 20120 t
+8264 17000 Emmerdale eng \N Moira and Charity's feud angers Cain. Adam is taken aback by Robert's offer. Kirin's future plans leave Vanessa uneasy. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N AD,S \N 20121 t
+8264 17019 Wilderness Walks with Ray Mears eng \N Britain's wildest places. In this edition, Ray follows the River Derwent to the breathtaking Borrowdale valley - home to ancient rainforests and some very special wildlife. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N S \N 20122 t
+8264 20154 Roman Britain from the Air eng \N Criss-crossing Britain by helicopter, Christine Bleakley and Michael Scott show us a unique view of Roman Britain, revealing what life was like for ordinary people 2,000 years ago. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N S \N 20123 t
+8384 58707 Derek - The Special eng \N The award-winning comedy drama by Ricky Gervais returns for one last time. As Broadhill prepares for the wedding of the year, Kev's behaviour proves too much for Hannah. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:05:00 \N \N \N AD,S \N 20125 t
+8274 41854 Share a Story eng Winners' Journey A peek behind the scenes of the Bafta-winning Share a Story Competition. This year we follow the Winners' Story, catching up with all eight victors - chosen by last year's winners. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:25:00 \N \N \N \N \N 20127 t
+8274 22741 Columbo eng Etude in Black Columbo investigates a conductor whose lover dies after threatening to expose their affair to the conductor's wife. The death appears to be suicide, but Columbo has other ideas. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-20 09:25:00 2014-12-20 11:20:00 \N \N \N AD,S \N 20128 t
+8274 16208 ITV News & Weather eng \N The latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 11:20:00 2014-12-20 11:30:00 \N \N \N S \N 20129 t
+8274 16226 Surprise Surprise eng \N Holly Willoughby presents the show where ordinary people are rewarded for doing extraordinary things. McBusted surprise a fan with a performance on top of London's O2 arena. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:30:00 \N \N \N S \N 20130 t
+13120 8569 Jewellery Gift Ideas eng \N Discover our wide selection of sumptuous jewellery designs and find the perfect present to bring a sparkle to someone special. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 20131 t
+13120 7377 Christmas Gift Ideas eng \N Take the stress out of Christmas shopping and browse our marvellous selection of gift ideas to find the perfect present for someone special. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 07:00:00 2014-12-21 08:00:00 \N \N \N \N \N 20132 t
+13120 7378 Dyson eng \N Vacuum your home with help from the iconic and much-loved British brand Dyson. We will be showcasing unique packages with added accessories, as well as discovering Dyson's new innovative technology. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 08:00:00 2014-12-21 09:00:00 \N \N \N \N \N 20133 t
+14720 23150 Celebrate 2014 with Emma Bunton eng \N Join Emma Bunton to celebrate the best of 2014. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 17:00:00 2014-12-20 19:00:00 \N \N \N \N \N 20134 t
+23152 17422 A Stranger In My Home eng \N The series re-enacts real-life stories of how letting the wrong person in was the last mistake they ever made... S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 20135 t
+24384 15485 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 14:00:00 2014-12-24 15:00:00 \N \N \N \N \N 20893 t
+23152 17423 North Mission Road eng \N LA where the beautiful people are and dreams are made but also the stuff of real life nightmares and no one knows any better about this than the County Coroner at North Mission. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 01:00:00 2014-12-21 01:30:00 \N \N \N \N \N 20136 t
+23152 17424 North Mission Road eng \N LA where the beautiful people are and dreams are made but also the stuff of real life nightmares and no one knows any better about this than the County Coroner at North Mission. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 01:30:00 2014-12-21 02:00:00 \N \N \N \N \N 20137 t
+23152 17425 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-21 02:00:00 2014-12-21 02:30:00 \N \N \N \N \N 20138 t
+23152 17426 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-21 02:30:00 2014-12-21 03:00:00 \N \N \N \N \N 20139 t
+17472 56525 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 20140 t
+17472 57720 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 20141 t
+17472 55917 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N \N \N 20142 t
+17472 56527 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 20143 t
+14372 8089 Under 10 Day with Chloe eng \N Chloe is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 20144 t
+14372 8090 Under 10 Day with Chloe eng \N Chloe is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N \N \N 20145 t
+14372 8091 Under 10 Day with Cris eng \N Cris is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N \N \N 20146 t
+24384 15543 Heartfelt Creations 4 Day Deal eng \N A chance for you to get our special product, the Create and Craft 4 Day Deal \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N \N \N 20147 t
+24384 15483 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N \N \N 20148 t
+24384 15227 Tattered Lace Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N \N \N 20149 t
+24480 3579 Vintage After Midnight eng \N Can't sleep? Or partying into the early hours? Make Vintage TV your companion. We're here to help you make it through the night with a smile on your sleepy face, we hope. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 06:00:00 \N \N \N \N \N 20150 t
+26368 36408 Afternoons with Paul Phear eng \N Let Paul Phear take you through the afternoon every weekday from 1.00pm \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 16:00:00 \N \N \N \N \N 20151 t
+15808 50340 V8 Supercars Season Review eng \N A round-up of the 2014 season of Australia's premier touring car series. Part 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 16:20:00 2014-12-23 20:30:00 \N \N \N \N \N 20152 t
+22752 1102 Theo Wainhouse on Kiss Fresh eng \N Theo Wainhouse in the mix playing the best in new House, Techno and Disco beats on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 20153 t
+22752 1103 Kiss Fresh Mixblock eng \N The hottest DJ's in the mix on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 20154 t
+27712 21959 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 20155 t
+27712 21960 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:30:00 \N \N \N \N \N 20156 t
+27712 21962 Lockerbie: What Really Happened? eng A special investigation If Libya was not responsible for the Lockerbie bombing; then who was? \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 20158 t
+12992 31179 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:30:00 \N \N \N \N \N 20159 t
+12992 31180 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:30:00 2014-12-24 07:00:00 \N \N \N \N \N 20160 t
+12992 31181 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:30:00 \N \N \N \N \N 20161 t
+12992 31182 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 07:30:00 2014-12-24 08:00:00 \N \N \N \N \N 20162 t
+12992 31183 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:30:00 \N \N \N \N \N 20163 t
+12992 31184 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N \N \N 20164 t
+22720 1330 Neev eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 12:00:00 2014-12-22 15:00:00 \N \N \N \N \N 20165 t
+4166 49798 MOTD2 Extra eng \N Mark Chapman introduces analysis of Saturday's Premier League action and a look ahead to Sunday's two matches, in which Newcastle take on Sunderland and Liverpool meet Arsenal. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:15:00 \N \N \N S \N 20166 t
+4166 49799 BBC News eng \N The latest national and international news from the BBC. Also in HD. Followed by Weather for the Week Ahead. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 13:15:00 2014-12-21 13:30:00 \N \N \N S \N 20167 t
+4166 56399 Sister Act 2 eng Back in the Habit Deloris returns to help the St Catherine's sisters control a school of delinquents. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 13:30:00 2014-12-21 15:15:00 \N \N 1993 S \N 20168 t
+28096 59408 Sin City Motors eng \N High-octane reality series following larger-than-life Steve Darnell, who kits out cool, customised cars from junk. Steve transforms a 1931 Ford Model A into a salt flats racer! \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N S \N 20169 t
+28096 59409 MegaTruckers eng \N We like trucking! Join Jon Kelly and his haulage company down under in this Australian reality series. A busy Jon is forced to re-hire driver Chris, who he previously sacked. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N \N \N 20170 t
+28096 59410 MegaTruckers eng \N The reality series that's a lorry fun! Jon and his crew try to avoid low bridges as they transport a huge tunnel boring machine. New drivers Wayne and Boof are put to the test. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N \N \N 20171 t
+28096 59411 Top Gear eng \N More motoring madness. Jeremy Clarkson subjects the Skoda Yeti to a remarkably thorough road test, while James May visits the test track in the insane Aerial Atom V8. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N AD,S \N 20172 t
+17664 58707 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:05:00 \N \N \N \N \N 20174 t
+17664 59001 Gogglebox eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 23:05:00 2014-12-23 00:00:00 \N \N \N \N \N 20175 t
+25728 54623 Saving Private Ryan eng \N Powerful WWII drama about the D-Day landings and a group of US troops who are sent on a search and rescue mission to find a soldier whose three brothers have been killed in action. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 21:00:00 2014-12-22 00:30:00 \N \N 1998 \N \N 20176 t
+22272 2804 Close eng \N Close. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 03:00:00 2014-12-24 07:00:00 \N \N \N \N \N 20177 t
+23152 17350 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:30:00 \N \N \N \N \N 20178 t
+23152 17351 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-19 06:30:00 2014-12-19 07:00:00 \N \N \N \N \N 20179 t
+23152 17352 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 07:00:00 2014-12-19 08:00:00 \N \N \N \N \N 20180 t
+23152 17877 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:30:00 \N \N \N \N \N 20181 t
+23152 17354 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N \N \N 20182 t
+24448 63971 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:00:00 \N \N \N \N \N 20183 t
+24448 63972 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 07:00:00 2014-12-19 08:00:00 \N \N \N \N \N 20184 t
+24448 63973 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 08:00:00 2014-12-19 09:00:00 \N \N \N \N \N 20185 t
+16080 14739 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:30:00 \N \N \N \N \N 20188 t
+16080 14740 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N \N \N 20189 t
+16080 14741 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:30:00 \N \N \N \N \N 20190 t
+16080 14742 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 10:30:00 2014-12-20 11:00:00 \N \N \N \N \N 20191 t
+16080 14743 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N \N \N 20192 t
+16080 14744 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N \N \N 20193 t
+15232 18932 North/South Divide 3 eng \N Yorkshire-born 18+ Faye reckons Northern birds are better in bed, while Essex girl Sahara says that Southern chicks are the best in Britain. The two strip to fight their corner! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 03:15:00 2014-12-24 03:40:00 \N \N \N \N \N 20195 t
+15232 18933 Older and Bolder 2 eng \N Sexy toned mature Tracey enjoys sex in the kitchen with younger 18+ guy Tony, who learns a thing or two from the experienced sexpot. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 03:40:00 2014-12-24 04:00:00 \N \N \N \N \N 20196 t
+15232 18934 ..programmes start at 12.00am. eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 04:00:00 2014-12-25 00:00:00 \N \N \N \N \N 20197 t
+25920 20792 Ceramic Pans Pick of the Year eng \N A chance to get some of your favourite products from 2014. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 20198 t
+25920 21083 Halogen Oven Pick of the Day eng \N A chance for you to get our special product of the day - the Ideal World Pick of the Day. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N \N \N 20199 t
+27456 45437 Keiser Report eng \N Keiser Report is a no holds barred look at the shocking scandals behind the global financial headlines. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:30:00 \N \N \N \N \N 20203 t
+27456 45438 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 03:30:00 2014-12-24 04:00:00 \N \N \N \N \N 20204 t
+27456 45439 The Big Picture with Thom Hartmann eng \N The hottest political show in the US finds a new home with RT. The Big Picture with Thom Hartmann tackles the latest in political news, debates, commentary and more. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 04:00:00 2014-12-24 05:00:00 \N \N \N \N \N 20205 t
+27456 45440 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:30:00 \N \N \N \N \N 20206 t
+27456 45441 Going Underground eng \N Going Underground brings our UK viewers the news they won't get on other networks. We examine both underground and mainstream issues from a fresh and alternative perspective. With Afshin Rattansi. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N \N \N 20207 t
+12992 31102 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:30:00 \N \N \N \N \N 20208 t
+12992 31103 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:30:00 2014-12-19 07:00:00 \N \N \N \N \N 20209 t
+12992 31104 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:30:00 \N \N \N \N \N 20210 t
+12992 31105 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 07:30:00 2014-12-19 08:00:00 \N \N \N \N \N 20211 t
+12992 31106 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:30:00 \N \N \N \N \N 20212 t
+12992 31107 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N \N \N 20213 t
+23712 3035 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 07:00:00 2014-12-19 08:00:00 \N \N \N \N \N 20217 t
+23712 3039 Homes Under the Hammer eng \N A sneaky peek around three properties before they go to auction. A two bedroom flat in Eton Wick, a mid terrace in Derby and a Victorian house in Enfield are up for grabs. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 08:05:00 2014-12-19 09:05:00 \N \N \N S \N 20219 t
+27744 42129 Hawaii Five-O eng \N Cult US cop drama following a special police unit headed up by Steve McGarrett (Jack Lord). Vic Tanaka is murdering women and painting their faces to resemble a former prostitute.../24 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 03:45:00 2014-12-24 04:35:00 3 \N \N \N 4 20220 t
+27744 42130 Nash Bridges eng \N The high-action exploits of San Francisco police officer Nash Bridges. Nash and the SIU uncover a counterfeiting group and discover a fake SIU gang impersonating the police./18 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 04:35:00 2014-12-24 06:00:00 9 \N \N \N 2 20221 t
+27904 2173 Programmes start at 11pm eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 04:45:00 2014-12-24 23:00:00 \N \N \N \N \N 20222 t
+41120 14028 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:00:00 \N \N \N \N \N 20223 t
+41120 14029 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 07:00:00 2014-12-19 09:00:00 \N \N \N \N \N 20224 t
+27648 4328 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:30:00 \N \N \N \N \N 20225 t
+27648 4329 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:30:00 2014-12-19 07:00:00 \N \N \N \N \N 20226 t
+27648 4330 American Hot Rod eng Junkyard Dog Part 4 As the Las Vegas reveal date approaches, Boyd and his crew are working hard on the Chevy's makeover. Can they drive this project over the finish line? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:45:00 \N \N \N \N \N 20227 t
+27456 45450 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:30:00 \N \N \N \N \N 21491 t
+27648 4331 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 07:45:00 2014-12-19 08:10:00 \N \N \N \N \N 20228 t
+27648 4332 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 08:10:00 2014-12-19 08:35:00 \N \N \N \N \N 20229 t
+27648 4333 Fishing Road Trip USA eng Virginia Fishing aficionado Paul Young cruises on to Smith Mountain Lake in Virginia. The aesthetically pleasing freshwater striper bass gets Paul's heart racing. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 08:35:00 2014-12-19 09:00:00 \N \N \N \N \N 20230 t
+28512 708 The Morning Show eng \N Good morning! Chat over a cuppa and cornflakes with us and tell us what you're up to. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 05:00:00 2014-12-24 11:00:00 \N \N \N \N \N 20231 t
+32896 9263 Clay Kids eng \N Little Albert is infatuated with Jessie and will try anything to win her love, even if it involves pretending to be something he's not. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 21:15:00 2014-12-24 21:30:00 \N \N \N \N \N 20232 t
+22080 1063 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N \N \N 21163 t
+32896 9264 Littlest Pet Shop eng \N Penny Ling has a hard time speaking up when she disapproves of the outfit Blythe is designing for her to wear to a charity ball. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:00:00 \N \N \N \N \N 20233 t
+32896 8722 Totally Spies eng \N Deja Cruise - Jerry sends the spies on a cruise that turns bad. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:30:00 \N \N \N \N \N 20234 t
+32896 9265 Grojband eng \N Trina finds a genie and wishes her brother will never make music again. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 22:30:00 2014-12-24 22:45:00 \N \N \N \N \N 20235 t
+32896 9266 Rekkit Rabbit eng \N Trying to find a quick way to clean his room, Jay asks Rekkit for some magical help. The result is that they are both shrunk down to the size of fleas. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 22:45:00 2014-12-24 23:00:00 \N \N \N \N \N 20236 t
+32896 9267 Eliot Kid eng \N Invasion Of The Robot Clones - When Isabelle refuses to buy Eliot the box of super cereal that comes with a free pair of X-ray specs, Eliot is convinced that his mother has been turned into a clone. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 23:00:00 2014-12-24 23:15:00 \N \N \N \N \N 20237 t
+32896 9268 Eliot Kid eng \N Aunt Margot - Eliot's great aunt shows up at his house for the weekend. She looks like a real fairy-tale witch! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 23:15:00 2014-12-24 23:30:00 \N \N \N \N \N 20238 t
+32896 9269 Scaredy Squirrel eng \N Scaredy accidentally outs Mildred as a spy and, after her capture, must go on a mission to rescue her. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 23:30:00 2014-12-24 23:45:00 \N \N \N \N \N 20239 t
+32896 9270 Scaredy Squirrel eng \N It's discovered that Scaredy is one credit shy of his stacking degree and must return to college to pass one last class or be fired. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 23:45:00 2014-12-25 00:00:00 \N \N \N \N \N 20240 t
+41104 20010 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 05:00:00 2014-12-24 09:00:00 \N \N \N \N \N 20241 t
+22208 3066 Sunrise With Eamonn Holmes eng \N Wake up to all the latest news with a sports round-up at 20 past and a full weather forecast just before 6.30am. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:30:00 \N \N \N \N \N 20242 t
+22208 4218 Sunrise eng \N Eamonn Holmes with a round-up of all the main news stories of the morning with a review of the papers, showbiz news and a full weather forecast for the day ahead just before 7.00am. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 06:30:00 2014-12-19 07:00:00 \N \N \N \N \N 20243 t
+22208 4229 60 Minute Makeover eng \N Claire Sweeney presents a design series in which the team has just one hour to improve a home in Bath with a makeover. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 07:00:00 2014-12-19 08:00:00 \N \N \N S \N 20244 t
+22208 4432 6ixth Sense With Colin Fry eng \N One of Britain's most successful spiritualist mediums, Colin Fry, attempts to make contact with the other side in front of an expectant studio audience. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:30:00 \N \N \N S \N 20245 t
+22208 4437 6ixth Sense With Colin Fry eng \N One of Britain's most successful spiritualist mediums, Colin Fry, attempts to make contact with the other side in front of an expectant studio audience. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N S \N 20246 t
+24032 31419 The Hunt for Eagle One eng \N Rutger Hauer stars in this action film about a troop of US soldiers who mount a rescue attempt for a captured Filipino captain and one of their own marines \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:50:00 \N \N \N \N \N 20247 t
+24032 31420 The Hunt for Eagle One eng Crash Point Sequel with Jeff Fahey. Terrorists steal a new anti-hijacking device that enables air traffic controllers to lock a pilot's instruments and fly a plane by remote control \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 22:50:00 2014-12-25 00:40:00 \N \N \N \N \N 20248 t
+15808 50272 Scottish Borders Hill Rally eng \N Over 100 miles of stages through the Scottish borders make up this popular annual hill rally. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:05:00 \N \N \N \N \N 20249 t
+15808 50273 Trophe Andros eng \N Exclusive highlights of the world's most prestigious ice racing series contested by the likes of Alain Prost, Olivier Panis and Jacques Villeneuve in the winter ski resorts of Europe. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 22:05:00 2014-12-19 23:05:00 \N \N \N \N \N 20250 t
+15808 50274 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 23:05:00 2014-12-20 00:10:00 \N \N \N \N \N 20251 t
+22688 1004 Afternoons with Angie Greaves eng \N Great music to get you through your afternoon \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 14:00:00 2014-12-19 17:00:00 \N \N \N \N \N 20252 t
+23040 37982 Baking Made Easy eng \N Lorraine Pascale reveals her stress-free ideas for entertaining including quick and easy whisky and chilli tiger prawns. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:30:00 \N \N \N \N \N 20253 t
+23040 37983 Baking Made Easy eng \N If you want to impress with baking, Lorraine Pascale has got it covered. First, she makes a beautiful and delicious tomato and basil tarte tatin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 06:30:00 2014-12-19 07:00:00 \N \N \N \N \N 20254 t
+23040 37984 Jamie's 15 Minute Meals eng \N Jamie cooks chorizo and squid with greek-style couscous salad, plus simple spaghetti, tomato, basil and creamy curd salad. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:30:00 \N \N \N \N \N 20255 t
+23040 37985 Jamie's 15 Minute Meals eng \N Jamie rustles up lamb meatballs, salad and harissa yoghurt, plus incredibly delicious chicken salad. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 07:30:00 2014-12-19 08:00:00 \N \N \N \N \N 20256 t
+23040 37986 Kitchen Cousins eng \N The Cousins create a rustic luxe kitchen for fashionista Jeannie Mai of the Style Network and Freddy Harteis, Sportsman Channel's Hollywood Hunter. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:30:00 \N \N \N \N \N 20257 t
+23040 37987 Kitchen Cousins eng \N Alfonso Ribeiro (AKA Carlton from The Fresh Prince of Bel-Air) and his girlfriend Angela need a modern kitchen makeover, so they ask Anthony and John to update the space. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N \N \N 20258 t
+23296 5805 Gay Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:00:00 2014-12-19 08:00:00 \N \N \N \N \N 20259 t
+23296 5806 Rainbow Nation eng \N LGBT - No limits dating. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 08:00:00 2014-12-19 10:00:00 \N \N \N \N \N 20260 t
+17540 58379 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 \N \N \N \N \N 21886 t
+23120 20379 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:00:00 \N \N \N \N \N 20261 t
+23120 20372 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 07:00:00 2014-12-19 08:00:00 \N \N \N \N \N 20262 t
+23120 20366 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 08:00:00 2014-12-19 09:00:00 \N \N \N \N \N 20263 t
+27456 45205 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:30:00 \N \N \N \N \N 20264 t
+27456 45206 Politicking with Larry King eng \N Legendary host Larry King and OraTV bring 'Politicking', their new political show. World leaders and policy makers will be regular guests of the interviewer whose deep knowledge have made him an icon. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 06:30:00 2014-12-19 07:00:00 \N \N \N \N \N 20265 t
+27456 45207 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:30:00 \N \N \N \N \N 20266 t
+27456 45208 SophieCo eng \N Tune in for the interview show SophieCo with its charming host Sophie Shevardnadze and enjoy good talk. Solid facts, uncommon opinions, thoughtful observations. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 07:30:00 2014-12-19 08:00:00 \N \N \N \N \N 20267 t
+27456 45209 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:30:00 \N \N \N \N \N 20268 t
+27456 45210 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N \N \N 20269 t
+27744 42021 Teleshopping eng \N Put the pleasure back into shopping from the comfort of your home and choose from a selection of innovative products. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:00:00 \N \N \N \N \N 20270 t
+23184 17479 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 20271 t
+23184 17480 New eng Crime Stories Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 20272 t
+23184 17481 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N \N \N 20273 t
+23184 17482 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-22 17:30:00 2014-12-22 18:00:00 \N \N \N \N \N 20274 t
+24032 31258 A Christmas Wish eng \N Family drama starring Brian Krause and Danielle Chuchran. A young girl faces another Christmas without presents until her father brings home a dollar \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 12:50:00 2014-12-19 15:00:00 \N \N \N \N \N 20276 t
+22226 3829 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:30:00 \N \N \N S,AD \N 20277 t
+22226 3831 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-22 15:30:00 2014-12-22 16:00:00 \N \N \N S,AD \N 20278 t
+22226 3855 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:30:00 \N \N \N S,AD \N 20279 t
+22226 3991 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-22 17:30:00 2014-12-22 18:00:00 \N \N \N S,AD \N 20282 t
+22688 1030 Afternoons with Angie Greaves eng \N Great music to get you through your afternoon \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 14:00:00 2014-12-22 17:00:00 \N \N \N \N \N 20283 t
+41136 50277 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 03:15:00 2014-12-20 05:05:00 \N \N \N \N \N 20284 t
+41136 50278 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 05:05:00 2014-12-20 06:00:00 \N \N \N \N \N 20285 t
+28160 15734 Turning Point eng \N Opening God's word, with Dr. David Jeremiah \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:30:00 \N \N \N \N \N 20286 t
+28160 15735 Insight for Living eng \N The Bible-teaching ministry of Charles R. Swindoll \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 06:30:00 2014-12-19 07:00:00 \N \N \N \N \N 20287 t
+28160 15736 Inspirational Breakfast eng \N John and Lisa start your day with devotional reflection, uplifting music and inspiring guests. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 07:00:00 2014-12-19 09:00:00 \N \N \N \N \N 20288 t
+20352 58289 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 22:00:00 2014-12-23 00:15:00 \N \N \N \N \N 20289 t
+24016 12883 Mayflower eng The Pilgrims' Adventure A group of Pilgrims emigrate to the Americas to escape persecution by the English crown in 1620. Navigating the treacherous seas proves a test. Stars Anthony Hopkins. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:55:00 \N \N 1979 \N \N 20290 t
+24016 12884 My Mother the Spy eng \N Planning to surprise her mother on vacation, Alison Shaeffer is shocked to discover that both her mother and grandmother are actually CIA operatives. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 13:55:00 2014-12-22 15:40:00 \N \N 2000 \N \N 20291 t
+14688 11622 The Night Shift eng \N George is on the nightshift with loads of great music, your requests and stuff to help you make it through the early hours. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 00:00:00 2014-12-23 06:00:00 \N \N \N \N \N 20292 t
+23296 5832 Loud and Proud eng \N Be proud of who you are and meet your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 12:00:00 2014-12-22 14:00:00 \N \N \N \N \N 20293 t
+23296 5833 Out and About eng \N Don't just sit there, get stuck in. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 16:00:00 \N \N \N \N \N 20294 t
+32836 30881 Wake Up Leeds eng \N Wake up to the latest local news, weather and traffic updates in Leeds. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:30:00 \N \N \N \N \N 20295 t
+16208 36917 Lovejoy eng Poetic Licence Would you buy a used Rembrandt from this man? Charlotte asks Lovejoy to value the contents of a nursing home, but soon our hero is fearing for his life. Popular drama. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 08:00:00 2014-12-19 09:00:00 \N \N \N S \N 20296 t
+22784 777 Justin on Kisstory eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 13:00:00 2014-12-22 17:00:00 \N \N \N \N \N 20298 t
+23120 20453 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 20299 t
+26368 6013 Drive Home with Paul Hollins eng \N Join Paul Hollins, in for Anthony Davis, on the Smooth Drive Home from 4.00pm \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 20:00:00 \N \N \N \N \N 20894 t
+23120 20452 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N \N \N 20300 t
+23120 20439 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N \N \N 20301 t
+28416 20085 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N \N \N 20302 t
+28416 20086 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 20303 t
+28416 20087 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N \N \N 20304 t
+22752 1062 Kiss Fresh with Charlie Tee eng \N Charlie Tee with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 07:00:00 2014-12-19 11:00:00 \N \N \N \N \N 20307 t
+4169 56400 The Chronicles of Narnia eng The Lion, the Witch and the Wardrobe Children's fantasy. Four young war evacuees arrive in Narnia, where they join the noble lion Aslan to overthrow the White Witch. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 15:15:00 2014-12-21 17:25:00 \N \N 2005 AD,S \N 20308 t
+4169 49803 Songs of Praise eng Christmas Big Sing Katherine Jenkins and Jermain Jackman join Bill Turnbull and David Grant in the Royal Albert Hall for a celebration of the first Christmas with favourite carols. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 17:25:00 2014-12-21 18:05:00 \N \N \N S \N 20309 t
+22624 40384 Daily Lunch eng \N RNIB's Insight Radio - Jill Daley reviews the latest magazines from Cosmopolitan to Q, as well as great music and chat \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-22 13:00:00 2014-12-22 15:00:00 \N \N \N \N \N 20310 t
+23280 5849 Flirt Zone eng \N Flirt with thousands of people across the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 12:00:00 2014-12-22 14:00:00 \N \N \N \N \N 20311 t
+23280 5850 Picture Dating eng \N Send a Picture, find your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 16:00:00 \N \N \N \N \N 20312 t
+15952 2577 ITV2 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:50:00 2014-12-19 07:00:00 \N \N \N \N \N 20313 t
+15952 2365 Life's Funniest Moments eng \N Series featuring hilarious candid moments caught on camera. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:25:00 \N \N \N \N \N 20314 t
+15952 2606 You've Been Framed! eng \N Harry Hill presents the funniest home videos sent in by viewers. In today's edition, Batman falls off a roof, a dog meets a shark and a crotch meets barbed wire. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 07:25:00 2014-12-19 07:45:00 \N \N \N S \N 20315 t
+15952 2607 Emmerdale eng \N Robert is unnerved as Lawrence plans revenge. Belle shocks Vanessa and Paddy. Pollard is frustrated at Val's charity efforts. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 07:45:00 2014-12-19 08:15:00 \N \N \N AD,S \N 20316 t
+15952 2608 Emmerdale eng \N Is the net closing in on Robert? Val's charity evening does not go to plan. Rakesh worries about Kirin's future. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 08:15:00 2014-12-19 08:45:00 \N \N \N AD,S \N 20317 t
+15952 2609 You've Been Framed! eng \N Harry Hill presents the comedy clip show that pays viewers for their funny home videos. Naughty animals, crazy karate moves and amazing mobile phone clips all feature. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 08:45:00 2014-12-19 09:15:00 \N \N \N S \N 20318 t
+22080 1413 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:30:00 \N \N \N \N \N 20319 t
+22080 1414 Press Preview eng \N Another chance to see a full review of the best stories in this morning's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 00:30:00 2014-12-24 01:00:00 \N \N \N S \N 20320 t
+22080 1467 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:30:00 \N \N \N \N \N 20321 t
+22080 1471 Press Preview eng \N Another chance to see a full review of the best stories in this morning's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 01:30:00 2014-12-24 02:00:00 \N \N \N S \N 20322 t
+22080 1514 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 02:00:00 2014-12-24 02:30:00 \N \N \N \N \N 20323 t
+22080 1516 CBS News eng \N A chance to see live the main evening news bulletin from a leading network channel in America. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 02:30:00 2014-12-24 03:00:00 \N \N \N S \N 20324 t
+16208 36971 The Bill eng \N Down at Sun Hill, Jack Meadows tries to stop Debbie walking down the aisle. Meanwhile, Mickey Webb finds out that his boss has betrayed him. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N S \N 20325 t
+16208 36972 The Sally Lockhart Mysteries eng The Ruby in the Smoke Billie Piper stars in a mesmerising fantasy adventure from the mind of Philip Pullman. Sally Lockhart must uncover family secrets to find the Ruby of Agrapur. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-22 10:00:00 2014-12-22 12:00:00 \N \N \N S \N 20326 t
+27168 59633 8 Out of 10 Cats Christmas Special eng \N In this special festive edition of the show, Jimmy Carr and team captains Jon Richardson and Sean Lock are joined by special guests Freddie Flintoff, Ricky Wilson and Roisin Conaty. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N S \N 20327 t
+27168 59634 My Big Fat Gypsy Christmas Tinsel and Tiaras eng This new Yuletide special, packed with weddings, fun and festive spirit, shows that nobody does Christmas bling like Gypsies and Travellers \N \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:05:00 \N \N \N AD,S \N 20328 t
+27168 59635 Food Unwrapped's Christmas Dinner eng \N Jimmy, Kate and Matt find out the truth about festive food. Why is farmed salmon pink? Can you eat frankincense? Is the gold in drinks real gold? Can you grow a chicken as big as a turkey? \N 2 25 f 3 eng \N 9 0 0 \N 2014-12-24 23:05:00 2014-12-25 00:05:00 \N \N \N S \N 20329 t
+41056 18185 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-24 21:30:00 2014-12-24 21:55:00 \N \N \N \N \N 20330 t
+41056 18186 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 21:55:00 2014-12-24 22:00:00 \N \N \N \N \N 20331 t
+41056 18187 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:30:00 \N \N \N \N \N 20332 t
+41056 18188 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 22:30:00 2014-12-24 23:00:00 \N \N \N \N \N 20333 t
+41056 18189 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 23:00:00 2014-12-24 23:30:00 \N \N \N \N \N 20334 t
+41056 18190 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 23:30:00 2014-12-25 00:00:00 \N \N \N \N \N 20335 t
+27328 18149 Bundesliga Special eng Midseason Review As the German league reaches its winter break, we take a look at the best of the action from the first half of the season in the Bundesliga. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 \N \N \N \N \N 20336 t
+27328 17351 Premier League World eng \N A round-up of all the news from the Barclays Premier League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 \N \N \N \N \N 20337 t
+27328 17353 European Football Show Highlights eng \N In a mid-season review, James Richardson and guests take a look at the best of the action from Ligue 1, Serie A, the Primeira Liga and the Bundesliga from the last few months. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:30:00 \N \N \N \N \N 20339 t
+22226 6382 Bite Size Brainiac eng \N Vic Reeves, Jon Tickle and the Brainiac team tackle more outrageous experiments and daring scientific misdeeds. Take cover! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:05:00 \N \N \N S \N 20340 t
+22226 6224 Deal Or No Deal eng Noel Edmonds presents the hit game show in which one of 22 players could win up to 250,000. There are 22 sealed boxes, but only one question deal, or no deal? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:05:00 2014-12-19 06:50:00 \N \N \N \N \N 20341 t
+27712 21963 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 20898 t
+22226 6227 Deal Or No Deal eng Noel Edmonds presents the hit game show in which one of 22 players could win up to 250,000. There are 22 sealed boxes, but only one question deal, or no deal? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:50:00 2014-12-19 07:35:00 \N \N \N \N \N 20342 t
+22226 6228 Going For Gold eng \N Iconic 80s game show presented by Henry Kelly. Contestants from across Europe compete for the star prize of a trip to the 1988 Olympic Games in Seoul. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 07:35:00 2014-12-19 08:05:00 \N \N \N S \N 20343 t
+27712 21897 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:30:00 \N \N \N \N \N 20485 t
+22226 6229 Going For Gold eng \N Iconic 80s game show presented by Henry Kelly. Contestants from across Europe compete for the star prize of a trip to the 1988 Olympic Games in Seoul. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 08:05:00 2014-12-19 08:35:00 \N \N \N S \N 20344 t
+22226 6232 It's Not What You Know eng \N Chris Tarrant presents the game show in which contestants have to predict whether a panel of celebrities can correctly answer questions in their specialist subject areas. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 08:35:00 2014-12-19 09:35:00 \N \N \N S,AD \N 20345 t
+23040 38063 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:30:00 \N \N \N \N \N 20346 t
+23040 38064 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:00:00 \N \N \N \N \N 20347 t
+23040 38065 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:30:00 \N \N \N \N \N 20348 t
+23040 38066 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 04:30:00 2014-12-21 05:00:00 \N \N \N \N \N 20349 t
+23040 38067 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 05:00:00 2014-12-21 05:30:00 \N \N \N \N \N 20350 t
+23040 38068 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 05:30:00 2014-12-21 06:00:00 \N \N \N \N \N 20351 t
+12928 42142 Animal A&E eng Oscar Documentary series. Oscar the cat has a painful blocked bladder, a pair of rats named Sooty and Sweep need treating, and ISPCA officers help a trapped swan. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N S \N 20352 t
+12928 42062 Mistletoe Over Manhattan eng \N Seasonal fantasy yarn starring Tedde Moore and Tricia Helfer. Sensing that her husband is losing his Christmas spirit, Mrs Claus heads to New York City to rekindle it. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 13:30:00 2014-12-23 15:25:00 \N \N 2011 S \N 20353 t
+8385 58289 The Descendants eng \N Drama. George Clooney stars as a Hawaii-based lawyer whose life begins to unravel after his wife is involved in a waterskiing accident. With Shailene Woodley. Strong language. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 21:00:00 2014-12-22 23:15:00 \N \N 2011 AD,S \N 20354 t
+8385 58290 True Lies eng \N Action comedy. A secret agent (Arnold Schwarzenegger) has hidden his job from his wife (Jamie Lee Curtis) for 15 years. But that's all about to change... Strong language/violence. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 23:15:00 2014-12-23 02:00:00 \N \N 1994 S \N 20355 t
+28352 2146 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:20:00 \N \N \N \N \N 20356 t
+28352 2147 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 06:20:00 2014-12-19 07:00:00 \N \N \N \N \N 20357 t
+28352 2148 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:30:00 \N \N \N \N \N 20358 t
+28352 2149 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 07:30:00 2014-12-19 08:00:00 \N \N \N \N \N 20359 t
+28352 2150 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 08:00:00 2014-12-19 09:00:00 \N \N \N \N \N 20360 t
+33088 17357 Hi-Tech Toys & Electronic Gifts eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! Find your perfect electrical gifts here! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:00:00 \N \N \N \N \N 20361 t
+33088 17359 Nails Inc eng \N A show of hot seasonal colours, classic manicure favourites and unique nail care solutions from Nails Inc. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 08:00:00 2014-12-19 09:00:00 \N \N \N \N \N 20363 t
+17920 39919 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-21 18:58:00 2014-12-21 19:00:00 \N \N \N \N \N 20364 t
+17920 42689 Cars eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:50:00 \N \N \N \N \N 20365 t
+17920 42871 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 20:50:00 2014-12-21 22:10:00 \N \N \N \N \N 20366 t
+8500 5784 Peppa Pig eng George's Friend Animated series about a lovable little pig. Rebecca Rabbit has a little brother called Richard who is the same age as George. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:05:00 \N \N \N S \N 20369 t
+8500 5785 Roary The Racing Car eng Winter Breeze Racing tales. Breeze is visiting the track, so she tries her best to help everyone get ready for Christmas. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:05:00 2014-12-21 06:15:00 \N \N \N S \N 20370 t
+8500 5786 Angelina Ballerina eng Angelina's Christmas Time It's Christmas and, after the end-of-term ballet, there's to be a party. But Angelina and Marco eat so many sweet treats, they get tummy ache. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:15:00 2014-12-21 06:30:00 \N \N \N S \N 20371 t
+8500 5787 Pip Ahoy! eng Pasty Flies a Kite Animation. In this episode, Pip, Alba and Hopper let Pasty fly their kite, but he is too small to hold the kite down and it carries him out to sea! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:30:00 2014-12-21 06:40:00 \N \N \N S \N 20372 t
+8500 5788 Mr Men eng Movies Colourful animated sketch show. Mr Scatterbrain's friends turn the cinema into a zoo. Mr Rude is swept off his feet while working at the take-away stand. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:40:00 2014-12-21 06:55:00 \N \N \N S \N 20373 t
+8500 5789 Chloe's Closet eng On Frozen Pond Animation. Chloe and her friends join in with two sporty penguins who are playing a very strange game of football! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:55:00 2014-12-21 07:05:00 \N \N \N S \N 20374 t
+8500 5790 Milkshake Monkey eng Santas Little Helper Puppet adventures. Milkshake Monkey finds a present that Father Christmas has dropped. Will he be able to deliver it in time for Christmas day? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:05:00 2014-12-21 07:10:00 \N \N \N S \N 20375 t
+8500 5791 New: Olly The Little White Van eng The Christmas List Animated series featuring the adventures of a little white van called Olly. Bazza realises on Christmas Eve that he is on Santa's naughty list. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:10:00 2014-12-21 07:15:00 \N \N \N S \N 20376 t
+8500 5792 Bananas In Pyjamas eng The Space Ship Animation. The Bananas and Morgan are stargazing one night when they come up with the idea of building a new cubby house in the shape of a spaceship! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:15:00 2014-12-21 07:30:00 \N \N \N S \N 20377 t
+8500 5793 Make Way For Noddy eng Noddy and the Naughty Box Children's animated series. Noddy delivers a mysterious box that belongs to the troublemaking Goblins. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:30:00 2014-12-21 07:40:00 \N \N \N S \N 20378 t
+41008 58986 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 00:10:00 2014-12-20 02:00:00 \N \N \N \N \N 21164 t
+8500 5795 New: Paw Patrol eng Puptacular CGI animated series. Katie is excited about entering one of the Paw Patrol pups into a puppy grooming competition, but the gang are needed to save Mayor Goodway. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:45:00 2014-12-21 08:00:00 \N \N \N S \N 20380 t
+8500 5796 Little Princess eng I Want Scruff Regal larks. Algie visits the castle and shows Princess how well he can train her dog Scruff. Does Scruff really prefer Algie? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:10:00 \N \N \N S \N 20381 t
+8500 5797 The Adventures of Bottle Top Bill And His Best Friend Friend Corky eng The Snow Puppy Children's animation. Bill and Corky take their friend Ned to see the snow where they meet Frosty, the frisky snow puppy. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 08:10:00 2014-12-21 08:25:00 \N \N \N S \N 20382 t
+8500 5798 Wanda and The Alien eng Hiccups Animated series. Daddy Rabbit makes some fizzy carrot juice and gives everyone a case of the hiccups, including the squirrels. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 08:25:00 2014-12-21 08:35:00 \N \N \N S \N 20383 t
+8500 5799 Zack and Quack eng Pop-up Snowman Zack and Quack live inside the most amazing pop-up book ever, a place full of surprises. Can Zack, Quack and Kira get Snowy the snowman home before he melts? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 08:35:00 2014-12-21 08:55:00 \N \N \N S \N 20384 t
+18112 35843 MOTD Kickabout eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:15:00 \N \N \N \N \N 20385 t
+18112 36249 ROY eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 09:15:00 2014-12-20 09:45:00 \N \N \N \N \N 20386 t
+18112 64107 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 09:45:00 2014-12-20 10:10:00 \N \N \N \N \N 20387 t
+18112 64105 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 10:10:00 2014-12-20 10:35:00 \N \N \N \N \N 20388 t
+18112 36473 Wolfblood eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 10:35:00 2014-12-20 11:05:00 \N \N \N \N \N 20389 t
+18112 36474 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 11:05:00 2014-12-20 11:30:00 \N \N \N \N \N 20390 t
+18112 36475 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N \N \N 20391 t
+25792 52430 The Re-Inventors eng Flotation Suit Weird and wonderful historic inventions are put to the test. The Re-Inventors try out a number of prototypes that were designed to prevent seafarers from drowning. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 00:25:00 2014-12-22 00:55:00 \N \N \N S \N 20392 t
+25792 52431 The Re-Inventors eng Head Parachute Strapping a parachute to your head and leaping from a burning building might seem like folly - but would it actually help you survive a fire? Our experts find out. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 00:55:00 2014-12-22 01:20:00 \N \N \N S \N 20393 t
+25792 52432 Find My Past eng Dunkirk Veterans and relatives of those involved in the stirring Dunkirk evacuation remember the extraordinary role played by six cockle boats from Essex. Chris Hollins presents. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-22 01:20:00 2014-12-22 02:05:00 \N \N \N AD,S \N 20394 t
+25792 52433 Antiques Roadshow eng Leeds Fiona Bruce leads her merry band of experts to Leeds Town Hall once more. Objects under scrutiny include a huge sculpture of carved elephants, a gold ring and a tragic doll. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 02:05:00 2014-12-22 03:00:00 \N \N \N S \N 20395 t
+23184 17348 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:30:00 \N \N \N \N \N 20396 t
+23184 17349 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-19 06:30:00 2014-12-19 07:00:00 \N \N \N \N \N 20397 t
+23184 17350 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:30:00 \N \N \N \N \N 20398 t
+23184 17351 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-19 07:30:00 2014-12-19 08:00:00 \N \N \N \N \N 20399 t
+23184 17352 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 08:00:00 2014-12-19 09:00:00 \N \N \N \N \N 20400 t
+41024 59633 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 20401 t
+41024 59634 eng \N \N \N \N \N \N \N \N eng 8 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:05:00 \N \N \N \N \N 20402 t
+41024 59635 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-24 23:05:00 2014-12-25 00:05:00 \N \N \N \N \N 20403 t
+22720 1294 Rickie, Melvin & Charlie in the Morning eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:00:00 \N \N \N \N \N 20404 t
+26240 11706 heat Breakfast with Naomi Kent eng \N Morning you! Naomi wakes up the UK direct from heat! #heatradio \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 06:00:00 2014-12-19 10:00:00 \N \N \N \N \N 20413 t
+22784 754 Kisstory Breakfast with Michael eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:00:00 \N \N \N \N \N 20414 t
+20352 60705 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 07:00:00 2014-12-19 12:00:00 \N \N \N \N \N 20415 t
+4175 56400 The Chronicles of Narnia eng The Lion, the Witch and the Wardrobe Children's fantasy. Four young war evacuees arrive in Narnia, where they join the noble lion Aslan to overthrow the White Witch. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 15:15:00 2014-12-21 17:25:00 \N \N 2005 AD,S \N 20416 t
+4175 49803 Songs of Praise eng Christmas Big Sing Katherine Jenkins and Jermain Jackman join Bill Turnbull and David Grant in the Royal Albert Hall for a celebration of the first Christmas with favourite carols. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 17:25:00 2014-12-21 18:05:00 \N \N \N S \N 20417 t
+14498 26476 The New Yankee Workshop eng Dressing Table Part 1 Norm is impressed by a mahogany dressing table with foldaway mirror at the Biltmore Estate in California. Can he recreate it in the workshop? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:30:00 \N \N \N \N \N 20418 t
+14498 26477 The New Yankee Workshop eng Dressing Table Part 2 Norm finds out how plywood is produced at the mill and learns how the US Forest Service regulates timber. Plus, how will the finished dressing table look? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:00:00 \N \N \N \N \N 20419 t
+14498 26478 Wheeler Dealers eng Mini Part 1 This is no mini adventure for Mike Brewer and Edd China as they get their hands dirty under the bonnet of a second hand classic: an original Austin Mini. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:30:00 \N \N \N \N \N 20420 t
+27712 21898 101 East eng \N As scandals involving misbehaving monks rock the nation, 101 East asks 'how will Thailand save its moral soul?'. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 03:30:00 2014-12-20 04:00:00 \N \N \N \N \N 20486 t
+14498 26479 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 04:30:00 2014-12-22 05:00:00 \N \N \N \N \N 20421 t
+14498 26480 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 05:00:00 2014-12-22 05:30:00 \N \N \N \N \N 20422 t
+14498 26481 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 05:30:00 2014-12-22 06:00:00 \N \N \N \N \N 20423 t
+17540 58003 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 21887 t
+12928 42009 Jewellery Maker - Teleshopping eng \N Ever wanted to handcraft your own jewellery? Our friendly presenters and Guest Designers will show you how to master a variety of techniques through easy to follow, step by step tutorials. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 13:00:00 \N \N \N \N \N 20424 t
+15856 3458 The Real Housewives of Vancouver eng Catwalks and Catfights Reality series following a group of ambitious Canadian women. Amanda and Ioulia star in a bikini fashion show that creates drama for all the housewives. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 03:35:00 2014-12-21 04:20:00 \N \N \N S \N 20425 t
+15856 3459 The Real Housewives of Vancouver eng Second Chances and Second Thoughts Reality series following the lives of a group of driven and ambitious Canadian women. Amanda gets a face lift for her birthday. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 04:20:00 2014-12-21 05:05:00 \N \N \N S \N 20426 t
+15856 3460 The Jeremy Kyle Show USA eng \N Jeremy Kyle takes his provocative and hugely successful chat show to the United States. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 05:05:00 2014-12-21 05:50:00 \N \N \N S \N 20427 t
+15856 3634 ITVBe Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 05:50:00 2014-12-21 06:00:00 \N \N \N \N \N 20428 t
+22624 40337 Early Edition eng \N RNIB's Insight Radio - Steven Scott and the team make today's newspapers accessible to blind and partially sighted people \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-19 07:00:00 2014-12-19 10:00:00 \N \N \N \N \N 20429 t
+17609 19729 eng \N \N \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 15:00:00 2014-12-23 17:00:00 \N \N \N \N \N 20430 t
+17609 19730 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 20431 t
+4175 49777 BBC News eng \N The latest national and international news from the BBC. Also in HD. Followed by weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:10:00 \N \N \N S \N 20432 t
+4175 49778 Football Focus eng \N Dan Walker and guests look ahead to the weekend's football, including the latest round of Premier League fixtures. One of Saturday's games is Manchester City v Crystal Palace. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 12:10:00 2014-12-20 12:50:00 \N \N \N S \N 20433 t
+4175 49779 Saturday Sportsday eng \N A look at the day's sporting events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 12:50:00 2014-12-20 13:00:00 \N \N \N S \N 20434 t
+4175 51808 Bargain Hunt eng Builth Wells Antiques show. Tim Wonnacott presents from the antiques fair at Builth Wells, with expertise provided by Caroline Hawley and Colin Young. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N S \N 20435 t
+4175 51727 Escape to the Country eng Herefordshire Series which helps buyers to find a dream home in the country. Jonnie Irwin and Jules Hudson showcase Herefordshire in a special edition of Escape to the Country. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N S \N 20438 t
+22656 862 Breakfast with Kate eng \N Kate wakes you up with the finest selection of rock. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 07:00:00 2014-12-19 10:00:00 \N \N \N \N \N 20439 t
+24064 59892 My Family Feast eng The Indians When a Bengali bride and a Punjabi groom come together for their wedding, Sean Connolly learns how to prepare an Indian feast for an unforgettable celebration. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:30:00 \N \N \N \N \N 20440 t
+24064 59893 What's Really in Our Food? eng \N Are we serving up hormones and antibiotics with the iconic Sunday roast? Can choosing the right veggies reduce your risk of cancer? Carolyn Robinson investigates. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 12:30:00 2014-12-19 13:00:00 \N \N \N \N \N 20441 t
+24064 59894 Magnificent Obsessions eng Drifting Documentary series. A unique look into the weird and wonderful world of driving sideways - an art form otherwise known as drifting. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:45:00 \N \N \N \N \N 20442 t
+24064 59895 My Brilliant Moment eng \N A collection of short films, in which community leaders and volunteers speak about the moments that galvanized their projects and helped change the lives of people for the better. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 13:45:00 2014-12-19 14:00:00 \N \N \N \N \N 20443 t
+24064 59896 Planet Norfolk eng Uncut Unstaged reality series. Ian the food fanatic is cruising crustaceans, Becca the barber has her hands full with Uncle Honk, and the party guests get a surprise. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N \N \N 20444 t
+24064 59897 Treetop Pavilion eng \N New roof timbers are erected to replace the old fire-damaged originals as Mike Westphal and his team attempt to restore a 19th-Century cricket pavilion. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N \N \N 20445 t
+15952 2755 All Star Family Fortunes eng \N Vernon Kay presents a special festive edition of the game show, as an all-star Dancing on Ice team take on Corrie stars as they each attempt to win money for their chosen charity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 18:05:00 2014-12-24 19:10:00 \N \N \N S \N 20446 t
+15952 5326 Catchphrase Christmas Special eng \N Stephen Mulhern hosts a special festive edition of the game show, as celebrities Carol Vorderman, Michael Ball and Michelle Collins compete to win money for their chosen charities. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 19:10:00 2014-12-24 20:20:00 \N \N \N S \N 20447 t
+15952 5327 The Nightmare Before Christmas eng \N Animated musical fantasy starring Catherine O'Hara and Chris Sarandon, 1993. Jack Skellington, the Pumpkin King, decides to gatecrash Christmas Town \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 20:20:00 2014-12-24 22:00:00 \N \N \N AD,S \N 20448 t
+24464 50341 Auto Mundial eng Episode 51. Auto Mundial brings you the latest in the automotive industry on a weekly basis new cars, technology, and the main motorshows around the planet. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N \N \N 20449 t
+8500 5718 Tickety Toc eng Doctor Time Animation about two lively twins who live inside a cuckoo clock. Tommy and Tallulah are playing doctors. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:15:00 \N \N \N S \N 20450 t
+8500 5719 The Wright Stuff eng \N Matthew Wright hosts the topical debate show with this week's panelists Steve Furst and Natalie Pinkham. Today's guests are Fay Ripley and Si Cranstoun. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-19 09:15:00 2014-12-19 11:25:00 \N \N \N \N \N 20451 t
+8500 5720 Lucky Christmas eng \N Romantic drama starring Elizabeth Berkley and Jason Gray-Stanford. An unlucky single-mother hopes her luck will change when she meets a new man in the run up to Christmas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 11:25:00 2014-12-19 13:15:00 \N \N 2011 S \N 20452 t
+27712 21899 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:30:00 \N \N \N \N \N 20487 t
+14784 2851 Walking On Sunshine? eng \N Winter is upon us, so why not swap the wind and chill for golden sandy beaches? Check out Holidays TV, updated daily with 100s of the latest great deals! Bliss. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 04:00:00 2014-12-20 08:00:00 \N \N \N \N \N 20453 t
+24256 1021 Programmes start at midnight eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 07:00:00 2014-12-20 00:00:00 \N \N \N \N \N 20454 t
+40976 47708 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 00:25:00 2014-12-24 01:25:00 \N \N \N \N \N 20455 t
+40976 47742 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 01:25:00 2014-12-24 02:25:00 \N \N \N \N \N 20456 t
+40976 47743 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 02:25:00 2014-12-24 03:50:00 \N \N \N \N \N 20457 t
+25792 52299 Antiques Roadshow eng \N Bruce and her boffins are in Bletchley Park, home of the Enigma code-breaking team. Objects under scrutiny include a pair of valuable candlesticks and early Beatles memorabilia. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 06:10:00 2014-12-19 07:00:00 \N \N \N S \N 20458 t
+17540 53430 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 21888 t
+25792 52300 Bargain Hunt eng \N Two teams of best friends go bargain hunting at an antiques centre in Lincolnshire. Experts David Barby and Thomas Plant offer guidance and advice. Tim Wonnacott presents. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 07:00:00 2014-12-19 08:00:00 \N \N \N S \N 20459 t
+25792 52301 Flog It! eng Belfast David Barby and Anita Manning hope to find some hidden gems at Belfast's impressive City Hall. Meanwhile, host Paul Martin takes time out to visit a jewel in Belfast's crown. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 08:00:00 2014-12-19 09:00:00 \N \N \N S \N 20460 t
+33088 17411 Technology For Everyone eng \N Showcasing the very latest innovations from big-name electronic and computing brands on QVC. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 20461 t
+33088 17412 Flameless Candles eng \N Enjoy the ambience and glow of candlelight without the open flame, soot or melting wax. Candles near children and flammable material is no longer a problem - a great alternative to real candles. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 20462 t
+33088 17413 Cook's Essentials eng \N Designed specifically in response to customers' feedback, the Cook's Essentials range includes everything from stainless steel cookware with unique, impact-bonded bases to innovative electrical tools. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N \N \N 20463 t
+14752 41110 Ant Payne eng \N Ant's got all the biggest and best hits around. You can join the conversation @CapitalOfficial on Twitter and online at capitalfm.com! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 12:00:00 2014-12-20 16:00:00 \N \N \N \N \N 20464 t
+16032 36461 The Aquabats! Super Show! eng Summer Camp Musical comedy action adventure series. The Aquabats! spend the summer participating at Camp Radventures, a summer camp where kids are trained to become AquaCadets. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 12:00:00 2014-12-21 12:30:00 \N \N \N S \N 20465 t
+16032 41893 Deadtime Stories eng Terror in Tiny Town Series of chilling, yet creepy and funny stories. Willy and his cousin spend hours playing with his toy train set but learn that the toy figurines are alive. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:00:00 \N \N \N S \N 20466 t
+16032 41894 Horrid Henry eng Horrid Henry and the Perfect Panto Animated adventures. When Henry's school panto is cancelled, Margaret will not take no for an answer - which is a good thing and a bad thing! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 13:00:00 2014-12-21 13:15:00 \N \N \N AD,S \N 20467 t
+16032 41895 Horrid Henry eng Horrid Henry's Christmas It is Christmas present list time and a Boom Boom Basher is top of Henry's list. But he has not reckoned on Stuck Up Steve. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 13:15:00 2014-12-21 13:30:00 \N \N \N AD,S \N 20468 t
+16032 41896 Horrid Henry eng Horrid Henry and the Cracking Christmas Henry's all set to win the Frosty Freeze competition with his snowman - then finds there is more to the competition than he bargained for! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 13:30:00 2014-12-21 13:45:00 \N \N \N AD,S \N 20469 t
+16032 41897 Horrid Henry eng Horrid Henry and the Early Christmas Present The adventures of the eponymous mischievous boy. Christmas never seems to come early, except when you don't want it to - bah, humbug! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 13:45:00 2014-12-21 14:00:00 \N \N \N AD,S \N 20471 t
+16032 41898 Almost Naked Animals eng The Perfect Gift Narwhal has special presents to give to the gang. It would be nice if they were presents that they actually wanted. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:15:00 \N \N \N S \N 20472 t
+16032 41899 Almost Naked Animals eng Home for the Howiedays Howie invites his conniving sister Poodle over for the Howiedays despite everyone's reservations. Will the spirit of the Howiedays bring them together? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 14:15:00 2014-12-21 14:30:00 \N \N \N S \N 20473 t
+16032 41900 Nerds & Monsters eng Molting Day Animated comedy series about three nerdy kids and a football linebacker who are marooned on a strange uncharted island. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 14:30:00 2014-12-21 14:45:00 \N \N \N S \N 20474 t
+16032 41901 Nerds & Monsters eng Zanit-Clops Animated comedy series about three nerdy kids and a football linebacker who are marooned on a strange uncharted island. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 14:45:00 2014-12-21 15:00:00 \N \N \N S \N 20475 t
+8448 59399 Rules of Engagement eng Refusing to Budget When the utilities are turned off in Russell's flat, Timmy convinces him that he needs to budget sensibly and pay his bills on time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:25:00 \N \N \N \N \N 20476 t
+8448 59380 Rules of Engagement eng Uh-Oh It's Magic Russell takes his date Jessica to a magic show, only to see the magician make her disappear and not return. Illusionist Criss Angel guest stars. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 06:25:00 2014-12-20 06:50:00 \N \N \N \N \N 20477 t
+8448 59075 Rules of Engagement eng Ghost Story Audrey is upset when Jeff says that he doesn't believe she saw her dead grandmother's ghost. Russell tries to persuade Timmy not to go through with his arranged marriage. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 06:50:00 2014-12-20 07:15:00 \N \N \N S \N 20478 t
+8448 59076 Rules of Engagement eng The Four Pillars Adam struggles to take an engagement photo that he likes, while Jeff and Audrey decide to attend a relationship counselling session. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 07:15:00 2014-12-20 07:40:00 \N \N \N S \N 20479 t
+8448 59077 How I Met Your Mother eng The Limo Ted is on a quest to find the perfect New Year's Eve celebration, so he takes his friends to five different parties in order to find the best one. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 07:40:00 2014-12-20 08:05:00 \N \N \N AD,S \N 20480 t
+8448 59078 How I Met Your Mother eng The Wedding Ted is relieved when Robin agrees to go with him to his friends' wedding and thinks his luck is changing. The bridal couple, however, don't fare so well. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 08:05:00 2014-12-20 08:35:00 \N \N \N AD,S \N 20481 t
+8448 59079 How I Met Your Mother eng Drumroll, Please Ted meets a woman at a wedding. They agree that romance at weddings is false and decide not to swap numbers or surnames. Will Ted stick to their deal? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 08:35:00 2014-12-20 09:00:00 \N \N \N AD,S \N 20482 t
+27712 21900 Talk to Al Jazeera eng \N As the UN considers new measures to pave the way for Palestinian statehood, a Norwegian doctor recounts his experiences during the recent conflict in Gaza. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 04:30:00 2014-12-20 05:00:00 \N \N \N \N \N 20488 t
+27712 21901 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:30:00 \N \N \N \N \N 20489 t
+27712 21902 Innovate Africa eng \N Innovate Africa explores the latest science, innovation and high-tech solutions coming out of Africa. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N \N \N 20490 t
+8381 14925 Tipping Point eng \N Ben Shephard hosts the quiz show in which four players take on an extraordinary machine in the hope of winning its 10,000 pound jackpot. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 12:20:00 2014-12-23 13:25:00 \N \N \N S \N 20491 t
+8381 14926 Big Star's Little Star eng \N Stephen Mulhern presents the charity parents and kids show with Sinitta and her daughter Magdelena, Robbie Savage and son Freddie, and Duncan James and his daughter Tianie Finn. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 13:25:00 2014-12-23 14:25:00 \N \N \N S \N 20492 t
+8381 14927 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 14:25:00 2014-12-23 15:00:00 \N \N \N S \N 20493 t
+24016 12842 Men In War eng \N An exhausted platoon is cut off behind enemy lines. They must reach a particular location - but enemy snipers are trained on the beleaguered squad. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 13:05:00 2014-12-19 15:10:00 \N \N 1957 \N \N 20494 t
+16048 33038 Sherlock Holmes Master Blackmailer eng \N Holmes must deal with the menace of Charles Augustus Milverton, an art dealer who has a profitable sideline as a blackmailer - with much of London's high society in his grip. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-24 03:45:00 2014-12-24 05:35:00 \N \N \N S,SL \N 20495 t
+16048 33213 Judge Judy eng \N New York City's outspoken family court judge Judy Sheindlin presides over a series of real-life cases and conflicts, trying to find solutions for all kinds of family issues. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 05:35:00 2014-12-24 06:00:00 \N \N \N S \N 20496 t
+8274 17072 Lottery Stories eng \N A look at the National Lottery as it celebrates its 20th anniversary creating over 3,700 millionaires. Previous winners talk about their experiences both good and bad. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N S \N 20497 t
+8274 17076 ITV News at Ten & Weather eng \N Mark Austin and Julie Etchingham with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:40:00 \N \N \N S \N 20498 t
+8274 22786 Kylie eng Kiss Me Once Footage from the pop princess's thirteenth concert tour, featuring songs from her most recent album alongside classics such as Spinning Around and Can't Get You Out of My Head. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:40:00 2014-12-23 23:50:00 \N \N \N \N \N 20499 t
+8274 16295 The Jonathan Ross Show Christmas eng \N Finishing the current series with a festive edition, Jonathan Ross welcomes David Walliams, Barbara Windsor, Lewis Hamilton, Jimmy Carr, Ed Sheeran and Idina Menzel. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 23:50:00 2014-12-24 01:10:00 \N \N \N S \N 20500 t
+26560 13750 Darryl Morris in the Morning eng \N All The Hits to kickstart your day! Get involved... thehitsradio on Facebook, Twitter & Instagram! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 07:00:00 2014-12-19 10:00:00 \N \N \N \N \N 20501 t
+40960 53194 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 18:45:00 2014-12-21 19:00:00 \N \N \N \N \N 20502 t
+40960 53195 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:30:00 \N \N \N \N \N 20503 t
+14784 2874 85mph CHILLY winds... eng \N Are on their way, so it's time to check out Holidays TV! We have 100s of established agents with YOUR holiday needs in mind. Whatever tickles your fancy, you'll find it here! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 04:00:00 \N \N \N \N \N 20504 t
+26368 36393 Afternoons with Paul Phear eng \N Let Paul Phear take you through the afternoon every weekday from 1.00pm \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 16:00:00 \N \N \N \N \N 20505 t
+24464 50275 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 00:10:00 2014-12-20 01:15:00 \N \N \N \N \N 20506 t
+24464 50276 Ferrari Finali Mondiali - Abu... eng \N Highlights of the season-closing Ferrari Challenge contests from Abu Dhabi's Yas Marina Formula 1 circuit. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 01:15:00 2014-12-20 03:15:00 \N \N \N \N \N 20507 t
+24384 65354 Back at 6am eng \N Programmes start again at 6am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 18:00:00 2014-12-21 06:00:00 \N \N \N \N \N 20508 t
+26560 13705 In eng Demand Uncut with Stu Tolan Stu rounds up your weekend with hottest new tunes we've heard this week plus all your faves!\nTweet @thehitsradio and Like facebook.com/thehitsradio to share your love! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 19:00:00 2014-12-21 22:00:00 \N \N \N \N \N 20509 t
+22208 2076 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:30:00 \N \N \N \N \N 20510 t
+22208 1630 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 06:30:00 2014-12-23 07:00:00 \N \N \N \N \N 20511 t
+22208 1631 60 Minute Makeover eng \N Claire Sweeney presents a design series in which the team has just one hour to improve a home in Glasgow with a makeover. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 07:00:00 2014-12-23 08:00:00 \N \N \N S \N 20512 t
+22208 1647 6ixth Sense With Colin Fry eng \N One of Britain's most successful spiritualist mediums, Colin Fry, attempts to make contact with the other side in front of an expectant studio audience. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:30:00 \N \N \N S \N 20513 t
+22208 1677 6ixth Sense With Colin Fry eng \N One of Britain's most successful spiritualist mediums, Colin Fry, attempts to make contact with the other side in front of an expectant studio audience. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:00:00 \N \N \N S \N 20514 t
+41264 279 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 12:00:00 2014-12-24 00:00:00 \N \N \N \N \N 20515 t
+28288 8773 Beauty Tools & Accessories eng \N The beauty tools you use are as important as your products, so enjoy professional-standard implements and accessories, from lash curlers to make-up bags and tweezers to brushes. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 20516 t
+28288 65359 Back at 5am eng \N Programmes start again at 5am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 13:00:00 2014-12-25 05:00:00 \N \N \N \N \N 20517 t
+8281 65392 ITV News Calendar eng \N The latest news from around the region, plus interviews and features. Including local weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N S \N 20518 t
+8281 16998 ITV News & Weather eng \N Alastair Stewart and Mary Nightingale with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N S \N 20519 t
+8281 17000 Emmerdale eng \N Moira and Charity's feud angers Cain. Adam is taken aback by Robert's offer. Kirin's future plans leave Vanessa uneasy. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N AD,S \N 20520 t
+8281 17019 Wilderness Walks with Ray Mears eng \N Britain's wildest places. In this edition, Ray follows the River Derwent to the breathtaking Borrowdale valley - home to ancient rainforests and some very special wildlife. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N S \N 20521 t
+8281 20154 Roman Britain from the Air eng \N Criss-crossing Britain by helicopter, Christine Bleakley and Michael Scott show us a unique view of Roman Britain, revealing what life was like for ordinary people 2,000 years ago. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N S \N 20522 t
+8267 22743 Free Willy 2 eng The Adventure Home Sequel to the family adventure starring Jason James Richter and Michael Madsen, 1995. Jessie and his brother set out to save the whales of the Pacific Northwest threatened by an oil spill \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 12:30:00 2014-12-20 14:25:00 \N \N \N AD,S \N 20523 t
+8267 25990 Nation's Favourite Christmas Song eng \N A countdown of the nation's most popular top twenty festive hits as voted for by the public in a nationwide poll. It marks the 70th anniversary of Bing Crosby's White Christmas. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 14:25:00 2014-12-20 15:50:00 \N \N \N S \N 20524 t
+23712 3391 DIY SOS eng \N The team visit Stockport to help a decorating tutor who has been struggling with his homework. Brigid Calderhead introduces three new families hoping to win the viewers' vote. \N 0 25 f 64 eng eng 10 0 0 \N 2014-12-24 09:50:00 2014-12-24 10:25:00 \N \N \N AD,S \N 20525 t
+15808 50341 Auto Mundial eng Episode 51. Auto Mundial brings you the latest in the automotive industry on a weekly basis new cars, technology, and the main motorshows around the planet. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N \N \N 20896 t
+23712 3392 DIY SOS eng \N Nick Knowles and his gang help a woman turn a bare rehearsal space into a cool bedroom for her drum-playing son. Meanwhile, Brigid Calderhead visits three more homes wanting help. \N 0 25 f 64 eng eng 10 0 0 \N 2014-12-24 10:25:00 2014-12-24 10:55:00 \N \N \N AD,S \N 20526 t
+23712 3393 DIY SOS eng \N The team visit Forrest Row in Sussex to help single dad Chris complete a two-storey extension. After Chris's wife left him, he also hurt his spine and needed an operation. \N 0 25 f 64 eng eng 10 0 0 \N 2014-12-24 10:55:00 2014-12-24 11:25:00 \N \N \N AD,S \N 20527 t
+23712 3394 DIY SOS eng \N Nick Knowles and the team fly to the rescue of a widow in Farnborough, who moved into a dream home with her family 10 years ago. Now it's a nightmare. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-24 11:25:00 2014-12-24 11:55:00 \N \N \N AD,S \N 20528 t
+23712 3395 DIY SOS eng \N Nick Knowles and the team rescue more hapless DIY-ers. This time they're in Bristol helping a couple with a self-build house that has taken nearly three years to become habitable. \N 0 25 f 64 eng eng 10 0 0 \N 2014-12-24 11:55:00 2014-12-24 12:25:00 \N \N \N AD,S \N 20529 t
+40960 53196 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-21 19:30:00 2014-12-21 19:45:00 \N \N \N \N \N 20537 t
+14832 1320 Winter in Gay Rabbit Meadow eng \N Gay Rabbit Chat & Date has been connecting people for 6 years, so wherever you sit on the LGBT spectrum, pop in and say hi! Introduce a friend and earn FREE credits for each of you \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 12:00:00 2014-12-19 16:00:00 \N \N \N \N \N 20540 t
+14816 971 1-2-1 Dating - NEW & Improved eng 1-2-1 Dating WORKS - Testimonial 'I thought, nothing ventured, nothing gained... Shortly after, I met Jonathan' - (K C, 32, London). Watch ads for free with 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 12:00:00 2014-12-19 16:00:00 \N \N \N \N \N 20547 t
+14800 1320 Come Up and See Me eng \N Rabbit Chat & Date has been connecting people for over 6 years now on TV - and now also by our new iPhone app! Flirt, chat & make new friends. The opportunities are endless! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 12:00:00 2014-12-19 16:00:00 \N \N \N \N \N 20548 t
+41008 58717 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 08:10:00 2014-12-23 08:35:00 \N \N \N \N \N 22435 t
+27360 18016 Northampton Saints v Leicester Tigers eng \N Aviva Premiership from Franklin's Gardens. The Saints ended a poor run of results against their rivals when they beat them 21-20 in May's semi-final in a fiercely fought game. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 09:30:00 2014-12-21 11:00:00 \N \N \N \N \N 20576 t
+27360 18017 Gloucester Rugby v Bath Rugby eng \N Aviva Premiership rugby from Kingsholm. Bath won the last local derby 18-17 when these clubs met in April for a fiery clash featuring five yellow cards and two reds, both for Gloucester. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:30:00 \N \N \N \N \N 20577 t
+23904 778 Programmes start at 5am eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 06:00:00 2014-12-20 05:00:00 \N \N \N \N \N 20578 t
+18112 65444 Arthur eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:15:00 \N \N \N \N \N 20586 t
+18112 36603 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 07:15:00 2014-12-24 07:45:00 \N \N \N \N \N 20587 t
+18112 36501 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 07:45:00 2014-12-24 08:45:00 \N \N \N \N \N 20588 t
+18112 36502 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 08:45:00 2014-12-24 09:15:00 \N \N \N \N \N 20589 t
+27840 5265 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N \N \N 20601 t
+27840 5266 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N \N \N 20602 t
+27840 5267 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N \N \N 20603 t
+22336 58556 The Big Bang Theory eng E4's Top 20 - The Flaming Spittoon Acquisition Sheldon is jealous when Stuart from the comic book shop asks Amy out on a date in the show placed 20th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:30:00 \N \N \N AD,S \N 20604 t
+22336 58557 The Big Bang Theory eng E4's Top 20 - The Zarnecki Incursion Sheldon attempts to catch the culprit when somebody hacks into his online gaming account in the show placed 19th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 15:30:00 2014-12-23 16:00:00 \N \N \N AD,S \N 20605 t
+22336 58558 The Big Bang Theory eng E4's Top 20 - The Love Spell Potential The girls' trip falls through so the guys invite them to a Dungeons & Dragons date night in the show placed 18th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N AD,S \N 20606 t
+22336 58559 The Big Bang Theory eng E4's Top 20 - The Prestidigitation Approximation Leonard is torn between his new girlfriend Priya and his friendship with Penny in the show placed 17th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 \N \N \N AD,S \N 20607 t
+22336 58560 The Big Bang Theory eng E4's Top 20 - The Terminator Decoupling The guys hear that sci-fi actress Summer Glau is on board their train to San Francisco in the show placed 16th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N AD,S \N 20608 t
+22336 58561 Famous Fred eng \N Posy Simmonds' enchanting story of Fred, a family moggy by day and an amazing superstar by night, featuring the voices of Lenny Henry and Tom Courtenay. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 17:30:00 2014-12-23 18:00:00 \N \N \N S \N 20609 t
+8281 41854 Share a Story eng Winners' Journey A peek behind the scenes of the Bafta-winning Share a Story Competition. This year we follow the Winners' Story, catching up with all eight victors - chosen by last year's winners. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:25:00 \N \N \N \N \N 20610 t
+8281 22741 Columbo eng Etude in Black Columbo investigates a conductor whose lover dies after threatening to expose their affair to the conductor's wife. The death appears to be suicide, but Columbo has other ideas. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-20 09:25:00 2014-12-20 11:20:00 \N \N \N AD,S \N 20611 t
+8281 16208 ITV News & Weather eng \N The latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 11:20:00 2014-12-20 11:30:00 \N \N \N S \N 20612 t
+8281 16226 Surprise Surprise eng \N Holly Willoughby presents the show where ordinary people are rewarded for doing extraordinary things. McBusted surprise a fan with a performance on top of London's O2 arena. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:30:00 \N \N \N S \N 20613 t
+28480 11509 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 20614 t
+40960 53197 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 19:45:00 2014-12-21 20:00:00 \N \N \N \N \N 20615 t
+28480 11510 Generation Of The Cross eng \N Talk show for teenagers and young adults, hosted By Gabriel Swaggart covering Biblical topics. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 20616 t
+28480 11511 Donnie Swaggart eng \N The Preaching Ministry of Donnie Swaggart, recorded at Family Worship Center Church in Baton Rouge, LA \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 14:00:00 2014-12-21 16:00:00 \N \N \N \N \N 20617 t
+8452 58707 Derek - The Special eng \N The award-winning comedy drama by Ricky Gervais returns for one last time. As Broadhill prepares for the wedding of the year, Kev's behaviour proves too much for Hannah. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:05:00 \N \N \N AD,S \N 20630 t
+14448 27286 The Investigator eng \N An in-depth look into some of New Zealand's most puzzling crimes in recent history, investigating if there was more to each crime than meets the eye. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 20631 t
+14448 27287 Crime Stories eng \N Grisly crimes are meticulously reconstructed in this dramatic series. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 20632 t
+14448 27288 Caught on Camera eng \N Compelling amateur footage of real life situations. Featuring criminals who think no one is watching, but there is a powerful observer recording every detail. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 20633 t
+4168 49804 BBC News eng \N The latest national and international news stories from the BBC News team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:05:00 2014-12-21 18:20:00 \N \N \N S \N 20634 t
+4168 50104 North West Tonight eng \N The latest news, sport and weather for the North West of England. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:20:00 2014-12-21 18:30:00 \N \N \N S \N 20635 t
+4168 58379 Celebrity Mastermind eng \N Featuring questions on the Carry On films, Richard Pryor, Quentin Crisp and Prince. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 1 10 \N S \N 20636 t
+4168 58003 Countryfile eng Christmas Special The Countryfile team go out and about at Christmas before meeting up at the Christmas market in Bath. Also in HD. Including Weather for the Week Ahead. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N S \N 20637 t
+4168 53430 Antiques Roadshow eng Christmas Special The Antiques Roadshow marks the festive season with a look back at some of the year's highlights and updates about items that have appeared on the series. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N S \N 20638 t
+25920 20100 Early Morning Shopping eng \N A selection of our best shows for the early morning shopper. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 06:00:00 2014-12-22 07:00:00 \N \N \N \N \N 20639 t
+25920 20733 Toy Store Sale eng \N A wonderful selection of toys & games, for boys & girls & the young & old - all at sale prices! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 07:00:00 2014-12-22 08:00:00 \N \N \N \N \N 20640 t
+25920 20786 Last Minute Technology Gifts eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 08:00:00 2014-12-22 09:00:00 \N \N \N \N \N 20641 t
+22592 17678 Hawksbee and Jacobs eng \N Hawksbee and Jacobs discuss all the day's biggest sports news stories. Call the show on 08717 22 33 44 (10p/min), text on 81089 (50p + charges) or follow on Twitter @tshandj \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-19 13:00:00 2014-12-19 16:00:00 \N \N \N \N \N 20656 t
+40960 53192 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:30:00 \N \N \N \N \N 20657 t
+40960 53193 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-21 18:30:00 2014-12-21 18:45:00 \N \N \N \N \N 20658 t
+32836 30960 Seaside Rescue eng \N Duncan Bannatyne goes on a mission to save the British seaside holiday, starting in Ramsgate, where a once-admired children's attraction requires attention. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 20659 t
+32836 30961 On Closer Inspection eng \N This hard-hitting flagship current affairs programme is the "News after the News". We delve deeper into the political and social stories that shape the daily lives of Leeds people. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N \N \N 20660 t
+32836 30962 Life on the Line eng \N A Cambridge detective goes after a vicious arsonist. The police helicopter directs ground forces onto a young runaway man & then embark on a secret photographic surveillance mission. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:30:00 \N \N \N \N \N 20661 t
+32836 30963 Behind Bars eng \N Whilst scrubbing gang graffiti there are serious repercussions for one unlucky inmate caught trying to smuggle in a cigarette. The jail SWAT team conduct a surprise raid on the British tent. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 17:30:00 2014-12-21 18:00:00 \N \N \N \N \N 20662 t
+27360 18019 World of Tennis eng \N All the latest tennis news from around the world. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:00:00 \N \N \N \N \N 21166 t
+14688 11600 Absolute Radio's Greatest Hits eng \N We're packing the weekend with the biggest songs from our record collection and George is here with 5 decades of music in one show. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 23:00:00 2014-12-20 04:00:00 \N \N \N \N \N 20669 t
+8267 33037 Off Their Rockers eng \N Hidden camera comedy show featuring senior citizens playing pranks. Today, a rocker performs a daredevil escape from an OAP home, and Sonia has a quick nap on a comfy shoulder. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 15:35:00 2014-12-24 16:05:00 \N \N \N S \N 20670 t
+8267 16515 Santa Claus eng The Movie Seasonal fantasy adventure starring Dudley Moore and John Lithgow, 1985. A disillusioned elf leaves Santa's North Pole workshop for New York to make toys for a scheming magnate \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 16:05:00 2014-12-24 18:15:00 \N \N \N AD,S \N 20671 t
+24064 60071 Back at 3am and 24-hours on HD 109 eng \N No Information Available \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 03:00:00 \N \N \N \N \N 20672 t
+16048 31851 Agatha Christie's Marple eng The Blue Geranium Did a woman really die of shock when the geranium in her wallpaper turned blue? Can Marple stop a trial before the wrong person is found guilty of murder? \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 15:50:00 2014-12-20 17:45:00 \N \N \N AD,S \N 20676 t
+16048 33239 Mamma Mia! eng \N Exuberant ABBA musical starring Meryl Streep and Amanda Seyfried, 2008. A bride-to-be invites three of her mother's ex-lovers to her wedding to find out which of them is her father \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 17:45:00 2014-12-20 20:00:00 \N \N \N AD,S \N 20677 t
+8283 41854 Share a Story eng Winners' Journey A peek behind the scenes of the Bafta-winning Share a Story Competition. This year we follow the Winners' Story, catching up with all eight victors - chosen by last year's winners. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:25:00 \N \N \N \N \N 20689 t
+8283 22741 Columbo eng Etude in Black Columbo investigates a conductor whose lover dies after threatening to expose their affair to the conductor's wife. The death appears to be suicide, but Columbo has other ideas. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-20 09:25:00 2014-12-20 11:20:00 \N \N \N AD,S \N 20690 t
+8283 16208 ITV News & Weather eng \N The latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 11:20:00 2014-12-20 11:30:00 \N \N \N S \N 20691 t
+32836 42944 Teleshopping eng \N Teleshopping for eye make-up. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:30:00 \N \N \N \N \N 20692 t
+8283 16226 Surprise Surprise eng \N Holly Willoughby presents the show where ordinary people are rewarded for doing extraordinary things. McBusted surprise a fan with a performance on top of London's O2 arena. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:30:00 \N \N \N S \N 20693 t
+41008 58718 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 08:35:00 2014-12-23 09:00:00 \N \N \N \N \N 22436 t
+40992 52061 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 15:05:00 2014-12-23 15:30:00 \N \N \N \N \N 20710 t
+40992 52062 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 15:30:00 2014-12-23 15:35:00 \N \N \N \N \N 20711 t
+40992 52063 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 15:35:00 2014-12-23 16:00:00 \N \N \N \N \N 20712 t
+40992 52064 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:25:00 \N \N \N \N \N 20713 t
+40992 52065 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 16:25:00 2014-12-23 16:40:00 \N \N \N \N \N 20714 t
+40992 52066 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 16:40:00 2014-12-23 17:00:00 \N \N \N \N \N 20715 t
+40992 52067 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:15:00 \N \N \N \N \N 20716 t
+40992 52068 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 17:15:00 2014-12-23 17:40:00 \N \N \N \N \N 20717 t
+40992 52069 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 17:40:00 2014-12-23 17:55:00 \N \N \N \N \N 20718 t
+25664 55890 Greatest Xmas Songs of All Time! eng \N With Santa's help, we're delivering the definitive Christmas soundtrack. These are the greatest Xmas songs of all time, gift wrapped especially for you. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 07:00:00 2014-12-24 08:00:00 \N \N \N \N \N 20721 t
+25664 55891 #Your4Music eng All Star Xmas Special You control the festive videos we play. Tweet us your video request @4Music using the hashtag #Your4Music, then enjoy your 15 seconds of fame! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-24 08:00:00 2014-12-24 09:00:00 \N \N \N \N \N 20722 t
+41120 14076 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:30:00 \N \N \N \N \N 20732 t
+41120 14077 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:00:00 \N \N \N \N \N 20733 t
+41120 14078 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:30:00 \N \N \N \N \N 20734 t
+41120 14079 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 04:30:00 2014-12-21 05:00:00 \N \N \N \N \N 20735 t
+41120 14080 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 05:00:00 2014-12-21 06:00:00 \N \N \N \N \N 20736 t
+15840 3619 Wake Up In The 60s eng \N Set the alarm clock for a revolutionary ride on our magical mystery tour as it makes its way through the 60s, taking in everything from bubblegum pop to prog rock. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 08:00:00 \N \N \N \N \N 20738 t
+15840 3620 Never Mind The Baubles eng \N New! Trimming the tree will be a joy as you sing along to all your festive favourites \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 08:00:00 2014-12-24 09:00:00 \N \N \N \N \N 20739 t
+22592 17720 Hawksbee and Jacobs eng \N Hawksbee and Jacobs discuss all the day's biggest sports news stories. Call the show on 08717 22 33 44 (10p/min), text on 81089 (50p + charges) or follow on Twitter @tshandj \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-22 13:00:00 2014-12-22 16:00:00 \N \N \N \N \N 20740 t
+24448 64002 Milano Charms eng \N Boasting high fashion and stunning detail, build your collection of charms with our Milano Charms show. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 20741 t
+24448 64003 Lorique Showcase eng \N Lorique jewellery is designed so that each piece must be regarded as the ultimate treasure. Only a small quantity of Lorique jewellery is created each year. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 20742 t
+24448 63847 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 02:00:00 2014-12-21 03:00:00 \N \N \N \N \N 20743 t
+41072 13272 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 01:00:00 \N \N \N \N \N 20744 t
+41072 13273 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:00:00 \N \N \N \N \N 20745 t
+41072 13274 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-22 02:00:00 2014-12-22 03:00:00 \N \N \N \N \N 20746 t
+8325 4848 You've Been Framed at Christmas eng \N Harry Hill offers a seasonal selection of camcorder catastrophes, with footage from the archives of the best festive funnies - including Christmas kids and silly Santas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 12:55:00 2014-12-21 13:20:00 \N \N \N S \N 20747 t
+8325 4547 You've Been Framed at Christmas! eng \N Harry Hill presents a festive edition of the home video show, featuring Christmas catastrophes. Including stumbling Santas and a dog who cocks his leg at the Christmas tree. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 13:20:00 2014-12-21 13:55:00 \N \N \N S \N 20748 t
+41136 50349 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 09:35:00 2014-12-24 10:35:00 \N \N \N \N \N 22437 t
+8325 2749 Beethoven's Christmas Adventure eng \N Children's comedy starring Munro Chambers and John Cleese, 2011. Beethoven the dog must rescue an elf and recover a magic toy bag from crooks in time to save Christmas \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 13:55:00 2014-12-21 15:45:00 \N \N \N AD,S \N 20749 t
+27360 17964 Napoli v Parma eng \N Serie A from Stadio San Paolo. Parma may be struggling in the league, but they claimed a rare double over Napoli last season, winning 1-0 in Naples via a Antonio Cassano goal. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 15:30:00 2014-12-19 17:00:00 \N \N \N \N \N 20750 t
+27360 17965 Rugby Tonight eng \N Craig Doyle and Sarra Elgan are joined by Saints and England star Luther Burrell to review the weekend's European action with Austin Healey and Brian O'Driscoll. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:30:00 \N \N \N S \N 20751 t
+8448 58569 New: Rude Tube eng Brand new series - Arena of Awesomeness Alex Zane continues the new series with a top 50 of sporty clips including flying press ups, the bikini wax race and the greatest tackle ever. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N S \N 20752 t
+8448 58570 Rude Tube eng Christmas Cracker Alex Zane presents 50 of the finest festive clips from the worldwide winternet of 2012, featuring the world's worst and sexiest Santas, alternative carols and the best Christmas surprises. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:05:00 \N \N \N S \N 20753 t
+8448 58571 The Big Bang Theory eng The Grasshopper Experiment Raj panics when his parents arrange a blind date for him, only to discover that he actually can talk to a member of the opposite sex after a few drinks. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 23:05:00 2014-12-23 23:35:00 \N \N \N AD,S \N 20754 t
+8448 58572 The Big Bang Theory eng The Cooper-Hofstadter Polarization Sheldon and Leonard are asked to give a paper at a physics conference, but Sheldon is reluctant to share the credit, so Penny tries to help. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 23:35:00 2014-12-24 00:00:00 \N \N \N AD,S \N 20755 t
+41008 58707 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:05:00 \N \N \N \N \N 20758 t
+41136 50345 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 02:15:00 2014-12-24 04:10:00 \N \N \N \N \N 20759 t
+13120 8561 Hi-Tech Toys & Electronic Gifts eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! Find your perfect electrical gifts here! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:00:00 \N \N \N \N \N 20760 t
+13120 7627 Beauty Gift Ideas eng \N Give the gift of beauty whether it's a birthday, anniversary or just because! Join us for ideas and inspiration for truly pampering presents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 07:00:00 2014-12-19 08:00:00 \N \N \N \N \N 20761 t
+13120 7628 Nails Inc eng \N A show of hot seasonal colours, classic manicure favourites and unique nail care solutions from Nails Inc. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 08:00:00 2014-12-19 09:00:00 \N \N \N \N \N 20762 t
+8325 2577 ITV2 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 05:50:00 2014-12-19 06:00:00 \N \N \N \N \N 20769 t
+14816 992 1-2-1 Dating - NEW & Improved eng 1-2-1 Dating WORKS - Testimonial 'I thought, nothing ventured, nothing gained... Shortly after, I met Jonathan' - (K C, 32, London). Watch ads for free with 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 12:00:00 2014-12-22 16:00:00 \N \N \N \N \N 20770 t
+32836 42958 Teleshopping eng \N Teleshopping for a steam mop. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 04:30:00 2014-12-22 05:00:00 \N \N \N \N \N 20774 t
+14608 32015 Little House On The Prairie eng \N Author! Author! - During a trip to Walnut Grove Caroline's mother passes away. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 11 \N \N \N 6 20778 t
+14608 32016 Christmas Lilies Of The Field eng \N Having finished a tour of duty in the army, Homer returns to the chapel he helped build. Again inspired by the nuns' faith and selfless devotion, he builds an orphanage and a school for the children. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 13:00:00 2014-12-22 15:00:00 \N \N \N \N \N 20779 t
+14752 40857 The Bassman eng \N The Bassman's on hand with the biggest hit music including Rita Ora, Katy Perry, Miley Cyrus, Ed Sheeran and more. Join the conversation @CapitalOfficial on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 16:00:00 \N \N \N \N \N 20780 t
+41136 50350 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 10:35:00 2014-12-24 11:35:00 \N \N \N \N \N 22438 t
+17664 58651 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 11:25:00 2014-12-20 11:50:00 \N \N \N \N \N 22924 t
+8442 55889 Time Team eng Time Team travel to Sussex in an attempt to paint a picture of life - and death - in a medieval leper hospital. But this hospital was much more than a place of care it was a community. \N 2 25 f 3 eng \N 9 0 0 \N 2014-12-22 13:25:00 2014-12-22 14:30:00 \N \N \N S \N 20789 t
+8442 55890 Time Team eng \N Tony Robinson and the Team search for a lost sacristy in Westminster Abbey. It's a dig complicated by centuries of later building work, and one that throws up major surprises. \N 2 25 f 3 eng \N 9 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:35:00 \N \N \N S \N 20790 t
+4168 56373 Kung Fu Panda eng \N Animated comedy. Po the Panda is overweight and works in his father's noodle bar but dreams of being a great kung fu warrior like his heroes, the Furious Five. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:25:00 \N \N 2008 AD,S \N 20801 t
+4168 55432 Final Score eng \N Jason Mohammad presents the day's football results along with reports from the big games, which include Aston Villa versus Manchester United and Southampton's clash with Everton. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 16:25:00 2014-12-20 17:20:00 \N \N \N S \N 20802 t
+4168 49783 BBC News eng \N The latest national and international news from the BBC. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:20:00 2014-12-20 17:30:00 \N \N \N S \N 20803 t
+4168 50102 North West Tonight eng \N The latest news, sport and weather for the North West of England. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:30:00 2014-12-20 17:40:00 \N \N \N S \N 20804 t
+4168 49785 Pointless Celebrities eng Christmas Special Alexander Armstrong presents a celebrity Christmas edition of the quiz, with guests including Christopher Biggins, Joe Pasquale, Ann Widdecombe and Bob Carolgees. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:40:00 2014-12-20 18:30:00 \N \N \N S \N 20805 t
+27456 45472 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 21:00:00 2014-12-24 21:30:00 \N \N \N \N \N 20810 t
+28160 15810 Leading the Way eng \N Dr. Michael Youssef's worldwide radio ministry, passionately proclaiming uncompromising truth. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N \N \N 20813 t
+28160 15811 Gospel for Asia eng \N News and teaching from the ministry reaching out with the Gospel in Asia. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N \N \N 20814 t
+28160 15812 Telling the Truth eng \N Dynamic Bible teaching from Stuart, Jill and Pete Briscoe \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N \N \N 20815 t
+28160 15813 Woman to Woman eng \N Maria Rodrigues with the show for Christian women, featuring music, guests and phone-ins. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 10:30:00 2014-12-22 12:00:00 \N \N \N \N \N 20816 t
+26368 36409 Smooth Sanctuary with Chris Skinner eng \N Join Chris Skinner from 8.00pm every weekday evening for the Smooth Sanctuary; your relaxing music mix \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 20:00:00 2014-12-23 00:00:00 \N \N \N \N \N 21423 t
+17540 49798 MOTD2 Extra eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:15:00 \N \N \N \N \N 20820 t
+17540 49799 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 13:15:00 2014-12-21 13:30:00 \N \N \N \N \N 20821 t
+17540 56399 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-21 13:30:00 2014-12-21 15:15:00 \N \N \N \N \N 20822 t
+28032 28063 Storage Wars eng Unlocked Buy Low: Reality series. The Lords of Loot will meet at the abandoned Sahara Casino in Las Vegas to relive the best bidding wars and hash out personal conflicts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N S \N 20827 t
+28032 17259 Pawn Stars eng Secret Santa Series following pawn shop owners in Las Vegas. Christmas at the shop brings festive good cheer, alleged revolutionary war currency and a battle axe. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N S \N 20828 t
+28032 28064 Pawn Stars eng A Christmas Special The pawn stars reflect on the wise buys and white elephants of their year, discovering what became of the most memorable pieces that passed through their hands. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N S \N 20829 t
+28032 28065 Police Academy 2 eng \N Comedy sequel starring Steve Guttenberg and Bubba Smith, 1985. Now graduated, the comedy cops are assigned to the toughest precinct in town - under scheming Lt Mauser. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:55:00 \N \N \N AD,S \N 20830 t
+15456 278 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 12:00:00 2014-12-23 00:00:00 \N \N \N \N \N 20831 t
+14832 1347 Winter in Gay Rabbit Meadow eng \N Gay Rabbit Chat & Date has been connecting people for 6 years, so wherever you sit on the LGBT spectrum, pop in and say hi! Introduce a friend and earn FREE credits for each of you \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 12:00:00 2014-12-22 16:00:00 \N \N \N \N \N 20832 t
+8283 65392 ITV News Calendar eng \N The latest news from around the region, plus interviews and features. Including local weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N S \N 20833 t
+8283 16998 ITV News & Weather eng \N Alastair Stewart and Mary Nightingale with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N S \N 20834 t
+8283 17000 Emmerdale eng \N Moira and Charity's feud angers Cain. Adam is taken aback by Robert's offer. Kirin's future plans leave Vanessa uneasy. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N AD,S \N 20835 t
+8283 17019 Wilderness Walks with Ray Mears eng \N Britain's wildest places. In this edition, Ray follows the River Derwent to the breathtaking Borrowdale valley - home to ancient rainforests and some very special wildlife. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N S \N 20836 t
+8283 20154 Roman Britain from the Air eng \N Criss-crossing Britain by helicopter, Christine Bleakley and Michael Scott show us a unique view of Roman Britain, revealing what life was like for ordinary people 2,000 years ago. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N S \N 20837 t
+15840 3552 Number 1 At Christmas eng \N Christmas is a-coming and it's time to unwrap the December 25th chart-toppers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N \N \N 20838 t
+15840 3553 Cream Of The Crop eng \N Our top of the pops. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N \N \N 20839 t
+15840 3554 Rock & Roll Honours List eng \N It was never meant to be like this! Now they've got gongs and knighthoods. Arise to the gentry of our musical heritage... \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N \N \N 20840 t
+14800 1347 Come Up and See Me eng \N Rabbit Chat & Date has been connecting people for over 6 years now on TV - and now also by our new iPhone app! Flirt, chat & make new friends. The opportunities are endless! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 12:00:00 2014-12-22 16:00:00 \N \N \N \N \N 20844 t
+15312 278 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 12:00:00 2014-12-23 00:00:00 \N \N \N \N \N 20845 t
+15440 278 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 12:00:00 2014-12-23 00:00:00 \N \N \N \N \N 20846 t
+27648 4500 Gunslingers eng Billy The Kid the Phantom of Lincoln County On a blood-stained frontier where corruption is king, an unlikely hero becomes a crusader for justice... and revenge. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 20847 t
+27648 4501 First Alien Contact eng Sci-Trek From aliens showing up in our skies to signals beamed across the cosmos - contact with an extraterrestrial race would be the biggest event in human history. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 20848 t
+27648 4502 Mighty Ships eng Tyco Resolute The Resolute is a roving cable-laying vessel. Join her as she heads in to Costa Rica to lay fibre-optic cabling for internet use. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 20849 t
+17664 58652 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 11:50:00 2014-12-20 12:15:00 \N \N \N \N \N 22925 t
+8264 17072 Lottery Stories eng \N A look at the National Lottery as it celebrates its 20th anniversary creating over 3,700 millionaires. Previous winners talk about their experiences both good and bad. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N S \N 20851 t
+8264 17076 ITV News at Ten & Weather eng \N Mark Austin and Julie Etchingham with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:40:00 \N \N \N S \N 20852 t
+8264 22786 Kylie eng Kiss Me Once Footage from the pop princess's thirteenth concert tour, featuring songs from her most recent album alongside classics such as Spinning Around and Can't Get You Out of My Head. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:40:00 2014-12-23 23:50:00 \N \N \N \N \N 20853 t
+8264 16295 The Jonathan Ross Show Christmas eng \N Finishing the current series with a festive edition, Jonathan Ross welcomes David Walliams, Barbara Windsor, Lewis Hamilton, Jimmy Carr, Ed Sheeran and Idina Menzel. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 23:50:00 2014-12-24 01:10:00 \N \N \N S \N 20854 t
+8384 59080 World on a String eng \N This high energy film takes a look at the world of competitive yo-yoing, following four players as they prepare for the World Yo-Yo Contest, in a story of innovation and self-expression. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:55:00 \N \N \N S \N 20856 t
+4169 56373 Kung Fu Panda eng \N Animated comedy. Po the Panda is overweight and works in his father's noodle bar but dreams of being a great kung fu warrior like his heroes, the Furious Five. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:25:00 \N \N 2008 AD,S \N 20858 t
+4169 55432 Final Score eng \N Jason Mohammad presents the day's football results along with reports from the big games, which include Aston Villa versus Manchester United and Southampton's clash with Everton. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 16:25:00 2014-12-20 17:20:00 \N \N \N S \N 20859 t
+4169 49783 BBC News eng \N The latest national and international news from the BBC. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:20:00 2014-12-20 17:30:00 \N \N \N S \N 20860 t
+4169 50080 Look North eng \N The latest news, sport and weather for the North East and Cumbria. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:30:00 2014-12-20 17:40:00 \N \N \N S \N 20861 t
+4169 49785 Pointless Celebrities eng Christmas Special Alexander Armstrong presents a celebrity Christmas edition of the quiz, with guests including Christopher Biggins, Joe Pasquale, Ann Widdecombe and Bob Carolgees. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:40:00 2014-12-20 18:30:00 \N \N \N S \N 20862 t
+13120 7379 Richard Jackson's Gardeners Gifts eng \N A selection of great gift ideas that will be welcomed by both novice and seasoned gardeners. From garden accessories to plants, Richard Jackson has something to delight every hard-to-buy-for gardener! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 20863 t
+13120 7380 Laura Geller Makeup eng \N Laura Geller is a renowned make-up artist, teacher and working mother and the creative force behind one of the most successful make-up studios in New York. Join us to explore her superb range. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 20864 t
+13120 7381 Dyson eng \N Vacuum your home with help from the iconic and much-loved British brand Dyson. We will be showcasing unique packages with added accessories, as well as discovering Dyson's new innovative technology. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N \N \N 20865 t
+23152 17427 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:30:00 \N \N \N \N \N 20866 t
+23152 17428 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:00:00 \N \N \N \N \N 20867 t
+23152 17429 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:30:00 \N \N \N \N \N 20868 t
+23152 17430 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-21 04:30:00 2014-12-21 05:00:00 \N \N \N \N \N 20869 t
+23152 17431 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 05:00:00 2014-12-21 05:30:00 \N \N \N \N \N 20870 t
+23152 17432 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 05:30:00 2014-12-21 06:00:00 \N \N \N \N \N 20871 t
+24352 31246 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:00:00 \N \N \N \N \N 20872 t
+24352 31245 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 07:00:00 2014-12-19 18:00:00 \N \N \N \N \N 20873 t
+17472 56528 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 20874 t
+17472 57721 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 \N \N \N \N \N 20875 t
+17472 57935 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 22:30:00 2014-12-23 23:00:00 \N \N \N \N \N 20876 t
+17472 57587 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:45:00 \N \N \N \N \N 20877 t
+17472 56414 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 23:45:00 2014-12-24 01:10:00 \N \N \N \N \N 20878 t
+14372 8092 Under 10 Day with Cris eng \N Cris is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 20879 t
+14372 8093 Under 10 Day with Cris eng \N Cris is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 20880 t
+14372 8094 Under 10 Day with Cris eng \N Cris is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 20881 t
+17472 51341 eng \N \N \N \N \N \N \N \N eng 0 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:05:00 \N \N \N \N \N 20882 t
+17472 49099 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 06:05:00 2014-12-19 07:05:00 \N \N \N \N \N 20883 t
+17472 51355 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 07:05:00 2014-12-19 07:35:00 \N \N \N \N \N 20884 t
+17472 51342 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 07:35:00 2014-12-19 08:20:00 \N \N \N \N \N 20885 t
+17472 53567 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 08:20:00 2014-12-19 09:05:00 \N \N \N \N \N 20886 t
+17920 41194 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 00:10:00 2014-12-19 00:30:00 \N \N \N \N \N 20887 t
+17920 41686 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 \N \N \N \N \N 20888 t
+17920 41687 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 01:00:00 2014-12-19 01:30:00 \N \N \N \N \N 20889 t
+17920 41794 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:30:00 \N \N \N \N \N 20890 t
+17920 41689 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 02:30:00 2014-12-19 03:00:00 \N \N \N \N \N 20891 t
+24384 15544 Heartfelt Creations 4 Day Deal eng \N A chance for you to get our special product, the Create and Craft 4 Day Deal \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 \N \N \N \N \N 20892 t
+17540 55337 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:55:00 \N \N \N \N \N 22926 t
+27712 21964 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 22:00:00 2014-12-21 22:30:00 \N \N \N \N \N 20899 t
+27712 21965 Witness eng \N In a city filled with challenges and hardships for the poor, one woman is dedicated to creating second chances. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 22:30:00 2014-12-21 23:00:00 \N \N \N \N \N 20900 t
+27712 21966 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 20901 t
+8381 14826 The Aquabats! Super Show! eng Pilgrim Boy The Aquabats! meet Pilgrim Boy, a fellow superhero who possesses the power to shape shift into anything, despite causing him physical pain in the process. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:25:00 \N \N \N S \N 20902 t
+8381 14827 Pat & Stan eng The Pool Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! Pat decides to dig a pool in the back garden. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 07:25:00 2014-12-20 07:35:00 \N \N \N AD,S,SL \N 20903 t
+8381 14828 Pat & Stan eng Stephanie Love Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! What is Stephanie hiding? Is she in love? \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 07:35:00 2014-12-20 07:40:00 \N \N \N AD,S,SL \N 20904 t
+8381 14829 Dino Dan: Trek's Adventures eng Carnivore Contest Jurassic adventures. Trek uses a stegosaurus decoy to figure out who was a better hunter - the giganotosaurus, the microraptor or the troodon? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:40:00 2014-12-20 07:50:00 \N \N \N S,SL \N 20905 t
+8381 14830 Dino Dan: Trek's Adventures eng Dino Racers Jurassic adventures. At an indoor kart track, the kids learn about dinosaur speeds when Trek tells a story about kids who raced dinosaurs! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:50:00 2014-12-20 08:05:00 \N \N \N S,SL \N 20906 t
+8381 14831 Canimals eng Trash Can Ato is sick and finds comfort in a new friend he finds in the trash. But Mimi and Fizzy think Ato's new friendship stinks and they do something about it. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:05:00 2014-12-20 08:10:00 \N \N \N S \N 20907 t
+8381 14832 Canimals eng Can Zilla What can jump like Toki, sonic scream like Nia, has Leon's whipping tongue and Pow's ability to fly? Oz is about to find out! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:10:00 2014-12-20 08:20:00 \N \N \N S \N 20908 t
+8381 14833 Signed Stories: Share a Story eng Super Dan All Super Dan wants after a busy day saving the world from aliens, a dragon and the evil Dr Zog is a nice long soak in the bath - but what is lurking in the tub?! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:20:00 2014-12-20 08:25:00 \N \N \N S,SL \N 20909 t
+8381 14834 Sooty eng Panto Palaver When the actors in Mr Slater's pantomime fail to turn up, Sooty, Sweep and Soo perform instead. Will the Wicked Bunny have Little Blue Riding Hood for his supper? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:25:00 2014-12-20 08:35:00 \N \N \N S \N 20910 t
+8381 14835 Mr Bean eng A Grand Invitation Animated antics of a bumbler. Mr Bean meets an aristocratic old lady and is invited for lunch - but she and her sinister butler are not quite what they seem. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 08:35:00 2014-12-20 08:50:00 \N \N \N AD,S \N 20911 t
+8381 14836 Hulk and the Agents of S.M.A.S.H. eng Doorway to Destruction - Part 2 Animated series. The newly formed agents of S.M.A.S.H., including a Hulked-out Rick Jones, invade the Negative Zone to stop Annihilus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:50:00 2014-12-20 09:15:00 \N \N \N S \N 20912 t
+40992 50841 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:15:00 \N \N \N \N \N 20913 t
+40992 50654 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 12:15:00 2014-12-19 12:35:00 \N \N \N \N \N 20914 t
+40992 50655 Waybuloo eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 12:35:00 2014-12-19 13:00:00 \N \N \N \N \N 20915 t
+40992 50656 Abadas eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:10:00 \N \N \N \N \N 20916 t
+40992 50657 Bing eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 13:10:00 2014-12-19 13:15:00 \N \N \N \N \N 20917 t
+40992 50658 Bing eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 13:15:00 2014-12-19 13:25:00 \N \N \N \N \N 20918 t
+40992 50659 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 13:25:00 2014-12-19 13:40:00 \N \N \N \N \N 20919 t
+40992 50660 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 13:40:00 2014-12-19 13:45:00 \N \N \N \N \N 20920 t
+40992 50661 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 13:45:00 2014-12-19 14:05:00 \N \N \N \N \N 20921 t
+40992 50662 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 14:05:00 2014-12-19 14:15:00 \N \N \N \N \N 20922 t
+40992 50757 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 14:15:00 2014-12-19 14:35:00 \N \N \N \N \N 20923 t
+40992 50664 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 14:35:00 2014-12-19 14:40:00 \N \N \N \N \N 20924 t
+40992 50665 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 14:40:00 2014-12-19 14:55:00 \N \N \N \N \N 20925 t
+40992 50666 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 14:55:00 2014-12-19 15:00:00 \N \N \N \N \N 20926 t
+12992 31185 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:30:00 \N \N \N \N \N 20927 t
+12992 31186 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N \N \N 20928 t
+12992 31187 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:30:00 \N \N \N \N \N 20929 t
+12992 31188 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 10:30:00 2014-12-24 11:00:00 \N \N \N \N \N 20930 t
+12992 31189 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:30:00 \N \N \N \N \N 20931 t
+12992 31190 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 11:30:00 2014-12-24 12:00:00 \N \N \N \N \N 20932 t
+22720 1331 Live@Kiss with Michael & Andrea eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 15:00:00 2014-12-22 19:00:00 \N \N \N \N \N 20936 t
+4166 49777 BBC News eng \N The latest national and international news from the BBC. Also in HD. Followed by weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:10:00 \N \N \N S \N 20937 t
+4166 49778 Football Focus eng \N Dan Walker and guests look ahead to the weekend's football, including the latest round of Premier League fixtures. One of Saturday's games is Manchester City v Crystal Palace. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 12:10:00 2014-12-20 12:50:00 \N \N \N S \N 20938 t
+4166 49779 Saturday Sportsday eng \N A look at the day's sporting events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 12:50:00 2014-12-20 13:00:00 \N \N \N S \N 20939 t
+4166 51808 Bargain Hunt eng Builth Wells Antiques show. Tim Wonnacott presents from the antiques fair at Builth Wells, with expertise provided by Caroline Hawley and Colin Young. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N S \N 20940 t
+4166 51727 Escape to the Country eng Herefordshire Series which helps buyers to find a dream home in the country. Jonnie Irwin and Jules Hudson showcase Herefordshire in a special edition of Escape to the Country. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N S \N 20941 t
+41136 50351 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 11:35:00 2014-12-24 12:10:00 \N \N \N \N \N 22439 t
+4166 56400 The Chronicles of Narnia eng The Lion, the Witch and the Wardrobe Children's fantasy. Four young war evacuees arrive in Narnia, where they join the noble lion Aslan to overthrow the White Witch. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 15:15:00 2014-12-21 17:25:00 \N \N 2005 AD,S \N 20942 t
+4166 49803 Songs of Praise eng Christmas Big Sing Katherine Jenkins and Jermain Jackman join Bill Turnbull and David Grant in the Royal Albert Hall for a celebration of the first Christmas with favourite carols. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 17:25:00 2014-12-21 18:05:00 \N \N \N S \N 20943 t
+4175 49804 BBC News eng \N The latest national and international news stories from the BBC News team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:05:00 2014-12-21 18:20:00 \N \N \N S \N 21065 t
+28096 59412 Top Gear eng \N Buckle up for more turbo-charged fun. Richard invents airport vehicle racing, while Jeremy's test of the Renaultsport Twingo 133 involves a tunnel, a ferry and Ross Kemp. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N AD,S \N 20944 t
+28096 59413 Storage Hunters eng Bird-Brained Bargain-hunting with the Berniers. Jesse starts a bidding war on a unit without seeing what's inside, while a flock of birds get the auction-goers in a flap. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:30:00 \N \N \N S \N 20945 t
+28096 59414 Storage Hunters eng Big Money, No Whammies Auction anarchy! Brandon and Scott hope to strike it lucky as they compete for ten-pin bowling equipment. T Money throws cash at a unit containing an ATM. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:00:00 \N \N \N S \N 20946 t
+28096 59415 World's Most Dangerous Roads eng Bolivia Funnymen Phill Jupitus and Marcus Brigstocke find their high-altitude road trip in South America is no joke as they grapple with Bolivian bandits and the Road of Death! \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N S \N 20947 t
+17664 59080 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:55:00 \N \N \N \N \N 20949 t
+25728 54624 Scrubs eng My Own Personal Jesus American hospital sitcom. Dr Cox asks JD to videotape the birth of his friends' baby. Elliot looks for a girl who disappeared on being told she was pregnant. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:00:00 \N \N \N S \N 20951 t
+25728 54625 Scrubs eng My Monster Hospital sitcom. JD asks out the cashier from the gift shop, but is worried when he can't even get a kiss from her. Elliot gets into trouble for sleeping at the hospital. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 01:00:00 2014-12-22 01:30:00 \N \N \N S \N 20952 t
+25728 54626 Scrubs eng My Rule of Thumb American hospital sitcom. A dying patient expresses a wish to lose her virginity, so Carla and Elliot try to find someone suitable. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 01:30:00 2014-12-22 02:00:00 \N \N \N S \N 20953 t
+25728 54627 Scrubs eng My Best Moment American hospital sitcom. After delivering a lecture to a group of pre-med students, JD looks back on the highlights of his medical career. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 02:00:00 2014-12-22 02:30:00 \N \N \N S \N 20954 t
+25728 54628 Jackass eng \N Johnny Knoxville and his foolhardy troops continue to push the boundaries of pain, taste and decency with revolting comedy pranks. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:00:00 \N \N \N \N \N 20955 t
+22272 2965 Radical Highs eng \N Adrenaline-fuelled series about unconventional and high-risk sports. A look at speed-skiing and telemark skiing, sports which require different approaches but are equally difficult. \N 0 25 f 3 eng eng 4 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:10:00 \N \N \N S \N 20956 t
+22272 2885 Red Bull X-Fighters 2014 eng \N Witness some motorbiking miracles as the world's top riders pull off audacious, gravity-defying stunts with their machines at the Plaza de Toros de Las Ventas bullring in Madrid. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 07:10:00 2014-12-24 08:00:00 \N \N \N \N \N 20957 t
+22272 65187 The World of Stupid Criminals eng \N Comedian Chris Rowe introduces some hilarious clips of unbelievable acts of stupidity among the world's criminal fraternity! Chris hands out awards to the most wretched criminals. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:30:00 \N \N \N \N \N 20958 t
+22272 65188 Top Gear eng \N High-octane motoring show. Jeremy, Richard and James compare the Mercedes SLS, the Porsche 911 GT3 RS and the Ferrari 458 Italia in an epic road trip up America's east coast. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-24 08:30:00 2014-12-24 10:00:00 \N \N \N AD,S \N 20959 t
+28352 2363 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:20:00 \N \N \N \N \N 20960 t
+28352 2364 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 06:20:00 2014-12-24 07:00:00 \N \N \N \N \N 20961 t
+28352 2365 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:30:00 \N \N \N \N \N 20962 t
+28352 2366 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 07:30:00 2014-12-24 08:00:00 \N \N \N \N \N 20963 t
+28352 2367 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 08:00:00 2014-12-24 09:00:00 \N \N \N \N \N 20964 t
+27456 45442 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:30:00 \N \N \N \N \N 20965 t
+27456 45443 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 06:30:00 2014-12-24 07:00:00 \N \N \N \N \N 20966 t
+27456 45444 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:30:00 \N \N \N \N \N 20967 t
+27456 45445 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 07:30:00 2014-12-24 08:00:00 \N \N \N \N \N 20968 t
+27456 45446 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:30:00 \N \N \N \N \N 20969 t
+27456 45447 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N \N \N 20970 t
+27744 42131 Teleshopping eng \N Put the pleasure back into shopping from the comfort of your home and choose from a selection of innovative products. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:00:00 \N \N \N \N \N 20971 t
+26240 11741 heat Breakfast with Naomi Kent eng \N Morning you! Naomi wakes up the UK direct from heat! #heatradio \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 06:00:00 2014-12-24 10:00:00 \N \N \N \N \N 20972 t
+24032 31278 Sony Movie News Extra eng \N Entertainment news featuring movie and TV stars, plus the latest from glittering red carpet premieres. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 00:50:00 2014-12-21 01:00:00 \N \N \N \N \N 20973 t
+24032 31357 The Fisher King eng \N Jeff Bridges and Robin Williams star in this film about a despondent radio DJ who seeks redemption by helping a remarkable street person. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 01:00:00 2014-12-21 03:45:00 \N \N \N \N \N 20974 t
+23184 17483 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N \N \N 20975 t
+23184 17484 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N \N \N 20976 t
+22080 1620 The Doom Boom eng An inside look at the bizarre rise of American Preppers people preparing for the end of the world. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 04:30:00 2014-12-24 05:00:00 \N \N \N \N \N 20977 t
+23184 17485 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N \N \N 20978 t
+23184 17486 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N \N \N 20979 t
+23184 17487 Fear Factor eng Season 3 The ultimate adrenaline rush, a true test of stamina and guile for those contestants who have the guts and determination to face their inner fears. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 20980 t
+22226 4051 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N S,AD \N 20981 t
+22226 4053 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N S,AD \N 20982 t
+22226 4100 Family Fortunes eng \N Two families play against each other in the big money survey-based gameshow presented by Les Dennis. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N S,AD \N 20983 t
+22226 4117 Supermarket Sweep eng \N Dale Winton hosts this supermarket-based favourite. The next time you're at the checkout counter and you hear the beep... \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N S \N 20984 t
+22226 4122 Blankety Blank eng \N Terry Wogan hosts the comedy game show that sees players fill in the missing word in humorous statements with the help of a celebrity panel. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:45:00 \N \N \N S \N 20985 t
+22226 4134 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 20:45:00 2014-12-22 21:45:00 \N \N \N S \N 20986 t
+22688 1031 Drivetime with Richard Allinson eng \N The best feelgood music on the More Music Drivetime with Richard Allinson. Keep up to date with the latest travel, news, weather and the stressbusters at 7pm. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 17:00:00 2014-12-22 20:00:00 \N \N \N \N \N 20987 t
+20352 58290 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 00:15:00 2014-12-23 03:00:00 \N \N \N \N \N 20988 t
+24016 12885 Hellgate eng \N A cowboy is locked up in the notorious Hellgate prison. Will his breakout attempt be successful? Stars Sterling Hayden. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 15:40:00 2014-12-22 17:30:00 \N \N 1952 \N \N 20989 t
+24016 12886 Brother's Outlaw eng \N Two brothers take revenge on a gang of outlaws when one of them is falsely charged with a robbery. Stars Tony Kendall. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 17:30:00 2014-12-22 19:15:00 \N \N 1971 \N \N 20990 t
+23296 5834 Something for Everyone eng \N Thousands of like-minded people are waiting for you now. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 18:00:00 \N \N \N \N \N 20991 t
+24480 3534 Mistletoe Magic eng \N Pucker up for a smacker of a festive selection as we bring you a touch of mistletoe and a sprinkle of magic. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N \N \N 20992 t
+24480 3535 Girls With Guitars eng \N Whether acoustic or electric, these girls can jam on a guitar like there's no tomorrow. From punk and rock to pop, folk and country, girls are ruling the airwaves (and looking hot while they do it). \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 20993 t
+24480 3536 Pat Sharp's Time Warp eng \N It's 1982, and it starts with a kiss, when Hot Chocolate members, Patrick Olive and Kennie Simon, join Pat Sharp to discuss deely boppers and E.T. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N \N \N 20994 t
+24480 3537 Breakaway eng \N Breakaway from the norm of daytime telly - let Vintage TV carry you through the day in style, as we thumb through our greatest hits record collection. Go on, take the weight off. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 11:30:00 2014-12-19 13:00:00 \N \N \N \N \N 20995 t
+22784 778 Freddie on Kisstory eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 17:00:00 2014-12-22 22:00:00 \N \N \N \N \N 20996 t
+23120 20445 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 20997 t
+23120 20441 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 20998 t
+23120 20442 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 20999 t
+4169 49804 BBC News eng \N The latest national and international news stories from the BBC News team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:05:00 2014-12-21 18:20:00 \N \N \N S \N 21000 t
+4169 50082 Look North eng \N The latest news, sport and weather for the North East and Cumbria. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:20:00 2014-12-21 18:30:00 \N \N \N S \N 21001 t
+4169 58379 Celebrity Mastermind eng \N Featuring questions on the Carry On films, Richard Pryor, Quentin Crisp and Prince. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 1 10 \N S \N 21002 t
+4169 58003 Countryfile eng Christmas Special The Countryfile team go out and about at Christmas before meeting up at the Christmas market in Bath. Also in HD. Including Weather for the Week Ahead. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N S \N 21003 t
+4169 53430 Antiques Roadshow eng Christmas Special The Antiques Roadshow marks the festive season with a look back at some of the year's highlights and updates about items that have appeared on the series. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N S \N 21004 t
+22624 40385 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 21005 t
+22624 40386 Afternoon Edition eng \N RNIB's Insight Radio - Allan Russell and guests review the evening newspapers and round up the news of the day \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-22 16:00:00 2014-12-22 19:00:00 \N \N \N \N \N 21006 t
+23280 5851 60 Second Date eng \N The fastest way to find a date in the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 18:00:00 \N \N \N \N \N 21007 t
+28480 8010 Donnie Swaggart eng \N The Preaching Ministry of Donnie Swaggart, recorded at Family Worship Center Church in Baton Rouge, LA \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 05:00:00 \N \N \N \N \N 21008 t
+28480 8011 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 05:00:00 2014-12-19 06:00:00 \N \N \N \N \N 21009 t
+27168 60705 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:00:00 \N \N \N \N \N 21010 t
+22080 1521 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:30:00 \N \N \N \N \N 21011 t
+40992 52125 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 06:20:00 2014-12-24 06:30:00 \N \N \N \N \N 23386 t
+22080 1523 Narco State eng Mexico's Drugs War Sky News correspondent Stuart Ramsay reports on the killings and drug cartels that are tearing Mexico apart. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 03:30:00 2014-12-24 04:00:00 \N \N \N S \N 21012 t
+22080 1527 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:30:00 \N \N \N \N \N 21013 t
+16208 36973 The Two Ronnies Christmas Show eng \N A festive medley of sketches and jokes from Messrs Barker and Corbett from 1982, featuring a close encounter of the third kind. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 21014 t
+18112 65414 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N \N \N 21183 t
+17540 53425 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-20 19:55:00 2014-12-20 20:40:00 \N \N \N \N \N 22927 t
+16208 36974 Christmas Night with the Two Ronnies eng \N Festive frolics from Messrs Barker and Corbett with a special yuletide show of sketches, jokes and songs from 1987. Guests include Lynda Baron, Sandra Dickinson and Frank Finlay. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N \N \N 21015 t
+16208 36975 The Mystery of Edwin Drood eng \N Period drama adapted from the novel by Charles Dickens. Opium addict and choirmaster John Jasper's obsessive desire for his nephew's fiancée Rosa drives him to destruction. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:10:00 \N \N \N \N \N 21016 t
+27168 59532 Steph and Dom Meet Nigel Farage eng \N Steph and Dom, the 'posh couple' from Gogglebox, interview Nigel Farage, their local MP candidate, on a wine-fuelled evening at their plush B&B, in an entirely new style of TV interview. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 00:05:00 2014-12-21 00:35:00 \N \N \N S \N 21017 t
+27168 59533 One Born Every Minute eng \N Two couples experiencing unexpected difficulties during pregnancy arrive at the hospital. Billie, who's 17, has pre-eclampsia and needs an emergency caesarean 10 weeks before her due date. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 00:35:00 2014-12-21 01:35:00 \N \N \N S \N 21018 t
+27168 59534 24 Hours in A&E eng \N Retired builder Roger has fallen four metres from his daughter's roof. And Tad, who's 29, has come to St George's with a dangerously high heart rate, which could possibly lead to a stroke. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-21 01:35:00 2014-12-21 02:35:00 \N \N \N AD,S \N 21019 t
+27168 59535 America's Fugitive Family eng \N Observational documentary about the Gray family, who for the last 15 years have been holed up in a remote Texan compound, living off the land, in dispute with the police and heavily armed. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-21 02:35:00 2014-12-21 03:30:00 \N \N \N S \N 21020 t
+41056 17995 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:05:00 \N \N \N \N \N 21021 t
+41056 17996 eng \N \N \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 00:05:00 2014-12-21 00:55:00 \N \N \N \N \N 21022 t
+41056 17997 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 00:55:00 2014-12-21 01:00:00 \N \N \N \N \N 21023 t
+41056 17998 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 01:00:00 2014-12-21 01:30:00 \N \N \N \N \N 21024 t
+41056 17999 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 01:30:00 2014-12-21 02:00:00 \N \N \N \N \N 21025 t
+41056 18000 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 02:00:00 2014-12-21 02:05:00 \N \N \N \N \N 21026 t
+41056 18001 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-21 02:05:00 2014-12-21 03:00:00 \N \N \N \N \N 21027 t
+27328 17354 Barclays Premier League Preview eng \N BT Sport takes a look ahead to all the upcoming action in the Barclays Premier League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:00:00 \N \N \N \N \N 21028 t
+27328 17355 The Football's On eng \N A Christmas special of the show which takes humorous look at the week's football stories. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 21029 t
+23040 38069 Guy's Grocery Games eng \N Guy tasks the chefs to create big, tasty grilled cheese sandwiches. Then the chefs are challenged creatively when they make unusual desserts from the ingredients in the meat, seafood and dairy aisle. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 21031 t
+23040 38070 Guy's Big Bite eng \N Delicious culinary series that's bursting with big flavours. Guy loves surprising people, especially at the holidays. He makes tasty pork rib eye, bacon-blessed Brussels sprouts, and a festive drink. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:30:00 \N \N \N \N \N 21032 t
+23040 38071 Guy's Big Bite eng \N Delicious culinary series that's bursting with big flavours. Guy makes a roasted acorn squash soup topped with yoghurt and pistachio Parmesan crostini that tastes even better than it looks. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 07:30:00 2014-12-21 08:00:00 \N \N \N \N \N 21033 t
+23040 38072 Diners, Drive-Ins And Dives Special eng \N Guy explores Disneyland and bakes a gingerbread house and Yule log, candy canes, and prepares Christmas Eve dinner. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 08:00:00 2014-12-21 09:00:00 \N \N \N \N \N 21034 t
+12928 42063 It's A Very Merry Muppet Christmas Movie eng \N Seasonal Muppet movie starring David Arquette and Whoopi Goldberg. The gang battles a stingy banker who is threatening to take over their beloved theatre. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 15:25:00 2014-12-23 17:10:00 \N \N 2002 S \N 21035 t
+12928 42064 Mrs Miracle 2 eng Miracle In Manhattan Drama starring Doris Roberts and Jewel Staite. Magic and romance abound in a family-run department store in the lead up to Christmas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:10:00 2014-12-23 19:00:00 \N \N 2010 S \N 21036 t
+16080 14776 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:30:00 \N \N \N \N \N 21037 t
+16080 14777 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:30:00 2014-12-21 07:00:00 \N \N \N \N \N 21038 t
+16080 14778 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:30:00 \N \N \N \N \N 21039 t
+16080 14779 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 07:30:00 2014-12-21 08:00:00 \N \N \N \N \N 21040 t
+16080 14780 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:30:00 \N \N \N \N \N 21041 t
+16080 14781 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N \N \N 21042 t
+8385 58291 Wrong Turn 2 eng Dead End Gory horror sequel. A group of quiz-show contestants compete to survive in the wilderness. Unfortunately the wilderness is also home to cannibals. Strong language/graphic violence. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 02:00:00 2014-12-23 03:55:00 \N \N 2007 S \N 21043 t
+17920 42872 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 22:10:00 2014-12-21 22:40:00 \N \N \N \N \N 21044 t
+17920 41864 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 22:40:00 2014-12-21 23:05:00 \N \N \N \N \N 21045 t
+17920 41865 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 23:05:00 2014-12-21 23:25:00 \N \N \N \N \N 21046 t
+17920 42690 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 23:25:00 2014-12-21 23:45:00 \N \N \N \N \N 21047 t
+17920 42691 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 23:45:00 2014-12-22 00:10:00 \N \N \N \N \N 21048 t
+17540 49777 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:10:00 \N \N \N \N \N 21049 t
+17540 49778 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-20 12:10:00 2014-12-20 12:50:00 \N \N \N \N \N 21050 t
+17540 49779 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-20 12:50:00 2014-12-20 13:00:00 \N \N \N \N \N 21051 t
+17540 51808 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N \N \N 21052 t
+17540 51727 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N \N \N 21053 t
+8264 22743 Free Willy 2 eng The Adventure Home Sequel to the family adventure starring Jason James Richter and Michael Madsen, 1995. Jessie and his brother set out to save the whales of the Pacific Northwest threatened by an oil spill \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 12:30:00 2014-12-20 14:25:00 \N \N \N AD,S \N 21054 t
+23040 37988 12 Chefs Of Christmas eng \N 12 Chefs of Christmas celebrates the festive season with twelve menus from some of television's top chefs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N \N \N 21424 t
+8264 25990 Nation's Favourite Christmas Song eng \N A countdown of the nation's most popular top twenty festive hits as voted for by the public in a nationwide poll. It marks the 70th anniversary of Bing Crosby's White Christmas. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 14:25:00 2014-12-20 15:50:00 \N \N \N S \N 21055 t
+25792 53366 Home Shopping eng \N Shopping from home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 03:00:00 2014-12-22 06:15:00 \N \N \N \N \N 21056 t
+25920 20785 Last Minute Technology Gifts eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N \N \N 21058 t
+41024 59532 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 00:05:00 2014-12-21 00:35:00 \N \N \N \N \N 21061 t
+41024 59533 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 00:35:00 2014-12-21 01:35:00 \N \N \N \N \N 21062 t
+41024 59534 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-21 01:35:00 2014-12-21 02:35:00 \N \N \N \N \N 21063 t
+41024 59535 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-21 02:35:00 2014-12-21 03:30:00 \N \N \N \N \N 21064 t
+4175 50038 Look North eng \N The latest news, sport and weather for Yorkshire and Lincolnshire. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:20:00 2014-12-21 18:30:00 \N \N \N S \N 21066 t
+4175 58379 Celebrity Mastermind eng \N Featuring questions on the Carry On films, Richard Pryor, Quentin Crisp and Prince. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 1 10 \N S \N 21067 t
+4175 58003 Countryfile eng Christmas Special The Countryfile team go out and about at Christmas before meeting up at the Christmas market in Bath. Also in HD. Including Weather for the Week Ahead. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N S \N 21068 t
+4175 53430 Antiques Roadshow eng Christmas Special The Antiques Roadshow marks the festive season with a look back at some of the year's highlights and updates about items that have appeared on the series. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N S \N 21069 t
+14498 26482 American Hot Rod eng Rat Rod Build-Off Part 1 What makes the classic hotrod? Boyd challenges fellow hotrod builder Bluebear to a build-off that culminates in a race from LA to Louisville, Kentucky. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:45:00 \N \N \N \N \N 21070 t
+14498 26483 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 06:45:00 2014-12-22 07:10:00 \N \N \N \N \N 21071 t
+14498 26484 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 07:10:00 2014-12-22 07:35:00 \N \N \N \N \N 21072 t
+14498 26485 Total Fishing eng Footballers' Special Matt's at the Meadow Hall trout fishery for the Sporting Chance PFA Fly Fishing Challenge. He's joined by some star footballers, but will they score? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 07:35:00 2014-12-22 08:00:00 \N \N \N \N \N 21073 t
+14498 26486 Total Fishing eng Carp at Furnace Mill Matt and Mick experiment with a range of surface-fishing techniques as they compete to catch a monster carp. Plus, top tips from the angling experts. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N \N \N 21074 t
+14498 26487 Total Fishing eng Conger Eel in Plymouth Matt and Mick are shore fishing for conger eel. Plus, Alex has hints and tips on tackling method feeders and carp expert Pete has more angling advice. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N \N \N 21075 t
+8274 22743 Free Willy 2 eng The Adventure Home Sequel to the family adventure starring Jason James Richter and Michael Madsen, 1995. Jessie and his brother set out to save the whales of the Pacific Northwest threatened by an oil spill \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 12:30:00 2014-12-20 14:25:00 \N \N \N AD,S \N 21076 t
+8274 25990 Nation's Favourite Christmas Song eng \N A countdown of the nation's most popular top twenty festive hits as voted for by the public in a nationwide poll. It marks the 70th anniversary of Bing Crosby's White Christmas. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 14:25:00 2014-12-20 15:50:00 \N \N \N S \N 21077 t
+14720 23149 JK and Lucy eng \N Join JK and Lucy for Heart Breakfast this Wednesday playing More Music Variety \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 10:00:00 \N \N \N \N \N 21078 t
+15856 3635 Home Shopping with JML eng \N JML - where you can find a whole range of innovative products designed to make your everyday easier. From kitchen to DIY, fitness to cleaning, there's something for everyone. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 06:00:00 2014-12-21 09:00:00 \N \N \N \N \N 21079 t
+25664 55725 #Your4Music eng All Star Xmas Special You control the festive videos we play. Tweet us your video request @4Music using the hashtag #Your4Music, then enjoy your 15 seconds of fame! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N \N \N 21080 t
+25664 55726 Santa Blessed's Festive 50! eng \N When Santa invited us to his home we jumped on our sleigh & headed to the North Pole immediately! Tune in for festive frolics & discover what musical presents he has in his sack. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 19:00:00 2014-12-20 23:40:00 \N \N \N \N \N 21081 t
+17609 19921 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 21082 t
+17609 19732 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N \N \N 21083 t
+17609 19733 eng \N \N \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 21084 t
+17609 19734 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N \N \N 21085 t
+17609 19735 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 21086 t
+15952 2761 The Holiday eng \N Seasonal romantic comedy starring Cameron Diaz and Jack Black, 2006. Two single women, depressed at their love lives in the run-up to Christmas, agree to swap homes for the season \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 22:00:00 2014-12-25 00:45:00 \N \N \N AD,S \N 21087 t
+24464 50342 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:05:00 \N \N \N \N \N 21088 t
+24464 50343 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 22:05:00 2014-12-23 23:05:00 \N \N \N \N \N 21089 t
+40992 52126 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 06:30:00 2014-12-24 06:55:00 \N \N \N \N \N 23387 t
+40992 52127 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 06:55:00 2014-12-24 07:00:00 \N \N \N \N \N 23388 t
+24464 50344 ROC Nations Cup Replay eng \N All the action from the 2014 Race of Champions Nations Cup event which sees the biggest names in world motorsport competing for their home countries. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 23:05:00 2014-12-24 02:15:00 \N \N \N \N \N 21090 t
+40976 47197 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-24 03:50:00 2014-12-24 05:30:00 \N \N \N \N \N 21091 t
+40976 45522 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 05:30:00 2014-12-24 18:58:00 \N \N \N \N \N 21092 t
+33088 17414 QVC Showcase eng \N A great line-up from right across QVC's product ranges. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 21094 t
+33088 17415 Hi-Tech Toys & Electronic Gifts eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! Find your perfect electrical gifts here! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N \N \N 21095 t
+33088 17416 Beauty Gift Ideas eng \N Give the gift of beauty whether it's a birthday, anniversary or just because! Join us for ideas and inspiration for truly pampering presents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N \N \N 21096 t
+16032 40798 Grizzly Tales for Gruesome Kids eng The Decomposition of Delia Dethabridge Twisted animated stories. Delia Dethabridge finds out what happens to characters when a story lies unfinished in a book. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:15:00 \N \N \N \N \N 21097 t
+16032 40799 Grizzly Tales for Gruesome Kids eng Revenge of the Bogeyman A girl who picks her nose is turned into a bogey for the day by the Bogeyman - who shows her what it is like to be picked, licked, rolled and flicked! \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-21 15:15:00 2014-12-21 15:30:00 \N \N \N S \N 21098 t
+16032 34854 Grizzly Tales for Gruesome Kids eng It's Only A Game Sport A bad sport meets his death in a nasty game of snakes and ladders. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 15:30:00 2014-12-21 15:45:00 \N \N \N \N \N 21099 t
+17540 57479 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 20:40:00 2014-12-20 20:50:00 \N \N \N \N \N 22928 t
+16032 34855 Grizzly Tales for Gruesome Kids eng The Gas Man Cometh Twisted animated stories narrated by Nigel Planer. A telephone prankster gets a nasty surprise when the gas man pays a visit. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-21 15:45:00 2014-12-21 16:00:00 \N \N \N S \N 21100 t
+16032 41906 Skillicious With Fruit Shoot H2O eng \N From BMX racing to break dancing, wakeboarding to worm-charming, the show travels around the country to seek out the coolest activities around. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:30:00 \N \N \N S \N 21101 t
+16032 41907 My Phone Genie eng Mobbsy's Girlfriend Mobbsy's obsession with a new Girlfriend App on his phone leads Gene to take him and the girls inside the app in order to dump her. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N AD,S \N 21102 t
+16032 41908 Fort Boyard eng Ultimate Challenge Young people's version of the game show. It is the Grand Final of the challenge, but which of the two teams will take the trophy and the title of Ultimate Conquerors of the Fort? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N S \N 21103 t
+8381 14930 Judge Rinder eng \N Studio courtroom show where criminal barrister Robert Rinder rules on real life cases. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N S \N 21104 t
+8381 14931 Midsomer Murders eng Days of Misrule Barnaby investigates an explosion at a haulage yard. When a body turns up, there are plenty of suspects, including a grieving mother and a group of TA soldiers. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 16:00:00 2014-12-23 18:00:00 \N \N \N AD,S \N 21105 t
+16048 33415 Movies Now eng \N The latest news and reviews of this week's film releases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:10:00 \N \N \N \N \N 21106 t
+16048 33416 On the Buses eng Christmas Duty Sitcom about a chirpy bus driver and his conductor pal. It's Christmas Eve - and Stan and Jack are told that they must provide cover for a sick colleague. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 06:10:00 2014-12-24 06:35:00 \N \N \N S \N 21107 t
+16048 33557 On the Buses eng The New Telly 70s sitcom about a bus company. Stan and the family decide to buy a colour TV, but there is a problem with disposing of the old set. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 06:35:00 2014-12-24 07:00:00 \N \N \N S \N 21108 t
+16048 25221 On the Buses eng Boxing Day Social Enduring British sitcom about a chirpy bus driver and his conductor pal. Jack takes a fancy to Arthur's sister, much to Arthur's chagrin. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:35:00 \N \N \N S \N 21109 t
+16048 31892 George and Mildred eng No Business Like Show Business Domestic sitcom. Mildred gets a chance to act in the local amateur version of Cinderella - as an ugly sister! \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 07:35:00 2014-12-24 08:05:00 \N \N \N S \N 21110 t
+16048 32959 Agatha Christie's Marple eng The Blue Geranium Did a woman really die of shock when the geranium in her wallpaper turned blue? Can Marple stop a trial before the wrong person is found guilty of murder? \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 08:05:00 2014-12-24 10:00:00 \N \N \N AD,S \N 21111 t
+8274 17130 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how or join in now at Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 01:10:00 2014-12-24 03:00:00 \N \N \N \N \N 21112 t
+14784 2875 Walking On Sunshine? eng \N No, neither are we! With winter upon us, why not swap the wind and chill for golden sandy beaches? Check out Holidays TV, updated daily with 100s of the latest great deals! Bliss. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 04:00:00 2014-12-24 08:00:00 \N \N \N \N \N 21113 t
+26560 13706 The Hits Radio Weekend - Luke Franks eng \N Luke rounds up your weekend with hottest new tunes we've heard this week plus all your faves!\nTweet @thehitsradio and Like facebook.com/thehitsradio to share your love! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:00:00 \N \N \N \N \N 21114 t
+22208 1755 Stargate SG-1 eng The Tok'ra, Part 1 Samantha Carter has a vision that leads to a meeting with the Tok'ra, a powerful group of Goa'uld rebels. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N S \N 21115 t
+22208 1895 Stargate SG-1 eng The Tok'ra - Part 2 Samantha Carter's father, facing certain death due to cancer, agrees to become a host for one of the Tok'ra - the sworn enemies of the Goa'uld System Lords. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N S \N 21116 t
+22208 1922 Sinbad eng \N Trouble brews when Sinbad and the crew are taken prisoner by the Water Thieves and their fierce queen, Razia. Academy Award nominee Sophie Okonedo guests stars. \N 2 25 f 5 eng eng 15 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 2 \N \N S 1 21117 t
+8385 58142 The Girl Who Played with Fire eng \N Part two of the thriller trilogy. As Michael Nyqvist tries to prove Noomi Rapace is innocent of triple murder, she aims to catch the real killers. In Swedish/subs. Violence/rape/sex. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 01:25:00 2014-12-19 04:00:00 \N \N 2009 S \N 21118 t
+41136 50289 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:25:00 \N \N \N \N \N 21119 t
+41136 50290 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:25:00 2014-12-20 06:50:00 \N \N \N \N \N 21120 t
+41136 50291 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:50:00 2014-12-20 09:35:00 \N \N \N \N \N 21121 t
+8281 17072 Lottery Stories eng \N A look at the National Lottery as it celebrates its 20th anniversary creating over 3,700 millionaires. Previous winners talk about their experiences both good and bad. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N S \N 21122 t
+23040 37989 Cooking Christmas With Matt and Lisa eng \N Join Matt and Lisa for a delicious Christmas feast. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N \N \N 21425 t
+8281 17076 ITV News at Ten & Weather eng \N Mark Austin and Julie Etchingham with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:40:00 \N \N \N S \N 21123 t
+8281 22786 Kylie eng Kiss Me Once Footage from the pop princess's thirteenth concert tour, featuring songs from her most recent album alongside classics such as Spinning Around and Can't Get You Out of My Head. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:40:00 2014-12-23 23:50:00 \N \N \N \N \N 21124 t
+8281 16295 The Jonathan Ross Show Christmas eng \N Finishing the current series with a festive edition, Jonathan Ross welcomes David Walliams, Barbara Windsor, Lewis Hamilton, Jimmy Carr, Ed Sheeran and Idina Menzel. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 23:50:00 2014-12-24 01:10:00 \N \N \N S \N 21125 t
+41040 17074 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 21126 t
+41040 17075 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:30:00 \N \N \N \N \N 21127 t
+41040 17076 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-19 22:30:00 2014-12-19 23:00:00 \N \N \N \N \N 21128 t
+41040 17077 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 21129 t
+22272 64533 Top Gear eng \N Jeremy, Richard and James take over a gallery in Middlesbrough in a quest to prove that cars can be more popular than art - a task that requires some unusual promotion. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N AD,S \N 21130 t
+22272 64534 Storage Hunters eng Double Cross Wildly competitive US series in which bargain hunters try to make cash from abandoned storage units. Brandon and Lori team up with Jesse - but can he be trusted? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:30:00 \N \N \N S \N 21131 t
+22272 64535 Storage Hunters eng Auction On Wheels Hit US reality show. The Berniers hunt down more potential bargains in storage lockers. A trio of RVs are up for sale, as well as some bronze statues and jet skis. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 10:30:00 2014-12-20 11:00:00 \N \N \N S \N 21132 t
+22272 64536 American Pickers eng White Castle on the Farm Heirloom hunting in the US. A farm housing a burger joint whets the appetites of Mike and Frank, who haggle for a soda fountain and cigarette machine. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N S \N 21133 t
+28416 20089 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:30:00 \N \N \N \N \N 21134 t
+28416 20090 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 12:30:00 2014-12-19 16:00:00 \N \N \N \N \N 21135 t
+22752 1063 Kiss Fresh with Tinea eng \N Tinea with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 11:00:00 2014-12-19 15:00:00 \N \N \N \N \N 21136 t
+15952 2610 The Cube eng \N Ballet dancer Hannah hopes she can win to pay for her forthcoming wedding. Support worker Nic thinks he has what it takes to get his hands on that quarter of a million pounds. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:15:00 2014-12-19 10:15:00 \N \N \N S \N 21137 t
+15952 2611 Royal Pains eng Fools Russian Drama series. Hank and Boris team up on a new business venture, just as HankMed's relationship with one of its richest clients is threatened by Jeremiah. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 10:15:00 2014-12-19 11:15:00 \N \N \N S \N 21138 t
+15952 3182 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the prize cash. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 11:15:00 2014-12-19 12:15:00 \N \N \N S \N 21139 t
+17664 58639 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 04:20:00 2014-12-20 05:15:00 \N \N \N \N \N 21140 t
+17609 19637 eng \N \N \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:25:00 \N \N \N \N \N 21142 t
+17609 20357 eng \N \N \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-20 09:25:00 2014-12-20 11:20:00 \N \N \N \N \N 21143 t
+17609 19639 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 11:20:00 2014-12-20 11:30:00 \N \N \N \N \N 21144 t
+17609 19640 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:30:00 \N \N \N \N \N 21145 t
+23712 3396 DIY SOS eng \N Gemma is recovering from a brain tumour and moved into Scott's house for some TLC, but his slapdash approach to DIY means the place is a patchwork of half finished jobs. \N 0 25 f 64 eng eng 10 0 0 \N 2014-12-24 12:25:00 2014-12-24 12:55:00 \N \N \N AD,S \N 21146 t
+23712 3397 DIY SOS eng Lymington Home transformations courtesy of Nick Knowles and the team. In Lymington, Carrie and Rob need help with a kitchen makeover that has gone drastically awry. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-24 12:55:00 2014-12-24 13:25:00 \N \N \N AD,S \N 21147 t
+23712 3398 DIY SOS eng Sheffield DIY disasters remedied by Nick Knowles and the crew. The Pickerings have been sleeping in full view of their neighbours ever since Shelley destroyed an internal wall. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-24 13:25:00 2014-12-24 13:55:00 \N \N \N AD,S \N 21148 t
+23712 3399 DIY SOS eng Wigan Nick Knowles comes to the rescue of home improvers in need. Mike Davies has been banned from doing DIY following heart surgery, but his living room remains unfinished. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-24 13:55:00 2014-12-24 14:30:00 \N \N \N AD,S \N 21149 t
+23712 3400 DIY SOS eng Essex DIY disasters transformed. In Essex, the Taylors need to turn their garage into a wheelchair-friendly downstairs bathroom for window cleaner Kerry following an accident. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N AD,S \N 21150 t
+13024 50931 Ben and Holly's Little Kingdom eng Spies Preschool animation. King and Queen Thistle ask Nanny Plum and the Wise Old Elf to build a boat capable of beating the Marigolds. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:15:00 \N \N \N S \N 21151 t
+13024 50932 Peppa Pig eng My Cousin Chloe Animated series about a lovable little pig. Peppa's older cousin Chloe comes to visit, and Peppa must play games by somebody else's rules for a change. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 09:15:00 2014-12-19 09:25:00 \N \N \N S \N 21152 t
+13024 50933 Peppa Pig eng Pancakes Pig tales. Mummy Pig is making pancakes and Daddy Pig flips his so high that it sticks to the ceiling! Can the family get it down? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 09:25:00 2014-12-19 09:35:00 \N \N \N S \N 21153 t
+13024 50934 Toby's Travelling Circus eng Banana Drama Animation. Dolores makes some banoffee pies and leaves them outside to cool, but a thief takes one! Freddo is put on guard duty but the thief steals a couple more. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 09:35:00 2014-12-19 09:50:00 \N \N \N S \N 21154 t
+13024 50935 Bananas In Pyjamas eng The Challenge Animated series. It's story night and the Teddies are going to read 'The Hare and the Tortoise' to the Bananas and Rat. Rat has never heard the story before. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 09:50:00 2014-12-19 10:00:00 \N \N \N S \N 21155 t
+13024 50936 Tickety Toc eng Doctor Time Animation about two lively twins who live inside a cuckoo clock. Tommy and Tallulah are playing doctors. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:15:00 \N \N \N S \N 21156 t
+13024 50937 The Wright Stuff eng \N Matthew Wright hosts the topical debate show with this week's panelists Steve Furst and Natalie Pinkham. Today's guests are Fay Ripley and Si Cranstoun. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-19 10:15:00 2014-12-19 12:25:00 \N \N \N \N \N 21157 t
+22080 921 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:30:00 \N \N \N \N \N 21158 t
+22080 924 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 12:30:00 2014-12-20 13:00:00 \N \N \N \N \N 21159 t
+22080 927 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 \N \N \N \N \N 21160 t
+40992 52128 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:40:00 \N \N \N \N \N 23389 t
+27360 18020 Live Wasps v London Irish eng \N Live Aviva Premiership action sees the Exiles travel to face a Wasps side playing their first ever home game at the Ricoh Arena since making the move to Coventry from Wycombe. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 13:00:00 2014-12-21 16:30:00 \N \N \N S \N 21167 t
+18112 36319 ROY eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 09:15:00 2014-12-24 09:45:00 \N \N \N \N \N 21168 t
+18112 36503 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 09:45:00 2014-12-24 10:10:00 \N \N \N \N \N 21169 t
+18112 36504 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 10:10:00 2014-12-24 10:35:00 \N \N \N \N \N 21170 t
+18112 36505 Wolfblood eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 10:35:00 2014-12-24 11:05:00 \N \N \N \N \N 21171 t
+18112 36506 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 11:05:00 2014-12-24 11:30:00 \N \N \N \N \N 21172 t
+18112 36507 eng \N \N \N \N \N \N \N \N \N 5 0 0 \N 2014-12-24 11:30:00 2014-12-24 12:00:00 \N \N \N \N \N 21173 t
+27840 5268 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 21174 t
+27840 5269 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 \N \N \N \N \N 21175 t
+32836 42972 Teleshopping eng \N Teleshopping for beds and mattresses. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 05:00:00 2014-12-22 05:30:00 \N \N \N \N \N 21176 t
+27840 5270 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 14:00:00 2014-12-24 15:00:00 \N \N \N \N \N 21177 t
+18112 36250 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:30:00 \N \N \N \N \N 21178 t
+18112 36251 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 12:30:00 2014-12-20 13:00:00 \N \N \N \N \N 21179 t
+18112 36252 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 \N \N \N \N \N 21180 t
+18112 36253 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 13:30:00 2014-12-20 14:00:00 \N \N \N \N \N 21181 t
+18112 36254 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N \N \N 21182 t
+22336 58492 Charmed eng Witch Trial In the first episode of season two, one year after becoming witches, the sisters are challenged by a powerful horned demon called Abraxas who steals the Book of Shadows. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N S \N 21184 t
+22336 59399 Rules of Engagement eng Refusing to Budget When the utilities are turned off in Russell's flat, Timmy convinces him that he needs to budget sensibly and pay his bills on time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:25:00 \N \N \N \N \N 21185 t
+22336 59380 Rules of Engagement eng Uh-Oh It's Magic Russell takes his date Jessica to a magic show, only to see the magician make her disappear and not return. Illusionist Criss Angel guest stars. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 07:25:00 2014-12-20 07:50:00 \N \N \N \N \N 21186 t
+22336 59075 Rules of Engagement eng Ghost Story Audrey is upset when Jeff says that he doesn't believe she saw her dead grandmother's ghost. Russell tries to persuade Timmy not to go through with his arranged marriage. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 07:50:00 2014-12-20 08:15:00 \N \N \N S \N 21187 t
+22336 59076 Rules of Engagement eng The Four Pillars Adam struggles to take an engagement photo that he likes, while Jeff and Audrey decide to attend a relationship counselling session. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 08:15:00 2014-12-20 08:40:00 \N \N \N S \N 21188 t
+22336 59077 How I Met Your Mother eng The Limo Ted is on a quest to find the perfect New Year's Eve celebration, so he takes his friends to five different parties in order to find the best one. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 08:40:00 2014-12-20 09:05:00 \N \N \N AD,S \N 21189 t
+22336 58562 How I Met Your Mother eng Not a Father's Day Barney is so relieved to discover that a woman he slept with isn't pregnant that he creates a new holiday called Not a Father's Day. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N AD,S \N 21190 t
+22336 58563 How I Met Your Mother eng Woooo! Robin is still unemployed and has time to make friends with a new group of single girls. Barney convinces his boss to hire Ted to re-design his office building. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N AD,S \N 21191 t
+22336 58564 The Big Bang Theory eng The Transporter Malfunction Penny buys Leonard and Sheldon some Star Trek memorabilia but she is irked when they refuse to remove the toys from their packaging. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N AD,S \N 21192 t
+22336 58565 The Big Bang Theory eng The Hawking Excitation When Stephen Hawking comes to lecture at the university, Howard is given the task of maintaining his wheelchair, making Sheldon green with envy. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N AD,S \N 21193 t
+22336 58566 Hollyoaks eng \N It's Ste and John Paul's wedding day, but it's a long road to the altar. Tony hosts Christmas lunch for his nearest and dearest, but will it be ruined by a revelation? \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N S \N 21194 t
+13024 51276 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 07:00:00 2014-12-21 09:00:00 \N \N \N \N \N 21195 t
+26240 11707 John Isherwood eng \N John Isherwood has the soundtrack to your workday - Plus - #Reheat - All your favourite hits from the 80s & 90s \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 10:00:00 2014-12-19 13:00:00 \N \N \N \N \N 21196 t
+28480 11512 Family Worship Centre Sunday Live Service eng \N Music and preaching. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 16:00:00 2014-12-21 18:30:00 \N \N \N \N \N 21197 t
+22784 755 Neev on Kisstory eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 09:00:00 2014-12-19 13:00:00 \N \N \N \N \N 21198 t
+8452 59080 World on a String eng \N This high energy film takes a look at the world of competitive yo-yoing, following four players as they prepare for the World Yo-Yo Contest, in a story of innovation and self-expression. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:55:00 \N \N \N S \N 21201 t
+14448 27289 Unsolved Mysteries eng \N Notorious incidents are revisited in this insightful series. New DNA evidence sheds more light on the infamous Boston strangler case, and a Canadian housewife believes UFOs are out there... \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 01:00:00 \N \N \N \N \N 21203 t
+14448 27290 The Investigator eng \N An in-depth look into some of New Zealand's most puzzling crimes in recent history, investigating if there was more to each crime than meets the eye. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 01:00:00 2014-12-24 02:00:00 \N \N \N \N \N 21204 t
+14448 27291 Crime Stories eng \N Grisly crimes are meticulously reconstructed in this dramatic series. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-24 02:00:00 2014-12-24 03:00:00 \N \N \N \N \N 21205 t
+4168 55378 The Apprentice eng The Final and You're Hired The two finalists must launch their businesses with the help of some former candidates. The winner is decided and then interviewed by Dara O Briain. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:00:00 14 14 \N S \N 21206 t
+4168 49809 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:15:00 \N \N \N S \N 21207 t
+4168 50105 North West Tonight eng \N The latest news, sport and weather for the North West of England. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:15:00 2014-12-21 23:25:00 \N \N \N S \N 21208 t
+4168 57544 Have I Got a Bit More 2014 News for You eng \N An extended compilation of the satirical news quiz looking back at the big news of 2014. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:25:00 2014-12-22 00:10:00 11 11 \N S \N 21209 t
+12928 42010 Gilmore Girls eng Hammers and Veils Rory brings Dean to dinner at her grandparents' house. Richard's obvious disapproval of Dean leads to the first fight between Rory and her grandfather. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N S \N 21210 t
+12928 42011 Gilmore Girls eng Red Light on the Wedding Night During a wild hen party hosted by Sookie, Lorelai makes an impulsive phone call to Rory's father. Events lead her to realise Max may not be the man for her. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N S \N 21211 t
+41104 19981 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 09:00:00 2014-12-19 13:00:00 \N \N \N \N \N 21212 t
+25920 21071 Last Minute Christmas Kitchen eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N \N \N 21213 t
+25920 20734 Toy Store Sale eng \N A wonderful selection of toys & games, for boys & girls & the young & old - all at sale prices! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N \N \N 21214 t
+40960 53200 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 21:30:00 \N \N \N \N \N 21217 t
+40960 53201 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 21:30:00 2014-12-21 22:00:00 \N \N \N \N \N 21218 t
+40960 53202 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 22:00:00 2014-12-21 22:30:00 \N \N \N \N \N 21219 t
+40960 53203 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 22:30:00 2014-12-21 22:45:00 \N \N \N \N \N 21220 t
+40960 53204 Click eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 22:45:00 2014-12-21 23:00:00 \N \N \N \N \N 21221 t
+40960 53205 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:30:00 \N \N \N \N \N 21222 t
+40960 53206 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 23:30:00 2014-12-21 23:45:00 \N \N \N \N \N 21223 t
+40960 53207 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 23:45:00 2014-12-22 00:00:00 \N \N \N \N \N 21224 t
+41056 18221 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-19 06:30:00 2014-12-19 07:00:00 \N \N \N \N \N 21225 t
+41056 17882 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:05:00 \N \N \N \N \N 21226 t
+41056 17883 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-19 07:05:00 2014-12-19 08:00:00 \N \N \N \N \N 21227 t
+41056 17884 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:30:00 \N \N \N \N \N 21228 t
+41056 18222 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N \N \N 21229 t
+16032 41846 The Aquabats! Super Show! eng Pilgrim Boy The Aquabats! meet Pilgrim Boy, a fellow superhero who possesses the power to shape shift into anything, despite causing him physical pain in the process. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:25:00 \N \N \N S \N 21230 t
+16032 42239 Pat & Stan eng The Pool Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! Pat decides to dig a pool in the back garden. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 06:25:00 2014-12-20 06:35:00 \N \N \N AD,S,SL \N 21231 t
+16032 42287 Pat & Stan eng Stephanie Love Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! What is Stephanie hiding? Is she in love? \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 06:35:00 2014-12-20 06:40:00 \N \N \N AD,S,SL \N 21232 t
+16032 41847 Dino Dan: Trek's Adventures eng Carnivore Contest Jurassic adventures. Trek uses a stegosaurus decoy to figure out who was a better hunter - the giganotosaurus, the microraptor or the troodon? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:40:00 2014-12-20 06:50:00 \N \N \N S,SL \N 21233 t
+16032 41848 Dino Dan: Trek's Adventures eng Dino Racers Jurassic adventures. At an indoor kart track, the kids learn about dinosaur speeds when Trek tells a story about kids who raced dinosaurs! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 06:50:00 2014-12-20 07:05:00 \N \N \N S,SL \N 21234 t
+16032 34106 Canimals eng Trash Can Ato is sick and finds comfort in a new friend he finds in the trash. But Mimi and Fizzy think Ato's new friendship stinks and they do something about it. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:05:00 2014-12-20 07:10:00 \N \N \N S \N 21235 t
+16032 34107 Canimals eng Can Zilla What can jump like Toki, sonic scream like Nia, has Leon's whipping tongue and Pow's ability to fly? Oz is about to find out! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:10:00 2014-12-20 07:20:00 \N \N \N S \N 21236 t
+16032 35305 Signed Stories: Share a Story eng Super Dan All Super Dan wants after a busy day saving the world from aliens, a dragon and the evil Dr Zog is a nice long soak in the bath - but what is lurking in the tub?! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:20:00 2014-12-20 07:25:00 \N \N \N S,SL \N 21237 t
+16032 41851 Sooty eng Panto Palaver When the actors in Mr Slater's pantomime fail to turn up, Sooty, Sweep and Soo perform instead. Will the Wicked Bunny have Little Blue Riding Hood for his supper? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:25:00 2014-12-20 07:35:00 \N \N \N S \N 21238 t
+16032 39064 Mr Bean eng A Grand Invitation Animated antics of a bumbler. Mr Bean meets an aristocratic old lady and is invited for lunch - but she and her sinister butler are not quite what they seem. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 07:35:00 2014-12-20 07:50:00 \N \N \N AD,S \N 21239 t
+16032 41853 Hulk and the Agents of S.M.A.S.H. eng Doorway to Destruction - Part 2 Animated series. The newly formed agents of S.M.A.S.H., including a Hulked-out Rick Jones, invade the Negative Zone to stop Annihilus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 07:50:00 2014-12-20 08:15:00 \N \N \N S \N 21240 t
+16032 44675 Horrid Henry eng Horrid Henry and the Horrid Hat The animated adventures of the mischievous anti-hero. Henry's horrid hat is not the only thing breaking the rules - according to Soggy Sid! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 08:15:00 2014-12-20 08:30:00 \N \N \N AD,S \N 21241 t
+16032 41773 The Looney Tunes Show eng Christmas Carol Show about roommates Bugs Bunny and Daffy Duck. Lola decides to stage her own version of A Christmas Carol to renew the town's holiday spirit. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N S \N 21242 t
+41040 17137 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 21243 t
+41040 17138 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 21244 t
+41040 17139 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:30:00 \N \N \N \N \N 21245 t
+41040 17140 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 14:30:00 2014-12-21 15:00:00 \N \N \N \N \N 21246 t
+32836 30964 Weekend On The Aire eng \N Jason Thornton brings you today's top stories from Leeds with On The Aire, your authoritative news service, with reports from your local news team. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 21247 t
+32836 30965 The Book-It List eng Best Bits Take a look back at the week's highlights in the Made in Leeds studios with Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 21248 t
+40992 52129 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 07:40:00 2014-12-24 07:55:00 \N \N \N \N \N 23390 t
+32836 43639 Dudley's Christmas Fayre eng \N Celebrity Chef, Dudley Newbury serves up perfect Christmas meals. Learn short cuts and tricks of the trade with Cardiff's longest serving TV Chef. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 20:00:00 2014-12-21 20:30:00 \N \N \N \N \N 21249 t
+32836 30967 Life After United eng \N A new series catching up with the legends of Leeds United, as they reminisce about their glory days and tell us where they are now. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-21 20:30:00 2014-12-21 21:00:00 \N \N \N \N \N 21250 t
+22624 40338 Morning Mix eng \N RNIB's Insight Radio - Simon Pauley plays great music and presents information relevant to blind and partially sighted people \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-19 10:00:00 2014-12-19 13:00:00 \N \N \N \N \N 21251 t
+4175 56373 Kung Fu Panda eng \N Animated comedy. Po the Panda is overweight and works in his father's noodle bar but dreams of being a great kung fu warrior like his heroes, the Furious Five. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:25:00 \N \N 2008 AD,S \N 21252 t
+4175 55432 Final Score eng \N Jason Mohammad presents the day's football results along with reports from the big games, which include Aston Villa versus Manchester United and Southampton's clash with Everton. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 16:25:00 2014-12-20 17:20:00 \N \N \N S \N 21253 t
+4175 49783 BBC News eng \N The latest national and international news from the BBC. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:20:00 2014-12-20 17:30:00 \N \N \N S \N 21254 t
+4175 50036 Look North eng \N The latest news, sport and weather for Yorkshire and Lincolnshire. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:30:00 2014-12-20 17:40:00 \N \N \N S \N 21255 t
+4175 49785 Pointless Celebrities eng Christmas Special Alexander Armstrong presents a celebrity Christmas edition of the quiz, with guests including Christopher Biggins, Joe Pasquale, Ann Widdecombe and Bob Carolgees. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:40:00 2014-12-20 18:30:00 \N \N \N S \N 21256 t
+8325 2663 The Polar Express eng \N Animated family adventure, 2004. A young boy who doesn't believe in Santa Claus is taken on a magical train journey to the North Pole \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 17:00:00 2014-12-21 19:00:00 \N \N \N AD,S \N 21257 t
+8267 29703 You've Been Framed at Christmas! eng \N Harry Hill gives his unique gift of surreal silliness to some festive home videos including a fight to the death as a kid wrestles a Christmas tree, and Carrie the possessed car. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 18:15:00 2014-12-24 18:45:00 \N \N \N S \N 21258 t
+8267 17160 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:45:00 2014-12-24 19:00:00 \N \N \N S \N 21259 t
+8267 17162 Emmerdale eng \N Andy and Robert's feud reaches boiling point. Charity manipulates Cain. Bernice finds comfort in an unlikely source. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N AD,S \N 21260 t
+8267 16739 Coronation Street eng \N Gary feels isolated from his family. Will Kylie give in to her demons? Lloyd is shocked by news of Jenna. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N AD,S \N 21261 t
+8267 17464 Skyfall eng \N Action starring Daniel Craig and Javier Bardem, 2012. A troubled James Bond returns from hiding to take on a chilling villain while protecting the MI6 boss \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 20:00:00 2014-12-24 22:45:00 \N \N \N AD,S \N 21262 t
+8384 58634 Alan Carr eng Chatty Man Alan is joined by guests Gemma Arterton, Brendan O'Carroll and Greg Davies, while music is from Tom Odell, who performs Real Love. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:10:00 \N \N \N S \N 21264 t
+8384 58986 The British Comedy Awards 2014 eng \N Jonathan Ross hosts the biggest night of the year for British comedy, which, in its 25th year, continues to celebrate the absolute best and brightest in British comedy. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 23:10:00 2014-12-20 01:00:00 \N \N \N S \N 21265 t
+24064 59298 Magnificent Obsessions eng Show Cats A look into the weird and wacky world of cat lovers as they turn their feline fascination into a magnificent obsession. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:45:00 \N \N \N \N \N 21266 t
+24064 59299 Magnificent Obsessions eng B-17 Bomber A look into the weird and wonderful life of Bob who has turned plane collecting into a passion that drives his life. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 03:45:00 2014-12-22 04:30:00 \N \N \N \N \N 21267 t
+24064 59300 Magnificent Obsessions eng Dog Show A look into the weird and wonderful world of dog lovers. From labs to bulldogs, these people have turned their passion for pooches into a magnificent obsession. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 04:30:00 2014-12-22 05:15:00 \N \N \N \N \N 21268 t
+24064 59301 Magnificent Obsessions eng Barnstorming A look into the weird and wonderful life of the King family as they take flying to new heights at the Flying Circus. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 05:15:00 2014-12-22 06:00:00 \N \N \N \N \N 21269 t
+14752 40831 Toni Phillips eng \N Toni brings you the biggest hits from the Capital playlist. Get involved @CapitalOfficial on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 16:00:00 2014-12-20 19:00:00 \N \N \N \N \N 21270 t
+40992 52071 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:10:00 \N \N \N \N \N 21271 t
+40992 52072 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 18:10:00 2014-12-23 18:20:00 \N \N \N \N \N 21272 t
+40992 52073 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 18:20:00 2014-12-23 18:50:00 \N \N \N \N \N 21273 t
+40992 52074 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-23 18:50:00 2014-12-23 18:58:00 \N \N \N \N \N 21274 t
+40992 49171 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 18:58:00 2014-12-24 05:30:00 \N \N \N \N \N 21275 t
+25664 55892 Noddy Holder's 50 Best Xmas Songs! eng \N Christmas is creeping up on us, and Noddy's here to warm the cockles of your heart with his all-time festive favourites! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-24 09:00:00 2014-12-24 13:30:00 \N \N \N \N \N 21276 t
+14720 26797 Club Classics With Zoe Hardman eng \N Get your weekend off to a cracking start with the biggest club classics. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 21:00:00 \N \N \N \N \N 21277 t
+8442 55744 Come Dine with Me eng Celebrity Christmas Special Music impresario David Gest joins in a festive clash with former EastEnder Hannah Waterman, TV gardener Diarmuid Gavin and Loose Women presenter Sherrie Hewson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 15:35:00 2014-12-19 16:40:00 \N \N \N S \N 21278 t
+41120 14081 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 21281 t
+41120 14082 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 07:00:00 2014-12-21 09:00:00 \N \N \N \N \N 21282 t
+24016 12843 Farewell to the King eng \N An American POW escapes from a Japanese firing squad on the island of Borneo. Local tribesmen embrace the soldier but Japanese troops are not too far away. Stars Nick Nolte. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 15:10:00 2014-12-19 17:25:00 \N \N 1989 \N \N 21283 t
+40992 52130 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 07:55:00 2014-12-24 08:10:00 \N \N \N \N \N 23391 t
+24016 12844 The Hellhounds Of Alaska eng \N A brave fur trapper battles the elements and across dangerous terrain to transport a very sick boy to a distant medical centre. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 17:25:00 2014-12-19 19:15:00 \N \N 1973 \N \N 21284 t
+15840 3621 A Merry Little Christmas eng \N Penguins huddle together to keep warm, it's a scientific fact. So we say cuddle up and enjoy these wonderful Christmas videos. They're sure to have you feeling warm and fuzzy inside in no time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N \N \N 21285 t
+15840 3622 Toon Tunes eng \N Cartoons, computer graphics and claymation come together in Vintage TV's hour-long celebration of animated videos. They're iconic, memorable and rare. And that's why we love them. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N \N \N 21286 t
+15840 3623 Breakaway eng \N Breakaway from the norm of daytime telly - let Vintage TV carry you through the day in style, as we thumb through our greatest hits record collection. Go on, take the weight off. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 11:00:00 2014-12-24 13:00:00 \N \N \N \N \N 21287 t
+22592 17789 Drivetime eng \N Max Rushden and Darren Gough keep you entertained on the way home. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-22 16:00:00 2014-12-22 19:00:00 \N \N \N \N \N 21288 t
+26368 38209 Smooth Drive Home with Anthony Davis eng \N Let Anthony Davis take you through the Smooth Drive Home every weekday from 4.00pm \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 20:00:00 \N \N \N \N \N 21289 t
+24448 64004 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 03:00:00 2014-12-21 04:00:00 \N \N \N \N \N 21290 t
+24448 63849 Through the Night eng \N Join Gems TV through the night for unmissable deals! \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 04:00:00 2014-12-21 05:00:00 \N \N \N \N \N 21291 t
+24448 63850 Through the Night eng \N Join Gems TV through the night for unmissable deals! \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 05:00:00 2014-12-21 06:00:00 \N \N \N \N \N 21292 t
+41072 13275 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:45:00 \N \N \N \N \N 21293 t
+41072 13276 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-22 03:45:00 2014-12-22 04:30:00 \N \N \N \N \N 21294 t
+41072 13277 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-22 04:30:00 2014-12-22 05:15:00 \N \N \N \N \N 21295 t
+41072 13278 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-22 05:15:00 2014-12-22 06:00:00 \N \N \N \N \N 21296 t
+8325 4890 Ant & Dec's Christmas Show eng \N Join the boys and a live studio audience in what promises to be a barrel-load of festive fun, with some very special guests including Robbie Williams. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 15:45:00 2014-12-21 17:00:00 \N \N \N S \N 21297 t
+24464 50277 V De V Endurance Season Review eng \N We review this season's action from the popular V de V Series which sees prototypes and GTs compete across Europe. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 03:15:00 2014-12-20 05:05:00 \N \N \N \N \N 21298 t
+24464 50278 Scottish Borders Hill Rally eng \N Over 100 miles of stages through the Scottish borders make up this popular annual hill rally. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 05:05:00 2014-12-20 06:00:00 \N \N \N \N \N 21299 t
+8448 58573 The Inbetweeners eng \N Will, Simon, Jay and Neil bunk off school. They head to Neil's house to get drunk, where Simon has a vodka-induced romantic revelation about his childhood sweetheart Carli. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:35:00 \N \N \N AD,S \N 21300 t
+8448 58574 The IT Crowd eng Calamity Jen The team face their first test during Reynholm Industries' so-called 'war on stress'. The office is on fire, Roy has an attack of kleptomania, and Jen's shoes don't fit. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 00:35:00 2014-12-24 01:10:00 \N \N \N S \N 21301 t
+8448 58575 Rules of Engagement eng The Set Up When Russell discovers that Timmy has a sister, he does everything in his power to impress her and ends up giving an inaccurate impression of himself. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 01:10:00 2014-12-24 01:35:00 \N \N \N S \N 21302 t
+25920 20798 Friday Fashion Sale eng \N Join Ideal World for a selection of great fashion for this season at amazing prices \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 21378 t
+8448 58576 Rules of Engagement eng Dirty Talk In the first episode of season six, Russell returns from a cruise and admits that while on board he married his old flame Liz after a drunken night together. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 01:35:00 2014-12-24 02:05:00 \N \N \N S \N 21303 t
+8448 58577 2 Broke Girls eng And the ATM Max decides to break up with Deke now that she knows he is from a rich background but hid his wealth from her. Han gets a cash machine for the diner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 02:05:00 2014-12-24 02:30:00 \N \N \N AD,S \N 21304 t
+8448 59117 The Inbetweeners eng \N Will, Simon, Jay and Neil bunk off school. They head to Neil's house to get drunk, where Simon has a vodka-induced romantic revelation about his childhood sweetheart Carli. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 02:30:00 2014-12-24 02:55:00 \N \N \N AD,S \N 21305 t
+8448 59118 The IT Crowd eng Calamity Jen The team face their first test during Reynholm Industries' so-called 'war on stress'. The office is on fire, Roy has an attack of kleptomania, and Jen's shoes don't fit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 02:55:00 2014-12-24 03:20:00 \N \N \N S,SL \N 21306 t
+41008 59001 Gogglebox eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 00:05:00 2014-12-23 01:00:00 \N \N \N \N \N 21307 t
+41008 59080 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:55:00 \N \N \N \N \N 21309 t
+41136 50346 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 04:10:00 2014-12-24 05:05:00 \N \N \N \N \N 21311 t
+41136 50347 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 05:05:00 2014-12-24 06:00:00 \N \N \N \N \N 21312 t
+28096 59345 American Pickers eng White Castle on the Farm Heirloom hunting in the US. A farm housing a burger joint whets the appetites of Mike and Frank, who haggle for a soda fountain and cigarette machine. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N S \N 21313 t
+28096 59346 Lizard Lick Towing eng \N Reality TV at its best. We follow the exploits of wild evangelist couple Amy and Ron and their towing company. A repo in the wrong part of town lands Ron in the Emergency Room. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 \N \N \N S \N 21314 t
+28096 59347 Lizard Lick Towing eng Action-packed US reality series from North Carolina following couple Amy and Ron, who run a towing company. This time, they recover some high horsepower goods lawn mowers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 13:30:00 2014-12-20 14:00:00 \N \N \N S \N 21315 t
+28096 59348 Man v. Food eng Honolulu Adam Richman's quest for the greatest grub in America brings him to the beautiful oceanside paradise of Honolulu, Hawaii. A monster pancake challenge soon awaits him! \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N AD,S \N 21316 t
+28096 59349 Man v. Food eng San Francisco Adam Richman eats his way around America. In San Francisco, his challenges include a super-sized burrito and the infamous 'Kryptonite Sandwich'! \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N AD,S \N 21317 t
+24032 31260 Wild Stallion eng \N Children's drama starring Miranda Cosgrove and Danielle Chuchran, 2009. Two brave young girls uncover a plot that might harm a herd of wild mustangs \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 17:10:00 2014-12-19 18:55:00 \N \N \N \N \N 21353 t
+14816 993 1-2-1 Dating - Try ADULT eng \N 1-2-1 Dating's popular ADULT section is for those seeking something a little unusual, specific or extracurricular. Search the pages to find your adult 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 16:00:00 2014-12-22 20:00:00 \N \N \N \N \N 21325 t
+14608 32017 Highway To Heaven eng \N Scotty and Diane are determined to adopt Todd, but Todd's parents won't agree. Both sides are prepared to fight it out in court with Todd and his older brother caught in the middle. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 2 \N \N \N 3 21326 t
+14608 32018 Dr Finlay eng \N A famous singer seeks treatment for an elusive illness at Arden House. Dr. Finlay and Dr. Gilmore cross swords about the National Health Service leaving him to ponder a job offer in Canada. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 6 \N \N \N 1 21327 t
+14608 32019 The Other Boleyn Girl eng \N Story of competition between two sisters, Mary and Anne Boleyn, who are used by their family to compete with each other to vie for the King's affection and secure their family's name in history. 2003 \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-22 17:00:00 2014-12-22 19:00:00 \N \N \N \N \N 21328 t
+14752 23824 Ant Payne eng \N Ant's got all the biggest and best hits around. You can join the conversation @CapitalOfficial on Twitter and online at capitalfm.com! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 19:00:00 \N \N \N \N \N 21329 t
+8442 55891 Come Dine with Me at Christmas eng \N A delectable Christmas special, as four amateur chefs from York take turns to prepare and serve one dish of a four-course festive banquet to guests they've never met before. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 15:35:00 2014-12-22 16:40:00 \N \N \N S \N 21330 t
+8442 55892 A Place in the Sun eng Home or Away Chris and Jackie are after the perfect holiday retreat, but will it be in South Hams, near Dartmouth, or on the south coast of France? Jonnie Irwin and Jasmine Harman help them decide. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 16:40:00 2014-12-22 17:45:00 \N \N \N S \N 21331 t
+8442 55893 A Place in the Sun eng Winter Sun Jasmine Harman is in the Caribbean to help Kathy Hector search for a rental investment/holiday home in Antigua, where Kathy used to live. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 17:45:00 2014-12-22 18:50:00 \N \N \N S \N 21332 t
+8267 16228 Mr Magorium's Wonder Emporium eng \N Fantasy starring Dustin Hoffman and Natalie Portman, 2007. The magical Mr Magorium is looking for an heir to take over his unusual shop when he passes on \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 15:50:00 2014-12-20 17:35:00 \N \N \N AD,S \N 21333 t
+8267 65367 ITV News Granada Reports eng \N The latest headlines in the North West, plus a regional weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:35:00 2014-12-20 17:45:00 \N \N \N S \N 21334 t
+8267 16291 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:45:00 2014-12-20 18:00:00 \N \N \N S \N 21335 t
+28160 15814 The Worship Hour eng \N Rick Easter starts your afternoon with the very best worship music, Bible readings and prayer. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 21336 t
+28160 15815 The News Hour eng \N Join Rick Easter and the Premier News team for all today's breaking stories, live, as they happen. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N \N \N 21337 t
+28160 15816 Focus on the Family eng \N Teaching and advice on marriage, parenting and family issues. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:30:00 \N \N \N \N \N 21338 t
+28160 15817 The Best of Woman to Woman eng \N Maria Rodrigues presents a choice cut from her daily Woman to Woman show. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 \N \N \N \N \N 21339 t
+17540 56400 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-21 15:15:00 2014-12-21 17:25:00 \N \N \N \N \N 21340 t
+17540 49803 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 17:25:00 2014-12-21 18:05:00 \N \N \N \N \N 21341 t
+28032 28068 Rush Hour 2 eng \N Lighthearted action sequel starring Jackie Chan and Chris Tucker, 2001. The LA cop and the martial arts expert unite once more to investigate an explosion at Hong Kong's US embassy \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 21:55:00 2014-12-24 23:45:00 \N \N \N AD,S \N 21342 t
+28032 28071 Payback eng \N Hard-boiled action thriller starring Mel Gibson and Gregg Henry, 1999. A man sets out to exact revenge on his wife and an old friend who double-cross him during a daring heist \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 23:45:00 2014-12-25 01:45:00 \N \N \N AD,S \N 21343 t
+25920 21082 Halogen Oven Pick of the Day eng \N A chance for you to get our special product of the day - the Ideal World Pick of the Day. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 21379 t
+15808 50275 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 00:10:00 2014-12-20 01:15:00 \N \N \N \N \N 21344 t
+15808 50276 Ferrari Finali Mondiali - Abu... eng \N Highlights of the season-closing Ferrari Challenge contests from Abu Dhabi's Yas Marina Formula 1 circuit. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 01:15:00 2014-12-20 03:15:00 \N \N \N \N \N 21345 t
+22688 1005 Drivetime with Richard Allinson eng \N The best feelgood music on the More Music Drivetime with Richard Allinson. Keep up to date with the latest travel, news, weather and the stressbusters at 7pm. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 17:00:00 2014-12-19 19:00:00 \N \N \N \N \N 21346 t
+14832 1348 Rabbits & Bunnies & Meadows, Oh My eng \N Now in its 6th year, Gay Rabbit Chat & Date is an interactive TV chat service designed to put YOU in touch with new LGBT friends all over the UK. Chat, flirt, date and then some! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 16:00:00 2014-12-22 20:00:00 \N \N \N \N \N 21347 t
+8283 17072 Lottery Stories eng \N A look at the National Lottery as it celebrates its 20th anniversary creating over 3,700 millionaires. Previous winners talk about their experiences both good and bad. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N S \N 21348 t
+8283 17076 ITV News at Ten & Weather eng \N Mark Austin and Julie Etchingham with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:40:00 \N \N \N S \N 21349 t
+8283 22786 Kylie eng Kiss Me Once Footage from the pop princess's thirteenth concert tour, featuring songs from her most recent album alongside classics such as Spinning Around and Can't Get You Out of My Head. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:40:00 2014-12-23 23:50:00 \N \N \N \N \N 21350 t
+8283 16295 The Jonathan Ross Show Christmas eng \N Finishing the current series with a festive edition, Jonathan Ross welcomes David Walliams, Barbara Windsor, Lewis Hamilton, Jimmy Carr, Ed Sheeran and Idina Menzel. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 23:50:00 2014-12-24 01:10:00 \N \N \N S \N 21351 t
+24032 31259 Robin and Marian eng \N Drama starring Sean Connery and Audrey Hepburn, 1976. Robin returns from the Crusades to a troubled England where King Richard's evil brother John holds sway \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 15:00:00 2014-12-19 17:10:00 \N \N \N \N \N 21352 t
+14800 1348 Winter in Rabbit Meadow eng \N Rabbit Chat & Date has been connecting people for 6 years now! Why not jump in and see why? Make new friends, chat, flirt and find that RIGHT somebody. Or that RIGHT NOW somebody. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 16:00:00 2014-12-22 20:00:00 \N \N \N \N \N 21354 t
+27648 4503 How It's Made eng \N Ever wondered how everyday items like corn tortillas, bush planes and aluminium bike wheels are made? Find out how these familiar objects are formed. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:30:00 \N \N \N \N \N 21355 t
+27648 4504 How It's Made eng \N How are energy-efficient water heaters, professional cookware and Ferrari engines made? Find out as more items go under the microscope. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 00:30:00 2014-12-24 01:00:00 \N \N \N \N \N 21356 t
+27648 4505 How It's Made eng \N More everyday items are put under the microscope as we discover how mini GP motorcycles, fig biscuits, tool boxes and pipe bends are made. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:30:00 \N \N \N \N \N 21357 t
+27648 4506 How It's Made eng \N More everyday items are put under the microscope as we discover how revolver replicas, arc trainers, used-oil furnaces, vegetable peelers and pizza cutters are made. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 01:30:00 2014-12-24 02:00:00 \N \N \N \N \N 21358 t
+27648 4507 FBI Case Files eng Monsters Among Us A brutal triple murder stuns an idyllic part of Idaho. The FBI is soon on the case of a fugitive sex offender. But will they find the two missing children alive? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 02:00:00 2014-12-24 03:00:00 \N \N \N \N \N 21359 t
+8264 17130 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how or join in now at Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 01:10:00 2014-12-24 03:00:00 \N \N \N \N \N 21360 t
+8281 22743 Free Willy 2 eng The Adventure Home Sequel to the family adventure starring Jason James Richter and Michael Madsen, 1995. Jessie and his brother set out to save the whales of the Pacific Northwest threatened by an oil spill \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 12:30:00 2014-12-20 14:25:00 \N \N \N AD,S \N 21361 t
+8281 25990 Nation's Favourite Christmas Song eng \N A countdown of the nation's most popular top twenty festive hits as voted for by the public in a nationwide poll. It marks the 70th anniversary of Bing Crosby's White Christmas. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 14:25:00 2014-12-20 15:50:00 \N \N \N S \N 21362 t
+23152 17355 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N \N \N 21363 t
+23152 17356 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N \N \N 21364 t
+23152 17357 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 21365 t
+23152 17358 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 21366 t
+24448 63974 American Fire Opal Showcase eng \N Gems TV present a special showcase of American fire opal. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N \N \N 21367 t
+24448 63807 Spotlight Auction eng \N Tune in every day at 10am and 10pm for a one off unmissable deal on a brand new piece of genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 21368 t
+24448 63975 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 21369 t
+16080 14745 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:30:00 \N \N \N \N \N 21370 t
+16080 14746 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 12:30:00 2014-12-20 13:00:00 \N \N \N \N \N 21371 t
+16080 14747 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 \N \N \N \N \N 21372 t
+16080 14748 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 13:30:00 2014-12-20 14:00:00 \N \N \N \N \N 21373 t
+16080 14749 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N \N \N 21374 t
+16080 14750 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N \N \N 21375 t
+14832 1321 Rabbits & Bunnies & Meadows, Oh My eng \N Now in its 6th year, Gay Rabbit Chat & Date is an interactive TV chat service designed to put YOU in touch with new LGBT friends all over the UK. Chat, flirt, date and then some! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 16:00:00 2014-12-19 20:00:00 \N \N \N \N \N 21376 t
+25920 20797 Friday Fashion Sale eng \N Join Ideal World for a selection of great fashion for this season at amazing prices \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 21377 t
+17540 57858 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 20:50:00 2014-12-20 22:00:00 \N \N \N \N \N 22929 t
+8384 59000 Fantastic Voyage eng \N Classic sci-fi adventure. Raquel Welch and Donald Pleasence are among the crew of a miniaturised submarine that's injected into an injured diplomat's body in order to save his life. \N 2 25 f 1 eng eng 1 0 0 \N 2014-12-23 04:15:00 2014-12-23 05:55:00 \N \N 1966 S,SL \N 21380 t
+13120 7382 Liz Earle Naturally Active Skincare eng \N Renowned for her knowledge in skin care, Liz Earle has developed a range of products that feature a high concentration of herbs, vitamins and essential oils to soothe your skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 21382 t
+13120 7383 Penhaligons Luxury Fragrance eng \N Founded in the Victorian era of decadence, Penhaligons still strives to create original scent for the discerning eccentrics of today. Find the finest rare ingredients in this luxurious collection. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 21383 t
+13120 7384 Practical Presents eng \N Get your Christmas shopping wrapped up early with our selection of great gift ideas to delight your friends and family. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N \N \N 21384 t
+23152 17433 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S3 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 21385 t
+23152 19195 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:30:00 \N \N \N \N \N 21386 t
+27712 21983 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:30:00 \N \N \N \N \N 22582 t
+23152 19196 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 07:30:00 2014-12-21 08:00:00 \N \N \N \N \N 21387 t
+23152 19197 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:30:00 \N \N \N \N \N 21388 t
+23152 17438 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N \N \N 21389 t
+14816 972 1-2-1 Dating - Try ADULT eng \N 1-2-1 Dating's popular ADULT section is for those seeking something a little unusual, specific or extracurricular. Search the pages to find your adult 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 16:00:00 2014-12-19 20:00:00 \N \N \N \N \N 21390 t
+14800 1321 Winter in Rabbit Meadow eng \N Rabbit Chat & Date has been connecting people for 6 years now! Why not jump in and see why? Make new friends, chat, flirt and find that RIGHT somebody. Or that RIGHT NOW somebody. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 16:00:00 2014-12-19 20:00:00 \N \N \N \N \N 21391 t
+17472 58319 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 01:10:00 2014-12-24 02:40:00 \N \N \N \N \N 21392 t
+17472 56543 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 02:40:00 2014-12-24 03:10:00 \N \N \N \N \N 21393 t
+14448 27156 Teleshopping eng \N Innovative, value-for-money products brought directly to you at home... Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:00:00 2014-12-20 09:00:00 \N \N \N \N \N 21394 t
+14372 8095 Under 10 Day with Derek M eng \N Derek is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 21395 t
+14372 8096 Under 10 Day with Derek M eng \N Derek is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 21396 t
+14372 8097 Under 10 Day with Derek M eng \N Derek is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 21397 t
+12992 31108 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N \N \N 21398 t
+12992 31109 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N \N \N 21399 t
+12992 31110 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:30:00 \N \N \N \N \N 21400 t
+12992 31111 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 10:30:00 2014-12-19 11:00:00 \N \N \N \N \N 21401 t
+12992 31112 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N \N \N 21402 t
+12992 31113 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N \N \N 21403 t
+27456 45213 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:30:00 \N \N \N \N \N 21404 t
+22080 3815 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 \N \N \N \N \N 21405 t
+23712 3040 Escape to the Country eng South Shropshire Alistair helps a couple relocate from their waterside home in Portsmouth to a more sedate life in a Shropshire village, complete with bees and chickens. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 09:05:00 2014-12-19 10:05:00 \N \N \N S \N 21406 t
+23712 3041 Ghost Adventures eng Tor House The unspookable crew are in California, investigating Tor House, the home of poet Robinson Jeffers. Misty figures by the tower give them the heebie-jeebies. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-19 10:05:00 2014-12-19 11:00:00 \N \N \N AD,S \N 21407 t
+23712 3042 Ghost Hunters eng Hindenburg Crash Site Investigating serial spookiness. Jason and Grant's team make a flying visit to the site of aviation disaster the Hindenburg crash, in which 36 people perished. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N S \N 21408 t
+41120 14030 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 09:00:00 2014-12-19 12:00:00 \N \N \N \N \N 21409 t
+27648 4334 Fishing Road Trip USA eng Maryland Paul hooks up with Maryland catfish fanatic Tim Hagan to fish the famous Potomac River, just a few miles downstream from the White House. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N \N \N 21410 t
+27648 4335 Fishing Road Trip USA eng Pennsylvania Paul Young heads for Chambersburg, where he is joined by guide Mike Heck at the Falling Springs River to fly-fish for wild brown and rainbow trout. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N \N \N 21411 t
+27648 4336 Total Fishing with Matt Hayes eng \N Matt goes fishing on the northwest coast of Norway, there's more top fishing tips from France and it's a first for Matt as he lands himself a tope. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:30:00 \N \N \N \N \N 21412 t
+27648 4337 Total Fishing with Matt Hayes eng \N Matt is joined by Jan Porter for some troll hunting in Norway. Then it's time for carp fishing with Ben Hofgardner. Will Ben's catch prove more impressive than his dad's? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 10:30:00 2014-12-19 11:00:00 \N \N \N \N \N 21413 t
+27712 21970 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 02:00:00 2014-12-22 03:00:00 \N \N \N \N \N 21449 t
+27648 4338 Salvage Hunters eng \N Modern-day treasure hunter Drew Pritchard is constantly on the road to salvage derelict gems and forgotten remnants to restore and sell on for a healthy profit. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 21414 t
+24384 15486 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N \N \N 21415 t
+24384 15545 Heartfelt Creations 4 Day Deal eng \N A chance for you to get our special product, the Create and Craft 4 Day Deal \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N \N \N 21416 t
+24384 15487 Tonic Sale eng \N Get some of the best craft materials at fantastic prices in our craft sale show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N \N \N 21417 t
+22208 4475 Stargate SG-1 eng Message In A Bottle While exploring a dead planet, the SG-1 team brings back an alien orb that takes O'Neill and SG Command hostage. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N S \N 21418 t
+22208 4501 Stargate SG-1 eng Family The SG-1 team mount a rescue mission when Teal'c's son is taken by Apophis. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N S \N 21419 t
+22208 4778 Monkey Life eng \N Chimp Seamus surprises staff by managing to control his wild side, and the newborn woolly monkey meets other members of its species for the first time. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 13 \N \N S 2 21420 t
+22208 4780 Monkey Life eng \N Old habit dies hard as Seamus's period of calm comes to an abrupt end. Problems arise, meanwhile, when the team make arrangements for their trip to Chile. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 14 \N \N S 2 21421 t
+24480 3580 Wake Up In The 90s eng \N Let us whizz you back to the 90s when Madchester was all the rave, Britpop made Britannia cool again and a generation was getting down and dirty with Grunge. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N \N \N 21422 t
+23040 37990 Mexican Made Easy eng Marcela makes some of her personal holiday favourites, sure to catch on cilantro-avocado mousse and a stress-free Mexican chocolate souffl. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:30:00 \N \N \N \N \N 21426 t
+23040 37991 Great British Christmas Menu eng \N Four chefs battle it out to raise money for Children In Need by creating the ultimate Christmas feast. After four tough days, the winner is crowned. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 10:30:00 2014-12-19 11:00:00 \N \N \N \N \N 21427 t
+23040 37992 12 Chefs Of Christmas eng \N 12 Chefs of Christmas celebrates the festive season with twelve menus from some of television's top chefs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N \N \N 21428 t
+23040 37993 Red, Hot and Yummy eng \N Healthy Yummies is called upon to cater for celebrity eco-rock chick Jo Wood's Christmas party. There's some big names attending the party and the brief is that everything must be 100% organic. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N \N \N 21429 t
+23296 5807 Fast and Fun eng \N The fastest gay dating around. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 12:00:00 \N \N \N \N \N 21430 t
+15808 50342 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:05:00 \N \N \N \N \N 21431 t
+15808 50343 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 22:05:00 2014-12-23 23:05:00 \N \N \N \N \N 21432 t
+15808 50344 ROC Nations Cup Replay eng \N All the action from the 2014 Race of Champions Nations Cup event which sees the biggest names in world motorsport competing for their home countries. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 23:05:00 2014-12-24 02:15:00 \N \N \N \N \N 21433 t
+23120 20389 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N \N \N 21434 t
+23120 20384 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 21435 t
+23120 20374 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 21436 t
+22752 1105 Kiss Fresh Early eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 03:00:00 2014-12-23 06:00:00 \N \N \N \N \N 21437 t
+27456 45211 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N \N \N 21438 t
+27456 45212 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N \N \N 21439 t
+27456 45214 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 10:30:00 2014-12-19 11:00:00 \N \N \N \N \N 21440 t
+27456 45215 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N \N \N 21441 t
+27456 45216 Politicking with Larry King eng \N Legendary host Larry King and OraTV bring 'Politicking', their new political show. World leaders and policy makers will be regular guests of the interviewer whose deep knowledge have made him an icon. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N \N \N 21442 t
+27744 42022 The Streets of San Francisco eng \N A pair of plainclothes homicide detectives, cruise the streets of San Francisco solving crimes. Add Karl Malden, Michael Douglas and a killer theme tune and you have a classic. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N \N \N 21443 t
+27744 42023 Hawaii Five-O eng \N Popular American police drama starring Jack Lord and James MacArthur. The son of Lon becomes the vital witness in a murder, but he is reluctant to tell either his father or Five-O. Part 2./24 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 24 \N \N \N 3 21444 t
+27744 42024 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. The Borg return to battle the Federation and tempt Data by helping him feel his first emotion. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 21445 t
+27712 21967 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:30:00 \N \N \N \N \N 21446 t
+27712 21968 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:00:00 \N \N \N \N \N 21447 t
+27712 21969 Al Jazeera World eng \N The story of how the First Intifada grew from its start in 1987 into a movement lasting for 6 years, told through the eyes of people who lived through it \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:00:00 2 2 \N \N \N 21448 t
+40992 52141 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:25:00 \N \N \N \N \N 23865 t
+28160 15737 Leading the Way eng \N Dr. Michael Youssef's worldwide radio ministry, passionately proclaiming uncompromising truth. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N \N \N 21450 t
+28160 15738 Your Call eng \N Your chance to get in touch with John and the team and share your views. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N \N \N 21451 t
+28160 15739 Telling the Truth eng \N Dynamic Bible teaching from Stuart, Jill and Pete Briscoe \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:30:00 \N \N \N \N \N 21452 t
+28160 15740 Woman to Woman eng \N Maria Rodrigues with the show for Christian women, featuring music, guests and phone-ins. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 10:30:00 2014-12-19 12:00:00 \N \N \N \N \N 21453 t
+12992 31191 The Battleground eng \N Western starring Stuart Whitman and Percy Herbert. When Congress cancels government leases on land used by the cattlemen, a range war breaks out between the ranchers and would-be settlers. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:40:00 \N \N 1967 \N \N 21454 t
+12992 31192 Patton eng \N Bio-pic of legendary general starring George C Scott and Karl Malden. George C Scott won, but refused, an Oscar for his amazing performance as the uncompromising WWII commander. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-24 13:40:00 2014-12-24 17:00:00 \N \N 1970 S \N 21455 t
+16048 32735 Doc Martin eng \N Louisa is a candidate for the head teacher's job in Portwenn, but the odds seem stacked against her. At the school, a highly contagious skin infection breaks out. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N AD,S \N 21456 t
+22720 1332 Will eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 19:00:00 2014-12-22 22:00:00 \N \N \N \N \N 21457 t
+4166 49804 BBC News eng \N The latest national and international news stories from the BBC News team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:05:00 2014-12-21 18:20:00 \N \N \N S \N 21458 t
+28352 2382 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:30:00 \N \N \N \N \N 22619 t
+4166 50018 East Midlands Today eng \N The latest news, sport and weather for the East Midlands. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 18:20:00 2014-12-21 18:30:00 \N \N \N S \N 21459 t
+4166 58379 Celebrity Mastermind eng \N Featuring questions on the Carry On films, Richard Pryor, Quentin Crisp and Prince. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 1 10 \N S \N 21460 t
+4166 58003 Countryfile eng Christmas Special The Countryfile team go out and about at Christmas before meeting up at the Christmas market in Bath. Also in HD. Including Weather for the Week Ahead. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N S \N 21461 t
+4166 53430 Antiques Roadshow eng Christmas Special The Antiques Roadshow marks the festive season with a look back at some of the year's highlights and updates about items that have appeared on the series. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N S \N 21462 t
+32836 30882 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N \N \N 21463 t
+32836 30883 British Wrestling Weekly eng \N Stay up to date with British Wrestling. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 21464 t
+32836 30884 Turning Tables eng \N Join Chris Segar as he visits six different restaurants around Cardiff to try the chef's signature dish. In a twist, the tables are turned and Chris cooks for the chef at his home. Which is the best? \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N \N \N 21465 t
+32836 30885 Life After United eng \N A new series catching up with the legends of Leeds United, as they reminisce about their glory days and tell us where they are now. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N \N \N 21466 t
+16208 36918 Bergerac eng A True Detective Hop across the waters for the popular 1980s Jersey mystery series. Jim is called in when an accountant is mysteriously drowned at an international trade fair. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N S \N 21467 t
+16208 36919 Casualty eng Scapegoat Politicians and doctors clash in the UK's version of ER - sounds familiar! Jan finds herself at the centre of a scandal as the local MP pushes for her resignation. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N S \N 21468 t
+16208 36920 The Bill eng \N Classic police drama from Sun Hill. On the day of Anne Merrick's funeral, her daughter Jenny is further distressed when Tom Chandler and Jack Meadows attend against her wishes. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N S \N 21469 t
+28096 59416 Top Gear eng \N Four-wheeled fun with the regular team. The Top Gear trio go head-to-head against their opposite numbers from the Australian Top Gear in a car-based version of The Ashes. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N AD,S \N 21470 t
+28096 59417 Top Gear eng \N Buckle up for more motoring escapades. In Albania, the team test luxurious cars including the Rolls-Royce Ghost, the Bentley Mulsanne and the Mercedes S65 AMG. Jonathan Ross guests. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N AD,S \N 21471 t
+28096 59418 Storage Hunters eng High Noon Auction anarchy! Scott, Brandon and Lori hope to strike it rich in Vegas, but Dustin and Desert Dan are betting big too. The factions compete for a geologist's bin. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N S \N 21472 t
+28096 59419 Storage Hunters eng Abracadabra All bets are off as the auction-goers battle for bargains in Las Vegas. Dustin continues to pose a threat to Brandon and Lori as mystery bins test their resolve. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N S \N 21473 t
+17664 59000 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 04:15:00 2014-12-23 05:55:00 \N \N \N \N \N 21474 t
+25728 54457 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 03:00:00 2014-12-22 06:00:00 \N \N \N \N \N 21476 t
+22272 65189 Storage Hunters eng Hot Rod and Heavy Hitters It's all-out war in the US reality series as competing bargain hunters bid for storage units. Lori is angry when Brendan cuts a deal with rival Jesse. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:30:00 \N \N \N S \N 21477 t
+22272 65190 Storage Hunters eng Sting Like a Bee Hit fly-on-the-wall reality series. Brandon and Lori are irked by Jesse's aggressive bidding style. And there's a sting in the tail when one unit is opened... \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 10:30:00 2014-12-24 11:00:00 \N \N \N S \N 21478 t
+22272 65191 Sin City Motors eng \N Classic cars pimped up in style by Steve Darnell and his crackerjack crew. Steve is excited about rat rodding an original 'gangster' car when he gets his hands on a 1928 Buick. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N S \N 21479 t
+28352 2368 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N \N \N 21484 t
+28352 2369 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:30:00 \N \N \N \N \N 21485 t
+28352 2370 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 10:30:00 2014-12-24 11:00:00 \N \N \N \N \N 21486 t
+28352 2371 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:30:00 \N \N \N \N \N 21487 t
+28352 2372 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 11:30:00 2014-12-24 12:00:00 \N \N \N \N \N 21488 t
+27456 45448 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:30:00 \N \N \N \N \N 21489 t
+27456 45449 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N \N \N 21490 t
+27456 45451 Going Underground eng \N Going Underground brings our UK viewers the news they won't get on other networks. We examine both underground and mainstream issues from a fresh and alternative perspective. With Afshin Rattansi. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 10:30:00 2014-12-24 11:00:00 \N \N \N \N \N 21492 t
+27456 45452 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:30:00 \N \N \N \N \N 21493 t
+28352 2383 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 17:30:00 2014-12-24 18:00:00 \N \N \N \N \N 22620 t
+27456 45453 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 11:30:00 2014-12-24 12:00:00 \N \N \N \N \N 21494 t
+28512 679 Chat Your Socks off eng \N Don't just sit there! Get that guy or gal of your dreams. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 11:00:00 2014-12-19 14:00:00 \N \N \N \N \N 21495 t
+27744 42132 The Streets of San Francisco eng \N A pair of plainclothes homicide detectives, cruise the streets of San Francisco solving crimes. Add Karl Malden, Michael Douglas and a killer theme tune and you have a classic. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N \N \N 21496 t
+27744 42133 Hawaii Five-O eng \N Cult US cop drama following a special police unit headed up by Steve McGarrett (Jack Lord). Vic Tanaka is murdering women and painting their faces to resemble a former prostitute.../24 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 3 \N \N \N 4 21497 t
+27744 42134 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. Geordi disobeys orders and risks his life to try to rescue his missing mother. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N \N \N 21498 t
+26240 11742 John Isherwood eng \N John Isherwood has the soundtrack to your workday - Plus - #Reheat - All your favourite hits from the 80s & 90s \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 10:00:00 2014-12-24 13:00:00 \N \N \N \N \N 21499 t
+8452 58634 Alan Carr eng Chatty Man Alan is joined by guests Gemma Arterton, Brendan O'Carroll and Greg Davies, while music is from Tom Odell, who performs Real Love. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:10:00 \N \N \N S \N 21502 t
+28512 709 Chat Your Socks off eng \N Don't just sit there! Get that guy or gal of your dreams. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 11:00:00 2014-12-24 14:00:00 \N \N \N \N \N 21503 t
+41104 20011 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 09:00:00 2014-12-24 13:00:00 \N \N \N \N \N 21504 t
+24032 31358 Earth Girls Are Easy eng \N Jim Carrey and Jeff Goldblum feature in this musical comedy about three aliens who crash-land in the swimming pool of a Los Angeles beautician \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 03:45:00 2014-12-21 05:50:00 \N \N \N \N \N 21505 t
+24032 31282 Behind the Screens eng \N From directors to costume-makers we take a look behind the screens to see what it takes to sprinkle that Hollywood movie magic! \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 05:50:00 2014-12-21 06:00:00 \N \N \N \N \N 21506 t
+22226 6233 Family Fortunes eng \N Two families play against each other in the big money survey-based gameshow presented by Les Dennis. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:35:00 2014-12-19 10:05:00 \N \N \N S \N 21507 t
+22226 6234 Family Fortunes eng \N Two families play against each other in the big money survey-based gameshow presented by Les Dennis. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:05:00 2014-12-19 10:35:00 \N \N \N S \N 21508 t
+22226 6235 Bullseye eng \N Dartboard quiz game that tests contestants' darts skills and their general knowledge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:35:00 2014-12-19 11:05:00 \N \N \N S \N 21509 t
+22226 6240 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 11:05:00 2014-12-19 11:35:00 \N \N \N S \N 21510 t
+27168 60708 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 04:55:00 2014-12-21 06:00:00 \N \N \N \N \N 21511 t
+41056 18002 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:30:00 \N \N \N \N \N 21512 t
+22226 6249 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 11:35:00 2014-12-19 12:05:00 \N \N \N S \N 21513 t
+23184 17488 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 21:00:00 2014-12-22 21:30:00 \N \N \N \N \N 21514 t
+23184 17489 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 21:30:00 2014-12-22 22:00:00 \N \N \N \N \N 21515 t
+23184 17490 Hardcore Pawn eng Chicago Welcome to the outrageous Cohen brothers Pawn Shop, where a fortune or a fight could walk through their door. \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:30:00 \N \N \N \N \N 21516 t
+23184 17491 Hardcore Pawn eng Chicago Welcome to the outrageous Cohen brothers Pawn Shop, where a fortune or a fight could walk through their door. \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-22 22:30:00 2014-12-22 23:00:00 \N \N \N \N \N 21517 t
+23184 17492 South Beach Tow eng Season 3 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 23:00:00 2014-12-22 23:30:00 \N \N \N \N \N 21518 t
+23184 17493 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 23:30:00 2014-12-23 00:00:00 \N \N \N \N \N 21519 t
+28352 2151 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N \N \N 21520 t
+28352 2152 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:30:00 \N \N \N \N \N 21521 t
+28352 2153 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 10:30:00 2014-12-19 11:00:00 \N \N \N \N \N 21522 t
+28352 2154 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N \N \N 21523 t
+28352 2155 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N \N \N 21524 t
+33088 17360 Hi-Tech Toys & Electronic Gifts eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! Find your perfect electrical gifts here! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N \N \N 21525 t
+33088 17361 The Christmas Gifts Morning Show eng \N Each morning, wake up to QVC and a fantastic selection of Christmas pressie ideas to save you from the rush of festive shopping. Tune in for some special guests too. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 21526 t
+33088 17362 Practical Presents eng \N Get your Christmas shopping wrapped up early with our selection of great gift ideas to delight your friends and family. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 21527 t
+22226 4139 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 21:45:00 2014-12-22 22:45:00 \N \N \N S \N 21528 t
+22226 4140 Bullseye eng \N Dartboard quiz game that tests contestants' darts skills and their general knowledge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 22:45:00 2014-12-22 23:15:00 \N \N \N S \N 21529 t
+22226 4141 Bullseye eng \N Dartboard quiz game that tests contestants' darts skills and their general knowledge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 23:15:00 2014-12-22 23:45:00 \N \N \N S \N 21530 t
+22226 4146 3-2-1 eng \N First ever episode of the game show presented by Ted Rogers with mascot Dusty Bin. Contestants try to solve cryptic clues, while celebrity guests include Liverpool footballer Emlyn Hughes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 23:45:00 2014-12-23 00:55:00 \N \N \N S \N 21531 t
+22656 863 Jake Thomson eng \N Jake helps you through the daytime with big tracks and some laughs along the way. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 10:00:00 2014-12-19 14:00:00 \N \N \N \N \N 21532 t
+22688 1032 Mellow Magic with Danny Pietroni eng \N Relax, chill out and feel the Magic \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 20:00:00 2014-12-23 00:00:00 \N \N \N \N \N 21533 t
+8500 5801 Jelly Jamm eng My Little Queen Animated adventures on the musical planet of Jammbo. When Bello's wish that the Queen be a young girl again comes true, he has a hard job keeping her in line. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:10:00 2014-12-21 09:25:00 \N \N \N S \N 21534 t
+8500 5802 Lazytown eng The Holiday Spirit Healthy fun. Robbie Rotten accidentally knocks Santa down from the sky, causing all the presents for all the children in the world to fall into Stingy's house. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:25:00 2014-12-21 09:55:00 \N \N \N S \N 21535 t
+8500 5803 Mr Men eng Jobs Mr Stubborn steamrollers his way through the training process of work, while Mr Pernickety faces calamity on his first day collecting rubbish. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:55:00 2014-12-21 10:10:00 \N \N \N S \N 21536 t
+8500 5804 Bert and Ernie eng Deep Sea Claymation. Ernie cannot wait to go deep-sea diving to look for the Eight-Legged Wonder, but Bert is reluctant to join his pal. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-21 10:10:00 2014-12-21 10:20:00 \N \N \N S \N 21537 t
+8500 5805 Roobarb and Custard Too eng When the Mouse Arrived for Christmas Animated adventures of the madcap canine inventor. A festive moment as the garden puts on a pantomime called 'The Prince and the Snow Witch'. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 10:20:00 2014-12-21 10:30:00 \N \N \N S \N 21538 t
+8500 5806 New: World's Strongest Man 2014 eng Norway - Qualifier Strongman competition. Brit Terry Hollands is invited as a guest of honour to the third instalment of the 'Giants Live' tour, taking place in Fefor in the Norwegian mountains. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 10:30:00 2014-12-21 11:30:00 \N \N \N S \N 21539 t
+8500 5807 The Muppets & Lady Gaga at Xmas eng \N Holiday special in which Lady Gaga joins the Muppets to sing festive favourites and some of her own hits. Guests include Sir Elton John, Joseph Gordon-Levitt and Kristen Bell. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:40:00 \N \N \N S \N 21540 t
+23184 17877 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N \N \N 21541 t
+23184 17354 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N \N \N 21542 t
+23184 17355 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:30:00 \N \N \N \N \N 21543 t
+23184 17356 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-19 10:30:00 2014-12-19 11:00:00 \N \N \N \N \N 21544 t
+23184 17357 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 21545 t
+20352 58291 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 03:00:00 2014-12-23 04:55:00 \N \N \N \N \N 21546 t
+20352 60712 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 04:55:00 2014-12-23 07:00:00 \N \N \N \N \N 21547 t
+22720 1295 Jez eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 09:00:00 2014-12-19 11:00:00 \N \N \N \N \N 21548 t
+22720 1296 Kisstory eng \N Kiss Anthems! Tweet your shouts and requests @KissFMUK using #Kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 21549 t
+24016 12887 Return of the Bad Men eng \N The James & Younger bros are a group of disbanding civil war soldiers who unite to help a colonel fight a corrupt detective. Robert Ryan and Robert Preston star. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 19:15:00 2014-12-22 21:00:00 \N \N 1948 \N \N 21550 t
+14688 11623 The Christian O'Connell Breakfast Show eng \N Andy Bush fills in for Christian O'Connell to give you your morning burst of good music, good banter and all the vitamins you need to start your day. Text the studio on 81215 (50p \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 06:00:00 2014-12-23 10:00:00 \N \N \N \N \N 21551 t
+23296 5835 Gay Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 20:00:00 \N \N \N \N \N 21552 t
+23296 5836 Rainbow Nation eng \N LGBT - No limits dating. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 20:00:00 2014-12-22 22:00:00 \N \N \N \N \N 21553 t
+22656 886 K! Rock n Roll Years eng \N An hour of the best rock hits all from one year. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 21554 t
+22656 887 Johnny Doom eng \N Johnny Doom presents the best in new rock, metal and alternative, plus interviews and classic tracks. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 19:00:00 2014-12-22 22:00:00 \N \N \N \N \N 21555 t
+24352 30929 Baggage Battles eng Florida Billy, Mark, Laurence and Sally are back in Florida once again to bid on the hidden treasures inside thousands of unclaimed bags. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N \N \N 21556 t
+24352 30930 Baggage Battles eng Vancouver Billy, Mark, Laurence and Sally look to travel across the border to win unique treasures in Canada's largest police auction. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N \N \N 21557 t
+24352 30931 Baggage Battles eng NYC Transit Billy, Mark, Laurence and Sally bid against each other in order to profit from a few of a selection of 14,000 items. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N \N \N 21558 t
+24352 30932 Baggage Battles eng Toronto Billy, Mark and the Martins cross the border once again to compete for lucrative unclaimed items. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N \N \N 21559 t
+24352 30933 World's Greatest Motorcycle Rides eng Riding America's Wild West Henry Cole heads off into the wilds of America. He's riding America's Wild West from San Francisco across California into Nevada, up through Idaho. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 21560 t
+23120 20443 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 21561 t
+23120 20460 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 21562 t
+23120 20459 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 21563 t
+16080 14799 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 17:30:00 2014-12-21 18:00:00 \N \N \N \N \N 22731 t
+4169 55378 The Apprentice eng The Final and You're Hired The two finalists must launch their businesses with the help of some former candidates. The winner is decided and then interviewed by Dara O Briain. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:00:00 14 14 \N S \N 21564 t
+4169 49809 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:15:00 \N \N \N S \N 21565 t
+4169 50083 Look North eng \N The latest news, sport and weather for the North East and Cumbria. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:15:00 2014-12-21 23:25:00 \N \N \N S \N 21566 t
+4169 57544 Have I Got a Bit More 2014 News for You eng \N An extended compilation of the satirical news quiz looking back at the big news of 2014. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:25:00 2014-12-22 00:10:00 11 11 \N S \N 21567 t
+22624 40388 Music Box eng \N RNIB's Insight Radio - Sandra Gayer makes classical music accessible \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 21568 t
+22624 40389 This Is Insight eng \N RNIB's Insight Extra - Listen to interviews and news from the radio station of the RNIB \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-22 20:00:00 2014-12-22 22:00:00 \N \N \N \N \N 21569 t
+23280 5852 Your Perfect Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 20:00:00 \N \N \N \N \N 21570 t
+23280 5853 Flirt With Me eng \N Flirt and meet with Kiss Me TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 20:00:00 2014-12-22 22:00:00 \N \N \N \N \N 21571 t
+27360 17966 Rugby Tonight Extra eng \N A round-up of the best action from the Aviva Premiership, with the latest news, some great moves and all the key moments. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 21572 t
+27360 17967 Live Sale Sharks v Exeter Chiefs eng \N Live Aviva Premiership rugby from AJ Bell Stadium. Gareth Steenson kicked all the points for the Chiefs as they edged-out Sale with an 18-16 victory here last season. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-19 19:00:00 2014-12-19 22:00:00 \N \N \N S \N 21573 t
+22080 1626 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:30:00 \N \N \N S \N 21574 t
+22080 1528 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 06:30:00 2014-12-24 07:00:00 \N \N \N S \N 21575 t
+22080 1529 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:30:00 \N \N \N S \N 21576 t
+22080 1622 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 07:30:00 2014-12-24 08:00:00 \N \N \N S \N 21577 t
+22080 1709 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:30:00 \N \N \N S \N 21578 t
+22080 1715 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N S \N 21579 t
+26560 13688 All The Hits with Michael Blades eng \N Michael's got the hottest soundtrack for whatever you're up to! All The Hits play right here all day long! Tweet @thehitsradio! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 10:00:00 2014-12-19 14:00:00 \N \N \N \N \N 21580 t
+16208 36976 The Mystery of Edwin Drood eng \N Period drama adapted from the novel by Charles Dickens. Jasper is torn apart by Edwin's disappearance but pursues Rosa with an intensity that pushes him to the edge of sanity. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-22 15:10:00 2014-12-22 16:20:00 \N \N \N \N \N 21581 t
+16208 36977 Birds of a Feather eng All Gone Pear Shaped Comedy with the beloved Essex sisters. Sharon faces a crisis in her relationship with Colin, Tracey has a new friend, and Dorien feels left out. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 16:20:00 2014-12-22 17:00:00 \N \N \N \N \N 21582 t
+16208 36978 The Two Ronnies Christmas Show eng \N A festive medley of sketches and jokes from Messrs Barker and Corbett from 1982, featuring a close encounter of the third kind. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 21583 t
+27168 59536 Homeland eng 13 Hours in Islamabad As the compelling and contemporary US thriller continues, the security breach at the embassy has a number of far-reaching consequences. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:25:00 \N \N \N AD,S \N 21584 t
+27168 59537 Jamie's Comfort Food eng Jamie Oliver makes a hearty fish pie, gnudi with butter and sage sauce, and hummingbird cake a fruity American sponge with pineapple, banana and cinnamon. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 04:25:00 2014-12-21 04:55:00 \N \N \N AD,S \N 21585 t
+27328 17689 Paris Saint-Germain v Montpellier eng \N French Ligue 1 from Parc des Princes. Laurent Blanc's champions steamrollered Montpellier with a 4-0 victory here on the final day of last season, their 27th win of the campaign. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 21586 t
+27328 17262 Live UFC PreLims eng \N All the build-up to UFC Fight Night 58, which is headlined by the middleweight bout between Lyoto Machida and CB Dollaway, live from the Ginasio Jose Correa in Barueri, Brazil. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 01:00:00 2014-12-21 03:00:00 \N \N \N \N \N 21587 t
+15840 3555 Mellow Vintage eng \N Lay back, chill out and drift away to the mellowest music - a zone where only Vintage TV can take you. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 21588 t
+15840 3556 Saturday Soundtrack eng \N Ah, the weekend is here and what could be better than tuning in to Vintage TV, with a Saturday Soundtrack to serenade you as you relax, rest and play? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 16:00:00 \N \N \N \N \N 21589 t
+23040 38073 Diners, Drive-Ins And Dives Special eng \N In Alaska, Guy finds holiday ham with cranberries, reindeer hoagies, Santa burgers, and desserts good enough to put under the tree. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 21590 t
+23040 38074 'Twas The Night Before Dinner eng \N Anna Olson, Anthony Sedlak, Ricardo Larrivee, Laura Calder and Bob Blumer come together in an extraordinary Christmas adventure. The chefs treat us to their favourite holiday recipes. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 21591 t
+23040 41359 12 Chefs Of Christmas eng \N 12 Chefs of Christmas celebrates the festive season with twelve menus from some of television's top chefs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 \N \N \N \N \N 21592 t
+23040 38076 12 Chefs Of Christmas eng \N 12 Chefs of Christmas celebrates the festive season with twelve menus from some of television's top chefs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:00:00 \N \N \N \N \N 21593 t
+14498 26388 Hitler's Henchmen eng Von Ribbentrop Ribbentrop rose to the top of the Nazi regime and was a faithful servant to Hitler. How did he achieve power and why did he collaborate in the Holocaust? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 21594 t
+14498 26389 World War II: The Complete History eng Unconditional Surrender How did the Russians drive the Germans out of Russia; how did America defeat Japan despite fanatical resistance; and why was France pivotal to the Allies? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 21595 t
+14498 26390 The Garage eng \N Business is winding down so Jock's only giving work to his favourite mechanics. Meanwhile, time's running out for the Mini's restoration will the project stall? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 21596 t
+17609 20134 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 05:05:00 2014-12-24 06:00:00 \N \N \N \N \N 22768 t
+12928 42143 Kids' Hospital at Christmas eng \N Documentary series following staff and patients at the Royal Manchester Children's Hospital over the festive period. 13-day-old Harry undergoes surgery to remove a tumour from the base of his s... \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N S \N 21597 t
+12928 42078 Britain's Craziest Xmas Lights eng \N Documentary following four UK households as they transform their suburban semis into a glittering festival of Christmas lights. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N S \N 21598 t
+16080 14782 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:30:00 \N \N \N \N \N 21599 t
+16080 14783 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:00:00 \N \N \N \N \N 21600 t
+16080 14784 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:30:00 \N \N \N \N \N 21601 t
+16080 14785 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 10:30:00 2014-12-21 11:00:00 \N \N \N \N \N 21602 t
+16080 14786 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 \N \N \N \N \N 21603 t
+16080 14787 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:00:00 \N \N \N \N \N 21604 t
+8385 60712 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 03:55:00 2014-12-23 06:00:00 \N \N \N \N \N 21605 t
+24064 59104 Back at 7pm and 24-hours on HD 109 eng \N No Information Available \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 15:00:00 2014-12-19 19:00:00 \N \N \N \N \N 21606 t
+23280 5815 60 Second Date eng \N The fastest way to find a date in the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 18:00:00 \N \N \N \N \N 21607 t
+14608 31963 Highway To Heaven eng \N Jonathan and Mark try to persuade a young man with Down's Syndrome, to take part in in the Special Olympics. Scotty and Diane learn whether or not they can have children. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 1 \N \N \N 3 21608 t
+14608 31964 Dr Finlay eng \N Dr. Finlay puts his career in jeopardy when he falls in love with a married patient. Dr. Cameron continues his lectures to the German prisoners of war at the local camp. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 5 \N \N \N 1 21609 t
+14608 31965 A Hobo's Christmas eng \N Walking out on his family 20 years ago, a hobo (Barnard Hughes) caused a bitter rift between himself and his family. However, it's Christmas, and he's back; what better time to heal past wounds? \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 17:00:00 2014-12-19 19:00:00 \N \N \N \N \N 21610 t
+41072 14065 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:30:00 \N \N \N \N \N 21611 t
+41072 14066 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-19 15:30:00 2014-12-19 16:00:00 \N \N \N \N \N 21612 t
+41072 14067 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:30:00 \N \N \N \N \N 21613 t
+41072 14068 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:00:00 \N \N \N \N \N 21614 t
+41072 14069 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:45:00 \N \N \N \N \N 21615 t
+41072 14070 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-19 17:45:00 2014-12-19 18:00:00 \N \N \N \N \N 21616 t
+17920 42958 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 00:10:00 2014-12-22 00:40:00 \N \N \N \N \N 21617 t
+17920 42173 Cuckoo eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 00:40:00 2014-12-22 01:10:00 \N \N \N \N \N 21618 t
+17920 42174 Cuckoo eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 01:10:00 2014-12-22 01:35:00 \N \N \N \N \N 21619 t
+17920 42175 Cuckoo eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 01:35:00 2014-12-22 02:05:00 \N \N \N \N \N 21620 t
+17920 42176 Cuckoo eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 02:05:00 2014-12-22 02:35:00 \N \N \N \N \N 21621 t
+17920 42916 Cuckoo eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 02:35:00 2014-12-22 03:00:00 \N \N \N \N \N 21622 t
+14784 2852 Christmas in the Sun! eng All 7nts XMAS 3*AI Malta £349! 4*BB Marbella £489! 4*AI Sharm £469! 3*FB Benidorm £365! 4*AI Las Dalias £759! 4*HB Fuengirola £395! 4*AI Egypt £469! See our XMAS BREAKS page \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 08:00:00 2014-12-20 12:00:00 \N \N \N \N \N 21623 t
+25792 52434 Antiques Road Trip eng \N The quintessential British game show. Relic hunters Thomas Plant and Mark Hales continue their Welsh pilgrimage as they head from Newport to an auction showdown in Llandeilo. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 06:15:00 2014-12-22 07:00:00 \N \N \N S \N 21624 t
+25792 52435 Antiques Roadshow eng Somerleyton A trip to Somerleyton Hall in Suffolk. Finds include a picture painted by a suffragette artist, a bracelet owned by Queen Victoria and a box of John Constable's paints. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 07:00:00 2014-12-22 08:00:00 \N \N \N S \N 21625 t
+25792 52436 Bargain Hunt eng \N Two teams of rowers go bargain hunting at the Peterborough Festival of Antiques. Experts David Barby and James Lewis help them decide what to buy. Tim Wonnacott presents. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 08:00:00 2014-12-22 09:00:00 \N \N \N S \N 21626 t
+15920 28047 Brazil Brazil eng World Cup Revisited A chance to relive some of the best moments from the 2014 Brazil World Cup including the host nation's opening game, Holland's 5-1 win over Spain and Germany thrashing Brazil 7-1. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:50:00 \N \N \N S \N 21627 t
+15920 30363 ITV4 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 04:50:00 2014-12-24 05:05:00 \N \N \N \N \N 21628 t
+32836 43000 Teleshopping eng \N Teleshopping for slim and lift Caresse jeans. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 05:30:00 2014-12-22 06:00:00 \N \N \N \N \N 21629 t
+15920 9331 Tommy Cooper eng \N Comedy and magic from comedian Tommy Cooper. Guests include Stubby Kaye, Ronnie Barker and Thora Hird. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 05:05:00 2014-12-24 05:30:00 \N \N \N S \N 21630 t
+15920 26977 Black Gold eng Hotheads And Hair Triggers Reality-documentary series about oil drilling in the USA. The law finally catches up with Brandon Watson who is having a bad day on the rig too. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N S,SL \N 21631 t
+25792 52302 Celebrity Antiques Road Trip eng \N Cricketer Phil Tufnell battles it out with sports presenter Chris Hollins as antiques experts Philip Serrell and Thomas Plant offer the pair sage advice on items to take to auction. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N S \N 21635 t
+25792 52976 The Men and the Machines that Beat Hitler eng \N The amazing true tale of six valiant 'tankies' who served together in World War II. This moving final episode covers D-Day, the battle for Normandy and eventual victory in Germany. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N S \N 21636 t
+25792 52305 Wartime Farm Christmas eng \N Festive farming as Ruth Goodman and Peter Ginn return to Manor Farm to recreate the working conditions of Christmas 1944. The team brew some potato beer and cook a cheap Xmas meal. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N S \N 21637 t
+41024 59536 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:25:00 \N \N \N \N \N 21638 t
+41024 59537 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 04:25:00 2014-12-21 04:55:00 \N \N \N \N \N 21639 t
+41024 60708 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 04:55:00 2014-12-21 06:00:00 \N \N \N \N \N 21640 t
+4175 55378 The Apprentice eng The Final and You're Hired The two finalists must launch their businesses with the help of some former candidates. The winner is decided and then interviewed by Dara O Briain. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:00:00 14 14 \N S \N 21641 t
+4175 49809 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:15:00 \N \N \N S \N 21642 t
+4175 50039 Look North eng \N The latest news, sport and weather for Yorkshire and Lincolnshire. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:15:00 2014-12-21 23:25:00 \N \N \N S \N 21643 t
+40992 52142 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 11:25:00 2014-12-24 11:35:00 \N \N \N \N \N 23866 t
+4175 57544 Have I Got a Bit More 2014 News for You eng \N An extended compilation of the satirical news quiz looking back at the big news of 2014. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:25:00 2014-12-22 00:10:00 11 11 \N S \N 21644 t
+8448 59080 How I Met Your Mother eng Game Night Marshall invents a new game - Marshgammon - after winning previous game nights. Unfortunately no one but Marshall understands how to play it. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:30:00 \N \N \N AD,S \N 21645 t
+8448 59081 How I Met Your Mother eng Cupcake Ted and Victoria face their first relationship challenge when Victoria is offered a job in Germany. Marshall and Lily find themselves in some bother. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N AD,S \N 21646 t
+8448 59082 How I Met Your Mother eng Life Among the Gorillas Marshall has a tough first day at Barney's office and feels like a square peg surrounded by colleagues with obnoxious outlooks on life. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:30:00 \N \N \N AD,S \N 21647 t
+8448 59083 How I Met Your Mother eng Nothing Good Happens After 2am Ted gets into a state of confusion when both Victoria and Robin demand a share of his attention at the same time. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 10:30:00 2014-12-20 11:00:00 \N \N \N AD,S \N 21648 t
+8448 59084 Olive the Other Reindeer eng \N Olive, a dog, hears the sad news on the radio that Blitzen the reindeer has been injured and Christmas may be cancelled. So Olive sets off with her pet flea to save the day. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N S \N 21649 t
+14498 26488 Total Fishing with Matt Hayes eng \N Matt is float fishing for carp at Guy's Lake in Oxford, where he shares top tips on tackle and bait. Then he travels to Ireland in search of bream - will he land a beauty? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N \N \N 21650 t
+14498 26489 Total Fishing with Matt Hayes eng \N Angling expert Matt Hayes strikes it rich at the Feliendre trout tournament, before preying on pike in Oxford. But will the marlin in Madeira end his good run? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N \N \N 21651 t
+14498 26490 Robson Green: Extreme Fisherman eng Venezuela Robson's in South America to attempt fishing's greatest challenge: catching three types of billfish. Then, he comes face-to-face with a whale shark. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N \N \N 21652 t
+14498 26491 Robson Green: Extreme Fisherman eng Okinawa Robson heads to Japan's southern islands, home to some of the most beautiful and powerful fish in the ocean, where he meets the lethal black-banded sea snake. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N \N \N 21653 t
+27712 21903 Witness eng \N A Chinese immigrant challenges an American family to reject materialism and live without Chinese products during the run-uto Christmas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N \N \N 21654 t
+27712 21904 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:30:00 \N \N \N \N \N 21655 t
+27712 21905 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 \N \N \N \N \N 21656 t
+27712 21906 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:30:00 \N \N \N \N \N 21657 t
+14720 23083 Margherita Taylor eng \N Margherita gets you feeling festive on your Christmas Eve morning. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 13:00:00 \N \N \N \N \N 21659 t
+15856 3461 Flipping Out eng Monkey-Puncture Series about the work of colourful Los Angeles property speculator Jeff Lewis. Chris gets a promotion but Jeff rethinks his decision when Monkey the cat disappears. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 21660 t
+15856 3462 Peter Andre's Bad Boyfriend Club eng \N Peter Andre signs up two more bad boyfriends to his club. This week's boys need to man up, and kick start their romantic sides. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N S \N 21661 t
+15856 3463 Minors in Designers eng \N Series following the fortunes of the Bassi family, owners of an exclusive designer clothing emporium aimed at children. The staff have their hands full as they announce a sale. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N S \N 21662 t
+15952 2646 The Office Xmas Party eng \N New series celebrating with three very different British businesses as they enjoy their annual Christmas parties. Tonight, staff from a sex toy factory get festive. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-21 00:25:00 2014-12-21 01:25:00 \N \N \N S \N 21665 t
+15952 2647 The Office Xmas Party eng \N Second of three programmes celebrating the great British Christmas party. Tonight, the staff of rival wedding Somerset venues share their annual Christmas bash for the first time. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-21 01:25:00 2014-12-21 02:25:00 \N \N \N S \N 21666 t
+15952 2648 The Office Xmas Party eng \N Last in series. In the final show, a party-loving property firm in Manchester plans to hold the greatest Christmas party ever seen - in the least practical location ever seen! \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-21 02:25:00 2014-12-21 03:20:00 \N \N \N S \N 21667 t
+24464 50345 Night Of The Jumps eng \N Freestyle motocross hits dizzying new heights thanks to Night of the Jumps' incredible line-up of aerial acrobats. Action from Frankfurt. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 02:15:00 2014-12-24 04:10:00 \N \N \N \N \N 21668 t
+33088 17417 Best of QVC Extra eng \N Catch all the recent highlights from QVC Extra. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 21669 t
+33088 17418 Sunday Night Gifts eng \N The perfect gifts for Sunday nights. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 21670 t
+33088 17419 Winter Solutions eng \N Keep warm and safe in the colder weather with our Winter Solutions. From shoe grips to heated insoles, snow shovels to thermal clothing, we've got all you need to see you through the winter months. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 21671 t
+16032 55568 CITV returns at 06:00 eng CITV returns at 06 00. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 18:00:00 2014-12-22 06:00:00 \N \N \N \N \N 21672 t
+8381 14932 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the prize cash. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N S \N 21673 t
+8381 15123 ITV News Calendar eng \N The latest news from around the region, plus interviews and features. Including local weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N S \N 21674 t
+8381 14934 ITV News & Weather eng \N Alastair Stewart and Mary Nightingale with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N S \N 21675 t
+8381 14935 Emmerdale eng \N Moira and Charity's feud angers Cain. Adam is taken aback by Robert's offer. Kirin's future plans leave Vanessa uneasy. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:30:00 \N \N \N AD,S \N 21676 t
+8381 14936 Wilderness Walks with Ray Mears eng \N Britain's wildest places. In this edition, Ray follows the River Derwent to the breathtaking Borrowdale valley - home to ancient rainforests and some very special wildlife. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N S \N 21677 t
+40992 52143 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 11:35:00 2014-12-24 11:45:00 \N \N \N \N \N 23867 t
+8381 14837 Horrid Henry eng Horrid Henry and the Horrid Hat The animated adventures of the mischievous anti-hero. Henry's horrid hat is not the only thing breaking the rules - according to Soggy Sid! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 09:15:00 2014-12-20 09:30:00 \N \N \N AD,S \N 21678 t
+8381 14838 The Looney Tunes Show eng Christmas Carol Show about roommates Bugs Bunny and Daffy Duck. Lola decides to stage her own version of A Christmas Carol to renew the town's holiday spirit. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N S \N 21679 t
+8381 14839 Share a Story eng Winners' Journey A peek behind the scenes of the Bafta-winning Share a Story Competition. This year we follow the Winners' Story, catching up with all eight victors - chosen by last year's winners. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:25:00 \N \N \N \N \N 21680 t
+8381 15561 Columbo eng Etude in Black Columbo investigates a conductor whose lover dies after threatening to expose their affair to the conductor's wife. The death appears to be suicide, but Columbo has other ideas. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-20 10:25:00 2014-12-20 12:20:00 \N \N \N AD,S \N 21681 t
+22592 17679 Drivetime eng \N Adrian Durham and Darren Gough keep you entertained on the way home. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-19 16:00:00 2014-12-19 19:00:00 \N \N \N \N \N 21682 t
+16048 33039 The Memoirs of Sherlock Holmes eng The Cardboard Box Holmes investigates the case of two sisters whose Victorian respectability is shattered when the post brings a grisly Christmas present. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:10:00 \N \N \N S \N 21683 t
+16048 31896 A Christmas Carol eng \N A modern take on Dickens. Loan shark Eddie Scrooge has his local housing estate in a grip of fear, but on the night before Christmas he is visited by the ghost of his ex-partner. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 11:10:00 2014-12-24 12:45:00 \N \N \N AD,S \N 21684 t
+8274 27867 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:45:00 \N \N \N S,SL \N 21685 t
+8274 28096 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 03:45:00 2014-12-24 05:05:00 \N \N \N \N \N 21686 t
+8274 28097 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 05:05:00 2014-12-24 06:00:00 \N \N \N S,SL \N 21687 t
+40992 50667 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:20:00 \N \N \N \N \N 21688 t
+40992 50668 Melody eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 15:20:00 2014-12-19 15:30:00 \N \N \N \N \N 21689 t
+40992 50669 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 15:30:00 2014-12-19 15:40:00 \N \N \N \N \N 21690 t
+40992 50670 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 15:40:00 2014-12-19 15:50:00 \N \N \N \N \N 21691 t
+40992 50671 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 15:50:00 2014-12-19 16:00:00 \N \N \N \N \N 21692 t
+40992 50672 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:15:00 \N \N \N \N \N 21693 t
+40992 50673 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 16:15:00 2014-12-19 16:30:00 \N \N \N \N \N 21694 t
+40992 50674 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 16:30:00 2014-12-19 16:45:00 \N \N \N \N \N 21695 t
+40992 50758 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 16:45:00 2014-12-19 17:00:00 \N \N \N \N \N 21696 t
+40992 50759 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:40:00 \N \N \N \N \N 21697 t
+40992 50842 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 17:40:00 2014-12-19 17:45:00 \N \N \N \N \N 21698 t
+40992 50844 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 17:45:00 2014-12-19 18:00:00 \N \N \N \N \N 21699 t
+14784 2876 New Year's Eve in the Sun! eng All 7nts December 4*AI F'ventura £310! 3*SC Tenerife £229! 5*BB Algarve £299! 4*HB Madeira £219! 3*AI Benidorm £229! 4*AI C.Del Sol £259! 4*BB Dubai £429! See our WINTER SUN page \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 08:00:00 2014-12-24 12:00:00 \N \N \N \N \N 21700 t
+26560 13707 All The Hits eng All Night Long Nothing but massive tunes all night long! Up early? The breakfast show with Darryl Morris kicks off at 7am! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 07:00:00 \N \N \N \N \N 21704 t
+22208 1923 UK Border Force eng \N Observational documentary series gaining exclusive access to the UK Border Agency to reveal the action behind the scenes of immigration at Heathrow and in Calais. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N S,AD \N 21705 t
+22208 1925 UK Border Force eng \N The observational documentary series continues. At Heathrow Terminal 3, officers stop a student from entering the UK, while the team in Calais search lorries for illegal immigrants. \N 2 25 f 5 eng eng 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 2 8 \N S \N 21706 t
+22208 1927 UK Border Force eng \N The observational documentary series going behind the scenes of UK immigration continues, as officers at Heathrow Terminal 3's passport control question suspicious travellers. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 3 8 \N S,AD \N 21707 t
+8281 17130 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how or join in now at Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 01:10:00 2014-12-24 03:00:00 \N \N \N \N \N 21708 t
+8283 22743 Free Willy 2 eng The Adventure Home Sequel to the family adventure starring Jason James Richter and Michael Madsen, 1995. Jessie and his brother set out to save the whales of the Pacific Northwest threatened by an oil spill \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 12:30:00 2014-12-20 14:25:00 \N \N \N AD,S \N 21709 t
+8283 25990 Nation's Favourite Christmas Song eng \N A countdown of the nation's most popular top twenty festive hits as voted for by the public in a nationwide poll. It marks the 70th anniversary of Bing Crosby's White Christmas. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 14:25:00 2014-12-20 15:50:00 \N \N \N S \N 21710 t
+8500 5721 5 News at Lunchtime eng \N National and international news. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 13:15:00 2014-12-19 13:20:00 \N \N \N S \N 21711 t
+8500 5722 Home and Away eng \N John and Marilyn adopt Jett. Phoebe tells Kyle that she wants to move back to Melbourne. Gray is arrested, and Chris realises that Spencer is in real danger. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 13:20:00 2014-12-19 13:50:00 \N \N \N AD,S \N 21712 t
+8500 5731 5 News Update eng \N . \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 20:58:00 2014-12-19 21:00:00 \N \N \N \N \N 23029 t
+40992 52131 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 08:10:00 2014-12-24 08:25:00 \N \N \N \N \N 23392 t
+8500 5723 Dearest Secret Santa eng \N Fantasy romance starring Tatyana Ali and Bill Cobbs. A woman thinks that a former friend and neighbour is sending her amorous Christmas cards from beyond the grave. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 13:50:00 2014-12-19 15:35:00 \N \N 2013 S \N 21713 t
+23712 3401 DIY SOS eng \N The team visit Stockport to help a decorating tutor who has been struggling with his homework. Brigid Calderhead introduces three new families hoping to win the viewers' vote. \N 0 25 f 64 eng eng 10 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:30:00 \N \N \N AD,S \N 21714 t
+23712 3402 DIY SOS eng \N Nick Knowles and his gang help a woman turn a bare rehearsal space into a cool bedroom for her drum-playing son. Meanwhile, Brigid Calderhead visits three more homes wanting help. \N 0 25 f 64 eng eng 10 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:00:00 \N \N \N AD,S \N 21715 t
+23712 3403 DIY SOS eng \N The team visit Forrest Row in Sussex to help single dad Chris complete a two-storey extension. After Chris's wife left him, he also hurt his spine and needed an operation. \N 0 25 f 64 eng eng 10 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N AD,S \N 21716 t
+23712 3404 DIY SOS eng \N Nick Knowles and the team fly to the rescue of a widow in Farnborough, who moved into a dream home with her family 10 years ago. Now it's a nightmare. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 \N \N \N AD,S \N 21717 t
+40992 52144 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 11:45:00 2014-12-24 12:00:00 \N \N \N \N \N 23868 t
+23712 3405 DIY SOS eng \N Nick Knowles and the team rescue more hapless DIY-ers. This time they're in Bristol helping a couple with a self-build house that has taken nearly three years to become habitable. \N 0 25 f 64 eng eng 10 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:30:00 \N \N \N AD,S \N 21718 t
+23712 3406 DIY SOS eng \N Gemma is recovering from a brain tumour and moved into Scott's house for some TLC, but his slapdash approach to DIY means the place is a patchwork of half finished jobs. \N 0 25 f 64 eng eng 10 0 0 \N 2014-12-24 17:30:00 2014-12-24 18:00:00 \N \N \N AD,S \N 21719 t
+27360 18454 NBA Action eng \N Action is the watch-word for this fast-paced highlights programme, which rounds up the latest action from the NBA. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N \N \N 21720 t
+27360 18787 Live Benfica v Gil Vicente eng \N Live Portuguese Primeira Liga from Estadio da Luz. Gil Vincent ended a run of seven straight defeats to Benfica when they held the champions to a 1-1 draw in Barcelos last season. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 17:00:00 2014-12-21 19:00:00 \N \N \N \N \N 21721 t
+17920 41761 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 04:00:00 \N \N \N \N \N 21722 t
+17920 41455 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:30:00 \N \N \N \N \N 21723 t
+17920 39243 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 05:30:00 2014-12-19 18:58:00 \N \N \N \N \N 21724 t
+8325 2365 Life's Funniest Moments eng \N Series featuring hilarious candid moments caught on camera. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:25:00 \N \N \N \N \N 21725 t
+8325 2606 You've Been Framed! eng \N Harry Hill presents the funniest home videos sent in by viewers. In today's edition, Batman falls off a roof, a dog meets a shark and a crotch meets barbed wire. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 06:25:00 2014-12-19 06:45:00 \N \N \N S \N 21726 t
+8325 2607 Emmerdale eng \N Robert is unnerved as Lawrence plans revenge. Belle shocks Vanessa and Paddy. Pollard is frustrated at Val's charity efforts. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 06:45:00 2014-12-19 07:15:00 \N \N \N AD,S \N 21727 t
+8325 2608 Emmerdale eng \N Is the net closing in on Robert? Val's charity evening does not go to plan. Rakesh worries about Kirin's future. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 07:15:00 2014-12-19 07:45:00 \N \N \N AD,S \N 21728 t
+8325 2609 You've Been Framed! eng \N Harry Hill presents the comedy clip show that pays viewers for their funny home videos. Naughty animals, crazy karate moves and amazing mobile phone clips all feature. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 07:45:00 2014-12-19 08:15:00 \N \N \N S \N 21729 t
+8325 2610 The Cube eng \N Ballet dancer Hannah hopes she can win to pay for her forthcoming wedding. Support worker Nic thinks he has what it takes to get his hands on that quarter of a million pounds. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 08:15:00 2014-12-19 09:15:00 \N \N \N S \N 21730 t
+18112 36320 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:30:00 \N \N \N \N \N 21731 t
+18112 36321 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:00:00 \N \N \N \N \N 21732 t
+18112 36322 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:25:00 \N \N \N \N \N 21733 t
+18112 36323 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 13:25:00 2014-12-24 13:55:00 \N \N \N \N \N 21734 t
+18112 36324 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 13:55:00 2014-12-24 14:25:00 \N \N \N \N \N 21735 t
+18112 35953 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 14:25:00 2014-12-24 14:45:00 \N \N \N \N \N 21736 t
+18112 35951 Arthur eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 14:45:00 2014-12-24 15:00:00 \N \N \N \N \N 21737 t
+27840 5271 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N \N \N 21738 t
+27840 5272 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N \N \N 21739 t
+27840 5273 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N \N \N 21740 t
+22336 58567 The Big Bang Theory eng The Codpiece Topology Seeing Penny out on a date with another guy sends a distressed Leonard rushing back to Leslie Winkle, much to Sheldon's dismay. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 21:30:00 \N \N \N AD,S \N 21741 t
+22336 58568 The Big Bang Theory eng The Barbarian Sublimation Penny becomes addicted to an online game based on the world of Conan the Barbarian and begins to pester Sheldon for advice. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 21:30:00 2014-12-23 22:00:00 \N \N \N AD,S \N 21742 t
+41040 17083 101 East eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 03:30:00 2014-12-20 04:00:00 \N \N \N \N \N 21743 t
+41040 17084 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:30:00 \N \N \N \N \N 21744 t
+22336 58569 New: Rude Tube eng Brand new series - Arena of Awesomeness Alex Zane continues the new series with a top 50 of sporty clips including flying press ups, the bikini wax race and the greatest tackle ever. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N S \N 21745 t
+22336 58570 Rude Tube eng Christmas Cracker Alex Zane presents 50 of the finest festive clips from the worldwide winternet of 2012, featuring the world's worst and sexiest Santas, alternative carols and the best Christmas surprises. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:05:00 \N \N \N S \N 21746 t
+28480 8012 A Study In The Word eng \N Bible teaching programme hosted by Jimmy Swaggart. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:30:00 \N \N \N \N \N 21747 t
+28480 8013 Insight eng \N Today's news from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 06:30:00 2014-12-19 07:00:00 \N \N \N \N \N 21748 t
+28480 8014 The Message of the Cross eng \N A Biblical teaching programme hosted by Rev. Jimmy Swaggart, with a panel of pastors, professors and other church leaders. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 07:00:00 2014-12-19 08:30:00 \N \N \N \N \N 21749 t
+28480 8015 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N \N \N 21750 t
+25920 20784 Last Minute Technology Gifts eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N \N \N 21780 t
+27168 59376 Come Dine with Me eng \N On the final day of the competition in south-east London, event organiser Gina hopes to win with an evening of fine dining, inspired by her love of cookery courses. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N S \N 21751 t
+27168 59377 Coach Trip eng \N A new couple make an impression before things get competitive at a game of frisbee golf. Brendan makes the mistake of crossing a particularly prickly character at a flower arranging class. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N S \N 21752 t
+27168 59476 A Place in the Sun eng Home or Away Luke Doonan and Laura Hamilton help Andrew and Lesley to change their lifestyle. But will the couple start a new business in the Lake District or move to the eastern Pyrenees in France? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N S \N 21753 t
+27168 59477 A Place in the Sun eng Home or Away Karin wants a new life in south-western France, but her partner Mike would prefer to live in Pembrokeshire. Jasmine Harman and Jonnie Irwin show them some tempting properties. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N S \N 21754 t
+13024 50981 Little Princess eng I Want Scruff Regal larks. Algie visits the castle and shows Princess how well he can train her dog Scruff. Does Scruff really prefer Algie? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:10:00 \N \N \N S \N 21755 t
+13024 50982 The Adventures of Bottle Top Bill And His Best Friend Friend Corky eng The Snow Puppy Children's animation. Bill and Corky take their friend Ned to see the snow where they meet Frosty, the frisky snow puppy. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:10:00 2014-12-21 09:25:00 \N \N \N S \N 21756 t
+13024 50983 Wanda and The Alien eng Hiccups Animated series. Daddy Rabbit makes some fizzy carrot juice and gives everyone a case of the hiccups, including the squirrels. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:25:00 2014-12-21 09:35:00 \N \N \N S \N 21757 t
+13024 50984 Zack and Quack eng Pop-up Snowman Zack and Quack live inside the most amazing pop-up book ever, a place full of surprises. Can Zack, Quack and Kira get Snowy the snowman home before he melts? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:35:00 2014-12-21 09:55:00 \N \N \N S \N 21758 t
+13024 50985 Ben and Holly's Little Kingdom eng Miss Jolly's Riding Club Animation. The children go on a snail trek with Miss Jolly. All goes well until the snails head straight toward the elf farm and Mr Elf's cabbages... \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:55:00 2014-12-21 10:10:00 \N \N \N S \N 21759 t
+13024 50986 Jelly Jamm eng My Little Queen Animated adventures on the musical planet of Jammbo. When Bello's wish that the Queen be a young girl again comes true, he has a hard job keeping her in line. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 10:10:00 2014-12-21 10:25:00 \N \N \N S \N 21760 t
+13024 50987 Lazytown eng The Holiday Spirit Healthy fun. Robbie Rotten accidentally knocks Santa down from the sky, causing all the presents for all the children in the world to fall into Stingy's house. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 10:25:00 2014-12-21 10:55:00 \N \N \N S \N 21761 t
+13024 50988 Mr Men eng Jobs Mr Stubborn steamrollers his way through the training process of work, while Mr Pernickety faces calamity on his first day collecting rubbish. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 10:55:00 2014-12-21 11:10:00 \N \N \N S \N 21762 t
+13024 50989 Bert and Ernie eng Deep Sea Claymation. Ernie cannot wait to go deep-sea diving to look for the Eight-Legged Wonder, but Bert is reluctant to join his pal. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-21 11:10:00 2014-12-21 11:20:00 \N \N \N S \N 21763 t
+13024 50990 Roobarb and Custard Too eng When the Mouse Arrived for Christmas Animated adventures of the madcap canine inventor. A festive moment as the garden puts on a pantomime called 'The Prince and the Snow Witch'. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 11:20:00 2014-12-21 11:30:00 \N \N \N S \N 21764 t
+13024 50991 New: World's Strongest Man 2014 eng Norway - Qualifier Strongman competition. Brit Terry Hollands is invited as a guest of honour to the third instalment of the 'Giants Live' tour, taking place in Fefor in the Norwegian mountains. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:30:00 \N \N \N S \N 21765 t
+28480 11513 Jimmy Swaggart Crusade Classics eng \N A programme featuring Jimmy Swaggart Evangelical Crusades filmed around the world. Music and preaching. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 18:30:00 2014-12-21 21:00:00 \N \N \N \N \N 21766 t
+8452 59000 Fantastic Voyage eng \N Classic sci-fi adventure. Raquel Welch and Donald Pleasence are among the crew of a miniaturised submarine that's injected into an injured diplomat's body in order to save his life. \N 2 25 f 1 eng eng 1 0 0 \N 2014-12-23 05:15:00 2014-12-23 06:55:00 \N \N 1966 S,SL \N 21767 t
+4168 55337 Strictly Come Dancing eng \N Tess Daly and Claudia Winkleman present the Strictly Come Dancing grand final. In the first of the night's two live shows, the remaining four couples perform two dances each. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:55:00 \N \N \N S \N 21768 t
+4168 53425 Atlantis eng The Grey Sisters Drama series. As Ariadne lies on her deathbed, Jason resolves to do all he can to save her and embarks on a dangerous quest into the unknown. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 19:55:00 2014-12-20 20:40:00 6 13 \N AD,S \N 21769 t
+4168 57479 The National Lottery Live eng \N The National Lottery Live hosted by Kate Garraway, with special guest Professor Green performing his hit single Lullaby. The programme includes the Lotto and Thunderball draws. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:40:00 2014-12-20 20:50:00 \N \N \N S \N 21770 t
+4168 57858 Strictly Come Dancing eng \N Tess Daly and Claudia Winkleman present the second show in the Strictly Come Dancing 2014 live final. All the celebrities of 2014 are reunited to perform together one last time. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:50:00 2014-12-20 22:00:00 \N \N \N S \N 21771 t
+14448 27292 Caught on Camera eng \N Compelling amateur footage of real life situations. Featuring criminals who think no one is watching, but there is a powerful observer recording every detail. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:50:00 \N \N \N \N \N 21772 t
+14448 27293 Nowhere to Run eng \N High-speed reality series featuring actual footage of officers in hot pursuit of felons on the run. Interviews with suspects and police offer a unique insight into why they run. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 03:50:00 2014-12-24 04:20:00 \N \N \N \N \N 21773 t
+14448 27294 Real Rescues eng \N Behind the scenes at one of the UK's biggest police control centres. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 04:20:00 2014-12-24 05:10:00 \N \N \N \N \N 21774 t
+14448 27295 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 05:10:00 2014-12-24 05:35:00 \N \N \N \N \N 21775 t
+14448 27296 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 05:35:00 2014-12-24 06:00:00 \N \N \N \N \N 21776 t
+4168 49813 Weather For the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 00:10:00 2014-12-22 00:15:00 \N \N \N S \N 21777 t
+4168 49814 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 00:15:00 2014-12-22 06:00:00 \N \N \N S \N 21778 t
+25920 20879 Rainboots Special eng \N An amazing deal on a very special product. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 21779 t
+25920 21072 Last Minute Christmas Kitchen eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N \N \N 21781 t
+40960 53208 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:30:00 \N \N \N \N \N 21783 t
+40960 53209 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:00:00 \N \N \N \N \N 21784 t
+40960 53210 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 01:00:00 2014-12-22 01:30:00 \N \N \N \N \N 21785 t
+40960 58124 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 01:30:00 2014-12-22 02:00:00 \N \N \N \N \N 21786 t
+40960 53212 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 02:00:00 2014-12-22 02:30:00 \N \N \N \N \N 21787 t
+40960 53213 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 02:30:00 2014-12-22 02:45:00 \N \N \N \N \N 21788 t
+40960 53214 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-22 02:45:00 2014-12-22 03:00:00 \N \N \N \N \N 21789 t
+41040 17141 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 21790 t
+41040 17142 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:30:00 \N \N \N \N \N 21791 t
+41040 17143 101 East eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N \N \N 21792 t
+41040 17144 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:30:00 \N \N \N \N \N 21793 t
+41040 17145 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 17:30:00 2014-12-21 18:00:00 \N \N \N \N \N 21794 t
+32836 30968 Restaurant in our Living Room eng \N Kim and John go for local organic produce serving posh nosh to fewer diners, whilst Gary and Deborah use four microwaves and cash and carry food. Rows break out between chefs and diners. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 21795 t
+32836 30969 On Closer Inspection eng \N This hard-hitting flagship current affairs programme is the "News after the News". We delve deeper into the political and social stories that shape the daily lives of Leeds people. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 21796 t
+32836 30970 Driven to Distraction eng \N Three daring teams of non-drivers and their long suffering partners are placed in various real life scenarios that teach them the key skills required to pass a driving test and compete to win a car. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 21797 t
+8267 17169 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 22:45:00 2014-12-24 23:00:00 \N \N \N S \N 21798 t
+8267 20375 Christmas Carols on ITV eng \N Aled Jones, Mica Paris, Lucy Kay and Collabro joins the congregation of St. Mary's Church in Prestwich, Manchester for their traditional candlelit Christmas Eve carol service. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N S \N 21799 t
+13120 7629 The Christmas Morning Show eng \N Each morning wake up to QVC and a fantastic selection of Christmas pressie ideas to save you from the rush of festive shopping. Tune in for some special guests too. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N \N \N 21800 t
+13120 7630 Liz Earle Naturally Active Skincare eng \N Renowned for her knowledge in skin care, Liz Earle has developed a range of products that feature a high concentration of herbs, vitamins and essential oils to soothe your skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 10:00:00 2014-12-19 11:00:00 \N \N \N \N \N 21801 t
+13120 7631 Yong Kim Fashion Designs eng \N Young in spirit and realistic in fit, Yong Kim Fashion Designs offer modern and classic looks at affordable prices. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:00:00 \N \N \N \N \N 21802 t
+24064 59842 Postcards eng Biggles vs Britain Tim Biglowe and Simon Lewis look back on their crazy summer of bog snorkelling and donkey racing, as their have-a-go band of Fruitcakes took on the quirkiest events in Britain. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 06:00:00 2014-12-22 07:00:00 \N \N \N \N \N 21803 t
+24064 60239 New eng Brilliant Northern Ireland Magazine show celebrating brilliant community stories from across Northern Ireland. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:45:00 \N \N \N \N \N 21804 t
+24064 59844 My Brilliant Moment eng \N A collection of short films, in which community leaders and volunteers speak about the moments that galvanized their projects and helped change the lives of people for the better. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 07:45:00 2014-12-22 08:00:00 \N \N \N \N \N 21805 t
+24064 59845 The Brilliant Book eng Letter C It's Christmas! Follow the adventures of nine-year-old Benjamin and his friends as we take a look at the world from an autistic child's point of view... one alphabet letter at a time. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N \N \N 21806 t
+24064 59846 My Family Feast eng The Congolese Food programme. After a fruitful visit to Mbuyi's African vegetable garden, Sean Connolly and the Ndayi family host a colourful Congolese party in the backyard of their home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N \N \N 21807 t
+25664 55893 Greatest Xmas Songs of All Time! eng \N With Santa's help, we're delivering the definitive Christmas soundtrack. These are the greatest Xmas songs of all time, gift wrapped especially for you. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 13:30:00 2014-12-24 14:00:00 \N \N \N \N \N 21808 t
+25664 55894 Celebrity Review Of 2014 with Mollie King eng \N Mollie from The Saturdays looks back at the brilliant and bonkers showbiz stories of the year, and plays the biggest hits from 2014's headline acts. \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-24 14:00:00 2014-12-24 16:00:00 \N \N \N \N \N 21809 t
+4169 55337 Strictly Come Dancing eng \N Tess Daly and Claudia Winkleman present the Strictly Come Dancing grand final. In the first of the night's two live shows, the remaining four couples perform two dances each. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:55:00 \N \N \N S \N 21810 t
+4169 53425 Atlantis eng The Grey Sisters Drama series. As Ariadne lies on her deathbed, Jason resolves to do all he can to save her and embarks on a dangerous quest into the unknown. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 19:55:00 2014-12-20 20:40:00 6 13 \N AD,S \N 21811 t
+4169 57479 The National Lottery Live eng \N The National Lottery Live hosted by Kate Garraway, with special guest Professor Green performing his hit single Lullaby. The programme includes the Lotto and Thunderball draws. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:40:00 2014-12-20 20:50:00 \N \N \N S \N 21812 t
+4169 57858 Strictly Come Dancing eng \N Tess Daly and Claudia Winkleman present the second show in the Strictly Come Dancing 2014 live final. All the celebrities of 2014 are reunited to perform together one last time. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:50:00 2014-12-20 22:00:00 \N \N \N S \N 21813 t
+41120 14083 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 09:00:00 2014-12-21 11:00:00 \N \N \N \N \N 21818 t
+41120 14084 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 \N \N \N \N \N 21819 t
+41120 14085 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:00:00 \N \N \N \N \N 21820 t
+15840 3624 Dance Classics At Christmas eng \N Don't be shy. It's time to break out the embarrassing dancing and get the festive family party started! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 \N \N \N \N \N 21824 t
+15840 3625 Defining Decades eng The 1970s Hair is a-flowing and jeans a-flaring as we discover that disco dazzled and rock went glam, and how the decade got DIY as punk stamped all over the 70s. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 17:00:00 \N \N \N \N \N 21825 t
+22592 17722 Kick Off eng \N Mark Saggers and Stan Collymore round up the day's sporting action. Call the show on 08717 22 33 44 (10p/min), text 81089 (50p + charges) or email via talkSPORT.com \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-22 19:00:00 2014-12-22 22:00:00 \N \N \N \N \N 21826 t
+24448 63851 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 21830 t
+24448 63852 The Breakfast Show eng \N The early bird catches the worm in a morning showcase of stunning designs. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 07:00:00 2014-12-21 08:00:00 \N \N \N \N \N 21831 t
+24448 63853 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 08:00:00 2014-12-21 09:00:00 \N \N \N \N \N 21832 t
+41072 14009 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-22 06:00:00 2014-12-22 07:00:00 \N \N \N \N \N 21834 t
+41072 14312 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:45:00 \N \N \N \N \N 21835 t
+41072 14011 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-22 07:45:00 2014-12-22 08:00:00 \N \N \N \N \N 21836 t
+41072 14012 eng \N \N \N 0 25 f \N \N \N 5 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N \N \N 21837 t
+41072 14013 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N \N \N 21838 t
+8325 2669 The Xtra Factor Winner's Story eng \N Sarah-Jane Crawford takes a look at the story of 2014's X Factor winner, from their first auditions to the final and beyond. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N S \N 21839 t
+8325 2684 You've Been Framed at Christmas! eng \N Harry Hill guides us through a crop of hilarious festive bloopers, including some disastrous Nativities, Christmas dinners that have gone horribly wrong and a tongue-tied Santa. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N S \N 21840 t
+22080 2077 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:00:00 \N \N \N \N \N 23092 t
+8448 59119 Rude Tube eng Christmas Cracker Alex Zane presents 50 of the finest festive clips from the worldwide winternet of 2012, featuring the world's worst and sexiest Santas, alternative carols and the best Christmas surprises. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 03:20:00 2014-12-24 04:15:00 \N \N \N S \N 21841 t
+8448 59291 Rude(ish) Tube eng \N This edition of Rude Tube's naughty little sister features a bungee jump with a twist, some epic base jumpers and one of the world's worst pop stars. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 04:15:00 2014-12-24 04:40:00 \N \N \N S \N 21842 t
+8448 58579 Charmed eng The Painted World Prue becomes trapped inside a strange and enchanted painting of a castle alongside a supposedly innocent prisoner who is actually a dangerous warlock. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-24 04:40:00 2014-12-24 06:00:00 \N \N \N S \N 21843 t
+41008 59000 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 05:15:00 2014-12-23 06:55:00 \N \N \N \N \N 21844 t
+41136 50348 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:35:00 \N \N \N \N \N 21845 t
+8385 60704 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 04:00:00 2014-12-19 06:00:00 \N \N \N \N \N 21846 t
+15856 3332 Jerseylicious eng Wild and Untamed Part 2: Reality series. The cast reunite for a look back at the events of season three. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:00:00 \N \N \N \N \N 21848 t
+15856 3333 Teleshopping eng \N Shopping from home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 01:00:00 2014-12-19 06:00:00 \N \N \N \N \N 21849 t
+14816 994 1-2-1 Dating - Try ADULT eng \N 1-2-1 Dating's popular ADULT section is for those seeking something a little unusual, specific or extracurricular. Search the pages to find your adult 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 20:00:00 2014-12-22 22:00:00 \N \N \N \N \N 21850 t
+4166 56373 Kung Fu Panda eng \N Animated comedy. Po the Panda is overweight and works in his father's noodle bar but dreams of being a great kung fu warrior like his heroes, the Furious Five. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:25:00 \N \N 2008 AD,S \N 21854 t
+4166 55432 Final Score eng \N Jason Mohammad presents the day's football results along with reports from the big games, which include Aston Villa versus Manchester United and Southampton's clash with Everton. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 16:25:00 2014-12-20 17:20:00 \N \N \N S \N 21855 t
+4166 49783 BBC News eng \N The latest national and international news from the BBC. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:20:00 2014-12-20 17:30:00 \N \N \N S \N 21856 t
+4166 50016 East Midlands Today eng \N The latest news, sport and weather for the East Midlands. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:30:00 2014-12-20 17:40:00 \N \N \N S \N 21857 t
+4166 49785 Pointless Celebrities eng Christmas Special Alexander Armstrong presents a celebrity Christmas edition of the quiz, with guests including Christopher Biggins, Joe Pasquale, Ann Widdecombe and Bob Carolgees. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:40:00 2014-12-20 18:30:00 \N \N \N S \N 21858 t
+14608 32020 M*A*S*H eng \N A package from home containing crushed cookies and pictures of his daughters makes Trapper homesick. Klinger receives a letter detailing everything from death to pregnancy. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 23 \N \N \N 2 21859 t
+14608 32021 M*A*S*H eng \N Col. Flagg starts snooping around the 4077th drawing in the interest of another intelligence agent named Pratt. Hawkeye and Trapper trick them both into thinking that Frank is a traitor. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 24 \N \N \N 2 21860 t
+14608 32022 The Queen eng Continuity and Change Documentary about the reign of Britain's 2nd longest reigning monarch, Queen Elizabeth II, giving an exclusive insight into how the monarchy has adapted to the modern world and modern challenges. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 21861 t
+14752 40858 Marvin Humes eng \N Marvin Humes takes over Capital with a mix of the hottest club tracks around plus the biggest anthems from the playlist. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 22:00:00 \N \N \N \N \N 21862 t
+16016 7468 Housewife, 49 eng \N Victoria Wood stars as a downtrodden wife and mother, whose life dramatically improves after the outbreak of WWII when she joins the Women's Voluntary Service. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:50:00 \N \N \N AD,S \N 21863 t
+16016 7469 A Touch of Frost eng Widows and Orphans There is plenty on Frost's plate when senior citizens are targeted in a string of vicious attacks, but at least he can call on his new female sergeant for help. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-22 18:50:00 2014-12-22 21:00:00 \N \N \N S \N 21864 t
+8442 55894 Heston's Fantastical Christmas eng \N Heston Blumenthal makes the biggest Christmas pudding ever - one that's large enough to step inside. There's also pig's head, edible baubles and snow cocktails. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 18:50:00 2014-12-22 19:55:00 \N \N \N S \N 21869 t
+8442 55895 Grand Designs eng \N Can Tim and his wife Philomena transform the rusting and rotten hulk of an old lifeboat station in Tenby into a beautiful modern home with far-reaching views of the sea? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 19:55:00 2014-12-22 21:00:00 \N \N \N AD,S \N 21870 t
+23968 4821 Numberjacks eng \N Things keep on getting longer, in Numberjacks! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:15:00 \N \N \N \N \N 21871 t
+23968 4822 Numberjacks eng \N 6 has a scare on the marble run, in Numberjacks! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 15:15:00 2014-12-24 15:30:00 \N \N \N \N \N 21872 t
+23968 6168 Care Bears eng Welcome To Care-A-Lot The Care Bears must stop Tenderheart Bear's hiccups before they ruin the holidays. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:00:00 \N \N \N \N \N 21873 t
+23968 4824 My Little Pony eng \N The six friends put on a play that illustrates how Unicorns, Pegasi and Earth Ponies put aside their differences and founded Equestria. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N \N \N 21874 t
+23968 4825 Ella The Elephant eng \N Swellaphant is the biggest and best holiday on Elephant Islands. Everyone is festive as they get their homemade ornaments ready to hang on the artificial Swellaphant Tree. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 16:30:00 2014-12-24 16:45:00 \N \N \N \N \N 21875 t
+23968 4826 Ella The Elephant eng \N Tiki's all time favourite author is coming to Elephant Islands and she would do anything to meet her. All she has to do is complete a quest and she'll get to meet the author in person. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 16:45:00 2014-12-24 17:00:00 \N \N \N \N \N 21876 t
+23968 4827 The Adventures of Chuck & Friends eng \N New. Chuck and friends try to stay up late to welcome in the New Year. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:15:00 \N \N \N \N \N 21877 t
+23968 4828 The Adventures of Chuck & Friends eng \N New. When Chuck gets nervous about a trip to the mechanic's, his friends do their best to hide him. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 17:15:00 2014-12-24 17:30:00 \N \N \N \N \N 21878 t
+23968 6169 Peg + Cat eng \N Peg and Cat coach a team of skiing penguins, who would have a shot at the Olympic gold medal, if only they knew over, under, and in between. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 17:30:00 2014-12-24 17:45:00 \N \N \N \N \N 21879 t
+23968 4830 Peg + Cat eng \N When the Giant drops the diamond ring he's about to give Giantess, it bounces into a pipe. He needs his very small friends Peg and Cat to get it back. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 17:45:00 2014-12-24 18:00:00 \N \N \N \N \N 21880 t
+28160 15818 Premier Drive eng \N Loretta Andrews gets you home with great music, news and travel information - and a special guest chooses the music in the Takeover. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 15:00:00 2014-12-22 18:00:00 \N \N \N \N \N 21883 t
+17540 49804 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-21 18:05:00 2014-12-21 18:20:00 \N \N \N \N \N 21884 t
+17540 52919 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-21 18:20:00 2014-12-21 18:30:00 \N \N \N \N \N 21885 t
+28032 30841 River Monsters eng Russian Killer Extreme fishing. Jeremy Wade embarks on a trip to the Amur River in Russia to investigate the disappearance of three men. The prime suspect is a huge predator. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 00:15:00 2014-12-21 01:20:00 \N \N \N S \N 21895 t
+28032 27970 Mark Cavendish eng Born To Race An intimate in-depth profile of the great British cyclist Mark Cavendish who reflects on his success in the Tour de France, and his many other career highs. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 01:20:00 2014-12-21 03:00:00 \N \N \N S \N 21896 t
+14832 1349 Winter in Gay Rabbit Meadow eng \N Gay Rabbit Chat & Date has been connecting people for 6 years, so wherever you sit on the LGBT spectrum, pop in and say hi! Introduce a friend and earn FREE credits for each of you \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 21897 t
+8283 17130 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how or join in now at Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 01:10:00 2014-12-24 03:00:00 \N \N \N \N \N 21898 t
+41040 17078 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:30:00 \N \N \N \N \N 21899 t
+41040 17079 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 \N \N \N \N \N 21900 t
+41040 17080 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:00:00 \N \N \N \N \N 21901 t
+41040 17081 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:00:00 \N \N \N \N \N 21902 t
+13120 8362 Accessory Gifts by Kipling eng \N Accessorise to the max with these great gift ideas from the purveyors of funky, fashionable bags! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N \N \N 21903 t
+22272 64537 Lizard Lick Towing eng \N Reality TV at its best. We follow the exploits of wild evangelist couple Amy and Ron and their towing company. A repo in the wrong part of town lands Ron in the Emergency Room. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:30:00 \N \N \N S \N 21904 t
+23184 17497 South Beach Tow eng Season 3 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:30:00 \N \N \N \N \N 22057 t
+22272 64538 Lizard Lick Towing eng Action-packed US reality series from North Carolina following couple Amy and Ron, who run a towing company. This time, they recover some high horsepower goods lawn mowers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 12:30:00 2014-12-20 13:00:00 \N \N \N S \N 21905 t
+22272 64539 Man v. Food eng Honolulu Adam Richman's quest for the greatest grub in America brings him to the beautiful oceanside paradise of Honolulu, Hawaii. A monster pancake challenge soon awaits him! \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 \N \N \N AD,S \N 21906 t
+22272 64540 Man v. Food eng San Francisco Adam Richman eats his way around America. In San Francisco, his challenges include a super-sized burrito and the infamous 'Kryptonite Sandwich'! \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 13:30:00 2014-12-20 14:00:00 \N \N \N AD,S \N 21907 t
+22272 64541 Man v. Food eng Little Rock More culinary adventures for Adam Richman. His hunger quest takes him to Little Rock, Arkansas where the eating challenges include a fiery pulled pork sandwich. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N AD,S \N 21908 t
+22272 64542 Man v. Food eng Baltimore Adam Richman continues his quest to find the best eats in the USA. Baltimore in Maryland boasts a chowdown must: flame grilled beef sliced thin and piled high. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N AD,S \N 21909 t
+15440 275 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 12:00:00 2014-12-20 00:00:00 \N \N \N \N \N 21910 t
+27840 5174 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N \N \N 21911 t
+27840 5175 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N \N \N 21912 t
+27840 5176 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N \N \N 21913 t
+14800 1349 Come Up and See Me eng \N Rabbit Chat & Date has been connecting people for over 6 years now on TV - and now also by our new iPhone app! Flirt, chat & make new friends. The opportunities are endless! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 21914 t
+27648 4508 Tommy's Ultimate Workshop eng \N Tommy's making the building rock solid and cladding the ceiling to finesse the aesthetics. And the moment he's been waiting for - time to install the latest tools and toys. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:30:00 \N \N \N \N \N 21915 t
+27648 4509 Challenge Tommy Walsh eng Baldock Part 1 Mr 'Fix It' Tommy Walsh, picks up his tools and comes to the rescue of a couple converting an old Victorian school house into a family home. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 03:30:00 2014-12-24 04:00:00 \N \N \N \N \N 21916 t
+27648 4510 The New Yankee Workshop eng Monastery Table Norm demonstrates how to build an Italian monastery table in southern yellow pine. How will it look? Plus, top tips on using lathes and table saws. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:30:00 \N \N \N \N \N 21917 t
+27648 4511 The New Yankee Workshop eng Barrister Bookcase Norm demonstrates how to build a barrister's bookcase in oak. How will it look? Plus, top tips on using tools and choosing timber. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 04:30:00 2014-12-24 05:00:00 \N \N \N \N \N 21918 t
+27648 4512 Wheeler Dealers eng Mercedes Part 1 Auto whiz Mike Brewer and mechanical genius Edd China are getting their hands dirty fixing up a classic Mercedes 230E that's in need of a new wing. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:30:00 \N \N \N \N \N 21919 t
+27648 4513 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N \N \N 21920 t
+8264 27867 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:45:00 \N \N \N S,SL \N 21921 t
+8264 28096 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 03:45:00 2014-12-24 05:05:00 \N \N \N \N \N 21922 t
+8264 28097 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 05:05:00 2014-12-24 06:00:00 \N \N \N S,SL \N 21923 t
+24480 3538 Never Mind The Baubles eng \N New! Trimming the tree will be a joy as you sing along to all your festive favourites \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N \N \N 21924 t
+24480 3539 Your Vintage eng \N A celebration of YOU and your music choices. Hosted by Atomic Kitten's Liz McClarnon and BBC 6 Music presenter Matt Everitt - this week we are in Westminster. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N \N \N 21925 t
+24480 3540 Defining Decades eng The 1990s Prepare to nail your colours to the mast as we salute the many musical movements that made the 90s great, from mainstream pop to Britpop and Madchester to Grunge. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:30:00 2014-12-19 17:00:00 \N \N \N \N \N 21926 t
+8274 16291 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:45:00 2014-12-20 18:00:00 \N \N \N S \N 22014 t
+8384 58715 The King of Queens eng Do Rico Doug's imitation of his new colleague Rico's accent really turns Carrie on. But Doug thinks it's getting a bit weird, until Carrie starts imitating Rico's Italian girlfriend... \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:20:00 2014-12-23 06:45:00 \N \N \N S \N 21928 t
+8384 58716 The King of Queens eng Roast Chicken Doug is roped into making a speech at a party for Carrie's boss, who he hardly knows. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:45:00 2014-12-23 07:10:00 \N \N \N S \N 21929 t
+8384 58717 Everybody Loves Raymond eng Tissues When Debra grudgingly agrees to let Ray be more involved in the daily decision making, he starts shopping for things that he wants. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 07:10:00 2014-12-23 07:35:00 \N \N \N S \N 21930 t
+8384 58718 Frasier eng IQ Who has the most impressive IQ, Frasier or Niles? The results of their childhood tests are finally revealed, and one is much higher than the other. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 07:35:00 2014-12-23 08:00:00 \N \N \N S \N 21931 t
+8384 58719 Frasier eng Dr Nora Christine Baranski guest stars as venomous radio therapist Dr Nora, who joins Frasier at KACL. Piper Laurie also makes a cameo appearance. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:25:00 \N \N \N S \N 21932 t
+8384 58720 The Rugrats Movie eng \N Family animation. The feisty kids decide Dil, the latest addition to the family, is too troublesome and needs taking to the hospital to be fixed. But they get lost in the woods... \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 08:25:00 2014-12-23 10:00:00 \N \N 1998 S \N 21933 t
+13120 7385 Yankee Candles eng \N Since 1969, Yankee Candles have been made in the US from superior materials, including their premium fragrance oils. Fill your home with a wonderfully romantic atmosphere and exquisite scents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 21935 t
+13120 7386 Christmas Gift Ideas eng \N Take the stress out of Christmas shopping and browse our marvellous selection of gift ideas to find the perfect present for someone special. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N \N \N 21936 t
+23152 17439 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:30:00 \N \N \N \N \N 21937 t
+23152 17440 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:00:00 \N \N \N \N \N 21938 t
+23152 17892 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 21939 t
+23152 17893 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N \N \N 21940 t
+17472 56544 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 03:10:00 2014-12-24 04:10:00 \N \N \N \N \N 21941 t
+17472 51475 eng \N \N \N \N \N \N \N \N eng 0 0 0 \N 2014-12-24 04:10:00 2014-12-24 06:10:00 \N \N \N \N \N 21942 t
+14372 8098 Under 10 Day with Derek M eng \N Derek is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 21943 t
+14372 8099 Under 10 Day with Gemma eng \N Gemma is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 21944 t
+14372 8100 Under 10 Day with Gemma eng \N Gemma is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 21945 t
+22080 1067 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:30:00 \N \N \N \N \N 21946 t
+22080 2035 Entertainment Week eng \N Lucy Cotter presents the very best of this week's showbiz and arts news. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 15:30:00 2014-12-20 16:00:00 \N \N \N \N \N 21947 t
+22080 1071 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N \N \N 21948 t
+22080 1072 Ebola Crisis eng The Front Line Sky's Alex Crawford reports from the frontline of the battle against ebola in Liberia. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 \N \N \N \N \N 21949 t
+22080 1073 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N \N \N 21950 t
+22080 1076 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 \N \N \N \N \N 21951 t
+24384 65358 Back at 6am eng \N Programmes start again at 6am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 18:00:00 2014-12-25 06:00:00 \N \N \N \N \N 21953 t
+24480 3581 Christmas In The Studio eng \N A cracker of a festive show, as Michael Ball and Martine McCutcheon present our Christmas show with performances from top artists, and a certain Jive Bunny! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N \N \N 21954 t
+24480 3582 It's Snow Time eng \N Break out the sleigh bells for a host of festive favourites to chill out with this season. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N \N \N 21955 t
+24480 3583 Breakaway eng \N Breakaway from the norm of daytime telly - let Vintage TV carry you through the day in style, as we thumb through our greatest hits record collection. Go on, take the weight off. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 11:00:00 2014-12-22 13:00:00 \N \N \N \N \N 21956 t
+15808 50345 Night Of The Jumps eng \N Freestyle motocross hits dizzying new heights thanks to Night of the Jumps' incredible line-up of aerial acrobats. Action from Frankfurt. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 02:15:00 2014-12-24 04:10:00 \N \N \N \N \N 21959 t
+22752 1106 Kiss Fresh Wake Up eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:00:00 \N \N \N \N \N 21960 t
+22752 1107 Kiss Fresh with Charlie Tee eng \N Charlie Tee with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 07:00:00 2014-12-23 11:00:00 \N \N \N \N \N 21961 t
+27712 21971 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:30:00 \N \N \N \N \N 21962 t
+27712 21972 The Cure eng \N The Cure takes you on a journey to the frontiers of world health, exploring life-changing innovations in medicine and healthcare. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:00:00 \N \N \N \N \N 21963 t
+27712 21973 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:30:00 \N \N \N \N \N 21964 t
+27712 21975 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 05:00:00 2014-12-22 05:30:00 \N \N \N \N \N 21966 t
+27712 21976 101 East eng \N As scandals involving misbehaving monks rock the nation, 101 East asks 'how will Thailand save its moral soul?'. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 05:30:00 2014-12-22 06:00:00 \N \N \N \N \N 21967 t
+22336 59078 How I Met Your Mother eng The Wedding Ted is relieved when Robin agrees to go with him to his friends' wedding and thinks his luck is changing. The bridal couple, however, don't fare so well. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 09:05:00 2014-12-20 09:35:00 \N \N \N AD,S \N 21968 t
+22336 59079 How I Met Your Mother eng Drumroll, Please Ted meets a woman at a wedding. They agree that romance at weddings is false and decide not to swap numbers or surnames. Will Ted stick to their deal? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 09:35:00 2014-12-20 10:00:00 \N \N \N AD,S \N 21969 t
+22336 59080 How I Met Your Mother eng Game Night Marshall invents a new game - Marshgammon - after winning previous game nights. Unfortunately no one but Marshall understands how to play it. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:30:00 \N \N \N AD,S \N 21970 t
+22336 59081 How I Met Your Mother eng Cupcake Ted and Victoria face their first relationship challenge when Victoria is offered a job in Germany. Marshall and Lily find themselves in some bother. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 10:30:00 2014-12-20 11:00:00 \N \N \N AD,S \N 21971 t
+22336 59082 How I Met Your Mother eng Life Among the Gorillas Marshall has a tough first day at Barney's office and feels like a square peg surrounded by colleagues with obnoxious outlooks on life. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N AD,S \N 21972 t
+41040 17147 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:30:00 \N \N \N \N \N 22350 t
+41040 17551 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 19:30:00 2014-12-21 20:00:00 \N \N \N \N \N 22351 t
+22336 59083 How I Met Your Mother eng Nothing Good Happens After 2am Ted gets into a state of confusion when both Victoria and Robin demand a share of his attention at the same time. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N AD,S \N 21973 t
+22784 781 Kisstory Early eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 02:00:00 2014-12-23 06:00:00 \N \N \N \N \N 21974 t
+12992 30850 Body of Proof eng Point of Origin US mystery series. Megan's probing of a house fire death is hindered by another investigator. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N S \N 21975 t
+17540 56373 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:25:00 \N \N \N \N \N 21976 t
+17540 55432 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-20 16:25:00 2014-12-20 17:20:00 \N \N \N \N \N 21977 t
+17540 49783 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 17:20:00 2014-12-20 17:30:00 \N \N \N \N \N 21978 t
+17540 52917 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-20 17:30:00 2014-12-20 17:40:00 \N \N \N \N \N 21979 t
+17540 49785 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 17:40:00 2014-12-20 18:30:00 \N \N \N \N \N 21980 t
+22720 1333 AJ eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK with #AjKiss \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 21981 t
+22720 1334 Kiss Jams eng \N AJ plays classic and current #Kissjams \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 21982 t
+8264 16228 Mr Magorium's Wonder Emporium eng \N Fantasy starring Dustin Hoffman and Natalie Portman, 2007. The magical Mr Magorium is looking for an heir to take over his unusual shop when he passes on \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 15:50:00 2014-12-20 17:35:00 \N \N \N AD,S \N 21983 t
+8264 65364 ITV News Central eng \N News headlines from around the region, plus Central weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:35:00 2014-12-20 17:45:00 \N \N \N S \N 21984 t
+8264 16291 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:45:00 2014-12-20 18:00:00 \N \N \N S \N 21985 t
+4166 55378 The Apprentice eng The Final and You're Hired The two finalists must launch their businesses with the help of some former candidates. The winner is decided and then interviewed by Dara O Briain. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:00:00 14 14 \N S \N 21986 t
+4166 49809 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:15:00 \N \N \N S \N 21987 t
+4166 50019 East Midlands Today eng \N The latest news, sport and weather for the East Midlands. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 23:15:00 2014-12-21 23:25:00 \N \N \N S \N 21988 t
+4166 57544 Have I Got a Bit More 2014 News for You eng \N An extended compilation of the satirical news quiz looking back at the big news of 2014. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:25:00 2014-12-22 00:10:00 11 11 \N S \N 21989 t
+28096 59420 QI XL eng Kinetic Jovial quiz. Stephen Fry gets things moving with a look at kinetics, as perplexed guests Jo Brand, Marcus Brigstocke, Danny Baker and Alan Davies go through the motions. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N S \N 21990 t
+28096 59421 QI XL eng Kinky Ooh, kinky! Top shelf entertainment with Stephen Fry, who whips Janet Street-Porter, Sandi Toksvig, Johnny Vegas and Alan Davies into shape with some titillating trivia. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N S \N 21991 t
+28096 59422 QI XL eng Games Stephen Fry chairs the always absorbing comedy quiz show and welcomes Liza Tarbuck, Phill Jupitus, Sean Lock and Alan Davies. This time, the guests get gladiatorial. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N S \N 21992 t
+17664 58715 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 06:20:00 2014-12-23 06:45:00 \N \N \N \N \N 21993 t
+17664 58716 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 06:45:00 2014-12-23 07:10:00 \N \N \N \N \N 21994 t
+17664 58717 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 07:10:00 2014-12-23 07:35:00 \N \N \N \N \N 21995 t
+17664 58718 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 07:35:00 2014-12-23 08:00:00 \N \N \N \N \N 21996 t
+17664 58719 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:25:00 \N \N \N \N \N 21997 t
+17664 58720 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 08:25:00 2014-12-23 10:00:00 \N \N \N \N \N 21998 t
+25728 54458 Teleshopping eng \N Shop for the latest goods from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N \N \N 21999 t
+22272 65192 Red Bull Soapbox Race eng \N All the thrills and spills from the 2013 Red Bull Soapbox Race in London, as the crews unleash their four-wheeled, motorless creations on a downhill course littered with obstacles. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 12:00:00 2014-12-24 14:00:00 \N \N \N \N \N 22000 t
+22272 65193 Traffic Cops eng Weapon of Destruction Jamie Theakston narrates a revealing documentary series about Britain's traffic police. This edition follows a hunt for illegal drivers in Hampshire. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:40:00 \N \N \N \N \N 22001 t
+22272 65194 Traffic Cops eng In the Red Jamie Theakston narrates a revealing series about the British traffic police. The traffic cops meet a woman with the highest blood alcohol level they have ever seen. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 14:40:00 2014-12-24 15:20:00 \N \N \N \N \N 22002 t
+41056 17886 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N \N \N 22003 t
+41056 17887 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N \N \N 22004 t
+41056 18223 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:05:00 \N \N \N \N \N 22005 t
+41056 17889 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 10:05:00 2014-12-19 10:30:00 \N \N \N \N \N 22006 t
+41056 17890 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 10:30:00 2014-12-19 10:55:00 \N \N \N \N \N 22007 t
+41056 17891 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 10:55:00 2014-12-19 11:00:00 \N \N \N \N \N 22008 t
+41056 17892 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:05:00 \N \N \N \N \N 22009 t
+41056 18224 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-19 11:05:00 2014-12-19 12:00:00 \N \N \N \N \N 22010 t
+8274 16228 Mr Magorium's Wonder Emporium eng \N Fantasy starring Dustin Hoffman and Natalie Portman, 2007. The magical Mr Magorium is looking for an heir to take over his unusual shop when he passes on \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 15:50:00 2014-12-20 17:35:00 \N \N \N AD,S \N 22012 t
+8274 46091 ITV News Tyne Tees eng \N Helen Ford presents the news, sport and magazine show for the North East and North Yorkshire. Followed by North East weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:35:00 2014-12-20 17:45:00 \N \N \N S \N 22013 t
+28352 2373 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 22018 t
+8500 5808 It's A Very Merry Muppet Christmas Movie eng \N Seasonal Muppet movie starring David Arquette and Whoopi Goldberg. The gang battles a stingy banker who is threatening to take over their beloved theatre. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 12:40:00 2014-12-21 14:25:00 \N \N 2002 S \N 22023 t
+8500 5809 Christmas Shepherd eng \N Seasonal romantic drama starring Britt Irvin and Rob Morrow. When searching for her dog, a woman embarks on a journey that leads her to discover a renewed passion for life. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:25:00 2014-12-21 16:10:00 \N \N 2014 S \N 22024 t
+41040 17549 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 04:30:00 2014-12-20 05:00:00 \N \N \N \N \N 22025 t
+8384 58636 Martha Marcy May Marlene eng \N Drama. Elizabeth Olsen stars as a woman who's left troubled and paranoid after escaping from a cult and its abusive, manipulative leader (John Hawkes). Strong language/sex/violence. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:40:00 \N \N 2011 S \N 22026 t
+27456 45454 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:30:00 \N \N \N \N \N 22028 t
+27456 45455 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:00:00 \N \N \N \N \N 22029 t
+27456 45456 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:30:00 \N \N \N \N \N 22030 t
+27456 45457 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 13:30:00 2014-12-24 14:00:00 \N \N \N \N \N 22031 t
+27456 45458 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N \N \N 22032 t
+27456 45459 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N \N \N 22033 t
+27744 42135 Star Trek - The Original Series eng \N The original series, digitally remastered as you've never seen it before. A mysterious entity sees the Enterprise crew and the Klingons at each other's throats...again./24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 7 \N \N \N 3 22035 t
+27744 42136 NCIS eng \N Special Agent Gibbs leads his NCIS Team of investigators in the world of military crime. A complicated case involving murder, pole dancers, and rival club owners./23 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 16 \N \N \N 2 22036 t
+27744 42137 The Streets of San Francisco eng \N A pair of plainclothes homicide detectives, cruise the streets of San Francisco solving crimes. Add Karl Malden, Michael Douglas and a killer theme tune and you have a classic. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 14:00:00 2014-12-24 15:00:00 \N \N \N \N \N 22037 t
+26240 11743 On Air With Ryan Seacrest eng \N Join Ryan Seacrest and Ellen K for the biggest celebrity guests and gossip direct from Hollywood \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 13:00:00 2014-12-24 16:00:00 \N \N \N \N \N 22038 t
+28512 710 Meet Someone New Today eng \N Put your flirting to the test and meet thousands of hopefuls, for fun, friendship and more. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 18:00:00 \N \N \N \N \N 22039 t
+32896 8336 Rekkit Rabbit eng \N Rekkit and Jay go up against the Twins in a go-kart race. But when the Twins swipe Rekkit's lucky charm, Rekkit summons his hero for some advice. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:15:00 \N \N \N \N \N 22040 t
+32896 8337 Rekkit Rabbit eng \N Trying to help Jay see a performance from far away seats, Rekkit gives Jay some very powerful glasses which, in fact, are so powerful they allow him to hear what people are thinking. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 06:15:00 2014-12-21 06:30:00 \N \N \N \N \N 22041 t
+32896 8338 Invisible Network Of Kids eng \N It's the end of the school year, and Macbeth suddenly realizes that she only has one week left to unmask the members of INK. But INK discover a terrible secret about Macbeth... \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 06:30:00 2014-12-21 07:00:00 \N \N \N \N \N 22042 t
+32896 8339 Scaredy Squirrel eng \N Dave accidentally becomes a stacking celebrity and his friendship with Scaredy suffers. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:15:00 \N \N \N \N \N 22043 t
+32896 8340 Scaredy Squirrel eng \N A treasure map found at the store leads to an adventure that tests everyone's limits. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 07:15:00 2014-12-21 07:30:00 \N \N \N \N \N 22044 t
+32896 8341 Slugterra eng \N After the Shane hideout is raided, the gang trades in one of Eli's prized slugs for new gear. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 07:30:00 2014-12-21 08:00:00 \N \N \N \N \N 22045 t
+32896 8342 Yu-Gi-Oh! ZEXAL eng \N Yuma must figure out a way to defeat the mysterious and all-knowing Fortuno if he wants to save his friends, his Number Cards and his soul! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:30:00 2 2 \N \N \N 22046 t
+32896 8343 Power Rangers Super Megaforce eng \N The Blue and Green Rangers switch bodies. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N \N \N 22047 t
+41104 20012 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 13:00:00 2014-12-24 17:00:00 \N \N \N \N \N 22048 t
+24032 31283 Teleshopping eng \N Shop for the latest goods from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 06:00:00 2014-12-21 09:00:00 \N \N \N \N \N 22050 t
+23184 17494 Conan eng \N Hit US late night chat show, hosted by the spontaneous comedian Conan O'Brien who combines the lewd and wacky with top celebrity interviews. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N \N \N 22054 t
+23184 17495 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:30:00 \N \N \N \N \N 22055 t
+23184 17496 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 01:30:00 2014-12-23 02:00:00 \N \N \N \N \N 22056 t
+41040 17149 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 22352 t
+23184 17498 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 02:30:00 2014-12-23 03:00:00 \N \N \N \N \N 22058 t
+41040 17086 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:30:00 \N \N \N \N \N 22061 t
+22226 4153 Wall Of Fame eng \N More fun and games triggered by the most talked-about people in town. Alongside Mr Walliams and the regulars, comedian Jack Whitehall and Corrie's Kym Marsh come out to play. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 00:55:00 2014-12-23 01:25:00 5 8 \N S,AD \N 22063 t
+22226 4282 Wall Of Fame eng \N Which stars have sparked the biggest news stories this week? Joining David Walliams and the gang is Sky News presenter Eamonn Holmes and comedienne Holly Walsh. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 01:25:00 2014-12-23 01:55:00 6 8 \N S,AD \N 22064 t
+22226 4322 Supermarket Sweep eng \N Dale Winton hosts this supermarket-based favourite. The next time you're at the checkout counter and you hear the beep... \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 01:55:00 2014-12-23 02:25:00 \N \N \N S \N 22065 t
+22226 4323 Supermarket Sweep eng \N Dale Winton hosts this supermarket-based favourite. The next time you're at the checkout counter and you hear the beep... \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 02:25:00 2014-12-23 02:55:00 \N \N \N S \N 22066 t
+40992 52154 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 14:35:00 2014-12-24 14:50:00 \N \N \N \N \N 24473 t
+22226 4406 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-23 02:55:00 2014-12-23 03:25:00 \N \N \N S,AD \N 22067 t
+20352 60713 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 07:00:00 2014-12-23 12:00:00 \N \N \N \N \N 22068 t
+24016 12888 Dawn Rider eng \N Christian Slater stars in this John Wayne western remake as a man searching for his father's killer. Donald Sutherland co-stars. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:50:00 \N \N 2012 \N \N 22069 t
+24016 12889 Brothers In Arms eng \N A group of outlaws band together to try and take down a local town dictator in this western. David Carradine stars. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 22:50:00 2014-12-23 00:30:00 \N \N 2005 \N \N 22070 t
+14688 11624 The No Repeat Guarantee eng \N Russ Williams brings you the No Repeat Guarantee - loads of great music and you'll never hear the same song twice. Text now on 81215 (50p + n/wk chrg) or email via the website at a \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 10:00:00 2014-12-23 14:00:00 \N \N \N \N \N 22071 t
+23296 5838 Fast and Fun eng \N The fastest gay dating around. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 22:00:00 2014-12-23 00:00:00 \N \N \N \N \N 22072 t
+22656 888 #KerrangMostWanted eng \N Every Monday we give you the power and play your Most Wanted requests - submit yours on Twitter to @KerrangRadio using #KerrangMostWanted! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 22073 t
+22656 889 Non-Stop Kerrang! eng \N Playing continuous K! music throughout the night. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 23:00:00 2014-12-23 07:00:00 \N \N \N \N \N 22074 t
+22784 779 Kisstory Night eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 22:00:00 2014-12-23 00:00:00 \N \N \N \N \N 22075 t
+24352 30934 Michael Palin: Around the World in 80 Days eng Oriental Express In Hong Kong, Michael Palin wins big betting on a horse race, is attacked by a cockatoo and attends a party thrown in his honour. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 22076 t
+24352 31253 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 22:00:00 2014-12-23 06:00:00 \N \N \N \N \N 22077 t
+23120 20450 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 22078 t
+23120 20448 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 22079 t
+23120 20449 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 22080 t
+22624 40390 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 22081 t
+22624 40391 Relax With Insight eng \N RNIB's Insight Radio - Relax with great music to end the day \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 22082 t
+23280 5843 Speed Dating eng \N It's fun, it's fast, don't miss out. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 22:00:00 2014-12-23 00:00:00 \N \N \N \N \N 22083 t
+17472 53568 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 09:05:00 2014-12-19 10:05:00 \N \N \N \N \N 22084 t
+17472 53569 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 10:05:00 2014-12-19 10:35:00 \N \N \N \N \N 22085 t
+17472 49104 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 10:35:00 2014-12-19 11:00:00 \N \N \N \N \N 22086 t
+17472 49105 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N \N \N 22087 t
+17472 49106 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N \N \N 22088 t
+28096 59350 Man v. Food eng Little Rock More culinary adventures for Adam Richman. His hunger quest takes him to Little Rock, Arkansas where the eating challenges include a fiery pulled pork sandwich. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:30:00 \N \N \N AD,S \N 22089 t
+28096 59351 Man v. Food eng Baltimore Adam Richman continues his quest to find the best eats in the USA. Baltimore in Maryland boasts a chowdown must: flame grilled beef sliced thin and piled high. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 15:30:00 2014-12-20 16:00:00 \N \N \N AD,S \N 22090 t
+28096 59352 Man v. Food eng Washington DC More food-loving adventures for Adam Richman. In Washington DC, can he devour a 116-ounce milkshake and a one-and-a-half-pound sandwich in just one hour? \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N AD,S \N 22091 t
+28096 59353 Man v. Food eng Detroit Adam Richman's quest for America's best eats takes him to Michigan. He gathers a team of Detroit natives to help him attack a two and a half-foot tall, 190-pound burger. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 \N \N \N AD,S \N 22092 t
+28096 59354 Man v. Food eng Brooklyn More hefty food challenges as the insatiable Adam Richman takes on New York's spiciest wings at Buffalo Cantina for a second time, after a failed first attempt. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N AD,S \N 22093 t
+28096 59355 Man v. Food eng New Brunswick, NJ More stomach-stretching stuff from Adam Richman, this time in New Brunswick, New Jersey. The eating challenges include a 12-inch triple-decker sandwich! \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 \N \N \N AD,S \N 22094 t
+22080 1716 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:30:00 \N \N \N S \N 22095 t
+22080 1717 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N S \N 22096 t
+22080 1718 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:30:00 \N \N \N \N \N 22097 t
+22080 1764 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 10:30:00 2014-12-24 11:00:00 \N \N \N \N \N 22098 t
+22080 1765 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:30:00 \N \N \N \N \N 22099 t
+22080 1866 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 11:30:00 2014-12-24 12:00:00 \N \N \N \N \N 22100 t
+25664 55727 Celebrity Review Of 2014 with Mollie King eng \N Mollie from The Saturdays looks back at the brilliant and bonkers showbiz stories of the year, and plays the biggest hits from 2014's headline acts. \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-20 23:40:00 2014-12-21 01:30:00 \N \N \N \N \N 22101 t
+16208 36979 Christmas Night with the Two Ronnies eng \N Festive frolics from Messrs Barker and Corbett with a special yuletide show of sketches, jokes and songs from 1987. Guests include Lynda Baron, Sandra Dickinson and Frank Finlay. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 22102 t
+16208 36980 The Sally Lockhart Mysteries eng The Ruby in the Smoke Billie Piper stars in a mesmerising fantasy adventure from the mind of Philip Pullman. Sally Lockhart must uncover family secrets to find the Ruby of Agrapur. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-22 19:00:00 2014-12-22 21:00:00 \N \N \N S \N 22103 t
+27168 60709 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-21 09:00:00 \N \N \N \N \N 22104 t
+41056 18008 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 06:01:00 2014-12-21 07:00:00 \N \N \N \N \N 22105 t
+41056 18009 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:30:00 \N \N \N \N \N 22106 t
+41056 18010 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 07:30:00 2014-12-21 08:00:00 \N \N \N \N \N 22107 t
+27328 17263 Live UFC eng Machida v Dollaway Live UFC Fight Night 58 from the Ginasio Jose Correa in Barueri, Brazil. The middleweight bout between Lyoto Machida and CB Dollaway headlines a packed fight card. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 03:00:00 2014-12-21 06:30:00 \N \N \N \N \N 22110 t
+23040 38077 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 12:00:00 2014-12-21 12:30:00 \N \N \N \N \N 22111 t
+23040 38078 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:00:00 \N \N \N \N \N 22112 t
+23040 38079 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 13:00:00 2014-12-21 13:30:00 \N \N \N \N \N 22113 t
+23040 38080 Fanny Cradock Cooks for Christmas eng \N Fanny presents traditional and unusual ways to use mincemeat in pies, pancakes, omelettes and Swiss rolls. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 13:30:00 2014-12-21 13:45:00 \N \N \N \N \N 22114 t
+23040 38081 Fanny Cradock Cooks for Christmas eng \N The original TV chef and her husband Johnny prepare recipes that use choux pastry, including choux buns and miniature clairs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 13:45:00 2014-12-21 14:00:00 \N \N \N \N \N 22115 t
+23040 38082 Amazing Wedding Cakes eng \N Christopher Garren's crew has to create a wedding cake that matches the bride's dress. The dress has some beautiful pleating. Will they be able to replicate the fabric in time for the delivery? \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N \N \N 22116 t
+12928 42067 Chaos eng \N Crime thriller starring Jason Statham and Wesley Snipes. A veteran detective is sent to negotiate with a bunch of criminals holding a bank hostage. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:05:00 \N \N 2005 S \N 22118 t
+12928 42144 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:05:00 2014-12-23 22:10:00 \N \N \N \N \N 22119 t
+12928 42145 Chaos eng \N Crime thriller starring Jason Statham and Wesley Snipes. A veteran detective is sent to negotiate with a bunch of criminals holding a bank hostage. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 22:10:00 2014-12-23 23:20:00 \N \N 2005 S \N 22120 t
+12928 42068 Police Interceptors eng \N Highlights from the road-crime documentary series. This week, the ultimate police interceptors take to the streets of Sheffield and Essex to clean up Britain's drivers. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-23 23:20:00 2014-12-23 23:50:00 \N \N \N S \N 22121 t
+12928 42146 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 23:50:00 2014-12-24 00:00:00 \N \N \N \N \N 22122 t
+16080 14788 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 12:00:00 2014-12-21 12:30:00 \N \N \N \N \N 22123 t
+16080 14789 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:00:00 \N \N \N \N \N 22124 t
+16080 14790 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 13:00:00 2014-12-21 13:30:00 \N \N \N \N \N 22125 t
+16080 14791 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 13:30:00 2014-12-21 14:00:00 \N \N \N \N \N 22126 t
+16080 14792 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:30:00 \N \N \N \N \N 22127 t
+16080 14793 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 14:30:00 2014-12-21 15:00:00 \N \N \N \N \N 22128 t
+8385 60713 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 06:00:00 2014-12-23 11:00:00 \N \N \N \N \N 22129 t
+17920 42951 Cuckoo eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:30:00 \N \N \N \N \N 22130 t
+17920 43970 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:00:00 \N \N \N \N \N 22131 t
+17920 41874 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-22 04:00:00 2014-12-22 05:30:00 \N \N \N \N \N 22132 t
+17920 39920 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 05:30:00 2014-12-22 18:58:00 \N \N \N \N \N 22133 t
+25792 52437 Flog It! eng \N Collectible kings James Lewis and Thomas Plant go heirloom-hunting in lovely Harrogate. Host Paul Martin takes a break and stops off for a cuppa at Betty's, the famous old tea room. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N S \N 22134 t
+25792 52438 Great British Railway Journeys eng Winchester to Isle of Wight Roving by rail. Michael Portillo discovers what did amuse Queen Victoria, as he travels by train to her favourite holiday destination - the Isle of Wight. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N S \N 22135 t
+25792 52439 Great British Railway Journeys eng Brockenhurst to Poole A Victorian voyage by train. Michael Portillo seeks out venomous adders in the New Forest, uncovers a secret library in Wimborne and visits the Poole potteries. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 10:30:00 2014-12-22 11:00:00 \N \N \N S \N 22136 t
+25792 52440 Great British Railway Journeys eng Wareham to Portland Chug along with Michael Portillo, who unearths the amazing oil fields beneath England's seaside resorts and discovers the crucial role Weymouth played on D-Day. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 \N \N \N S \N 22137 t
+40992 52132 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 08:25:00 2014-12-24 08:35:00 \N \N \N \N \N 23393 t
+25792 52441 Great British Railway Journeys eng Oxford to Pershore Travels with a 19th-century guidebook. Michael Portillo gets a special view of Oxford, tastes a steam-powered brew and discovers a colourful crop in the Cotswolds. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 \N \N \N S \N 22138 t
+15920 40610 This Is ITV4+1 eng \N This Is ITV4+1. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-24 06:00:00 2014-12-25 04:00:00 \N \N \N \N \N 22139 t
+41024 60709 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-21 09:00:00 \N \N \N \N \N 22142 t
+4175 49813 Weather For the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 00:10:00 2014-12-22 00:15:00 \N \N \N S \N 22143 t
+4175 49814 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 00:15:00 2014-12-22 06:00:00 \N \N \N S \N 22144 t
+41040 17087 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N \N \N 22145 t
+14498 26492 Robson Green: Extreme Fisherman eng Solomon Islands Robson's in the South Pacific in search of a speed freak that head-butts its prey, an ambush predator with a vicious bite, and the powerful Bandeng. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 22146 t
+14498 26493 Robson Green: Extreme Fisherman eng Mongolia Robson heads to the biggest landlocked country in the world to tackle the huge, ferocious Taimen. He enlists the help of a local Shaman for some spiritual assistance. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N \N \N 22147 t
+14498 26494 Robson Green: Extreme Fisherman eng Madagascar Robson travels to Madagascar, where his first target is a jobfish, a reef predator. He then teams up with local fishermen to spear an octopus. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N \N \N 22148 t
+17609 19641 eng \N \N \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 12:30:00 2014-12-20 14:25:00 \N \N \N \N \N 22149 t
+17609 19827 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 14:25:00 2014-12-20 15:50:00 \N \N \N \N \N 22150 t
+14720 25941 Matt Wilkinson eng \N Matt keeps you company on your Christmas Eve with all the best tunes to keep you smiling! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 16:00:00 \N \N \N \N \N 22151 t
+15856 3464 Celebrity Dinner Date eng \N Celebrity edition of the dating series. Former star of The Only Way Is Essex Amy Childs is given five menus, each put together by a potential blind date. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N S \N 22152 t
+15856 3465 Dinner Date eng \N Culinary dating show. Chanelle from Manchester chooses three dates from five menus. When the dinners have been eaten and the dates are done, who will she want to see for seconds? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N S \N 22153 t
+15856 3466 The Real Housewives of New Jersey eng The Last Supper Reality series about five New Jersey housewives. An uncut version of the dinner party argument from the previous episode, with commentary from the housewives. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N S \N 22154 t
+17609 19741 Jackpot247 eng \N \N \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 01:10:00 2014-12-24 03:00:00 \N \N \N \N \N 22155 t
+23152 17359 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:30:00 \N \N \N \N \N 22156 t
+23152 17360 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-19 12:30:00 2014-12-19 13:00:00 \N \N \N \N \N 22157 t
+23152 17878 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N \N \N 22158 t
+23152 17362 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N \N \N 22159 t
+23152 17363 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 22160 t
+24448 63976 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 22161 t
+24448 63977 Zambezia Morganite Showcase eng \N The delicate, serene morganite from Mozambique is truly a sensational gemstone. A highly luxurious, distinctive pink gemstone that is not one not to be missed. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N \N \N 22162 t
+24448 63978 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 22163 t
+25920 19961 Smartphone BlockBuster eng \N The BlockBuster is the chance to get this product at the best offer - ever, while stocks last. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N \N \N 22164 t
+25920 21081 Halogen Oven Last Chance eng \N The last chance for you to get our special product of the day - the Ideal World Pick of the Day. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N \N \N 22165 t
+25920 20787 Cashmere & Silk Luxury Bedding eng \N Join us on Ideal World to see these fantastic duvets which have perfectly merged the qualities of Cashmere and Silk, to give an amazing all year round duvet! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 22166 t
+15952 2650 Two and a Half Men eng A Live Woman of Proven Fertility American sitcom. Alan is overjoyed by the prospect of Judith remarrying, as he would no longer have to pay alimony. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 03:20:00 2014-12-21 03:40:00 \N \N \N S \N 22167 t
+15952 2649 Two and a Half Men eng A Pot Smoking Monkey American sitcom. Alan tries to hire his ex-wife's lawyer to help him win custody over the dog he and Kandi shared. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 03:40:00 2014-12-21 04:00:00 \N \N \N S \N 22168 t
+15952 39329 Tricked eng \N New series. Ben Hanlin goes undercover to astonish people with amazing magic. Ben also bamboozles Geordie Shore's Charlotte Crosby and Joey Essex with his trickery in this episode. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:50:00 \N \N \N S \N 22169 t
+15952 2308 Life's Funniest Moments eng \N Series featuring hilarious candid moments caught on camera. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 04:50:00 2014-12-21 05:15:00 \N \N \N \N \N 22170 t
+15952 2394 Life's Funniest Moments eng \N Series featuring hilarious candid moments caught on camera. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 05:15:00 2014-12-21 05:40:00 \N \N \N \N \N 22171 t
+23280 5807 Speed Dating eng \N It's fun, it's fast, don't miss out. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 22:00:00 2014-12-20 00:00:00 \N \N \N \N \N 23030 t
+15952 4846 Bonkers Guinness World Records eng \N Matt Edmondson narrates a festive selection of Christmas themed Guinness World Records including the most Christmas trees chopped in two minutes and the largest conga on ice. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 05:40:00 2014-12-21 06:05:00 \N \N \N S \N 22172 t
+24464 50346 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 04:10:00 2014-12-24 05:05:00 \N \N \N \N \N 22173 t
+24464 50347 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 05:05:00 2014-12-24 06:00:00 \N \N \N \N \N 22174 t
+18112 36617 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:30:00 \N \N \N \N \N 22175 t
+18112 36257 12 Again eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 15:30:00 2014-12-20 16:00:00 \N \N \N \N \N 22176 t
+18112 65268 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N \N \N 22177 t
+18112 36258 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 \N \N \N \N \N 22178 t
+18112 36259 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:35:00 \N \N \N \N \N 22179 t
+18112 36477 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-20 17:35:00 2014-12-20 18:58:00 \N \N \N \N \N 22180 t
+14448 27157 Heir Hunters eng \N Series following the work of heir hunters, probate detectives looking for distant relatives of people who have died without making a will. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N \N \N 22181 t
+14448 27158 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:25:00 \N \N \N \N \N 22182 t
+41072 14078 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-19 21:30:00 2014-12-19 22:00:00 \N \N \N \N \N 22183 t
+14448 27159 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 10:25:00 2014-12-20 10:50:00 \N \N \N \N \N 22184 t
+14448 27160 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 10:50:00 2014-12-20 11:15:00 \N \N \N \N \N 22185 t
+14448 27161 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 11:15:00 2014-12-20 11:40:00 \N \N \N \N \N 22186 t
+14448 27162 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 11:40:00 2014-12-20 12:05:00 \N \N \N \N \N 22187 t
+12992 30779 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:05:00 \N \N \N \N \N 22191 t
+12992 30780 Diagnosis Murder eng Sea No Evil Crime drama series about a doctor turned detective. Dr Sloan is not convinced when a lifeguard - the nephew of Gretchen McCord - is blamed for a reporter's drowning. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-19 12:05:00 2014-12-19 13:10:00 \N \N \N \N \N 22192 t
+12992 30781 Cromwell eng \N Historical epic starring Richard Harris and Alec Guinness. Retelling the clash between Oliver Cromwell and Charles I - in private, in Parliament and finally in battle. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 13:10:00 2014-12-19 16:00:00 \N \N 1970 S \N 22193 t
+23712 3043 Fantasy Homes by the Sea eng Cyprus Jenni Falconer hunts down stunning seaside properties. She takes a couple from Fauldhouse in Scotland to Cyprus, to find their home from home in the sun for 300,000 pounds. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N AD,S \N 22194 t
+23712 3044 Escape to the Country eng South Shropshire Alistair helps a couple relocate from their waterside home in Portsmouth to a more sedate life in a Shropshire village, complete with bees and chickens. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N S \N 22195 t
+23712 3045 Homes Under the Hammer eng \N A sneaky peek around three properties before they go to auction. A two bedroom flat in Eton Wick, a mid terrace in Derby and a Victorian house in Enfield are up for grabs. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N S \N 22196 t
+33088 17420 Hi-Tech Toys & Electronic Gifts eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! Find your perfect electrical gifts here! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 22200 t
+33088 17422 Last Minute Gifts eng \N Don't worry if you're stuck for gift inspiration! With our great selection of last-minute present ideas, you're bound to find something for everyone. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 22202 t
+22208 6022 New: Jerry Springer eng She Cheated On Me... Again! Outrageous talk show hosted by the legendary Jerry Springer. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:50:00 \N \N \N \N \N 22203 t
+22208 6042 New: Jerry Springer eng Baby, I Blacked Out Outrageous talk show hosted by the legendary Jerry Springer. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 12:50:00 2014-12-19 13:40:00 \N \N \N \N \N 22204 t
+22208 6047 Dog Patrol eng \N Documentary series demonstrating that dogs aren't merely man's best friend. Focusing on the different dog squads used by the police, find out how canines help combat crime. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 13:40:00 2014-12-19 14:10:00 9 \N \N S 3 22205 t
+27712 21912 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N \N \N 22392 t
+22208 6053 Dog Patrol eng \N Documentary series demonstrating that dogs aren't merely man's best friend. Focusing on the different dog squads used by the police, find out how canines help combat crime. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 14:10:00 2014-12-19 14:40:00 10 \N \N S 3 22206 t
+22208 6061 Monkey Life eng \N Chimp Seamus surprises staff by managing to control his wild side, and the newborn woolly monkey meets other members of its species for the first time. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 14:40:00 2014-12-19 15:10:00 13 \N \N S 2 22207 t
+15456 275 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 12:00:00 2014-12-20 00:00:00 \N \N \N \N \N 22208 t
+17664 58642 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-20 06:10:00 2014-12-20 07:05:00 \N \N \N \N \N 22209 t
+17664 58644 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-20 07:05:00 2014-12-20 07:30:00 \N \N \N \N \N 22210 t
+17664 58645 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 07:30:00 2014-12-20 07:55:00 \N \N \N \N \N 22211 t
+17664 58646 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-20 07:55:00 2014-12-20 09:00:00 \N \N \N \N \N 22212 t
+23296 5796 Loud and Proud eng \N Be proud of who you are and meet your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 12:00:00 2014-12-19 14:00:00 \N \N \N \N \N 22213 t
+23296 5797 Out and About eng \N Don't just sit there, get stuck in. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:00:00 2014-12-19 16:00:00 \N \N \N \N \N 22214 t
+8381 14937 Roman Britain from the Air eng \N Criss-crossing Britain by helicopter, Christine Bleakley and Michael Scott show us a unique view of Roman Britain, revealing what life was like for ordinary people 2,000 years ago. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N S \N 22215 t
+8381 14938 Lottery Stories eng \N A look at the National Lottery as it celebrates its 20th anniversary creating over 3,700 millionaires. Previous winners talk about their experiences both good and bad. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N S \N 22216 t
+8381 14939 ITV News at Ten & Weather eng \N Mark Austin and Julie Etchingham with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:40:00 \N \N \N S \N 22217 t
+8381 15535 Kylie eng Kiss Me Once Footage from the pop princess's thirteenth concert tour, featuring songs from her most recent album alongside classics such as Spinning Around and Can't Get You Out of My Head. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 23:40:00 2014-12-24 00:50:00 \N \N \N \N \N 22218 t
+41072 14079 Crossman eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:30:00 \N \N \N \N \N 22219 t
+27744 42025 Star Trek - The Original Series eng \N The original Star Trek series, digitally remastered to look and sound better than ever. The Enterprise takes on some orphaned children, with some rather unusual gifts.../24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 4 \N \N \N 3 22220 t
+27744 42026 NCIS eng \N Special Agent Gibbs leads his NCIS Team of investigators in the world of military crime. The meat puzzle involves chunks of bodies turning up, and Ducky might be next!/23 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 13 \N \N \N 2 22221 t
+27744 42027 The Streets of San Francisco eng \N A pair of plainclothes homicide detectives, cruise the streets of San Francisco solving crimes. Add Karl Malden, Michael Douglas and a killer theme tune and you have a classic. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 22222 t
+16048 31897 Christmas Lights eng \N Robson Green and Mark Benton star in this comedy drama about competitive brothers-in-law who get drawn into a battle for the best Xmas lights that threatens to ruin both families. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 12:45:00 2014-12-24 14:10:00 \N \N \N AD,S \N 22223 t
+16048 32872 Mamma Mia! eng \N Exuberant ABBA musical starring Meryl Streep and Amanda Seyfried, 2008. A bride-to-be invites three of her mother's ex-lovers to her wedding to find out which of them is her father \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 14:10:00 2014-12-24 16:25:00 \N \N \N AD,S \N 22224 t
+8274 45018 Good Morning Britain eng \N Breakfast show with the latest news, sport and weather, presented by Susanna Reid, Ben Shephard, Charlotte Hawkins and Sean Fletcher. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 08:30:00 \N \N \N S \N 22225 t
+8274 45019 Lorraine eng \N Topical mix of entertainment, discussion, fashion, food and celebrity gossip. Ben Caplan chats about the Call the Midwife Christmas special, and the Kinks musical Sunny Afternoon. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:25:00 \N \N \N S \N 22226 t
+28416 20091 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:30:00 \N \N \N \N \N 22393 t
+16080 14757 Holiday and Cruise Club eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N \N \N 23127 t
+28160 15741 The Worship Hour eng \N Rick Easter starts your afternoon with the very best worship music, Bible readings and prayer. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 22241 t
+28160 15742 The News Hour eng \N Join Rick Easter and the Premier News team for all today's breaking stories, live, as they happen. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N \N \N 22242 t
+28160 15743 Focus on the Family eng \N Teaching and advice on marriage, parenting and family issues. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N \N \N 22243 t
+28160 15744 The Best of Woman to Woman eng \N Maria Rodrigues presents a choice cut from her daily Woman to Woman show. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N \N \N 22244 t
+22208 1949 UK Border Force eng \N The exclusive observational documentary series continues with immigration officers at Heathrow's Terminal 3 investigating a man who they suspect may be a drugs mule. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 4 8 \N S,AD \N 22245 t
+22208 2047 UK Border Force eng \N A raid on a bingo hall in Yeovil uncovers illegal workers, while Iraqi clandestines are discovered in the back of a lorry in Calais and stopped from entering the UK. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 7 8 \N S,AD \N 22246 t
+22208 2074 UK Border Force eng \N The powerful and provocative documentary returns for a second series. Find out how the UK Border Agency enforces immigration and custom regulations both in the UK and abroad. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 1 10 \N S,AD \N 22247 t
+32836 43635 Dudley's Christmas Fayre eng \N Celebrity Chef, Dudley Newbury serves up perfect Christmas meals. Learn short cuts and tricks of the trade with Cardiff's longest serving TV Chef. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:30:00 \N \N \N \N \N 22248 t
+32836 30887 Seaside Rescue eng \N Duncan Bannatyne goes on a mission to save the British seaside holiday, starting in Ramsgate, where a once-admired children's attraction requires attention. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 12:30:00 2014-12-19 13:30:00 \N \N \N \N \N 22249 t
+41072 14080 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-19 22:30:00 2014-12-19 23:00:00 \N \N \N \N \N 22250 t
+41072 14081 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 22251 t
+32836 30888 All Star Unplugged eng \N A platform for up-and-coming musicians and bands across all genres of music. Recorded in the Live Room, at Made in Leeds Studios. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N \N \N 22252 t
+32836 30889 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N \N \N 22253 t
+32836 30890 Beyond the Grave eng \N Josh Ellis is joined by Lou Pope, a psychic medium. The mystic duo take on some of Bristol's spookiest spots and speak to local people about life...Beyond the Grave \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N \N \N 22254 t
+16208 36921 The Bill eng \N The news of the latest suspect is kept secret from Kerry Young, who plans to move in with Luke Ashton - but how will she react when she hears the news? \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N S \N 22255 t
+16208 38029 The Liver Birds eng Love 'Em - And Almost Leave 'Em British sitcom gold in the form of Carla Lane's flatshare comedy. The girls receive a visit from Carol's pregnant cousin Aveline. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:40:00 \N \N \N \N \N 22256 t
+16208 39106 Last of the Summer Wine eng Available for Weddings The world's longest-running sitcom! Cycling down a hillside, Clegg ends up with a fractured foot. Truly demonstrates how the accident could have been avoided. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 13:40:00 2014-12-19 14:20:00 \N \N \N S \N 22257 t
+16208 36924 Birds of a Feather eng Women's Troubles More laughs from the two cockney sparrows, Sharon and Tracey. Whilst Sharon is out enjoying herself with her new boyfriend, Tracey is convinced she is pregnant. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:20:00 2014-12-19 15:00:00 \N \N \N \N \N 22258 t
+41008 58639 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 05:20:00 2014-12-20 06:15:00 \N \N \N \N \N 22260 t
+8281 27867 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:45:00 \N \N \N S,SL \N 22265 t
+8281 28096 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 03:45:00 2014-12-24 05:05:00 \N \N \N \N \N 22266 t
+8281 28097 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 05:05:00 2014-12-24 06:00:00 \N \N \N S,SL \N 22267 t
+8452 58986 The British Comedy Awards 2014 eng \N Jonathan Ross hosts the biggest night of the year for British comedy, which, in its 25th year, continues to celebrate the absolute best and brightest in British comedy. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:10:00 2014-12-20 02:00:00 \N \N \N S \N 22268 t
+8452 58636 Martha Marcy May Marlene eng \N Drama. Elizabeth Olsen stars as a woman who's left troubled and paranoid after escaping from a cult and its abusive, manipulative leader (John Hawkes). Strong language/sex/violence. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:40:00 \N \N 2011 S \N 22269 t
+14720 1720 Club Classics with Roberto eng \N Roberto has the best floorfillers to get you in the mood for your evening ahead. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 21:00:00 2014-12-21 01:00:00 \N \N \N \N \N 22270 t
+22226 6255 Are You Smarter Than A 10 Year Old? Dick and Dom present the daily quiz that tests the nation's adults on questions spanning the primary school national curriculum in a bid to win 25,000 eng \N How smart are you? \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 12:05:00 2014-12-19 13:05:00 \N \N \N S,AD \N 22271 t
+22226 6256 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-19 13:05:00 2014-12-19 13:35:00 \N \N \N S,AD \N 22272 t
+28416 20092 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 17:30:00 2014-12-19 19:00:00 \N \N \N \N \N 22394 t
+41072 14077 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:30:00 \N \N \N \N \N 23031 t
+22226 6257 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-19 13:35:00 2014-12-19 14:05:00 \N \N \N S,AD \N 22273 t
+22226 6259 Pointless eng \N Quiz in which contestants try to score as few points as possible by coming up with the general knowledge answers no-one else can think of. Alexander Armstrong hosts. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 14:05:00 2014-12-19 15:05:00 \N \N \N S \N 22274 t
+23712 3407 DIY SOS eng Lymington Home transformations courtesy of Nick Knowles and the team. In Lymington, Carrie and Rob need help with a kitchen makeover that has gone drastically awry. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 \N \N \N AD,S \N 22275 t
+23712 3408 DIY SOS eng Sheffield DIY disasters remedied by Nick Knowles and the crew. The Pickerings have been sleeping in full view of their neighbours ever since Shelley destroyed an internal wall. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 \N \N \N AD,S \N 22276 t
+23712 3409 Escape to the Country eng North Wales Jules Hudson attempts to bring another rural dream to life as he guides a retired couple in their quest to find the good life in north-west Wales. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N AD,S \N 22277 t
+23712 3410 Beeny's Restoration Nightmare eng \N Sarah Beeny tries to turn her stately home into a wedding venue. With the first ceremony just six weeks away, Sarah and Graham still have a DIY mountain to climb. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N AD,S \N 22278 t
+28352 2156 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 22279 t
+28352 2157 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N \N \N 22280 t
+28352 2158 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N \N \N 22281 t
+28352 2159 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N \N \N 22282 t
+28352 2160 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N \N \N 22283 t
+33088 17363 Butler & Wilson Fashion Jewellery eng \N Designed and made in London, this range of couture fashion jewellery by the renowned Simon Wilson includes larger-than-life crystal-set pieces. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 22284 t
+33088 17364 Cook's Essentials eng \N Designed specifically in response to customers' feedback, the Cook's Essentials range includes everything from stainless steel cookware with unique, impact-bonded bases to innovative electrical tools. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N \N \N 22285 t
+33088 17365 Hi-Tech Toys & Electronic Gifts eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! Find your perfect electrical gifts here! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 22286 t
+23184 17358 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 22287 t
+23184 17359 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N \N \N 22288 t
+23184 17360 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N \N \N 22289 t
+23184 17878 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N \N \N 22290 t
+23184 17362 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N \N \N 22291 t
+22720 1344 Justin eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 12:00:00 2014-12-19 15:00:00 \N \N \N \N \N 22295 t
+27360 18788 World Series by Renault eng \N A review of the 2014 season, which was held over nine rounds across Europe and culminated in an exciting last leg in Jerez where the 3.5 class was decided. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 22296 t
+27360 18446 Live Bordeaux v Lyon eng \N Live French Ligue 1 football from Stade Chaban-Delmas between two clubs looking to keep their title hopes alive before the winter break. Lyon won 2-1 in injury time here in March. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 20:00:00 2014-12-21 22:00:00 \N \N \N \N \N 22297 t
+20352 58144 eng \N \N \N 0 25 f 1 eng eng 1 0 0 \N 2014-12-19 14:15:00 2014-12-19 16:30:00 \N \N \N \N \N 22299 t
+18112 65466 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:15:00 \N \N \N \N \N 22300 t
+18112 36604 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 15:15:00 2014-12-24 15:25:00 \N \N \N \N \N 22301 t
+18112 35954 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 15:25:00 2014-12-24 16:00:00 \N \N \N \N \N 22302 t
+18112 35955 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N \N \N 22303 t
+18112 36326 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 \N \N \N \N \N 22304 t
+18112 36327 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:25:00 \N \N \N \N \N 22305 t
+18112 36508 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 17:25:00 2014-12-24 17:55:00 \N \N \N \N \N 22306 t
+18112 36509 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-24 17:55:00 2014-12-24 18:58:00 \N \N \N \N \N 22307 t
+27840 5274 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 22308 t
+27840 5275 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 22309 t
+27840 5276 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 22310 t
+22336 58571 The Big Bang Theory eng The Grasshopper Experiment Raj panics when his parents arrange a blind date for him, only to discover that he actually can talk to a member of the opposite sex after a few drinks. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 00:05:00 2014-12-24 00:35:00 \N \N \N AD,S \N 22311 t
+22336 58572 The Big Bang Theory eng The Cooper-Hofstadter Polarization Sheldon and Leonard are asked to give a paper at a physics conference, but Sheldon is reluctant to share the credit, so Penny tries to help. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 00:35:00 2014-12-24 01:00:00 \N \N \N AD,S \N 22312 t
+22336 58573 The Inbetweeners eng \N Will, Simon, Jay and Neil bunk off school. They head to Neil's house to get drunk, where Simon has a vodka-induced romantic revelation about his childhood sweetheart Carli. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:35:00 \N \N \N AD,S \N 22313 t
+22336 58574 The IT Crowd eng Calamity Jen The team face their first test during Reynholm Industries' so-called 'war on stress'. The office is on fire, Roy has an attack of kleptomania, and Jen's shoes don't fit. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 01:35:00 2014-12-24 02:10:00 \N \N \N S \N 22314 t
+22336 58575 Rules of Engagement eng The Set Up When Russell discovers that Timmy has a sister, he does everything in his power to impress her and ends up giving an inaccurate impression of himself. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 02:10:00 2014-12-24 02:35:00 \N \N \N S \N 22315 t
+22336 58576 Rules of Engagement eng Dirty Talk In the first episode of season six, Russell returns from a cruise and admits that while on board he married his old flame Liz after a drunken night together. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 02:35:00 2014-12-24 03:05:00 \N \N \N S \N 22316 t
+13024 50992 The Muppets & Lady Gaga at Xmas eng \N Holiday special in which Lady Gaga joins the Muppets to sing festive favourites and some of her own hits. Guests include Sir Elton John, Joseph Gordon-Levitt and Kristen Bell. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 12:30:00 2014-12-21 13:40:00 \N \N \N S \N 22317 t
+13024 50993 It's A Very Merry Muppet Christmas Movie eng \N Seasonal Muppet movie starring David Arquette and Whoopi Goldberg. The gang battles a stingy banker who is threatening to take over their beloved theatre. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 13:40:00 2014-12-21 15:25:00 \N \N 2002 S \N 22318 t
+28480 11514 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 22319 t
+28480 11515 Family Worship Centre Associate Pastors eng \N The church service of Jimmy Swaggart Ministries. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 22320 t
+28480 11516 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 22321 t
+8452 58715 The King of Queens eng Do Rico Doug's imitation of his new colleague Rico's accent really turns Carrie on. But Doug thinks it's getting a bit weird, until Carrie starts imitating Rico's Italian girlfriend... \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 07:20:00 2014-12-23 07:45:00 \N \N \N S \N 22323 t
+8452 58716 The King of Queens eng Roast Chicken Doug is roped into making a speech at a party for Carrie's boss, who he hardly knows. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 07:45:00 2014-12-23 08:10:00 \N \N \N S \N 22324 t
+17609 19643 eng \N \N \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 15:50:00 2014-12-20 17:35:00 \N \N \N \N \N 22325 t
+8452 58717 Everybody Loves Raymond eng Tissues When Debra grudgingly agrees to let Ray be more involved in the daily decision making, he starts shopping for things that he wants. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 08:10:00 2014-12-23 08:35:00 \N \N \N S \N 22326 t
+8452 58718 Frasier eng IQ Who has the most impressive IQ, Frasier or Niles? The results of their childhood tests are finally revealed, and one is much higher than the other. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 08:35:00 2014-12-23 09:00:00 \N \N \N S \N 22327 t
+14448 27297 Teleshopping eng \N Innovative, value-for-money products brought directly to you at home... Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:00:00 \N \N \N \N \N 22328 t
+25920 21077 Eyesential 3 in 1 Problem Solver eng \N Join us in the studio with one of our best-selling cosmetic products, Eyesential! - approximately 1 bottle sold every minute of every day worldwide! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 22329 t
+25920 20783 Last Minute Technology Gifts eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 22330 t
+25920 21078 Eyesential 3 in 1 Problem Solver eng \N Join us in the studio with one of our best-selling cosmetic products, Eyesential! - approximately 1 bottle sold every minute of every day worldwide! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 22331 t
+40960 53215 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:30:00 \N \N \N \N \N 22336 t
+40960 53216 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 03:30:00 2014-12-22 03:45:00 \N \N \N \N \N 22337 t
+40960 53217 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-22 03:45:00 2014-12-22 04:00:00 \N \N \N \N \N 22338 t
+40960 53218 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:30:00 \N \N \N \N \N 22339 t
+40960 53219 HARDtalk eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 04:30:00 2014-12-22 05:00:00 \N \N \N \N \N 22340 t
+40960 53220 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 05:00:00 2014-12-22 05:30:00 \N \N \N \N \N 22341 t
+40960 53221 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 05:30:00 2014-12-22 05:45:00 \N \N \N \N \N 22342 t
+40960 53222 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 05:45:00 2014-12-22 06:00:00 \N \N \N \N \N 22343 t
+14498 26391 Wheeler Dealers eng Peugeot 205 Part 1 Auto experts Mike Brewer and Edd China work their magic on a Peugeot 205, but with a modest budget can they transform it from a banger into a dream machine? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 22344 t
+14498 26392 Wheeler Dealers eng Peugeot 205 Part 2 Follow mechanical maestros Mike Brewer and Edd China as they get under the bonnet of a second-hand Peugeot 205 in an aim to turn it from trash into cash. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 22345 t
+14498 26393 Salvage Hunters eng \N Drew is delighted by a collection of rare vehicles until he realises they are not all for sale. Plus, will a scrapyard in Coventry have anything promising to offer? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N \N \N 22346 t
+14498 26394 Wheeler Dealers eng Triumph Spitfire Part 1 Mike Brewer and Edd China are keen to crack on with the renovation of an iconic Triumph Spitfire. There's a lot of work to be done. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N \N \N 22347 t
+14498 26395 Wheeler Dealers eng Triumph Spitfire Part 2 Edd has replaced the differential and rear shocks on the Triumph Spitfire, and had the bumpers and handles chromed. But can Mike sell it for a profit? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 \N \N \N \N \N 22348 t
+41040 17146 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 22349 t
+32836 42929 The Cool Beans Television Show eng \N An interview with the world's greatest air drummer, magic lessons with Benoit Pierre, the return of Extreme Challenges and quite possibly the drum & bass smash hit of 2014. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:30:00 \N \N \N \N \N 22353 t
+32836 30972 Acapela eng \N Join us from Acapela, the boutique venue/recording studios in Pentyrch just outside of Cardiff. We give an opportunity for artists from Cardiff and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:00:00 \N \N \N \N \N 22354 t
+32836 42985 Teleshopping eng \N Teleshopping for space saving system. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 01:00:00 2014-12-22 01:30:00 \N \N \N \N \N 22355 t
+32836 42943 Teleshopping eng \N Teleshopping for eye make-up. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 01:30:00 2014-12-22 02:00:00 \N \N \N \N \N 22356 t
+32836 42957 Teleshopping eng \N Teleshopping for a steam mop. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 02:00:00 2014-12-22 02:30:00 \N \N \N \N \N 22357 t
+32836 42971 Teleshopping eng \N Teleshopping for beds and mattresses. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:00:00 \N \N \N \N \N 22358 t
+23280 5816 Your Perfect Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 20:00:00 \N \N \N \N \N 22359 t
+23280 5817 Flirt With Me eng \N Flirt and meet with Kiss Me TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 22:00:00 \N \N \N \N \N 22360 t
+14608 31966 M*A*S*H eng \N In the middle of a freezing Korean winter, Henry tells the surgical staff that the enemy has cut their supply lines. Hot Lips suggests that they take drastic emergency measures. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 21 \N \N \N 2 22361 t
+14608 31967 M*A*S*H eng \N A decorated soldier confides to Hawkeye that he was beaten by his own unit for being gay. Frank finds out from another source and tries to have the soldier dishonourably discharged. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 22 \N \N \N 2 22362 t
+14608 31968 Prince Charles And Prince William eng \N Royal Rivals Or Father & Son? How have Prince Charles & his eldest son William stayed so visibly fond of each other through the tragedy and upheaval of family divorce, death and a continuous mistress? \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 22363 t
+15808 50277 V De V Endurance Season Review eng \N We review this season's action from the popular V de V Series which sees prototypes and GTs compete across Europe. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 03:15:00 2014-12-20 05:05:00 \N \N \N \N \N 22364 t
+15808 50278 Scottish Borders Hill Rally eng \N Over 100 miles of stages through the Scottish borders make up this popular annual hill rally. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 05:05:00 2014-12-20 06:00:00 \N \N \N \N \N 22365 t
+22688 1006 Magic 80s with Gary Vincent eng \N Magic brings you the 80s to put you in a good mood every Friday night. Gary Vincent entertains with special guests and the best songs from the biggest decade in music. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 19:00:00 2014-12-19 21:00:00 \N \N \N \N \N 22366 t
+41072 14071 London360 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 22367 t
+41072 14072 eng \N \N \N 0 25 f \N \N \N 5 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 22368 t
+41072 14073 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 22369 t
+8267 16315 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 00:45:00 2014-12-21 03:00:00 \N \N \N \N \N 22374 t
+14372 9086 Under 10 Day with Chloe eng \N Chloe is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N \N \N 22375 t
+14372 9087 Under 10 Day with Chloe eng \N Chloe is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N \N \N 22376 t
+14372 9088 Under 10 Day with Chloe eng \N Chloe is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 22377 t
+24032 31261 A Christmas Carol eng \N Adaptation of the Dickens tale starring George C Scott and Susannah York, 1984. A Victorian misanthrope's life is radically changed one Christmas Eve by visits from Christmas spirits \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 18:55:00 2014-12-19 21:00:00 \N \N \N \N \N 22378 t
+24064 59847 My Family Feast eng The Italians Sean Connolly is invited to a special weekend with four generations of the Pacialeo family who get together each year in late summer for a weekend of tomato bottling. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N \N \N 22379 t
+24064 59848 My Family Feast eng The Chinese The Yip family invite Sean Connolly over for a sumptuous weekend as they celebrate Ching Ming - an annual Chinese gathering when families pay respect to their late ancestors. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N \N \N 22380 t
+24064 59849 My Family Feast eng The Mandeaen Iraqis Sean Connolly makes a sumptuous visit to the Abboud Al-Suhairy family to experience the true Mandaean way of life: one that promotes a healthy and sustainable diet. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N \N \N 22381 t
+24064 59850 My Family Feast eng The Vietnamese Sean Connolly joins the Le family for the mid-autumn Moon Festival, Tet Trung Thu. Similar to Thanksgiving, this is a festival of family reunions, gifting and eating. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 10:30:00 2014-12-22 11:00:00 \N \N \N \N \N 22382 t
+24064 59851 My Family Feast eng The Cubans Sean Connolly meets the 'Cubanadas', a dynamic group of Cuban women who show him how to cook their favourite dishes for their friend Margarita San Jose's 70th birthday celebrations. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 \N \N \N \N \N 22383 t
+24064 59852 What's Really in Our Food? eng \N Carolyn Robinson uncovers the real science behind the foods we eat. She investigates if low-fat ice cream is a healthier option and discovers a surprising mystery ingredient. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 \N \N \N \N \N 22384 t
+41136 50292 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 09:35:00 2014-12-20 10:35:00 \N \N \N \N \N 22385 t
+41136 50293 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 10:35:00 2014-12-20 11:35:00 \N \N \N \N \N 22386 t
+41136 50294 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 11:35:00 2014-12-20 12:10:00 \N \N \N \N \N 22387 t
+27712 21908 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:30:00 \N \N \N \N \N 22388 t
+27712 21909 Counting the Cost eng \N Counting the Cost provides background to the economics stories that shape our world and impact on the lives of ordinary people. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N \N \N 22389 t
+27712 21910 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N \N \N 22390 t
+27712 21911 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N \N \N 22391 t
+41008 58716 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 07:45:00 2014-12-23 08:10:00 \N \N \N \N \N 22434 t
+25664 55895 4Music Xmas Quiz! eng \N Settle in for a while as we test your festive knowledge! Look out for the questions at the start of every track, and for us to reveal the answers at the end. \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N \N \N 22395 t
+25664 55896 Peter Andre's Xmas Xtravaganza Top 20 eng \N Peter delivers a sackful of his favourite seasonal songs from S Club 7, to Wizzard, to Wham! These tunes are bound to get you in the festive spirit! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 17:00:00 2014-12-24 19:00:00 \N \N \N \N \N 22396 t
+15952 2613 All Star Family Fortunes Christmas eng \N Vernon Kay presents a festive episode of the celebrity game show. A team from reality series The Only Way Is Essex takes on cast members from hit sitcom Benidorm. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 12:15:00 2014-12-19 13:15:00 \N \N \N S \N 22397 t
+15952 2614 Emmerdale eng \N Robert is unnerved as Lawrence plans revenge. Belle shocks Vanessa and Paddy. Pollard is frustrated at Val's charity efforts. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 13:15:00 2014-12-19 13:45:00 \N \N \N AD,S \N 22398 t
+15952 2615 Emmerdale eng \N Is the net closing in on Robert? Val's charity evening does not go to plan. Rakesh worries about Kirin's future. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 13:45:00 2014-12-19 14:15:00 \N \N \N AD,S \N 22399 t
+15952 6604 You've Been Framed at Christmas! eng \N Harry Hill presents a festive edition of the home video show, featuring Christmas catastrophes. Including stumbling Santas and a dog who cocks his leg at the Christmas tree. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 14:15:00 2014-12-19 14:50:00 \N \N \N S \N 22400 t
+15952 2617 Royal Pains eng Manimal Drama series. Hank must look after Dmitry, but the stubborn Russian does not want to help his prospects by taking care of his diabetes. Van Dyke turns up to work drunk. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 14:50:00 2014-12-19 15:45:00 \N \N \N S \N 22401 t
+41120 14086 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 22405 t
+41120 14087 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 22406 t
+41120 14088 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N \N \N 22407 t
+13024 50938 Lucky Christmas eng \N Romantic drama starring Elizabeth Berkley and Jason Gray-Stanford. An unlucky single-mother hopes her luck will change when she meets a new man in the run up to Christmas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 12:25:00 2014-12-19 14:15:00 \N \N 2011 S \N 22408 t
+13024 50939 5 News at Lunchtime eng \N National and international news. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 14:15:00 2014-12-19 14:20:00 \N \N \N S \N 22409 t
+13024 50940 Home and Away eng \N John and Marilyn adopt Jett. Phoebe tells Kyle that she wants to move back to Melbourne. Gray is arrested, and Chris realises that Spencer is in real danger. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 14:20:00 2014-12-19 14:50:00 \N \N \N AD,S \N 22410 t
+13024 50941 Dearest Secret Santa eng \N Fantasy romance starring Tatyana Ali and Bill Cobbs. A woman thinks that a former friend and neighbour is sending her amorous Christmas cards from beyond the grave. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 14:50:00 2014-12-19 16:35:00 \N \N 2013 S \N 22411 t
+15840 3626 It's Snow Time eng \N Break out the sleigh bells for a host of festive favourites to chill out with this season. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N \N \N 22412 t
+22592 17723 The Sports Bar eng \N Andy Goldstein & Jason Cundy with reaction, analysis and your chance to have your say on the day's sport. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-22 22:00:00 2014-12-23 01:00:00 \N \N \N \N \N 22413 t
+24448 64005 Pink Sapphire Showcase eng \N One of the most sought after sapphire colours on the planet, ultra feminine and desirable. You are sure to fall in love with pink sapphire. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 22414 t
+24448 63855 Spotlight Auction eng \N Tune in every day at 10am and 10pm for a one off unmissable deal on a brand new piece of genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 22415 t
+24448 63856 Great Value Jewellery from GemsTV eng \N Shop and save with live falling auctions from GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N \N \N 22416 t
+41072 14014 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N \N \N 22417 t
+41072 14015 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N \N \N 22418 t
+41072 14016 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N \N \N 22419 t
+41072 14017 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-22 10:30:00 2014-12-22 11:00:00 \N \N \N \N \N 22420 t
+41072 14018 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 \N \N \N \N \N 22421 t
+41072 14019 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 \N \N \N \N \N 22422 t
+8325 2670 The Holiday eng \N Seasonal romantic comedy starring Cameron Diaz and Jack Black, 2006. Two single women, depressed at their love lives in the run-up to Christmas, agree to swap homes for the season \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:45:00 \N \N \N AD,S \N 22423 t
+8325 2673 Release the Hounds eng Jingle Hell Reggie Yates presents a special festive edition of the horror game show, featuring celebrity contestants Perri, Ashley and Jordan from dance troupe Diversity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:45:00 2014-12-22 00:50:00 \N \N \N S \N 22424 t
+8448 59402 Rules of Engagement eng Beating the System When Jeff and Audrey learn that their surrogate is pregnant, Jeff is unprepared for the radical changes that soon begin to affect their lives. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:25:00 \N \N \N S \N 22425 t
+8448 59384 Rules of Engagement eng The Jeff Photo While at a gallery, Audrey finds an old photo of Jeff looking very fit, which motivates him to try to get fit again. Russell is having no luck with women. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:25:00 2014-12-24 06:50:00 \N \N \N S \N 22426 t
+8448 59297 Rude(ish) Tube eng \N This edition of Rude Tube's naughty little sister features a bungee jump with a twist, some epic base jumpers and one of the world's worst pop stars. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 06:50:00 2014-12-24 07:10:00 \N \N \N S \N 22427 t
+8448 59298 Rude(ish) Tube eng \N Rude Tube's naughty little sister discovers some slightly less rude (but still daft) online videos, including a monkey buying himself a drink, Fenton chasing deer and some very odd beards. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 07:10:00 2014-12-24 07:30:00 \N \N \N S \N 22428 t
+8448 58584 Rude(ish) Tube eng \N Rude Tube's naughty little sister discovers some slightly less rude (but still cheeky) online videos, including extreme unicycling, a very bad mystic cat and some incredible frisbee shots. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 07:30:00 2014-12-24 07:55:00 \N \N \N S \N 22429 t
+8448 58583 Hollyoaks eng \N Tegan offers Tony a shoulder to cry on but he ends up discovering a heart-breaking truth. John Paul and Lockie go on the run from the law and end up taking an unexpected journey. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 07:55:00 2014-12-24 08:30:00 \N \N \N AD,S \N 22430 t
+8448 59299 Ivor the Invisible eng \N The beautifully animated story of a 10-year-old boy who wakes up one morning to find a big invisible something sitting on his bed. He quickly becomes friends with the giant, known as Ivor. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N S \N 22431 t
+41008 58715 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 07:20:00 2014-12-23 07:45:00 \N \N \N \N \N 22433 t
+8500 5724 A Christmas Kiss eng \N Festive romance starring Elisabeth Rohm and Laura Breckenridge. A young designer falls for her tyrant boss's boyfriend after sharing a single kiss with him. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 15:35:00 2014-12-19 17:30:00 \N \N 2011 S \N 22440 t
+8500 5725 5 News at 5 eng \N National and international news presented by Emma Crosby. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N S \N 22441 t
+14816 995 1-2-1 Dating - AFTER DARK eng \N Introducing 1-2-1 Dating's new AFTER DARK section at a VERY special low price! Strictly for the open-minded and unshockable. Curious? Check it out! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 22:00:00 2014-12-23 00:00:00 \N \N \N \N \N 22442 t
+14608 32023 The Waiting Game eng \N College friends Sarah and Amy get sucked into a seductive conspiracy when Sarah's Uncle Lowell makes an unexpected visit to their art gallery, drawing the two girls into a game of deception. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 21:00:00 2014-12-22 23:00:00 \N \N \N \N \N 22451 t
+14608 32024 Christmas Lilies Of The Field eng \N Having finished a tour of duty in the army, Homer returns to the chapel he helped build. Again inspired by the nuns' faith and selfless devotion, he builds an orphanage and a school for the children. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 23:00:00 2014-12-23 01:00:00 \N \N \N \N \N 22452 t
+14752 23790 DavidCalvinGorgo eng \N David Guetta, Calvin Harris & Gorgon City take you in to Christmas Day on Capital! Get involved @CapitalOfficial on Twitter \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 22:00:00 2014-12-25 01:00:00 \N \N \N \N \N 22453 t
+16080 14751 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:30:00 \N \N \N \N \N 22454 t
+16080 14752 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 15:30:00 2014-12-20 16:00:00 \N \N \N \N \N 22455 t
+16080 14753 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N \N \N 22456 t
+16080 14754 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 \N \N \N \N \N 22457 t
+16080 14755 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N \N \N 22458 t
+16080 14756 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 \N \N \N \N \N 22459 t
+26240 11708 On Air With Ryan Seacrest eng \N Join Ryan Seacrest and Ellen K for the biggest celebrity guests and gossip direct from Hollywood \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 13:00:00 2014-12-19 16:00:00 \N \N \N \N \N 22460 t
+16016 7470 Midsomer Murders eng The Creeper A burglar known as 'The Creeper' terrorises Midsomer as Barnaby and Jones investigate the murder of a dinner party guest at upper-crust Chettham Park House. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 21:00:00 2014-12-22 23:00:00 \N \N \N AD,S \N 22461 t
+17609 19834 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:35:00 2014-12-20 17:45:00 \N \N \N \N \N 22462 t
+16016 7471 Lewis eng Whom the Gods Would Destroy Kevin Whately stars as DI Lewis. When an Oxford graduate is killed, Lewis and Hathaway launch an investigation that implicates a senior university figure. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:04:00 \N \N \N AD,S \N 22463 t
+14832 1322 Winter in Gay Rabbit Meadow eng \N Gay Rabbit Chat & Date has been connecting people for 6 years, so wherever you sit on the LGBT spectrum, pop in and say hi! Introduce a friend and earn FREE credits for each of you \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 22464 t
+22784 756 Justin on Kisstory eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 13:00:00 2014-12-19 17:00:00 \N \N \N \N \N 22468 t
+8442 55896 New: Car S.O.S eng Brand new series - Campervan Challenge Tim and Fuzz head to Hartlepool, where they cheer up car enthusiast Brian by secretly restoring his cherished 1971 classic VW bay-window campervan. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N S \N 22469 t
+41120 14033 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:30:00 \N \N \N \N \N 23159 t
+41120 14034 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 15:30:00 2014-12-19 16:00:00 \N \N \N \N \N 23160 t
+8442 55897 The Hoarder Next Door eng \N In this Christmas edition of the show, therapist Stelios Kiosses helps Pauline clear her house of old Christmas tat so she can celebrate properly with her grandkids for the first time. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N S \N 22470 t
+8442 56235 The Perfect Penis eng \N The penis is arguably the organ most central to a man's sense of self, and the quest for penile perfection has driven some men to extraordinary and dangerous extremes, as three men prove. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:05:00 \N \N \N S \N 22471 t
+23968 4831 Timothy Goes to School eng \N Doris meets all of her other classmates, who show her fun and exciting things to do in the winter wonderland and Timothy's treasured friendship with Yoko becomes strained. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 \N \N \N \N \N 22472 t
+23968 4832 Strawberry Shortcake eng Berry Bitty Adventures Blueberry's invention of parasol-powered ice skates is all the rage, landing her the opportunity to create her own musical advert for them. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 \N \N \N \N \N 22473 t
+23968 4834 Programmes will resume at 03 eng 00pm Programmes will resume at 03.00pm \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 19:00:00 2014-12-25 06:00:00 \N \N \N \N \N 22474 t
+14816 973 1-2-1 Dating - Try ADULT eng \N 1-2-1 Dating's popular ADULT section is for those seeking something a little unusual, specific or extracurricular. Search the pages to find your adult 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 20:00:00 2014-12-19 22:00:00 \N \N \N \N \N 22475 t
+14800 1322 Come Up and See Me eng \N Rabbit Chat & Date has been connecting people for over 6 years now on TV - and now also by our new iPhone app! Flirt, chat & make new friends. The opportunities are endless! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 22476 t
+12928 42012 Home and Away eng \N John and Marilyn adopt Jett. Phoebe tells Kyle that she wants to move back to Melbourne. Gray is arrested, and Chris realises that Spencer is in real danger. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:35:00 \N \N \N AD,S \N 22477 t
+12928 42013 Cowboy Builders eng \N Dom Littlewood and Melinda Messenger track down the UK's most terrible tradesmen. The duo go in search of a cowboy who left a sick 84-year-old grandfather in the lurch. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 15:35:00 2014-12-19 16:30:00 \N \N \N S \N 22478 t
+12928 42014 Police Interceptors eng \N Documentary series. The interceptors chase a van thief, Dan joins a major manhunt, and Jon wades into a late-night assault involving a pair of TV legends. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:30:00 \N \N \N S \N 22479 t
+40992 52133 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 08:35:00 2014-12-24 09:00:00 \N \N \N \N \N 23394 t
+12928 42015 Police Interceptors eng \N In this episode, dog handler Jon is forced to wrestle with a drunken man, Dan has an early-morning meeting with a drink-driver and a wine-loving shoplifter gets his just desserts. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:30:00 \N \N \N S \N 22480 t
+41104 19982 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 13:00:00 2014-12-19 17:00:00 \N \N \N \N \N 22481 t
+41024 59371 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-19 00:05:00 2014-12-19 01:05:00 \N \N \N \N \N 22482 t
+41024 59486 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 01:05:00 2014-12-19 04:00:00 \N \N \N \N \N 22483 t
+41120 14031 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 22484 t
+41120 14032 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 15:00:00 \N \N \N \N \N 22485 t
+27648 4339 Wheeler Dealers eng Volvo P1800S The team can't wait to get hold of a Volvo P1800 but the problem is, these cars are rare and Mike can only find a single car that's in budget. Will it be good enough? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 22486 t
+27648 4340 Chop Shop: London Garage eng Congestion Buster Bernie wants Leepu to design a traffic-dodging motor. But the smaller this van gets, the more work there is for Bernie and it's still not low enough for Leepu. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N \N \N 22487 t
+27648 4341 Destroyed in Seconds eng \N In Italy, a racecar comes within inches of another as it cartwheels across the track. Then, see a military helicopter lose power and slice through the deck of a naval destroyer. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N \N \N 22488 t
+27648 4342 Destroyed in Seconds eng \N A high-speed crash triggers a chain reaction that sends bodies and motorcycles flying and tanks holding 15,000 gallons of crude oil explode after being struck by lightning. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N \N \N 22489 t
+28160 15819 Christianity Works eng \N Bernie Dymet with unique, down-to-earth teaching to equip your discipleship \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:15:00 \N \N \N \N \N 22490 t
+28160 15820 New Horizons eng \N Dr. Tayo Adeyemi from New Wine Church with teaching to develop your Christian walk. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 18:15:00 2014-12-22 18:30:00 \N \N \N \N \N 22491 t
+28160 15821 Living Truth eng \N Charles Price brings us inspiring Bible teaching from Canada. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N \N \N 22492 t
+28160 15822 Grace to You eng \N Unleashing God's truth, one verse at a time, with Dr. John MacArthur. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N \N \N 22493 t
+28160 15823 Through the Bible eng \N The systematic Bible teaching of Dr. J. Vernon McGee takes listeners through the entire Bible in just five years, \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N \N \N 22494 t
+28160 15824 Life Study of the Bible eng \N Teaching from Witness Lee and discussion on Bible topics. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N \N \N 22495 t
+28160 15825 In Touch eng \N Lively teaching from well-renowned Bible teacher, Dr. Charles Stanley. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N \N \N 22496 t
+28512 680 Meet Someone New Today eng \N Put your flirting to the test and meet thousands of hopefuls, for fun, friendship and more. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:00:00 2014-12-19 18:00:00 \N \N \N \N \N 22497 t
+16032 41854 Share a Story eng Winners' Journey A peek behind the scenes of the Bafta-winning Share a Story Competition. This year we follow the Winners' Story, catching up with all eight victors - chosen by last year's winners. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:25:00 \N \N \N \N \N 22498 t
+16032 41858 Pokemon the Series: XY eng A Campus Reunion Pokemon adventures. Citron returns to his old school where he reminisces about a Kolink he once befriended but was forced to leave behind. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 11:35:00 2014-12-20 12:00:00 \N \N \N \N \N 22500 t
+23040 37994 Cupcake Wars eng \N It is the season for cupcakes as four talented cupcake bakers battle for a place among the stars at the Hollywood Christmas Parade. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 22501 t
+23040 37995 Barefoot Contessa eng \N Scrumptious cooking series with Ina Garten. Ina cooks comfort food for a flustered friend - chicken and mash followed by an oozing apple pie. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N \N \N 22502 t
+23040 37996 Barefoot Contessa eng \N The delightful Ina Garten reveals her cooking tips. Ina prepares a delicious Thanksgiving dinner consisting of pesto pastries and chicken, and there's a table decoration that looks good enough to eat. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N \N \N 22503 t
+23040 37997 Jamie's 15 Minute Meals eng \N Jamie cooks chorizo and squid with greek-style couscous salad, plus simple spaghetti, tomato, basil and creamy curd salad. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N \N \N 22504 t
+23040 37998 Jamie's 15 Minute Meals eng \N Jamie rustles up lamb meatballs, salad and harissa yoghurt, plus incredibly delicious chicken salad. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N \N \N 22505 t
+28032 27977 Alias Smith and Jones eng Shootout at Diablo Station US comedy drama series about two likeable outlaws. Smith and Jones are ambushed and learn that their old friend, Sheriff Lom Trevors, is to be killed. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:50:00 \N \N \N S \N 22506 t
+28032 30348 ITV4 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 03:50:00 2014-12-21 03:55:00 \N \N \N \N \N 22507 t
+28032 28000 The Professionals eng In the Public Interest Bodie and Doyle become hunted men when they visit an apparently crime-free city and begin to question the unorthodox methods of the local constabulary. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-21 03:55:00 2014-12-21 04:45:00 \N \N \N AD,S,SL \N 22508 t
+28032 28001 The Professionals eng Rogue Bodie and Doyle find themselves on the trail of one of CI5's founder members after two key witnesses in a drug-smuggling trial are found dead. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-21 04:45:00 2014-12-21 05:35:00 \N \N \N AD,S,SL \N 22509 t
+28032 25464 Tommy Cooper eng \N Comedy and magic from Tommy Cooper. Guests include Bernard Cribbins. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 05:35:00 2014-12-21 06:00:00 \N \N \N S \N 22510 t
+22624 40339 Daily Lunch eng \N RNIB's Insight Radio - Jill Daley reviews the latest magazines from Cosmopolitan to Q, as well as great music and chat \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-19 13:00:00 2014-12-19 15:00:00 \N \N \N \N \N 22511 t
+4175 55337 Strictly Come Dancing eng \N Tess Daly and Claudia Winkleman present the Strictly Come Dancing grand final. In the first of the night's two live shows, the remaining four couples perform two dances each. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:55:00 \N \N \N S \N 22512 t
+4175 53425 Atlantis eng The Grey Sisters Drama series. As Ariadne lies on her deathbed, Jason resolves to do all he can to save her and embarks on a dangerous quest into the unknown. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 19:55:00 2014-12-20 20:40:00 6 13 \N AD,S \N 22513 t
+4175 57479 The National Lottery Live eng \N The National Lottery Live hosted by Kate Garraway, with special guest Professor Green performing his hit single Lullaby. The programme includes the Lotto and Thunderball draws. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:40:00 2014-12-20 20:50:00 \N \N \N S \N 22514 t
+16032 41861 Horrid Henry eng Horrid Henry and the Zombie Hamster Henry's hamster Fang has disappeared and no-one knows if he's coming back! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:15:00 \N \N \N AD,S \N 23339 t
+4175 57858 Strictly Come Dancing eng \N Tess Daly and Claudia Winkleman present the second show in the Strictly Come Dancing 2014 live final. All the celebrities of 2014 are reunited to perform together one last time. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:50:00 2014-12-20 22:00:00 \N \N \N S \N 22515 t
+23120 20381 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 22516 t
+23120 20380 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N \N \N 22517 t
+23120 20367 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 22518 t
+27456 45217 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:30:00 \N \N \N \N \N 22519 t
+27456 45218 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 12:30:00 2014-12-19 13:00:00 \N \N \N \N \N 22520 t
+27456 45219 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N \N \N 22521 t
+27456 45220 SophieCo eng \N Tune in for the interview show SophieCo with its charming host Sophie Shevardnadze and enjoy good talk. Solid facts, uncommon opinions, thoughtful observations. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N \N \N 22522 t
+27456 45221 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N \N \N 22523 t
+27456 45222 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N \N \N 22524 t
+14832 1350 Blue Gay Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Gay Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 22525 t
+14832 1351 Blue Gay Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Gay Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 22:00:00 2014-12-23 00:00:00 \N \N \N \N \N 22526 t
+8283 27867 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:45:00 \N \N \N S,SL \N 22527 t
+8283 28096 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 03:45:00 2014-12-24 05:05:00 \N \N \N \N \N 22528 t
+8283 28097 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 05:05:00 2014-12-24 06:00:00 \N \N \N S,SL \N 22529 t
+22656 864 Loz Guest eng \N You're safe in the hands of Kerrang! veteran Loz every weekday afternoon. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 14:00:00 2014-12-19 18:00:00 \N \N \N \N \N 22530 t
+41264 275 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 12:00:00 2014-12-20 00:00:00 \N \N \N \N \N 22531 t
+14800 1350 Blue Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 22532 t
+26560 13708 Darryl Morris in the Morning eng \N All The Hits to kickstart your day! Get involved... thehitsradio on Facebook, Twitter & Instagram! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 07:00:00 2014-12-22 10:00:00 \N \N \N \N \N 22533 t
+14800 1351 Blue Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-22 22:00:00 2014-12-23 00:00:00 \N \N \N \N \N 22534 t
+27648 4514 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:30:00 \N \N \N \N \N 22535 t
+27648 4515 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:30:00 2014-12-24 07:00:00 \N \N \N \N \N 22536 t
+22624 40392 Insight Extra eng \N RNIB's Insight Radio - Programmes and highlights of RNIB's newest radio service - Insight Extra. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 02:00:00 \N \N \N \N \N 22680 t
+27648 4516 American Hot Rod eng Rat Rod Build-Off Part 3 Boyd's suggestions fall on deaf ears when he tries to advise Bluebear. And a dramatic confrontation leaves Bluebear's future at the shop in doubt. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:45:00 \N \N \N \N \N 22537 t
+27648 4517 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 07:45:00 2014-12-24 08:10:00 \N \N \N \N \N 22538 t
+27648 4518 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 08:10:00 2014-12-24 08:35:00 \N \N \N \N \N 22539 t
+27648 4519 Total Fishing eng Pike at Chew Valley Lake Have you ever thought of fly-fishing for pike? Matt has and he's about to give it another shot. Plus, experts give top tips on carp and sea fishing. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 08:35:00 2014-12-24 09:00:00 \N \N \N \N \N 22540 t
+8264 45018 Good Morning Britain eng \N Breakfast show with the latest news, sport and weather, presented by Susanna Reid, Ben Shephard, Charlotte Hawkins and Sean Fletcher. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 08:30:00 \N \N \N S \N 22541 t
+8264 45019 Lorraine eng \N Topical mix of entertainment, discussion, fashion, food and celebrity gossip. Ben Caplan chats about the Call the Midwife Christmas special, and the Kinks musical Sunny Afternoon. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:25:00 \N \N \N S \N 22542 t
+14752 40832 Marvin Humes Reloaded eng \N Marvin Humes takes over Capital with a mix of the hottest club tracks around plus the biggest anthems from the playlist. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 22:00:00 \N \N \N \N \N 22543 t
+8384 58721 Andre eng \N This charming, fact-based tale set in coastal Maine in the early 1960s follows the adventures of an animal-loving clan and the orphaned baby seal that becomes part of their family. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:55:00 \N \N 1994 S \N 22544 t
+8384 58722 Ladyhawke eng \N Fantasy adventure. Rutger Hauer and Michelle Pfeiffer star as an outcast knight and his lover, who are cursed by an evil bishop to respectively be a wolf by night and a hawk by day. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 11:55:00 2014-12-23 14:10:00 \N \N 1985 S \N 22545 t
+4168 49788 BBC News eng \N The latest national and international news from the BBC. Also in HD. Followed by weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:20:00 \N \N \N S \N 22546 t
+4168 49789 Match of the Day eng \N Highlights of the day's Premier League games, including Manchester City v Crystal Palace. Also in HD. Followed by National Lottery Update. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 22:20:00 2014-12-20 23:45:00 \N \N \N S \N 22547 t
+4168 49790 The Football League Show eng \N Manish Bhasin introduces all the drama from the Football League's three divisions, including Ipswich v Middlesbrough, Derby v Norwich and Millwall v Bolton. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 23:45:00 2014-12-21 01:05:00 \N \N \N S \N 22548 t
+13120 7388 Laura Geller Makeup eng \N Laura Geller is a renowned make-up artist, teacher and working mother and the creative force behind one of the most successful make-up studios in New York. Join us to explore her superb range. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 22552 t
+13120 7389 Dyson eng \N Vacuum your home with help from the iconic and much-loved British brand Dyson. We will be showcasing unique packages with added accessories, as well as discovering Dyson's new innovative technology. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 22553 t
+13120 7390 Yankee Candles eng \N Since 1969, Yankee Candles have been made in the US from superior materials, including their premium fragrance oils. Fill your home with a wonderfully romantic atmosphere and exquisite scents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 22554 t
+23152 17894 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 22555 t
+23152 17895 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 22556 t
+23152 17896 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N \N \N 22557 t
+17472 55602 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 06:10:00 2014-12-24 07:20:00 \N \N \N \N \N 22560 t
+17472 55603 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 07:20:00 2014-12-24 08:20:00 \N \N \N \N \N 22561 t
+17472 55604 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 08:20:00 2014-12-24 09:55:00 \N \N \N \N \N 22562 t
+14372 8005 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N \N \N 22563 t
+14372 8006 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N \N \N 22564 t
+14372 8007 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 02:00:00 2014-12-23 03:00:00 \N \N \N \N \N 22565 t
+40960 53223 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 08:30:00 \N \N \N \N \N 22566 t
+40960 53224 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N \N \N 22567 t
+41040 17150 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 22568 t
+24016 12845 The Call Of The Wild eng \N A dog named Buck is kidnapped from an American home and taken to the Yukon. Once there, a bond develops between the mistreated animal and a prospector. Stars Rutger Hauer. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 19:15:00 2014-12-19 21:00:00 \N \N 1997 \N \N 22569 t
+26560 13751 Non-Stop Hits! eng \N Non-Stop Hits getting you through your day! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 22570 t
+24480 3584 The Sound of Santa eng \N New! Christmas is a-coming as we deliver you the father of all festive selections. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N \N \N 22571 t
+24480 3585 Sandie Shaw eng My Mixtape New! Inspirational female artists feature on the all-time top song choices of this carefree and barefooted singer who epitomised Sixties music and is still performing 50 years on. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N \N \N 22572 t
+26368 36410 Overnights eng \N David Andrews takes you through the night with more of your relaxing music mix. From midnight. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 00:00:00 2014-12-23 04:00:00 \N \N \N \N \N 22573 t
+26368 36394 Smooth Sanctuary with Chris Skinner eng \N Join Chris Skinner from 8.00pm every weekday evening for the Smooth Sanctuary; your relaxing music mix \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 20:00:00 2014-12-20 00:00:00 \N \N \N \N \N 22574 t
+24464 50289 GT Asia Series eng Highlights of the premier Asian series exclusively for GT3 Supercars featuring an illustrious list of manufacturers competing on tracks in South Korea, Japan, Malaysia and China. Rd 13 Guia (Macau). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:25:00 \N \N \N \N \N 22575 t
+41120 14035 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 23161 t
+24464 50290 Auto Mundial eng Episode 50. Auto Mundial brings you the latest in the automotive industry on a weekly basis new cars, technology, and the main motorshows around the planet. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:25:00 2014-12-20 06:50:00 \N \N \N \N \N 22576 t
+24464 50291 Race of Champions Replay eng \N The very best action from the 2014 Race of Champions. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:50:00 2014-12-20 09:35:00 \N \N \N \N \N 22577 t
+15808 50346 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 04:10:00 2014-12-24 05:05:00 \N \N \N \N \N 22578 t
+15808 50347 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 05:05:00 2014-12-24 06:00:00 \N \N \N \N \N 22579 t
+22752 1108 Kiss Fresh with Tinea eng \N Tinea with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 11:00:00 2014-12-23 15:00:00 \N \N \N \N \N 22580 t
+27712 21982 Head to Head eng \N Mehdi Hassan goes head to head with China's foremost interpreter, Dr Zhang Weiwei, on whether China could, or should, become a western-style democracy. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-22 06:00:00 2014-12-22 07:00:00 \N \N \N \N \N 22581 t
+27712 21984 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 07:30:00 2014-12-22 08:00:00 \N \N \N \N \N 22583 t
+27712 21985 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N \N \N 22584 t
+27712 21986 TechKnow eng \N Science series exploring how the latest scientific discoveries are changing our lives, investigating controversies and celebrating innovation across the world. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N \N \N 22585 t
+8500 5810 The Family Man eng \N Whimsical romantic comedy starring Nicolas Cage and Tea Leoni. Celestial intervention in the life of a workaholic bachelor sees him plunged into an alternative reality. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 16:10:00 2014-12-21 18:30:00 \N \N 2000 S \N 22586 t
+12992 30851 Body of Proof eng Second Chances US mystery series. When a champion equestrian is found dead in the woods, Megan's daughter helps to provide a clue to the killer. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:55:00 \N \N \N S \N 22587 t
+12992 31193 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 18:55:00 2014-12-24 19:00:00 \N \N \N \N \N 22588 t
+12992 31194 NCIS eng Call of Silence US drama about the navy's dedicated federal agency. An old war hero confesses to a murder, but there may be more to the story than meets the eye. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N S \N 22589 t
+12992 31195 NCIS eng Dead Reflection US crime drama series. When a Pentagon security camera catches a petty officer committing a murder, the NCIS team set out to track down the killer. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N AD,S \N 22590 t
+22720 1345 SubSoul Sessions eng \N The hottest House & Garage in the mix \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N \N \N 22591 t
+22720 1346 Kiss Presents eng \N The world's biggest DJs in the mix for Kiss \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N \N \N 22592 t
+22720 1347 Freddie eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 02:00:00 2014-12-23 06:00:00 \N \N \N \N \N 22593 t
+4166 49813 Weather For the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 00:10:00 2014-12-22 00:15:00 \N \N \N S \N 22594 t
+4166 49814 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 00:15:00 2014-12-22 06:00:00 \N \N \N S \N 22595 t
+28096 59423 Dave Gorman Modern Life is Goodish eng I Call Mine Sally Dave Gorman returns to offer his wry take on modern life, only on Dave. First up, he shreds some dirty magazines and helps a gerbil fulfil its destiny! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N S \N 22596 t
+28096 59424 QI XL eng Kinetic Jovial quiz. Stephen Fry gets things moving with a look at kinetics, as perplexed guests Jo Brand, Marcus Brigstocke, Danny Baker and Alan Davies go through the motions. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N S \N 22597 t
+28096 59425 QI XL eng Kinky Ooh, kinky! Top shelf entertainment with Stephen Fry, who whips Janet Street-Porter, Sandi Toksvig, Johnny Vegas and Alan Davies into shape with some titillating trivia. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:55:00 \N \N \N S \N 22598 t
+28096 59426 QI XL eng Games Stephen Fry chairs the always absorbing comedy quiz show and welcomes Liza Tarbuck, Phill Jupitus, Sean Lock and Alan Davies. This time, the guests get gladiatorial. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 02:55:00 2014-12-23 03:45:00 \N \N \N S \N 22599 t
+17664 58721 Andre eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:55:00 \N \N \N \N \N 22600 t
+17664 58722 Ladyhawke eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 11:55:00 2014-12-23 14:10:00 \N \N \N \N \N 22601 t
+25728 54632 SpongeBob SquarePants eng \N Cartoon about an accident-prone sea sponge and his friends Patrick Starfish, Squidward and others. \N 0 25 f 64 eng eng 5 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N AD,S \N 22602 t
+25728 54633 SpongeBob SquarePants eng \N Cartoon about an accident-prone sea sponge and his friends Patrick Starfish, Squidward and others. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N S \N 22603 t
+25728 54634 My Wife and Kids eng Mom's Away Part 1 Cool comedy about a family in which a father gets thrown into the deep end when his wife takes a job as a stockbroker, leaving him to play house-husband. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N S \N 22604 t
+25728 54635 My Wife and Kids eng Mom's Away - Pt 2 Cool comedy about a family in which a father gets thrown into the deep end when his wife takes a job as a stockbroker, leaving him to play house-husband. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 10:30:00 2014-12-22 11:00:00 \N \N \N S \N 22605 t
+25728 54461 All I Want For Christmas is Mariah eng \N A special festive treat in the shape of Mariah Carey's top five singles. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 \N \N \N \N \N 22606 t
+25728 54636 The Official Christmas UK Top 40 eng \N Exclusive first look at the biggest selling songs of the week as we reveal the winners and losers of the race to the official UK Christmas number one spot! \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 11:30:00 2014-12-22 15:00:00 \N \N \N \N \N 22607 t
+22272 65195 Storage Hunters eng Hot Rod and Heavy Hitters It's all-out war in the US reality series as competing bargain hunters bid for storage units. Lori is angry when Brendan cuts a deal with rival Jesse. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 15:20:00 2014-12-24 15:50:00 \N \N \N S \N 22608 t
+22272 65196 Storage Hunters eng Sting Like a Bee Hit fly-on-the-wall reality series. Brandon and Lori are irked by Jesse's aggressive bidding style. And there's a sting in the tail when one unit is opened... \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 15:50:00 2014-12-24 16:20:00 \N \N \N S \N 22609 t
+22624 40404 Music Box eng \N RNIB's Insight Radio - Sandra Gayer makes classical music accessible \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-23 02:00:00 2014-12-23 03:00:00 \N \N \N \N \N 22681 t
+22272 65197 Red Bull Soapbox Race eng Peru It's back! The welcome return of the global event in which daredevil drivers tackle perilous courses in their wacky homemade soapbox vehicles. The action kicks off in Peru. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 16:20:00 2014-12-24 17:20:00 \N \N \N \N \N 22610 t
+22272 65198 Top Gear eng Middle East Special The not-so-wise Jeremy Clarkson, Richard Hammond and James May embark on an action-packed road trip as they attempt to follow the path of the Three Wise Men across the Middle East. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-24 17:20:00 2014-12-24 19:00:00 \N \N \N AD,S \N 22611 t
+4169 49788 BBC News eng \N The latest national and international news from the BBC. Also in HD. Followed by weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:20:00 \N \N \N S \N 22612 t
+4169 49789 Match of the Day eng \N Highlights of the day's Premier League games, including Manchester City v Crystal Palace. Also in HD. Followed by National Lottery Update. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 22:20:00 2014-12-20 23:45:00 \N \N \N S \N 22613 t
+4169 49790 The Football League Show eng \N Manish Bhasin introduces all the drama from the Football League's three divisions, including Ipswich v Middlesbrough, Derby v Norwich and Millwall v Bolton. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 23:45:00 2014-12-21 01:05:00 \N \N \N S \N 22614 t
+28352 2378 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:30:00 \N \N \N \N \N 22615 t
+28352 2379 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:00:00 \N \N \N \N \N 22616 t
+28352 2380 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N \N \N 22617 t
+28352 2381 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 \N \N \N \N \N 22618 t
+8267 18220 Celebrity Squares eng \N Ashley Roberts, David Haye, Reece Shearsmith, Andi Peters, Sandi Toksvig, Stewart Francis, Bridget Christie, Tim Vine and Joe Wilkinson play the classic game show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N S \N 22621 t
+8267 16896 Harry Potter & Half-Blood Prince eng \N Fantasy sequel starring Daniel Radcliffe and Rupert Grint, 2009. With Hogwarts under threat, Harry investigates Voldemort's past and learns the disturbing truth of his origins \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 19:00:00 2014-12-20 22:00:00 \N \N \N AD,S \N 22622 t
+27456 45460 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:30:00 \N \N \N \N \N 22623 t
+27456 45461 Going Underground eng \N Going Underground brings our UK viewers the news they won't get on other networks. We examine both underground and mainstream issues from a fresh and alternative perspective. With Afshin Rattansi. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:00:00 \N \N \N \N \N 22624 t
+27456 45462 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N \N \N 22625 t
+27456 45463 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 \N \N \N \N \N 22626 t
+27456 45464 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:30:00 \N \N \N \N \N 22627 t
+27456 45465 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 17:30:00 2014-12-24 18:00:00 \N \N \N \N \N 22628 t
+13120 7632 Nails Inc eng \N A show of hot seasonal colours, classic manicure favourites and unique nail care solutions from Nails Inc. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 22629 t
+13120 7633 Bibi Bijoux Fashion Jewellery eng \N For jewellery that gets you noticed, look no further than Bibi Bijoux! Bold, luxurious and rich styling gives the wearer a true sense of affordable luxury. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N \N \N 22630 t
+13120 7634 Liz Earle Naturally Active Skincare eng \N Renowned for her knowledge in skin care, Liz Earle has developed a range of products that feature a high concentration of herbs, vitamins and essential oils to soothe your skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 22631 t
+27744 42431 Hawaii Five-O eng \N Popular American police drama starring Jack Lord and James MacArthur. Five-O is up against a sophisticated gang who have come to Hawaii to cash $750,000 in traveller's cheques./24 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 4 \N \N \N 4 22632 t
+27744 42432 Father Dowling Mysteries eng \N US mystery series centring on a Chicago Catholic priest who solves crimes. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N \N \N 22633 t
+27744 42140 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. Geordi disobeys orders and risks his life to try to rescue his missing mother. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N \N \N 22634 t
+26240 11744 Sarah Powell eng \N Sarah ends the day on heat with the latest showbiz news and entertainment gossip! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 16:00:00 2014-12-24 19:00:00 \N \N \N \N \N 22635 t
+32896 8344 Totally Spies eng \N Forward To The Past - When the spies can't find the WOOHP building, they discover that a villain has travelled back in time to persuade a young Jerry to team up with him to start an evil WOOHP. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:30:00 \N \N \N \N \N 22636 t
+32896 8345 Totally Spies eng \N Planet Of The Hunks - A rich and powerful princess is abducting men from around the world to keep in her "human zoo" for her own amusement. The spies are sent to investigate. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:00:00 \N \N \N \N \N 22637 t
+32896 8346 My Little Pony eng \N Pinkie Pie starts the silliest criminal investigation in the history of Equestria when a cake she is guarding for a contest is destroyed on the way to Canterlot. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:30:00 \N \N \N \N \N 22638 t
+32896 8347 My Little Pony eng \N Twilight is confused by her conflicting feelings when she finds out her brother Shining Armor is marrying Celestia's niece Mi Amore. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 10:30:00 2014-12-21 11:00:00 \N \N \N \N \N 22639 t
+41040 17151 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 22:00:00 2014-12-21 22:30:00 \N \N \N \N \N 22640 t
+41040 17152 Witness eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 22:30:00 2014-12-21 23:00:00 \N \N \N \N \N 22641 t
+41040 17153 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 22642 t
+32896 8348 My Little Pony eng \N Twilight saves her brother & all of ponykind by freeing the real Mi Amore and defeating Queen Chrysalis, a changeling that had assumed Mi Amore's appearance in an attempt to take over Equestria. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:30:00 \N \N \N \N \N 22643 t
+32896 8349 My Little Pony eng \N A magical empire has suddenly appeared in the arctic north of Equestria and Princess Celestria needs Twilight and her friends to find a way to protect it. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:00:00 1 2 \N \N \N 22644 t
+41104 20013 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 17:00:00 2014-12-24 21:00:00 \N \N \N \N \N 22645 t
+24032 31359 The Pickwick Papers eng \N Mr Pickwick travels the length and breadth of the country on behalf of The Pickwick Club. But the disreputable Mr Jingle proves a constant irritation. Stars James Hayter. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 09:00:00 2014-12-21 11:15:00 \N \N 1952 \N \N 22646 t
+24032 31360 K9 Christmas eng \N Children's adventure starring Luke Perry and Ariana Bagley. Kassie and her friends help to organise a Christmas fundraiser, but criminals want to steal the money \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 11:15:00 2014-12-21 13:05:00 \N \N \N \N \N 22647 t
+23184 17499 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 03:00:00 2014-12-23 04:00:00 \N \N \N \N \N 22648 t
+23184 17500 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:30:00 \N \N \N \N \N 22649 t
+23184 17501 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-23 04:30:00 2014-12-23 05:00:00 \N \N \N \N \N 22650 t
+23184 17502 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 05:00:00 2014-12-23 06:00:00 \N \N \N \N \N 22651 t
+24064 59898 Treetop Pavilion eng \N New roof timbers are erected to replace the old fire-damaged originals as Mike Westphal and his team attempt to restore a 19th-Century cricket pavilion. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 22652 t
+24064 59899 Sunset Daze eng Senior Prom Reality show featuring an eccentric cast living in an Arizona retirement community. It's prom time at Sun City, but who will be crowned the competition's king and queen? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 22653 t
+24064 59900 My Family Feast eng The Indians When a Bengali bride and a Punjabi groom come together for their wedding, Sean Connolly learns how to prepare an Indian feast for an unforgettable celebration. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N \N \N 22654 t
+24064 59901 What's Really in Our Food? eng \N Are we serving up hormones and antibiotics with the iconic Sunday roast? Can choosing the right veggies reduce your risk of cancer? Carolyn Robinson investigates. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 \N \N \N \N \N 22655 t
+22226 4410 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-23 03:25:00 2014-12-23 03:55:00 \N \N \N S,AD \N 22656 t
+22226 4427 It's Not What You Know eng \N Chris Tarrant presents the game show in which contestants have to predict whether a panel of celebrities can correctly answer questions in their specialist subject areas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 03:55:00 2014-12-23 04:55:00 \N \N \N S \N 22657 t
+22226 4441 Bite Size Brainiac eng \N Vic Reeves, Jon Tickle and the Brainiac team tackle more outrageous experiments and daring scientific misdeeds. Take cover! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 04:55:00 2014-12-23 05:00:00 \N \N \N \N \N 22658 t
+22226 4603 Whittle eng \N Comedian Tim Vine hosts the quiz show that whittles down 100 players to a single winner through a series of multiple-choice general knowledge questions. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 \N \N \N S,AD \N 22659 t
+22226 4616 Whittle eng \N Comedian Tim Vine hosts the quiz show that whittles down 100 players to a single winner through a series of multiple-choice general knowledge questions. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N S,AD \N 22660 t
+22688 1033 The Mellow Magic Love Hour eng \N Your all time greatest love songs \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N \N \N 22661 t
+22688 1034 Mellow Magic eng \N Relax, chill out and feel More Music Magic \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 01:00:00 2014-12-23 04:00:00 \N \N \N \N \N 22662 t
+25792 52306 Boudica's Lost Tribe eng A Time Team Special History that you can really dig. Tony Robinson traces the story of legendary female warrior Boudica and her Iceni tribe by following a huge excavation in Caistor St Edmund, Norfolk. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N S \N 22663 t
+25792 52307 Antiques Roadshow eng Christmas Special A selection box of the antiques' experts favourite finds, plus updates on the whereabouts of several cherished relics. A lawnmower collector gets an Xmas surprise! \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N S \N 22664 t
+25792 52308 Flog It! eng Belfast David Barby and Anita Manning hope to find some hidden gems at Belfast's impressive City Hall. Meanwhile, host Paul Martin takes time out to visit a jewel in Belfast's crown. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N S \N 22665 t
+24016 12890 Attack Of The Sabretooth eng \N A pair of cloned tigers escape from their cages and terrorise college students in an amusement park. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 00:30:00 2014-12-23 02:15:00 \N \N 2005 \N \N 22666 t
+24016 12891 The Brain eng \N A millionaire businessman's brain is kept alive after a deliberate fatal accident. Cecil Parker and Anne Heywood star. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 02:15:00 2014-12-23 04:00:00 \N \N 1962 \N \N 22667 t
+24256 1031 Babestation Blue eng \N Babestation Blue where anything can happen. Bringing you the hottest babes specially selected for your pleasure. Tune in to find out who's on the show. Nothing else matters when you enter the blue. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 05:30:00 \N \N \N \N \N 22668 t
+14688 11625 The No Repeat Guarantee eng \N Leona Graham brings you the No Repeat Guarantee - loads of great music and you'll never hear the same song twice. Text now on 81215 (50p + n/wk chrg) or email via the website at ab \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 14:00:00 2014-12-23 18:00:00 \N \N \N \N \N 22669 t
+23296 5849 Loud and Proud eng \N Be proud of who you are and meet your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 00:00:00 2014-12-23 02:00:00 \N \N \N \N \N 22670 t
+23296 5851 Out and About eng \N Don't just sit there, get stuck in. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 02:00:00 2014-12-23 04:00:00 \N \N \N \N \N 22671 t
+8281 16228 Mr Magorium's Wonder Emporium eng \N Fantasy starring Dustin Hoffman and Natalie Portman, 2007. The magical Mr Magorium is looking for an heir to take over his unusual shop when he passes on \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 15:50:00 2014-12-20 17:35:00 \N \N \N AD,S \N 22672 t
+8281 65388 ITV News Calendar eng \N The latest news from around the region, plus a local weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:35:00 2014-12-20 17:45:00 \N \N \N S \N 22673 t
+8281 16291 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:45:00 2014-12-20 18:00:00 \N \N \N S \N 22674 t
+22784 780 Kisstory Late Night eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 00:00:00 2014-12-23 02:00:00 \N \N \N \N \N 22675 t
+17609 19645 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:45:00 2014-12-20 18:00:00 \N \N \N \N \N 22676 t
+23120 20447 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N \N \N 22677 t
+23120 20455 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N \N \N 22678 t
+23120 20454 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 02:00:00 2014-12-23 03:00:00 \N \N \N \N \N 22679 t
+12928 42071 ..programmes start at 1.00pm eng \N . \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 02:00:00 2014-12-24 06:00:00 \N \N \N \N \N 22725 t
+8448 59085 Famous Fred eng \N Posy Simmonds' enchanting story of Fred, a family moggy by day and an amazing superstar by night, featuring the voices of Lenny Henry and Tom Courtenay. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:35:00 \N \N \N S \N 22682 t
+8448 59086 Rude(ish) Tube eng \N Rude Tube's naughty little sister is back with the internet's most acrobatic dog, some incredible football freestylers and Jessica Alba in a stare-out contest. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:35:00 2014-12-20 13:00:00 \N \N \N S \N 22683 t
+8448 59221 Melissa & Joey eng A Pair of Sneakers Mel's attempts to teach Lennox how to drive don't go very well, but when Joe offers to take over the lessons, Mel refuses to allow it. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 \N \N \N S \N 22684 t
+8448 59222 Melissa & Joey eng Mother of All Problems When Joe tries to smooth over the troubled relationship between Mel and her mother Monica, he gives Monica some advice that infuriates Mel. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 13:30:00 2014-12-20 14:00:00 \N \N \N S \N 22685 t
+8448 59223 How I Met Your Mother eng The Naked Truth Marshall lands his dream job but worries that his past indiscretions will cost him the role. Ted can't decide who to bring to the Architects' Ball. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N AD,S \N 22686 t
+8448 59224 How I Met Your Mother eng Ducky Tie Ted tries to make amends with an ex-girlfriend whom he cheated on during their relationship. Marshall and Lily make a bet with Barney that has an embarrassing forfeit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N AD,S \N 22687 t
+23280 5866 Flirt Zone eng \N Flirt with thousands of people across the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 00:00:00 2014-12-23 02:00:00 \N \N \N \N \N 22688 t
+23280 5856 Picture Dating eng \N Send a Picture, find your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 02:00:00 2014-12-23 04:00:00 \N \N \N \N \N 22689 t
+22592 17785 Kick Off eng The Players Lounge A weekly preview of the weekend's football with Matt Holland and Dean Ashton. Call the show on 08717 22 33 44 (10p/min), text 81089 (50p + charges) or email via talkSPORT.com \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-19 19:00:00 2014-12-19 22:00:00 \N \N \N \N \N 22690 t
+22080 1867 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:30:00 \N \N \N \N \N 22691 t
+22080 1868 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:00:00 \N \N \N \N \N 22692 t
+22080 1889 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:30:00 \N \N \N \N \N 22693 t
+22080 1891 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 13:30:00 2014-12-24 14:00:00 \N \N \N \N \N 22694 t
+22080 1952 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N \N \N 22695 t
+22080 2033 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N \N \N 22696 t
+16208 36981 Jonathan Creek eng Mother Redcap Alan Davies and Caroline Quentin team up to solve another baffling mystery. A judge is found stabbed to death in a room that nobody else could have entered. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 6 6 \N AD,S \N 22697 t
+16208 36982 Jonathan Creek eng The Curious Tale of Mr Spearfish Offbeat drama series with Alan Davies as a mystery-cracking magician. Maddy and Creek meet a man who seems to have sold his soul to the devil. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 1 6 \N AD,S \N 22698 t
+16208 36983 EastEnders Unveiled eng A Weddings Special In Albert Square, it seems that a walk down the aisle is never a walk in the park! This special programme relives classic weddings from the much-loved soap. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 22699 t
+27168 59538 Marvel's Agents of S.H.I.E.L.D. eng Ye Who Enter Here S.H.I.E.L.D. discovers the ancient city before Hydra, but revealing its secrets may require one of Coulson's team of agents to make the ultimate sacrifice. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N AD,S \N 22703 t
+27168 59949 A Great British Christmas with Sarah Beeny eng Sarah Beeny and her husband, artist Graham Swift, explore the history of Christmas through the ages in their Yorkshire stately home, Rise Hall \N \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N S \N 22704 t
+27168 59540 A SuperScrimpers Christmas eng \N The SuperScrimpers return with a festive theme to show how to have a very frugal but fun yuletide, including top turkey recipes for using up every last scrap of the Christmas dinner. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N S \N 22705 t
+14688 11601 Absolute Radio's Greatest Hits eng \N It's the weekend and so Vicki is on Absolute Radio waking you up with all of our Greatest Hits. Tell her why you're up this early and she'll give you a mention. Text Vicki on 81215 \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 04:00:00 2014-12-20 08:00:00 \N \N \N \N \N 22706 t
+41056 18013 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:30:00 \N \N \N \N \N 22707 t
+41056 18014 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:00:00 \N \N \N \N \N 22708 t
+41056 18015 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 10:00:00 2014-12-21 10:05:00 \N \N \N \N \N 22709 t
+41056 18016 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 10:05:00 2014-12-21 10:30:00 \N \N \N \N \N 22710 t
+41056 18017 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 10:30:00 2014-12-21 10:55:00 \N \N \N \N \N 22711 t
+41056 18018 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 10:55:00 2014-12-21 11:00:00 \N \N \N \N \N 22712 t
+41056 18019 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 11:00:00 2014-12-21 11:05:00 \N \N \N \N \N 22713 t
+41056 18020 eng \N \N \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 11:05:00 2014-12-21 12:00:00 \N \N \N \N \N 22714 t
+27328 17264 Road to Rio eng \N As the athletes prepare for their defining moment in 2016, BT Sport follows their journey on the road to Rio. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 06:30:00 2014-12-21 07:00:00 \N \N \N \N \N 22715 t
+27328 17265 Roma v AC Milan eng \N Serie A action from the Stadio Olimpico, Rome. Title-chasers the Giallorossi face a Milan side now managed by the former Rossoneri striker Filippo Inzaghi. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 07:00:00 2014-12-21 08:30:00 \N \N \N \N \N 22716 t
+27328 17266 Manchester City v Crystal Palace eng \N Barclays Premier League from the Etihad. The champions found it tough-going in this fixture a year ago, winning 1-0 against a resolute Palace side thanks to an Edin Dzeko strike. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 08:30:00 2014-12-21 10:00:00 \N \N \N \N \N 22717 t
+23040 38083 Amazing Wedding Cakes eng \N Join us for more jaw-dropping wedding cakes for demanding brides-to-be. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 22718 t
+23040 38084 Amazing Wedding Cakes eng \N The Chicago bakery tackles a Vintage Mustang cake, while the New York ladies create a tall, bejewelled wedding cake with a huge sugar sapphire popping out of the top. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N \N \N 22719 t
+23040 38085 Amazing Wedding Cakes eng \N The LA team crafts a pirate ship cake, while Christopher Garren's bakery draws inspiration from a diner for a bridal shower cake. Ben at the Chicago bakery works on a Magnolia-inspired wedding cake. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N \N \N 22720 t
+12928 42147 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 00:30:00 \N \N \N \N \N 22721 t
+12928 42148 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 00:30:00 2014-12-24 01:00:00 \N \N \N \N \N 22722 t
+12928 42149 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 01:30:00 \N \N \N \N \N 22723 t
+12928 42150 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 01:30:00 2014-12-24 02:00:00 \N \N \N \N \N 22724 t
+8385 58292 The Simpsons Movie eng \N Animated comedy. Homer's love for a pig causes world-threatening pollution and Springfield to be enclosed by a huge dome. D'oh! Will he do the decent thing and save his neighbours? \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:45:00 \N \N 2007 AD,S \N 22732 t
+16048 32948 Foyle's War eng Sunflower Crime drama series. Foyle investigates threats to kill a former Nazi, now working for MI5. Sam is worried that Adam is too busy for her to share some big news with him. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 21:00:00 2014-12-20 23:00:00 \N \N \N AD,S \N 22733 t
+16048 28507 A Touch of Frost eng Held in Trust The disappearance of a young boy at Denton Football Club leads Frost into a disturbing story of child abuse. And Frost must decide whether to accept a promotion. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-20 23:00:00 2014-12-21 01:10:00 \N \N \N S \N 22734 t
+25792 52442 Great British Railway Journeys eng Hartlebury to Great Malvern Relive the delights of Victorian Britain by rail. Michael Portillo learns about the secrets of Worcester sauce and the health benefits of Malvern water. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:30:00 \N \N \N S \N 22735 t
+25792 52443 Great British Railway Journeys eng Lydney to Newport Michael Portillo travels the length and breadth of Britain by train, discovering micro-mines, romantic ruins and an iconic bridge as he chugs through south Wales. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 12:30:00 2014-12-22 13:00:00 \N \N \N S \N 22736 t
+25792 52444 Great British Railway Journeys eng Cardiff to Brecon Discover Cardiff's coal heritage and take a steam ride through the stunning Brecon Beacons. And when is an island not an island? Our roving host finds out in Barry. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N S \N 22737 t
+25792 52445 Great British Railway Journeys eng Port Talbot to Milford Haven Armed with George Bradshaw's seminal Victorian Railway Guidebook, Michael Portillo explores the 19th-century railway legacy en route to Pembrokeshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N S \N 22738 t
+25792 52446 Great British Railway Journeys eng Berwick-upon-Tweed to Morpeth Another day, another destination - Michael Portillo journeys through majestic Northumberland, hearing the amazing story of Ashington's Pitmen Painters. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:30:00 \N \N \N S \N 22739 t
+25792 52447 Great British Railway Journeys eng Bardon Mill to Wigton This Victorian voyage takes Michael Portillo to Hadrian's Wall, where he mucks in and enjoys some hands-on history! We also hear how ticket machines came to be. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 \N \N \N S \N 22740 t
+41024 59538 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 22741 t
+41024 59949 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 22742 t
+41024 59540 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N \N \N 22743 t
+8283 16228 Mr Magorium's Wonder Emporium eng \N Fantasy starring Dustin Hoffman and Natalie Portman, 2007. The magical Mr Magorium is looking for an heir to take over his unusual shop when he passes on \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 15:50:00 2014-12-20 17:35:00 \N \N \N AD,S \N 22744 t
+8283 65388 ITV News Calendar eng \N The latest news from around the region, plus a local weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:35:00 2014-12-20 17:45:00 \N \N \N S \N 22745 t
+8283 16291 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:45:00 2014-12-20 18:00:00 \N \N \N S \N 22746 t
+14498 26495 Robson Green: Extreme Fisherman eng Borneo Robson travels to one of the most biologically diverse landscapes known to man. He teams up with Borneo's top anglers to catch a deep sea monster that can become invisible. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 22749 t
+14498 26496 Robson Green: Extreme Fisherman eng Guatemala Robson travels to Central America to catch the fastest fish on the planet. Along the way, he and the Garifuna people cook sharp toothed Sierra Mackerel. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 22750 t
+14498 26497 Robson Green: Extreme Fisherman eng Ecuador Robson travels to Ecuador to target one voracious carnivore: the grouper. Later, when he isn't using grubs as bait, he eats them - barbequed. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 22751 t
+8381 14841 ITV News & Weather eng \N The latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 12:20:00 2014-12-20 12:30:00 \N \N \N S \N 22752 t
+8381 14842 Surprise Surprise eng \N Holly Willoughby presents the show where ordinary people are rewarded for doing extraordinary things. McBusted surprise a fan with a performance on top of London's O2 arena. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:30:00 2014-12-20 13:30:00 \N \N \N S \N 22753 t
+32836 42986 Teleshopping eng \N Teleshopping for space saving system. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:30:00 \N \N \N \N \N 22754 t
+28352 2384 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 \N \N \N \N \N 22755 t
+8381 14843 Free Willy 2 eng The Adventure Home Sequel to the family adventure starring Jason James Richter and Michael Madsen, 1995. Jessie and his brother set out to save the whales of the Pacific Northwest threatened by an oil spill \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 13:30:00 2014-12-20 15:25:00 \N \N \N AD,S \N 22756 t
+40992 50679 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:10:00 \N \N \N \N \N 22757 t
+40992 50680 Waybuloo eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 18:10:00 2014-12-19 18:20:00 \N \N \N \N \N 22758 t
+40992 50681 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 18:20:00 2014-12-19 18:50:00 \N \N \N \N \N 22759 t
+40992 50761 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-19 18:50:00 2014-12-19 18:58:00 \N \N \N \N \N 22760 t
+40992 47449 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 18:58:00 2014-12-20 05:30:00 \N \N \N \N \N 22761 t
+14720 23089 Ring Roberto eng \N From 7pm Roberto will be taking your calls. Ring Roberto to tell him your what you're up to this Christmas Eve! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 19:00:00 \N \N \N \N \N 22762 t
+15856 3467 The Real Housewives of New Jersey eng Reunion Part 1: Reality series about five New Jersey housewives. The housewives have a reunion. Caroline criticises Danielle, and Teresa and Jacqueline announce their pregnancies. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N S \N 22763 t
+15856 3468 The Real Housewives of New Jersey eng Reunion Part 2: Reality series showing the lives of five New Jersey housewives. Danielle's book is still on the housewives' minds and she is criticised for bringing it to dinner. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N S \N 22764 t
+15856 3469 The Real Housewives of New Jersey eng The Lost Footage Reality series showing the lives of five New Jersey housewives. In this episode, extended footage of the best fights and funniest moments from the series. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N S \N 22765 t
+17609 20133 eng \N \N \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 03:00:00 2014-12-24 03:45:00 \N \N \N \N \N 22766 t
+17609 19742 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 03:45:00 2014-12-24 05:05:00 \N \N \N \N \N 22767 t
+8325 2611 Royal Pains eng Fools Russian Drama series. Hank and Boris team up on a new business venture, just as HankMed's relationship with one of its richest clients is threatened by Jeremiah. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 09:15:00 2014-12-19 10:15:00 \N \N \N S \N 22769 t
+8325 3182 The Chase eng \N Quiz show hosted by Bradley Walsh. Four contestants must pit their wits against the Chaser, a ruthless quiz genius determined to stop them winning the prize cash. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:15:00 2014-12-19 11:15:00 \N \N \N S \N 22770 t
+8325 2613 All Star Family Fortunes Christmas eng \N Vernon Kay presents a festive episode of the celebrity game show. A team from reality series The Only Way Is Essex takes on cast members from hit sitcom Benidorm. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 11:15:00 2014-12-19 12:15:00 \N \N \N S \N 22771 t
+15952 2653 Bonkers Guinness World Records eng \N Matt Edmondson narrates a Bonkers special, counting down the top 30 most watched Guinness World Records on the internet. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 06:05:00 2014-12-21 06:55:00 \N \N \N S,SL \N 22772 t
+15952 2605 ITV2 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:55:00 2014-12-21 07:00:00 \N \N \N \N \N 22773 t
+15952 4847 McBusted eng The Hot Desk Interviews with celebrity guests and some of the hottest music acts around. Behind the desk today are boy band supergroup McBusted. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:10:00 \N \N \N S \N 22774 t
+15952 2656 Emmerdale Omnibus eng \N Zak tries to make amends with Edna. Moira is excited as Adam returns. Robert is worried as Lawrence plans revenge - is the net closing in? \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 07:10:00 2014-12-21 09:50:00 \N \N \N S,SL \N 22775 t
+24464 50348 V8 Supercars Season Review eng \N A round-up of the 2014 season of Australia's premier touring car series. Part 1. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:35:00 \N \N \N \N \N 22776 t
+8381 14942 The Jonathan Ross Show Christmas eng \N Finishing the current series with a festive edition, Jonathan Ross welcomes David Walliams, Barbara Windsor, Lewis Hamilton, Jimmy Carr, Ed Sheeran and Idina Menzel. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 00:50:00 2014-12-24 02:10:00 \N \N \N S \N 22780 t
+8381 14943 No Information Available eng \N This is ITV+1 \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 02:10:00 2014-12-24 04:00:00 \N \N \N \N \N 22781 t
+22336 59084 Olive the Other Reindeer eng \N Olive, a dog, hears the sad news on the radio that Blitzen the reindeer has been injured and Christmas may be cancelled. So Olive sets off with her pet flea to save the day. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N S \N 22782 t
+22336 59085 Famous Fred eng \N Posy Simmonds' enchanting story of Fred, a family moggy by day and an amazing superstar by night, featuring the voices of Lenny Henry and Tom Courtenay. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:35:00 \N \N \N S \N 22783 t
+22336 59086 Rude(ish) Tube eng \N Rude Tube's naughty little sister is back with the internet's most acrobatic dog, some incredible football freestylers and Jessica Alba in a stare-out contest. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 13:35:00 2014-12-20 14:00:00 \N \N \N S \N 22784 t
+22336 59221 Melissa & Joey eng A Pair of Sneakers Mel's attempts to teach Lennox how to drive don't go very well, but when Joe offers to take over the lessons, Mel refuses to allow it. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N S \N 22785 t
+22336 59222 Melissa & Joey eng Mother of All Problems When Joe tries to smooth over the troubled relationship between Mel and her mother Monica, he gives Monica some advice that infuriates Mel. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N S \N 22786 t
+16048 31894 Paul O'Grady eng For The Love of Dogs Paul O'Grady joins the team at Battersea Dogs and Cats Home. Preparations are under way to ensure the animals have a special time over the Christmas period. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 16:25:00 2014-12-24 17:25:00 \N \N \N S \N 22787 t
+16048 31899 The Royal eng Famous for a Day Nostalgic medical drama. The hospital hosts a Christmas broadcast from the wards; Mr Harper has to join in with the festivities; and Dr Ormerod witnesses a miracle. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 17:25:00 2014-12-24 18:30:00 \N \N \N S \N 22788 t
+14784 2877 All Inclusive JANUARY Deals GALORE eng \N 3*AI Benidorm just £185! 4*AI Cyprus just £189! 5*AI Turkey just £119! 4*AI Tenerife just £296! 5*AI Majorca just £259! Barmy prices, palmy beaches! See our ALL INC SHORT HAUL page \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 12:00:00 2014-12-24 16:00:00 \N \N \N \N \N 22791 t
+22208 2079 New eng Monkey Life The Chilean capuchins arrive safe and sound in the UK, but there is bad news in the orangutan house. Concerns grow for Aris, too, in the aftermath of his knee operation. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 19 \N \N S 2 22792 t
+22208 2089 New eng Monkey Life Tempers flare in the final episode of the series as the alpha male chimps assert their authority amid signs of a brewing coup. The baby woolly monkey is given a name, too. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 20 \N \N S 2 22793 t
+22208 2096 Monkey Life eng \N Set in Dorset's Monkey World Ape Rescue Centre, this documentary series follows the day-to-day dramas of looking after over 240 monkeys, chimps, orangutans and other primates. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 1 \N \N S 1 22794 t
+22208 2117 Monkey Life eng \N Set in Dorset's Monkey World Ape Rescue Centre, this documentary series follows the day-to-day dramas of looking after over 240 monkeys, chimps, orangutans and other primates. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 2 \N \N S 1 22795 t
+22208 2120 Monkey Life eng \N Set in Dorset's Monkey World Ape Rescue Centre, this documentary series follows the day-to-day dramas of looking after over 240 monkeys, chimps, orangutans and other primates. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:30:00 3 \N \N S 1 22796 t
+22208 3216 Monkey Life eng \N Set in Dorset's Monkey World Ape Rescue Centre, this documentary series follows the day-to-day dramas of looking after over 240 monkeys, chimps, orangutans and other primates. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 4 \N \N S 1 22797 t
+15840 3557 Defining Decades eng The 1970s Hair is a-flowing and jeans a-flaring as we discover that disco dazzled and rock went glam, and how the decade got DIY as punk stamped all over the 70s. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 16:00:00 2014-12-20 19:00:00 \N \N \N \N \N 22798 t
+41264 24 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 00:00:00 2014-12-24 12:00:00 \N \N \N \N \N 22799 t
+41056 17894 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 22800 t
+41056 17895 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N \N \N 22801 t
+41056 17896 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-19 13:30:00 2014-12-19 13:55:00 \N \N \N \N \N 22802 t
+41056 17897 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 13:55:00 2014-12-19 14:00:00 \N \N \N \N \N 22803 t
+41056 17898 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:05:00 \N \N \N \N \N 22804 t
+41056 17899 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-19 14:05:00 2014-12-19 15:00:00 \N \N \N \N \N 22805 t
+40976 46939 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:30:00 \N \N \N \N \N 22806 t
+40976 46978 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 01:30:00 2014-12-19 02:00:00 \N \N \N \N \N 22807 t
+40976 46940 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 02:00:00 2014-12-19 02:30:00 \N \N \N \N \N 22808 t
+40976 46812 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 02:30:00 2014-12-19 03:00:00 \N \N \N \N \N 22809 t
+8281 45018 Good Morning Britain eng \N Breakfast show with the latest news, sport and weather, presented by Susanna Reid, Ben Shephard, Charlotte Hawkins and Sean Fletcher. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 08:30:00 \N \N \N S \N 22810 t
+8281 45019 Lorraine eng \N Topical mix of entertainment, discussion, fashion, food and celebrity gossip. Ben Caplan chats about the Call the Midwife Christmas special, and the Kinks musical Sunny Afternoon. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:25:00 \N \N \N S \N 22811 t
+28480 8016 Donnie Swaggart eng \N The Preaching Ministry of Donnie Swaggart, recorded at Family Worship Center Church in Baton Rouge, LA \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 09:00:00 2014-12-19 11:00:00 \N \N \N \N \N 22812 t
+41120 14036 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N \N \N 23162 t
+28480 8017 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N \N \N 22813 t
+28480 8018 A Study In The Word eng \N Bible teaching programme hosted by Jimmy Swaggart. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N \N \N 22814 t
+27168 59478 Come Dine with Me eng Celebrity Christmas Special Music impresario David Gest joins in a festive clash with former EastEnder Hannah Waterman, TV gardener Diarmuid Gavin and Loose Women presenter Sherrie Hewson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N S \N 22815 t
+27168 59479 Jamie's Christmas with Bells On eng \N In the second of two festive specials, Jamie Oliver shows how to create an original Christmas Day menu featuring festive fiesta tacos, brussels with hustle, and Bloody Mary seafood platter. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N S \N 22816 t
+27168 59382 A Great British Christmas with Sarah Beeny eng Sarah Beeny and her husband, artist Graham Swift, explore the history of Christmas through the ages in their Yorkshire stately home, Rise Hall \N \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N S \N 22817 t
+8384 58639 A Place in the Sun eng Home or Away Andy looks for a new adventure near Perpignan in southern France, and being a bit of a DIY man, fancies a project too. But his other half, Jo, wants a brand-new house in Surrey. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 04:20:00 2014-12-20 05:15:00 \N \N \N S,SL \N 22818 t
+17472 49107 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 22820 t
+17472 53873 Coast eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:25:00 \N \N \N \N \N 22821 t
+17472 53823 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 13:25:00 2014-12-19 14:10:00 \N \N \N \N \N 22822 t
+17472 49110 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 14:10:00 2014-12-19 15:10:00 \N \N \N \N \N 22823 t
+23712 3411 River Cottage eng Winter's on the Way With winter just around the corner, Hugh turns to his garden for inspiration and holds a huge chilli-and-pumpkin party. He also goes fishing for squid. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N S \N 22824 t
+23712 3412 Louis Theroux's Weird Weekends eng Swingers The intrepid Louis Theroux meets swingers - couples who are strangers to monogamy - in southern California. Will he be asked to take part in one of their infamous parties? \N 0 25 f 64 eng eng 10 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N AD,S \N 22825 t
+23712 3413 Crime Stories eng The Missing Mom Revealing how cops catch killers. When Tara Lynn Grant disappears, attention soon turns to her husband Stephen. A search of their home leads to a gruesome find. \N 0 25 f 64 eng eng 2 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N AD,S \N 22826 t
+27360 18443 MLB Special eng \N A review of the 2014 World Series, the 110th edition of baseball's biggest series and one of the most exciting as the San Francisco Giants met the Kansas City Royals for the full seven games. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 22827 t
+27360 17969 UFC 171 eng Hendricks v Lawler UFC 171 sees the welterweight fight between Johny Hendricks and Robbie Lawler as the main event from the American Airlines Center in Dallas, Texas. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 23:00:00 2014-12-20 02:00:00 \N \N \N \N \N 22828 t
+27360 18789 Dundee United v Celtic eng \N Scottish Premiership from Tannadice. The Terrors were on the receiving end of the biggest victory of the season to date when the Hoops thrashed them 6-1 back in August. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:30:00 \N \N \N \N \N 22829 t
+27360 18026 Wasps v London Irish eng \N Aviva Premiership action sees the Exiles travel to face a Wasps side playing their first ever home game at the Ricoh Arena since making the move to Coventry from Wycombe. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 23:30:00 2014-12-22 01:00:00 \N \N \N \N \N 22830 t
+18112 63332 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 18:58:00 2014-12-25 05:30:00 \N \N \N \N \N 22831 t
+32836 42999 Teleshopping eng \N Teleshopping for slim and lift Caresse jeans. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:00:00 \N \N \N \N \N 22832 t
+4166 55337 Strictly Come Dancing eng \N Tess Daly and Claudia Winkleman present the Strictly Come Dancing grand final. In the first of the night's two live shows, the remaining four couples perform two dances each. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:55:00 \N \N \N S \N 22833 t
+4166 53425 Atlantis eng The Grey Sisters Drama series. As Ariadne lies on her deathbed, Jason resolves to do all he can to save her and embarks on a dangerous quest into the unknown. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-20 19:55:00 2014-12-20 20:40:00 6 13 \N AD,S \N 22834 t
+4166 57479 The National Lottery Live eng \N The National Lottery Live hosted by Kate Garraway, with special guest Professor Green performing his hit single Lullaby. The programme includes the Lotto and Thunderball draws. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:40:00 2014-12-20 20:50:00 \N \N \N S \N 22835 t
+4166 57858 Strictly Come Dancing eng \N Tess Daly and Claudia Winkleman present the second show in the Strictly Come Dancing 2014 live final. All the celebrities of 2014 are reunited to perform together one last time. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:50:00 2014-12-20 22:00:00 \N \N \N S \N 22836 t
+27840 5277 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 22837 t
+27840 5278 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 22838 t
+27840 5279 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 22839 t
+22336 58577 2 Broke Girls eng And the ATM Max decides to break up with Deke now that she knows he is from a rich background but hid his wealth from her. Han gets a cash machine for the diner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 03:05:00 2014-12-24 03:30:00 \N \N \N AD,S \N 22840 t
+22336 59117 The Inbetweeners eng \N Will, Simon, Jay and Neil bunk off school. They head to Neil's house to get drunk, where Simon has a vodka-induced romantic revelation about his childhood sweetheart Carli. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 03:30:00 2014-12-24 03:55:00 \N \N \N AD,S \N 22841 t
+22336 59118 The IT Crowd eng Calamity Jen The team face their first test during Reynholm Industries' so-called 'war on stress'. The office is on fire, Roy has an attack of kleptomania, and Jen's shoes don't fit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 03:55:00 2014-12-24 04:20:00 \N \N \N S,SL \N 22842 t
+22336 59119 Rude Tube eng Christmas Cracker Alex Zane presents 50 of the finest festive clips from the worldwide winternet of 2012, featuring the world's worst and sexiest Santas, alternative carols and the best Christmas surprises. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 04:20:00 2014-12-24 05:15:00 \N \N \N S \N 22843 t
+22336 59291 Rude(ish) Tube eng \N This edition of Rude Tube's naughty little sister features a bungee jump with a twist, some epic base jumpers and one of the world's worst pop stars. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 05:15:00 2014-12-24 05:40:00 \N \N \N S \N 22844 t
+27648 4520 Total Fishing eng Trout at Angler's Paradise Using specific techniques, Mick's chasing catfish and Matt's after golden orfe in Devon. Plus, top tips on cod fishing uptide. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:30:00 \N \N \N \N \N 22972 t
+22336 58579 Charmed eng The Painted World Prue becomes trapped inside a strange and enchanted painting of a castle alongside a supposedly innocent prisoner who is actually a dangerous warlock. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-24 05:40:00 2014-12-24 07:00:00 \N \N \N S \N 22845 t
+13024 50994 Christmas Shepherd eng \N Seasonal romantic drama starring Britt Irvin and Rob Morrow. When searching for her dog, a woman embarks on a journey that leads her to discover a renewed passion for life. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 15:25:00 2014-12-21 17:10:00 \N \N 2014 S \N 22846 t
+13024 50995 The Family Man eng \N Whimsical romantic comedy starring Nicolas Cage and Tea Leoni. Celestial intervention in the life of a workaholic bachelor sees him plunged into an alternative reality. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 17:10:00 2014-12-21 19:30:00 \N \N 2000 S \N 22847 t
+28480 11517 Family Worship Centre Sunday Live Service eng \N Music and preaching. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 00:00:00 2014-12-22 02:00:00 \N \N \N \N \N 22848 t
+28480 11518 Living Waters with Gabriel Swaggart eng \N A live Gospel music show hosted by Gabriel Swaggart, featuring the music of Jimmy Swaggart and others. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 02:00:00 2014-12-22 03:00:00 \N \N \N \N \N 22849 t
+27328 17215 SportsHUB eng \N Reshmin Chowdhury has a comprehensive round-up of all the latest sports news. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 00:15:00 2014-12-19 00:30:00 \N \N \N \N \N 22850 t
+27328 17216 NBA Action eng \N Action is the watch-word for this fast-paced highlights programme, which rounds up the latest action from the NBA. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 \N \N \N \N \N 22851 t
+27328 17217 Live Knicks @ Bulls eng \N Live NBA Eastern Conference action from the United Center. The Bulls ruined Derek Fisher's first game as Knicks coach when they demolished them 104-80 in New York in October. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-19 01:00:00 2014-12-19 03:30:00 \N \N \N S \N 22852 t
+8452 58719 Frasier eng Dr Nora Christine Baranski guest stars as venomous radio therapist Dr Nora, who joins Frasier at KACL. Piper Laurie also makes a cameo appearance. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:25:00 \N \N \N S \N 22853 t
+8452 58720 The Rugrats Movie eng \N Family animation. The feisty kids decide Dil, the latest addition to the family, is too troublesome and needs taking to the hospital to be fixed. But they get lost in the woods... \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 09:25:00 2014-12-23 11:00:00 \N \N 1998 S \N 22854 t
+8452 58721 Andre eng \N This charming, fact-based tale set in coastal Maine in the early 1960s follows the adventures of an animal-loving clan and the orphaned baby seal that becomes part of their family. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:55:00 \N \N 1994 S \N 22855 t
+14448 27298 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:30:00 \N \N \N \N \N 22856 t
+14448 27299 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N \N \N 22857 t
+14448 27300 Raising Sextuplets eng \N Introducing the Masche family, consisting of parents Bryan and Jenny Masche and their sextuplets! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N \N \N 22858 t
+14448 27301 48 Hours eng Mystery Compelling investigative series. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N \N \N 22859 t
+4168 51717 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N S \N 22860 t
+25920 21073 Last Minute Christmas Kitchen eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 22861 t
+25920 20782 Last Minute Technology Gifts eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 22862 t
+25920 20114 Jewellery Showcase eng \N A selection of jewellery from Ideal World. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 22863 t
+8267 25644 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:40:00 \N \N \N S,SL \N 22866 t
+8267 28093 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 03:40:00 2014-12-21 06:00:00 \N \N \N \N \N 22867 t
+24064 59853 What's Really in Our Food? eng \N Carolyn Robinson uncovers the real science behind the foods we eat. She investigates which oils are best for us and discovers the shocking truth about palm oil. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:30:00 \N \N \N \N \N 22868 t
+24064 59854 What's Really in Our Food? eng \N Carolyn Robinson uncovers the real science behind the foods we eat. She investigates the truth behind beer and finds out if some beer could even lower a man's sperm count. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 12:30:00 2014-12-22 13:00:00 \N \N \N \N \N 22869 t
+24064 59855 What's Really in Our Food? eng \N Carolyn Robinson uncovers the real science behind the foods we eat. She investigates if eating berries out of season is bad for our health. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N \N \N 22870 t
+24064 59856 What's Really in Our Food? eng \N Carolyn Robinson uncovers the real science behind the foods we eat. A group of students is put on an instant noodle diet to find out if these meals are too costly to our health. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N \N \N 22871 t
+24064 60240 New eng Quality Control Music show bringing together fresh and established acts, featuring trending acts Adrian Roye, OthaSoul, The Feud and Laurel. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:30:00 \N \N \N \N \N 22872 t
+24064 59857 The Great Arctic Bike Off eng \N Diminished and beleaguered, the team battle on through to Poland, visiting a disused Russian missile site in Estonia along the way. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 \N \N \N \N \N 22873 t
+24480 3541 Tune In... To 1987 eng \N Aretha Franklin became the first woman inducted into the Rock and Roll Hall of Fame, the Great Storm of 1987 hit and construction began on the Channel Tunnel... Tune in and enjoy the best of 1987. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 22874 t
+40992 49176 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N \N \N 22875 t
+25664 55897 Greatest Xmas Songs of All Time! eng \N With Santa's help, we're delivering the definitive Christmas soundtrack. These are the greatest Xmas songs of all time, gift wrapped especially for you. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 22876 t
+25664 55898 Santa Blessed's Festive 50! eng \N When Santa invited us to his home we jumped on our sleigh & headed to the North Pole immediately! Tune in for festive frolics & discover what musical presents he has in his sack. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 20:00:00 2014-12-25 00:30:00 \N \N \N \N \N 22877 t
+41120 14089 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 22878 t
+41120 14090 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N \N \N 22879 t
+41120 14091 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:30:00 \N \N \N \N \N 22880 t
+41120 14092 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 17:30:00 2014-12-21 18:00:00 \N \N \N \N \N 22881 t
+28512 711 The Evening Schmooze eng \N Time to unwind and chat about the day and meet new people. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 22:00:00 \N \N \N \N \N 23052 t
+15840 3627 Tune In... To 1985 eng \N Britain's red telephone box began to phase out of operation, US Route 66 was officially decommissioned and Back to the Future opened at the cinema... Tune in to see who was topping the charts in 1985. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 22882 t
+15840 3628 Tune In... To 1988 eng \N Former rock 'n' roll singer Sonny Bono became the Mayor of Palm Springs and Nelson Mandela celebrated his 70th birthday in prison. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 22883 t
+15840 3629 Winter Warmers eng \N It's getting cold outside, so grab a hot drink and a snack, settle yourself in front of Vintage TV and warm yourself up with these seasonal hits. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 22884 t
+22592 17724 Extra Time on talkSPORT eng \N Mike Graham hosts the fastest sports show on the dial featuring reaction to sport at home and abroad. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-23 01:00:00 2014-12-23 06:00:00 \N \N \N \N \N 22885 t
+24448 63857 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 22886 t
+24448 64006 Tanzanite Showcase eng \N Said to be a thousand times rarer than diamond, join us as we auction this incredibly rare Tanzanite gemstone. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 22887 t
+24448 63859 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N \N \N 22888 t
+41072 14020 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:30:00 \N \N \N \N \N 22889 t
+41072 14021 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-22 12:30:00 2014-12-22 13:00:00 \N \N \N \N \N 22890 t
+41072 14022 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N \N \N 22891 t
+41072 14023 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N \N \N 22892 t
+41072 14313 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:30:00 \N \N \N \N \N 22893 t
+41072 14024 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 \N \N \N \N \N 22894 t
+8325 2675 Two and a Half Men eng Apologies for the Frivolity American sitcom about a well-off bachelor. Charlie dates an estate agent who's just like his mother. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 00:50:00 2014-12-22 01:15:00 \N \N \N S \N 22895 t
+8325 2676 Two and a Half Men eng Repeated Blows to His Unformed Head American sitcom about a well-off bachelor. Berta confronts the father of her pregnant daughter's baby. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 01:15:00 2014-12-22 01:40:00 \N \N \N S \N 22896 t
+8325 2674 The Office Xmas Party eng \N New series celebrating with three very different British businesses as they enjoy their annual Christmas parties. Tonight, staff from a sex toy factory get festive. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-22 01:40:00 2014-12-22 02:30:00 \N \N \N S \N 22897 t
+8325 40697 Tricked eng \N Hidden camera magic show. Ben convinces boy band The Vamps that they have dropped an amp on a dog before making Louie Spence drop a case containing 100,000 pounds into a river. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:20:00 \N \N \N S \N 22898 t
+8448 58587 Charmed eng The Devil's Music When a number of young women mysteriously disappear from the crowd at a rock band's concerts, Leo believes their manager has made a pact with a demon. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-24 09:00:00 2014-12-24 10:00:00 \N \N \N S \N 22899 t
+8448 59300 Rules of Engagement eng Mannequin Head Ball When Jeff can't escape from the lease for a retail space he once rented, he and Adam invent a new game involving the heads of mannequins. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:30:00 \N \N \N S \N 22900 t
+8448 58591 Rules of Engagement eng Game On Audrey is upset when Jeff doesn't react to her recent promotion at work and assumes that he is more interested in the Knicks than in her. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 10:30:00 2014-12-24 11:00:00 \N \N \N S \N 22901 t
+8448 58588 Marmaduke eng \N Family comedy. A canine adventure about a Great Dane (voiced by Owen Wilson) who sets out to make friends in his new neighbourhood after his owners have moved to California. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:45:00 \N \N 2010 S \N 22902 t
+41008 58719 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:25:00 \N \N \N \N \N 22903 t
+41008 58720 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 09:25:00 2014-12-23 11:00:00 \N \N \N \N \N 22904 t
+41008 58721 Andre eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:55:00 \N \N \N \N \N 22905 t
+41136 50352 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 12:10:00 2014-12-24 13:10:00 \N \N \N \N \N 22906 t
+41136 50353 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 13:10:00 2014-12-24 14:15:00 \N \N \N \N \N 22907 t
+41136 50354 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 14:15:00 2014-12-24 15:45:00 \N \N \N \N \N 22908 t
+41040 17082 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:30:00 \N \N \N \N \N 22909 t
+22272 64543 Man v. Food eng Washington DC More food-loving adventures for Adam Richman. In Washington DC, can he devour a 116-ounce milkshake and a one-and-a-half-pound sandwich in just one hour? \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:30:00 \N \N \N AD,S \N 22910 t
+22272 64544 Man v. Food eng Detroit Adam Richman's quest for America's best eats takes him to Michigan. He gathers a team of Detroit natives to help him attack a two and a half-foot tall, 190-pound burger. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 15:30:00 2014-12-20 16:00:00 \N \N \N AD,S \N 22911 t
+22272 64545 Man v. Food eng Brooklyn More hefty food challenges as the insatiable Adam Richman takes on New York's spiciest wings at Buffalo Cantina for a second time, after a failed first attempt. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N AD,S \N 22912 t
+22272 64546 Man v. Food eng New Brunswick, NJ More stomach-stretching stuff from Adam Richman, this time in New Brunswick, New Jersey. The eating challenges include a 12-inch triple-decker sandwich! \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 \N \N \N AD,S \N 22913 t
+22272 64547 Storage Hunters eng Double Cross Wildly competitive US series in which bargain hunters try to make cash from abandoned storage units. Brandon and Lori team up with Jesse - but can he be trusted? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N S \N 22914 t
+22272 64548 Stephen Fry's 100 Greatest Gadgets eng \N National treasure and technophile Stephen Fry runs down his list of favourite gizmos, covering everything from the answering machine to the apple peeler! Second part follows. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:45:00 \N \N \N S \N 22915 t
+27840 5177 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 22916 t
+27840 5178 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N \N \N 22917 t
+27840 5179 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N \N \N 22918 t
+14816 996 1-2-1 Dating - AFTER DARK eng \N Can't get to sleep? Try 1-2-1 Dating's all new AFTER DARK section. For those seeking something a little extra-curricular or unusual. All for a special price of just 51p/minute \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 04:00:00 \N \N \N \N \N 22919 t
+17664 58647 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N \N \N 22920 t
+8264 18220 Celebrity Squares eng \N Ashley Roberts, David Haye, Reece Shearsmith, Andi Peters, Sandi Toksvig, Stewart Francis, Bridget Christie, Tim Vine and Joe Wilkinson play the classic game show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N S \N 22930 t
+8264 16896 Harry Potter & Half-Blood Prince eng \N Fantasy sequel starring Daniel Radcliffe and Rupert Grint, 2009. With Hogwarts under threat, Harry investigates Voldemort's past and learns the disturbing truth of his origins \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 19:00:00 2014-12-20 22:00:00 \N \N \N AD,S \N 22931 t
+14608 32025 Angel In The Family eng \N Christmas drama starring Meredith Baxter. An ailing widowed father and his two estranged daughters experience a miracle when their late matriarch returns to spend Christmas with them. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 01:00:00 2014-12-23 03:00:00 \N \N 2004 \N \N 22932 t
+14752 40835 Christian Williams eng \N Join Christian for the biggest tunes from the Capital playlist. Get involved @CapitalOfficial on Twitter or hit capitalfm.com for more. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 01:00:00 2014-12-21 06:00:00 \N \N \N \N \N 22933 t
+16016 7467 This Is ITV3+1 eng \N This Is ITV3+1. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 00:04:00 2014-12-23 18:00:00 \N \N \N \N \N 22934 t
+8442 55898 8 Out of 10 Cats Christmas Special eng \N Jimmy Carr hosts a Christmas special with team captains Jon Richardson and Sean Lock. Guests include Holly Willoughby, Henning Wehn, Alan Davies, Roisin Conaty, Nick Helm and Joe Wilkinson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 00:05:00 2014-12-23 01:10:00 \N \N \N S \N 22935 t
+8442 55900 Car S.O.S eng Brand new series - Campervan Challenge Tim and Fuzz head to Hartlepool, where they cheer up car enthusiast Brian by secretly restoring his cherished 1971 classic VW bay-window campervan. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 01:10:00 2014-12-23 02:10:00 \N \N \N S \N 22936 t
+8442 55901 Homeland eng Shalwar Kameez Carrie ventures to create a delicate alliance, while Fara fails to recruit a key asset. Still reeling over events in Islamabad, Quinn zeroes in on a potential lead. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-23 02:10:00 2014-12-23 03:20:00 \N \N \N AD,S \N 22937 t
+22080 1077 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:30:00 \N \N \N \N \N 22938 t
+22080 1080 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:00:00 \N \N \N \N \N 22939 t
+22080 1307 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:30:00 \N \N \N \N \N 22940 t
+22080 1019 Sportsline eng \N Sky News presents a look at the biggest sporting stories both on and off the field. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 19:30:00 2014-12-20 20:00:00 \N \N \N S \N 22941 t
+22080 1315 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 20:00:00 2014-12-20 20:30:00 \N \N \N \N \N 22942 t
+22080 2044 Entertainment Week eng \N Lucy Cotter presents the very best of this week's showbiz and arts news. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 20:30:00 2014-12-20 21:00:00 \N \N \N \N \N 22943 t
+28160 15826 Back to Basics eng \N Join Brian Broderson for foundational scripture teaching. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 21:00:00 2014-12-22 21:30:00 \N \N \N \N \N 22944 t
+28160 15827 Changing Your World eng \N Bible ministry from international teacher Dr. Creflo Dollar. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 21:30:00 2014-12-22 22:00:00 \N \N \N \N \N 22945 t
+28160 15828 Worship Tonight eng \N Join Muyiwa for some of the best worship music around. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 22946 t
+28160 15829 Night Light eng \N Michael Cleere rounds off your day with music, reflection and your contributions. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 23:00:00 2014-12-23 01:00:00 \N \N \N \N \N 22947 t
+41008 58642 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-20 07:10:00 2014-12-20 08:05:00 \N \N \N \N \N 22949 t
+41008 58644 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-20 08:05:00 2014-12-20 08:30:00 \N \N \N \N \N 22950 t
+41008 58645 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 08:30:00 2014-12-20 08:55:00 \N \N \N \N \N 22951 t
+41008 58646 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-20 08:55:00 2014-12-20 10:00:00 \N \N \N \N \N 22952 t
+17540 49813 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 00:10:00 2014-12-22 00:15:00 \N \N \N \N \N 22953 t
+17540 49814 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 00:15:00 2014-12-22 06:00:00 \N \N \N \N \N 22954 t
+28032 27973 World Of Sport eng TV Firsts Richard Henwood takes a look back at some TV sporting firsts, including a 14-year-old Ronnie O'Sullivan. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:10:00 \N \N \N \N \N 22955 t
+28352 2385 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 \N \N \N \N \N 22956 t
+28032 24837 Tommy Cooper eng \N Comedy and magic from comedian Tommy Cooper. Guests include Richard Briers. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 06:10:00 2014-12-21 06:40:00 \N \N \N S \N 22957 t
+28032 27947 Black Gold eng \N Reality-documentary series about oil drilling in the USA. With the lease on Peggy's land about to expire, the boys have a battle against time to hit oil. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 06:40:00 2014-12-21 07:20:00 \N \N \N S \N 22958 t
+28032 27974 Black Gold eng A Roughneck Mission Reality-documentary series about oil drilling in the USA. In the first of a new series, Brandon assembles a crack team but they get off to a bad start. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 07:20:00 2014-12-21 08:05:00 \N \N \N S \N 22959 t
+28032 27976 Ax Men eng Falling Apart As the logging contest intensifies, S and S suffer a huge blow. Meanwhile, on the swamp, an accident threatens to cost Shelby another of his assistants. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 08:05:00 2014-12-21 09:00:00 \N \N \N S \N 22960 t
+15456 23 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 12:00:00 \N \N \N \N \N 22961 t
+14832 1352 Blue Gay Rabbit NOW Open 7nts! eng \N Gay Rabbit goes BLUE from 10pm and is NOW open and live-hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail. PIN protected \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 02:00:00 \N \N \N \N \N 22962 t
+14832 1353 Blue Gay Rabbit NOW Open 7nts! eng \N Gay Rabbit goes BLUE from 10pm and is NOW open and live-hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail. PIN protected \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 02:00:00 2014-12-23 04:00:00 \N \N \N \N \N 22963 t
+8283 45018 Good Morning Britain eng \N Breakfast show with the latest news, sport and weather, presented by Susanna Reid, Ben Shephard, Charlotte Hawkins and Sean Fletcher. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 08:30:00 \N \N \N S \N 22964 t
+8283 45019 Lorraine eng \N Topical mix of entertainment, discussion, fashion, food and celebrity gossip. Ben Caplan chats about the Call the Midwife Christmas special, and the Kinks musical Sunny Afternoon. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:25:00 \N \N \N S \N 22965 t
+14800 1352 Blue Rabbit NOW Open 7nts! eng \N Rabbit goes BLUE from 10pm and is NOW open & Live hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 02:00:00 \N \N \N \N \N 22966 t
+14800 1353 Blue Rabbit NOW Open 7nts! eng \N Rabbit goes BLUE from 10pm and is NOW open & Live hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 02:00:00 2014-12-23 04:00:00 \N \N \N \N \N 22967 t
+8452 58639 A Place in the Sun eng Home or Away Andy looks for a new adventure near Perpignan in southern France, and being a bit of a DIY man, fancies a project too. But his other half, Jo, wants a brand-new house in Surrey. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 05:20:00 2014-12-20 06:15:00 \N \N \N S,SL \N 22969 t
+15312 23 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 00:00:00 2014-12-23 12:00:00 \N \N \N \N \N 22970 t
+15440 23 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 12:00:00 \N \N \N \N \N 22971 t
+22080 2034 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:30:00 \N \N \N \N \N 23091 t
+27648 4521 Total Fishing eng Carp and Tench at Horseshoe Lake Matt and Mick try feeder fishing for bream and carp, but which is the best swim? Plus, top tips on tackle and bait. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N \N \N 22973 t
+27648 4522 Total Fishing with Matt Hayes eng \N Matt reckons stodgy groundbait is the best way to catch carp - but can he prove his point? Plus, who will land the best fish when he tackles tench with the Irish record holder? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 10:30:00 \N \N \N \N \N 22974 t
+27648 4523 Total Fishing with Matt Hayes eng \N Matt challenges Ben Hofgardner to a day's fishing, Trevor West reveals his top tips on catching barbel, and chef Steven Bulmer cooks up some crayfish. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 10:30:00 2014-12-24 11:00:00 \N \N \N \N \N 22975 t
+27648 4524 Baggage Battles eng Diamonds in the Rough The Baggage Battlers are back. Today they visit an auction in Brooklyn, one of the busiest shipping ports in the USA. But will they unearth any treasures? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:30:00 \N \N \N \N \N 22976 t
+27648 4525 Baggage Battles eng Breaking the Bank The Baggage Battlers head to Atlanta, Georgia, to a freight auction where Mark spies some Rolls-Royce aircraft parts. But will his bid secure the items? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 11:30:00 2014-12-24 12:00:00 \N \N \N \N \N 22977 t
+22400 667 Babestation Xtra eng The place to find all your favourite sexy babes at once. Babestation gives you XXXtra! Plus don't forget to check out BSX from 11 30pm. Press red on Ch 174 to find out more! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 22:00:00 2014-12-25 05:00:00 \N \N \N \N \N 22980 t
+8384 58723 A Place in the Sun eng Home or Away Diane Rollisson and Robert Somerville are torn between a holiday home in Northumberland or the Midi-Pyrenees. Can Jasmine Harman and Jonnie Irwin help them decide? \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 14:10:00 2014-12-23 15:10:00 \N \N \N S \N 22981 t
+13120 7391 Practical Presents eng \N Get your Christmas shopping wrapped up early with our selection of great gift ideas to delight your friends and family. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 22982 t
+13120 7392 Christmas Shopping Weekend Finale eng \N Packed with inspirational gift ideas, this show features a wide range of QVC products that can be delivered to your door before Christmas. Join us and get your shopping finished early! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:00:00 \N \N \N \N \N 22983 t
+23152 17897 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 22984 t
+23152 17447 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N \N \N 22985 t
+23152 17448 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N \N \N 22986 t
+17472 58010 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-24 09:55:00 2014-12-24 10:55:00 \N \N \N \N \N 22987 t
+17472 55606 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-24 10:55:00 2014-12-24 11:40:00 \N \N \N \N \N 22988 t
+17472 57950 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-24 11:40:00 2014-12-24 12:35:00 \N \N \N \N \N 22989 t
+8500 5811 5 News Weekend eng \N National and international news. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-21 18:30:00 2014-12-21 18:35:00 \N \N \N S \N 22990 t
+28352 2386 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N \N \N 22991 t
+28352 2387 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N \N \N 22992 t
+28352 2388 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:40:00 \N \N \N \N \N 22993 t
+28352 2389 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 20:40:00 2014-12-24 21:00:00 \N \N \N \N \N 22994 t
+8500 5812 Space Cowboys eng \N Kicking off our Clint Eastwood night is this comedy drama starring Clint Eastwood and Tommy Lee Jones. A team of astronauts rejected by NASA in the 1950s find themselves in demand years later. ... \N 2 25 f 3 eng eng 6 0 0 \N 2014-12-21 18:35:00 2014-12-21 21:00:00 \N \N \N S \N 22995 t
+14372 8008 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 03:00:00 2014-12-23 04:00:00 \N \N \N \N \N 22996 t
+14372 8009 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 04:00:00 2014-12-23 05:00:00 \N \N \N \N \N 22997 t
+14372 8010 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 05:00:00 2014-12-23 06:00:00 \N \N \N \N \N 22998 t
+24480 3586 Defining Decades eng The 1980s Very much in vogue now, the soundtrack to the 80s gave us everything from big power ballads and pulsating synth-infused pop to dance, house and hip hop. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 15:00:00 2014-12-22 17:00:00 \N \N \N \N \N 22999 t
+24480 3587 Never Mind The Baubles eng \N New! Trimming the tree will be a joy as you sing along to all your festive favourites \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 23000 t
+26368 36411 Early Breakfast eng \N Join Nicola Bonn every weekday morning from 4.00am \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 04:00:00 2014-12-23 06:00:00 \N \N \N \N \N 23001 t
+15808 50348 V8 Supercars Season Review eng \N A round-up of the 2014 season of Australia's premier touring car series. Part 1. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 06:00:00 2014-12-24 09:35:00 \N \N \N \N \N 23002 t
+27712 21987 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:30:00 \N \N \N \N \N 23003 t
+27712 21988 Witness eng \N In a city filled with challenges and hardships for the poor, one woman is dedicated to creating second chances. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N \N \N 23004 t
+27712 21989 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N \N \N 23005 t
+27712 21990 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 \N \N \N \N \N 23006 t
+27712 21991 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 \N \N \N \N \N 23007 t
+8385 60705 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 06:00:00 2014-12-19 11:00:00 \N \N \N \N \N 23008 t
+12992 30873 Castle eng Kill Shot Crime drama series. A sniper on a random killing spree triggers a recurrence of Beckett's PTSD. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N S \N 23009 t
+12992 30874 Castle eng Cuffed Crime drama series. Castle and Beckett wake up to find themselves handcuffed together in a locked cellar, with no recollection of how they came to be there. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N S \N 23010 t
+12992 30875 Longmire eng \N Last in the crime drama series. Branch ties Jacob Nighthorse to Cady's accident after a suspicious suicide and Vic takes matters into her own hands with her stalker. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 23011 t
+41120 14037 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N \N \N 23163 t
+28096 59427 Mongrels eng \N The wildly funny multi-species puppet comedy. Nelson falls for foxy vixen Sandra at the rubbish dump, while Destiny persuades her owner to enter her into a dog show \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 03:45:00 2014-12-23 04:15:00 6 \N \N \N 1 23012 t
+28096 59428 Suits eng Stay Absorbing US drama following the juicy personal and working lives of those smooth lawyers. Ava's attorney tries to settle with Harvey. Donna visits Stephen in jail \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-23 04:15:00 2014-12-23 05:00:00 10 \N \N AD,S 3 23013 t
+28096 59796 Close eng \N Close. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 05:00:00 2014-12-23 08:00:00 \N \N \N \N \N 23014 t
+17664 58723 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-23 14:10:00 2014-12-23 15:10:00 \N \N \N \N \N 23015 t
+14544 156 Xpanded TV eng \N Cheap Chat Live! Call in now to chat to one of the fab Xpanded babes at great low rates. VIP callers jump the queue for faster connections! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 05:30:00 \N \N \N \N \N 23016 t
+22272 65199 Storage Hunters eng Door Number One Bargain-hunters are at loggerheads as they compete for storage units. A monster scares the bidders. Brandon and Lori hope to break records with some DJing gear. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N S \N 23017 t
+22272 65200 Storage Hunters eng Fasten Your Seatbelts The raging US reality series! The Berniers' future is up in the air as the bargain-hunters head to an airport auction and compete for luggage and plane parts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N S \N 23018 t
+22272 65201 QI XL eng Keeps Stephen Fry plays for keeps with Sarah Millican, Jason Manford, Bill Bailey and Alan Davies, who tentatively answer klaxon-baiting posers on ants, kilobytes and newtons. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N S \N 23019 t
+14498 26396 Gunslingers eng Billy The Kid the Phantom of Lincoln County On a blood-stained frontier where corruption is king, an unlikely hero becomes a crusader for justice... and revenge. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 23020 t
+14498 26397 Warrior Pov eng Road to Baghdad We're on the frontlines capturing, from the American warrior's point of view, the shot by shot firefights in the 21-day bloody battle for Baghdad. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 23021 t
+14498 26398 How It's Made eng \N Ever wondered how everyday items like cheese graters, hot sauce, silver jewellery and traditional Mexican chairs are made? Find out how these familiar objects are formed. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:30:00 \N \N \N \N \N 23022 t
+14498 26399 How It's Made eng \N How are copper pipe fittings, cylinder music boxes, pepper mills and steering columns made? Find out as more items go under the microscope. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 23:30:00 2014-12-20 00:00:00 \N \N \N \N \N 23023 t
+8500 5726 Home and Away eng \N John and Marilyn adopt Jett. Phoebe tells Kyle that she wants to move back to Melbourne. Gray is arrested, and Chris realises that Spencer is in real danger. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N AD,S \N 23024 t
+8500 5727 5 News Tonight eng \N National and international news including reports, live updates and interviews. Presented by Matt Barbet. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N S \N 23025 t
+8500 5728 New eng The Gadget Show Action-packed consumer show. In this episode, Amy and Jason settle back and enjoy the best movie-streaming services, while Jon checks out the latest mini tablets. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:55:00 \N \N \N S \N 23026 t
+8500 5729 5 News Update eng \N National and international news. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 19:55:00 2014-12-19 20:00:00 \N \N \N S \N 23027 t
+8500 5730 New: Ice Road Truckers eng World War Hugh Reality series. After declaring war on Polar Industries, Hugh heads north without waiting to give new recruit Todd a helping hand. \N 2 25 f 64 eng eng 8 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:58:00 \N \N \N AD,S \N 23028 t
+28096 59356 Storage Hunters eng Double Cross Wildly competitive US series in which bargain hunters try to make cash from abandoned storage units. Brandon and Lori team up with Jesse - but can he be trusted? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:30:00 \N \N \N S \N 23032 t
+28096 59357 Stephen Fry's 100 Greatest Gadgets eng \N National treasure and technophile Stephen Fry runs down his list of favourite gizmos, covering everything from the answering machine to the apple peeler! Second part follows. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:45:00 \N \N \N S \N 23033 t
+28096 59358 Stephen Fry's 100 Greatest Gadgets eng \N The concluding part of Stephen Fry's affectionate guide to glorious gadgets. From the tin opener to the iPod, the practical to the wacky - which will come out on top? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 19:45:00 2014-12-20 21:00:00 \N \N \N S \N 23034 t
+27456 45466 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 \N \N \N \N \N 23038 t
+27456 45467 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 \N \N \N \N \N 23039 t
+27456 45468 In The Now with Anissa Naouai eng \N In the Now, hosted by Senior Political correspondent Anissa Naouai, is fresh, honest, and hard-hitting news coverage on the world's most pressing issues with one of RT's most experienced journalists. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N \N \N 23040 t
+27456 45469 News Team eng \N News Team looks at the world's biggest news from behind-the-scenes, following the reporters who work hard to cover what's happening. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N \N \N 23041 t
+27456 45470 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N \N \N 23042 t
+27456 45471 Going Underground eng \N Going Underground brings our UK viewers the news they won't get on other networks. We examine both underground and mainstream issues from a fresh and alternative perspective. With Afshin Rattansi. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:00:00 \N \N \N \N \N 23043 t
+14372 9089 Under 10 Day with Chloe eng \N Chloe is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 23044 t
+27744 42141 Star Trek - The Original Series eng \N The original Star Trek series, digitally remastered to look and sound better than ever. McCoy finds alien love, and the rest of the crew find a spaceship disguised as an asteroid.../24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 8 \N \N \N 3 23047 t
+27744 42142 Nash Bridges eng \N The high-action exploits of San Francisco police officer Nash Bridges. Nash busts computer hacker Andy, and discovers he committed the crime because his wife has been kidnapped./18 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 10 \N \N \N 2 23048 t
+27744 42143 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. Picard is apparently killed on an away mission but then Riker sees him on a mercenary ship. How? \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 23049 t
+26240 11745 Eloise Carr eng \N Eloise ends the day on heat radio! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 19:00:00 2014-12-24 22:00:00 \N \N \N \N \N 23050 t
+13024 50942 A Christmas Kiss eng \N Festive romance starring Elisabeth Rohm and Laura Breckenridge. A young designer falls for her tyrant boss's boyfriend after sharing a single kiss with him. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 16:35:00 2014-12-19 18:30:00 \N \N 2011 S \N 23051 t
+32896 9244 Spike eng \N Spike, the youngest recruit at Santa's workshop volunteers to fetch the sack of letters from children. What they haven't counted on is a robbery by the polar bear burglars! Will Spike save Christmas? \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 12:00:00 2014-12-21 12:45:00 \N \N \N \N \N 23053 t
+32896 9245 Sally Bollywood eng \N Adventures in Pet Sitting - Alice is looking after a neighbour's pet rabbit while they are away. When she leaves it alone in her backyard for a moment, the pet goes missing and a skateboard is stolen! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 12:45:00 2014-12-21 13:00:00 \N \N \N \N \N 23054 t
+32896 8352 Littlest Pet Shop eng \N Blythe is accepted into the junior program at a prestigious fashion school and has to deal with the anxiety of leaving family and friends for the summer. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 13:00:00 2014-12-21 13:30:00 \N \N \N \N \N 23055 t
+32896 8353 Littlest Pet Shop eng \N Missing Blythe - While Blythe is away at fashion camp, the pets back at LPS come up with a plan to visit her for the day via Mrs. Twombly's brand new Littlest Pet Shuttle. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 13:30:00 2014-12-21 14:00:00 \N \N \N \N \N 23056 t
+32896 8354 Totally Spies eng \N Super Nerd Much - Arnold accidentally comes into possession of a magic stone that zaps peoples' coolness. Can the spies stop him before he transforms everyone on the entire planet into nerds? \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:30:00 \N \N \N \N \N 23057 t
+32896 8355 Totally Spies eng \N The Incredible Bulk - When serious exercise fans start behaving strangely, Jerry puts the girls on the case. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 14:30:00 2014-12-21 15:00:00 \N \N \N \N \N 23058 t
+24032 31361 Behind the Screens eng \N From directors to costume-makers we take a look behind the screens to see what it takes to sprinkle that Hollywood movie magic! \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 13:05:00 2014-12-21 13:15:00 \N \N \N \N \N 23059 t
+24032 31362 Santa's Dog eng \N Santa has a naughty list of children and a nice List. These lists are determined by Hercules, a dog nominated by Santa \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 13:15:00 2014-12-21 15:00:00 \N \N 2012 \N \N 23060 t
+22208 6183 Wildlife Emergency eng \N A look at the work of a wildlife conservation group as they rescue, rehab and release animals back into the wild. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 16:50:00 2014-12-19 18:00:00 \N \N \N S,AD \N 23063 t
+23184 17503 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:30:00 \N \N \N \N \N 23066 t
+23184 17504 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-23 06:30:00 2014-12-23 07:00:00 \N \N \N \N \N 23067 t
+23184 17505 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:30:00 \N \N \N \N \N 23068 t
+23184 17506 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-23 07:30:00 2014-12-23 08:00:00 \N \N \N \N \N 23069 t
+23184 17507 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 08:00:00 2014-12-23 09:00:00 \N \N \N \N \N 23070 t
+22226 4790 Deal Or No Deal eng Noel Edmonds presents the hit game show in which one of 22 players could win up to 250,000. There are 22 sealed boxes, but only one question deal, or no deal? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:45:00 \N \N \N \N \N 23071 t
+22226 4771 Deal Or No Deal eng Noel Edmonds presents the hit game show in which one of 22 players could win up to 250,000. There are 22 sealed boxes, but only one question deal, or no deal? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:45:00 2014-12-23 07:30:00 \N \N \N \N \N 23072 t
+22226 4784 Are You Smarter Than A 10 Year Old? Dick and Dom present the daily quiz that tests the nation's adults on questions spanning the primary school national curriculum in a bid to win 25,000 eng \N How smart are you? \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-23 07:30:00 2014-12-23 08:30:00 \N \N \N S,AD \N 23073 t
+22226 4851 Going For Gold eng \N Iconic 80s game show presented by Henry Kelly. Contestants from across Europe compete for the star prize of a trip to the 1988 Olympic Games in Seoul. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 08:30:00 2014-12-23 09:00:00 \N \N \N S \N 23074 t
+22688 1035 Early Breakfast with Martin Collins eng \N Join Martin Collins every morning from 4am to get your day off to the best start. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 04:00:00 2014-12-23 06:00:00 \N \N \N \N \N 23075 t
+24128 739 Asian Connections eng \N Speak to our girls live in Thailand for flirty, chatty fun. 18+ Only \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 04:00:00 2014-12-23 05:00:00 \N \N \N \N \N 23076 t
+24128 740 Programmes start at 4am eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 05:00:00 2014-12-24 04:00:00 \N \N \N \N \N 23077 t
+20352 58292 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:45:00 \N \N \N \N \N 23078 t
+20352 58293 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 13:45:00 2014-12-23 15:35:00 \N \N \N \N \N 23079 t
+24016 12892 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 04:00:00 2014-12-23 06:00:00 \N \N \N \N \N 23080 t
+24256 1032 Babestation Daytime eng \N Speak to stunning girls (18+) on your screen and take part in this leading interactive show. Babestation babes are waiting for you! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-23 05:30:00 2014-12-23 07:00:00 \N \N \N \N \N 23081 t
+23296 5852 Something for Everyone eng \N Thousands of like-minded people are waiting for you now. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 04:00:00 2014-12-23 06:00:00 \N \N \N \N \N 23082 t
+23120 20440 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 03:00:00 2014-12-23 04:00:00 \N \N \N \N \N 23083 t
+23120 20458 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 04:00:00 2014-12-23 05:00:00 \N \N \N \N \N 23084 t
+23120 20457 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 05:00:00 2014-12-23 06:00:00 \N \N \N \N \N 23085 t
+23904 785 Asian Connections eng \N Speak to our girls live in Thailand for flirty, chatty fun. 18+ Only \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 05:00:00 2014-12-23 06:00:00 \N \N \N \N \N 23086 t
+4169 51717 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N S \N 23087 t
+22624 40406 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-23 03:00:00 2014-12-23 04:00:00 \N \N \N \N \N 23088 t
+22624 40443 Insight Highlights eng \N RNIB's Insight Radio - Rounding up the major interviews and features from the Insight team with great music \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-23 04:00:00 2014-12-23 07:00:00 \N \N \N \N \N 23089 t
+23280 5857 60 Second Date eng \N The fastest way to find a date in the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 04:00:00 2014-12-23 06:00:00 \N \N \N \N \N 23090 t
+40992 52155 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 14:50:00 2014-12-24 15:05:00 \N \N \N \N \N 24474 t
+22080 3208 William, Kate And George Down Under eng \N ...Down Under. Sky News Royal Correspondent Paul Harrison reports on the royal visit to New Zealand and Australia. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N \N \N 23093 t
+22080 3223 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:30:00 \N \N \N \N \N 23094 t
+22080 3425 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 17:30:00 2014-12-24 18:00:00 \N \N \N \N \N 23095 t
+16208 36984 Barbara Taylor Bradford's A Woman of Substance eng \N Based on the best-selling novel by Barbara Taylor Bradford, this vintage drama charts an unassuming Yorkshire kitchen maid's rise to become one of the richest women in the world. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-23 00:00:00 2014-12-23 02:00:00 \N \N \N S \N 23096 t
+16208 38373 Wish Me Luck eng \N Kate Buffery and Suzanna Hamilton lead a stellar cast in this WWII drama. Matty comes face to face with the Germans for the first time. Liz meets her glamorous old friend, Claudine. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-23 02:00:00 2014-12-23 03:00:00 \N \N \N S \N 23097 t
+27168 59541 A SuperScrimpers' Merry Christmas eng \N A seasonal special full of tips to help everyone have very merry, but frugal, festivities, from cooking to decorations, presents, and the Duchess of Rutland with some super-posh scrimping. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N S \N 23098 t
+27168 59950 Jimmy's Grow Your Own Christmas Dinner eng Jimmy Doherty has spent months growing and making his own traditional dinner from scratch, to see if it tastes better than the turkey and trimmings at the supermarket \N \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N S \N 23099 t
+4175 51717 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N S \N 23100 t
+27168 59851 Come Dine with Me eng Celebrity Christmas Special There's festive cheer aplenty for the competitors: drum and bass DJ Goldie; 70s crooner Tony Christie; Blue Peter's Janet Ellis; and actress Susie Amy. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N S \N 23101 t
+41056 18021 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 23102 t
+41056 18022 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 13:00:00 2014-12-21 13:30:00 \N \N \N \N \N 23103 t
+41056 18023 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-21 13:30:00 2014-12-21 13:55:00 \N \N \N \N \N 23104 t
+41056 18024 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 13:55:00 2014-12-21 14:00:00 \N \N \N \N \N 23105 t
+41056 18025 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 14:00:00 2014-12-21 14:05:00 \N \N \N \N \N 23106 t
+41056 18026 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 14:05:00 2014-12-21 15:00:00 \N \N \N \N \N 23107 t
+27328 17690 Metz v Monaco eng \N French Ligue 1 from Stade Saint-Symphorien. Albert Cartier's Metz host a Monaco side that has struggled under new boss Leonardo Jardim since losing key players in the summer. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:30:00 \N \N \N \N \N 23108 t
+27328 17268 Live Dundee United v Celtic eng \N Live Scottish Premiership from Tannadice. The Terrors were on the receiving end of the biggest victory of the season to date when the Hoops thrashed them 6-1 back in August. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 11:30:00 2014-12-21 14:30:00 \N \N \N S \N 23109 t
+23040 38086 Amazing Wedding Cakes eng \N The Chicago girls whip up a picnic cake with a roasted-pig topper. Christopher Garren's Cakes make an elegant creation with inverted tiers and yellow calla lilies. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 23110 t
+23040 38087 Amazing Wedding Cakes eng \N The Chicago bakery produces one of their signature gravity-defying cakes for a tea party. Christopher Garren's Cakes create a unique cake that is inspired by the Victorian age and sci-fi. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 23111 t
+23040 41404 How To Cook Like Heston eng \N Heston takes on the humble spud - the foundation of every hearty British meal. But there's more to potatoes than just mashing, boiling or roasting. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 20:00:00 2014-12-21 20:30:00 \N \N \N \N \N 23112 t
+23040 41405 How To Cook Like Heston eng \N Heston takes on cheese - one of the most popular cooking ingredients in the UK. He reveals the key ingredient for cheese fondue and turns a block of cheddar into a four metre cheese string. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 20:30:00 2014-12-21 21:00:00 \N \N \N \N \N 23113 t
+23152 19193 Crime Stories eng Season 1 First hand accounts, dramatic re-enactments and exclusive footage are combined to explore the grim truth behind these intriguing crime stories. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 23114 t
+23152 17365 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:30:00 \N \N \N \N \N 23115 t
+23152 17366 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:00:00 \N \N \N \N \N 23116 t
+23152 17367 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N \N \N 23117 t
+23152 17368 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N \N \N 23118 t
+24448 63979 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 23119 t
+24448 63980 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 23120 t
+24448 63981 GemsTV Jewellery eng Live From the UK Beautiful gemstones set in precious gold and silver - at incredible falling auction prices. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 23121 t
+16080 14800 Holiday and Cruise Club eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 23122 t
+16080 14801 Kids' Hospital at Christmas eng \N Documentary series following staff and patients at the Royal Manchester Children's Hospital over the festive period. 13-day-old Harry undergoes surgery to remove a tumour from the base of his s... \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:55:00 \N \N \N S \N 23123 t
+16080 14802 Scrooge eng \N Festive musical movie starring Albert Finney and Alec Guinness. An adaptation of Dickens's A Christmas Carol. Miserly Ebenezer Scrooge dismisses the celebrations around him. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 19:55:00 2014-12-21 22:10:00 \N \N 1970 S \N 23124 t
+8385 58293 Ice Age 3 eng Dawn of the Dinosaurs Animated adventure. Manny the mammoth and Diego the sabre-toothed tiger must traverse an underground world ruled by dinosaurs to save Sid the sloth from an angry Tyrannosaur. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 12:45:00 2014-12-23 14:35:00 \N \N 2009 S \N 23125 t
+8385 58294 The Lavender Hill Mob eng \N Ealing comedy. Alec Guinness plays a clerk who has been responsible for transporting a bank's gold supplies for the last 20 years. But now he has decided to steal £1,000,000 of it. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 14:35:00 2014-12-23 16:10:00 \N \N 1951 S \N 23126 t
+16080 14758 New eng The Gadget Show Action-packed consumer show. In this episode, Amy and Jason settle back and enjoy the best movie-streaming services, while Jon checks out the latest mini tablets. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N S \N 23128 t
+16080 14759 New: Ice Road Truckers eng World War Hugh Reality series. After declaring war on Polar Industries, Hugh heads north without waiting to give new recruit Todd a helping hand. \N 2 25 f 64 eng eng 8 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N AD,S \N 23129 t
+14832 1323 Blue Gay Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Gay Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 23130 t
+14832 1324 Blue Gay Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Gay Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 22:00:00 2014-12-20 00:00:00 \N \N \N \N \N 23131 t
+25920 20060 Nutrimaster Pick of the Day eng \N A chance for you to get our special product of the day - the Ideal World Pick of the Day. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 23132 t
+25920 20486 VibraPower Slim eng \N The Vibrapower Slim is our newest addition to the incredible range of vibration devices Ideal World has to offer. Discover a new way to exercise from the comfort of your own home \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 23133 t
+25920 20061 Nutrimaster Pick of the Day eng \N A chance for you to get our special product of the day - the Ideal World Pick of the Day. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 23134 t
+14816 974 1-2-1 Dating - AFTER DARK eng \N Introducing 1-2-1 Dating's new AFTER DARK section at a VERY special low price! Strictly for the open-minded and unshockable. Curious? Check it out! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 22:00:00 2014-12-20 00:00:00 \N \N \N \N \N 23135 t
+41056 18225 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 17:30:00 2014-12-19 17:55:00 \N \N \N \N \N 23136 t
+14800 1323 Blue Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 23137 t
+14800 1324 Blue Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 22:00:00 2014-12-20 00:00:00 \N \N \N \N \N 23138 t
+25792 52448 Great British Railway Journeys eng Cockermouth to Eskdale Michael Portillo glugs a lovely Victorian brew, goes nuclear at Sellafield and visits a Japanese-inspired garden as he winds through charming Cumbria by rail. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:30:00 \N \N \N S \N 23139 t
+25792 52449 Great British Railway Journeys eng Kirkby-in-Furness to Lancaster Travels by train. Michael Portillo alights to learn about Kirkby's famous blue slate and hear how execution was a spectator sport in Victorian times! \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 15:30:00 2014-12-22 16:00:00 \N \N \N S \N 23140 t
+25792 52450 Great British Railway Journeys eng Heysham to Sneafell Enjoy Britain's delights by rail - and boat, this time! Setting sail for the Isle of Man, Michael Portillo encounters horse trams and a dizzying mountain railway. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:30:00 \N \N \N S \N 23141 t
+25792 52451 Great British Railway Journeys eng Bray to Dublin Epic rail journeys inspired by George Bradshaw. Michael Portillo crosses the Irish Sea and learns about the railway along Dublin's treacherous east coast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:00:00 \N \N \N S \N 23142 t
+25792 52452 Indian Hill Railways eng The Darjeeling Himalayan Railway Affectionate three-part series about India's 'toy trains'. The much-loved Darjeeling Himalayan Railway was the country's very first mountain service. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 23143 t
+14448 27163 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 12:05:00 2014-12-20 12:30:00 \N \N \N \N \N 23144 t
+14448 27164 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 12:30:00 2014-12-20 12:55:00 \N \N \N \N \N 23145 t
+14448 27165 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 12:55:00 2014-12-20 13:20:00 \N \N \N \N \N 23146 t
+14448 27166 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 13:20:00 2014-12-20 13:45:00 \N \N \N \N \N 23147 t
+14448 27167 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 13:45:00 2014-12-20 14:10:00 \N \N \N \N \N 23148 t
+14448 27168 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 14:10:00 2014-12-20 14:35:00 \N \N \N \N \N 23149 t
+14448 27169 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 14:35:00 2014-12-20 15:00:00 \N \N \N \N \N 23150 t
+12992 30782 NCIS eng Jack-Knife Crime drama series involving Navy and Marine Corps personnel. After a driver from a shady shipping company is found dead, the NCIS team take to the road to bring down the illegal... \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N AD,S \N 23151 t
+12992 30783 Diagnosis Murder eng My Baby Is Out of This World Crime drama series about a doctor turned detective. The improbable pregnancy claims of a rock star's wife complicate the case when her husband is murdered. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 23152 t
+23712 3046 Children's Hospital: Toronto eng Home for the Holidays It's another episode to warm the heart! We catch up with Toronto's tots as they brave illness with a smile during the festive season. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N S \N 23153 t
+23712 3047 A Special Kind of Mum eng A Special Kind of Mum Documentary following two mothers who have a disability as they overcome extraordinary challenges to raise their children, and struggle against prejudice. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 23154 t
+23712 3048 Helicopter Heroes eng \N In a particularly dramatic episode, the air ambulance crew pull out all the stops to rescue a factory worker stuck fast in machinery and a man injured by a falling tree. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 23155 t
+41024 59541 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 23156 t
+41024 59950 eng \N \N \N \N \N \N \N \N eng 8 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 23157 t
+41024 59851 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N \N \N 23158 t
+27648 4343 American Chopper eng Michigan Bike/My Name is Earl Part 2 The pressure is on as Mikey reveals the Michigan bike, and the rest of the crew heads to Hollywood to show off their Earl-inspired model. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 23164 t
+27648 4344 Hitler's Henchmen eng Von Ribbentrop Ribbentrop rose to the top of the Nazi regime and was a faithful servant to Hitler. How did he achieve power and why did he collaborate in the Holocaust? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 23165 t
+27648 4345 World War II: The Complete History eng Unconditional Surrender How did the Russians drive the Germans out of Russia; how did America defeat Japan despite fanatical resistance; and why was France pivotal to the Allies? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 23166 t
+14752 40833 Jaguar Skills eng \N The original ninja-DJ joins the Capital weekend line-up with his unique blend of House, Trap and Drum & Bass. Get involved @CapitalOfficial on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:15:00 \N \N \N \N \N 23167 t
+14752 40834 Will Cozens eng \N Will takes you into the early hours with the biggest tracks from the Capital playlist. Get involved @CapitalOfficial on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 22:15:00 2014-12-21 01:00:00 \N \N \N \N \N 23168 t
+22208 6164 Monkey Life eng \N Old habit dies hard as Seamus's period of calm comes to an abrupt end. Problems arise, meanwhile, when the team make arrangements for their trip to Chile. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 15:10:00 2014-12-19 15:40:00 14 \N \N S 2 23169 t
+22208 6165 Wildlife Emergency eng \N A look at the work of a wildlife conservation group as they rescue, rehab and release animals back into the wild. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 15:40:00 2014-12-19 16:50:00 9 26 \N S \N 23170 t
+4175 49788 BBC News eng \N The latest national and international news from the BBC. Also in HD. Followed by weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:20:00 \N \N \N S \N 23171 t
+23040 37999 12 Chefs Of Christmas eng \N 12 Chefs of Christmas celebrates the festive season with twelve menus from some of television's top chefs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:30:00 \N \N \N \N \N 23172 t
+23040 38000 Reza Spice Prince of Thailand eng \N This series follows Chef Reza Mahammad, one of the UK's top Indian restaurateurs, on an unforgettable journey around Thailand to discover the history of royal food and feasting. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 15:30:00 2014-12-19 16:00:00 \N \N \N \N \N 23173 t
+23040 38001 Kitchen Cousins eng \N Iliana Martinez lives in a beautiful home in New Jersey. She has redone the whole house, except for the unsightly kitchen. Can the Kitchen Cousins give her the space of her dreams? \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:30:00 \N \N \N \N \N 23174 t
+23040 38002 Diners, Drive-Ins And Dives eng \N Guy Fieri visits America's most interesting and unique restaurants. Guy samples some funky joints, there's a gas station serving duck l'orange, and a cafe where circus performers serve pasta. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:00:00 \N \N \N \N \N 23175 t
+23040 38003 Diners, Drive-Ins And Dives eng \N Guy's driving the Camaro all over the nation for some delicious grub. In Tampa Bay, Florida, chilli and burgers are the long-standing stars at a roadside shack. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N \N \N 23176 t
+23040 38004 Diners, Drive-Ins And Dives eng \N On this trip, Guy's visiting long-time carnivore-friendly haunts. In Toronto, Canada, there's a restored diner cooking up pork belly, a mac and cheese burger, and a Christmas burger. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N \N \N 23177 t
+14498 26498 Wheeler Dealers eng Porsche 911 Targa Part 1 Auto expert Mike Brewer purchases a 1976 Porsche 911 Targa for 5,000 which he hands over to motor specialist Edd China to work his magic. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N \N \N 23178 t
+14498 26499 Wheeler Dealers eng Porsche 911 Targa Part 2 Edd China completes the Porsche 911 Targa, refurbishing the gearbox, mending the roof seal and spraying it black. What price will Mike get for it? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N \N \N 23179 t
+14498 26500 Salvage Hunters eng \N Drew explores the world's biggest travelling vintage funfair, and a Windsor pub where everything is for sale. Plus, an illuminations depot in Blackpool is packed with pop art. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 23180 t
+14498 26501 Mighty Planes eng \N This high-octane, high-altitude show proves that the sky really is the limit when it comes to aviation engineering. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 23181 t
+23296 5798 Something for Everyone eng \N Thousands of like-minded people are waiting for you now. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 18:00:00 \N \N \N \N \N 23182 t
+8274 18220 Celebrity Squares eng \N Ashley Roberts, David Haye, Reece Shearsmith, Andi Peters, Sandi Toksvig, Stewart Francis, Bridget Christie, Tim Vine and Joe Wilkinson play the classic game show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N S \N 23183 t
+8274 16896 Harry Potter & Half-Blood Prince eng \N Fantasy sequel starring Daniel Radcliffe and Rupert Grint, 2009. With Hogwarts under threat, Harry investigates Voldemort's past and learns the disturbing truth of his origins \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 19:00:00 2014-12-20 22:00:00 \N \N \N AD,S \N 23184 t
+23120 20373 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 23186 t
+23120 20369 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 23187 t
+23120 20370 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 23188 t
+27456 45223 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:30:00 \N \N \N \N \N 23189 t
+27456 45224 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 15:30:00 2014-12-19 16:00:00 \N \N \N \N \N 23190 t
+27456 45225 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:30:00 \N \N \N \N \N 23191 t
+27456 45226 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:00:00 \N \N \N \N \N 23192 t
+27456 45227 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N \N \N 23193 t
+27456 45228 Politicking with Larry King eng \N Legendary host Larry King and OraTV bring 'Politicking', their new political show. World leaders and policy makers will be regular guests of the interviewer whose deep knowledge have made him an icon. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N \N \N 23194 t
+27744 42363 Hawaii Five-O eng \N Cult US cop drama following a special police unit headed up by Steve McGarrett (Jack Lord). A 10-year-old case is reopened when an archaeological dig unearths two skeletons. S4 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 1 24 \N \N \N 23195 t
+27744 42029 Father Dowling Mysteries eng \N US mystery series centring on a Chicago Catholic priest who solves crimes. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 23196 t
+27744 42030 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. The Borg return to battle the Federation and tempt Data by helping him feel his first emotion. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 23197 t
+14720 23090 Party Classics eng \N Mark Wright plays some great festive floorfillers. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 21:00:00 \N \N \N \N \N 23198 t
+15856 3470 Girlfri3nds eng \N The girls are down to their final three men, so they are spending 24 hours in their chosen guy's life, experiencing what their relationship would really be like. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N S \N 23199 t
+15856 3471 Celebrity Christmas Dinner Date eng \N In a special festive edition of the culinary dating show, Made in Chelsea star Hugo Taylor chooses three ladies to date based on the menus he most likes the look of. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N S \N 23200 t
+15856 3472 Minors in Designers eng \N Series following the fortunes of the Bassi family, owners of an exclusive designer clothing emporium aimed at children. The staff have their hands full as they announce a sale. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N S \N 23201 t
+28160 15745 That Friday Feeling! eng \N Michael Cleere winds you up for the weekend, with great music, competitions and his unique brand of fun! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 15:00:00 2014-12-19 18:00:00 \N \N \N \N \N 23202 t
+17609 19743 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 06:00:00 2014-12-24 08:30:00 \N \N \N \N \N 23203 t
+17609 19744 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:25:00 \N \N \N \N \N 23204 t
+32836 30891 British Wrestling Weekly eng \N Stay up to date with British Wrestling. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 23205 t
+32836 30892 Behind Bars eng \N Whilst scrubbing gang graffiti there are serious repercussions for one unlucky inmate caught trying to smuggle in a cigarette. The jail SWAT team conduct a surprise raid on the British tent. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:30:00 \N \N \N \N \N 23206 t
+32836 30893 Britain And Ireland From The Sky eng \N We embark on a breath-taking aerial tour of the British Isles in this exclusive series. Spanning all four seasons, Britain & Ireland from the Sky. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:00:00 \N \N \N \N \N 23207 t
+32836 30894 On Closer Inspection eng \N This hard-hitting flagship current affairs programme is the "News after the News". We delve deeper into the political and social stories that shape the daily lives of Leeds people. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 23208 t
+16208 36925 Ballykissangel eng With a Song in My Heart Drama from the small Irish village where everything happens. Dillon finds that his decision to see Niamh in Dublin has a much bigger impact than he expected. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N S \N 23209 t
+16208 36926 Bergerac eng A True Detective Hop across the waters for the popular 1980s Jersey mystery series. Jim is called in when an accountant is mysteriously drowned at an international trade fair. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N S \N 23210 t
+16208 36927 Lovejoy eng Poetic Licence Would you buy a used Rembrandt from this man? Charlotte asks Lovejoy to value the contents of a nursing home, but soon our hero is fearing for his life. Popular drama. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N S \N 23211 t
+15952 2657 Coronation Street Omnibus eng \N Kylie gets an unwanted visitor. Has Alya had a change of heart? Tracy awaits news of Rob's fate. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 09:50:00 2014-12-21 11:50:00 \N \N \N AD,S,SL \N 23212 t
+15952 2717 The X Factor eng Your Top Ten Sarah-Jane Crawford counts down the biggest and best top 10 moments from The X Factor and reveals for the very first time, who has made it to that all-important No.1 position. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 11:50:00 2014-12-21 12:50:00 \N \N \N S \N 23213 t
+24464 50349 Australasian Supersport eng Wannabe Mick Doohans and Casey Stoners look to make a name for themselves in the Australasian Supersport class. Rd 6 Sydney Motorsport Park. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 09:35:00 2014-12-24 10:35:00 \N \N \N \N \N 23214 t
+24464 50350 Australasian Superbikes eng The fastest riders across the Australian peninsula and beyond go head-to-head over six rounds on the fastest bikes that Yamaha, Honda, Suzuki and Kawasaki have to offer. Rd 6 Sydney Motorsport Park. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 10:35:00 2014-12-24 11:35:00 \N \N \N \N \N 23215 t
+24464 50351 GT Asia Series eng Highlights of the premier Asian series exclusively for GT3 Supercars featuring an illustrious list of manufacturers competing on tracks in South Korea, Japan, Malaysia and China. Rd 13 Guia (Macau). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 11:35:00 2014-12-24 12:10:00 \N \N \N \N \N 23216 t
+22226 6261 1 Vs 100 eng \N One contestant competes against 100 people, answering trivia questions for the chance to win a huge cash prize. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 15:05:00 2014-12-19 16:00:00 \N \N \N S \N 23220 t
+22226 6263 Crystal Maze eng \N Game show in which a team of contestants tackle a series of ingenious games and fiendish challenges in a giant fantasy world, with the aim of collecting as many crystals as possible. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N S \N 23221 t
+22226 6266 Takeshi's Castle eng \N Comedy game show voiced by Craig Charles. Contestants vie for a cash prize as they attempt to overcome the giant games fortifying Takeshi Kitano's castle. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N S,AD \N 23222 t
+22226 6267 Takeshi's Castle eng \N Comedy game show voiced by Craig Charles. Contestants vie for a cash prize as they attempt to overcome the giant games fortifying Takeshi Kitano's castle. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N S,AD \N 23223 t
+8381 15336 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 04:00:00 2014-12-24 04:45:00 \N \N \N S,SL \N 23224 t
+8381 14944 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 04:45:00 2014-12-24 06:05:00 \N \N \N \N \N 23225 t
+28352 2161 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:30:00 \N \N \N \N \N 23226 t
+28352 2162 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 15:30:00 2014-12-19 16:00:00 \N \N \N \N \N 23227 t
+28352 2163 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:30:00 \N \N \N \N \N 23228 t
+28352 2164 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:00:00 \N \N \N \N \N 23229 t
+28352 2165 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N \N \N 23230 t
+28352 2166 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N \N \N 23231 t
+33088 17366 QVC Showcase eng \N A great line-up from right across QVC's product ranges. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 23232 t
+33088 17367 The Charlie Bears Collection eng \N QVC is proud to present the Charlie Bears Collection, an exceptional range of collectable plush and limited edition bears, exclusively designed by celebrated teddy bear artists from around the world. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 23233 t
+33088 17368 Unique Creations by Lori Greiner eng \N Founded in 1996, Lori Greiner offers clever, unique and innovative solutions to storage and home dcor problems. Her products have been caringly created to make life easier. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 23234 t
+16048 33663 Michael Buble eng Home for Christmas Michael Buble performs a selection of seasonal hits and other favourites from his Canadian mountain chalet. Plus guests including Dawn French, Gary Barlow and Kelly Rowland. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 18:30:00 2014-12-24 20:00:00 \N \N \N \N \N 23235 t
+16048 31883 Lewis eng The Indelible Stain Last in series. Lewis and Hathaway investigate when a controversial American academic is murdered after speaking at Oxford's Department of Criminology. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 20:00:00 2014-12-24 22:00:00 \N \N \N AD,S \N 23236 t
+8274 17154 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 13:20:00 2014-12-24 13:35:00 \N \N \N S \N 23237 t
+8274 17158 Doc Martin eng \N Doc Martin may be losing his receptionist, as Pauline wants to go to university. The peace of Portwenn is shaken by a hoard of twitchers on the trail of a rare bird. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 13:35:00 2014-12-24 15:35:00 \N \N \N AD,S \N 23238 t
+14784 2878 Christmas Wiped out your Finances? eng Check out our BARGAINS OF THE DAY page! All 7nt deals in January 3*BB L'rote £149! 4*HB Malta £269! 3*AI Algarve £129! 3*BB T'rife £139! 3*SC G.Canaria £159! FAB offers, MAD £££ \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 16:00:00 2014-12-24 20:00:00 \N \N \N \N \N 23239 t
+41024 60704 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 05:00:00 2014-12-19 06:00:00 \N \N \N \N \N 23240 t
+15808 50289 GT Asia Series eng Highlights of the premier Asian series exclusively for GT3 Supercars featuring an illustrious list of manufacturers competing on tracks in South Korea, Japan, Malaysia and China. Rd 13 Guia (Macau). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:25:00 \N \N \N \N \N 23241 t
+15808 50290 Auto Mundial eng Episode 50. Auto Mundial brings you the latest in the automotive industry on a weekly basis new cars, technology, and the main motorshows around the planet. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:25:00 2014-12-20 06:50:00 \N \N \N \N \N 23242 t
+15808 50291 Race of Champions Replay eng \N The very best action from the 2014 Race of Champions. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:50:00 2014-12-20 09:35:00 \N \N \N \N \N 23243 t
+22688 1007 Mellow Magic with Danny Pietroni eng \N Relax, chill out and feel the Magic \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 21:00:00 2014-12-20 00:00:00 \N \N \N \N \N 23244 t
+23184 17363 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 23245 t
+23184 17364 New eng Crime Stories Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 23246 t
+23184 17365 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S2 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N \N \N 23247 t
+23184 17366 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N \N \N 23248 t
+26560 13709 All The Hits with Michael Blades eng \N Michael's got the hottest soundtrack for whatever you're up to! All The Hits play right here all day long! Tweet @thehitsradio! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 10:00:00 2014-12-22 14:00:00 \N \N \N \N \N 23249 t
+22720 1298 Live@Kiss with Michael & Andrea eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 15:00:00 2014-12-19 19:00:00 \N \N \N \N \N 23250 t
+22208 3418 A Haunting eng Well to Hell A man returns to his childhood home, only to find it filled with dark forces that are allegedly trying to kill him. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 2 \N \N S 6 23251 t
+22208 3424 New eng Living With The Dead Join mediums Johnnie Fiori and Ian Lawman and psychic investigator Mark Webb as they solve problems of the paranormal variety. Last in series. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 8 \N \N \N 2 23252 t
+22208 3516 Christmas Crime UK eng \N Seasonal edition of the hard-hitting documentary series. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-23 23:00:00 2014-12-23 23:30:00 \N \N \N S,AD \N 23253 t
+22208 3547 Christmas Crime UK eng \N Seasonal edition of the hard-hitting documentary series. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-23 23:30:00 2014-12-24 00:00:00 \N \N \N S,AD \N 23254 t
+20352 58145 eng \N \N \N 0 25 f 1 eng eng 1 0 0 \N 2014-12-19 16:30:00 2014-12-19 18:15:00 \N \N \N \N \N 23255 t
+24032 31262 Hollow Man 2 eng \N A Seattle detective attempts to protect the life of a scientist from a rogue assassin \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:50:00 \N \N 2006 \N \N 23256 t
+24032 31263 The Hunt for Osama Bin Laden eng \N Film about a group of Navy SEALs who learn that their target is Osama Bin Laden with Cam Gigandet and Anson Mount \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 22:50:00 2014-12-20 01:00:00 \N \N 2012 \N \N 23257 t
+28288 8646 Joan Collins Timeless Beauty eng \N Joan Collins Timeless Beauty is an inspirational beauty range from a unique and glamorous icon who will empower others to look and feel beautiful whatever their age. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 05:00:00 2014-12-21 06:00:00 \N \N \N \N \N 23258 t
+41136 50295 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 12:10:00 2014-12-20 12:40:00 \N \N \N \N \N 23259 t
+41136 50296 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 12:40:00 2014-12-20 13:10:00 \N \N \N \N \N 23260 t
+41136 50297 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 13:10:00 2014-12-20 13:40:00 \N \N \N \N \N 23261 t
+41136 50298 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 13:40:00 2014-12-20 14:45:00 \N \N \N \N \N 23262 t
+41136 50299 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 14:45:00 2014-12-20 15:45:00 \N \N \N \N \N 23263 t
+28416 20093 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:30:00 \N \N \N \N \N 23266 t
+28416 20094 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 20:30:00 2014-12-19 22:00:00 \N \N \N \N \N 23267 t
+22752 1064 Kiss Fresh with Alex eng \N Alex with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 15:00:00 2014-12-19 19:00:00 \N \N \N \N \N 23268 t
+15952 2618 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 15:45:00 2014-12-19 16:50:00 \N \N \N S \N 23269 t
+15952 6605 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 16:50:00 2014-12-19 17:55:00 \N \N \N S \N 23270 t
+15952 2620 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:55:00 2014-12-19 19:00:00 \N \N \N S \N 23271 t
+23712 3229 Embarrassing Bodies eng \N Patients with curious cases are seen in Bristol by the unshockable doctors. The toilet leaves Michelle traumatised and Amir has a niggling nipple problem. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N S \N 23272 t
+23712 3248 Bridezillas eng Attack of the Mumzillas A look at some of the most outrageous, outspoken, pushy, stubborn and crazy mums and mother-in-laws to have featured on the hit US reality show. No wonder these brides go ape! \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 23273 t
+23712 3061 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 02:00:00 2014-12-21 04:00:00 \N \N \N \N \N 23274 t
+16032 41866 Almost Naked Animals eng A Fish this Big A squirrel is saved by Howie. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 14:15:00 2014-12-20 14:30:00 \N \N \N S \N 23344 t
+24064 59902 Planet Norfolk eng Uncut Unstaged reality series. Ian the food fanatic is cruising crustaceans, Becca the barber has her hands full with Uncle Honk, and the party guests get a surprise. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:30:00 \N \N \N \N \N 23275 t
+24064 59903 The Great Arctic Bike Off eng \N Diminished and beleaguered, the team battle on through to Poland, visiting a disused Russian missile site in Estonia along the way. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 21:30:00 2014-12-19 22:00:00 \N \N \N \N \N 23276 t
+24064 59904 Crossman eng \N Lindsay has spent the last 27 years carrying a life-sized crucifix over his shoulder. This is the story of how his devotion and sacrifices for God have affected those around him. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:30:00 \N \N \N \N \N 23277 t
+24064 59905 Sunset Daze eng Senior Prom Reality show featuring an eccentric cast living in an Arizona retirement community. It's prom time at Sun City, but who will be crowned the competition's king and queen? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 22:30:00 2014-12-19 23:00:00 \N \N \N \N \N 23278 t
+24064 59906 Bad Santas eng \N Bosses at the UK's biggest Santa school help unemployed men back into work. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 23279 t
+22624 40341 Afternoon Edition eng \N RNIB's Insight Radio - Allan Russell and guests review the evening newspapers and round up the news of the day \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-19 16:00:00 2014-12-19 19:00:00 \N \N \N \N \N 23280 t
+14608 31969 Diana eng Last Days Of A Princess Using news footage and interviews, as well as scripted scenes, this hybrid-documentary tells the story of the last two months of Diana's life before her tragic death in Paris. 2007 \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 21:00:00 2014-12-19 23:00:00 \N \N \N \N \N 23281 t
+14608 31970 The Price Of A Broken Heart eng \N Based on a true story. A wronged woman uses an archaic 200 year old law to try to sue the mistress of her cheating husband. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 23:00:00 2014-12-20 01:00:00 \N \N \N \N \N 23282 t
+15312 20 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 12:00:00 \N \N \N \N \N 23283 t
+14688 11602 The Best of Frank Skinner eng \N A look back at some of Frank's best moments of 2014. Stick the kettle on and join him, Emily and Alun for a cuppa. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 08:00:00 2014-12-20 11:00:00 \N \N \N \N \N 23284 t
+14784 2853 All Inclusive JANUARY Deals GALORE eng \N 4*AI C.D. Sol just £217! 5*AI Sharm just £307! 4*AI Malta just £259! 3*AI Benidorm just £365! 3*AI Tenerife just £345! Barmy prices, palmy beaches! See our ALL INC SHORT HAUL page \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 12:00:00 2014-12-20 16:00:00 \N \N \N \N \N 23285 t
+25792 52309 Bargain Hunt eng \N Two teams of best friends go bargain hunting at an antiques centre in Lincolnshire. Experts David Barby and Thomas Plant offer guidance and advice. Tim Wonnacott presents. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N S \N 23286 t
+25792 52310 Celebrity Antiques Road Trip eng \N Cricketer Phil Tufnell battles it out with sports presenter Chris Hollins as antiques experts Philip Serrell and Thomas Plant offer the pair sage advice on items to take to auction. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N S \N 23287 t
+25792 52977 The Men and the Machines that Beat Hitler eng \N The amazing true tale of six valiant 'tankies' who served together in World War II. This moving final episode covers D-Day, the battle for Normandy and eventual victory in Germany. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N S \N 23288 t
+27360 18861 Roma v AC Milan eng \N Serie A action from the Stadio Olimpico, Rome. Title-chasers the Giallorossi face a Milan side now managed by the former Rossoneri striker Filippo Inzaghi. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:30:00 \N \N \N \N \N 23289 t
+27360 18032 The Football's On eng \N Comedians Romesh Ranganathan and Doc Brown join Ian Stone for a humorous approach to the week's football stories. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:30:00 \N \N \N \N \N 23290 t
+8448 59091 Made in Chelsea eng \N Brand new series - Spencer takes the boys on a debauched night out and the girls' spa break is anything but calm and relaxing. Spencer's new girlfriend Lauren ruffles Stephanie's feathers. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N S \N 23291 t
+8448 59092 Melissa & Joey eng A Pair of Sneakers Mel's attempts to teach Lennox how to drive don't go very well, but when Joe offers to take over the lessons, Mel refuses to allow it. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N S \N 23292 t
+8448 59093 Melissa & Joey eng Mother of All Problems When Joe tries to smooth over the troubled relationship between Mel and her mother Monica, he gives Monica some advice that infuriates Mel. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 \N \N \N S \N 23293 t
+8448 59094 Brooklyn Nine-Nine eng Operation Broken Feather: Peralta is upset to hear that Santiago is considering leaving the precinct to work with his nemesis 'the Vulture' in the Special Crimes Unit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N S \N 23294 t
+8448 59095 Brooklyn Nine-Nine eng The Party Captain Holt invites the entire squad over to his house to celebrate his birthday, but Peralta and Santiago make a bad impression on Holt's husband Kevin. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 \N \N \N S \N 23295 t
+27712 21913 Head to Head eng \N Mehdi Hassan goes head to head with China's foremost interpreter, Dr Zhang Weiwei, on whether China could, or should, become a western-style democracy. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 23296 t
+27712 21914 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N \N \N 23297 t
+27712 21915 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N \N \N 23298 t
+27712 21916 TechKnow eng \N Science series exploring how the latest scientific discoveries are changing our lives, investigating controversies and celebrating innovation across the world. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N \N \N 23299 t
+27840 5216 Programmes start at 8.00am eng \N Join us from 8am to midnight every day! \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 08:00:00 \N \N \N \N \N 23300 t
+18112 61688 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 18:58:00 2014-12-21 05:30:00 \N \N \N \N \N 23301 t
+22336 59402 Rules of Engagement eng Beating the System When Jeff and Audrey learn that their surrogate is pregnant, Jeff is unprepared for the radical changes that soon begin to affect their lives. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:25:00 \N \N \N S \N 23302 t
+22336 59384 Rules of Engagement eng The Jeff Photo While at a gallery, Audrey finds an old photo of Jeff looking very fit, which motivates him to try to get fit again. Russell is having no luck with women. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 07:25:00 2014-12-24 07:50:00 \N \N \N S \N 23303 t
+40992 52124 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:20:00 \N \N \N \N \N 23385 t
+22336 59297 Rude(ish) Tube eng \N This edition of Rude Tube's naughty little sister features a bungee jump with a twist, some epic base jumpers and one of the world's worst pop stars. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 07:50:00 2014-12-24 08:10:00 \N \N \N S \N 23304 t
+22336 59298 Rude(ish) Tube eng \N Rude Tube's naughty little sister discovers some slightly less rude (but still daft) online videos, including a monkey buying himself a drink, Fenton chasing deer and some very odd beards. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 08:10:00 2014-12-24 08:30:00 \N \N \N S \N 23305 t
+41056 18029 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N \N \N 23630 t
+22336 58584 Rude(ish) Tube eng \N Rude Tube's naughty little sister discovers some slightly less rude (but still cheeky) online videos, including extreme unicycling, a very bad mystic cat and some incredible frisbee shots. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 08:30:00 2014-12-24 08:55:00 \N \N \N S \N 23306 t
+22336 58583 Hollyoaks eng \N Tegan offers Tony a shoulder to cry on but he ends up discovering a heart-breaking truth. John Paul and Lockie go on the run from the law and end up taking an unexpected journey. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 08:55:00 2014-12-24 09:30:00 \N \N \N AD,S \N 23307 t
+13024 50996 5 News Weekend eng \N National and international news. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-21 19:30:00 2014-12-21 19:35:00 \N \N \N S \N 23308 t
+13024 50997 Space Cowboys eng \N Kicking off our Clint Eastwood night is this comedy drama starring Clint Eastwood and Tommy Lee Jones. A team of astronauts rejected by NASA in the 1950s find themselves in demand years later. ... \N 2 25 f 3 eng eng 6 0 0 \N 2014-12-21 19:35:00 2014-12-21 22:00:00 \N \N \N S \N 23309 t
+26240 11709 Sarah Powell eng \N Sarah ends the day on heat with the latest showbiz news and entertainment gossip! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 16:00:00 2014-12-19 19:00:00 \N \N \N \N \N 23310 t
+28480 11519 Jimmy Swaggart Crusade Classics eng \N A programme featuring Jimmy Swaggart Evangelical Crusades filmed around the world. Music and preaching. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 03:00:00 2014-12-22 05:00:00 \N \N \N \N \N 23311 t
+28480 11520 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 05:00:00 2014-12-22 06:00:00 \N \N \N \N \N 23312 t
+22784 757 Kisstory Friday Night eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 23313 t
+8442 60712 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 03:50:00 2014-12-23 06:00:00 \N \N \N \N \N 23314 t
+8452 58722 Ladyhawke eng \N Fantasy adventure. Rutger Hauer and Michelle Pfeiffer star as an outcast knight and his lover, who are cursed by an evil bishop to respectively be a wolf by night and a hawk by day. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 12:55:00 2014-12-23 15:10:00 \N \N 1985 S \N 23315 t
+14448 27302 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:30:00 \N \N \N \N \N 23316 t
+14448 27303 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:00:00 \N \N \N \N \N 23317 t
+14448 27304 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:30:00 \N \N \N \N \N 23318 t
+14448 27305 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 13:30:00 2014-12-24 14:00:00 \N \N \N \N \N 23319 t
+14448 27306 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N \N \N 23320 t
+14448 27307 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N \N \N 23321 t
+4168 58007 Race to Witch Mountain eng \N Family fantasy adventure. Taxi driver Jack Bruno gets an out-of-this-world ride when two aliens disguised as teenagers suddenly appear in his taxi. Dwayne Johnson stars. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:35:00 \N \N 2009 S \N 23322 t
+4168 58008 Old Dogs eng \N Comedy about a divorcee who, suddenly saddled with twins from a past marriage, enlists his friend and business partner to help while struggling to secure a business deal. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 10:35:00 2014-12-22 12:00:00 \N \N 2009 S \N 23323 t
+12928 42016 Home and Away eng \N Spencer refuses to tell his side of the story. The tension between Sophie and Hannah escalates, leaving Nate in trouble. A handsome stranger blows into town looking for Brax. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N AD,S \N 23324 t
+12928 42017 Extreme Fishing With Robson Green eng Panama Documentary. In Panama, Robson Green fishes the well-stocked Pacific and Atlantic coasts in search of peacock bass, tarpon, dorado, sierra mackerel and big-game billfish. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N S \N 23325 t
+12928 42018 Extreme Fishing With Robson Green eng \N Fishing adventure show. Robson Green travels the globe but will he succeed in catching the fish said to be in the foreign waters? \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N S \N 23326 t
+41104 19983 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 17:00:00 2014-12-19 21:00:00 \N \N \N \N \N 23327 t
+25920 21074 Last Minute Christmas Kitchen eng \N An opportunity to get those Last Minute Gifts all delivered in time for Christmas. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 23328 t
+40960 53225 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N \N \N 23332 t
+40960 53226 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N \N \N 23333 t
+40960 58126 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 10:30:00 2014-12-22 11:00:00 \N \N \N \N \N 23334 t
+40960 53227 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N \N \N 23335 t
+16032 35306 Signed Stories eng Share a Story Signed programme which goes behind the scenes of the Share a Story competition, meeting the competitors and the animators who turned their stories into short films. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:05:00 \N \N \N S,SL \N 23336 t
+16032 36018 The Aquabats! Super Show! eng The Return of The Aquabats! Musical comedy action adventure series. When The Aquabats! return from outer space, they are received as heroes who saved the world. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 12:05:00 2014-12-20 12:30:00 \N \N \N S \N 23337 t
+16032 41860 Deadtime Stories eng The Beast of Baskerville Chilling stories based on the book series of the same name by Annette and Gina Cascone. A group of neighbourhood kids decide to have a giant camp-out. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 12:30:00 2014-12-20 13:00:00 \N \N \N S \N 23338 t
+16032 41862 Horrid Henry eng Horrid Henry Takes a Shortcut If in doubt take a short cut! But Henry and Ralph discover that it won't always get you there quicker! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 13:15:00 2014-12-20 13:30:00 \N \N \N AD,S \N 23340 t
+16032 41863 Horrid Henry eng Horrid Henry and the Antique Rogue Show The antics of the mischievous and obnoxious Henry. Henry discovers that one person's rubbish is another person's treasure. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 13:30:00 2014-12-20 13:45:00 \N \N \N AD,S \N 23341 t
+16032 41864 Horrid Henry eng Horrid Henry and the Killer Boy Rats More adventures of the mischievous anti-hero. When Ed Banger, the lead singer of The Killer Boy Rats, departs, Henry decides to bring him back. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 13:45:00 2014-12-20 14:00:00 \N \N \N AD,S \N 23342 t
+16032 41865 Almost Naked Animals eng Fizz Fuzz Bang Poodle takes over the Banana Cabana. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:15:00 \N \N \N S \N 23343 t
+16032 41867 Mr Bean eng The Ball The animated antics of the hapless bumbler Mr Bean. Paralysed with vertigo, 60ft up on a window sill, Bean is eventually brought to earth by a neighbour's pet hamster. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 14:30:00 2014-12-20 14:45:00 \N \N \N AD,S \N 23345 t
+16032 41868 Mr Bean eng Toothache The animated antics of the hapless bumbler Mr Bean. Bean is tormented by the toothache from hell, but his DIY attempts to pull it out fail and he has to visit the dentist. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 14:45:00 2014-12-20 15:00:00 \N \N \N AD,S \N 23346 t
+41040 17154 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:30:00 \N \N \N \N \N 23347 t
+41040 17155 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:00:00 \N \N \N \N \N 23348 t
+41040 17247 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:00:00 \N \N \N \N \N 23349 t
+41040 17157 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 02:00:00 2014-12-22 03:00:00 \N \N \N \N \N 23350 t
+32836 30983 Wake Up Leeds eng \N Wake up to the latest local news, weather and traffic updates in Leeds. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:30:00 \N \N \N \N \N 23351 t
+22624 40340 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 23352 t
+40976 46813 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 04:00:00 \N \N \N \N \N 23353 t
+4175 49789 Match of the Day eng \N Highlights of the day's Premier League games, including Manchester City v Crystal Palace. Also in HD. Followed by National Lottery Update. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 22:20:00 2014-12-20 23:45:00 \N \N \N S \N 23354 t
+4175 49790 The Football League Show eng \N Manish Bhasin introduces all the drama from the Football League's three divisions, including Ipswich v Middlesbrough, Derby v Norwich and Millwall v Bolton. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 23:45:00 2014-12-21 01:05:00 \N \N \N S \N 23355 t
+8267 41878 The Aquabats! Super Show! eng The Floating Eye of Death! Exhausted after a playing a rock concert, The Aquabats! pull into an isolated truck stop to catch some sleep - but their peace and quiet is short-lived. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:25:00 \N \N \N S \N 23356 t
+8267 42332 Pat & Stan eng Stuart Does Everything Pat the purple hippo and his friend Stan the yellow dog turn every event into the craziest of adventures! It is not looking good for the football match. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 06:25:00 2014-12-21 06:35:00 \N \N \N AD,S,SL \N 23357 t
+8267 42616 Pat & Stan eng Roll with It Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! Pat's latest book gives him confidence. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 06:35:00 2014-12-21 06:40:00 \N \N \N AD,S,SL \N 23358 t
+8267 41879 Dino Dan: Trek's Adventures eng Everyone Loves Marine Reptiles Jurassic adventures. Mum takes Trek and Penelope to Marineland, Trek imagines what it would be like if there was a show with prehistoric reptiles! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:40:00 2014-12-21 06:50:00 \N \N \N S,SL \N 23359 t
+8267 41880 Dino Dan eng Twas a Dinosaur Join palaeontologist-in-training Dan Henderson as he takes kids on a Jurassic journey. Dan takes the poem The Night Before Christmas and gives it a dinosaur spin. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 06:50:00 2014-12-21 07:05:00 \N \N \N S,SL \N 23360 t
+8267 34108 Canimals eng Mousetak Can When the humans mistake the Canimals' mess for droppings, they return with a whole lot of mouse and rat traps. The Canimals welcome the new buffet of cheese! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:05:00 2014-12-21 07:10:00 \N \N \N S \N 23361 t
+8267 35307 Canimals eng Snow Cans The Canimals find themselves racing for their lives, pursued by an ever-growing ball of snow. Will they manage to get themselves out of this in one piece? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:10:00 2014-12-21 07:20:00 \N \N \N S \N 23362 t
+8267 35313 Signed Stories: Share a Story eng My Motorbike The simple tale of a boy who dreams of motorcycle adventures whilst playing on his scooter in his back yard. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:20:00 2014-12-21 07:25:00 \N \N \N S,SL \N 23363 t
+8267 44274 Sooty eng Pranks and Presents When the hook-a-duck stall runs out of prizes, Sooty's hopes are on his teddy bear machine, but he gets a little extra help. Guest starring Brian Blessed. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:25:00 2014-12-21 07:35:00 \N \N \N S \N 23364 t
+8267 34722 Mr Bean eng A Royal Makeover The animated antics of the hapless bumbler. Mr Bean decides to decorate his room in the style of Buckingham Palace and selects the same wallpaper as the Queen has. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 07:35:00 2014-12-21 07:50:00 \N \N \N AD,S \N 23365 t
+8267 41883 Ultimate Spider-Man eng The Incredible Spider-Hulk Animated adventures. Mesmero wreaks havoc again when he switches Spider-Man and Hulk's brains. The Wallcrawler has to contend with the blue eyed Thing. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 07:50:00 2014-12-21 08:15:00 \N \N \N S \N 23366 t
+8267 41884 Horrid Henry eng Horrid Henry and the Perfect Panto Animated adventures. When Henry's school panto is cancelled, Margaret will not take no for an answer - which is a good thing and a bad thing! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-21 08:15:00 2014-12-21 08:30:00 \N \N \N AD,S \N 23367 t
+8267 41885 Big Time Rush eng Big Time Dreams (Part 2) Members of a boy band try to make it big in the music industry. The band must stop an evil genius who wants to hypnotise everyone in the crowd. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N S \N 23368 t
+24064 60072 Back at 7pm and 24-hours on HD 109 eng \N No Information Available \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-22 15:00:00 2014-12-22 19:00:00 \N \N \N \N \N 23369 t
+8381 15029 Nation's Favourite Christmas Song eng \N A countdown of the nation's most popular top twenty festive hits as voted for by the public in a nationwide poll. It marks the 70th anniversary of Bing Crosby's White Christmas. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 15:25:00 2014-12-20 16:50:00 \N \N \N S \N 23370 t
+8381 14845 Mr Magorium's Wonder Emporium eng \N Fantasy starring Dustin Hoffman and Natalie Portman, 2007. The magical Mr Magorium is looking for an heir to take over his unusual shop when he passes on \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 16:50:00 2014-12-20 18:35:00 \N \N \N AD,S \N 23371 t
+41024 59375 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:00:00 \N \N \N \N \N 23399 t
+41120 14093 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:30:00 \N \N \N \N \N 23402 t
+41120 14094 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 \N \N \N \N \N 23403 t
+41120 14095 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 23404 t
+41120 14096 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 23405 t
+24016 12846 Snow Beast eng \N A research expedition studying Lynx in the Canadian wilderness turns into a fight for survival as they are savagely hunted down by an unknown predator. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:45:00 \N \N 2011 \N \N 23406 t
+24016 12847 The Assignment eng \N Based on a true story, a look-alike US serviceman (Aidan Quinn) is recruited to assume the identity of a ruthless terrorist. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 22:45:00 2014-12-20 01:00:00 \N \N 1997 \N \N 23407 t
+26560 13690 All The Hits with Olivia Jones eng Oliva has all the hits for your afternoon, the latest & biggest showbiz gossip and YOU! Get involved NOW @thehitsradio \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 15:00:00 2014-12-19 19:00:00 \N \N \N \N \N 23408 t
+15840 3630 Sparkle & Flair eng \N We're glamming it up and getting the best silver out for tracks with stack heel-appeal from the likes of Alice Cooper, David Bowie, T-Rex, New York Dolls and Wizzard. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 23409 t
+15840 3631 Jive Bunny MiXmas eng \N We're all ears as those festive funsters Jive Bunny create a Christmas mix especially for Vintage TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 23410 t
+15840 3632 All Wrapped Up eng \N New! It's time to get merry as we fill the stockings to a sparkling selection of Christmas songs. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 23411 t
+24448 63860 Great Value Jewellery from GemsTV eng \N Shop and save with live falling auctions from GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 23412 t
+24448 64007 Neon Apatite eng \N Electric, vibrant and bursting with rare paraiba tones, this is neon apatite. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N \N \N 23413 t
+24448 63862 Huge Jewellery Savings from GemsTV eng \N GemsTV give huge savings on genuine gemstone jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N \N \N 23414 t
+41072 14025 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-22 15:00:00 2014-12-22 15:30:00 \N \N \N \N \N 23415 t
+41072 14026 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-22 15:30:00 2014-12-22 16:00:00 \N \N \N \N \N 23416 t
+41072 14027 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:30:00 \N \N \N \N \N 23417 t
+41072 14028 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:00:00 \N \N \N \N \N 23418 t
+41072 14029 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 23419 t
+8325 41452 Tricked eng \N Hidden camera magic show. Kerry Katona goes nuts at Ben for destroying her diamond ring, while Kym Marsh blows Ben up in an on-set pyrotechnics accident. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 03:20:00 2014-12-22 04:10:00 \N \N \N S \N 23420 t
+8325 35514 Life's Funniest Moments eng \N Series featuring hilarious candid moments caught on camera. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 04:10:00 2014-12-22 04:35:00 \N \N \N \N \N 23421 t
+8325 5121 Life's Funniest Moments eng \N Series featuring hilarious candid moments caught on camera. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 04:35:00 2014-12-22 04:55:00 \N \N \N \N \N 23422 t
+8325 2677 Bonkers Guinness World Records eng \N Matt Edmondson looks at entertaining world records. Featuring a human cannonball, the man with the stretchiest skin, and the record for the most meatballs eaten in one minute. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 04:55:00 2014-12-22 05:25:00 \N \N \N S \N 23423 t
+8325 2678 Bonkers Guinness World Records eng \N Series about the most entertaining Guinness World Records. Featuring parallel parking, the fastest sheep-shearer and a man whose eyes have literally popped out of their sockets. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 05:25:00 2014-12-22 05:50:00 \N \N \N S \N 23424 t
+8325 2633 ITV2 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 05:50:00 2014-12-22 06:00:00 \N \N \N \N \N 23425 t
+24464 50292 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 09:35:00 2014-12-20 10:35:00 \N \N \N \N \N 23426 t
+24464 50293 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 10:35:00 2014-12-20 11:35:00 \N \N \N \N \N 23427 t
+24464 50294 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from Pre 1940 Voiturettes & GP Cars. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 11:35:00 2014-12-20 12:10:00 \N \N \N \N \N 23428 t
+8448 58589 Rude(ish) Tube Shorts eng \N A short, cheeky clip from Rude Tube's naughty little sister Rude(ish) Tube, featuring exercise and pets. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 12:45:00 2014-12-24 13:00:00 \N \N \N S \N 23429 t
+8448 58592 How I Met Your Mother eng The Fight Ted and Barney get involved in a fight at their local bar, to find out what it's like and impress Robin, respectively, but it's their friend Doug who does all the real fighting. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:30:00 \N \N \N AD,S \N 23430 t
+8448 58593 How I Met Your Mother eng Little Minnesota It's Christmas time and both Marshall and Robin are feeling homesick in New York. Ted tries to keep his immature younger sister Heather away from Barney. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 13:30:00 2014-12-24 14:00:00 \N \N \N AD,S \N 23431 t
+41104 20014 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 21:00:00 2014-12-25 01:00:00 \N \N \N \N \N 23563 t
+8448 58594 The Big Bang Theory eng E4's Top 20 - The Euclid Alternative The friends stage an intervention to overcome Sheldon's fear of getting behind the wheel in the show placed 15th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N AD,S \N 23432 t
+8448 58595 The Big Bang Theory eng E4's Top 20 - The Bat Jar Conjecture When the gang throw Sheldon out of their Physics Bowl quiz team, he forms his own line-up in the show placed 14th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N AD,S \N 23433 t
+41008 58722 Ladyhawke eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 12:55:00 2014-12-23 15:10:00 \N \N \N \N \N 23434 t
+41136 50355 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 15:45:00 2014-12-24 16:20:00 \N \N \N \N \N 23435 t
+41136 50356 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 16:20:00 2014-12-24 16:50:00 \N \N \N \N \N 23436 t
+41136 50357 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 16:50:00 2014-12-24 17:20:00 \N \N \N \N \N 23437 t
+41136 50358 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 17:20:00 2014-12-24 17:50:00 \N \N \N \N \N 23438 t
+41136 50359 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 17:50:00 2014-12-24 18:55:00 \N \N \N \N \N 23439 t
+14816 997 1-2-1 Dating - Hot COUPLES eng \N 1-2-1 Dating's all new Couples section is for those seeking something a little extra... Or maybe TWO extras! Check it out. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 04:00:00 2014-12-23 08:00:00 \N \N \N \N \N 23440 t
+14608 32026 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 03:00:00 2014-12-23 06:00:00 \N \N \N \N \N 23441 t
+8442 55903 SuperScrimpers eng \N Mrs Moneypenny opens a cash clinic in an East Midlands garden centre, where she discusses pensions, utility bills, tax and lease car deals. And Harry Wallop checks out toothpaste best-buys. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 03:20:00 2014-12-23 03:50:00 \N \N \N S \N 23442 t
+8267 25992 The Jonathan Ross Show Christmas eng \N Finishing the current series with a festive edition, Jonathan Ross welcomes David Walliams, Barbara Windsor, Lewis Hamilton, Jimmy Carr, Ed Sheeran and Idina Menzel. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:30:00 \N \N \N S \N 23447 t
+8267 16296 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 23:30:00 2014-12-20 23:45:00 \N \N \N S \N 23448 t
+8267 20351 Bette Midler eng One Night Only Bette Midler stars for one night only in her first UK television special, with reminiscences, gossipy stories, trademark jokes and classic songs - including Wind Beneath My Wings. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:45:00 2014-12-21 00:45:00 \N \N \N S \N 23449 t
+28160 15830 Let the Bible Speak eng \N Dr. Patrick Baker with Bible teaching from South Grove Free Presbyterian Church \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 01:00:00 2014-12-23 01:15:00 \N \N \N \N \N 23450 t
+28160 15831 Hope in the Night eng \N Ben Vane has the best worship music to take you through the night. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 01:15:00 2014-12-23 04:00:00 \N \N \N \N \N 23451 t
+28032 27978 Alias Smith and Jones eng The Bounty Hunter American comedy drama series about two likeable outlaws. Smith and Jones are captured by a determined bounty hunter. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:05:00 \N \N \N S \N 23452 t
+41056 18030 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:05:00 \N \N \N \N \N 23631 t
+28032 30350 Alias Smith and Jones eng Everything Else You Can Steal US comedy drama series. Hayes and Curry are falsely accused of bank robbery and their chances of an amnesty look bleak. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-21 10:05:00 2014-12-21 11:10:00 \N \N \N S \N 23453 t
+28032 27979 River Monsters eng Piranha Extreme angler Jeremy Wade goes to extraordinary lengths in his mission to find out whether the piranha of the Amazon basin is truly the river monster of nightmares. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 11:10:00 2014-12-21 12:05:00 \N \N \N S \N 23454 t
+14832 1354 Gay Rabbit Chat & Date Now Open at 7 eng \N Bounce into TVs warmest, SUNNIEST interactive gay community & make new friends, chat or flirt! Introduce a friend to Gay Rabbit and BOTH of you earn free credits! Now open from 7am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 04:00:00 2014-12-23 08:00:00 \N \N \N \N \N 23455 t
+28480 8019 Family Worship Centre Associate Pastors eng \N The church service of Jimmy Swaggart Ministries. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 12:00:00 2014-12-19 13:00:00 \N \N \N \N \N 23458 t
+28480 8020 The Message of the Cross eng \N A Biblical teaching programme hosted by Rev. Jimmy Swaggart, with a panel of pastors, professors and other church leaders. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:30:00 \N \N \N \N \N 23459 t
+28480 8021 Insight eng \N Today's news from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N \N \N 23460 t
+27168 59383 Phil Spencer eng Secret Agent Phil visits two very different properties, a three-bed home in one of Edinburgh's poshest postcodes, and a bungalow on the north Ayrshire coast. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N AD,S \N 23461 t
+27168 59384 Nigella Bites Christmas Special eng \N Nigella shares her favourite Yuletide recipes and a few personal secrets that will help take the culinary hassle out of the festive period. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N S \N 23462 t
+27168 59385 A SuperScrimpers' Merry Christmas eng \N A seasonal special full of tips to help everyone have very merry, but frugal, festivities, from cooking to decorations, presents, and the Duchess of Rutland with some super-posh scrimping. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N S \N 23463 t
+8500 5813 Gran Torino eng \N A premiere for our Clint Eastwood night. Drama starring Clint Eastwood and Bee Vang. A bitter, racist old man begrudgingly changes when a Hmong family move in and come under threat from gangs. ... \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 21:00:00 2014-12-21 23:15:00 \N \N \N S \N 23464 t
+8500 5814 Unforgiven eng \N Ending our Clint Eastwood night is this Oscar winner starring Clint Eastwood and Morgan Freeman. A retired gunslinger takes on one last job, with the help of his old partner and a young man. (1... \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 23:15:00 2014-12-22 01:45:00 \N \N \N S \N 23465 t
+14800 1354 Rabbit Chat & Date Now Open at 7am eng \N Bounce into TVs warmest, SUNNIEST interactive community and make new friends, date, flirt or chat! Introduce a friend to Rabbit and BOTH of you earn free credits! Now open from 7am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 04:00:00 2014-12-23 08:00:00 \N \N \N \N \N 23466 t
+27648 4526 Baggage Battles eng Blast from the Past The Baggage Battlers head to the Boston Estates Auction to gamble on historical items, but is a document announcing George Washington death the real thing? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:30:00 \N \N \N \N \N 23467 t
+27648 4527 Baggage Battles eng Man on Fire The Baggage Battlers head to Greensboro, which is a major hub for imported and exported goods. But will they unearth any valuable items in the lot at Quality Salvage? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:00:00 \N \N \N \N \N 23468 t
+27648 4528 Baggage Battles eng Boy Toys The Baggage Battlers remain in the city of Greensboro, where they come across a host of items including a Civil War-era US Army saddle. But can Billy hold his nerve? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:30:00 \N \N \N \N \N 23469 t
+27648 4529 Baggage Battles eng Cash is King The Baggage Battlers head to London, home to six airports, where Billy, Mark and the Martins compete for the lost and unclaimed bags of the rich passengers. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 13:30:00 2014-12-24 14:00:00 \N \N \N \N \N 23470 t
+27648 4530 Baggage Battles eng Knightwalkers The Baggage Battlers head to Dublin for a public auction run by the Garda, Ireland's police force. But will they get their hands on some historical Irish items? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N \N \N 23471 t
+27648 4531 Baggage Battles eng Crate Expectations The Baggage Battlers head to Phoenix, Arizona, for an auction with the Sierra Auction Management team. But will they unearth any treasures? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N \N \N 23472 t
+40976 46814 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:30:00 \N \N \N \N \N 23473 t
+8264 17154 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 13:20:00 2014-12-24 13:35:00 \N \N \N S \N 23474 t
+8264 17158 Doc Martin eng \N Doc Martin may be losing his receptionist, as Pauline wants to go to university. The peace of Portwenn is shaken by a hoard of twitchers on the trail of a rare bird. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 13:35:00 2014-12-24 15:35:00 \N \N \N AD,S \N 23475 t
+8281 18220 Celebrity Squares eng \N Ashley Roberts, David Haye, Reece Shearsmith, Andi Peters, Sandi Toksvig, Stewart Francis, Bridget Christie, Tim Vine and Joe Wilkinson play the classic game show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N S \N 23476 t
+8281 16896 Harry Potter & Half-Blood Prince eng \N Fantasy sequel starring Daniel Radcliffe and Rupert Grint, 2009. With Hogwarts under threat, Harry investigates Voldemort's past and learns the disturbing truth of his origins \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 19:00:00 2014-12-20 22:00:00 \N \N \N AD,S \N 23477 t
+27360 17970 30 for 30 eng Big Shot The true story of one of the biggest scams in the history of professional sports when fraudster John Spano purchased control of the New York Islanders ice hockey team in the 1990s. \N 2 25 f 64 eng \N 4 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:30:00 \N \N \N AD \N 23478 t
+8384 58724 Countdown eng \N In the third of three special episodes where former players return to the show, two high scoring losers come back to try and claim a teapot. Arlene Phillips is the Dictionary Corner guest. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 15:10:00 2014-12-23 16:00:00 \N \N \N S \N 23479 t
+8384 58725 Deal or No Deal eng Merry Christmas Snow is falling and sleigh bells are ringing, meaning only one thing - Christmas is coming to The Dream Factory. And Christmas could come early with an opportunity to win a dream holiday. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N AD,S \N 23480 t
+8384 58726 Celebrity Come Dine with Me eng \N This festive celebrity edition features Hugo Taylor from Made in Chelsea, Daniella Westbrook, Louie Spence and Sinitta, some ridiculous outfits, extraordinary egos and raw chicken. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N S \N 23481 t
+13120 7393 In the Salon with SBC eng \N SBC have captured the essences of plants to soothe your body. Tune in to find out how your skin can benefit from their renowned natural gel formulations. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 00:00:00 2014-12-22 01:00:00 \N \N \N \N \N 23482 t
+13120 7394 Beauty Showcase With Alison eng \N From skincare to colourful cosmetics, you can find all your beauty essentials right here! Our beauty expert Alison Young will be on hand to guide you. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:00:00 \N \N \N \N \N 23483 t
+13120 7395 QVC Nighttime eng \N A recorded selection of the best of QVC. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 02:00:00 2014-12-22 04:00:00 \N \N \N \N \N 23484 t
+23152 17449 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 23485 t
+23152 19198 Crime Stories eng Season 1 First hand accounts, dramatic re-enactments and exclusive footage are combined to explore the grim truth behind these intriguing crime stories. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 23486 t
+23152 17451 A Stranger In My Home eng \N The series re-enacts real-life stories of how letting the wrong person in was the last mistake they ever made... S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 23487 t
+17472 55608 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 12:35:00 2014-12-24 13:35:00 \N \N \N \N \N 23488 t
+17472 55609 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 13:35:00 2014-12-24 14:35:00 \N \N \N \N \N 23489 t
+17472 55610 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-24 14:35:00 2014-12-24 16:25:00 \N \N \N \N \N 23490 t
+14372 8011 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:00:00 \N \N \N \N \N 23491 t
+14372 8012 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 07:00:00 2014-12-23 08:00:00 \N \N \N \N \N 23492 t
+14372 8013 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 08:00:00 2014-12-23 09:00:00 \N \N \N \N \N 23493 t
+13120 7635 Nails Inc eng \N A show of hot seasonal colours, classic manicure favourites and unique nail care solutions from Nails Inc. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 23494 t
+13120 7636 Diamonique by Andrea McLean eng \N Regular host on the award-winning show Loose Women, Andrea McLean brings her own range of Diamonique jewellery to QVC. It embodies her classic style with a range of elegant designs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 23495 t
+13120 7637 Fashion on Friday with Yong Kim eng \N Showcasing great colours, quality fabrics, exciting shapes and free fashion advice. Check out the latest modern and sophisticated Yong Kim designs that are classically chic, with a timeless appeal. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 23496 t
+20352 58147 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 19:50:00 2014-12-19 22:00:00 \N \N \N \N \N 23972 t
+17540 51717 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N \N \N 23973 t
+22592 17681 The Sports Bar eng \N Andy Goldstein & Bobby Gould with reaction, analysis and your chance to have your say on the day's sport. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-19 22:00:00 2014-12-20 01:00:00 \N \N \N \N \N 23497 t
+24480 3588 Tune In... To 1983 eng \N Rock group Kiss appeared in public without makeup for the first time and seatbelt-use became mandatory in the UK... Tune in to see which musicians were making great music in 1983. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 23498 t
+24480 3589 Tune In... To 1980 eng \N Mount St Helen's erupted in Washington, The Soviet Union hosted their first rock music festival and the best-selling arcade game Pac-Man was released... But what records topped the charts in 1980? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 23499 t
+24480 3590 Everybody Get On Up eng \N If you're in the mood for Night Fever, you'll love this back-to-back celebration of the funkiest of floor-fillers, from Donna Summer and Alexander O'Neal, to Cameo, Shalamar and the Bee Gees. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 23500 t
+26368 38214 Breakfast with Andrew Castle eng \N Wake up with Andrew Castle every weekday morning from 6.00am. Early birds welcome! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 06:00:00 2014-12-23 10:00:00 \N \N \N \N \N 23501 t
+15808 50349 Australasian Supersport eng Wannabe Mick Doohans and Casey Stoners look to make a name for themselves in the Australasian Supersport class. Rd 6 Sydney Motorsport Park. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 09:35:00 2014-12-24 10:35:00 \N \N \N \N \N 23502 t
+15808 50350 Australasian Superbikes eng The fastest riders across the Australian peninsula and beyond go head-to-head over six rounds on the fastest bikes that Yamaha, Honda, Suzuki and Kawasaki have to offer. Rd 6 Sydney Motorsport Park. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 10:35:00 2014-12-24 11:35:00 \N \N \N \N \N 23503 t
+15808 50351 GT Asia Series eng Highlights of the premier Asian series exclusively for GT3 Supercars featuring an illustrious list of manufacturers competing on tracks in South Korea, Japan, Malaysia and China. Rd 13 Guia (Macau). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 11:35:00 2014-12-24 12:10:00 \N \N \N \N \N 23504 t
+22752 1109 Kiss Fresh with Alex eng \N Alex with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 15:00:00 2014-12-23 19:00:00 \N \N \N \N \N 23505 t
+40976 44962 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 05:30:00 2014-12-19 18:58:00 \N \N \N \N \N 23506 t
+27712 22096 Fault Lines eng \N Fault Lines returns to Ferguson to investigate why black communities feel targeted by law enforcement and if these forces are operating within impunity. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 23507 t
+27712 21993 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N \N \N 23508 t
+27712 21994 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:30:00 \N \N \N \N \N 23509 t
+27712 22351 Talk to Al Jazeera eng \N As the UN considers new measures to pave the way for Palestinian statehood, a Norwegian doctor recounts his experiences during the recent conflict in Gaza. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 \N \N \N \N \N 23510 t
+12992 30804 CSI: Killer Teens eng Dangerous Son Crime drama. Horatio and the team investigate the murder of a probation officer. Suspicion falls on a young man with a shocking connection to Horatio. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N AD,S \N 23511 t
+12992 30805 Super Casino eng \N Live interactive gaming featuring roulette, blackjack and autowheel. For more information and to register visit www.SuperCasino.com. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 01:00:00 2014-12-21 03:00:00 \N \N \N \N \N 23512 t
+27328 17218 Live Thunder @ Warriors eng \N Live NBA Western Conference action from the ORACLE Arena. All three games between these teams were tight last season, with Thunder winning two of the three match-ups. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-19 03:30:00 2014-12-19 06:00:00 \N \N \N S \N 23517 t
+22720 1348 Rickie, Melvin & Charlie in the Morning eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N \N \N 23518 t
+4166 51717 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 09:00:00 \N \N \N S \N 23519 t
+28096 59431 Radical Highs eng \N More for adrenaline junkies in this episode of the series about unconventional and high-risk sports. Includes hydrospeeding and freestyle skydiving. \N 0 25 f 3 eng eng 4 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:10:00 \N \N \N S \N 23520 t
+41056 18031 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 17:05:00 2014-12-21 17:30:00 \N \N \N \N \N 23632 t
+28096 59432 Red Bull X-Fighters 2014 eng \N All the thrills - and hopefully no spills - from Osaka Castle in Japan, as the fearless FMX riders demonstrate their derring-do with an amazing series of hair-raising stunts. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 08:10:00 2014-12-23 09:00:00 \N \N \N \N \N 23521 t
+8283 18220 Celebrity Squares eng \N Ashley Roberts, David Haye, Reece Shearsmith, Andi Peters, Sandi Toksvig, Stewart Francis, Bridget Christie, Tim Vine and Joe Wilkinson play the classic game show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N S \N 23522 t
+8283 16896 Harry Potter & Half-Blood Prince eng \N Fantasy sequel starring Daniel Radcliffe and Rupert Grint, 2009. With Hogwarts under threat, Harry investigates Voldemort's past and learns the disturbing truth of his origins \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 19:00:00 2014-12-20 22:00:00 \N \N \N AD,S \N 23523 t
+17664 58724 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 15:10:00 2014-12-23 16:00:00 \N \N \N \N \N 23524 t
+17664 58725 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N \N \N 23525 t
+17664 58726 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 23526 t
+14544 157 FlirtXchange eng \N Live Flirt Chat! The FlirtXchange chat hosts are out to play! Call now to join the fun, or message them anytime from the FlirtXchange mobile apps! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N \N \N 23527 t
+25728 54637 The Big Xmas Quiz eng \N Gather round and bring your brain! We have a stocking-full of Christmas trivia for quizzers everywhere, soundtracked by only the best songs of the season. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N S \N 23528 t
+25728 54638 The Big Xmas Quiz eng \N Gather round and bring your brain! We have a stocking-full of Christmas trivia for quizzers everywhere, soundtracked by only the best songs of the season. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 23529 t
+25728 54639 My Wife and Kids eng The Kyles Go to Hawaii - Pt 1 US comedy. The Kyles leave for their family holiday in Hawaii, but Michael decides to take them on a tour round the US before they catch their flight. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N S \N 23530 t
+25728 54640 My Wife and Kids eng The Kyles Go to Hawaii - Pt 2 Comedy about a family with a house-husband. On a night out, Michael and Jay find temptation hard to resist. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:30:00 2014-12-22 18:00:00 \N \N \N S \N 23531 t
+22272 5583 Mock the Week eng \N Hilarious panel show that combines the best elements of news quiz, stand-up comedy, and improvised games. Jovial host Dara O'Briain is joined by Andy Parsons and Sandi Toksvig. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 21:00:00 2014-12-24 21:40:00 \N \N \N S \N 23532 t
+22272 5584 Mock the Week eng \N Two teams of quick-witted comics compete in the topical quiz. Guests Andy Parsons, Rhod Gilbert and Jo Caulfield join regulars Hugh Dennis and Frankie Boyle and host Dara O Briain. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 21:40:00 2014-12-24 22:20:00 \N \N \N S \N 23533 t
+22272 5585 Mock the Week eng \N Fast-paced panel show that blends satire and stand-up, hosted by Dara O Briain. Hugh Dennis and Frankie Boyle are joined by Andy Parsons, Russell Howard, Ian Stone and Mark Watson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:20:00 2014-12-24 23:00:00 \N \N \N S \N 23534 t
+22272 65205 Dave Gorman Modern Life is Goodish eng Just Chips That Haven't Been Made Yet It's Dave on Dave! Modern life gets a ribbing as Mr Gorman considers celebrity endorsements and reveals the Queen's 'thoughts' on insoles! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N S \N 23535 t
+28032 26945 River Monsters eng Legend of Loch Ness, Part 1 Angler Jeremy Wade embarks on a mission to track down the famous Loch Ness monster. His journey takes him from the eponymous Scotland loch to Iceland. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 00:00:00 2014-12-19 01:05:00 \N \N \N S \N 23536 t
+28032 26886 Black Gold eng \N Reality-documentary series about oil drilling in the USA. With the lease on Peggy's land about to expire, the boys have a battle against time to hit oil. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 01:05:00 2014-12-19 01:50:00 \N \N \N S \N 23537 t
+28032 26947 Minder eng It's a Sorry Lorry, Morrie Comedy drama series. Terry leaves his fingerprints on a stolen lorry while doing a job for Arthur. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 01:50:00 2014-12-19 02:40:00 \N \N \N S,SL \N 23538 t
+28032 29690 Movies Now eng \N The latest news and reviews of this week's film releases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 02:40:00 2014-12-19 02:50:00 \N \N \N \N \N 23539 t
+28032 29691 ITV4 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 02:50:00 2014-12-19 03:00:00 \N \N \N \N \N 23540 t
+27456 45473 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:00:00 \N \N \N \N \N 23541 t
+27456 45474 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:30:00 \N \N \N \N \N 23542 t
+27456 45475 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 22:30:00 2014-12-24 23:00:00 \N \N \N \N \N 23543 t
+27456 45476 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 23:00:00 2014-12-24 23:30:00 \N \N \N \N \N 23544 t
+27456 45477 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 23:30:00 2014-12-25 00:00:00 \N \N \N \N \N 23545 t
+27744 42144 Flashpoint eng \N Action-packed drama following the lives of Strategic Response Unit cops. The team is split in two as a bomb is found at a train station and SRU headquarters is taken hostage. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 23546 t
+27744 42433 S.O.F. - Special Ops Force eng \N An elite crime fighting group combines non-lethal weaponry and special operations capabilities which enable them to go places and perform tasks above and beyond ordinary law enforcement. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 23547 t
+27744 42146 Star Trek - The Original Series eng \N The original Star Trek series, digitally remastered to look and sound better than ever. McCoy finds alien love, and the rest of the crew find a spaceship disguised as an asteroid.../24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:05:00 8 \N \N \N 3 23548 t
+26240 11746 heat Classics eng \N Non-Stop heat Classics to end the day! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 22:00:00 2014-12-25 01:00:00 \N \N \N \N \N 23550 t
+27904 2174 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 23:00:00 2014-12-24 23:30:00 \N \N \N \N \N 23551 t
+27904 2175 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 23:30:00 2014-12-25 00:00:00 \N \N \N \N \N 23552 t
+28512 712 Midnight Mischief eng \N It's dark outside and its time to get flirty. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 22:00:00 2014-12-25 02:00:00 \N \N \N \N \N 23554 t
+32896 8356 Sally Bollywood eng \N Things keep going wrong at the Fuzzy Frogs' performances. Somebody is clearly sabotaging the young band, so they hire the SBI to investigate. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:15:00 \N \N \N \N \N 23555 t
+32896 8357 Sally Bollywood eng \N The New Teacher - Concerned that their favourite teacher might get into trouble with the Principal, the SBI decide to investigate. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 15:15:00 2014-12-21 15:30:00 \N \N \N \N \N 23556 t
+41056 18032 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 17:30:00 2014-12-21 17:55:00 \N \N \N \N \N 23633 t
+32896 8358 Sally Bollywood eng \N The Sorceress - A girl, Luna, dressed as a sorceress, casts a spell on a girl called Svetlana. Next day, Svetlana's hair suddenly turns green! The SBI investigates. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 15:30:00 2014-12-21 15:45:00 \N \N \N \N \N 23557 t
+32896 8359 Sally Bollywood eng \N Poster Boy - Someone's sticking posters around the school and the Principal is going to put everyone on detention if the culprit doesn't own up. But no one confesses so it's up to SBI to find out! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 15:45:00 2014-12-21 16:00:00 \N \N \N \N \N 23558 t
+32896 8360 Transformers Rescue Bots eng \N With the Rescue Bots' secret now known to Frankie and Doc, Cody has to deal with a new family dynamic as well as an unpredictable teleportation device. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 16:00:00 2014-12-21 16:30:00 \N \N \N \N \N 23559 t
+32896 8361 Transformers Rescue Bots eng \N Frankie's contest entry not only threatens her friendship with Cody and the Bots, but the safety of the entire island. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 \N \N \N \N \N 23560 t
+32896 8362 Slugterra eng \N When the Hooligang cruise into Quiet Lawn Cavern, they think no one there's got the guts to stand up to them so they trash the place. And they're right - until Eli and the Shane Gang come to town! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 17:00:00 2014-12-21 17:30:00 \N \N \N \N \N 23561 t
+32896 8363 Power Rangers Super Megaforce eng \N The Rangers visit Corinth, an alternate dimension where the RPM Rangers live. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 17:30:00 2014-12-21 18:00:00 \N \N \N \N \N 23562 t
+24032 31363 A Christmas Tail eng \N Children's starring Tom Arnold and C Thomas Howell, 2012. A boy attempts to train the family dog to behave when his father is offered a job in the big city \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:55:00 \N \N \N \N \N 23564 t
+24032 31364 A Christmas Carol eng \N Adaptation of the Dickens tale starring George C Scott and Susannah York, 1984. A Victorian misanthrope's life is radically changed one Christmas Eve by visits from Christmas spirits \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 16:55:00 2014-12-21 19:00:00 \N \N \N \N \N 23565 t
+23184 17508 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 \N \N \N \N \N 23566 t
+23184 17509 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N \N \N 23567 t
+23184 17510 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:30:00 \N \N \N \N \N 23568 t
+23184 17511 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-23 10:30:00 2014-12-23 11:00:00 \N \N \N \N \N 23569 t
+23184 17512 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N \N \N 23570 t
+22226 4875 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 09:00:00 2014-12-23 09:30:00 \N \N \N S \N 23571 t
+22226 4892 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 09:30:00 2014-12-23 10:00:00 \N \N \N S \N 23572 t
+22226 4893 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 10:30:00 \N \N \N S \N 23573 t
+22226 5177 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 10:30:00 2014-12-23 11:00:00 \N \N \N S \N 23574 t
+22226 5183 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N S \N 23575 t
+22226 5947 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N S \N 23576 t
+8325 2614 Emmerdale eng \N Robert is unnerved as Lawrence plans revenge. Belle shocks Vanessa and Paddy. Pollard is frustrated at Val's charity efforts. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 12:15:00 2014-12-19 12:45:00 \N \N \N AD,S \N 23577 t
+8325 2615 Emmerdale eng \N Is the net closing in on Robert? Val's charity evening does not go to plan. Rakesh worries about Kirin's future. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 12:45:00 2014-12-19 13:15:00 \N \N \N AD,S \N 23578 t
+8325 6604 You've Been Framed at Christmas! eng \N Harry Hill presents a festive edition of the home video show, featuring Christmas catastrophes. Including stumbling Santas and a dog who cocks his leg at the Christmas tree. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 13:15:00 2014-12-19 13:50:00 \N \N \N S \N 23579 t
+8325 2617 Royal Pains eng Manimal Drama series. Hank must look after Dmitry, but the stubborn Russian does not want to help his prospects by taking care of his diabetes. Van Dyke turns up to work drunk. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 13:50:00 2014-12-19 14:45:00 \N \N \N S \N 23580 t
+8325 2618 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 14:45:00 2014-12-19 15:50:00 \N \N \N S \N 23581 t
+22688 1036 Magic in the Morning with Nick Snaith eng \N Listen to Nick Snaith weekdays from 6am - 10am. Feel good music, travel every 15 minutes and the latest news & weather \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 06:00:00 2014-12-23 10:00:00 \N \N \N \N \N 23582 t
+20352 58294 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 15:35:00 2014-12-23 17:10:00 \N \N \N \N \N 23583 t
+20352 58295 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 17:10:00 2014-12-23 19:25:00 \N \N \N \N \N 23584 t
+24016 12893 The Bristol Blenheim eng \N A documentary charting the history and development of the Bristol Blenheim military aircraft. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:40:00 \N \N \N \N \N 23585 t
+24016 12894 The White Tower eng \N It was a beast of a mountain for the six who tried to climb it and an ex-Nazi Youth member is ruthlessly determined to be the first. Glenn Ford and Lloyd Bridges star. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 06:40:00 2014-12-23 08:30:00 \N \N 1950 \N \N 23586 t
+24016 12895 Death Car On The Freeway eng \N A mysterious dangerous driver is fixated with forcing female drivers off the road. Who is he and how will he be caught? Stars Peter Graves and George Hamilton. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 08:30:00 2014-12-23 10:20:00 \N \N 1979 \N \N 23587 t
+24256 1033 Programmes start at midnight eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 07:00:00 2014-12-24 00:00:00 \N \N \N \N \N 23588 t
+41056 18033 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 17:55:00 2014-12-21 18:00:00 \N \N \N \N \N 23634 t
+14688 11626 Geoff Lloyd's Hometime Show eng \N Geoff and Annabel are off, so Sarah's getting you home with great music, chat and nonsense. Take part by texting 81215 (50p + n/wk charge) \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 18:00:00 2014-12-23 22:00:00 \N \N \N \N \N 23589 t
+23296 5853 Gay Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:00:00 2014-12-23 08:00:00 \N \N \N \N \N 23590 t
+23296 5854 Rainbow Nation eng \N LGBT - No limits dating. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 08:00:00 2014-12-23 10:00:00 \N \N \N \N \N 23591 t
+22656 890 Breakfast with Kate eng \N Kate wakes you up with the finest selection of rock. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 07:00:00 2014-12-23 10:00:00 \N \N \N \N \N 23592 t
+22784 782 Kisstory Breakfast with Michael eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 06:00:00 2014-12-23 09:00:00 \N \N \N \N \N 23593 t
+24352 31258 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:00:00 \N \N \N \N \N 23594 t
+24352 31257 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-23 07:00:00 2014-12-23 18:00:00 \N \N \N \N \N 23595 t
+23120 20475 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:00:00 \N \N \N \N \N 23596 t
+23120 20468 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 07:00:00 2014-12-23 08:00:00 \N \N \N \N \N 23597 t
+23120 20462 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 08:00:00 2014-12-23 09:00:00 \N \N \N \N \N 23598 t
+23904 786 Programmes start at 5am eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 06:00:00 2014-12-24 05:00:00 \N \N \N \N \N 23599 t
+4169 58007 Race to Witch Mountain eng \N Family fantasy adventure. Taxi driver Jack Bruno gets an out-of-this-world ride when two aliens disguised as teenagers suddenly appear in his taxi. Dwayne Johnson stars. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:35:00 \N \N 2009 S \N 23600 t
+4169 58008 Old Dogs eng \N Comedy about a divorcee who, suddenly saddled with twins from a past marriage, enlists his friend and business partner to help while struggling to secure a business deal. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 10:35:00 2014-12-22 12:00:00 \N \N 2009 S \N 23601 t
+22624 40488 Early Edition eng \N RNIB's Insight Radio - Steven Scott and the team make today's newspapers accessible to blind and partially sighted people \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-23 07:00:00 2014-12-23 10:00:00 \N \N \N \N \N 23602 t
+23280 5858 Your Perfect Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 06:00:00 2014-12-23 08:00:00 \N \N \N \N \N 23603 t
+23280 5859 Flirt With Me eng \N Flirt and meet with Kiss Me TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 08:00:00 2014-12-23 10:00:00 \N \N \N \N \N 23604 t
+41040 17089 Witness eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N \N \N 23605 t
+41040 17090 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:30:00 \N \N \N \N \N 23606 t
+41040 17091 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 \N \N \N \N \N 23607 t
+41040 17092 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:30:00 \N \N \N \N \N 23608 t
+41040 17093 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N \N \N 23609 t
+22272 64549 Stephen Fry's 100 Greatest Gadgets eng \N The concluding part of Stephen Fry's affectionate guide to glorious gadgets. From the tin opener to the iPod, the practical to the wacky - which will come out on top? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 18:45:00 2014-12-20 20:00:00 \N \N \N S \N 23610 t
+22272 5572 QI XL eng Flora and Fauna Join Stephen Fry for more from the 'quite interesting' panel quiz. Finding the fun in flora and fauna are John Sergeant, Jimmy Carr, Jo Brand and Alan Davies. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N S \N 23611 t
+27840 5180 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N \N \N 23612 t
+27840 5181 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 23613 t
+27840 5182 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N \N \N 23614 t
+41056 17905 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 17:55:00 2014-12-19 18:00:00 \N \N \N \N \N 23615 t
+22080 3819 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 \N \N \N \N \N 23616 t
+22080 3825 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N \N \N 23617 t
+22080 3849 Entertainment Week eng \N Join Lucy Cotter and her panel of experts as they select this year's winners and losers from the world of showbiz. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N \N \N 23618 t
+22080 3853 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N \N \N 23619 t
+22080 3854 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:00:00 \N \N \N \N \N 23620 t
+16208 38374 Wish Me Luck eng \N Vintage drama created by Lavinia Warner and Jill Hyem of Tenko fame. Claudine allows Liz to stay with her, but Krieger is suspicious. Cad decides that someone must return to London. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:50:00 \N \N \N S \N 23621 t
+16208 38375 Wish Me Luck eng \N Classic drama. Liz returns to HQ and straight into family problems. Back over in France, Matty runs into danger. John 'Boycie' Challis is among the familiar faces you may recognise. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-23 03:50:00 2014-12-23 04:35:00 \N \N \N S \N 23622 t
+16208 38376 A Garden for All Seasons eng Sussex Anne-Marie Powell and Charlie Dimmock have more tips on what to plant all year round. Anne-Marie visits a romantic country cottage garden in Sussex to look at her new project. \N 0 25 f 64 eng eng 10 0 0 \N 2014-12-23 04:35:00 2014-12-23 05:00:00 \N \N \N AD,S \N 23623 t
+16208 40603 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 05:00:00 2014-12-23 08:00:00 \N \N \N \N \N 23624 t
+27168 59852 Come Dine with Me eng Comedians Christmas Special Comedians Sean Hughes, Gina Yashere, Paul Tonkinson and Duncan Norvelle go head to head in a culinary battle in aid of charity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N S \N 23625 t
+27168 59547 A Place in the Sun eng Home or Away Margaret and Keith fancy retiring away from Aylesbury. Jasmine Harman and Laura Hamilton help them to decide whether to move to Cornwall or Collioure in south-west France. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N S \N 23626 t
+27168 59548 A Place in the Sun eng Home or Away Laura Hamilton and Jonnie Irwin help Martin and Janette find a new home beside the water. But should it be near their family in Warwickshire, or along France's beautiful Canal du Midi? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N S \N 23627 t
+41056 18027 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 15:00:00 2014-12-21 15:30:00 \N \N \N \N \N 23628 t
+41056 18028 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-21 15:30:00 2014-12-21 16:00:00 \N \N \N \N \N 23629 t
+27328 17269 Live Hertha Berlin v Hoffenheim eng \N Live Bundesliga from the Mercedes-Benz Arena. Hertha have won two of the last three meetings with Hoffenheim, including a thrilling 3-2 away win in Sinsheim last season. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 14:30:00 2014-12-21 16:30:00 \N \N \N \N \N 23638 t
+15840 3558 Neil McCormick's Needle Time eng \N She was on the sticks for Prince and she's performed with the likes of Marvin Gaye, but drummer and percussionist Sheila E has always lived life to her own beat, she tells Neil. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N \N \N 23639 t
+15840 3559 A Very Vintage Christmas eng \N Presenters Toyah Willcox and Wizzard's Roy Wood are cosying up by the fireplace with two guest artists as they talk Christmas and sing favourite festive songs. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 23640 t
+23040 38090 Restaurant Stakeout eng \N Willie is called in to help the Haven Grill in Port Washington. Tough economic times recently prompted this family-run restaurant to move from traditional Italian fare to an American menu. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 23641 t
+23040 38091 Restaurant Stakeout eng \N At the Ariana Restaurant, Willie Degel finds a family-run business suffering from too much family and not enough business. The owner's son has reached out to Willie to help save the restaurant. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 23642 t
+23040 38092 Ching's Restaurant Redemption eng \N In Dallas, Texas, Ching arrives to help two former best friends mend their friendship and their failing business. Ching shows them how to fix their Vietnamese cuisine and their relationship. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:30:00 \N \N \N \N \N 23643 t
+23040 38093 Ching's Restaurant Redemption eng \N After investing his own money into his struggling restaurant, owner Joe Troy is in dire straits. So Ching heads to New Jersey to give this confused fusion restaurant a serious overhaul. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 23:30:00 2014-12-22 00:00:00 \N \N \N \N \N 23644 t
+12928 42151 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:00:00 2014-12-24 06:30:00 \N \N \N \N \N 23645 t
+12928 42152 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 06:30:00 2014-12-24 07:00:00 \N \N \N \N \N 23646 t
+12928 42153 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 07:00:00 2014-12-24 07:30:00 \N \N \N \N \N 23647 t
+12928 42154 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 07:30:00 2014-12-24 08:00:00 \N \N \N \N \N 23648 t
+12928 42155 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 08:00:00 2014-12-24 08:30:00 \N \N \N \N \N 23649 t
+12928 42156 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N \N \N 23650 t
+16080 14803 Rob Brydon Live eng \N Part of best of British comedy day is this live 2009 recording of Rob Brydon's excruciatingly funny stand-up show. Packed with wry anecdotes, witty banter, improvisation, impersonations and songs. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 22:10:00 2014-12-21 23:05:00 \N \N \N S \N 23651 t
+16080 14804 The Joan Rivers Position eng The Best Of Brand new compilation show in which the late American comedian turns agony aunt. Guest stars include Graham Norton, Ruby Wax, Jerry Hall, Jodie Kidd, Katie Price and Peter Andre. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:05:00 2014-12-22 00:05:00 \N \N \N S \N 23652 t
+8385 58295 Gallipoli eng \N First World War drama. Mel Gibson and Mark Lee star as two young Australian soldiers caught up in the disastrous, bloody attack on Turkish positions at Gallipoli. Battlefield scenes. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 16:10:00 2014-12-23 18:25:00 \N \N 1981 S \N 23653 t
+25792 52453 Indian Hill Railways eng The Nilgiri Mountain Railway Celebrating the little trains that have trundled up India's hills for over 100 years. The romantic Nilgiri Mountain Railway is popular with honeymooners. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 23654 t
+25792 52454 Indian Hill Railways eng The Kalka-Shimla Railway On board with the quirky characters who help run India's cherished mountain railways. Workers on the picture-perfect Kalka-Shimla Railway prepare for snow. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 23655 t
+25792 52455 Oz and Hugh Drink to Christmas eng \N Expect plenty of festive spirit as drinks expert Oz Clarke teams up with comedian and actor Hugh Dennis in a seasonal challenge to sample every Christmas tipple past and present! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 23656 t
+41136 50361 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 23657 t
+22080 1317 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 21:00:00 2014-12-20 21:30:00 \N \N \N \N \N 23658 t
+22080 1032 Sportsline eng \N All the weekend's results and the best of the action. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 21:30:00 2014-12-20 22:00:00 \N \N \N S \N 23659 t
+22080 1318 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:30:00 \N \N \N \N \N 23660 t
+22080 1035 Press Preview eng \N A full review of the best stories in tomorrow's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 22:30:00 2014-12-20 23:00:00 \N \N \N S \N 23661 t
+22080 1319 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:30:00 \N \N \N \N \N 23662 t
+22080 1037 Press Preview eng \N A full review of the best stories in tomorrow's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 23:30:00 2014-12-21 00:00:00 \N \N \N S \N 23663 t
+41024 59852 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 23664 t
+41024 59547 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N \N \N 23665 t
+41024 59548 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N \N \N 23666 t
+41008 58647 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N \N \N 23667 t
+41008 58648 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:25:00 \N \N \N \N \N 23668 t
+41008 58649 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 11:25:00 2014-12-20 11:55:00 \N \N \N \N \N 23669 t
+41008 58650 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 11:55:00 2014-12-20 12:25:00 \N \N \N \N \N 23670 t
+4175 58007 Race to Witch Mountain eng \N Family fantasy adventure. Taxi driver Jack Bruno gets an out-of-this-world ride when two aliens disguised as teenagers suddenly appear in his taxi. Dwayne Johnson stars. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:35:00 \N \N 2009 S \N 23671 t
+4175 58008 Old Dogs eng \N Comedy about a divorcee who, suddenly saddled with twins from a past marriage, enlists his friend and business partner to help while struggling to secure a business deal. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 10:35:00 2014-12-22 12:00:00 \N \N 2009 S \N 23672 t
+14498 26502 Flying Wild Alaska eng Trick or Tweto Halloween in Alaska brings vicious winds that cause havoc for the small planes. Plus, can station manager Ariel look on the bright side of a blackout? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 23673 t
+14498 26503 Alone in the Wild eng Joe Pasquale Relentless rain is making foraging impossible for Joe, who is trying to survive in Guyana's rainforest; will maggots be enough to sustain him? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 23674 t
+14498 26504 How It's Made eng \N Ever wondered how everyday items like game calls, mayonnaise, traditional razor blades and butterfly safety razors are made? Find out how these familiar objects are formed. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 23:00:00 2014-12-22 23:30:00 \N \N \N \N \N 23675 t
+14498 26505 How It's Made eng \N How are socket sets, leather shoes and Ferrari cars made? Find out as more everyday items are put under the microscope. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 23:30:00 2014-12-23 00:00:00 \N \N \N \N \N 23676 t
+41120 14105 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 02:00:00 2014-12-22 02:30:00 \N \N \N \N \N 24480 t
+22336 59223 How I Met Your Mother eng The Naked Truth Marshall lands his dream job but worries that his past indiscretions will cost him the role. Ted can't decide who to bring to the Architects' Ball. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:30:00 \N \N \N AD,S \N 23677 t
+22336 59224 How I Met Your Mother eng Ducky Tie Ted tries to make amends with an ex-girlfriend whom he cheated on during their relationship. Marshall and Lily make a bet with Barney that has an embarrassing forfeit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 15:30:00 2014-12-20 16:00:00 \N \N \N AD,S \N 23678 t
+22336 59091 Made in Chelsea eng \N Brand new series - Spencer takes the boys on a debauched night out and the girls' spa break is anything but calm and relaxing. Spencer's new girlfriend Lauren ruffles Stephanie's feathers. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N S \N 23679 t
+22336 59092 Melissa & Joey eng A Pair of Sneakers Mel's attempts to teach Lennox how to drive don't go very well, but when Joe offers to take over the lessons, Mel refuses to allow it. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N S \N 23680 t
+22336 59093 Melissa & Joey eng Mother of All Problems When Joe tries to smooth over the troubled relationship between Mel and her mother Monica, he gives Monica some advice that infuriates Mel. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 \N \N \N S \N 23681 t
+17472 51351 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-19 15:10:00 2014-12-19 15:55:00 \N \N \N \N \N 23682 t
+17472 53874 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 15:55:00 2014-12-19 16:25:00 \N \N \N \N \N 23683 t
+17472 53824 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 16:25:00 2014-12-19 17:25:00 \N \N \N \N \N 23684 t
+17472 53571 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 17:25:00 2014-12-19 18:00:00 \N \N \N \N \N 23685 t
+14720 23091 Party Classics eng \N Bring in Christmas Day with Jenny Francis and the best selection of party tunes! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 21:00:00 2014-12-25 01:00:00 \N \N \N \N \N 23686 t
+15856 3473 The Real Housewives of Atlanta eng Crunk in the Trunk Reality series. The housewives gather for a jewellery trunk show being hosted by Cynthia's sister Malorie. During the event, NeNe receives unexpected news. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N S \N 23687 t
+15856 3474 The Only Way Is Essexmas eng \N The glam gang returns for the annual Christmas special of Britain's most talked-about reality series. How are Essex's most gorgeous citizens preparing for the holiday season? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N S \N 23688 t
+15856 3475 Big Rich Atlanta eng When Cougars Attack Reality series. In the aftermath of the cupcake quarrel, Ashlee separates herself from the girls. Sabrina holds a seminar on financial freedom. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 23689 t
+25728 54254 Kung Fu Panda eng Legends of Awesomeness Animated series following the adventures of a group of kung fu fighting animals. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:30:00 \N \N \N S \N 23692 t
+25728 54255 The Penguins of Madagascar eng \N Animation featuring the penguins from the Madagascar film series, who return to Central Park Zoo to undertake secret missions. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-19 15:30:00 2014-12-19 16:00:00 \N \N \N S \N 23693 t
+25728 54256 SpongeBob SquarePants eng \N Cartoon about an accident-prone sea sponge and his friends Patrick Starfish, Squidward and others. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:30:00 \N \N \N S \N 23694 t
+25728 54257 SpongeBob SquarePants eng \N Cartoon about an accident-prone sea sponge and his friends Patrick Starfish, Squidward and others. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:00:00 \N \N \N S \N 23695 t
+25728 54258 That 70s Show eng Prank Day American comedy series about a group of teenagers in the 1970s. A series of pranks consistently end up catching out the wrong person. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N S \N 23696 t
+25728 54259 That 70s Show eng Eric's Corvette Caper American comedy series about a group of teenagers in the 1970s. Eric lets his date drive the corvette, but then has a task to get it clean again. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N S \N 23697 t
+41056 17900 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:30:00 \N \N \N \N \N 23699 t
+41056 17901 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 15:30:00 2014-12-19 16:00:00 \N \N \N \N \N 23700 t
+41056 17902 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 23701 t
+41056 17903 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N \N \N 23702 t
+15952 4540 The X Factor Class of 2014 eng \N As this year's series of The X Factor comes to a close, we take a look back at all the best and worst bits of the nation's most talked about entertainment series. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 12:50:00 2014-12-21 13:55:00 \N \N \N S \N 23703 t
+15952 4848 You've Been Framed at Christmas eng \N Harry Hill offers a seasonal selection of camcorder catastrophes, with footage from the archives of the best festive funnies - including Christmas kids and silly Santas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 13:55:00 2014-12-21 14:20:00 \N \N \N S \N 23704 t
+15952 4547 You've Been Framed at Christmas! eng \N Harry Hill presents a festive edition of the home video show, featuring Christmas catastrophes. Including stumbling Santas and a dog who cocks his leg at the Christmas tree. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:20:00 2014-12-21 14:55:00 \N \N \N S \N 23705 t
+15952 2749 Beethoven's Christmas Adventure eng \N Children's comedy starring Munro Chambers and John Cleese, 2011. Beethoven the dog must rescue an elf and recover a magic toy bag from crooks in time to save Christmas \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 14:55:00 2014-12-21 16:45:00 \N \N \N AD,S \N 23706 t
+24464 50352 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 12:10:00 2014-12-24 13:10:00 \N \N \N \N \N 23707 t
+24464 50353 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 13:10:00 2014-12-24 14:15:00 \N \N \N \N \N 23708 t
+24464 50354 Superkart USA eng \N This high-performance kart racing series travels to the best circuits in North America. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 14:15:00 2014-12-24 15:45:00 \N \N \N \N \N 23709 t
+4166 49788 BBC News eng \N The latest national and international news from the BBC. Also in HD. Followed by weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:20:00 \N \N \N S \N 23710 t
+4166 49789 Match of the Day eng \N Highlights of the day's Premier League games, including Manchester City v Crystal Palace. Also in HD. Followed by National Lottery Update. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 22:20:00 2014-12-20 23:45:00 \N \N \N S \N 23711 t
+4166 49790 The Football League Show eng \N Manish Bhasin introduces all the drama from the Football League's three divisions, including Ipswich v Middlesbrough, Derby v Norwich and Millwall v Bolton. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 23:45:00 2014-12-21 01:05:00 \N \N \N S \N 23712 t
+8384 58642 Trans World Sport eng \N Climax of the Hong Kong horseracing season, a meet up with British runner Diane Modahl, a look back at racing driver Michèle Mouton's career and extreme sports from the FISE event in China. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 06:10:00 2014-12-20 07:05:00 \N \N \N S \N 23713 t
+14448 27308 Raising Sextuplets eng \N Introducing the Masche family, consisting of parents Bryan and Jenny Masche and their sextuplets! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N \N \N 23784 t
+8384 58644 Mobil 1 The Grid eng \N The Grid meets the man behind Kevin Harvick's 2014 sprint cup triumph, catches up with the drivers, and takes a look at some of the more unusual events racers have been taking part in. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 07:05:00 2014-12-20 07:30:00 \N \N \N S \N 23714 t
+8384 58645 Everybody Loves Raymond eng Raybert Robert meets a beautiful woman who is a big fan of Ray's sports column, but when she mistakes Robert for Raymond, Robert doesn't set her straight. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 07:30:00 2014-12-20 07:55:00 \N \N \N S \N 23715 t
+8384 58646 The Morning Line eng \N Nick Luck and guests are at Ascot with all the news, betting, features and tips ahead of a top afternoon of jumps racing, including the £150,000 Ladbroke Hurdle. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 07:55:00 2014-12-20 09:00:00 \N \N \N S \N 23716 t
+40976 45527 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-24 18:58:00 2014-12-24 19:00:00 \N \N \N \N \N 23717 t
+40976 47744 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:45:00 \N \N \N \N \N 23718 t
+40976 47872 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 19:45:00 2014-12-24 20:00:00 \N \N \N \N \N 23719 t
+40976 47746 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N \N \N 23720 t
+40976 47395 Arena eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:30:00 \N \N \N \N \N 23721 t
+16032 41910 Fleabag Monkeyface eng Raining Cats and Bogs Bizarre weather has been hitting the city. It has been raining snails, snowing dandruff and gusting gales of boiled cabbage. Who is behind it? Dr Spamflex! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:10:00 \N \N \N S \N 23725 t
+16032 41911 Fleabag Monkeyface eng Yo Ho Ho and a Bottle of Scum! As the team set sail for Dead Man's Island in the Lagoon of Gunk, the Galleon of Gloom appears on the horizon - with Spamflex and Deathbeak on board! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 06:10:00 2014-12-22 06:20:00 \N \N \N S \N 23726 t
+16032 35316 Horrid Henry eng Horrid Henry and the Big Dig Mum decides to extend her veg patch which means requisitioning Henry's fort - how is Henry going to persuade her to give up her plans? \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 06:20:00 2014-12-22 06:35:00 \N \N \N AD,S \N 23727 t
+16032 41382 Horrid Henry eng Horrid Henry and the Ice Cream Dream Henry cannot imagine a world without ice cream, so he tries to make sure that it will never happen! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 06:35:00 2014-12-22 06:45:00 \N \N \N AD,S \N 23728 t
+16032 40822 Horrid Henry eng Horrid Henry and the School Uniform When Henry learns that a school uniform is being introduced to his school, he determines not to let it happen - but how will he stop it? \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 06:45:00 2014-12-22 07:00:00 \N \N \N AD,S \N 23729 t
+16032 41916 Max Steel eng The Final Countdown (Part1) Computer-animated espionage series about a college student who lives a double life. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:25:00 \N \N \N S \N 23730 t
+16032 41917 Pokemon the Series: XY eng The Cave of Mirrors! Ash Ketchum and Pikachu venture into the Kalos region to make new friends, catch new Pokemon and find new rivals on their way to compete in the Kalos League. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-22 07:25:00 2014-12-22 07:50:00 \N \N \N \N \N 23731 t
+16032 39952 Super 4 eng Ruby, Queen of the Seas (Part 3) Animated comedy adventure series. At King Kenric's castle, Sir Ulf is determined to train Ruby. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 07:50:00 2014-12-22 08:05:00 \N \N \N S \N 23732 t
+16032 41918 Super 4 eng Ruby, Queen of the Seas (Part 4) Animated comedy adventure series. Fleeing Kingsland on a dragon's back, Ruby returns to Gunpowder Island to obtain the official rank of pirate. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 08:05:00 2014-12-22 08:25:00 \N \N \N S \N 23733 t
+16032 41920 Horrid Henry eng Horrid Henry's Comic Caper The animated adventures of the mischievous anti-hero. It is not easy being Henry when all you want to do is read your Gross Class Zero comic. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 08:25:00 2014-12-22 08:40:00 \N \N \N AD,S \N 23734 t
+16032 41921 Horrid Henry eng Horrid Henry Knows It All The animated adventures of the mischievous anti-hero. Henry hears that there are Killer Boy Rats tickets for sale - and nothing is going to stop him. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 08:40:00 2014-12-22 08:55:00 \N \N \N AD,S \N 23735 t
+16032 41922 Horrid Henry eng Horrid Henry Does his Homework The animated adventures of the mischievous anti-hero. Can it be true? Is Henry about to break the rule of a lifetime and actually do his homework? \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 08:55:00 2014-12-22 09:10:00 \N \N \N AD,S \N 23736 t
+8381 15337 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 06:05:00 2014-12-24 07:00:00 \N \N \N S,SL \N 23737 t
+8381 14945 Good Morning Britain eng \N Breakfast show with the latest news, sport and weather, presented by Susanna Reid, Ben Shephard, Charlotte Hawkins and Sean Fletcher. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 07:00:00 2014-12-24 09:30:00 \N \N \N S \N 23738 t
+16048 31925 Clash of the Santas eng \N Family adventure. Bickering best friends Colin and Howie go to the World Santa Championships, but a mysterious team is threatening to ruin Christmas. Can the duo save the day? \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 22:00:00 2014-12-25 00:00:00 \N \N \N AD,S \N 23739 t
+8274 33037 Off Their Rockers eng \N Hidden camera comedy show featuring senior citizens playing pranks. Today, a rocker performs a daredevil escape from an OAP home, and Sonia has a quick nap on a comfy shoulder. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 15:35:00 2014-12-24 16:05:00 \N \N \N S \N 23740 t
+8274 16515 Santa Claus eng The Movie Seasonal fantasy adventure starring Dudley Moore and John Lithgow, 1985. A disillusioned elf leaves Santa's North Pole workshop for New York to make toys for a scheming magnate \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 16:05:00 2014-12-24 18:15:00 \N \N \N AD,S \N 23741 t
+14784 2879 Chilled to the Bone? eng \N Time to book a CRUISE! Caribbean, Mediterranean, European. You name it, we got it! Whatever floats ya boat and whatever your budget, grab your toothbrush & sail away to Shangri-La \N \N \N \N \N \N \N 0 0 0 \N 2014-12-24 20:00:00 2014-12-25 00:00:00 \N \N \N \N \N 23742 t
+26560 13710 Non-Stop Hits! eng \N Non-Stop Hits getting you through your day! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N \N \N 23743 t
+22208 3961 Most Shocking: Seniors Gone Wild eng Seniors Gone Wild Cameras catch older people in incidents of shocking behaviour, including a 70-year-old in South Carolina who brandishes a gun of her own when faced with armed robbers. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 00:00:00 2014-12-24 01:00:00 \N \N \N S \N 23744 t
+22208 4056 Road Wars eng \N Tonight's high speed chase sees the police racing through the grounds of a Milton Keynes hospital. Also, police stop a speeding driver and realise he can't see! Strong language. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 01:00:00 2014-12-24 02:00:00 \N \N \N S,AD \N 23745 t
+22208 4075 Real NCIS eng \N Going beyond the popular TV series, this documentary follows the work of real Naval Criminal Investigation Service officers. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 02:00:00 2014-12-24 03:00:00 7 13 \N S \N 23746 t
+28288 8647 Australian Bodycare eng Crafted by Nature This Australian Bodycare range is inspired by the ancient traditions of the Aborigines who discovered the effects of natural ingredients. Find cleansing and caring products for your skin. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 23747 t
+28288 8712 Beauty Pick Of The Month eng \N Tune in to see QVC's Beauty Pick of the Month. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 08:00:00 2014-12-21 09:00:00 \N \N \N \N \N 23749 t
+14448 27309 48 Hours eng Mystery Compelling investigative series. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N \N \N 23785 t
+8281 17154 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 13:20:00 2014-12-24 13:35:00 \N \N \N S \N 23750 t
+8281 17158 Doc Martin eng \N Doc Martin may be losing his receptionist, as Pauline wants to go to university. The peace of Portwenn is shaken by a hoard of twitchers on the trail of a rare bird. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 13:35:00 2014-12-24 15:35:00 \N \N \N AD,S \N 23751 t
+28096 60661 QI XL eng Flora and Fauna Join Stephen Fry for more from the 'quite interesting' panel quiz. Finding the fun in flora and fauna are John Sergeant, Jimmy Carr, Jo Brand and Alan Davies. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N S \N 23752 t
+28096 60662 Have I Got a Bit More News for You eng \N Extended edition of the evergreen comedy news quiz. Paul Merton and Ian Hislop welcome guest host Rhod Gilbert and wisecracking panellists Louise Bagshawe and Marcus Brigstocke. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N S \N 23753 t
+28096 60663 QI eng Birth The chap who has raised the bar for the Renaissance Man, Stephen Fry, chairs a festive version of the high-IQ quiz with guests Alan Davies, Mark Steel, Phill Jupitus and Rich Hall. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:40:00 \N \N \N S \N 23754 t
+28096 60664 QI eng Everything, Etc. Mine of information Stephen Fry is your host for the engagingly erudite quiz show. Regular Alan Davies is joined by Clive Anderson, Jeremy Clarkson and Vic Reeves. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:40:00 2014-12-21 00:20:00 \N \N \N S \N 23755 t
+24480 3542 Tune In... To 1980 eng \N Mount St Helen's erupted in Washington, The Soviet Union hosted their first rock music festival and the best-selling arcade game Pac-Man was released... But what records topped the charts in 1980? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N \N \N 23758 t
+24480 3543 Tune In... To 1979 eng \N The Sony Walkman went on sale in Japan, a nudist beach was established in Brighton and McDonald's introduced the Happy Meal... Tune in and fall in love with our selection of the best music of 1979. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N \N \N 23759 t
+24480 3544 A Merry Little Christmas eng \N Penguins huddle together to keep warm, it's a scientific fact. So we say cuddle up and enjoy these wonderful Christmas videos. They're sure to have you feeling warm and fuzzy inside in no time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 23760 t
+23712 3062 Programmes continue at 08:00am eng Programmes continue at 08 00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 04:00:00 2014-12-21 07:00:00 \N \N \N \N \N 23761 t
+27360 18231 Fletch & Sav - The Best Bits eng \N The best bits from the Etihad with Darren Fletcher and Robbie Savage. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:00:00 \N \N \N \N \N 23762 t
+27360 18232 Bristol Rovers v Gateshead eng \N Vanarama Conference from the Memorial Stadium. The Pirates host the Tynesiders for a clash between two clubs attempting to bridge the gap to Barnet at the top of the league. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 04:00:00 2014-12-22 05:30:00 \N \N \N \N \N 23763 t
+27360 18030 World of Football eng \N The best action and news from the greatest leagues around the world. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 05:30:00 2014-12-22 06:00:00 \N \N \N \N \N 23764 t
+14532 6338 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 00:05:00 2014-12-23 03:00:00 \N \N \N \N \N 23765 t
+17540 49788 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:20:00 \N \N \N \N \N 23766 t
+17540 49789 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-20 22:20:00 2014-12-20 23:45:00 \N \N \N \N \N 23767 t
+17540 49790 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-20 23:45:00 2014-12-21 01:05:00 \N \N \N \N \N 23768 t
+8264 25992 The Jonathan Ross Show Christmas eng \N Finishing the current series with a festive edition, Jonathan Ross welcomes David Walliams, Barbara Windsor, Lewis Hamilton, Jimmy Carr, Ed Sheeran and Idina Menzel. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:30:00 \N \N \N S \N 23769 t
+8264 16296 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 23:30:00 2014-12-20 23:45:00 \N \N \N S \N 23770 t
+8264 20351 Bette Midler eng One Night Only Bette Midler stars for one night only in her first UK television special, with reminiscences, gossipy stories, trademark jokes and classic songs - including Wind Beneath My Wings. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:45:00 2014-12-21 00:45:00 \N \N \N S \N 23771 t
+22336 59299 Ivor the Invisible eng \N The beautifully animated story of a 10-year-old boy who wakes up one morning to find a big invisible something sitting on his bed. He quickly becomes friends with the giant, known as Ivor. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:00:00 \N \N \N S \N 23772 t
+22336 58587 Charmed eng The Devil's Music When a number of young women mysteriously disappear from the crowd at a rock band's concerts, Leo believes their manager has made a pact with a demon. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N S \N 23773 t
+22336 59300 Rules of Engagement eng Mannequin Head Ball When Jeff can't escape from the lease for a retail space he once rented, he and Adam invent a new game involving the heads of mannequins. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 11:00:00 2014-12-24 11:30:00 \N \N \N S \N 23774 t
+22336 58591 Rules of Engagement eng Game On Audrey is upset when Jeff doesn't react to her recent promotion at work and assumes that he is more interested in the Knicks than in her. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 11:30:00 2014-12-24 12:00:00 \N \N \N S \N 23775 t
+13024 50998 Gran Torino eng \N A premiere for our Clint Eastwood night. Drama starring Clint Eastwood and Bee Vang. A bitter, racist old man begrudgingly changes when a Hmong family move in and come under threat from gangs. ... \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:15:00 \N \N \N S \N 23776 t
+28480 11855 A Study In The Word eng \N Bible teaching programme hosted by Jimmy Swaggart. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:30:00 \N \N \N \N \N 23777 t
+28480 11856 Insight eng \N Today's news from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 06:30:00 2014-12-22 07:00:00 \N \N \N \N \N 23778 t
+28480 11857 The Message of the Cross eng \N A Biblical teaching programme hosted by Rev. Jimmy Swaggart, with a panel of pastors, professors and other church leaders. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 07:00:00 2014-12-22 08:30:00 \N \N \N \N \N 23779 t
+28480 11865 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N \N \N 23780 t
+8452 58723 A Place in the Sun eng Home or Away Diane Rollisson and Robert Somerville are torn between a holiday home in Northumberland or the Midi-Pyrenees. Can Jasmine Harman and Jonnie Irwin help them decide? \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 15:10:00 2014-12-23 16:10:00 \N \N \N S \N 23781 t
+8452 58724 Countdown eng \N In the third of three special episodes where former players return to the show, two high scoring losers come back to try and claim a teapot. Arlene Phillips is the Dictionary Corner guest. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 16:10:00 2014-12-23 17:00:00 \N \N \N S \N 23782 t
+8452 58725 Deal or No Deal eng Merry Christmas Snow is falling and sleigh bells are ringing, meaning only one thing - Christmas is coming to The Dream Factory. And Christmas could come early with an opportunity to win a dream holiday. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N AD,S \N 23783 t
+40992 52134 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 09:00:00 2014-12-24 09:25:00 \N \N \N \N \N 23858 t
+14448 27310 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:30:00 \N \N \N \N \N 23786 t
+14448 27311 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 17:30:00 2014-12-24 18:00:00 \N \N \N \N \N 23787 t
+4168 51752 Bargain Hunt eng Oswestry Antiques show. Tim Wonnacott and the team are at Shropshire's Oswestry Showground, with antiques experts Kate Bliss and Christina Trevanion. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N S \N 23788 t
+4168 51723 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N S \N 23789 t
+4168 52591 North West Today eng \N The latest news, sport and weather for the North West of England. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:30:00 2014-12-22 13:45:00 \N \N \N S \N 23790 t
+4168 56429 The Chronicles of Narnia eng Prince Caspian Children's fantasy sequel starring Liam Neeson and Eddie Izzard. The four siblings return to Narnia, only to discover that an evil king now reigns over the land. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 13:45:00 2014-12-22 16:00:00 \N \N 2008 AD,S \N 23791 t
+8274 25992 The Jonathan Ross Show Christmas eng \N Finishing the current series with a festive edition, Jonathan Ross welcomes David Walliams, Barbara Windsor, Lewis Hamilton, Jimmy Carr, Ed Sheeran and Idina Menzel. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:30:00 \N \N \N S \N 23792 t
+8274 16296 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 23:30:00 2014-12-20 23:45:00 \N \N \N S \N 23793 t
+8274 20351 Bette Midler eng One Night Only Bette Midler stars for one night only in her first UK television special, with reminiscences, gossipy stories, trademark jokes and classic songs - including Wind Beneath My Wings. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:45:00 2014-12-21 00:45:00 \N \N \N S \N 23794 t
+25920 65357 Back at 5am eng \N Programmes start again at 5am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 00:00:00 2014-12-23 05:00:00 \N \N \N \N \N 23795 t
+40960 53228 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 23797 t
+40960 53229 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N \N \N 23798 t
+40960 53230 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N \N \N 23799 t
+40960 53231 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:30:00 \N \N \N \N \N 23800 t
+40960 58127 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 \N \N \N \N \N 23801 t
+23152 17369 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 23802 t
+23152 17370 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 23803 t
+23152 17879 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N \N \N 23804 t
+27904 2149 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 00:20:00 2014-12-21 00:30:00 \N \N \N \N \N 23805 t
+23152 17372 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N \N \N 23806 t
+23152 17373 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 \N \N \N \N \N 23807 t
+24448 63982 Rajasthan Garnet Showcase eng \N Mined from Rajasthan in India, this rhodolite garnet displays exceptionally vivid colours. Add some of the world's finest rhodolite garnet to your collection. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N \N \N 23808 t
+24448 63983 Live Falling Auctions from GemsTV eng \N Watch live as the prices fall during jewellery auctions with GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N \N \N 23809 t
+24448 63984 Muonionalusta Meteorite eng \N With intricate natural patterning and fantastic lustre, this gemstone is not one for collectors to miss. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 23810 t
+41040 17158 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:30:00 \N \N \N \N \N 23811 t
+41040 17159 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:00:00 \N \N \N \N \N 23812 t
+41040 17160 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:30:00 \N \N \N \N \N 23813 t
+41040 17161 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 04:30:00 2014-12-22 05:00:00 \N \N \N \N \N 23814 t
+41040 17162 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 05:00:00 2014-12-22 05:30:00 \N \N \N \N \N 23815 t
+41040 17163 101 East eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 05:30:00 2014-12-22 06:00:00 \N \N \N \N \N 23816 t
+32836 30984 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 09:30:00 2014-12-22 10:00:00 \N \N \N \N \N 23817 t
+32836 30985 Acapela eng \N Join us from Acapela, the boutique venue/recording studios in Pentyrch just outside of Cardiff. We give an opportunity for artists from Cardiff and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 10:00:00 2014-12-22 10:30:00 \N \N \N \N \N 23818 t
+32836 30986 Life on the Line eng \N A Cambridge detective goes after a vicious arsonist. The police helicopter directs ground forces onto a young runaway man & then embark on a secret photographic surveillance mission. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 10:30:00 2014-12-22 11:00:00 \N \N \N \N \N 23819 t
+32836 30987 On Closer Inspection eng \N This hard-hitting flagship current affairs programme is the "News after the News". We delve deeper into the political and social stories that shape the daily lives of Leeds people. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N \N \N 23820 t
+16080 14760 Trespass eng \N Crime film starring Nicholas Cage and Nicole Kidman. A rich business man is taken hostage in his own house with his wife and daughter, but refuses to open the safe for a gang of criminals. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:50:00 \N \N 2011 S \N 23821 t
+16080 14761 Big Foot eng The Missing Evidence Brand new documentary examining the mystery surrounding the existence of Big Foot, the giant ape-like hominid reputed to inhabit the forests of North America. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-20 22:50:00 2014-12-20 23:50:00 \N \N \N S \N 23822 t
+16080 14762 Chinese Food In Minutes eng \N Chinese cookery show with chef Ching-He Huang. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:50:00 2014-12-21 00:05:00 \N \N \N S \N 23823 t
+14832 1325 Blue Gay Rabbit NOW Open 7nts! eng \N Gay Rabbit goes BLUE from 10pm and is NOW open and live-hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail. PIN protected \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 02:00:00 \N \N \N \N \N 23824 t
+40992 52135 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 09:25:00 2014-12-24 09:35:00 \N \N \N \N \N 23859 t
+14832 1326 Blue Gay Rabbit NOW Open 7nts! eng \N Gay Rabbit goes BLUE from 10pm and is NOW open and live-hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail. PIN protected \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 02:00:00 2014-12-20 04:00:00 \N \N \N \N \N 23825 t
+14816 975 1-2-1 Dating - AFTER DARK eng \N Can't get to sleep? Try 1-2-1 Dating's all new AFTER DARK section. For those seeking something a little extra -curricular or unusual. All for a special price of just 51p/minute \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 04:00:00 \N \N \N \N \N 23826 t
+14800 1325 Blue Rabbit NOW Open 7nts! eng \N Rabbit goes BLUE from 10pm and is NOW open & Live hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 02:00:00 \N \N \N \N \N 23827 t
+14800 1326 Blue Rabbit NOW Open 7nts! eng \N Rabbit goes BLUE from 10pm and is NOW open & Live hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 02:00:00 2014-12-20 04:00:00 \N \N \N \N \N 23828 t
+8267 44679 The Aquabats! Super Show! eng Christmas with The Aquabats! Comedy adventure series. After getting lost, The Aquabats! arrive in a remote village ruled by the tyrannical Krampus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-21 09:00:00 2014-12-21 09:25:00 \N \N \N S \N 23829 t
+8267 23952 ITV News eng \N The latest national and international news. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 09:25:00 2014-12-21 09:30:00 \N \N \N S \N 23830 t
+8267 13125 Storage Hoarders eng \N Aggie MacKenzie helps two more hoarders to downsize. In Surrey, Aggie helps Suzan get to grips with her inherited hoard, while Graham and son open the doors to their huge barn. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 09:30:00 2014-12-21 10:30:00 \N \N \N S \N 23831 t
+8267 16512 Death on the Nile eng \N Agatha Christie murder mystery starring Peter Ustinov and Bette Davis, 1978. Hercule Poirot investigates the death on a Nile cruise of an heiress who has stolen her best friend's fiance \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 10:30:00 2014-12-21 13:15:00 \N \N \N AD,S \N 23832 t
+14448 27170 Dog and Beth eng On the Hunt Dog and Beth leave Hawaii to support and advise fellow bondsmen and bounty hunters across the country as they hunt down some of America's most dangerous criminals. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N \N \N 23833 t
+14448 27171 48 Hours eng Mystery Compelling investigative series. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 23834 t
+14448 27172 Rapid Response eng \N Gritty series following a real-life Rapid Response team. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N \N \N 23835 t
+14448 27173 Rapid Response eng \N Gritty series following a real-life Rapid Response team. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 \N \N \N \N \N 23836 t
+12992 30784 Law & Order eng Dazzled Crime drama series. Briscoe and Green are knee-deep in suspects after a drug called dazzle is found in the body of a young woman who fell from the roof of her art studio. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:55:00 \N \N \N S \N 23837 t
+12992 30785 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 18:55:00 2014-12-19 19:00:00 \N \N \N \N \N 23838 t
+12992 30786 NCIS eng Faith US drama. The team investigates the cold-blooded murder of a devoutly religious marine in what appears to be a hate crime. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N AD,S \N 23839 t
+12992 30787 NCIS eng The Tell American crime drama. Following a leak of classified information, the Secretary of the Navy partners NCIS with PsyOps to solve the mysterious case. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N AD,S \N 23840 t
+23712 3049 Homes Under the Hammer eng \N A sneaky peek around three properties before they go to auction. A two bedroom flat in Eton Wick, a mid terrace in Derby and a Victorian house in Enfield are up for grabs. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N S \N 23841 t
+23712 3050 Escape to the Country eng South Shropshire Alistair helps a couple relocate from their waterside home in Portsmouth to a more sedate life in a Shropshire village, complete with bees and chickens. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N S \N 23843 t
+23712 3051 Crash Investigation Unit eng Spencer (Middle of the Road) Dramatic crashes are pieced together by shrewd police officers. A motorbike is split in two in a rural smash. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N \N \N 23844 t
+23712 3052 Crash Investigation Unit eng Pymble Sydney's rush hour brings devastation in this edge-of-the-seat documentary series, as a five car pile-up results in the death of a young man. Sgt Peter Jenkins steps in. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 \N \N \N \N \N 23845 t
+24064 59864 London360 eng \N Magazine series taking a look at London stories. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N \N \N 23846 t
+24064 59865 Santaland eng \N Retired couple Ray and Marlene Kraatz, the official Mr and Mrs Claus of Zephyrhills, Florida, battle busy demands and failing health to be icons of hope 365 days a year. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N \N \N 23847 t
+24064 59866 Floating Kitchen eng \N Simon Woodhouse is a chef on a mission as he tries to become the first British chef to sail to France and open a floating restaurant in Paris, cooking French food for the French. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N \N \N 23848 t
+24064 59867 Floating Kitchen eng \N Simon Woodhouse is a chef on a mission! He has to mend his boat before the next spring and summer tides to ensure he doesn't arrive in France too late. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N \N \N 23849 t
+22208 6200 New eng Monkey Life Baby chimp Rodders needs to have a tooth removed after a rough playing session, and John examines the leg that ape Jimmy nearly lost. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 15 \N \N S 2 23850 t
+22208 6201 New eng Monkey Life Cheeky chimp Seamus makes the jump from the nursery to the bachelor pad. Trouble looms for toddler orangutan Aris, too, when he's drawn into a fight. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 16 \N \N S 2 23851 t
+22208 6203 Treasure Island eng \N X marks the spot as an A-list cast, including Eddie Izzard, Elijah Wood and Donald Sutherland, climb on board this swashbuckling adaptation of the classic tale. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 19:00:00 2014-12-19 21:00:00 1 2 \N S,AD \N 23852 t
+23296 5799 Gay Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 20:00:00 \N \N \N \N \N 23853 t
+23296 5800 Rainbow Nation eng \N LGBT - No limits dating. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 22:00:00 \N \N \N \N \N 23854 t
+27744 42031 Star Trek - The Original Series eng The original Star Trek series, digitally remastered. A link to the future as Diana Muldaur (Star Trek TNG) guest stars in this episode about an ambassador who should not be stared at.../24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 5 \N \N \N 3 23855 t
+27744 42032 Nash Bridges eng \N The high-action exploits of San Francisco police officer Nash Bridges. Nash and Joe find a leak in the prosecution team and relocate someone in the Witness Protection Programme./18 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 7 \N \N \N 2 23856 t
+27744 42033 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. Data joins his evil brother Lore to lead The Borg and holds Picard, Troi and Geordi prisoner. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 23857 t
+25664 55728 Greatest Xmas Songs of All Time! eng \N With Santa's help, we're delivering the definitive Christmas soundtrack. These are the greatest Xmas songs of all time, gift wrapped especially for you. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 01:30:00 2014-12-21 03:30:00 \N \N \N \N \N 23869 t
+28160 15746 Christianity Works eng \N Bernie Dymet with unique, down-to-earth teaching to equip your discipleship \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:15:00 \N \N \N \N \N 23870 t
+28160 15747 Evening Worship eng \N Tracks from some of the world's best worship leaders. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 18:15:00 2014-12-19 18:30:00 \N \N \N \N \N 23871 t
+28160 15748 Living Truth eng \N Charles Price brings us inspiring Bible teaching from Canada. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 23872 t
+28160 15749 Grace to You eng \N Unleashing God's truth, one verse at a time, with Dr. John MacArthur. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 23873 t
+28160 15750 Through the Bible eng \N The systematic Bible teaching of Dr. J. Vernon McGee takes listeners through the entire Bible in just five years, \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 23874 t
+28160 15751 Life Study of the Bible eng \N Teaching from Witness Lee and discussion on Bible topics. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N \N \N 23875 t
+28160 15752 In Touch eng \N Lively teaching from well-renowned Bible teacher, Dr. Charles Stanley. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 \N \N \N \N \N 23876 t
+32836 30895 On The Aire eng \N Find out what's been happening in the city today. Your Made in Leeds news team bringing you all the stories that matter to you. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 23877 t
+32836 30896 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 23878 t
+32836 30897 Talk A Good Game eng \N Derm Tanner hosts coverage of sports action and reactions, and the hot topics at Leeds United FC, while bringing the latest news from Leeds Rhinos & Yorkshire Cricket Club. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 23879 t
+32836 30898 Life After United eng \N A new series catching up with the legends of Leeds United, as they reminisce about their glory days and tell us where they are now. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 23880 t
+32836 30899 Beyond the Grave eng \N Josh Ellis is joined by Lou Pope, a psychic medium. The mystic duo take on some of Bristol's spookiest spots and speak to local people about life...Beyond the Grave \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N \N \N 23881 t
+32836 30900 Acapela eng \N Join us from Acapela, the boutique venue/recording studios in Pentyrch just outside of Cardiff. We give an opportunity for artists from Cardiff and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 \N \N \N \N \N 23882 t
+16208 39958 Birds of a Feather eng Women's Troubles More laughs from the two cockney sparrows, Sharon and Tracey. Whilst Sharon is out enjoying herself with her new boyfriend, Tracey is convinced she is pregnant. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:40:00 \N \N \N \N \N 23883 t
+27904 2147 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 00:30:00 2014-12-21 01:20:00 \N \N \N \N \N 23884 t
+16208 36929 Bread eng \N More fun with the Boswells as they duck and dive their way through life's mishaps in Carla Lane's Liverpudlian sitcom. Will all run smoothly when Caroline gives birth? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 18:40:00 2014-12-19 19:20:00 \N \N \N S \N 23885 t
+16208 39107 Last of the Summer Wine eng Available for Weddings The world's longest-running sitcom! Cycling down a hillside, Clegg ends up with a fractured foot. Truly demonstrates how the accident could have been avoided. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 19:20:00 2014-12-19 20:00:00 \N \N \N S \N 23886 t
+16208 37877 New Tricks eng Meat Is Murder Family secrets come to the fore in this episode of the hit crime drama. The results of a routine DNA test lead Pullman to a shattering discovery about her past. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 8 8 \N AD,S \N 23887 t
+41120 14097 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 23888 t
+41120 14098 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 22:00:00 2014-12-21 22:30:00 \N \N \N \N \N 23889 t
+41120 14099 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 22:30:00 2014-12-21 23:00:00 \N \N \N \N \N 23890 t
+41120 14100 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 23891 t
+15840 3563 Jive Bunny MiXmas eng \N We're all ears as those festive funsters Jive Bunny create a Christmas mix especially for Vintage TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 23892 t
+15840 3564 Never Mind The Baubles eng \N New! Trimming the tree will be a joy as you sing along to all your festive favourites \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 23893 t
+15840 3565 Vintage After Midnight eng \N Can't sleep? Or partying into the early hours? Make Vintage TV your companion. We're here to help you make it through the night with a smile on your sleepy face, we hope. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 02:00:00 2014-12-21 06:00:00 \N \N \N \N \N 23894 t
+22592 17790 The Alan Brazil Sports Breakfast eng \N Alan Brazil and Brian Moore bring you all the latest sports news. Call the show on 08717 22 33 44 (10p/min), text 81089 (50p + chgs) or follow on Twitter @sportsbreakfast \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-23 06:00:00 2014-12-23 10:00:00 \N \N \N \N \N 23895 t
+8500 5732 Trespass eng \N Crime film starring Nicholas Cage and Nicole Kidman. A rich business man is taken hostage in his own house with his wife and daughter, but refuses to open the safe for a gang of criminals. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:05:00 \N \N 2011 S \N 23896 t
+8500 5733 5 News Update eng \N . \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-19 22:05:00 2014-12-19 22:10:00 \N \N \N \N \N 23897 t
+8500 5734 Trespass eng \N Crime film starring Nicholas Cage and Nicole Kidman. A rich business man is taken hostage in his own house with his wife and daughter, but refuses to open the safe for a gang of criminals. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 22:10:00 2014-12-19 22:50:00 \N \N 2011 S \N 23898 t
+8500 5735 Shoot 'Em Up eng \N Fast-paced action thriller starring Clive Owen and Paul Giamatti. A mysterious man resolves to protect a newborn child whose mother is killed by a murderous gang. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 22:50:00 2014-12-20 00:30:00 \N \N 2007 S \N 23899 t
+24448 64008 Csarite Showcase eng \N Join Adina with special guest csarite mine owner Murat Akgun as they showcase this spectacular gemstone. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 23900 t
+24448 63864 Great Value Jewellery from GemsTV eng \N Shop and save with live falling auctions from GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 23901 t
+24448 64009 The Tahitian Pearl Collection eng \N These shimmering treasures of the sea continue to be prized, making them critical to complete any serious jewellery collection. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 23902 t
+41072 14030 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 23903 t
+41072 14031 London360 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N \N \N 23904 t
+41072 14032 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N \N \N 23905 t
+41072 14033 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N \N \N 23906 t
+41072 14034 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N \N \N 23907 t
+25664 55729 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 03:30:00 2014-12-21 06:00:00 \N \N \N \N \N 24475 t
+8325 5122 Rixton eng The Hot Desk Exclusive gossip from special celebrity guests and the hottest bands around. Today's guests are boy band Rixton. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:10:00 \N \N \N S \N 23908 t
+8325 2680 BGMT eng All-Time Heroes Stephen Mulhern takes a look back at the best and worst auditions and performances since the competition began back in 2007, including exclusive chats with the judges. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 06:10:00 2014-12-22 07:00:00 \N \N \N S \N 23909 t
+8325 2681 Emmerdale eng \N Robert schemes to get Lawrence off Ross's back. Rakesh has news for Charity. Rakesh and Priya form a plan. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:30:00 \N \N \N AD,S \N 23910 t
+8325 2682 Coronation Street eng \N Tracy awaits news of Rob's fate. Is Steve getting obsessed? Steph holds the fort. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 07:30:00 2014-12-22 08:00:00 \N \N \N AD,S \N 23911 t
+8325 4546 The Corrie Years eng At Christmas A special edition of the programme looking at some of the memorable stories around Christmas time in Coronation Street including the sad departure of Alf Roberts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N S \N 23912 t
+8325 4541 You've Been Framed at Christmas! eng \N Harry Hill unwraps some comic crackers including collapsing Christmas trees, silly Santas and stupidity in the snow. Plus children singing Jingle Bells into their camcorders. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 08:30:00 2014-12-22 08:55:00 \N \N \N S \N 23913 t
+8325 5128 All Star Family Fortunes eng \N Vernon Kay hosts a seasonal special in which teams from This Morning and Emmerdale go head to head as they try to win big money for their chosen charities. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 08:55:00 2014-12-22 10:00:00 \N \N \N S \N 23914 t
+8448 58596 The Big Bang Theory eng E4's Top 20 - The Grasshopper Experiment Raj's parents arrange a blind date for him, but she seems more interested in Sheldon in the show placed 13th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:30:00 \N \N \N AD,S \N 23915 t
+8448 58597 The Big Bang Theory eng E4's Top 20 - The Love Car Displacement Howard is intimidated when he meets Bernadette's massive ex-boyfriend at a conference in the show placed 12th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:00:00 \N \N \N AD,S \N 23916 t
+8448 58598 The Big Bang Theory eng E4's Top 20 - The Locomotive Manipulation Amy asks Sheldon to join her for a romantic Napa Valley train trip on Valentine's Day in the show placed 11th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N AD,S \N 23917 t
+8448 58599 The Bear eng \N Classic animation from Raymond Briggs. A large, furry polar bear arrives from the zoo to take up temporary residence with a little girl. With singing by Charlotte Church. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 \N \N \N AD,S \N 23918 t
+8448 58600 How I Met Your Mother eng The Fight Ted and Barney get involved in a fight at their local bar, to find out what it's like and impress Robin, respectively, but it's their friend Doug who does all the real fighting. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:30:00 \N \N \N AD,S \N 23919 t
+8448 58867 How I Met Your Mother eng Little Minnesota It's Christmas time and both Marshall and Robin are feeling homesick in New York. Ted tries to keep his immature younger sister Heather away from Barney. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 17:30:00 2014-12-24 18:00:00 \N \N \N AD,S \N 23920 t
+41008 58723 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-23 15:10:00 2014-12-23 16:10:00 \N \N \N \N \N 23921 t
+41008 58724 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 16:10:00 2014-12-23 17:00:00 \N \N \N \N \N 23922 t
+41008 58725 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 23923 t
+41136 50360 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 18:55:00 2014-12-24 20:00:00 \N \N \N \N \N 23924 t
+8452 58642 Trans World Sport eng \N Climax of the Hong Kong horseracing season, a meet up with British runner Diane Modahl, a look back at racing driver Michèle Mouton's career and extreme sports from the FISE event in China. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 07:10:00 2014-12-20 08:05:00 \N \N \N S \N 23926 t
+8452 58644 Mobil 1 The Grid eng \N The Grid meets the man behind Kevin Harvick's 2014 sprint cup triumph, catches up with the drivers, and takes a look at some of the more unusual events racers have been taking part in. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 08:05:00 2014-12-20 08:30:00 \N \N \N S \N 23927 t
+8452 58645 Everybody Loves Raymond eng Raybert Robert meets a beautiful woman who is a big fan of Ray's sports column, but when she mistakes Robert for Raymond, Robert doesn't set her straight. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 08:30:00 2014-12-20 08:55:00 \N \N \N S \N 23928 t
+8452 58646 The Morning Line eng \N Nick Luck and guests are at Ascot with all the news, betting, features and tips ahead of a top afternoon of jumps racing, including the £150,000 Ladbroke Hurdle. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-20 08:55:00 2014-12-20 10:00:00 \N \N \N S \N 23929 t
+14816 998 1-2-1 Dating - Find LOVE eng \N 1-2-1 Dating is a unique TV channel, broadcasting regionalised personal ads from around the UK, 24/7. New ads added daily. Free to join and place YOUR 1-2-1 advert. Check us out. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 08:00:00 2014-12-23 12:00:00 24 7 \N \N \N 23930 t
+41136 50300 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 15:45:00 2014-12-20 16:50:00 \N \N \N \N \N 23931 t
+41136 50567 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 16:50:00 2014-12-20 17:50:00 \N \N \N \N \N 23932 t
+41136 50302 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 17:50:00 2014-12-20 18:55:00 \N \N \N \N \N 23933 t
+22226 6268 Celebrity Blockbusters eng \N Paul Daniels and Debbie McGee take on Konnie Huq and Fatima Whitbread and Keith Duffy competes against Alex James in the iconic quiz show. Simon Mayo hosts. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N S,AD \N 23934 t
+22226 6271 Family Fortunes eng \N Two families play against each other in the big money survey-based gameshow presented by Les Dennis. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N S \N 23935 t
+22226 6272 Family Fortunes eng \N Two families play against each other in the big money survey-based gameshow presented by Les Dennis. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N S \N 23936 t
+22226 6273 Pointless eng \N Quiz in which contestants try to score as few points as possible by coming up with the general knowledge answers no-one else can think of. Alexander Armstrong hosts. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N S \N 23937 t
+14608 32027 The Waltons eng \N The Love Story - John-Boy Walton finds himself in love for the first time when a young girl in need of love and attention returns to her remarried father's home on Walton's Mountain. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:00:00 17 \N \N \N 1 23938 t
+14608 32028 Little House On The Prairie eng \N The Angry Heart - A 17 year-old budding criminal named Tod Dortmunder is sent to Walnut Grove to live with his grandparents after his mother loses patience with his ill-tempered behavior. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 07:00:00 2014-12-23 08:00:00 13 \N \N \N 6 23939 t
+14608 32029 The Waltons eng \N The Anniversary - John and Olivia celebrate their 25th wedding anniversary and Mary Ellen and Curt both fight temptation during their separation due to the army. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 08:00:00 2014-12-23 09:00:00 19 \N \N \N 6 23940 t
+14752 40836 Roman Kemp eng \N Roman's bringing you the HOTTEST hit music in the world! Keep it Capital and get involved at CapitalFM.com or Tweet @CapitalOfficial \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 09:00:00 \N \N \N \N \N 23941 t
+28416 20095 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:30:00 \N \N \N \N \N 23942 t
+28416 20096 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-19 23:30:00 2014-12-20 01:00:00 \N \N \N \N \N 23943 t
+22752 1065 Charlie Hedges on Kiss Fresh eng \N Charlie Hedges in the mix playing the best in new Dance and party beats on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 19:00:00 2014-12-19 21:00:00 \N \N \N \N \N 23944 t
+28352 2167 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 23945 t
+28352 2168 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 23946 t
+28352 2169 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 23947 t
+28352 2170 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 23948 t
+28352 2171 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:40:00 \N \N \N \N \N 23949 t
+28352 2172 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-19 20:40:00 2014-12-19 21:00:00 \N \N \N \N \N 23950 t
+33088 17369 Best of QVC Extra eng \N Catch all the recent highlights from QVC Extra. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N \N \N 23951 t
+33088 17370 Winter Solutions eng \N Keep warm and safe in the colder weather with our Winter Solutions. From shoe grips to heated insoles, snow shovels to thermal clothing, we've got all you need to see you through the winter months. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N \N \N 23952 t
+33088 17371 Kitchen Gifts eng \N Treat the chef in the family this Christmas with these culinary gadgets. They'll deserve it after that delicious Christmas feast! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 23953 t
+8442 60713 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-23 06:00:00 2014-12-23 08:55:00 \N \N \N \N \N 23954 t
+8442 55921 Kirstie's Homemade Christmas eng \N Kirstie Allsopp creates presents for her friends and family, learning how to make soap and teddy bears. Plus, there are tips on finding thrifty purchases at a London street market. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 08:55:00 2014-12-23 10:00:00 \N \N \N S \N 23955 t
+15952 2621 You've Been Framed! eng \N Harry Hill presents his favourite hilarious clips sent in by viewers. Featuring a pensioner in a spin, a puppy doing a headstand and the top five extreme bike clips. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N S \N 23956 t
+15952 41385 You've Been Framed! Kids Special eng \N Harry Hill hosts this special episode featuring viewers' funniest kid-centred clips. Featuring teenage pranks, babies going bonkers and Mr Blobby terrorising some toddlers. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N S \N 23957 t
+8500 5815 SuperCasino eng \N Live interactive gaming featuring roulette, blackjack and autowheel. For more information and to register visit www.SuperCasino.com. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 01:45:00 2014-12-22 04:00:00 \N \N \N \N \N 23958 t
+17609 20255 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N \N \N 23959 t
+17609 19647 eng \N \N \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 19:00:00 2014-12-20 22:00:00 \N \N \N \N \N 23960 t
+23184 17367 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 23961 t
+23184 17368 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 23962 t
+23184 17369 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 23963 t
+23184 17370 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 23964 t
+23184 17879 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 23965 t
+22720 1299 Friday Night Kiss eng Steve Smart Steve Smart playing the biggest club tunes \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 19:00:00 2014-12-19 22:00:00 \N \N \N \N \N 23966 t
+28160 15832 Telling the Truth eng \N Dynamic Bible teaching from Stuart, Jill and Pete Briscoe \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:30:00 \N \N \N \N \N 23967 t
+28160 15833 The Word for Today eng \N Classic Bible teaching series with Chuck Smith \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 04:30:00 2014-12-23 05:00:00 \N \N \N \N \N 23968 t
+28160 15834 Back to the Bible eng \N Dynamic Bible teaching from Dr John Munro. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 \N \N \N \N \N 23969 t
+28160 15835 Grace to You eng \N Unleashing God's truth, one verse at a time, with Dr. John MacArthur. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N \N \N 23970 t
+20352 58146 eng \N \N \N 0 25 f 1 eng eng 1 0 0 \N 2014-12-19 18:15:00 2014-12-19 19:50:00 \N \N \N \N \N 23971 t
+13024 50943 5 News at 5 eng \N National and international news presented by Emma Crosby. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N S \N 23974 t
+13024 50944 Home and Away eng \N John and Marilyn adopt Jett. Phoebe tells Kyle that she wants to move back to Melbourne. Gray is arrested, and Chris realises that Spencer is in real danger. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N AD,S \N 23975 t
+13024 50945 5 News Tonight eng \N National and international news including reports, live updates and interviews. Presented by Matt Barbet. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N S \N 23976 t
+13024 50946 New eng The Gadget Show Action-packed consumer show. In this episode, Amy and Jason settle back and enjoy the best movie-streaming services, while Jon checks out the latest mini tablets. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:55:00 \N \N \N S \N 23977 t
+13024 50947 5 News Update eng \N National and international news. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 20:55:00 2014-12-19 21:00:00 \N \N \N S \N 23978 t
+28032 27980 River Monsters eng Alligator Gar Extreme angler Jeremy Wade heads to Texas on the trail of a river monster said to be as vicious as a shark and as big as an alligator - the monstrous alligator gar. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 12:05:00 2014-12-21 13:10:00 \N \N \N S \N 23979 t
+28032 27981 River Monsters eng European Maneater Biologist and extreme angler Jeremy Wade investigates tales of a man-eating catfish that has been prowling German lakes for the past 700 years. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 13:10:00 2014-12-21 14:15:00 \N \N \N S \N 23980 t
+28032 27982 Smokey and the Bandit eng \N Tongue-in-cheek adventure starring Burt Reynolds and Sally Field, 1977. Tale of a high-speed car chase across America involving a sheriff and a bootlegger, with crash stunts galore \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 14:15:00 2014-12-21 16:10:00 \N \N \N AD,S \N 23981 t
+14832 1355 Rabbits & Bunnies & Meadows, Oh My eng \N Now in its 6th year, Gay Rabbit Chat & Date is an interactive TV chat service designed to put YOU in touch with new LGBT friends all over the UK. Chat, flirt, date and then some! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 08:00:00 2014-12-23 12:00:00 \N \N \N \N \N 23982 t
+8283 17154 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 13:20:00 2014-12-24 13:35:00 \N \N \N S \N 23983 t
+8384 58729 Channel 4 News eng \N Includes sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N S \N 24018 t
+41120 14101 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:30:00 \N \N \N \N \N 24476 t
+8283 17158 Doc Martin eng \N Doc Martin may be losing his receptionist, as Pauline wants to go to university. The peace of Portwenn is shaken by a hoard of twitchers on the trail of a rare bird. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 13:35:00 2014-12-24 15:35:00 \N \N \N AD,S \N 23984 t
+23968 4368 Numberjacks eng \N Can 5 solve The Puzzlers' problem, in Numberjacks! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:15:00 \N \N \N \N \N 23985 t
+23968 4369 Numberjacks eng \N Things aren't being shared fairly, in Numberjacks! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 15:15:00 2014-12-19 15:30:00 \N \N \N \N \N 23986 t
+23968 4370 Care Bears eng Welcome To Care-A-Lot When a boy in a wheelchair arrives, Funshine doesn't know if he can entertain the visitor. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 15:30:00 2014-12-19 16:00:00 \N \N \N \N \N 23987 t
+23968 4371 My Little Pony eng \N Hyper-organised Twilight panics when she can't find a lesson about friendship for her weekly letter to Princess Celestia. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:30:00 \N \N \N \N \N 23988 t
+23968 4372 Ella The Elephant eng \N When Mrs. Briggs tells the class they're going to elect a class president, Belinda, Tiki and Frankie all decide to run. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 16:30:00 2014-12-19 16:45:00 \N \N \N \N \N 23989 t
+23968 4373 Ella The Elephant eng \N To prove she's faster than Frankie, Belinda challenges him to a "winner takes all" race. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 16:45:00 2014-12-19 17:00:00 \N \N \N \N \N 23990 t
+23968 4374 The Adventures of Chuck & Friends eng \N New. Chuck and friends try to stay up late to welcome in the New Year. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:15:00 \N \N \N \N \N 23991 t
+23968 4375 The Adventures of Chuck & Friends eng New After breaking a gasket, Chuck begins "sleep-driving" and Digger has to make sure he stays safe. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 17:15:00 2014-12-19 17:30:00 \N \N \N \N \N 23992 t
+23968 4376 Peg + Cat eng \N Peg and Cat enlist the Teens to help them figure out how to clean filthy farm animals of various sizes. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 17:30:00 2014-12-19 17:45:00 \N \N \N \N \N 23993 t
+23968 4377 Peg + Cat eng \N Peg and Cat gather 30 rocks from their favourite lands to give Peg's Mom for her 30th birthday. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 17:45:00 2014-12-19 18:00:00 \N \N \N \N \N 23994 t
+14544 147 Xpanded TV eng \N Cheap Chat Live! Call in now to chat to one of the fab Xpanded babes at great low rates. VIP callers jump the queue for faster connections! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 05:30:00 \N \N \N \N \N 23995 t
+14800 1355 Winter in Rabbit Meadow eng \N Rabbit Chat & Date has been connecting people for 6 years now! Why not jump in and see why? Make new friends, chat, flirt and find that RIGHT somebody. Or that RIGHT NOW somebody. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 08:00:00 2014-12-23 12:00:00 \N \N \N \N \N 23996 t
+27648 4532 Baggage Battles eng California Scheming The Baggage Battlers wage war at the crazy, eclectic Santa Cruz Lost Property Auction, where Mark brings in reinforcements to battle Billy over antique toys. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:30:00 \N \N \N \N \N 23997 t
+27648 4533 Baggage Battles eng Grand Theft Auto The Baggage Battlers head to the Tampa Machinery Auction to bid on thousands of lost or seized vehicles. But will they unearth any gems amongst the lot? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:00:00 \N \N \N \N \N 23998 t
+27648 4534 Baggage Battles eng Eye For an Eye The Baggage Battlers are in Toronto for one of Canada's largest freight and baggage auctions. Billy makes one of his most shocking discoveries inside his winnings. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N \N \N 23999 t
+27648 4535 Baggage Battles eng Daredevils The Baggage Battlers travel to Toronto to bid on international freight and baggage. One of the experts finds an item manufactured by legendary daredevil, Evel Knievel. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 16:30:00 2014-12-24 17:00:00 \N \N \N \N \N 24000 t
+27648 4536 Baggage Battles eng Liar Liar The Baggage Battlers attend a well-kept secret sheriff auction in Shreveport, LA. Billy scores a touchdown with his winnings, while a local sheriff interrogates Mark. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 17:00:00 2014-12-24 17:30:00 \N \N \N \N \N 24001 t
+27904 2150 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 01:20:00 2014-12-21 01:30:00 \N \N \N \N \N 24002 t
+27648 4537 Baggage Battles eng Shock & Awe The Baggage Battlers head to the Louisiana Farm auction to bid on Americana collected for over 50 years. Mark misfires when he bids on the wrong item. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 17:30:00 2014-12-24 18:00:00 \N \N \N \N \N 24003 t
+8264 33037 Off Their Rockers eng \N Hidden camera comedy show featuring senior citizens playing pranks. Today, a rocker performs a daredevil escape from an OAP home, and Sonia has a quick nap on a comfy shoulder. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 15:35:00 2014-12-24 16:05:00 \N \N \N S \N 24004 t
+8264 16515 Santa Claus eng The Movie Seasonal fantasy adventure starring Dudley Moore and John Lithgow, 1985. A disillusioned elf leaves Santa's North Pole workshop for New York to make toys for a scheming magnate \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 16:05:00 2014-12-24 18:15:00 \N \N \N AD,S \N 24005 t
+14498 26400 How It's Made eng \N How are gears, leather watchbands, Vitrelle dishes and kitchen scissors made? Find out as more everyday items are put under the microscope. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:30:00 \N \N \N \N \N 24006 t
+14498 26401 How It's Made eng \N How are pressure cookers, motorised singing birds, oceanographic buoys and tank trailers made? Find out as more items go under the microscope. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 \N \N \N \N \N 24007 t
+14498 26402 FBI Case Files eng Missing in Missouri An 11-year-old boy vanishes from the small town of Richwoods, Missouri. When a second child is snatched, panic sets in. Can police stop the predator? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:00:00 \N \N \N \N \N 24008 t
+14498 26403 Nomad Chef eng Belize Jock Zonfrillo goes diving for conch and hunting for rodents when he travels to Belize to discover the culinary secrets of the descendants of ancient Mayans slaves. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:00:00 \N \N \N \N \N 24009 t
+26240 11710 Party Heat with Grant eng \N Grant kicks off the weekend on heat - Friday night is go! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 19:00:00 2014-12-19 22:00:00 \N \N \N \N \N 24010 t
+22400 660 Programmes start at 10pm eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 05:00:00 2014-12-21 22:00:00 \N \N \N \N \N 24011 t
+22784 758 Kisstory Dance Anthems eng \N Non Stop Dance Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 18:00:00 2014-12-20 00:00:00 \N \N \N \N \N 24012 t
+23280 5830 Flirt Zone eng \N Flirt with thousands of people across the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 02:00:00 \N \N \N \N \N 24013 t
+23280 5820 Picture Dating eng \N Send a Picture, find your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 02:00:00 2014-12-20 04:00:00 \N \N \N \N \N 24014 t
+14608 31971 Miles To Go eng \N When a woman is diagnosed with cancer, her family rally round to enjoy their final days together. With Jill Clayburgh (Fools Rush In) and Tom Skerritt (The Rookie) \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 01:00:00 2014-12-20 03:00:00 \N \N \N \N \N 24015 t
+8384 58727 The Simpsons eng Rednecks and Broomsticks Homer spends time with Cletus and his friends when he discovers they are making moonshine. Lisa gets to know three girls who are Wiccans. Neve Campbell guests. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 24016 t
+8384 58728 Hollyoaks eng \N Tegan offers Tony a shoulder to cry on but he ends up discovering a heart-breaking truth. John Paul and Lockie go on the run from the law and end up taking an unexpected journey. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N AD,S \N 24017 t
+41120 14102 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:00:00 \N \N \N \N \N 24477 t
+8384 58730 The Snowman eng \N Raymond Briggs's classic animated tale of a little boy's snowman that comes to life and whisks him off to the North Pole for an adventure. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N AD,S \N 24019 t
+8384 58731 Celebrity Fifteen to One Christmas eng Christmas special Celebrities including Johnny Vegas, Rufus Hound and Spencer Matthews will be battling it out to be crowned the winner and win big money for a charity of their choice. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N S \N 24020 t
+41072 14082 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:45:00 \N \N \N \N \N 24021 t
+41072 14083 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 00:45:00 2014-12-20 01:00:00 \N \N \N \N \N 24022 t
+41072 14084 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:00:00 \N \N \N \N \N 24023 t
+41072 14309 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 02:00:00 2014-12-20 02:45:00 \N \N \N \N \N 24024 t
+41072 14086 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-20 02:45:00 2014-12-20 03:00:00 \N \N \N \N \N 24025 t
+12928 42019 Dumb & Dumber eng \N Slapstick comedy starring Jim Carrey and Jeff Daniels. A pair of idiotic friends try to return a briefcase to its owner - unaware that it contains ransom money. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:05:00 \N \N 1994 S \N 24026 t
+12928 42020 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 22:05:00 2014-12-19 22:10:00 \N \N \N \N \N 24027 t
+12928 42021 Dumb & Dumber eng \N Slapstick comedy starring Jim Carrey and Jeff Daniels. A pair of idiotic friends try to return a briefcase to its owner - unaware that it contains ransom money. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 22:10:00 2014-12-19 23:20:00 \N \N 1994 S \N 24028 t
+12928 42022 Criminals eng Caught On Camera Documentary series. Britain is the most watched country in the world and in this action-packed documentary series we show how the most brazen criminals have been caught red handed by CCTV. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-19 23:20:00 2014-12-19 23:50:00 \N \N \N S \N 24029 t
+12928 42023 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 23:50:00 2014-12-20 00:00:00 \N \N \N \N \N 24030 t
+14784 2854 Christmas Wiping out your Finances? eng Check out our BARGAINS OF THE DAY page! All 7nt deals in January 3*AI Algarve £119! 4*BB Sharm £259! 4*HB Malta £285! 4*AI Tunisia £319! 3*AI CD Sol £389! FAB offers, MAD prices! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 16:00:00 2014-12-20 20:00:00 \N \N \N \N \N 24031 t
+13120 7396 In the Salon with SBC eng \N SBC have captured the essences of plants to soothe your body. Tune in to find out how your skin can benefit from their renowned natural gel formulations. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 04:00:00 2014-12-22 05:00:00 \N \N \N \N \N 24032 t
+13120 7397 QVC Nighttime eng \N A recorded selection of the best of QVC. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 05:00:00 2014-12-22 07:00:00 \N \N \N \N \N 24033 t
+23152 17452 New eng North Mission Road LA where the beautiful people are and dreams are made but also the stuff of real life nightmares and no one knows any better about this than the County Coroner at North Mission. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 24034 t
+23152 17898 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 22:00:00 2014-12-21 22:30:00 \N \N \N \N \N 24035 t
+23152 17899 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 22:30:00 2014-12-21 23:00:00 \N \N \N \N \N 24036 t
+23152 17900 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:30:00 \N \N \N \N \N 24037 t
+23152 17901 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-21 23:30:00 2014-12-22 00:00:00 \N \N \N \N \N 24038 t
+17472 57723 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 16:25:00 2014-12-24 17:25:00 \N \N \N \N \N 24039 t
+17472 55617 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 17:25:00 2014-12-24 18:40:00 \N \N \N \N \N 24040 t
+14372 8014 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N \N \N 24041 t
+14372 8015 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 24042 t
+14372 7992 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N \N \N 24043 t
+25792 52313 Colditz - The Legend eng \N A comprehensive guide to the truly remarkable but notorious high-security POW camp used by Germany in WWII, including tales of daring Allied escape attempts and MI9 rescue missions. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N S \N 24047 t
+25792 52314 Coast eng Felixstowe to Margate Neil Oliver brings Britain's past to life as he travels our shores. The story of the munitions ship Richard Montgomery, which sank in the Thames estuary. \N 0 25 f 64 eng eng 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N AD,S \N 24048 t
+25792 52315 Oz and Hugh Drink to Christmas eng \N Expect plenty of festive spirit as drinks expert Oz Clarke teams up with comedian and actor Hugh Dennis in a seasonal challenge to sample every Christmas tipple past and present! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 24049 t
+28512 681 The Evening Schmooze eng \N Time to unwind and chat about the day and meet new people. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 22:00:00 \N \N \N \N \N 24050 t
+16032 40761 Grizzly Tales for Gruesome Kids eng Head in the Clouds Animated stories narrated by Nigel Planer. When an accident-prone boy loses his head, he has to find someone to stick it back on again. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:15:00 \N \N \N S \N 24051 t
+16032 40762 Grizzly Tales for Gruesome Kids eng Dirty Bertie Animated stories narrated by Nigel Planer. Dirty Bertie loves being dirty, but soon changes his mind when a filthy hag called Putrid wants to marry him. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-20 15:15:00 2014-12-20 15:30:00 \N \N \N S \N 24052 t
+16032 40763 Grizzly Tales for Gruesome Kids eng Crocodile Tears Animated stories narrated by Nigel Planer. Weepy Wen uses crocodile tears to get what she wants, but doesn't bargain on the crocodile coming back for them. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-20 15:30:00 2014-12-20 15:45:00 \N \N \N S \N 24053 t
+16032 40764 Grizzly Tales for Gruesome Kids eng Little Fingers Animated stories narrated by Nigel Planer. Daffyd cannot stop fiddling until he is kidnapped by the Pizza Mafia who chop his little fingers off to raise a big ransom. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-20 15:45:00 2014-12-20 16:00:00 \N \N \N S \N 24054 t
+27456 45289 Keiser Report eng \N Keiser Report is a no holds barred look at the shocking scandals behind the global financial headlines. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 00:30:00 2014-12-21 01:00:00 \N \N \N \N \N 24138 t
+16032 41873 Skillicious With Fruit Shoot H2O eng \N From BMX racing to break dancing, wakeboarding to worm-charming, the show travels around the country to seek out the coolest activities around. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N S \N 24055 t
+16032 41875 My Phone Genie eng Dumb and Dummy Gene grants Jaz's wish to make fake things real - which leads to experiences that none of the team could ever have imagined! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 \N \N \N AD,S \N 24056 t
+16032 41876 Fort Boyard eng Ultimate Challenge Young people's version of the world-famous and widely acclaimed Fort Boyard adventure game show. Can the Tarantulas or the Crocodiles earn a place in the grand final? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N S \N 24057 t
+24384 15104 Tattered Lace Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 24058 t
+24384 15042 Cricut Mini Sale Weekender eng \N A chance for you to get our special product of the weekend - The Weekender. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 07:00:00 2014-12-21 08:00:00 \N \N \N \N \N 24059 t
+24384 15416 Sew and Stitch Sale eng \N Join us on Create and Craft for the Sew and Stitch Sale Show \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 08:00:00 2014-12-21 09:00:00 \N \N \N \N \N 24060 t
+24480 3591 Wonderful Christmas Time eng \N We may not be promised a white Christmas, but Vintage TV can promise you a wonderful one with this great selection of Christmas hits. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 24061 t
+24480 3592 Dance Classics At Christmas eng \N Don't be shy. It's time to break out the embarrassing dancing and get the festive family party started! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:30:00 \N \N \N \N \N 24062 t
+24480 3593 Cheryl Baker eng My Vintage The effervescent Eurovision-winning singer of 80s pop quartet Bucks Fizz takes us on an intoxicating trawl through her top tracks, and toasts the artists who make her head spin. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 22:30:00 2014-12-22 23:30:00 \N \N \N \N \N 24063 t
+24480 3594 Jive Bunny MiXmas eng \N We're all ears as those festive funsters Jive Bunny create a Christmas mix especially for Vintage TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 23:30:00 2014-12-23 00:30:00 \N \N \N \N \N 24064 t
+26368 36412 Mid Mornings with Kate Garraway eng \N Join Kate Garraway every weekday from 10.00am for a mix of superb music and light-hearted chat. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 13:00:00 \N \N \N \N \N 24065 t
+22624 40342 Pure 80s eng \N RNIB's Insight Radio - Roger Cole takes you back in time to the 80s with classic hits from the decade of decadence. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N \N \N 24066 t
+22624 40343 This Is Insight eng \N RNIB's Insight Extra - Listen to interviews and news from the radio station of the RNIB \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-19 20:00:00 2014-12-19 22:00:00 \N \N \N \N \N 24067 t
+8448 59225 The Big Bang Theory eng The Staircase Implementation This episode flashes back to the start of Sheldon and Leonard's friendship seven years earlier and explains the roommate agreement. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:30:00 \N \N \N AD,S \N 24068 t
+8448 59226 The Big Bang Theory eng The Date Night Variable In the opening episode of season six of the US comedy, Howard gets caught in a row between his mum and Bernadette while he's at the International Space Station. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:00:00 \N \N \N AD,S \N 24069 t
+8448 59227 The Big Bang Theory eng The Decoupling Fluctuation Sheldon intervenes when he learns that Penny is thinking about breaking up with Leonard, but he is hampered by his inability to keep a secret. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:30:00 \N \N \N AD,S \N 24070 t
+8448 59228 The Big Bang Theory eng The Relationship Diremption Sheldon wonders whether he's wasting his time with his study of String Theory. Raj and Emily go on a double date with Howard and Bernadette. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 19:30:00 2014-12-20 20:00:00 \N \N \N AD,S \N 24071 t
+8448 59229 The Big Bang Theory eng The Anything Can Happen Recurrence Penny and Leonard distract Sheldon from his career problems by reinstating Anything Can Happen Thursday. Raj asks for Howard's advice. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:00:00 2014-12-20 20:30:00 \N \N \N AD,S \N 24073 t
+8448 59101 The Big Bang Theory eng The Proton Transmogrification Sheldon struggles to process his feelings of grief when his idol Professor Proton passes away. The gang gather to celebrate Star Wars Day. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:30:00 2014-12-20 21:00:00 \N \N \N AD,S \N 24074 t
+15808 50352 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 12:10:00 2014-12-24 13:10:00 \N \N \N \N \N 24079 t
+15808 50353 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 13:10:00 2014-12-24 14:15:00 \N \N \N \N \N 24080 t
+15808 50354 Superkart USA eng \N This high-performance kart racing series travels to the best circuits in North America. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 14:15:00 2014-12-24 15:45:00 \N \N \N \N \N 24081 t
+22752 1110 Kiss Fresh with Joe eng \N Joe with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 19:00:00 2014-12-23 22:00:00 \N \N \N \N \N 24082 t
+27712 21996 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 24083 t
+27712 21997 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:30:00 \N \N \N \N \N 24084 t
+27712 21998 Counting the Cost eng \N Counting the Cost provides background to the economics stories that shape our world and impact on the lives of ordinary people. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:00:00 \N \N \N \N \N 24085 t
+27712 21999 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N \N \N 24086 t
+27712 22000 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 17:30:00 2014-12-22 18:00:00 \N \N \N \N \N 24087 t
+22656 865 K! Rock n Roll Years eng \N An hour of the best rock hits all from one year. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N \N \N 24088 t
+22656 866 Johnny Doom eng \N Johnny Doom presents the best in new rock, metal and alternative, plus interviews and classic tracks. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-19 19:00:00 2014-12-19 22:00:00 \N \N \N \N \N 24089 t
+12992 30806 ...programmes start at 12.00pm eng \N . \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 03:00:00 2014-12-21 06:00:00 \N \N \N \N \N 24090 t
+22720 1349 Jez eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 09:00:00 2014-12-23 11:00:00 \N \N \N \N \N 24091 t
+22720 1350 Kisstory eng \N Kiss Anthems! Tweet your shouts and requests @KissFMUK using #Kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N \N \N 24092 t
+4166 58007 Race to Witch Mountain eng \N Family fantasy adventure. Taxi driver Jack Bruno gets an out-of-this-world ride when two aliens disguised as teenagers suddenly appear in his taxi. Dwayne Johnson stars. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:35:00 \N \N 2009 S \N 24093 t
+41120 14103 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 01:00:00 2014-12-22 01:30:00 \N \N \N \N \N 24478 t
+4166 58008 Old Dogs eng \N Comedy about a divorcee who, suddenly saddled with twins from a past marriage, enlists his friend and business partner to help while struggling to secure a business deal. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 10:35:00 2014-12-22 12:00:00 \N \N 2009 S \N 24094 t
+28096 59433 Top Gear eng \N Four-wheeled fun with the regular team. The Top Gear trio go head-to-head against their opposite numbers from the Australian Top Gear in a car-based version of The Ashes. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N AD,S \N 24095 t
+28096 59434 Top Gear eng \N Buckle up for more motoring escapades. In Albania, the team test luxurious cars including the Rolls-Royce Ghost, the Bentley Mulsanne and the Mercedes S65 AMG. Jonathan Ross guests. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N AD,S \N 24096 t
+28096 59435 Storage Hunters eng High Noon Auction anarchy! Scott, Brandon and Lori hope to strike it rich in Vegas, but Dustin and Desert Dan are betting big too. The factions compete for a geologist's bin. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 11:00:00 2014-12-23 11:30:00 \N \N \N S \N 24097 t
+28096 59436 Storage Hunters eng Abracadabra All bets are off as the auction-goers battle for bargains in Las Vegas. Dustin continues to pose a threat to Brandon and Lori as mystery bins test their resolve. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 11:30:00 2014-12-23 12:00:00 \N \N \N S \N 24098 t
+17664 58727 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 18:30:00 \N \N \N \N \N 24099 t
+17664 58728 eng \N \N \N \N \N \N \N \N \N 15 0 0 \N 2014-12-23 18:30:00 2014-12-23 19:00:00 \N \N \N \N \N 24100 t
+17664 58729 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 24101 t
+17664 58730 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N \N \N 24102 t
+17664 58731 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 24103 t
+14544 158 Xpanded TV eng \N Xpanded TV returns at Midnight \N \N \N \N \N \N \N 0 0 0 \N 2014-12-23 06:00:00 2014-12-24 00:00:00 \N \N \N \N \N 24104 t
+25728 54641 My Wife and Kids eng The Kyles Go to Hawaii - Pt 3 Comedy about a family with a house-husband. Michael discovers that the family's flight leaves much earlier than he thought. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 18:30:00 \N \N \N S \N 24105 t
+25728 54642 My Wife and Kids eng Fantasy Camp Pt 1 Cool comedy about a family with a house-husband. Michael heads to Vegas for a fantasy basketball camp with his idol, Michael Jordan. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N S \N 24106 t
+25728 54471 My Wife and Kids eng Fantasy Camp - Pt 2 Cool comedy about a family with a house-husband. Michael heads to Vegas for a fantasy basketball camp with his idol, Michael Jordan. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N S \N 24107 t
+25728 54643 That 70s Show eng The Best Christmas Ever US sitcom set in the 1970s. Red and Kitty are throwing their annual Christmas party, but Eric decides to hold his own party in the basement. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N \N \N 24108 t
+25728 54644 That 70s Show eng Hyde's Christmas Rager American comedy series about a group of teenagers in the 1970s. Eric gets very drunk at a party. Jackie is attracted to a man her mother dated 20 years ago. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 20:00:00 2014-12-22 20:30:00 \N \N \N \N \N 24109 t
+25728 54645 That 70s Show eng An Eric Forman Christmas US sitcom set in the 1970s. Kitty volunteers Eric to direct the church Christmas pageant and his friends give him nothing but grief. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 20:30:00 2014-12-22 21:00:00 \N \N \N \N \N 24110 t
+22272 64805 Alan Davies - Life is Pain eng \N Recorded live at the Hammersmith Apollo, curly-haired comic and QI favourite Alan Davies shares his hilarious unique worldview on life in the 1970s, Facebook and being a dad. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:40:00 \N \N \N \N \N 24111 t
+22272 64806 Mongrels eng \N Don't let the cute animal puppets fool you - this foxy comedy is for adults only! Nelson learns that the creatures in Springwatch are actors, so decides to audition \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 01:40:00 2014-12-21 02:15:00 3 \N \N \N 1 24112 t
+22272 64807 Mongrels eng \N Adult humour with those deceptively cutesy puppets! Nelson visits a petting zoo in the hope of getting stroked. Destiny takes the credit for saving a drowning boy \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 02:15:00 2014-12-21 02:45:00 4 \N \N \N 1 24113 t
+22272 64808 Man v. Food eng Brooklyn More hefty food challenges as the insatiable Adam Richman takes on New York's spiciest wings at Buffalo Cantina for a second time, after a failed first attempt. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-21 02:45:00 2014-12-21 03:10:00 \N \N \N AD,S \N 24114 t
+15232 18882 Television X Freeview eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:10:00 \N \N \N \N \N 24117 t
+15232 18883 Super Sexy Housewives 2 eng \N Sexy superbabe 18+ Michelle B is captured by baddie Dan Mountain, but she soon tricks him, after enjoying some naughty fun. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-21 00:10:00 2014-12-21 00:35:00 \N \N \N \N \N 24118 t
+15232 18884 Brazil Beach Babes 1 eng \N Stud Jazz Duro sees beautiful dark-haired Marcella on the beach. 'If she smiles at me, I'm in,' he says. She does, and he is, like Flynn! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-21 00:35:00 2014-12-21 01:00:00 \N \N \N \N \N 24119 t
+15232 18885 Television X Freeview eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-21 01:00:00 2014-12-21 01:10:00 \N \N \N \N \N 24120 t
+15232 18886 Babe in a Box 2 eng \N The Belgian stud gets another sexy special delivery. 18+ Nicole is as dirty as they come. 18+ Pascale has his fun and then shoves her back in her cardboard box! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-21 01:10:00 2014-12-21 01:30:00 \N \N \N \N \N 24121 t
+15232 18887 Banned 1 eng \N Boy band sensation Stud Rocks are in the studio laying tracks for their new release, but when sexy 18+ pizza gal Loz Lorrimar arrives they stop for a slice of the action! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-21 01:30:00 2014-12-21 01:55:00 \N \N \N \N \N 24122 t
+15232 18888 Black Chicks, White Tricks 1 eng \N White studs enjoy intimate games with hot black 18+ babes in this sizzling series featuring awesome erotica. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-21 01:55:00 2014-12-21 02:25:00 \N \N \N \N \N 24123 t
+15232 18889 ASBO Girls 3 eng \N Jay cops off with a really filthy 18+ blonde, whose dirty talking soon has him in the mood. But while his back is turned, she nicks his wallet! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-21 02:25:00 2014-12-21 02:50:00 \N \N \N \N \N 24124 t
+15232 18890 Adventures Of Lolly And Michelle 3 eng Double Trouble Michelle B. is feeling in the mood, and invites two 18+ lads round to entertain her while her filthy flatmate Lolly watches. Well, there's not much on the telly! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-21 02:50:00 2014-12-21 03:15:00 \N \N \N \N \N 24125 t
+8442 55751 Come Dine with Me eng Celebrity Christmas Special Music impresario David Gest joins in a festive clash with former EastEnder Hannah Waterman, TV gardener Diarmuid Gavin and Loose Women presenter Sherrie Hewson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 01:10:00 2014-12-20 02:15:00 \N \N \N S \N 24128 t
+27520 805 Babestation eng Interact with the Babestation Babes live. Call and be part of the show (1.50 per min). Plus don't forget to check out BSX from 11 30pm on channel 174 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 05:00:00 \N \N \N \N \N 24130 t
+28352 2223 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:30:00 \N \N \N \N \N 24131 t
+28352 2224 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 00:30:00 2014-12-21 01:00:00 \N \N \N \N \N 24132 t
+28352 2225 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 01:00:00 2014-12-21 01:30:00 \N \N \N \N \N 24133 t
+28352 2226 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 01:30:00 2014-12-21 02:00:00 \N \N \N \N \N 24134 t
+28352 2227 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 02:00:00 2014-12-21 02:30:00 \N \N \N \N \N 24135 t
+28352 2228 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 02:30:00 2014-12-21 03:00:00 \N \N \N \N \N 24136 t
+27456 45288 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:30:00 \N \N \N \N \N 24137 t
+41120 14104 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 01:30:00 2014-12-22 02:00:00 \N \N \N \N \N 24479 t
+27456 45290 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 01:00:00 2014-12-21 01:30:00 \N \N \N \N \N 24139 t
+27456 45291 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 01:30:00 2014-12-21 02:00:00 \N \N \N \N \N 24140 t
+27456 45292 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 02:00:00 2014-12-21 02:30:00 \N \N \N \N \N 24141 t
+27456 45293 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 02:30:00 2014-12-21 03:00:00 \N \N \N \N \N 24142 t
+24016 12848 Vampire Bats eng \N A deadly species of vampire bats are loose and Dr Maddy Rierdon (Lucy Lawless) must find a way to stop them. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:45:00 \N \N 2005 \N \N 24143 t
+24016 12849 The Fall of France eng \N This programme explores the stage of World War 2 in which the Germans defeated France in a blistering invasion. \N 0 25 f 3 eng \N 7 0 0 \N 2014-12-20 02:45:00 2014-12-20 04:00:00 \N \N \N \N \N 24144 t
+27744 42059 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. Worf finds his faith tested when a great Klingon warrior returns from the dead to reclaim the empire. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 24145 t
+27744 42060 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. Returning to the site of an eight-year-old mission, Riker encounters an identical double of himself. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 24146 t
+27744 42061 Deadwood eng \N Gripping and complex western, but not for the faint-hearted. Wolcott offers on a rich claim operated by two ornery brothers, and reports to Hearst on their progress overall./12 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 02:00:00 2014-12-21 03:05:00 8 \N \N \N 2 24147 t
+27904 2146 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:20:00 \N \N \N \N \N 24148 t
+27904 2148 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 01:30:00 2014-12-21 02:20:00 \N \N \N \N \N 24149 t
+27904 2151 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 02:20:00 2014-12-21 02:30:00 \N \N \N \N \N 24150 t
+27904 2152 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 02:30:00 2014-12-21 04:45:00 \N \N \N \N \N 24151 t
+28512 689 Fun With Your Phone eng \N Let those fingers do the texting and get chatting. 1000's of exciting people just like you wanting to have fun. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 02:00:00 2014-12-21 05:00:00 \N \N \N \N \N 24152 t
+32896 8364 Wild Kratts eng \N Martin and Chris are in the middle of a friendly competition to find Smallmouth and Largemouth bass when they encounter Gavin, a Wild Kratts Kid who is fishin and are challenged to a sishing contest. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:30:00 \N \N \N \N \N 24153 t
+32896 8365 Finding Stuff Out eng \N Harrison wants to go to space, but first he'll have to learn how to float in zero gravity, sleep standing up, and figure out how a rocket works. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 \N \N \N \N \N 24154 t
+32896 8366 History Hunters eng \N Learn how a secret spy disguise can transform your appearance and how to use everyday items for spy tricks, plus cracking secret spy notes with invisible milk ink. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:30:00 \N \N \N \N \N 24155 t
+32896 8367 Robin Hood eng Mischief In Sherwood Prince John has hired the most terrible man hunter in the kingdom... \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 19:30:00 2014-12-21 19:45:00 \N \N \N \N \N 24156 t
+32896 8368 Robin Hood eng Mischief In Sherwood Taranis, a new righter of wrongs, arrives in Nottingham and manages to win the villagers' confidence, becoming even more popular than Robin. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 19:45:00 2014-12-21 20:00:00 \N \N \N \N \N 24157 t
+32896 8369 Sally Bollywood eng \N Night At The Museum - During a school tour of the local museum, the Curator notices someone has tampered with the exhibits. SBI are on the case! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 20:00:00 2014-12-21 20:15:00 \N \N \N \N \N 24158 t
+32896 8370 Oh No! It's An Alien Invasion eng \N Sweet replace the Brainlings clay bodies with muffin batter turning them in Mufflings! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 20:15:00 2014-12-21 20:30:00 \N \N \N \N \N 24159 t
+32896 8371 Yu-Gi-Oh! ZEXAL eng \N While on the way to school spirit day, Yuma realizes the Golden Key his father gave to him is missing. As Astral and Yuma retrace his steps, Yuma shares the story behind the Golden Key's origins. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 20:30:00 2014-12-21 21:00:00 \N \N \N \N \N 24160 t
+41104 19991 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 01:00:00 2014-12-21 05:00:00 \N \N \N \N \N 24161 t
+26368 36395 Through The Night eng \N Dave Brown takes you through the night with more of your Smooth favourites. From midnight. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 00:00:00 2014-12-20 06:00:00 \N \N \N \N \N 24162 t
+24032 31365 Time Runners eng \N Sci-fi thriller starring Alesandra Durham and Joel Bishop. An FBI agent fights evil forces to discover the truth behind her husband's disappearance \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 19:00:00 2014-12-21 21:00:00 \N \N \N \N \N 24163 t
+24464 50295 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from Pre 1961 F1 GP Cars & F2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 12:10:00 2014-12-20 12:40:00 \N \N \N \N \N 24164 t
+24464 50296 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from 1500CC F1 GP Cars 1961-1965. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 12:40:00 2014-12-20 13:10:00 \N \N \N \N \N 24165 t
+24464 50297 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from Sports Racing Cars 1952-1955. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 13:10:00 2014-12-20 13:40:00 \N \N \N \N \N 24166 t
+24464 50298 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from F1 Grand Prix Cars 1966-1972. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 13:40:00 2014-12-20 14:45:00 \N \N \N \N \N 24167 t
+24464 50299 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from 2-Litre F3 Cars 1974-1978. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 14:45:00 2014-12-20 15:45:00 \N \N \N \N \N 24168 t
+23184 17513 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 24169 t
+23184 17514 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N \N \N 24170 t
+27328 17446 Bundesliga Preview eng \N A look ahead to the next batch of matches from Germany's exhilarating top flight. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 07:45:00 2014-12-19 08:15:00 \N \N \N \N \N 24354 t
+23184 17515 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 \N \N \N \N \N 24171 t
+23184 17516 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N \N \N 24172 t
+23184 17517 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N \N \N 24173 t
+8381 15036 ITV News Calendar eng \N The latest news from around the region, plus a local weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 18:35:00 2014-12-20 18:45:00 \N \N \N S \N 24174 t
+8381 14847 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by a national weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 18:45:00 2014-12-20 19:00:00 \N \N \N S \N 24175 t
+8381 15458 Celebrity Squares eng \N Ashley Roberts, David Haye, Reece Shearsmith, Andi Peters, Sandi Toksvig, Stewart Francis, Bridget Christie, Tim Vine and Joe Wilkinson play the classic game show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N S \N 24176 t
+8381 14849 Harry Potter & Half-Blood Prince eng \N Fantasy sequel starring Daniel Radcliffe and Rupert Grint, 2009. With Hogwarts under threat, Harry investigates Voldemort's past and learns the disturbing truth of his origins \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 20:00:00 2014-12-20 23:00:00 \N \N \N AD,S \N 24177 t
+25920 65354 Back at 5am eng \N Programmes start again at 5am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 05:00:00 \N \N \N \N \N 24178 t
+22226 5948 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 12:00:00 2014-12-23 12:30:00 \N \N \N S \N 24179 t
+22226 5949 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 12:30:00 2014-12-23 13:00:00 \N \N \N S \N 24180 t
+16032 35317 Signed Stories: Share a Story eng Granny Margaret Blows Off a Lot This winning animation from Liza Hammond will blow your mind. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 09:25:00 2014-12-22 09:30:00 \N \N \N S,SL \N 24181 t
+22226 5950 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N S \N 24182 t
+22226 5951 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 \N \N \N S \N 24183 t
+22226 5952 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N S \N 24184 t
+22226 5954 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 14:30:00 2014-12-23 15:00:00 \N \N \N S \N 24185 t
+16016 7447 On the Buses eng Busmen's Perks Enduring sitcom about a chirpy bus driver and his conductor pal. Stan's household is thrown into disarray when he decides to do a spot of home-decorating. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:20:00 \N \N \N S \N 24186 t
+16016 7448 Rising Damp eng The Prowler Classic sitcom. Rigsby rushes to protect Ruth after she sees a prowler in her room, but soon it's the chivalrous Rigsby who needs protecting. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 18:20:00 2014-12-19 18:50:00 \N \N \N S \N 24187 t
+16016 7449 Heartbeat eng Auld Acquaintance The police are on high alert when a mysterious visitor arrives at Ashfordly Hall, and a runaway boy causes trouble in the village. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-19 18:50:00 2014-12-19 19:50:00 \N \N \N AD,S \N 24188 t
+16016 7450 Wycliffe eng Strangers Detective drama series. Wycliffe and the team are called in to investigate the events following a strange wedding with a bizarre guest list. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 19:50:00 2014-12-19 20:55:00 \N \N \N S \N 24189 t
+16016 7451 A Touch of Frost eng Another Life When a man's body is found in the canal, the ageing detective unravels the mystery of a missing dance partner and a web of intrigue involving blackmail, envy and murder. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 20:55:00 2014-12-19 23:00:00 \N \N \N S \N 24190 t
+22688 1037 Mid Mornings with Gary Vincent eng \N Gary Vincent brings you the best music, news, weather and requests from 1pm. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 10:00:00 2014-12-23 14:00:00 \N \N \N \N \N 24191 t
+41024 60705 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:00:00 \N \N \N \N \N 24192 t
+41120 14038 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N \N \N 24193 t
+41120 14039 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N \N \N 24194 t
+41120 14040 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 24195 t
+20352 58296 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 19:25:00 2014-12-23 21:50:00 \N \N \N \N \N 24196 t
+24016 12896 The Walls Of Hell eng \N Fearing defeat in the Philippines during WW2, Japanese troops take hostages and barricade themselves in a walled city. US-led Filipino troops attempt to rescue the captives. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 10:20:00 2014-12-23 12:10:00 \N \N 1964 \N \N 24197 t
+14688 11627 Pete Donaldson's Evening Show eng \N A "Best of" show with Pete's highlights of 2014. Expect great music, live sessions, interviews and chat. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 22:00:00 2014-12-24 00:00:00 \N \N \N \N \N 24198 t
+23296 5855 Fast and Fun eng \N The fastest gay dating around. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 12:00:00 \N \N \N \N \N 24199 t
+27648 4346 The Garage eng \N Business is winding down so Jock's only giving work to his favourite mechanics. Meanwhile, time's running out for the Mini's restoration will the project stall? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N \N \N 24200 t
+27648 4347 Wheeler Dealers eng Peugeot 205 Part 1 Auto experts Mike Brewer and Edd China work their magic on a Peugeot 205, but with a modest budget can they transform it from a banger into a dream machine? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 24201 t
+27648 4348 Wheeler Dealers eng Peugeot 205 Part 2 Follow mechanical maestros Mike Brewer and Edd China as they get under the bonnet of a second-hand Peugeot 205 in an aim to turn it from trash into cash. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 24202 t
+27648 4349 Salvage Hunters eng \N Drew is delighted by a collection of rare vehicles until he realises they are not all for sale. Plus, will a scrapyard in Coventry have anything promising to offer? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 24203 t
+22784 783 Neev on Kisstory eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 09:00:00 2014-12-23 13:00:00 \N \N \N \N \N 24205 t
+41040 17098 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N \N \N 24395 t
+23120 20485 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N \N \N 24206 t
+23120 20480 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 24207 t
+23120 20470 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N \N \N 24208 t
+4169 51752 Bargain Hunt eng Oswestry Antiques show. Tim Wonnacott and the team are at Shropshire's Oswestry Showground, with antiques experts Kate Bliss and Christina Trevanion. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N S \N 24209 t
+4169 51723 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N S \N 24210 t
+4169 52557 Look North eng \N The latest news, sport and weather for the North of England. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:30:00 2014-12-22 13:45:00 \N \N \N S \N 24211 t
+4169 56429 The Chronicles of Narnia eng Prince Caspian Children's fantasy sequel starring Liam Neeson and Eddie Izzard. The four siblings return to Narnia, only to discover that an evil king now reigns over the land. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 13:45:00 2014-12-22 16:00:00 \N \N 2008 AD,S \N 24212 t
+22624 40489 Morning Mix eng \N RNIB's Insight Radio - Simon Pauley plays great music and presents information relevant to blind and partially sighted people \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-23 10:00:00 2014-12-23 13:00:00 \N \N \N \N \N 24213 t
+23040 38005 Jamie's 15 Minute Meals eng \N Jamie cooks chorizo and squid with greek-style couscous salad, plus simple spaghetti, tomato, basil and creamy curd salad. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 24214 t
+23040 38006 Reza Spice Prince of Thailand eng \N This series follows Chef Reza Mahammad, one of the UK's top Indian restaurateurs, on an unforgettable journey around Thailand to discover the history of royal food and feasting. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 24215 t
+23040 38007 Barefoot Contessa eng \N Scrumptious cooking series with Ina Garten. For a friend's birthday bash, Ina cooks a delicious lamb dinner with fennel gratin and sauted carrots. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 24216 t
+23040 38008 Barefoot Contessa eng \N Scrumptious cooking series with Ina Garten. Ina cooks comfort food for a flustered friend - chicken and mash followed by an oozing apple pie. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 24218 t
+23040 38009 Baking Made Easy eng \N Lorraine Pascale presents recipes to relax over, including pumpkin and rosemary muffins. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N \N \N 24219 t
+23040 38010 Baking Made Easy eng \N If you want to impress with baking, Lorraine Pascale has got it covered. First, she makes a beautiful and delicious tomato and basil tarte tatin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 \N \N \N \N \N 24220 t
+23280 5860 Speed Dating eng \N It's fun, it's fast, don't miss out. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 12:00:00 \N \N \N \N \N 24221 t
+23120 20371 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N \N \N 24223 t
+23120 20388 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N \N \N 24224 t
+23120 20387 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 24225 t
+27456 45229 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 24226 t
+27456 45230 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 24227 t
+27456 45231 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 24228 t
+27456 45232 SophieCo eng \N Tune in for the interview show SophieCo with its charming host Sophie Shevardnadze and enjoy good talk. Solid facts, uncommon opinions, thoughtful observations. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 24229 t
+27456 45233 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N \N \N 24230 t
+27456 45234 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 \N \N \N \N \N 24231 t
+22080 3869 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 21:00:00 2014-12-24 21:30:00 \N \N \N \N \N 24235 t
+22080 3952 The Doom Boom eng An inside look at the bizarre rise of American Preppers people preparing for the end of the world. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:00:00 \N \N \N \N \N 24236 t
+22080 3953 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 22:00:00 2014-12-24 22:30:00 \N \N \N \N \N 24237 t
+22080 3971 Year In Review eng 2014 Jayne Secker is joined by the Odd Couple of Fleet Street as they dissect the news stories that dominated the last year and pass judgement on the people who made the front pages in 2014. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 22:30:00 2014-12-24 23:00:00 \N \N \N \N \N 24238 t
+22080 3973 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-24 23:00:00 2014-12-24 23:30:00 \N \N \N \N \N 24239 t
+22080 3981 Fred And Rose eng The Unanswered Questions Twenty years after the police first searched the Gloucester home of Fred and Rose West, this special asks how the couple killed without being caught for two decades. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:30:00 2014-12-25 00:00:00 \N \N \N S \N 24240 t
+16208 36988 The Bill eng \N Down at Sun Hill, Jack Meadows tries to stop Debbie walking down the aisle. Meanwhile, Mickey Webb finds out that his boss has betrayed him. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-23 08:00:00 2014-12-23 09:00:00 \N \N \N S \N 24241 t
+27168 59549 A Place in the Sun eng Home or Away Luke Doonan and Laura Hamilton help Andrew and Lesley to change their lifestyle. But will the couple start a new business in the Lake District or move to the eastern Pyrenees in France? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N S \N 24242 t
+27168 59550 George Clarke's Amazing Spaces... eng Christmas Special There's a flat-pack tin church, a luxury converted chapel, ice carving in a Liverpool wonderland, and a catch-up with some of George's best builds of the year. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N AD,S \N 24243 t
+40992 52151 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 13:45:00 2014-12-24 14:05:00 \N \N \N \N \N 24470 t
+27168 59551 Posh Pawn at Christmas eng \N In this Christmas Special, James shocks the team by offering free valuations for charity. Caprice sells a designer dress for a worthy cause. And the staff prepare for their Christmas party. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N S \N 24244 t
+15808 50292 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 09:35:00 2014-12-20 10:35:00 \N \N \N \N \N 24245 t
+15808 50293 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 3 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 10:35:00 2014-12-20 11:35:00 \N \N \N \N \N 24246 t
+15808 50294 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from Pre 1940 Voiturettes & GP Cars. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 11:35:00 2014-12-20 12:10:00 \N \N \N \N \N 24247 t
+41056 18034 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 18:00:00 2014-12-21 18:30:00 \N \N \N \N \N 24248 t
+41056 18035 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:00:00 \N \N \N \N \N 24249 t
+41056 18036 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 19:00:00 2014-12-21 19:05:00 \N \N \N \N \N 24250 t
+41056 18037 eng \N \N \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 19:05:00 2014-12-21 20:00:00 \N \N \N \N \N 24251 t
+41056 18038 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 24252 t
+22688 1008 The Mellow Magic Love Hour eng \N Your all time greatest love songs \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 01:00:00 \N \N \N \N \N 24253 t
+22688 1009 Mellow Magic eng \N Relax, chill out and feel the Magic \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-20 01:00:00 2014-12-20 06:00:00 \N \N \N \N \N 24254 t
+22208 4623 RSPCA Animal Rescue eng \N Moving series following RSPCA workers across Australia as they work to help animals in need. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N S \N 24255 t
+27328 17270 Live Freiburg v Hannover eng \N Live Bundesliga from the Mage Solar Stadion. Tayfun Korkut's Die Roten ended a three-game losing streak to Freiburg when they claimed a 3-2 victory against them in May. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 16:30:00 2014-12-21 18:30:00 \N \N \N \N \N 24256 t
+23040 38094 Diners, Drive-Ins And Dives eng \N Guy Fieri visits America's most interesting and unique restaurants. Guy finds great Italian food including pasta and meat sauce in Tennessee, sausage and peppers in Texas and stromboli in Las Vegas. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:30:00 \N \N \N \N \N 24257 t
+23040 38095 Diners, Drive-Ins And Dives eng \N Guy's taking his place at the family table. In Holladay, Utah, is a sibling-run Vietnamese joint serving up wildly flavoursome honey glazed pork vermicelli noodle buns. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 00:30:00 2014-12-22 01:00:00 \N \N \N \N \N 24258 t
+23040 38096 Diners, Drive-Ins And Dives eng \N Guy Fieri visits America's most interesting and unique restaurants. Guy heads to a Boston restaurant where turkey is served up every day for Thanksgiving. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 01:00:00 2014-12-22 01:30:00 \N \N \N \N \N 24259 t
+23040 38097 Diners, Drive-Ins And Dives eng \N Guy's hitting the road for joints taking childhood favourites to a gourmet level. In Denver there's an old-time bar making tater tots, pork rinds and a monster pastrami sandwich. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 01:30:00 2014-12-22 02:00:00 \N \N \N \N \N 24260 t
+23040 38098 Eat Street eng \N A celebration of North America's most irresistible street food. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 02:00:00 2014-12-22 02:30:00 \N \N \N \N \N 24261 t
+23040 38099 Eat Street eng \N A celebration of North America's most irresistible street food. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:00:00 \N \N \N \N \N 24262 t
+12928 42073 Jewellery Maker - Teleshopping eng \N Ever wanted to handcraft your own jewellery? Our friendly presenters and Guest Designers will show you how to master a variety of techniques through easy to follow, step by step tutorials. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 09:00:00 2014-12-24 13:00:00 \N \N \N \N \N 24263 t
+16080 14805 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 00:05:00 2014-12-22 00:15:00 \N \N \N \N \N 24264 t
+16080 14806 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 00:15:00 2014-12-22 00:45:00 \N \N \N \N \N 24265 t
+16080 14807 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 00:45:00 2014-12-22 01:15:00 \N \N \N \N \N 24266 t
+16080 14808 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 01:15:00 2014-12-22 01:45:00 \N \N \N \N \N 24267 t
+16080 14809 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 01:45:00 2014-12-22 02:15:00 \N \N \N \N \N 24268 t
+16080 14810 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 02:15:00 2014-12-22 02:45:00 \N \N \N \N \N 24269 t
+16080 14811 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 02:45:00 2014-12-22 03:00:00 \N \N \N \N \N 24270 t
+24032 31264 Seven Pounds eng \N Will Smith stars in the emotional story of a man who changes the lives of seven strangers. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-20 01:00:00 2014-12-20 03:25:00 \N \N \N \N \N 24271 t
+8385 58296 Twilight eng \N Supernatural romantic fantasy. Kristen Stewart stars as a teenage girl who falls in love with a vampire (Robert Pattinson). Also starring Billy Burke and Peter Facinelli. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 18:25:00 2014-12-23 20:50:00 \N \N 2008 AD,S \N 24272 t
+8385 58297 Unbroken Interview Special eng \N Director Angelina Jolie and star Jack O'Connell talk about making the dramatic wartime adventure about real-life hero Louis Zamperini. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 20:50:00 2014-12-23 21:00:00 \N \N \N \N \N 24273 t
+25792 52456 Parade's End eng \N The Edwardian period drama continues. While Sylvia and Christopher are reunited publicly, but Christopher is torn between his marriage vows and his feelings for Valentine. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:20:00 \N \N \N AD,S \N 24274 t
+25792 52457 Sounds of the Sixties eng The Singer and the Song Performances from the artists who helped usher in a new era of music in the 1960s, including Sandie Shaw, Dusty Springfield, Tom Jones and Peter Sarstedt. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 22:20:00 2014-12-22 22:50:00 \N \N \N \N \N 24275 t
+25792 52458 Sounds of the Sixties eng Hip to the Trip More music from the vaults. This edition features psychedelia and counter-culture, with performances by the Who, Pink Floyd and the Jimi Hendrix Experience. Far out! \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 22:50:00 2014-12-22 23:25:00 \N \N \N \N \N 24276 t
+25792 52459 Sounds of the Sixties eng In Living Colour Rare clips from the pioneering 60s music show Colour Me Pop. Acts featured in glorious technicolour include the Jimi Hendrix Experience, Small Faces and the Kinks. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 23:25:00 2014-12-22 23:55:00 \N \N \N \N \N 24277 t
+25792 52460 Sounds of the Sixties eng 1968-69 The Progressive Tendency: Vintage music. The focus here is on the late 1960s, a time of supergroups and guitar heroes including Cream, Pink Floyd, Donovan and Fleetwood Mac. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 23:55:00 2014-12-23 00:25:00 \N \N \N \N \N 24278 t
+8281 25992 The Jonathan Ross Show Christmas eng \N Finishing the current series with a festive edition, Jonathan Ross welcomes David Walliams, Barbara Windsor, Lewis Hamilton, Jimmy Carr, Ed Sheeran and Idina Menzel. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:30:00 \N \N \N S \N 24279 t
+8281 16296 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 23:30:00 2014-12-20 23:45:00 \N \N \N S \N 24280 t
+8281 20351 Bette Midler eng One Night Only Bette Midler stars for one night only in her first UK television special, with reminiscences, gossipy stories, trademark jokes and classic songs - including Wind Beneath My Wings. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:45:00 2014-12-21 00:45:00 \N \N \N S \N 24281 t
+41024 59549 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 24282 t
+41024 59550 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 24283 t
+41024 59551 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 24284 t
+4175 51752 Bargain Hunt eng Oswestry Antiques show. Tim Wonnacott and the team are at Shropshire's Oswestry Showground, with antiques experts Kate Bliss and Christina Trevanion. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N S \N 24285 t
+4175 51723 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N S \N 24286 t
+4175 52478 Look North eng \N The latest news, sport and weather for Yorkshire and Lincolnshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:30:00 2014-12-22 13:45:00 \N \N \N S \N 24287 t
+4175 56429 The Chronicles of Narnia eng Prince Caspian Children's fantasy sequel starring Liam Neeson and Eddie Izzard. The four siblings return to Narnia, only to discover that an evil king now reigns over the land. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 13:45:00 2014-12-22 16:00:00 \N \N 2008 AD,S \N 24288 t
+14498 26506 How It's Made eng \N How are carved wood sculptures, arc trainers, used-oil furnaces and fountain pens made? Find out as more items go under the microscope. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 00:00:00 2014-12-23 00:30:00 \N \N \N \N \N 24289 t
+14498 26507 How It's Made eng \N How are lift trucks, olive oil, seamless rolled rings and ski boots made? Find out as more everyday items are put under the microscope. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 00:30:00 2014-12-23 01:00:00 \N \N \N \N \N 24290 t
+14498 26508 FBI Case Files eng Taken Sceptical police think a missing twelve-year-old might be a runaway until another girl is snatched. The FBI is called in, but can they find and stop the predator in time? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N \N \N 24291 t
+14498 26509 Tommy's Ultimate Workshop eng \N Tommy's building the roof. Where the dormer protrudes and creates a valley, it's tricky to tile it so that rainwater drains properly - and he's chuffed when he gets it right. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 02:00:00 2014-12-23 02:30:00 \N \N \N \N \N 24293 t
+14498 26510 Tommy's Ultimate Workshop eng \N Tommy gets excited about cladding. He wants the shed to be cool in summer and snug in winter so he's using foam insulation which he hopes will minimise noise for the neighbours. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 02:30:00 2014-12-23 03:00:00 \N \N \N \N \N 24294 t
+14720 1721 Lucy Ellis eng \N Join Lucy Ellis for more music variety on Heart. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 01:00:00 2014-12-21 06:00:00 \N \N \N \N \N 24295 t
+28480 8022 Frances and Friends eng \N Talk show hosted by Frances Swaggart, covering current events from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 15:00:00 2014-12-19 17:00:00 \N \N \N \N \N 24296 t
+28480 8023 Jimmy Swaggart eng \N The preaching Ministry of Evangelist Jimmy Swaggart. This show is taken from church services recorded live at Family Worship Center Church in Baton Rouge, LA. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 17:00:00 2014-12-19 19:00:00 \N \N \N \N \N 24297 t
+15856 3476 The Jeremy Kyle Show USA eng \N Jeremy Kyle takes his hugely successful chat show to the US, where his uncompromising views on relationships, addiction and more will no doubt produce some jaw-dropping moments! \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 00:55:00 \N \N \N S \N 24298 t
+15856 3477 The Only Way Is Essexmas eng \N The glam gang returns for the annual Christmas special of Britain's most talked-about reality series. How are Essex's most gorgeous citizens preparing for the holiday season? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 00:55:00 2014-12-22 02:00:00 \N \N \N S \N 24299 t
+15856 3636 Rixton eng The Hot Desk Exclusive gossip from special celebrity guests and the hottest bands around. Today's guests are boy band Rixton. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 02:00:00 2014-12-22 02:10:00 \N \N \N S \N 24300 t
+15856 3478 The Jeremy Kyle Show USA eng \N Jeremy Kyle takes his hugely successful chat show to the US, where his uncompromising views on relationships, addiction and more will no doubt produce some jaw-dropping moments! \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 02:10:00 2014-12-22 03:10:00 \N \N \N S \N 24301 t
+14688 11603 The Matchday Warm-up eng \N Pete's here as we build up to Rock 'N' Roll Football. He's got team news and goals from the early kick-off as well as Absolute Radio's Greatest Hits. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-20 11:00:00 2014-12-20 13:30:00 \N \N \N \N \N 24302 t
+17609 19747 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 13:20:00 2014-12-24 13:35:00 \N \N \N \N \N 24303 t
+17609 19748 eng \N \N \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 13:35:00 2014-12-24 15:35:00 \N \N \N \N \N 24304 t
+27360 17971 Barclays Premier League Preview eng \N BT Sport takes a look ahead to all the upcoming action in the Barclays Premier League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 03:30:00 2014-12-20 04:00:00 \N \N \N \N \N 24307 t
+27360 17972 The Football's On eng \N Comedians Romesh Ranganathan and Doc Brown join Ian Stone for a humorous approach to the week's football stories. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 04:00:00 2014-12-20 05:00:00 \N \N \N \N \N 24308 t
+27360 17973 UFC - Ultimate Insider eng \N The ultimate companion for all UFC fans, offering unprecedented behind-the-scenes access to UFC fights and fighters, in-depth fighter profiles and exclusive footage. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:30:00 \N \N \N \N \N 24309 t
+27360 17974 World Wide Sports eng \N Travelling the globe to delve into the magical world of sport with its drama, passion and dedication, we meet the individuals who strive to be the best. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N \N \N 24310 t
+15952 4890 Ant & Dec's Christmas Show eng \N Join the boys and a live studio audience in what promises to be a barrel-load of festive fun, with some very special guests including Robbie Williams. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 16:45:00 2014-12-21 18:00:00 \N \N \N S \N 24311 t
+24464 50355 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from Pre 1940 Voiturettes & GP Cars. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 15:45:00 2014-12-24 16:20:00 \N \N \N \N \N 24312 t
+24464 50356 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from Pre 1961 F1 GP Cars & F2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 16:20:00 2014-12-24 16:50:00 \N \N \N \N \N 24313 t
+24464 50357 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from 1500CC F1 GP Cars 1961-1965. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 16:50:00 2014-12-24 17:20:00 \N \N \N \N \N 24314 t
+24464 50358 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from Sports Racing Cars 1952-1955. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 17:20:00 2014-12-24 17:50:00 \N \N \N \N \N 24315 t
+27360 18234 FA WSL - A Day in the Life eng FA WSL A day in the life of Chelsea Ladies and England forward Eni Aluko. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:15:00 \N \N \N \N \N 24385 t
+40992 52152 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 14:05:00 2014-12-24 14:25:00 \N \N \N \N \N 24471 t
+24464 50359 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from F1 Grand Prix Cars 1966-1972. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 17:50:00 2014-12-24 18:55:00 \N \N \N \N \N 24316 t
+40976 47393 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:30:00 \N \N \N \N \N 24317 t
+40976 47747 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 22:30:00 2014-12-24 23:00:00 \N \N \N \N \N 24318 t
+40976 47748 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:35:00 \N \N \N \N \N 24319 t
+13120 7638 Nails Inc eng \N A show of hot seasonal colours, classic manicure favourites and unique nail care solutions from Nails Inc. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N \N \N 24320 t
+13120 7639 Benefit Cosmetics eng \N Benefit Cosmetics have taken the beauty world by storm with their quirky packaging, catchy names and fabulous products. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N \N \N 24321 t
+13120 7640 Bibi Bijoux Fashion Jewellery eng \N For jewellery that gets you noticed, look no further than Bibi Bijoux! Bold, luxurious and rich styling gives the wearer a true sense of affordable luxury. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 24322 t
+28032 26949 Teleshopping eng \N Shopping from home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 03:00:00 2014-12-19 06:00:00 \N \N \N \N \N 24326 t
+16032 36420 Horrid Henry eng Horrid Henry Hit Song The animated adventures of the anti-hero. Henry is all set to make the best music video ever, but it's not that easy when everyone wants to be in on the act. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 09:10:00 2014-12-22 09:25:00 \N \N \N AD,S \N 24327 t
+16032 41923 Nerds & Monsters eng Franken-Nerd Animated comedy series about three nerdy kids and a football linebacker who are marooned on a strange uncharted island. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 09:30:00 2014-12-22 09:40:00 \N \N \N S \N 24328 t
+16032 41924 Nerds & Monsters eng Monster-Geist Animated comedy series. The castaways have to be smart if they are to resist the relentless attacks by the island's inhabitants - a tribe of hideous monsters. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 09:40:00 2014-12-22 09:55:00 \N \N \N S \N 24329 t
+16032 41925 Nerds & Monsters eng Monster Movie Animated comedy series about three nerdy kids and a football linebacker who are marooned on a strange uncharted island. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 09:55:00 2014-12-22 10:10:00 \N \N \N S \N 24330 t
+16032 41926 Nerds & Monsters eng Springing Lyle Animated comedy series. The castaways have to be smart if they are to resist the relentless attacks by the island's inhabitants - a tribe of hideous monsters. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 10:10:00 2014-12-22 10:30:00 \N \N \N S \N 24331 t
+16032 37312 Almost Naked Animals eng Kikmee Howie bets Bunny that if she goes one day without being angry, she won't have to be the Banana Cabana's mascot. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 10:30:00 2014-12-22 10:45:00 \N \N \N S \N 24332 t
+16032 37280 Almost Naked Animals eng Candid Camaraderie Octo becomes a popular superhero after Batty makes a video of him. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 10:45:00 2014-12-22 11:00:00 \N \N \N S \N 24333 t
+16032 37316 Almost Naked Animals eng May the Best Loser Win Irreverent fast-paced comedy. Octo tries to get his face on a cereal box after seeing that the other Banana Cabana crew have one. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:15:00 \N \N \N S \N 24334 t
+16032 37346 Almost Naked Animals eng Piggy Party Comedy built around the antics of a group of underwear-clad animals in beachfront hotel the Banana Cabana. Howie tries to throw a surprise party for Piggy. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 11:15:00 2014-12-22 11:30:00 \N \N \N S \N 24335 t
+16032 41542 Mr Bean eng Restaurant The animated antics of the hapless bumbler Mr Bean. Mr Bean makes a meal out of his birthday celebration. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 11:30:00 2014-12-22 11:45:00 \N \N \N AD,S \N 24336 t
+16032 41927 Mr Bean eng Art Thief The animated antics of the hapless bumbler. When Mr Bean witnesses the theft of a major artwork on a trip to the National Gallery, he gives chase to the culprit. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-22 11:45:00 2014-12-22 11:55:00 \N \N \N AD,S \N 24337 t
+16032 35218 Tricky Quickies eng \N Stephen Mulhern presents a short spin-off programme from Tricky TV. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-22 11:55:00 2014-12-22 12:00:00 \N \N \N \N \N 24338 t
+8381 14946 Lorraine eng \N Topical mix of entertainment, discussion, fashion, food and celebrity gossip. Ben Caplan chats about the Call the Midwife Christmas special, and the Kinks musical Sunny Afternoon. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 09:30:00 2014-12-24 10:25:00 \N \N \N S \N 24339 t
+24064 59107 Back at 3am and 24-hours on HD 109 eng \N No Information Available \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 03:00:00 \N \N \N \N \N 24341 t
+16048 31854 Bomb Girls eng Romeo Foxtrot WWII drama series. News that passenger ferry SS Caribou has been torpedoed off Newfoundland gives the war a new sense of urgency on the home front. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 01:10:00 2014-12-21 01:55:00 \N \N \N S \N 24342 t
+16048 33035 Up Pompeii eng \N Classic Roman farce starring Frankie Howerd and Patrick Cargill, 1971. A slave finds a list of conspirators eager to bring down Emperor Nero. A chase ensues to rescue the list \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 01:55:00 2014-12-21 03:30:00 \N \N \N S \N 24343 t
+8274 29703 You've Been Framed at Christmas! eng \N Harry Hill gives his unique gift of surreal silliness to some festive home videos including a fight to the death as a kid wrestles a Christmas tree, and Carrie the possessed car. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 18:15:00 2014-12-24 18:45:00 \N \N \N S \N 24344 t
+8274 17160 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:45:00 2014-12-24 19:00:00 \N \N \N S \N 24345 t
+8274 17162 Emmerdale eng \N Andy and Robert's feud reaches boiling point. Charity manipulates Cain. Bernice finds comfort in an unlikely source. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N AD,S \N 24346 t
+8274 16739 Coronation Street eng \N Gary feels isolated from his family. Will Kylie give in to her demons? Lloyd is shocked by news of Jenna. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N AD,S \N 24347 t
+8274 17464 Skyfall eng \N Action starring Daniel Craig and Javier Bardem, 2012. A troubled James Bond returns from hiding to take on a chilling villain while protecting the MI6 boss \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 20:00:00 2014-12-24 22:45:00 \N \N \N AD,S \N 24348 t
+26560 13711 All The Hits with Olivia Jones eng Oliva has all the hits for your afternoon, the latest & biggest showbiz gossip and YOU! Get involved NOW @thehitsradio \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-22 15:00:00 2014-12-22 19:00:00 \N \N \N \N \N 24349 t
+27328 17219 Rugby Tonight Extra eng \N A round-up of the best action from the Aviva Premiership, with the latest news, some great moves and all the key moments. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:30:00 \N \N \N \N \N 24350 t
+27328 17220 French Ligue 1 Preview eng \N A look ahead to the upcoming football in the top flight of France as Paris Saint-Germain look to make it a hat-trick of league titles. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 06:30:00 2014-12-19 07:00:00 \N \N \N \N \N 24351 t
+27328 17221 SportsHUB eng \N Reshmin Chowdhury has a comprehensive round-up of all the latest sports news. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:15:00 \N \N \N \N \N 24352 t
+27328 17222 Total Italian Football eng \N All the latest news, features and gossip from Italy's Serie A. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 07:15:00 2014-12-19 07:45:00 \N \N \N \N \N 24353 t
+40992 52153 Melody eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 14:25:00 2014-12-24 14:35:00 \N \N \N \N \N 24472 t
+27328 17447 SportsHUB eng \N Reshmin Chowdhury has a comprehensive round-up of all the latest sports news. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 08:15:00 2014-12-19 08:30:00 \N \N \N \N \N 24355 t
+27328 17228 Global Goals eng \N More action from around the world and another stunning shot from Hakan Calhanoglu. Andre Lima dominates the season's first Portuguese Classico and Luca Toni scores his 300th goal. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 08:30:00 2014-12-19 08:40:00 \N \N \N \N \N 24356 t
+27328 17448 Live Newcastle Jets v Adelaide United eng \N Live Hyundai A-League from Hunter Stadium. United will be keen to get their title challenge back on track against a Jets side still without a win ten games into the season. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 08:40:00 2014-12-19 10:45:00 \N \N \N \N \N 24357 t
+22208 4118 Brit Cops eng Zero Tolerance Fly-on-the-wall documentary series following the work of the Met Police, including the robbery and drug squads and uniformed response unit, in the borough of Hammersmith and Fulham. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 03:00:00 2014-12-24 04:00:00 \N \N \N S,AD \N 24358 t
+22208 4135 Most Haunted eng \N Entertainment series following Yvette Fielding and a team of paranormal experts as they spend 24 hours in Britain and Ireland's most haunted locations. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 04:00:00 2014-12-24 05:00:00 \N \N \N S \N 24359 t
+22208 4136 RSPCA Animal Rescue eng \N Moving series following RSPCA workers across Australia as they work to help animals in need. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 05:00:00 2014-12-24 05:30:00 \N \N \N S \N 24360 t
+28288 8651 Beauty Regimes eng \N QVC presents the best beauty regimes. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 24362 t
+28288 8652 In the Salon with Gatineau eng \N Professional beauty products from the pioneering skincare specialists. Gatineau combines the highest quality plant and marine extracts with the very latest cutting-edge biotechnology. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N \N \N 24363 t
+27712 21917 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N \N \N 24364 t
+27712 21918 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N \N \N 24365 t
+27712 21980 People and Power eng \N People & Power investigates why Georgia faces a troubled future involving oil, East-West rivalry and oligarchs. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 \N \N \N \N \N 24366 t
+27712 21920 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 \N \N \N \N \N 24367 t
+27712 21921 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 \N \N \N \N \N 24368 t
+8281 33037 Off Their Rockers eng \N Hidden camera comedy show featuring senior citizens playing pranks. Today, a rocker performs a daredevil escape from an OAP home, and Sonia has a quick nap on a comfy shoulder. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 15:35:00 2014-12-24 16:05:00 \N \N \N S \N 24369 t
+8281 16515 Santa Claus eng The Movie Seasonal fantasy adventure starring Dudley Moore and John Lithgow, 1985. A disillusioned elf leaves Santa's North Pole workshop for New York to make toys for a scheming magnate \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 16:05:00 2014-12-24 18:15:00 \N \N \N AD,S \N 24370 t
+15856 3409 Ashley Roberts eng The Hot Desk Exclusive interviews with big names from the worlds of music and entertainment. Today, former Pussycat Doll Ashley Roberts is behind the desk. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:10:00 \N \N \N S \N 24371 t
+15856 3334 The Only Way Is Essex eng \N Reality series about a group of Essex guys and girls. What is the gang up to after the events of last episode? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 09:10:00 2014-12-19 10:00:00 \N \N \N S \N 24372 t
+15856 3335 The Only Way Is Essex eng \N The award-winning reality series continues. What is the gang getting up to this week? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:45:00 \N \N \N S \N 24373 t
+15856 3410 Ariana Grande eng The Hot Desk Interviews with the biggest names in music and entertainment. Behind the desk this time is US pop sensation Ariana Grande. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 10:45:00 2014-12-19 10:55:00 \N \N \N S \N 24374 t
+15856 3336 60 Minute Makeover eng \N Linda Barker and the team head for Rickmansworth, where Michael's children Steve and Lucy want to surprise their widowed dad with a home makeover. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 10:55:00 2014-12-19 12:00:00 \N \N \N S \N 24375 t
+23712 3317 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 07:00:00 2014-12-21 08:00:00 \N \N \N \N \N 24376 t
+23712 3321 Hart of Dixie eng Snowflakes and Soulmates Witty US drama series. Snow falls in Bluebell, but the superstitious locals worry that it will bring bad luck. Lavon's parents pay him a visit. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-21 08:10:00 2014-12-21 09:05:00 15 \N \N S 1 24378 t
+26560 13691 Floorfillers with James Barr eng \N The perfect kickstart to your Friday night! James Barr's got the biggest hits for whatever you're up to! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-19 19:00:00 2014-12-19 22:00:00 \N \N \N \N \N 24379 t
+15840 3560 Lose Yourself In The 70s eng \N Get ready for outrageous outfits, garish makeup, extraordinary platforms and enormous hairstyles, not to mention a colossal explosion of glitter, as we re-visit the glamorous years of the 1970s. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 24380 t
+15840 3561 Vintage Rock Anthems eng \N They've become the solid rock of Rock 'n' Roll - those ever-lasting riffs guaranteed to get the adrenalin flowing, temples pounding and memories flooding back. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 24381 t
+15840 3562 It's Snow Time eng \N Break out the sleigh bells for a host of festive favourites to chill out with this season. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 24382 t
+27360 18862 Euroleague Basketball Magazine eng \N All the latest news and action from Europe's premier basketball competition. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 06:00:00 2014-12-22 06:30:00 \N \N \N \N \N 24383 t
+27360 18863 Fletch & Sav - The Best Bits eng \N The best bits from the Etihad with Darren Fletcher and Robbie Savage. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 06:30:00 2014-12-22 07:00:00 \N \N \N \N \N 24384 t
+27360 18235 FIFA World Cup Official Film 1954 eng Switzerland - German Giants The 1954 World Cup in Switzerland proved to be an entertaining success, with 140 goals scored in the whole competition and five in the final. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 07:15:00 2014-12-22 09:00:00 \N \N \N \N \N 24386 t
+14532 6339 Plates from The States eng \N Delicious recipe ideas from the diverse culinary landscape of the United States. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 03:00:00 2014-12-23 04:00:00 \N \N \N \N \N 24387 t
+14532 6340 The Store reopens here at 00 eng 05 Check out The Store website at www.TheStoreTV.com. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 04:00:00 2014-12-24 00:05:00 \N \N \N \N \N 24388 t
+18112 63313 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-21 05:30:00 2014-12-21 07:00:00 \N \N \N \N \N 24389 t
+27840 5217 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 08:00:00 2014-12-21 09:00:00 \N \N \N \N \N 24390 t
+41040 17094 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:30:00 \N \N \N \N \N 24391 t
+41040 17095 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N \N \N 24392 t
+41040 17096 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N \N \N 24393 t
+41040 17097 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N \N \N 24394 t
+22336 58588 Marmaduke eng \N Family comedy. A canine adventure about a Great Dane (voiced by Owen Wilson) who sets out to make friends in his new neighbourhood after his owners have moved to California. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:45:00 \N \N 2010 S \N 24396 t
+22336 58589 Rude(ish) Tube Shorts eng \N A short, cheeky clip from Rude Tube's naughty little sister Rude(ish) Tube, featuring exercise and pets. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 13:45:00 2014-12-24 14:00:00 \N \N \N S \N 24397 t
+22336 58592 How I Met Your Mother eng The Fight Ted and Barney get involved in a fight at their local bar, to find out what it's like and impress Robin, respectively, but it's their friend Doug who does all the real fighting. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N AD,S \N 24398 t
+22336 58593 How I Met Your Mother eng Little Minnesota It's Christmas time and both Marshall and Robin are feeling homesick in New York. Ted tries to keep his immature younger sister Heather away from Barney. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N AD,S \N 24399 t
+13024 50999 Unforgiven eng \N Ending our Clint Eastwood night is this Oscar winner starring Clint Eastwood and Morgan Freeman. A retired gunslinger takes on one last job, with the help of his old partner and a young man. (1... \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 00:15:00 2014-12-22 02:45:00 \N \N \N S \N 24401 t
+13024 51277 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 02:45:00 2014-12-22 07:00:00 \N \N \N \N \N 24402 t
+27840 5183 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N \N \N 24403 t
+27840 5184 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N \N \N 24404 t
+27840 5185 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 24405 t
+28480 11866 Jimmy Swaggart Crusade Classics eng \N A programme featuring Jimmy Swaggart Evangelical Crusades filmed around the world. Music and preaching. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 09:00:00 2014-12-22 11:00:00 \N \N \N \N \N 24406 t
+28480 11867 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 11:00:00 2014-12-22 11:30:00 \N \N \N \N \N 24407 t
+28480 11868 A Study In The Word eng \N Bible teaching programme hosted by Jimmy Swaggart. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 \N \N \N \N \N 24408 t
+8452 58726 Celebrity Come Dine with Me eng \N This festive celebrity edition features Hugo Taylor from Made in Chelsea, Daniella Westbrook, Louie Spence and Sinitta, some ridiculous outfits, extraordinary egos and raw chicken. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N S \N 24409 t
+8452 58727 The Simpsons eng Rednecks and Broomsticks Homer spends time with Cletus and his friends when he discovers they are making moonshine. Lisa gets to know three girls who are Wiccans. Neve Campbell guests. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 24410 t
+8452 58728 Hollyoaks eng \N Tegan offers Tony a shoulder to cry on but he ends up discovering a heart-breaking truth. John Paul and Lockie go on the run from the law and end up taking an unexpected journey. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N AD,S \N 24411 t
+8452 58729 Channel 4 News eng \N Includes sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:30:00 \N \N \N S \N 24412 t
+8452 58730 The Snowman eng \N Raymond Briggs's classic animated tale of a little boy's snowman that comes to life and whisks him off to the North Pole for an adventure. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N AD,S \N 24413 t
+14448 27312 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 \N \N \N \N \N 24414 t
+14448 27313 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 \N \N \N \N \N 24415 t
+14448 27314 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N \N \N 24416 t
+14448 27315 Cops eng \N Groundbreaking reality series featuring real cops on patrol and the real criminals they contend with every day, following dozens of domestic law enforcement agencies in over 140 US cities. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N \N \N 24417 t
+14448 27316 Cops eng Reloaded Newly edited episodes showcase the show's most memorable criminals, car chases and moments. Don't miss out! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N \N \N 24418 t
+14448 27317 Cops eng Reloaded Newly edited episodes showcase the show's most memorable criminals, car chases and moments. Don't miss out! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:00:00 \N \N \N \N \N 24419 t
+4168 56430 Cinderella eng \N Animated version of the fairy tale about Cinderella and her stepmother and unpleasant stepsisters. With the voices of Ilene Woods, Eleanor Audley and Verna Felton. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:15:00 \N \N 1950 S \N 24420 t
+4168 56431 Pointless Celebrities eng \N Alexander Armstrong presents a celebrity 1970s edition of the quiz, with contestants including Anna Karen, Sally Thomsett, Ed Stewart, Sally James, Rick Wakeman and Roy Wood. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:15:00 2014-12-22 18:00:00 \N \N \N S \N 24421 t
+25920 20123 Early Morning Shopping eng \N A selection of our best shows for the early morning shopper. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 05:00:00 2014-12-23 06:00:00 \N \N \N \N \N 24422 t
+40960 53232 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 15:00:00 2014-12-22 16:00:00 \N \N \N \N \N 24425 t
+40960 53233 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 16:00:00 2014-12-22 16:30:00 \N \N \N \N \N 24426 t
+40960 58128 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:00:00 \N \N \N \N \N 24427 t
+40960 53234 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 24428 t
+41040 17164 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-22 06:00:00 2014-12-22 07:00:00 \N \N \N \N \N 24429 t
+41040 17165 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 07:00:00 2014-12-22 07:30:00 \N \N \N \N \N 24430 t
+41040 17166 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 07:30:00 2014-12-22 08:00:00 \N \N \N \N \N 24431 t
+41040 17167 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:30:00 \N \N \N \N \N 24432 t
+41040 17168 TechKnow eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-22 08:30:00 2014-12-22 09:00:00 \N \N \N \N \N 24433 t
+32836 30988 Turning Tables eng \N Join Chris Segar as he visits six different restaurants around Cardiff to try the chef's signature dish. In a twist, the tables are turned and Chris cooks for the chef at his home. Which is the best? \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 12:00:00 2014-12-22 12:30:00 \N \N \N \N \N 24434 t
+32836 30989 In The Pot eng \N Join Livvy and Chrissy in the Devilled Egg Kitchen Academy in Bristol on a culinary journey. Learning the art of cooking to time, with a few laughs along the way, will it all go according to plan? \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 12:30:00 2014-12-22 13:00:00 \N \N \N \N \N 24435 t
+32836 30990 Beyond the Grave eng \N Josh Ellis is joined by Lou Pope, a psychic medium. The mystic duo take on some of Bristol's spookiest spots and speak to local people about life...Beyond the Grave \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N \N \N 24436 t
+32836 30991 Baking Mad eng \N Eric Lanlard is invited to create a fabulous wedding cake for Delicious magazine's Royal Wedding special. Later he is joined at home by a family who want to make the perfect celebration cake. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 13:30:00 2014-12-22 14:00:00 \N \N \N \N \N 24437 t
+32836 30992 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 14:00:00 2014-12-22 14:30:00 \N \N \N \N \N 24438 t
+32836 30993 Acapela eng \N Join us from Acapela, the boutique venue/recording studios in Pentyrch just outside of Cardiff. We give an opportunity for artists from Cardiff and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 14:30:00 2014-12-22 15:00:00 \N \N \N \N \N 24439 t
+27712 22002 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N \N \N 24440 t
+25728 54260 That 70s Show eng That 70s Musical American comedy series about a group of teenagers in the 1970s. Fez daydreams about musicals starring himself and the rest of the gang. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N S \N 24441 t
+25728 54261 That 70s Show eng Eric's False Alarm American comedy series about a group of teenagers in the 1970s. When Casey takes Donna to a motel, Eric makes sure he's there too. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N S \N 24442 t
+25728 54415 That 70s Show eng \N American comedy series about a group of teenagers in the 1970s. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N S \N 24443 t
+25728 54416 That 70s Show eng \N American comedy series about a group of teenagers in the 1970s. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 19:30:00 2014-12-19 19:55:00 \N \N \N S \N 24444 t
+25728 54417 That 70s Show eng That 70s Pilot American comedy series about a group of teenagers in the 1970s. Red finally gives Eric the keys to the car. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 19:55:00 2014-12-19 20:30:00 \N \N \N \N \N 24445 t
+25728 54418 That 70s Show eng Eric's Birthday American comedy series about a group of teenagers in the 1970s. Kitty plans a surprise party for Eric's seventeenth birthday. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 \N \N \N \N \N 24446 t
+8267 16495 ITV News & Weather eng \N The latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 13:15:00 2014-12-21 13:20:00 \N \N \N S \N 24447 t
+8267 20348 Columbo eng A Stitch in Crime Columbo brings his distinctive investigative style to bear on a case in which a brilliant surgeon appears to be involved in a medical murder. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-21 13:20:00 2014-12-21 14:50:00 \N \N \N AD,S \N 24448 t
+8267 29360 Tipping Point eng Lucky Stars Ben Shephard hosts a second series of the game show's celebrity version. Carol Vorderman, Mark Charnock and Joe Swash take on the machine as they attempt to win big for charity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 14:50:00 2014-12-21 15:50:00 \N \N \N S \N 24449 t
+24064 59868 Supermen eng British Wrestlers Follows the lives of British wrestlers, including interviews with world-famous combatants to those just starting their career in the ring. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:15:00 \N \N \N \N \N 24450 t
+24064 59869 Furries - An Inside Look eng \N An inside perspective on the strange and interesting subculture known as the furry fandom. Filmed at the Midwest Furfest, the fandom is explained by furries in their own words. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 22:15:00 2014-12-22 23:00:00 \N \N \N \N \N 24451 t
+24064 59870 Swim, Santa, Swim! eng \N Meet Nige Read - he is 52 and enjoys a good fry up. Oh, and he's decided to enter the Winter Swimming World Championships in Lapland. Grab your thermal trunks and come for a dip. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 24452 t
+24352 30850 Baggage Battles eng Two-Faced Billy, Mark, Laurence and Sally are at a police auction in Stockton, California, where there are no reserve prices on the items up for bid. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 24453 t
+24352 30851 Baggage Battles eng Guns a-Blazin' Billy, Mark, Laurence and Sally saddle up to attend a cowboy auction in Livermore, California. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 24454 t
+24352 30852 Baggage Battles eng Platinum Hits Billy, Mark, Laurence and Sally are in New York City to cash in on music memorabilia at an auction in the Times Square Hard Rock Cafe. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 24455 t
+24352 30853 Baggage Battles eng Bunny Money Billy, Mark, Laurence and Sally travel to the Denver area in Colorado, attending an auction located just outside the mountains. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 24456 t
+24352 30854 World's Greatest Motorcycle Rides eng Russia, Part 2 Russia is proving to be one of the most difficult and challenging rides Henry Cole has ever experienced, as he is continuing his ride to Moscow from St Petersburg. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 24457 t
+22336 59094 Brooklyn Nine-Nine eng Operation Broken Feather: Peralta is upset to hear that Santiago is considering leaving the precinct to work with his nemesis 'the Vulture' in the Special Crimes Unit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:30:00 \N \N \N S \N 24458 t
+22336 59095 Brooklyn Nine-Nine eng The Party Captain Holt invites the entire squad over to his house to celebrate his birthday, but Peralta and Santiago make a bad impression on Holt's husband Kevin. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:00:00 \N \N \N S \N 24459 t
+17472 57735 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 18:40:00 2014-12-24 19:10:00 \N \N \N \N \N 24573 t
+22336 59225 The Big Bang Theory eng The Staircase Implementation This episode flashes back to the start of Sheldon and Leonard's friendship seven years earlier and explains the roommate agreement. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:30:00 \N \N \N AD,S \N 24460 t
+22336 59226 The Big Bang Theory eng The Date Night Variable In the opening episode of season six of the US comedy, Howard gets caught in a row between his mum and Bernadette while he's at the International Space Station. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 19:30:00 2014-12-20 20:00:00 \N \N \N AD,S \N 24461 t
+22336 59227 The Big Bang Theory eng The Decoupling Fluctuation Sheldon intervenes when he learns that Penny is thinking about breaking up with Leonard, but he is hampered by his inability to keep a secret. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:00:00 2014-12-20 20:30:00 \N \N \N AD,S \N 24462 t
+22336 59228 The Big Bang Theory eng The Relationship Diremption Sheldon wonders whether he's wasting his time with his study of String Theory. Raj and Emily go on a double date with Howard and Bernadette. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 20:30:00 2014-12-20 21:00:00 \N \N \N AD,S \N 24463 t
+40992 52145 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 12:00:00 2014-12-24 12:15:00 \N \N \N \N \N 24464 t
+40992 52146 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 12:15:00 2014-12-24 12:40:00 \N \N \N \N \N 24465 t
+40992 52147 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 12:40:00 2014-12-24 13:00:00 \N \N \N \N \N 24466 t
+40992 52148 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:25:00 \N \N \N \N \N 24467 t
+40992 52149 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 13:25:00 2014-12-24 13:35:00 \N \N \N \N \N 24468 t
+40992 52150 Bing eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-24 13:35:00 2014-12-24 13:45:00 \N \N \N \N \N 24469 t
+41120 14106 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-22 02:30:00 2014-12-22 03:00:00 \N \N \N \N \N 24481 t
+22592 17893 Extra Time on talkSPORT eng \N Bob Ballard hosts the fastest sports show on the dial featuring reaction to sport at home and abroad. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-20 01:00:00 2014-12-20 06:00:00 \N \N \N \N \N 24482 t
+41056 17906 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 24483 t
+41056 17907 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 24484 t
+41056 17908 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:05:00 \N \N \N \N \N 24485 t
+41056 17909 eng \N \N \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 19:05:00 2014-12-19 20:00:00 \N \N \N \N \N 24486 t
+41056 17910 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:30:00 \N \N \N \N \N 24487 t
+22592 17791 Colin Murray eng \N Colin, Alvin Martin and Des Kelly dissect the day's sports news. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-23 10:00:00 2014-12-23 13:00:00 \N \N \N \N \N 24488 t
+24448 63866 Great Value Jewellery from GemsTV eng \N Shop and save with live falling auctions from GemsTV. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 24489 t
+24448 64010 Moldavite Showcase eng \N The 'emerald from the sky', moldavite is a gemstone like no other and one that is a must have in any collection. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 24490 t
+24448 64011 Baltic Amber eng \N A selection of Baltic amber jewellery. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 24491 t
+41072 14035 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:15:00 \N \N \N \N \N 24492 t
+41072 14036 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-22 22:15:00 2014-12-22 23:00:00 \N \N \N \N \N 24493 t
+41072 14037 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 24494 t
+8325 5322 Catchphrase Christmas Special eng \N Stephen Mulhern hosts a special festive edition of the game show, as celebrities Carol Vorderman, Michael Ball and Michelle Collins compete to win money for their chosen charities. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N S \N 24495 t
+8325 2458 Twelve Days of Christmas Eve eng \N Drama starring Steven Weber and Molly Shannon, 2004. A businessman neglects his family, but realises he must make amends after being hurt in an accident \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:55:00 \N \N \N AD,S \N 24496 t
+8448 58601 The Big Bang Theory eng The Stag Convergence Leonard, Sheldon and Raj throw a bachelor party for Howard, during which some stories about his sexual history are accidentally revealed. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 \N \N \N AD,S \N 24497 t
+8448 58602 The Big Bang Theory eng The Launch Acceleration When NASA informs Howard that his space mission has been rescheduled to an earlier date, he tries to use the wedding as an excuse not to go. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 \N \N \N AD,S \N 24498 t
+8448 58603 Rude(ish) Tube eng \N Rude Tube's naughty little sister discovers some slightly less rude (but still cheeky) online videos, including extreme unicycling, a very bad mystic cat and some incredible frisbee shots. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:25:00 \N \N \N S \N 24499 t
+8448 58604 Hollyoaks eng \N Sinead's life hangs in the balance, while Ste and John Paul's relationship is on shaky ground again. Nancy is desperate for more pills and has to decide whose help she needs most. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-24 19:25:00 2014-12-24 20:00:00 \N \N \N S \N 24500 t
+8448 58605 Transformers eng Revenge of the Fallen: Raucous, violent sci-fi action sequel in which a couple (played by Shia LaBeouf and Megan Fox) must try to prevent the Decepticon robots from destroying Earth \N \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-24 20:00:00 2014-12-24 23:00:00 \N \N 2009 AD,S \N 24501 t
+41008 58726 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 18:00:00 2014-12-23 19:00:00 \N \N \N \N \N 24502 t
+41008 58727 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 19:30:00 \N \N \N \N \N 24503 t
+41008 58728 eng \N \N \N \N \N \N \N \N \N 15 0 0 \N 2014-12-23 19:30:00 2014-12-23 20:00:00 \N \N \N \N \N 24504 t
+41008 58729 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-23 20:00:00 2014-12-23 20:30:00 \N \N \N \N \N 24505 t
+41008 58730 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 20:30:00 2014-12-23 21:00:00 \N \N \N \N \N 24506 t
+41136 50362 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:05:00 \N \N \N \N \N 24507 t
+41136 50363 AMV Bike Cup eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 22:05:00 2014-12-24 22:35:00 \N \N \N \N \N 24508 t
+41136 50364 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 22:35:00 2014-12-25 00:10:00 \N \N \N \N \N 24509 t
+27168 59386 Jamie's Christmas with Bells On eng \N In the second of two festive specials, Jamie Oliver shows how to create an original Christmas Day menu featuring festive fiesta tacos, brussels with hustle, and Bloody Mary seafood platter. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N S \N 24510 t
+27168 59387 Posh Pawn at Christmas eng \N In this Christmas Special, James shocks the team by offering free valuations for charity. Caprice sells a designer dress for a worthy cause. And the staff prepare for their Christmas party. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N S \N 24511 t
+27168 59388 George Clarke's Amazing Spaces... eng Christmas Special There's a flat-pack tin church, a luxury converted chapel, ice carving in a Liverpool wonderland, and a catch-up with some of George's best builds of the year. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N AD,S \N 24512 t
+8500 5817 House Doctor eng \N Series in which Ann Maurice provides home improvement advice for properties that are proving difficult to sell. She focuses on an arty garden flat in London's Kensal Green. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:25:00 \N \N \N AD,S,SL \N 24513 t
+8500 5818 Make It Big eng \N Eleven children aged 12 to 13 are given five weeks to run a business. It's day 2 for the Make It Big team and work is neglected as chaos reigns in the office. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 04:25:00 2014-12-22 04:50:00 \N \N \N SL \N 24514 t
+8500 5819 Make It Big eng \N Eleven children aged 12 to 13 are given five weeks to run a business. As the first week in the Make It Big office draws to a close, the team's behaviour deteriorates. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 04:50:00 2014-12-22 05:15:00 \N \N \N SL \N 24515 t
+8500 5820 Angels of Jarm eng Prayers Animation in which angels help the children of Jarm to overcome problems. Mary and Fatima are arguing about the correct way to pray. Can Angel Ellie help end the argument? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 05:15:00 2014-12-22 05:20:00 \N \N \N S,SL \N 24516 t
+8500 5821 Angels of Jarm eng Super Scooter Animation in which young angels help the children of Jarm to overcome problems. As Ephraim and Noel argue over a scooter, Angel Rafe is sent to find a solution. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 05:20:00 2014-12-22 05:30:00 \N \N \N S,SL \N 24517 t
+8500 5822 Angels of Jarm eng Sharing Animation in which young angels help the children of Jarm to overcome problems. Mary and her brother David are arguing over what to watch on TV. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 05:30:00 2014-12-22 05:40:00 \N \N \N S,SL \N 24518 t
+8500 5823 Roary The Racing Car eng New Juice Animation. Conrod visits Silver Hatch to try out some new biofuel, but it brings Big Chris out in spots! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 05:40:00 2014-12-22 05:50:00 \N \N \N S,SL \N 24519 t
+8500 5824 Roary The Racing Car eng Fb For Football Animation. The cars hold a football tournament at the beach. FB learns that if he relaxes, his natural footballing skills shine through. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-22 05:50:00 2014-12-22 06:00:00 \N \N \N S,SL \N 24520 t
+41056 18039 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 21:00:00 2014-12-21 21:30:00 \N \N \N \N \N 24795 t
+41056 18040 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-21 21:30:00 2014-12-21 21:55:00 \N \N \N \N \N 24796 t
+8384 58647 Weekend Kitchen with Waitrose eng \N Heston Blumenthal teaches Steve Jones and Lisa Snowdon how to cook Christmas lunch. Christopher Biggins makes trifle. And there's a guide to the best books for Xmas gifts. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N S \N 24521 t
+8384 58648 Frasier eng Three Valentines Niles prepares for a Valentine's date at Frasier's apartment, until a crease in his trousers escalates into a series of calamities. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:25:00 \N \N \N S \N 24522 t
+8384 58649 Frasier eng To Tell the Truth Niles hires Donny Davis (Saul Rubinek), a legal shark and Roz's ex-boyfriend, to represent him in the divorce case. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 10:25:00 2014-12-20 10:55:00 \N \N \N S \N 24523 t
+8384 58650 The Big Bang Theory eng The White Asparagus Triangulation Sheldon is delighted that Leonard finally has a girlfriend matching his high standards... perhaps a little too delighted. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 10:55:00 2014-12-20 11:25:00 \N \N \N AD,S \N 24524 t
+27712 22003 The Stream eng \N The advantages, and disadvantages, of being good looking. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N \N \N 24525 t
+8384 58651 The Big Bang Theory eng The Vartabedian Conundrum Leonard goes to Penny for help when his relationship with Stephanie takes off faster than he'd like, but will he choose to act on her advice? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:25:00 2014-12-20 11:50:00 \N \N \N AD,S \N 24526 t
+8384 58652 The Simpsons eng Bart vs. Thanksgiving Bart runs away from home on Thanksgiving after having a fight with Lisa, and ends up at a homeless shelter - with a TV crew in attendance. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:50:00 2014-12-20 12:15:00 \N \N \N AD,S \N 24527 t
+14608 32030 Three Wise Women eng \N What do you get someone, who seems to have everything, for Christmas? For one young woman, it's a second chance. Starring Amy Huberman \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 09:00:00 2014-12-23 11:00:00 \N \N 2010 \N \N 24528 t
+14608 32031 Chicago Hope eng \N At Chicago Hope, one of the country's leading hospitals, follow the lives and trials of the staff in this American medical series. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N \N \N 24529 t
+8283 25992 The Jonathan Ross Show Christmas eng \N Finishing the current series with a festive edition, Jonathan Ross welcomes David Walliams, Barbara Windsor, Lewis Hamilton, Jimmy Carr, Ed Sheeran and Idina Menzel. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:30:00 \N \N \N S \N 24530 t
+8283 16296 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 23:30:00 2014-12-20 23:45:00 \N \N \N S \N 24531 t
+8283 20351 Bette Midler eng One Night Only Bette Midler stars for one night only in her first UK television special, with reminiscences, gossipy stories, trademark jokes and classic songs - including Wind Beneath My Wings. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:45:00 2014-12-21 00:45:00 \N \N \N S \N 24532 t
+14752 40837 The Bassman eng \N The Bassman's on hand with the biggest hit music including Rita Ora, Katy Perry, Miley Cyrus, Ed Sheeran and more. Join the conversation @CapitalOfficial on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 09:00:00 2014-12-21 12:00:00 \N \N \N \N \N 24533 t
+8442 55905 The World's Weirdest Weather eng Brand new series How weird weather is making Florida the sinkhole capital of the world. Plus, red rain in Sri Lanka and India, underwater clouds, snow rollers, sprouting ice and more. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:05:00 \N \N \N AD,S \N 24534 t
+8442 55906 River Cottage Bites eng \N Bite-sized films from River Cottage show how to create a range of culinary treats. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 11:05:00 2014-12-23 11:25:00 \N \N \N S \N 24535 t
+8442 55907 Demetrius and the Gladiators eng \N Drama. In the sequel to The Robe, Victor Mature stars as the former slave whose devotion to protecting a garment worn by Christ leads him to being sentenced to gladiatorial combat. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-23 11:25:00 2014-12-23 13:25:00 \N \N 1954 S \N 24536 t
+28160 15836 Turning Point eng \N Opening God's word, with Dr. David Jeremiah \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 06:00:00 2014-12-23 06:30:00 \N \N \N \N \N 24537 t
+28160 15837 Insight for Living eng \N The Bible-teaching ministry of Charles R. Swindoll \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 06:30:00 2014-12-23 07:00:00 \N \N \N \N \N 24538 t
+28160 15838 Inspirational Breakfast eng \N John and Esther start your day with devotional reflection, uplifting music and inspiring guests. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 07:00:00 2014-12-23 09:00:00 \N \N \N \N \N 24539 t
+17540 58007 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:35:00 \N \N \N \N \N 24540 t
+17540 58008 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-22 10:35:00 2014-12-22 12:00:00 \N \N \N \N \N 24541 t
+28032 27985 Spartacus eng \N Acclaimed historical epic starring Kirk Douglas and Laurence Olivier, 1960. A violent slave rebellion against the mighty Roman Empire is led by a charismatic gladiator intent on freedom \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 16:10:00 2014-12-21 20:00:00 \N \N \N S \N 24542 t
+17472 58184 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 19:10:00 2014-12-24 20:00:00 \N \N \N \N \N 24574 t
+17472 55918 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N \N \N 24575 t
+17472 56546 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:30:00 \N \N \N \N \N 24576 t
+8283 33037 Off Their Rockers eng \N Hidden camera comedy show featuring senior citizens playing pranks. Today, a rocker performs a daredevil escape from an OAP home, and Sonia has a quick nap on a comfy shoulder. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 15:35:00 2014-12-24 16:05:00 \N \N \N S \N 24543 t
+8283 16515 Santa Claus eng The Movie Seasonal fantasy adventure starring Dudley Moore and John Lithgow, 1985. A disillusioned elf leaves Santa's North Pole workshop for New York to make toys for a scheming magnate \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 16:05:00 2014-12-24 18:15:00 \N \N \N AD,S \N 24544 t
+8325 6605 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 15:50:00 2014-12-19 16:55:00 \N \N \N S \N 24545 t
+8325 2620 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 16:55:00 2014-12-19 18:00:00 \N \N \N S \N 24546 t
+27648 4538 Baggage Battles eng Diamonds in the Rough The Baggage Battlers are back. Today they visit an auction in Brooklyn, one of the busiest shipping ports in the USA. But will they unearth any treasures? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 18:00:00 2014-12-24 18:30:00 \N \N \N \N \N 24547 t
+27648 4539 Baggage Battles eng Breaking the Bank The Baggage Battlers head to Atlanta, Georgia, to a freight auction where Mark spies some Rolls-Royce aircraft parts. But will his bid secure the items? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 \N \N \N \N \N 24548 t
+27648 4540 Wheeler Dealers eng Alfa Romeo Spider Veloce 2000 Part 1 Bought by Mike Brewer for 2,200, Edd China takes charge of a 1972 Alfa Romeo Spider Veloce 2000 and strips it down for a respray. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N \N \N 24549 t
+27648 4541 Wheeler Dealers eng Alfa Romeo Spider Veloce 2000 Part 2 Auto expert Mike Brewer checks in on Edd to see how the '72 Alfa Romeo Spider is shuffling along. Is there life in the old girl yet? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N \N \N 24550 t
+27648 4542 Salvage Hunters eng \N Drew hits the road to restock and finds a Devon salvage yard stuffed with funky pieces before heading to Battle, where an offbeat inventor's collection includes a mummified cat. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 24551 t
+8264 29703 You've Been Framed at Christmas! eng \N Harry Hill gives his unique gift of surreal silliness to some festive home videos including a fight to the death as a kid wrestles a Christmas tree, and Carrie the possessed car. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 18:15:00 2014-12-24 18:45:00 \N \N \N S \N 24552 t
+8264 17160 ITV News & Weather eng \N Nina Hossain with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:45:00 2014-12-24 19:00:00 \N \N \N S \N 24553 t
+8264 17162 Emmerdale eng \N Andy and Robert's feud reaches boiling point. Charity manipulates Cain. Bernice finds comfort in an unlikely source. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 19:00:00 2014-12-24 19:30:00 \N \N \N AD,S \N 24554 t
+8264 16739 Coronation Street eng \N Gary feels isolated from his family. Will Kylie give in to her demons? Lloyd is shocked by news of Jenna. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 19:30:00 2014-12-24 20:00:00 \N \N \N AD,S \N 24555 t
+8264 17464 Skyfall eng \N Action starring Daniel Craig and Javier Bardem, 2012. A troubled James Bond returns from hiding to take on a chilling villain while protecting the MI6 boss \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 20:00:00 2014-12-24 22:45:00 \N \N \N AD,S \N 24556 t
+8384 58732 8 Out of 10 Cats Christmas Special eng \N In this special festive edition of the show, Jimmy Carr and team captains Jon Richardson and Sean Lock are joined by special guests Freddie Flintoff, Ricky Wilson and Roisin Conaty. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N S \N 24557 t
+8384 58733 Man Down Christmas Special eng \N After a difficult year, Dan (Greg Davies) is convinced he has turned his life around only to meet a Christmas thorn in his side in the shape of his aunt Nesta (Stephanie Cole). \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 \N \N \N AD,S \N 24559 t
+8384 58734 Da Best of Ali G eng \N Another chance to see some of Ali G's most memorable interviews from The 11 O'Clock Show, plus a special guided tour of his hometown, including visits to all the Berkshire Massive hangouts. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 22:30:00 2014-12-23 23:30:00 \N \N \N S \N 24560 t
+8384 58740 Ali G in Da USAiii eng \N Ali G keeps it real Stateside. Ali speaks to prominent Republican Newt Gingrich, Borat tries his hand at acting, and Austrian model Bruno meets top designer Marc Jacobs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 23:30:00 2014-12-24 00:00:00 \N \N \N S \N 24561 t
+13120 7697 Beauty Showcase With Alison eng \N From skincare to colourful cosmetics, you can find all your beauty essentials right here! Our beauty expert Alison Young will be on hand to guide you. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 07:00:00 2014-12-22 08:00:00 \N \N \N \N \N 24567 t
+13120 7698 In the Salon with SBC eng \N SBC have captured the essences of plants to soothe your body. Tune in to find out how your skin can benefit from their renowned natural gel formulations. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 08:00:00 2014-12-22 09:00:00 \N \N \N \N \N 24568 t
+23152 17458 A Stranger In My Home eng \N The series re-enacts real-life stories of how letting the wrong person in was the last mistake they ever made... S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 00:00:00 2014-12-22 01:00:00 \N \N \N \N \N 24569 t
+23152 17459 North Mission Road eng \N LA where the beautiful people are and dreams are made but also the stuff of real life nightmares and no one knows any better about this than the County Coroner at North Mission. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 01:00:00 2014-12-22 01:30:00 \N \N \N \N \N 24570 t
+23152 17460 North Mission Road eng \N LA where the beautiful people are and dreams are made but also the stuff of real life nightmares and no one knows any better about this than the County Coroner at North Mission. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 01:30:00 2014-12-22 02:00:00 \N \N \N \N \N 24571 t
+23152 17461 Fear Factor eng Season 3 The ultimate adrenaline rush, a true test of stamina and guile for those contestants who have the guts and determination to face their inner fears. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-22 02:00:00 2014-12-22 03:00:00 \N \N \N \N \N 24572 t
+14372 7993 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 24577 t
+14372 7994 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 \N \N \N \N \N 24578 t
+14372 7995 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N \N \N 24579 t
+24384 15105 Tattered Lace Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 24580 t
+24384 15158 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 24581 t
+24384 15043 Cricut Mini Sale Weekender eng \N A chance for you to get our special product of the weekend - The Weekender. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N \N \N 24582 t
+24480 3595 Vintage After Midnight eng \N Can't sleep? Or partying into the early hours? Make Vintage TV your companion. We're here to help you make it through the night with a smile on your sleepy face, we hope. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 00:30:00 2014-12-23 03:00:00 \N \N \N \N \N 24583 t
+26368 36413 Afternoons with Paul Phear eng \N Let Paul Phear take you through the afternoon every weekday from 1.00pm \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 13:00:00 2014-12-23 16:00:00 \N \N \N \N \N 24584 t
+15808 50355 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from Pre 1940 Voiturettes & GP Cars. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 15:45:00 2014-12-24 16:20:00 \N \N \N \N \N 24585 t
+15808 50356 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from Pre 1961 F1 GP Cars & F2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 16:20:00 2014-12-24 16:50:00 \N \N \N \N \N 24586 t
+15808 50357 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from 1500CC F1 GP Cars 1961-1965. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 16:50:00 2014-12-24 17:20:00 \N \N \N \N \N 24587 t
+15808 50358 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from Sports Racing Cars 1952-1955. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 17:20:00 2014-12-24 17:50:00 \N \N \N \N \N 24588 t
+15808 50359 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from F1 Grand Prix Cars 1966-1972. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 17:50:00 2014-12-24 18:55:00 \N \N \N \N \N 24589 t
+22752 1111 Hatcha on Kiss Fresh eng \N Hatcha is in the mix playing all the biggest Dubstep and Garage beats on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 24590 t
+41056 18041 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 21:55:00 2014-12-21 22:00:00 \N \N \N \N \N 24797 t
+22752 1112 Kiss Fresh Mixblock eng \N The hottest DJ's in the mix on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 23:00:00 2014-12-24 00:00:00 \N \N \N \N \N 24591 t
+27712 22001 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 24592 t
+27712 22004 The Girls of The Taliban eng \N Unprecedented access to a school for girls in Afghanistan which imposes an even stricter interpretation of Islam than that prescribed by the Taliban. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 24593 t
+15920 26949 Teleshopping eng \N Shopping from home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 04:00:00 2014-12-19 06:00:00 \N \N \N \N \N 24594 t
+12992 31128 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 06:30:00 \N \N \N \N \N 24595 t
+12992 31129 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 06:30:00 2014-12-21 07:00:00 \N \N \N \N \N 24596 t
+12992 31130 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 07:00:00 2014-12-21 07:30:00 \N \N \N \N \N 24597 t
+12992 31131 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 07:30:00 2014-12-21 08:00:00 \N \N \N \N \N 24598 t
+12992 31132 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:30:00 \N \N \N \N \N 24599 t
+12992 31133 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N \N \N 24600 t
+22720 1351 Neev eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 12:00:00 2014-12-23 15:00:00 \N \N \N \N \N 24601 t
+4166 51752 Bargain Hunt eng Oswestry Antiques show. Tim Wonnacott and the team are at Shropshire's Oswestry Showground, with antiques experts Kate Bliss and Christina Trevanion. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N S \N 24602 t
+4166 51723 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N S \N 24603 t
+4166 52444 East Midlands Today eng \N The latest news, sport and weather for the East Midlands. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 13:30:00 2014-12-22 13:45:00 \N \N \N S \N 24604 t
+4166 56429 The Chronicles of Narnia eng Prince Caspian Children's fantasy sequel starring Liam Neeson and Eddie Izzard. The four siblings return to Narnia, only to discover that an evil king now reigns over the land. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-22 13:45:00 2014-12-22 16:00:00 \N \N 2008 AD,S \N 24605 t
+28096 59437 Sin City Motors eng \N Crafty car customiser Steve Darnell pimps rides, Vegas-style! Steve builds his cowboy friend JR the ultimate ranch truck by welding together a pair of vintage Dodges. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N S \N 24606 t
+28096 59438 MegaTruckers eng \N Blue-collar banter down under. Ryan and Brad try not to go off the rails as they transport two trains to Perth. Jon wants to spruce up the battered old truck he first drove. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 13:30:00 \N \N \N \N \N 24607 t
+28096 59439 MegaTruckers eng \N Reality TV on the road. Sparks fly as Wayne and Keith clash while hauling a huge excavator to a Queensland mine. As work piles up, Jon dusts down one of his prized show-trucks. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-23 13:30:00 2014-12-23 14:00:00 \N \N \N \N \N 24608 t
+28096 59440 Top Gear eng \N Four-wheeled fun with the regular team. The Top Gear trio go head-to-head against their opposite numbers from the Australian Top Gear in a car-based version of The Ashes. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N AD,S \N 24609 t
+17664 58732 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 24610 t
+17664 58733 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-23 22:30:00 \N \N \N \N \N 24611 t
+17664 58734 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-23 22:30:00 2014-12-23 23:30:00 \N \N \N \N \N 24612 t
+17664 58740 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 23:30:00 2014-12-24 00:00:00 \N \N \N \N \N 24613 t
+8500 5736 SuperCasino eng \N Live interactive gaming featuring roulette, blackjack and autowheel. For more information and to register visit www.SuperCasino.com. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-20 00:30:00 2014-12-20 03:10:00 \N \N \N \N \N 24614 t
+25728 54646 The Out-of-Towners eng \N Farcical comedy. A couple whose children have left home go for a holiday in New York. However, everything that can go wrong does. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-22 21:00:00 2014-12-22 23:00:00 \N \N 1999 \N \N 24615 t
+25728 54475 Scrubs eng My Own Personal Jesus American hospital sitcom. Dr Cox asks JD to videotape the birth of his friends' baby. Elliot looks for a girl who disappeared on being told she was pregnant. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 23:00:00 2014-12-22 23:30:00 \N \N \N \N \N 24616 t
+25728 54647 Scrubs eng My Monster Hospital sitcom. JD asks out the cashier from the gift shop, but is worried when he can't even get a kiss from her. Elliot gets into trouble for sleeping at the hospital. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-22 23:30:00 2014-12-23 00:00:00 \N \N \N \N \N 24617 t
+22272 1294 Frank Skinner's Opinionated eng \N Frank Skinner is joined by Russell Howard in Alan Partridge country to take a sideways look at the week's events. What do they make of the pedestrianisation of Norwich city centre? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 03:10:00 2014-12-21 03:40:00 \N \N \N \N \N 24618 t
+22272 2038 Lizard Lick Towing eng Action-packed US reality series from North Carolina following couple Amy and Ron, who run a towing company. This time, they recover some high horsepower goods lawn mowers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-21 03:40:00 2014-12-21 04:00:00 \N \N \N S \N 24619 t
+22272 4541 Home Shopping eng \N Shopping from home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 04:00:00 2014-12-21 06:00:00 \N \N \N \N \N 24620 t
+15232 18891 Ben Dover Show 1 eng \N Ben is back with his hottest show ever! After chatting up gorgeous blonde Tanya Tate at a porn party he gets the natural born thriller to enjoy auditioning with him and his studly pal Pete! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-21 03:15:00 2014-12-21 03:50:00 \N \N \N \N \N 24647 t
+41056 18042 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 24798 t
+41056 18043 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:30:00 \N \N \N \N \N 24799 t
+41056 18044 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 23:30:00 2014-12-22 00:00:00 \N \N \N \N \N 24800 t
+15232 18892 Jim and Lara's Pick N Mix 2 eng \N Superstar 18+ cutie Paige Turnah is six foot tall and dressed to thrill in retro underwear. Mature Lara also gets into her 50s gear, and lucky Jim reaps the benefits in a truly sizzling sequence! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-21 03:50:00 2014-12-21 04:00:00 \N \N \N \N \N 24648 t
+15232 18893 ..programmes start at 12.00am. eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-21 04:00:00 2014-12-22 00:00:00 \N \N \N \N \N 24649 t
+22272 5573 Have I Got a Bit More News for You eng \N Extended edition of the evergreen comedy news quiz. Paul Merton and Ian Hislop welcome guest host Rhod Gilbert and wisecracking panellists Louise Bagshawe and Marcus Brigstocke. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N S \N 24650 t
+22272 5574 QI eng Birth The chap who has raised the bar for the Renaissance Man, Stephen Fry, chairs a festive version of the high-IQ quiz with guests Alan Davies, Mark Steel, Phill Jupitus and Rich Hall. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:40:00 \N \N \N S \N 24651 t
+22272 5575 QI eng Everything, Etc. Mine of information Stephen Fry is your host for the engagingly erudite quiz show. Regular Alan Davies is joined by Clive Anderson, Jeremy Clarkson and Vic Reeves. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 22:40:00 2014-12-20 23:20:00 \N \N \N S \N 24652 t
+22272 64704 QI eng Discoveries Stephen Fry hosts the quiz show in which contestants are rewarded more if their answers are 'quite interesting'. With Arthur Smith, Clive Anderson, Vic Reeves and Alan Davies. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:20:00 2014-12-21 00:00:00 \N \N \N S \N 24653 t
+27520 804 Programmes start at midnight eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 05:00:00 2014-12-22 00:00:00 \N \N \N \N \N 24654 t
+28352 2229 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:20:00 \N \N \N \N \N 24655 t
+28352 2230 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 03:20:00 2014-12-21 04:00:00 \N \N \N \N \N 24656 t
+28352 2231 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:30:00 \N \N \N \N \N 24657 t
+28352 2232 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 04:30:00 2014-12-21 05:00:00 \N \N \N \N \N 24658 t
+28352 2233 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 05:00:00 2014-12-21 05:30:00 \N \N \N \N \N 24659 t
+28352 2234 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-21 05:30:00 2014-12-21 06:00:00 \N \N \N \N \N 24660 t
+17472 49115 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 24663 t
+17472 49116 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:30:00 \N \N \N \N \N 24664 t
+17472 51376 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 24665 t
+17472 49118 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:30:00 \N \N \N \N \N 24666 t
+17472 51377 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 \N \N \N \N \N 24667 t
+27456 45294 Keiser Report eng \N Keiser Report is a no holds barred look at the shocking scandals behind the global financial headlines. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 03:00:00 2014-12-21 03:30:00 \N \N \N \N \N 24669 t
+27456 45295 Worlds Apart With Oksana Boyko eng \N Worlds Apart is a fast-paced, in-depth discussion on the pressing issues of the day. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 03:30:00 2014-12-21 04:00:00 \N \N \N \N \N 24670 t
+27456 45296 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:30:00 \N \N \N \N \N 24671 t
+27456 45297 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 04:30:00 2014-12-21 05:00:00 \N \N \N \N \N 24672 t
+27456 45298 News Weekly eng \N The week's most important news review. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 05:00:00 2014-12-21 05:45:00 \N \N \N \N \N 24673 t
+27456 45299 Venture Capital eng \N Weekly business programme hosted by Katie Pilbeam covering the most important and interesting events in the world of business. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 05:45:00 2014-12-21 06:00:00 \N \N \N \N \N 24674 t
+27744 42062 Deadwood eng \N Gritty and violent western series starring Ian McShane. Eager for the latest news from Yankton, Swearengen enlists Farnum to keep tabs on Blazanov and his telegrams./12 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 03:05:00 2014-12-21 04:00:00 9 \N \N \N 2 24678 t
+27744 42063 Walker, Texas Ranger eng \N Chuck Norris is Walker in this modern, high-kicking martial arts western. In a desperate bid to avoid capture as Walker closes in, The Chairman kidnaps Alex.../27 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-21 04:00:00 2014-12-21 04:45:00 8 \N \N \N 8 24679 t
+27744 42064 Walker, Texas Ranger eng \N Chuck Norris fights crime and helps the community as the eponymous Walker. Alex discovers an abandoned infant, and she and Walker become instant parents./27 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-21 04:45:00 2014-12-21 06:00:00 9 \N \N \N 8 24680 t
+26240 11718 heat Chilled eng \N Chill out with heat \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 04:00:00 2014-12-21 06:00:00 \N \N \N \N \N 24681 t
+27904 2143 Programmes start at 11pm eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 04:45:00 2014-12-21 23:00:00 \N \N \N \N \N 24682 t
+28512 690 The Morning Show eng \N Good morning! Chat over a cuppa and cornflakes with us and tell us what you're up to. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-21 05:00:00 2014-12-21 11:00:00 \N \N \N \N \N 24691 t
+32896 8372 Clay Kids eng \N Albert appears hanging from the basket with a pineapple. Robbie and Naomi give their versions of what happened to the principal. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 21:00:00 2014-12-21 21:15:00 \N \N \N \N \N 24692 t
+32896 8373 Clay Kids eng \N Robbie buys a bottle of aftershave, hoping it will make him popular with girls at a party he's planning to go to; but the scent makes him popular with the local bug population instead. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 21:15:00 2014-12-21 21:30:00 \N \N \N \N \N 24693 t
+32896 8374 Littlest Pet Shop eng \N The Nest Hats Craze - When Blythe accidentally starts a new fashion craze with her wild Nest Hat, it's up to the pets to take care of the newly hatched chick, until Blythe can locate his mother. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 21:30:00 2014-12-21 22:00:00 \N \N \N \N \N 24694 t
+32896 8375 Sally Bollywood eng \N The Case Of The Sad Clown - The SBI are investigating the theft of a girl's doll, when they are asked by a party clown to find out who is sabotaging his act. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 22:00:00 2014-12-21 22:15:00 \N \N \N \N \N 24695 t
+32896 8376 Sally Bollywood eng \N The Black Sheep - Sally and Doowee are working at a fun park and discover someone is stealing the prizes that kids are winning. Sally and Doowee realise a pattern is emerging with these crimes. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 22:15:00 2014-12-21 22:30:00 \N \N \N \N \N 24696 t
+32896 8377 Grojband eng \N When Trina doesn't wake up, the band has to go in after her. Inside Trina's head, they see that the video has given Trina the weirdest nightmare of her life. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 22:30:00 2014-12-21 22:45:00 2 2 \N \N \N 24697 t
+32896 8378 Rekkit Rabbit eng \N Jay is having nightmares about a physical fitness test. In the dream he's doing the test in his underwear. So Rekkit goes with Jay into his dream to help him get his clothes back from his fear. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 22:45:00 2014-12-21 23:00:00 \N \N \N \N \N 24698 t
+32896 8379 Eliot Kid eng \N The Suit Of Amour - A strange suit of amour is standing in the front hall of Eliot's school. A giant haunts the cellars of the school. Eliot and his friends look for the magic goblet. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 23:00:00 2014-12-21 23:15:00 \N \N \N \N \N 24699 t
+32896 8380 Eliot Kid eng \N The Little Bunny That Grew - Loretta has asked Eliot to take care of her rabbit. Eliot puts the bunny under his father's hyper-proton lamps and the lamp transforms the rabbit into a giant monster. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 23:15:00 2014-12-21 23:30:00 \N \N \N \N \N 24700 t
+32896 8381 Scaredy Squirrel eng \N Scaredy regrets getting Sally a singing job at the Stash N' Hoard \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 23:30:00 2014-12-21 23:45:00 \N \N \N \N \N 24701 t
+32896 8382 Scaredy Squirrel eng \N Scaredy discovers Balsa's groundhog is actually a monster and must get him back underground! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 23:45:00 2014-12-22 00:00:00 \N \N \N \N \N 24702 t
+41104 19992 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 05:00:00 2014-12-21 09:00:00 \N \N \N \N \N 24703 t
+17664 59127 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N \N \N 24709 t
+17664 58990 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 \N \N \N \N \N 24710 t
+17664 58991 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:25:00 \N \N \N \N \N 24711 t
+17664 58992 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 17:25:00 2014-12-20 18:00:00 \N \N \N \N \N 24712 t
+24032 31366 Legion eng \N Apocalyptic action about the Archangel Michael's efforts to protect humanity from the Armageddon that God has set off \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:55:00 \N \N \N \N \N 24713 t
+24032 31367 The Wrestler eng \N Drama starring Mickey Rourke and Marisa Tomei, 2008. An ageing wrestler, now struggling to get by, searches for stardom and for redemption outside the ring \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-21 22:55:00 2014-12-22 01:10:00 \N \N \N \N \N 24714 t
+17540 52921 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-22 13:30:00 2014-12-22 13:45:00 \N \N \N \N \N 24912 t
+8385 58144 They Who Dare eng \N World War II drama. Dirk Bogarde leads a group of British soldiers on an undercover operation to destroy enemy airfields on the Nazi-occupied Greek island of Rhodes. \N 0 25 f 1 eng eng 1 0 0 \N 2014-12-19 13:15:00 2014-12-19 15:30:00 \N \N 1954 S \N 24726 t
+23184 17518 Dominick Dunne's Privilege & Justice, S5 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 15:00:00 2014-12-23 16:00:00 \N \N \N \N \N 24734 t
+23184 17519 New eng Crime Stories Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N \N \N 24735 t
+23184 17520 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N \N \N 24736 t
+23184 17521 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-23 17:30:00 2014-12-23 18:00:00 \N \N \N \N \N 24737 t
+22226 6020 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 15:00:00 2014-12-23 15:30:00 \N \N \N S \N 24738 t
+22226 6056 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 15:30:00 2014-12-23 16:00:00 \N \N \N S \N 24739 t
+22226 6057 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 16:00:00 2014-12-23 16:30:00 \N \N \N S \N 24740 t
+22226 6058 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 16:30:00 2014-12-23 17:00:00 \N \N \N S \N 24741 t
+22226 6059 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:00:00 2014-12-23 17:30:00 \N \N \N S \N 24742 t
+22226 6064 Wheel of Fortune eng \N Nicky Campbell hosts the word puzzle game show with glamorous assistant Carol Smillie. Contestants spin the wheel to determine how many points are up for grabs. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 17:30:00 2014-12-23 18:00:00 \N \N \N S \N 24743 t
+22688 1038 Afternoons with Angie Greaves eng \N Great music to get you through your afternoon \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-23 14:00:00 2014-12-23 17:00:00 \N \N \N \N \N 24744 t
+17540 56429 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-22 13:45:00 2014-12-22 16:00:00 \N \N \N \N \N 24913 t
+20352 58297 eng \N \N \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 21:50:00 2014-12-23 22:00:00 \N \N \N \N \N 24758 t
+20352 58298 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 22:00:00 2014-12-24 00:50:00 \N \N \N \N \N 24759 t
+24016 12897 Submarine Attack eng \N A submarine commander successfully attacks merchant shipping during WW2, but his compulsion to rescue survivors leads to huge difficulties. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 12:10:00 2014-12-23 14:00:00 \N \N 1955 \N \N 24760 t
+24016 12898 Robinson Crusoe eng \N The sole survivor of a shipwreck is faced with a hostile and unknown wilderness, but remarkably, he learns how to survive the absence of human companionship. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:50:00 \N \N 1954 \N \N 24761 t
+14688 11628 The Night Shift eng \N George is on the nightshift with loads of great music, your requests and stuff to help you make it through the early hours. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 00:00:00 2014-12-24 06:00:00 \N \N \N \N \N 24762 t
+23296 5844 Loud and Proud eng \N Be proud of who you are and meet your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 12:00:00 2014-12-23 14:00:00 \N \N \N \N \N 24763 t
+23296 5845 Out and About eng \N Don't just sit there, get stuck in. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 14:00:00 2014-12-23 16:00:00 \N \N \N \N \N 24764 t
+22784 784 Justin on Kisstory eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 13:00:00 2014-12-23 17:00:00 \N \N \N \N \N 24768 t
+41008 58651 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 12:25:00 2014-12-20 12:50:00 \N \N \N \N \N 24769 t
+41008 58652 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 12:50:00 2014-12-20 13:15:00 \N \N \N \N \N 24770 t
+41008 58653 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 13:15:00 2014-12-20 13:45:00 \N \N \N \N \N 24771 t
+41008 58654 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-20 13:45:00 2014-12-20 14:40:00 \N \N \N \N \N 24772 t
+41008 58655 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-20 14:40:00 2014-12-20 17:00:00 \N \N \N \N \N 24773 t
+23120 20477 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 24774 t
+23120 20476 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 13:00:00 2014-12-23 14:00:00 \N \N \N \N \N 24775 t
+23120 20463 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N \N \N 24776 t
+22624 40490 Daily Lunch eng \N RNIB's Insight Radio - Jill Daley reviews the latest magazines from Cosmopolitan to Q, as well as great music and chat \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-23 13:00:00 2014-12-23 15:00:00 \N \N \N \N \N 24777 t
+23280 5861 Flirt Zone eng \N Flirt with thousands of people across the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 12:00:00 2014-12-23 14:00:00 \N \N \N \N \N 24778 t
+23280 5862 Picture Dating eng \N Send a Picture, find your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-23 14:00:00 2014-12-23 16:00:00 \N \N \N \N \N 24779 t
+17609 19648 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:30:00 \N \N \N \N \N 24781 t
+17609 19649 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 23:30:00 2014-12-20 23:45:00 \N \N \N \N \N 24782 t
+17609 20112 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:45:00 2014-12-21 00:45:00 \N \N \N \N \N 24783 t
+22080 1320 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 00:00:00 2014-12-21 00:30:00 \N \N \N \N \N 24784 t
+22080 1041 Press Preview eng \N Another chance to see a full review of the best stories in this morning's national newspapers. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 00:30:00 2014-12-21 01:00:00 \N \N \N \N \N 24785 t
+22080 1321 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 01:00:00 2014-12-21 01:30:00 \N \N \N \N \N 24786 t
+22080 1044 Press Preview eng \N Another chance to see a full review of the best stories in this morning's national newspapers. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 01:30:00 2014-12-21 02:00:00 \N \N \N \N \N 24787 t
+22080 1322 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 02:00:00 2014-12-21 02:30:00 \N \N \N \N \N 24788 t
+22080 1058 CBS News eng \N A chance to see live the main evening news bulletin from a leading network channel in America. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-21 02:30:00 2014-12-21 03:00:00 \N \N \N \N \N 24789 t
+16208 36989 The Bill eng \N Emotions run high at Sun Hill as Debbie is shattered after the rape. And is it the end for Tom Chandler? \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N S \N 24790 t
+16208 36990 The Sally Lockhart Mysteries eng The Shadow in the North Billie Piper stars in the superb drama adapted from Philip Pullman's novel. Sally Lockhart sets out to prove a nefarious industrialist guilty of corruption. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-23 10:00:00 2014-12-23 12:00:00 \N \N \N S \N 24791 t
+27168 59552 Gogglebox eng \N Britain's favourite opinionated TV viewers share their sharp, insightful, passionate and sometimes emotional critiques of the week's biggest and best shows. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N S \N 24792 t
+27168 59553 24 Hours in A&E eng \N Retired builder Roger has fallen four metres from his daughter's roof. And Tad, who's 29, has come to St George's with a dangerously high heart rate, which could possibly lead to a stroke. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:05:00 \N \N \N AD,S \N 24793 t
+27168 59554 One Born Every Minute eng \N Two couples experiencing unexpected difficulties during pregnancy arrive at the hospital. Billie, who's 17, has pre-eclampsia and needs an emergency caesarean 10 weeks before her due date. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-21 23:05:00 2014-12-22 00:05:00 \N \N \N S \N 24794 t
+8452 58647 Weekend Kitchen with Waitrose eng \N Heston Blumenthal teaches Steve Jones and Lisa Snowdon how to cook Christmas lunch. Christopher Biggins makes trifle. And there's a guide to the best books for Xmas gifts. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N S \N 24801 t
+8452 58648 Frasier eng Three Valentines Niles prepares for a Valentine's date at Frasier's apartment, until a crease in his trousers escalates into a series of calamities. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:25:00 \N \N \N S \N 24802 t
+8452 58649 Frasier eng To Tell the Truth Niles hires Donny Davis (Saul Rubinek), a legal shark and Roz's ex-boyfriend, to represent him in the divorce case. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:25:00 2014-12-20 11:55:00 \N \N \N S \N 24803 t
+8452 58650 The Big Bang Theory eng The White Asparagus Triangulation Sheldon is delighted that Leonard finally has a girlfriend matching his high standards... perhaps a little too delighted. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 11:55:00 2014-12-20 12:25:00 \N \N \N AD,S \N 24804 t
+27328 17271 European Football Show eng \N James Richardson is joined by a panel of European football experts to bring you the latest news, plus every goal from Germany, Italy and France along with prime cuts from Portugal. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-21 18:30:00 2014-12-21 19:45:00 \N \N \N \N \N 24805 t
+27328 17272 Live Inter v Lazio eng \N Live Serie A from the San Siro. Roberto Mancini will hope his new side pull-off a similar performance against Lazio as they did in May when they beat the Eagles 4-1 here in Milan. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-21 19:45:00 2014-12-21 22:00:00 \N \N \N S \N 24806 t
+23040 38100 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:30:00 \N \N \N \N \N 24812 t
+23040 38101 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:00:00 \N \N \N \N \N 24813 t
+23040 38102 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:30:00 \N \N \N \N \N 24814 t
+23040 38103 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 04:30:00 2014-12-22 05:00:00 \N \N \N \N \N 24815 t
+23040 38104 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 05:00:00 2014-12-22 05:30:00 \N \N \N \N \N 24816 t
+23040 38105 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 05:30:00 2014-12-22 06:00:00 \N \N \N \N \N 24817 t
+12928 42157 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 13:00:00 2014-12-24 13:10:00 \N \N \N \N \N 24818 t
+12928 42074 Crazy For Christmas eng \N Festive drama starring Andrea Roth and Howard Hesseman. A single mother is employed to chauffeur a rich old man around town on Christmas Eve. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 13:10:00 2014-12-24 14:00:00 \N \N 2005 S \N 24819 t
+12928 42158 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:05:00 \N \N \N \N \N 24820 t
+12928 42159 Crazy For Christmas eng \N Festive drama starring Andrea Roth and Howard Hesseman. A single mother is employed to chauffeur a rich old man around town on Christmas Eve. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-24 14:05:00 2014-12-24 15:05:00 \N \N 2005 S \N 24821 t
+16080 14812 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:30:00 \N \N \N \N \N 24822 t
+16080 14813 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:00:00 \N \N \N \N \N 24823 t
+16080 14814 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:30:00 \N \N \N \N \N 24824 t
+16080 14815 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 04:30:00 2014-12-22 05:00:00 \N \N \N \N \N 24825 t
+16080 14816 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 05:00:00 2014-12-22 05:30:00 \N \N \N \N \N 24826 t
+16080 14817 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 05:30:00 2014-12-22 06:00:00 \N \N \N \N \N 24827 t
+8385 58298 Independence Day eng \N Sci-fi action-thriller. A US Air Force pilot (Will Smith) and a scientist (Jeff Goldblum) battle aliens who've started destroying Earth's cities and stripping the planet's resources. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 21:00:00 2014-12-23 23:50:00 \N \N 1996 S \N 24828 t
+8385 58299 The Sixth Sense eng \N Supernatural horror. Bruce Willis and Hayley Joel Osment star in this tale about a boy who claims that, everywhere he looks, he can 'see dead people'. Violence/strong language. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 23:50:00 2014-12-24 02:00:00 \N \N 1999 AD,S \N 24829 t
+17920 39925 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-22 18:58:00 2014-12-22 19:00:00 \N \N \N \N \N 24838 t
+17920 42874 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 19:30:00 \N \N \N \N \N 24839 t
+17920 42700 Shrek eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:50:00 \N \N \N \N \N 24840 t
+17920 42961 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 20:50:00 2014-12-22 21:00:00 \N \N \N \N \N 24841 t
+25792 52461 The Re-Inventors eng Gun Helmet Matt Hunter and Jeremy MacPherson test and rate crazy contraptions from the past. The guys try out a WWI-era gun helmet - but is the target or the user in greater danger? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 00:25:00 2014-12-23 00:55:00 \N \N \N S \N 24846 t
+25792 52462 The Re-Inventors eng Flying Machine History's lost inventions. The boys take to the air with an ancient human-powered helicopter to see if anyone could have trumped aviation pioneers the Wright brothers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-23 00:55:00 2014-12-23 01:20:00 \N \N \N S \N 24847 t
+25792 52463 Find My Past eng Titanic Amazing genealogy. The relatives of a wireless operator, a passenger and a steward discover how their lives intertwined in April 1912 when the 'unsinkable' Titanic sank. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-23 01:20:00 2014-12-23 02:10:00 \N \N \N AD,S \N 24848 t
+25792 52464 Antiques Roadshow eng Chester 2 Curious curios and amazing antiques. Fascinating finds at Chester Cathedral include a sheriff's ring of office, a collection of hand-carved wooden shoes and a painting. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-23 02:10:00 2014-12-23 03:00:00 \N \N \N S \N 24849 t
+41024 59552 Gogglebox eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 24855 t
+41024 59553 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:05:00 \N \N \N \N \N 24856 t
+41024 59554 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 23:05:00 2014-12-22 00:05:00 \N \N \N \N \N 24857 t
+24480 3545 Loving The 80s eng \N The decade of Rubik's Cubes, Wham's famous Wembley Concerts and outrageous fashion; it also produced some of the finest pop music ever made - from Erasure to A-Ha! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 24859 t
+24480 3546 This Is 80s Pop! eng \N The ultimate selection of hits from the 80s, featuring much loved artists such as Duran Duran, Erasure, Pet Shop Boys and Eurythmics. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 24860 t
+24480 3547 Christmas In The Studio eng \N A cracker of a festive show, as Michael Ball and Martine McCutcheon present our Christmas show with performances from top artists, and a certain Jive Bunny! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 24861 t
+4175 56430 Cinderella eng \N Animated version of the fairy tale about Cinderella and her stepmother and unpleasant stepsisters. With the voices of Ilene Woods, Eleanor Audley and Verna Felton. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:15:00 \N \N 1950 S \N 24863 t
+4175 56431 Pointless Celebrities eng \N Alexander Armstrong presents a celebrity 1970s edition of the quiz, with contestants including Anna Karen, Sally Thomsett, Ed Stewart, Sally James, Rick Wakeman and Roy Wood. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:15:00 2014-12-22 18:00:00 \N \N \N S \N 24864 t
+14498 26511 The New Yankee Workshop eng Mailbox Norm demonstrates how to build a mailbox with an ornamental finial, chambered post and newspaper slot. How will it look? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 03:00:00 2014-12-23 03:30:00 \N \N \N \N \N 24865 t
+14498 26512 The New Yankee Workshop eng Bath Cupboard Norm demonstrates how to improve a cupboard, adding a full length mirror to the interior of the door, painted plywood shelves, and custom moulding. How will it look? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 03:30:00 2014-12-23 04:00:00 \N \N \N \N \N 24866 t
+14498 26513 Wheeler Dealers eng Mini Part 2 Mechanical Maestros Edd China and Mike Brewer have a mini adventure on their hands as they work around the clock to get a classic Austin Mini back on the road again. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-23 04:00:00 2014-12-23 04:30:00 \N \N \N \N \N 24867 t
+14498 26514 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 04:30:00 2014-12-23 05:00:00 \N \N \N \N \N 24868 t
+14498 26515 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:00:00 2014-12-23 05:30:00 \N \N \N \N \N 24869 t
+14498 26516 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-23 05:30:00 2014-12-23 06:00:00 \N \N \N \N \N 24870 t
+15856 3479 Celebrity Dinner Date eng \N Celebrity edition of the dating series. Former star of The Only Way Is Essex Amy Childs is given five menus, each put together by a potential blind date. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 03:10:00 2014-12-22 04:05:00 \N \N \N S \N 24871 t
+15856 3481 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 04:05:00 2014-12-22 04:55:00 \N \N \N S \N 24872 t
+15856 3637 ITVBe Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 05:40:00 2014-12-22 06:00:00 \N \N \N \N \N 24874 t
+17609 20378 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 15:35:00 2014-12-24 16:05:00 \N \N \N \N \N 24875 t
+17609 19750 eng \N \N \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 16:05:00 2014-12-24 18:15:00 \N \N \N \N \N 24876 t
+15952 2663 The Polar Express eng \N Animated family adventure, 2004. A young boy who doesn't believe in Santa Claus is taken on a magical train journey to the North Pole \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-21 18:00:00 2014-12-21 20:00:00 \N \N \N AD,S \N 24894 t
+15952 2669 The Xtra Factor Winner's Story eng \N Sarah-Jane Crawford takes a look at the story of 2014's X Factor winner, from their first auditions to the final and beyond. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N S \N 24895 t
+24464 50360 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from 2-Litre F3 Cars 1974-1978. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 18:55:00 2014-12-24 20:00:00 \N \N \N \N \N 24896 t
+24464 50361 Historic Grand Prix Of Monaco... eng \N Full highlights of the Historic Monaco Grand Prix races as the priceless congregation of automobiles are hustled through the Principality's famous streets. Action from F1 Cars 1973-1978. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 24897 t
+17540 51752 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 24910 t
+17540 51723 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 13:00:00 2014-12-22 13:30:00 \N \N \N \N \N 24911 t
+4166 56430 Cinderella eng \N Animated version of the fairy tale about Cinderella and her stepmother and unpleasant stepsisters. With the voices of Ilene Woods, Eleanor Audley and Verna Felton. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:15:00 \N \N 1950 S \N 24914 t
+4166 56431 Pointless Celebrities eng \N Alexander Armstrong presents a celebrity 1970s edition of the quiz, with contestants including Anna Karen, Sally Thomsett, Ed Stewart, Sally James, Rick Wakeman and Roy Wood. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:15:00 2014-12-22 18:00:00 \N \N \N S \N 24915 t
+5888 52021 Friction eng \N Chase and Status, Kove, Dimension and Mob Tactics drop by the studio and go in the mix! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 01:00:00 2014-12-23 04:00:00 \N \N \N \N \N 5705 t
+5760 59361 Now Playing @6Music eng \N Tom Robinson asks the 6 Music listeners to curate an alternative Christmas songs playlist. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 18:00:00 2014-12-21 20:00:00 \N \N \N \N \N 5731 t
+17664 58703 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N \N \N 19676 t
+17664 58704 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 19677 t
+17664 59147 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 19678 t
+8384 58708 NFL eng The American Football Show Vernon Kay presents the top moments from the best games of Week 16 of the NFL. Nat Coombs is on hand with analysis and media reaction from across the pond. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N S \N 20855 t
+8384 58709 The Tree of Life eng \N Terrence Malick's visionary drama puts a man's midlife doubts in the context of the origins, evolution and meaning of life on Earth. With Brad Pitt, Sean Penn and Jessica Chastain. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 01:55:00 2014-12-23 04:15:00 \N \N 2011 S \N 20857 t
+16032 41969 All Stars eng \N Starring Theo Stevenson and Akai Osei-Mansfield, 2013. Two kids look to throw an ambitious dance show to save their struggling youth centre \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:50:00 \N \N \N AD,S \N 11588 t
+17664 58708 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N \N \N 20948 t
+17664 58709 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 01:55:00 2014-12-23 04:15:00 \N \N \N \N \N 20950 t
+8281 22757 All Stars eng \N Starring Theo Stevenson and Akai Osei-Mansfield, 2013. Two kids look to throw an ambitious dance show to save their struggling youth centre \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 09:25:00 2014-12-24 11:30:00 \N \N \N AD,S \N 23264 t
+27360 18242 Winning Ugly - BT Sport Films eng \N A look back at the hard playing, hard drinking, win-at-all-costs mentality of sport in the 70s and 80s compared to the slick, professional sporting culture we have today. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N S \N 12288 t
+8281 12235 Horrid Henry eng The Movie Children's comedy starring Anjelica Huston and Parminder Nagra, 2011. Can Horrid Henry save the school he always claimed to hate? \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 11:30:00 2014-12-24 13:20:00 \N \N \N AD,S \N 23265 t
+8283 22757 All Stars eng \N Starring Theo Stevenson and Akai Osei-Mansfield, 2013. Two kids look to throw an ambitious dance show to save their struggling youth centre \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 09:25:00 2014-12-24 11:30:00 \N \N \N AD,S \N 23456 t
+8283 12235 Horrid Henry eng The Movie Children's comedy starring Anjelica Huston and Parminder Nagra, 2011. Can Horrid Henry save the school he always claimed to hate? \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 11:30:00 2014-12-24 13:20:00 \N \N \N AD,S \N 23457 t
+8264 22757 All Stars eng \N Starring Theo Stevenson and Akai Osei-Mansfield, 2013. Two kids look to throw an ambitious dance show to save their struggling youth centre \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 09:25:00 2014-12-24 11:30:00 \N \N \N AD,S \N 22978 t
+8264 12235 Horrid Henry eng The Movie Children's comedy starring Anjelica Huston and Parminder Nagra, 2011. Can Horrid Henry save the school he always claimed to hate? \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 11:30:00 2014-12-24 13:20:00 \N \N \N AD,S \N 22979 t
+27328 17356 An Ordinary Hero - The Mike Hailwood Story eng \N The story of one of the greatest motorcycle racers ever, the British legend known as Mike the Bike who became world champion nine times across three categories in the 1960s. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:30:00 \N \N \N S \N 21030 t
+14372 7954 Multi-Buy Saturday with Gemma eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 12843 t
+14372 7955 Multi-Buy Saturday with Steve eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 22:00:00 2014-12-20 23:00:00 \N \N \N \N \N 12844 t
+14372 7956 Multi-Buy Saturday with Steve eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 23:00:00 2014-12-21 00:00:00 \N \N \N \N \N 12845 t
+41008 59147 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 20756 t
+41008 59148 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 20757 t
+17664 59148 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 20173 t
+8384 59209 Small Animal Hospital eng \N Nico, a Japanese Akita, needs emergency treatment after colliding with his brother. And can presenter John Barrowman help fat cat Oscar shed some of his unwanted pounds? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 05:55:00 2014-12-23 06:20:00 \N \N \N S \N 21381 t
+17664 59209 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 05:55:00 2014-12-23 06:20:00 \N \N \N \N \N 21475 t
+8452 58689 The King of Queens eng Flower Power Doug desperately tries but fails to be romantic. And Arthur is called up for jury duty. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 07:20:00 2014-12-22 07:45:00 \N \N \N S \N 17871 t
+8452 58690 The King of Queens eng Whine Country When she ends up on a holiday of Doug's choosing, Carrie makes sure he'll be as miserable as her by inviting Arthur along... \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 07:45:00 2014-12-22 08:10:00 \N \N \N S \N 17872 t
+8452 58691 Everybody Loves Raymond eng Season's Greetings Marie is jealous when she receives a letter from a relative saying how wonderful her life is. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 08:10:00 2014-12-22 08:35:00 \N \N \N S \N 17873 t
+8452 58692 Frasier eng Dinner Party Frasier and Niles decide to throw a dinner party but can't agree on who they should invite. \N 0 25 f 3 eng eng 0 0 0 \N 2014-12-22 08:35:00 2014-12-22 09:00:00 \N \N \N S \N 17874 t
+8384 59148 Food Unwrapped's Christmas Dinner eng \N Jimmy, Kate and Matt find out the truth about festive food. Why is farmed salmon pink? Can you eat frankincense? Is the gold in drinks real gold? Can you grow a chicken as big as a turkey? \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N S \N 20124 t
+8384 59001 Gogglebox eng Britain's favourite opinionated viewers on Casino Royale, Catchphrase, The Missing, Nigellissima, Morecambe & Wise, The X Factor and the News. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 23:05:00 2014-12-23 00:00:00 \N \N \N S \N 20126 t
+6848 61210 Breakfast eng \N Petroc Trelawny presents Radio 3's classical breakfast show, featuring the Best of British Playlist and listeners' musical requests and suggestions. Email 3breakfast@bbc.co.uk. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 06:30:00 2014-12-26 09:00:00 \N \N \N \N \N 2606086 t
+22688 1126 Magic 80s with Gary Vincent eng \N Gary Vincent plays the best from the 80s. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 18:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2606087 t
+22688 1127 Mellow Magic with Danny Pietroni eng \N Relax, chill out and feel the Magic \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 20:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2606088 t
+5632 36355 5 live News eng \N The Queen delivers her Christmas message to the United Kingdom and the Commonwealth. Followed by a round-up of the day's main stories with Richard Foster. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:30:00 \N \N \N \N \N 2606089 t
+5632 36356 The Radio Review of 2014 eng \N Jane Garvey is joined by Stephanie Hirst and guests to look back at the year in radio across BBC and commercial stations. Plus a look at the 10th anniversary of podcasting. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 15:30:00 2014-12-25 17:30:00 \N \N \N \N \N 2606090 t
+5632 36357 Fighting Talk eng \N Georgie Thompson hosts an all-comic festive Fighting Talk. Paul Sinha, Mark Watson, Romesh Ranganathan and Ivo Graham discuss sporting stories of the past, present and future. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-25 17:30:00 2014-12-25 18:30:00 \N \N \N \N \N 2606091 t
+12992 31224 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:30:00 \N \N \N \N \N 2606547 t
+40960 58180 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 01:30:00 2014-12-26 02:00:00 \N \N \N \N \N 2607246 t
+40960 53369 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:30:00 \N \N \N \N \N 2607247 t
+40960 58181 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 02:30:00 2014-12-26 03:00:00 \N \N \N \N \N 2607248 t
+28480 11940 Jimmy Swaggart eng \N The preaching Ministry of Evangelist Jimmy Swaggart. This show is taken from church services recorded live at Family Worship Center Church in Baton Rouge, LA. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 00:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2607249 t
+28480 11941 Living Waters with Gabriel Swaggart eng \N A live Gospel music show hosted by Gabriel Swaggart, featuring the music of Jimmy Swaggart and others. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 02:00:00 2014-12-26 03:00:00 \N \N \N \N \N 2607250 t
+4170 56514 Wallace and Gromit eng A Grand Day Out The first of Nick Park's award-winning claymations. Inventor Wallace and his dog Gromit blast off in a homemade rocket to find out if the moon is really made of cheese. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:25:00 \N \N 1989 AD,S \N 2607251 t
+4170 56515 Gnomeo & Juliet eng \N Animated movie about two garden gnomes from rivalling families, who fall in love but must keep their romance a secret from their parents. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 12:25:00 2014-12-25 13:40:00 \N \N 2011 AD,S \N 2607252 t
+4170 56516 Shaun the Sheep eng CBBC. We Wish Ewe a Merry Christmas Shaun discovers that the farmer will be spending Christmas Day alone. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 13:40:00 2014-12-25 13:50:00 \N \N \N S \N 2607253 t
+4170 51809 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 13:50:00 2014-12-25 14:00:00 \N \N \N S \N 2607254 t
+4170 57648 Top of the Pops Christmas eng \N Fearne Cotton and Reggie Yates celebrate Christmas Day with a special yuletide edition of Top of the Pops featuring Ed Sheeran, Ella Henderson, McBusted, Take That and more. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N S \N 2607255 t
+4352 53382 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:30:00 \N \N \N S \N 2607256 t
+4352 58192 Review 2014 eng The Year In Space The world held its breath as European scientists landed a probe the size of a washing machine on a comet. Pallab Ghosh looks back on celestial events. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 09:30:00 2014-12-26 10:00:00 \N \N \N S \N 2607257 t
+4352 53383 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 10:00:00 2014-12-26 10:30:00 \N \N \N S \N 2607258 t
+4352 58193 Review 2014 eng The Royal Year The Queen led acts of remembrance for the outbreak of the First World War. Prince George travelled to New Zealand on his first royal tour. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 10:30:00 2014-12-26 11:00:00 \N \N \N S \N 2607259 t
+4352 53384 BBC News eng \N The latest national and international news, plus top interviews and analysis. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N S \N 2607260 t
+4352 58194 Sir Robin Knox-Johnston eng Grey Power The story of Sir Robin Knox-Johnston, who became the first person to sail around the world solo in 1969 and has returned to single-handed racing at the age of 75. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 \N \N \N S \N 2607261 t
+6848 61187 Essential Classics eng With Sarah Walker. 9.00am 5 Reasons to Love Bach at Christmas. 9.30am Challenge Recording Rewind. 10.30am pianist Martha Argerich. 11.00am Essential Choice: Mendelssohn: Octet. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 09:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2607262 t
+5760 59650 Wise Women eng Alison Goldfrapp Alison Goldfrapp takes over 6 Music to play two hours of favourite tracks, including Sigur Ros, Stereolab, Cocteau Twins, Francoise Hardy, Serge Gainsbourg, Bjork and Kate Bush. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 16:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2607263 t
+4736 64078 Local Council Funding Statement eng \N Recorded coverage of a statement in the House of Commons on the local council funding settlement, from Thursday 18 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 04:00:00 2014-12-20 05:00:00 \N \N \N \N \N 2607264 t
+6912 57750 Archive on 4 eng Peter and the Wolf Christopher Frayling explores the untold story of Prokofiev's Peter and the Wolf, a story that has radically changed its meaning since its premier in 1936. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2607265 t
+6912 57751 Today eng \N Morning news and current affairs. Includes Sports Desk at 6.25am, 7.25am, 8.25am; Weather at 6.57am, 7.57am; Thought for the Day 7.48am. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 07:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2607266 t
+32836 44726 Teleshopping eng \N Teleshopping for a steam mop. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:30:00 \N \N \N \N \N 2607267 t
+32836 44727 Teleshopping eng \N Teleshopping for beds and mattresses. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 03:30:00 2014-12-26 04:00:00 \N \N \N \N \N 2607268 t
+32836 44728 Teleshopping eng \N Teleshopping for space saving system. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 04:00:00 2014-12-26 04:30:00 \N \N \N \N \N 2607269 t
+32836 44729 Teleshopping eng \N Teleshopping for slim and lift Caresse jeans. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 04:30:00 2014-12-26 05:00:00 \N \N \N \N \N 2607270 t
+32836 44730 Teleshopping eng \N Teleshopping for eye make-up. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 05:00:00 2014-12-26 05:30:00 \N \N \N \N \N 2607271 t
+32836 44731 Teleshopping eng \N Teleshopping for a steam mop. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2607272 t
+4736 63018 Westminster in Review eng \N Alicia McCarthy presents a review of the parliamentary highlights at Westminster since September. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 12:20:00 2014-12-25 13:20:00 \N \N \N \N \N 2607273 t
+4736 63019 European Parliament - Papal Address eng \N Recorded coverage of the address to the European Parliament in Strasbourg by His Holiness Pope Francis. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 13:20:00 2014-12-25 14:00:00 \N \N \N \N \N 2607274 t
+4736 63020 Welsh First Minister's Questions eng \N Recorded coverage of questions in the Welsh Assembly to first minister Carwyn Jones, from Tuesday 9 December. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:45:00 \N \N \N \N \N 2607275 t
+4736 63021 Professor Linda Colley Lecture eng \N Professor Linda Colley delivers a lecture at Guildhall on the Magna Carta in the run up to its 800th anniversary, from Tuesday 25 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 14:45:00 2014-12-25 15:35:00 \N \N \N \N \N 2607276 t
+4608 36354 HH eng Gory Games Play Along Quirky quizzes and gory games. Dave Lamb and Rattus Rattus test the brains of contestants Rohan, Leah and Sam as they battle it out to win year spheres. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 11 15 \N S \N 2607277 t
+4608 36355 Ludus eng \N Game show for children. Three Earthtwerps from Wolverhampton journey deep into space to take on Ludus and play his interactive computer games. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 12:30:00 2014-12-26 13:00:00 1 10 \N AD,S \N 2607278 t
+4608 36356 HH eng Gory Games Play Along Quirky quizzes and gory games. Katya, Matt and Charlotte compete to win year spheres in games including Mummify Me and Gong Farming. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:30:00 12 15 \N S \N 2607279 t
+6016 40427 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:05:00 \N \N \N \N \N 2607417 t
+6720 64433 Fearne Cotton eng \N Fearne digs out a sack of festive Live Lounge covers for the last hour of the show, including Olly Murs, Tom Odell and Ellie Goulding. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 10:00:00 2014-12-24 13:00:00 \N \N \N \N \N 5670 t
+5888 51938 Charlie Sloth eng \N DJ OneF is on the Club Sloth decks, hosted by Fatman Scoop! Are you on the guest list? \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:00:00 \N \N \N \N \N 1418 t
+5952 53397 Noreen Khan eng \N Pakistani rock star Salman Ahmed chats to Noreen about making his debut in Bollywood with the much awaited movie Rhythm. Plus catch the freshest tunes in New Sounds. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 13:30:00 2014-12-19 17:00:00 \N \N \N \N \N 766 t
+5952 53410 Gagan Grewal eng \N Your perfect musical breakfast. Gagan plays all the hits from the 1980s, plus the Forgotten Track is from the film Khamoshi. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 06:00:00 2014-12-21 10:00:00 \N \N \N \N \N 517 t
+4170 49741 Skiing Weatherview eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 00:25:00 2014-12-19 00:30:00 \N \N \N S \N 2842 t
+4170 49742 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 00:30:00 2014-12-19 06:00:00 \N \N \N S \N 2843 t
+4352 53171 Click eng \N Click looks back at the year gone by. A show filled with robots, enormous self-driving mining trucks and a visit to Mars... well kind of. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 04:30:00 2014-12-21 05:00:00 \N \N \N S \N 2377 t
+4352 51148 HARDtalk eng \N Yves Daccord, director general of the ICRC, talks to Stephen Sackur about whether the International Red Cross's model of scrupulously neutral intervention is broken beyond repair. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 00:30:00 2014-12-19 01:00:00 \N \N \N S \N 293 t
+6720 64404 Rock Show with Daniel P Carter eng \N Dan catches up with Marilyn Manson and hits play on an exclusive new track. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 19:00:00 2014-12-21 22:00:00 \N \N \N \N \N 867 t
+17664 58637 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-20 02:40:00 2014-12-20 04:20:00 \N \N \N \N \N 19983 t
+20352 58320 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:40:00 \N \N \N \N \N 2608263 t
+20352 58321 eng \N \N \N 0 25 f 1 eng eng 1 0 0 \N 2014-12-26 13:40:00 2014-12-26 15:45:00 \N \N \N \N \N 2608264 t
+17609 19772 eng \N \N \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 08:10:00 2014-12-25 08:25:00 \N \N \N \N \N 2608310 t
+17609 19774 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 08:25:00 2014-12-25 09:25:00 \N \N \N \N \N 2608311 t
+40960 51196 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 03:45:00 2014-12-20 04:00:00 \N \N \N \N \N 2608589 t
+40960 51197 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:30:00 \N \N \N \N \N 2608590 t
+40960 51198 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 04:30:00 2014-12-20 05:00:00 \N \N \N \N \N 2608591 t
+40960 51199 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:30:00 \N \N \N \N \N 2608592 t
+40960 51200 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N \N \N 2608593 t
+40960 53404 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 23:30:00 2014-12-26 23:45:00 \N \N \N \N \N 2608851 t
+40960 58207 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 23:45:00 2014-12-27 00:00:00 \N \N \N \N \N 2608852 t
+16080 14948 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:30:00 \N \N \N \N \N 2606166 t
+41056 18284 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 10:00:00 2014-12-26 10:05:00 \N \N \N \N \N 2608972 t
+41056 18285 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 10:05:00 2014-12-26 10:30:00 \N \N \N \N \N 2608973 t
+41056 18286 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 10:30:00 2014-12-26 10:55:00 \N \N \N \N \N 2608974 t
+41056 18287 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 10:55:00 2014-12-26 11:00:00 \N \N \N \N \N 2608975 t
+16080 14949 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 11:30:00 2014-12-25 12:00:00 \N \N \N \N \N 2606167 t
+41056 18288 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:05:00 \N \N \N \N \N 2608976 t
+6016 40502 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 01:00:00 2014-12-26 01:05:00 \N \N \N \N \N 2606266 t
+41056 18289 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-26 11:05:00 2014-12-26 12:00:00 \N \N \N \N \N 2608977 t
+12992 31225 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N \N \N 2606548 t
+41040 17320 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 02:00:00 2014-12-26 03:00:00 \N \N \N \N \N 2606724 t
+6912 54647 Woman's Hour eng \N Sheila McClennon presents the programme that offers a female perspective on the world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:45:00 \N \N \N \N \N 5913 t
+17609 19745 eng \N \N \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 09:25:00 2014-12-24 11:30:00 \N \N \N \N \N 23690 t
+17609 19746 eng \N \N \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 11:30:00 2014-12-24 13:20:00 \N \N \N \N \N 23691 t
+6720 64398 DJ Target eng \N Target has a guest mix from SYV, plus the kebabs have been ditched for a Mince Pie Club! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 01:00:00 2014-12-21 04:00:00 \N \N \N \N \N 6690 t
+13024 51283 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 02:15:00 2014-12-24 07:00:00 \N \N \N \N \N 15452 t
+4352 53144 Click eng \N Click looks back at the year gone by. A show filled with robots, enormous self-driving mining trucks and a visit to Mars... well kind of. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 15:30:00 2014-12-20 16:00:00 \N \N \N S \N 5550 t
+5760 59335 The Radcliffe and Maconie Show eng \N Mark and Stuart are live from Manchester Christmas Market with Maxine Peake, Mike Joyce and John Thomson, plus live music from Badly Drawn Boy, the Unthanks and King Creosote. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 13:00:00 2014-12-19 16:00:00 \N \N \N \N \N 5780 t
+6720 64418 Friction eng \N Chase and Status, Kove, Dimension and Mob Tactics drop by the studio and go in the mix! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 01:00:00 2014-12-23 04:00:00 \N \N \N \N \N 3411 t
+6720 64399 Diplo and Friends eng \N Paul Devro mixes up two hours of festive anthems and exclusives in a Christmas Special. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 04:00:00 2014-12-21 06:00:00 \N \N \N \N \N 6900 t
+17664 58609 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 04:40:00 2014-12-19 05:35:00 \N \N \N \N \N 13418 t
+17664 58610 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 05:35:00 2014-12-19 06:20:00 \N \N \N \N \N 13419 t
+5888 51996 Nick Bright eng \N Hot for 2015 artist Novelist drops in on Nick. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 10:00:00 2014-12-20 13:00:00 \N \N \N \N \N 3417 t
+8452 59001 Gogglebox eng Britain's favourite opinionated viewers on Casino Royale, Catchphrase, The Missing, Nigellissima, Morecambe & Wise, The X Factor and the News. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 00:05:00 2014-12-23 01:00:00 \N \N \N S \N 21199 t
+8452 58708 NFL eng The American Football Show Vernon Kay presents the top moments from the best games of Week 16 of the NFL. Nat Coombs is on hand with analysis and media reaction from across the pond. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N S \N 21200 t
+8452 58709 The Tree of Life eng \N Terrence Malick's visionary drama puts a man's midlife doubts in the context of the origins, evolution and meaning of life on Earth. With Brad Pitt, Sean Penn and Jessica Chastain. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-23 02:55:00 2014-12-23 05:15:00 \N \N 2011 S \N 21202 t
+41008 58708 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N \N \N 21308 t
+41008 58709 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-23 02:55:00 2014-12-23 05:15:00 \N \N \N \N \N 21310 t
+14372 9072 Under 10 Day with Andrea eng \N Andrea is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:00:00 \N \N \N \N \N 18630 t
+14372 9073 Under 10 Day with Andrea eng \N Andrea is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 07:00:00 2014-12-19 08:00:00 \N \N \N \N \N 18631 t
+14372 9074 Deal of the Day with Andrea eng \N It's that time of the day again when we bring you our hottest deal. With limited stocks and an unbelievable price, you'll have to be quick to get your hands on this must-have item. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 08:00:00 2014-12-19 09:00:00 \N \N \N \N \N 18632 t
+4736 62704 This Week eng \N Andrew Neil reviews the political year with Diane Abbott, Michael Portillo, Charles Kennedy and Tony Parsons. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 22:15:00 2014-12-19 23:00:00 \N \N \N \N \N 3209 t
+6720 64421 Fearne Cotton eng \N Fearne has some classic Christmas Live Lounge action courtesy of Michael Buble. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 10:00:00 2014-12-23 12:45:00 \N \N \N \N \N 3989 t
+27712 21863 The Stream eng On The Stream discusses the cost of higher education in Europe. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-19 04:30:00 2014-12-19 05:00:00 \N \N \N \N \N 12853 t
+41008 58610 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 06:35:00 2014-12-19 07:20:00 \N \N \N \N \N 15243 t
+6912 54642 Farming Today eng \N The latest news about food, farming and the countryside. Presented by Charlotte Smith. As Defra releases the badger cull figures, we ask how successful the operation was. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 05:45:00 2014-12-19 05:58:00 \N \N \N \N \N 5142 t
+5888 51998 A.Dot eng \N It's Mariah Carey v Destiny's Child, plus a #Trashbag Christmas special! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 16:00:00 2014-12-20 19:00:00 \N \N \N \N \N 4136 t
+6784 51806 Jamie Cullum eng \N Jamie Cullum plays an hour of jazz music ranging from its heritage to its future. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:00:00 \N \N \N \N \N 6097 t
+6912 54971 Loose Ends eng \N Clive Anderson is joined by Nikki Bedi, David Jason, Jennifer Saunders, Joan Bakewell and Clive Rowe for conversation, music and comedy. With music from Johnny Sly and Annie Eve. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 18:15:00 2014-12-20 19:00:00 \N \N \N \N \N 3008 t
+5888 52031 Cameo eng \N Cameo digs out the hottest freestyles from 2014 with the Best of Gimme Grime! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 22:00:00 2014-12-24 01:00:00 \N \N \N \N \N 7179 t
+8442 55754 Kirstie's Crafty Christmas eng \N Christmas is Kirstie Allsopp's favourite time of the year. In this craft-filled show, she shares her festive fast-track guide to ensuring the big day goes with a bang. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 08:55:00 2014-12-19 10:00:00 \N \N \N S \N 18468 t
+4288 41809 Family Guy eng One If by Clam, Two If by Sea Animated comedy about family life. After the Drunken Clam is destroyed by fire, Peter and his friends are framed for the crime. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-20 23:50:00 2014-12-21 00:15:00 4 22 \N S \N 6426 t
+4352 53297 HARDtalk eng \N Interviews with newsmakers and personalities from across the globe. Stephen Sackur looks back at some of the most compelling conversations of 2014. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 04:30:00 2014-12-24 05:00:00 \N \N \N S \N 181 t
+15856 3420 Home Shopping with JML eng \N JML - where you can find a whole range of innovative products designed to make your everyday easier. From kitchen to DIY, fitness to cleaning, there's something for everyone. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 06:00:00 2014-12-19 09:00:00 \N \N \N \N \N 23553 t
+5760 59350 Stuart Maconie's Freakier Zone eng \N Klara Lewis chats to Stuart about her Msuic EP, which was created by processing everyday sounds, and how she got into music via her father, Edward Graham Lewis from Wire. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 4558 t
+4352 51158 HARDtalk eng \N Yves Daccord, director general of the ICRC, talks to Stephen Sackur about whether the International Red Cross's model of scrupulously neutral intervention is broken beyond repair. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 04:30:00 2014-12-19 05:00:00 \N \N \N S \N 829 t
+5888 52000 Charlie Sloth eng \N Afrika Bambaataa drops by the studio and picks his favourite tracks for Charlie. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 22:00:00 2014-12-21 01:00:00 \N \N \N \N \N 4942 t
+4288 41810 Family Guy eng And the Wiener Is... Animated comedy. Peter gets a surprise in the shower, while Meg plots revenge after humiliation at school. Patrick Duffy guests. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-21 00:15:00 2014-12-21 00:35:00 5 22 \N S \N 897 t
+4352 53181 Click eng \N Click looks back at the year gone by. A show filled with robots, enormous self-driving mining trucks and a visit to Mars... well kind of. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 11:30:00 2014-12-21 12:00:00 \N \N \N S \N 2857 t
+6784 51679 Jeremy Vine eng \N Who are you missing this Christmas? Jeremy and guest read special messages from listeners in the final show before Christmas. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 12:00:00 2014-12-19 14:00:00 \N \N \N \N \N 1707 t
+6912 54653 You and Yours eng \N Why the Advertising Standards Authority has been asked to look at broadband adverts. Do smart meters help you save? And are German markets a good addition to Christmas traditions? \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-19 12:15:00 2014-12-19 12:57:00 \N \N \N \N \N 6181 t
+6912 54916 The Ideas That Make Us eng Bettany Hughes presents a history of influential ideas. Virtue Bettany considers virtue at a club for the English aristocracy with a former Greek minister of finance. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 13:45:00 2014-12-19 14:00:00 5 5 \N \N \N 6184 t
+14372 7981 Last Minute Christmas Ideas with Steve eng \N Join Steve as he presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 00:00:00 2014-12-21 01:00:00 \N \N \N \N \N 13477 t
+14372 7982 Last Minute Christmas Ideas with Steve eng \N Join Steve as he presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 01:00:00 2014-12-21 02:00:00 \N \N \N \N \N 13478 t
+14372 7983 Last Minute Christmas Ideas with Anna eng \N Join Anna as she presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 02:00:00 2014-12-21 03:00:00 \N \N \N \N \N 13479 t
+5888 52001 DJ Target eng \N Target has a guest mix from SYV, plus the kebabs have been ditched for a Mince Pie Club! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 01:00:00 2014-12-21 04:00:00 \N \N \N \N \N 2351 t
+5632 36210 The Friday Sports Panel eng \N George Riley is joined by Jade Jones, Tony Pulis, and Kate Richardson-Walsh to discuss the week's big issues in sport. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N \N \N 5011 t
+8384 58637 Because I Said So eng \N Romcom. A mother (Diane Keaton) who's worried that her daughter (Mandy Moore) will never get married decides to seek out potential suitors for her via the internet. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 02:40:00 2014-12-20 04:20:00 \N \N 2007 S \N 22027 t
+4736 62702 Liaison Committee eng \N Recorded coverage of Liaision Committee session with the prime minister, focusing on fracking and radicalisation, from Tuesday 16 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 09:30:00 2014-12-19 11:00:00 \N \N \N \N \N 1454 t
+27712 21870 The Stream eng On The Stream discusses the cost of higher education in Europe. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N \N \N 13905 t
+27360 18061 Rugby Tonight eng \N A round-up of the best action from the Aviva Premiership, with the latest news, some great moves and all the key moments. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-23 19:00:00 2014-12-23 20:30:00 \N \N \N S \N 13279 t
+6720 64341 Annie Mac eng \N DJ EZ has a special live Mini-Mix for Annie to help kick off the weekend. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 22:00:00 \N \N \N \N \N 3516 t
+6720 64431 Gemma Cairney eng \N Gemma has plenty of driving home for Christmas vibes! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 04:00:00 2014-12-24 06:30:00 \N \N \N \N \N 5276 t
+5888 52002 Diplo and Friends eng \N Paul Devro mixes up two hours of festive anthems and exclusives in a Christmas Special. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 04:00:00 2014-12-21 06:00:00 \N \N \N \N \N 2626 t
+6720 64406 Monki eng \N Monki rewinds Novelist's live Lights On Mix from June as she looks back on 2014. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 01:00:00 2014-12-22 04:00:00 \N \N \N \N \N 1417 t
+4352 53188 Click eng \N Click looks back at the year gone by. A show filled with robots, enormous self-driving mining trucks and a visit to Mars... well kind of. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 15:30:00 2014-12-21 16:00:00 \N \N \N S \N 3298 t
+5760 59357 Cerys on 6 eng \N Cerys Matthews brings you a selection of her favourite interviews and session from the last 12 months, including Allen Toussaint, Hozier, Bryan Ferry, Kate Adie and Jah Wobble. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 13:00:00 \N \N \N \N \N 5186 t
+8442 55755 My Big Fat Gypsy Christmas eng \N This film follows the celebrations and traditions of members of the Irish traveller community at Christmas, as well as two of the most jaw-dropping weddings ever shown. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 00:05:00 2014-12-20 01:10:00 \N \N \N AD,S \N 24127 t
+8442 55753 My Phone Sex Secrets eng \N Phone sex is one industry booming in the face of recession. This film features the women paid to talk dirty, like student and first-timer Rosa, old-hand Jenny, and Marnie the dominatrix. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 02:15:00 2014-12-20 03:20:00 \N \N \N S \N 24129 t
+15856 3350 Teleshopping eng \N Shopping from home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 01:00:00 2014-12-20 06:00:00 \N \N \N \N \N 11236 t
+5760 59359 Guy Garvey's Finest Hour eng \N Guy celebrates the winter solstice, so get yourself a hot toddy and your onesie and snuggle up with tunes from REM, Robert Plant and Lianne La Havas. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 14:00:00 2014-12-21 16:00:00 \N \N \N \N \N 5395 t
+6912 55531 Pass the Turkey Twizzlers eng \N Lucy Kellaway hosts an argumentative dinner party where all the debates are about food. Has the obsession with organic, artisan and locally sourced food gone too far? \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:45:00 \N \N \N \N \N 4827 t
+5888 52004 Nick Bright eng \N Your chance to pick the music in Nick's Request Hour. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 10:00:00 2014-12-21 13:00:00 \N \N \N \N \N 3076 t
+25728 54251 The Big Xmas Quiz eng \N Gather round and bring your brain! We have a stocking-full of Christmas trivia for quizzers everywhere, soundtracked by only the best songs of the season. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:05:00 \N \N \N \N \N 21663 t
+25728 54414 Noddy Holder's It's Christmaaas! eng \N Slade frontman Noddy Holder counts down the official top 50 festive songs of all time. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 10:05:00 2014-12-19 14:50:00 \N \N \N \N \N 21664 t
+4352 53204 Click eng \N Click looks back at the year gone by. A show filled with robots, enormous self-driving mining trucks and a visit to Mars... well kind of. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-21 22:45:00 2014-12-21 23:00:00 \N \N \N S \N 3698 t
+8385 58143 Gambit eng \N Michael Caine and Shirley MacLaine star in this comic heist caper about a cockney thief who spies the opportunity to scam an immensely wealthy tycoon (Herbert Lom). \N 2 25 f 1 eng eng 1 0 0 \N 2014-12-19 11:00:00 2014-12-19 13:10:00 \N \N 1966 S \N 23698 t
+8452 58693 Frasier eng Taps at the Montana Niles wants his apartment back but must face up to both the snooty neighbours who think he is a menace and the person who is renting from him. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:35:00 \N \N \N S \N 18317 t
+8452 58694 The Neverending Story II The Next Chapter eng Fantasy adventure The hero, Bastian (Jonathan Brandis), returns to the mysterious land of Fantasia, where he joins a mission to save the Childlike Princess. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 09:35:00 2014-12-22 11:15:00 \N \N 1990 S \N 18318 t
+8452 58695 The Big Bang Theory eng The Maternal Capacitance A disastrous visit from Leonard's mother Beverly has the unexpected side-effect of bringing Leonard and Penny closer together. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 11:15:00 2014-12-22 11:45:00 \N \N \N AD,S \N 18319 t
+8452 58696 The Big Bang Theory eng The Cushion Saturation A game of paintball leads to a squabble when Penny accidentally shoots paint at one of Sheldon's cushions. Romance blossoms between Howard and Leslie. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 11:45:00 2014-12-22 12:15:00 \N \N \N AD,S \N 18320 t
+5824 38807 Loose Ends eng \N Clive Anderson is joined by Nikki Bedi, David Jason, Jennifer Saunders, Joan Bakewell and Clive Rowe for conversation, music and comedy. With music from Johnny Sly and Annie Eve. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-23 04:15:00 2014-12-23 05:00:00 \N \N \N \N \N 5490 t
+5760 59360 Iggy Pop eng \N Iggy Pop ends his run of bespoke shows for 2014 on the theme of God and belief. He spins tracks by Bukka White, Ramones, Ohio Express and Goat. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 16:00:00 2014-12-21 18:00:00 \N \N \N \N \N 5564 t
+14372 9075 Under 10 Day with Andrea eng \N Andrea is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N \N \N 19377 t
+7168 34457 Strictly Come Dancing eng Winners' Interview Join Zoe Ball capturing all the post show excitement after the glitter comes down, for the first interview with all three runners up before congratulating this year's champions. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 21:55:00 2014-12-21 01:05:00 \N \N \N \N \N 1065 t
+5888 52042 Sian Anderson eng \N Relive some of the hottest freestyles so far from Sian's Studio, plus Flava D in the mix. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-24 22:00:00 2014-12-25 01:00:00 \N \N \N \N \N 2058 t
+8381 14947 All Stars eng \N Starring Theo Stevenson and Akai Osei-Mansfield, 2013. Two kids look to throw an ambitious dance show to save their struggling youth centre \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 10:25:00 2014-12-24 12:30:00 \N \N \N AD,S \N 24340 t
+6720 64409 Fearne Cotton eng \N Fearne rewinds one of her favourite Live Lounge performances of the year from Hozier. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 10:00:00 2014-12-22 12:45:00 \N \N \N \N \N 2257 t
+6912 55115 The Echo Chamber eng Paul Farley presents a series showcasing modern poetry. Solsticial Paul introduces a new poem for the year's midnight, Tithonus by Alice Oswald. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 16:30:00 2014-12-21 17:00:00 4 4 \N \N \N 6322 t
+5824 38772 Loose Ends eng \N Clive Anderson is joined by Nikki Bedi, David Jason, Jennifer Saunders, Joan Bakewell and Clive Rowe for conversation, music and comedy. With music from Johnny Sly and Annie Eve. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 11:15:00 2014-12-22 12:00:00 \N \N \N \N \N 4237 t
+5888 52006 DJ Target eng \N Singer KStewart is live in the studio, plus the Noticeboard is open! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 16:00:00 2014-12-21 19:00:00 \N \N \N \N \N 3482 t
+8442 56174 Kirstie's Handmade Treasures eng \N Kirstie Allsopp gets her bangers in a twist making sausages and pork pies for a competition at the Nidderdale Show in North Yorkshire. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 11:05:00 2014-12-19 11:25:00 \N \N \N S \N 19427 t
+8442 55741 Treasure Island eng \N Family adventure. Orson Welles plays Long John Silver, a mutinous ship's cook, and Kim Burfield stars as Jim Hawkins, the lad who finds the map that sparks the search for treasure. \N 0 25 f 1 eng eng 1 0 0 \N 2014-12-19 11:25:00 2014-12-19 13:25:00 \N \N 1972 S \N 19428 t
+5760 59363 Don Letts eng \N Don selects some tracks to mark the winter solstice and pays tribute to Joe Strummer by cherry-picking the reggae selections from Joe's BBC World Service series, London Calling. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-21 22:00:00 2014-12-22 00:00:00 \N \N \N \N \N 5985 t
+5760 59364 Guy Garvey's Finest Hour eng \N Guy celebrates the winter solstice, so get yourself a hot toddy and your onesie and snuggle up with tunes from REM, Robert Plant and Lianne La Havas. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 00:00:00 2014-12-22 02:00:00 \N \N \N \N \N 6195 t
+8452 58624 A Place in the Sun eng Home or Away Laura Hamilton and Jonnie Irwin help Alan and Ruth find two new properties to buy, one in Murcia, south-eastern Spain, and the other in Exeter. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 15:10:00 2014-12-19 16:10:00 \N \N \N S \N 19284 t
+8452 58625 Countdown eng \N Nick Hewer and Rachel Riley host as contestants race against the clock to pit their wits against vowels, consonants and numbers. David Baddiel is in Dictionary Corner. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 16:10:00 2014-12-19 17:00:00 \N \N \N S \N 19285 t
+8452 58626 Deal or No Deal eng \N Noel Edmonds presents the hit show in which players could win up to 250 grand. In a game-changing twist players could also double their money with Box 23 - but are they brave enough? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N AD,S \N 19286 t
+6720 64303 Zane Lowe eng \N Another chance to hear Zane in conversation with Chris Martin plus Coldplay's set from Radio 1's Big Weekend in Glasgow. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 19:00:00 2014-12-22 21:00:00 \N \N \N \N \N 2992 t
+8281 15903 Peter Andre's 60 Minute Makeover eng \N Peter Andre presents the makeover series. Today's show is a Text Santa special as John Amabile gives the Buddy Hut at Haven House Children's Hospice in Woodford Green a makeover. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 13869 t
+14372 7984 Last Minute Christmas Ideas with Anna eng \N Join Anna as she presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 03:00:00 2014-12-21 04:00:00 \N \N \N \N \N 14061 t
+14372 7985 Last Minute Christmas Ideas with Anna eng \N Join Anna as she presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 04:00:00 2014-12-21 05:00:00 \N \N \N \N \N 14062 t
+14372 7986 Last Minute Christmas Ideas with Anna eng \N Join Anna as she presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 05:00:00 2014-12-21 06:00:00 \N \N \N \N \N 14063 t
+8384 58624 A Place in the Sun eng Home or Away Laura Hamilton and Jonnie Irwin help Alan and Ruth find two new properties to buy, one in Murcia, south-eastern Spain, and the other in Exeter. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 14:10:00 2014-12-19 15:10:00 \N \N \N S \N 18288 t
+41008 58637 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-20 03:40:00 2014-12-20 05:20:00 \N \N \N \N \N 22259 t
+5888 52010 Monki eng \N Monki rewinds Novelist's live Lights On Mix from June as she looks back on 2014. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 01:00:00 2014-12-22 04:00:00 \N \N \N \N \N 4060 t
+8264 15903 Peter Andre's 60 Minute Makeover eng \N Peter Andre presents the makeover series. Today's show is a Text Santa special as John Amabile gives the Buddy Hut at Haven House Children's Hospice in Woodford Green a makeover. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 13443 t
+5824 38792 Loose Ends eng \N Clive Anderson is joined by Nikki Bedi, David Jason, Jennifer Saunders, Joan Bakewell and Clive Rowe for conversation, music and comedy. With music from Johnny Sly and Annie Eve. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 21:15:00 2014-12-22 22:00:00 \N \N \N \N \N 5086 t
+6720 64390 B.Traits eng \N Dusky take care of the Futuresonic Mix and Royksopp pick the Rave Digga Anthem. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 01:00:00 2014-12-20 04:00:00 \N \N \N \N \N 4260 t
+8442 55742 Time Team eng \N Sandi Toksvig and Liza Tarbuck join Tony Robinson and the Team as they investigate three separate sites in Canterbury. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 13:25:00 2014-12-19 14:30:00 \N \N \N S \N 20483 t
+8442 55743 Time Team eng \N Tony Robinson investigates how funerary customs have changed and evolved over thousands of years of British history, in Time Team's guide to burial. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:35:00 \N \N \N S \N 20484 t
+17664 58624 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 14:10:00 2014-12-19 15:10:00 \N \N \N \N \N 16651 t
+8283 15903 Peter Andre's 60 Minute Makeover eng \N Peter Andre presents the makeover series. Today's show is a Text Santa special as John Amabile gives the Buddy Hut at Haven House Children's Hospice in Woodford Green a makeover. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 14154 t
+6912 55146 Start the Week eng \N Tom Sutcliffe discusses hedonism with RSC artistic director Greg Doran, sociologist Julia Twigg, science writer Zoe Cormier and Classics lecturer Kurt Lampe. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:45:00 \N \N \N \N \N 275 t
+8452 59209 Small Animal Hospital eng \N Nico, a Japanese Akita, needs emergency treatment after colliding with his brother. And can presenter John Barrowman help fat cat Oscar shed some of his unwanted pounds? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-23 06:55:00 2014-12-23 07:20:00 \N \N \N S \N 22322 t
+17609 19456 eng \N \N \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 14523 t
+41008 58626 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 18245 t
+8452 58697 The Simpsons eng Homer and Lisa Exchange Cross Words Lisa finds that she has a knack for doing crosswords and enters a tournament, where Homer thinks he can make money by betting she will lose. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 12:15:00 2014-12-22 12:50:00 \N \N \N AD,S \N 18887 t
+41008 59209 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-23 06:55:00 2014-12-23 07:20:00 \N \N \N \N \N 22432 t
+14372 9076 Under 10 Day with Steve eng \N Steve is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 20109 t
+20352 58143 Gambit eng \N \N \N 2 25 f 1 eng eng 1 0 0 \N 2014-12-19 12:00:00 2014-12-19 14:10:00 \N \N \N \N \N 22298 t
+8384 58640 Phil Spencer eng Secret Agent In Warrington, Phil helps Pauline and Alan Jacks, and Colin Brunold, find house buyers in a town that is a bit of a dark horse in terms of property values. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 05:15:00 2014-12-20 06:10:00 \N \N \N AD,S \N 22819 t
+27712 21879 The Stream eng On The Stream discusses the cost of higher education in Europe. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N \N \N 15707 t
+8381 14948 Horrid Henry eng The Movie Children's comedy starring Anjelica Huston and Parminder Nagra, 2011. Can Horrid Henry save the school he always claimed to hate? \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 12:30:00 2014-12-24 14:20:00 \N \N \N AD,S \N 114 t
+5952 53403 Gagan Grewal eng \N Your perfect musical breakfast. Gagan plays all the hits from the 1990s, plus his album of the week is Sadak. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 06:00:00 2014-12-20 10:00:00 \N \N \N \N \N 3255 t
+4352 51191 Click eng \N Click looks back at the year gone by. A show filled with robots, enormous self-driving mining trucks and a visit to Mars... well kind of. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 01:30:00 2014-12-20 02:00:00 \N \N \N S \N 3788 t
+4352 58095 HARDtalk eng \N Yves Daccord, director general of the ICRC, talks to Stephen Sackur about whether the International Red Cross's model of scrupulously neutral intervention is broken beyond repair. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-20 02:30:00 2014-12-20 03:00:00 \N \N \N S \N 3790 t
+8274 15903 Peter Andre's 60 Minute Makeover eng \N Peter Andre presents the makeover series. Today's show is a Text Santa special as John Amabile gives the Buddy Hut at Haven House Children's Hospice in Woodford Green a makeover. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 13464 t
+15856 3338 Jerseylicious eng Top Ten Most Fan-Tastic Moments Reality series. After three seasons of hair-raising drama, we count down the top ten moments as voted by the show's most hardcore fans. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 13:00:00 2014-12-19 14:00:00 \N \N \N \N \N 2712 t
+15856 3339 Jerseylicious eng You're Fired, Now What? Reality series. The fourth season begins with Olivia agreeing to do hair to help out a diminished Gatsby staff. Gigi and Tracy deal with being fired. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 2713 t
+4352 51195 Click eng \N Click looks back at the year gone by. A show filled with robots, enormous self-driving mining trucks and a visit to Mars... well kind of. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 03:30:00 2014-12-20 03:45:00 \N \N \N S \N 4065 t
+17664 58640 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 05:15:00 2014-12-20 06:10:00 \N \N \N \N \N 21141 t
+8267 15903 Peter Andre's 60 Minute Makeover eng \N Peter Andre presents the makeover series. Today's show is a Text Santa special as John Amabile gives the Buddy Hut at Haven House Children's Hospice in Woodford Green a makeover. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 13157 t
+6912 55173 Start the Week eng \N Tom Sutcliffe discusses hedonism with RSC artistic director Greg Doran, sociologist Julia Twigg, science writer Zoe Cormier and Classics lecturer Kurt Lampe. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-22 21:30:00 2014-12-22 21:58:00 \N \N \N \N \N 1403 t
+8452 58627 Come Dine with Me eng \N It's the final day in Milton Keynes and competitive salesman Simon feels his fine dining will impress this critical bunch. But will he be derailed by the cheap jabs in store? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N S \N 20038 t
+8452 58628 Coach Trip eng \N On the final day of the trip the coach drives to Copenhagen. Brendan adds a bit of jazz to proceedings with a scat singing competition before the group celebrate their last afternoon. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N S \N 20039 t
+8452 58629 The Simpsons eng Bart the Mother When Bart accidentally kills a mother bird, he feels so guilty that he raises her eggs as his own. But when the eggs hatch, a shock awaits him. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N AD,S \N 20040 t
+8452 58630 Hollyoaks eng \N Dodger is trapped in a Christmas nightmare, while Sienna is delighted to have her family by her side. Phoebe drops a bombshell on Robbie, and Nancy leans on Rick for the wrong kind of help. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N AD,S \N 20041 t
+8452 58631 Channel 4 News eng \N Includes sport and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N S \N 20042 t
+5632 36218 The Danny Baker Show eng \N Actor and comic Johnny Vegas is Danny Baker's studio guest. British yacht racer Alex Thomson does the sausage sandwich game. Lynsey Hipgrave has listeners' stories. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 09:00:00 2014-12-20 11:00:00 \N \N \N \N \N 171 t
+5632 36219 Fighting Talk eng \N Josh Widdicombe is judge and jury as Jo Caulfield, Tom Watt, Bob Mills and Thom Gibbs fight for punditry points whilst discussing the sporting stories of the week. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N \N \N 172 t
+14372 9077 Under 10 Day with Steve eng \N Steve is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 21632 t
+6016 40501 Science in Action eng \N A weekly look at science stories in and behind the news from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 00:32:00 2014-12-26 01:00:00 \N \N \N \N \N 2606265 t
+14372 9078 Under 10 Day with Steve eng \N Steve is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 21633 t
+14372 9079 Under 10 Day with Steve eng \N Steve is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 17:00:00 2014-12-19 18:00:00 \N \N \N \N \N 21634 t
+8384 58625 Countdown eng \N Nick Hewer and Rachel Riley host as contestants race against the clock to pit their wits against vowels, consonants and numbers. David Baddiel is in Dictionary Corner. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 15:10:00 2014-12-19 16:00:00 \N \N \N S \N 19023 t
+8384 58626 Deal or No Deal eng \N Noel Edmonds presents the hit show in which players could win up to 250 grand. In a game-changing twist players could also double their money with Box 23 - but are they brave enough? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N AD,S \N 19024 t
+8384 58627 Come Dine with Me eng \N It's the final day in Milton Keynes and competitive salesman Simon feels his fine dining will impress this critical bunch. But will he be derailed by the cheap jabs in store? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N S \N 19025 t
+8384 58628 Coach Trip eng \N On the final day of the trip the coach drives to Copenhagen. Brendan adds a bit of jazz to proceedings with a scat singing competition before the group celebrate their last afternoon. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N S \N 19026 t
+27712 21924 Listening Post eng The Sydney siege How not to cover breaking news. Plus: an interview with _Rogue Reporter_ Rich Peppiatt. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 19:30:00 2014-12-20 20:00:00 \N \N \N \N \N 1377 t
+41008 58624 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 15:10:00 2014-12-19 16:10:00 \N \N \N \N \N 18243 t
+41008 58625 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 16:10:00 2014-12-19 17:00:00 \N \N \N \N \N 18244 t
+6720 64397 Charlie Sloth eng \N Afrika Bambaataa drops by the studio and picks his favourite tracks for Charlie. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-20 22:00:00 2014-12-21 01:00:00 \N \N \N \N \N 6677 t
+4352 53139 Click eng \N Click looks back at the year gone by. A show filled with robots, enormous self-driving mining trucks and a visit to Mars... well kind of. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 12:30:00 2014-12-20 13:00:00 \N \N \N S \N 5323 t
+8442 55745 A Place in the Sun eng Home or Away Jonnie Irwin and Jasmine Harman help Spencer and Paul decide between moving to Sitges in Spain, or staying in Lancashire and keeping an eye on Spencer's decorating business. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 16:40:00 2014-12-19 17:45:00 \N \N \N S \N 21279 t
+8442 55746 A Place in the Sun eng Winter Sun Clive and Carol hope to swap their family home in Romford for a piece of paradise by relocating to property hotspot St Lucia in the Caribbean. Jasmine Harman is on hand to help them. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 17:45:00 2014-12-19 18:50:00 \N \N \N S \N 21280 t
+8381 14664 Peter Andre's 60 Minute Makeover eng \N Peter Andre presents the makeover series. Today's show is a Text Santa special as John Amabile gives the Buddy Hut at Haven House Children's Hospice in Woodford Green a makeover. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 15770 t
+15856 3340 Jerseylicious eng Mazel Tough Reality series. Olivia gets overwhelmed running two events on her own. One of the stylists questions her career after a Glam Fairy photo shoot. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 15:00:00 2014-12-19 16:00:00 \N \N \N \N \N 6648 t
+17664 58625 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 15:10:00 2014-12-19 16:00:00 \N \N \N \N \N 17436 t
+17664 58626 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N \N \N 17437 t
+17664 58627 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N \N \N 17438 t
+17664 58628 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N \N \N 17439 t
+8452 58632 Marvel's Agents of S.H.I.E.L.D. eng Ye Who Enter Here S.H.I.E.L.D. discovers the ancient city before Hydra, but revealing its secrets may require one of Coulson's team of agents to make the ultimate sacrifice. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N AD,S \N 21500 t
+8452 58633 Gogglebox eng Britain's favourite opinionated viewers on Casino Royale, Catchphrase, The Missing, Nigellissima, Morecambe & Wise, The X Factor and the News. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N S \N 21501 t
+14372 7987 Last Minute Christmas Ideas with Derek G eng \N Join Derek as he presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 06:00:00 2014-12-21 07:00:00 \N \N \N \N \N 14528 t
+14372 7988 Last Minute Christmas Ideas with Derek G eng \N Join Derek as he presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 07:00:00 2014-12-21 08:00:00 \N \N \N \N \N 14529 t
+14372 7989 Deal of the Day with Derek G eng \N It's that time of the day again when we bring you our hottest deal. With limited stocks and an unbelievable price, you'll have to be quick to get your hands on this must-have item. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 08:00:00 2014-12-21 09:00:00 \N \N \N \N \N 14530 t
+8384 58629 The Simpsons eng Bart the Mother When Bart accidentally kills a mother bird, he feels so guilty that he raises her eggs as his own. But when the eggs hatch, a shock awaits him. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N AD,S \N 19841 t
+8384 58630 Hollyoaks eng \N Dodger is trapped in a Christmas nightmare, while Sienna is delighted to have her family by her side. Phoebe drops a bombshell on Robbie, and Nancy leans on Rick for the wrong kind of help. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N AD,S \N 19842 t
+8384 58631 Channel 4 News eng \N Includes sport and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N S \N 19843 t
+8384 58632 Marvel's Agents of S.H.I.E.L.D. eng Ye Who Enter Here S.H.I.E.L.D. discovers the ancient city before Hydra, but revealing its secrets may require one of Coulson's team of agents to make the ultimate sacrifice. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N AD,S \N 19844 t
+41008 58640 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 06:15:00 2014-12-20 07:10:00 \N \N \N \N \N 22948 t
+8452 58999 A Place in the Sun eng Home or Away Lisa and Stuart Newby are torn between a holiday home for their family on Yorkshire's dinosaur coast or the Costa Granadina in Spain. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 15:10:00 2014-12-22 16:10:00 \N \N \N S \N 19413 t
+8452 58699 Countdown eng In the second of three special episodes, two senior female players return to the show Priscilla Munday v Eileen Taylor, with guest Arlene Phillips in Dictionary Corner. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 16:10:00 2014-12-22 17:00:00 \N \N \N S \N 19414 t
+8452 58700 Deal or No Deal eng Merry Christmas Snow is falling and sleigh bells are ringing, meaning only one thing - Christmas is coming to The Dream Factory. And Christmas could come early with an opportunity to win a dream holiday. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N AD,S \N 19415 t
+41008 58627 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 19266 t
+41008 58628 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 19267 t
+41008 58629 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 19268 t
+41008 58630 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-19 19:30:00 2014-12-19 20:00:00 \N \N \N \N \N 19269 t
+41008 58631 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 19270 t
+27328 17239 Football Tonight eng \N Former Liverpool striker Stan Collymore and journalist Neil Moxley join Paul Dempsey to discuss all the latest stories from the beautiful game. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 10371 t
+8442 55747 My Big Fat Gypsy Christmas eng \N This film follows the celebrations and traditions of members of the Irish traveller community at Christmas, as well as two of the most jaw-dropping weddings ever shown. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 18:50:00 2014-12-19 19:55:00 \N \N \N AD,S \N 22558 t
+8442 55748 Grand Designs eng \N Kevin McCloud meets interior designer Kathryn, who has decided to design and build her own Scandinavian-inspired house on a hillside plot in her parents' back garden in Falmouth, Cornwall. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 19:55:00 2014-12-19 21:00:00 \N \N \N AD,S \N 22559 t
+17664 58629 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 18219 t
+17664 58630 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 18220 t
+17664 58631 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 19:00:00 2014-12-19 20:00:00 \N \N \N \N \N 18221 t
+17664 58632 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-19 20:00:00 2014-12-19 21:00:00 \N \N \N \N \N 18222 t
+14752 40826 DJ Charlesy eng \N DJ Charlesy's got the hottest tunes across the UK! Get involved on Twitter @CapitalOfficial and at CapitalFM.com \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-19 22:00:00 2014-12-20 01:00:00 \N \N \N \N \N 15394 t
+14372 9090 Under 10 Day with Derek G eng \N Derek is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 23045 t
+14372 9091 Under 10 Day with Derek G eng \N Derek is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:00:00 \N \N \N \N \N 23046 t
+8384 58633 Gogglebox eng Britain's favourite opinionated viewers on Casino Royale, Catchphrase, The Missing, Nigellissima, Morecambe & Wise, The X Factor and the News. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N S \N 21263 t
+41008 58632 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 20010 t
+41008 58633 Gogglebox eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 22:00:00 2014-12-19 23:00:00 \N \N \N \N \N 20011 t
+8442 55749 The Tourist eng \N Action thriller. A US holidaymaker in Italy (Johnny Depp) meets a beautiful, mysterious woman (Angelina Jolie). Romance seems to bud, but is she all she seems? Strong language. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-19 21:00:00 2014-12-19 23:00:00 \N \N 2010 AD,S \N 23400 t
+8442 55750 My Phone Sex Secrets eng \N Phone sex is one industry booming in the face of recession. This film features the women paid to talk dirty, like student and first-timer Rosa, old-hand Jenny, and Marnie the dominatrix. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 23:00:00 2014-12-20 00:05:00 \N \N \N S \N 23401 t
+15856 3349 Jerseylicious eng Top Ten Most Fan-Tastic Moments Reality series. After three seasons of hair-raising drama, we count down the top ten moments as voted by the show's most hardcore fans. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 23:55:00 2014-12-20 01:00:00 \N \N \N \N \N 10399 t
+17664 58633 Gogglebox eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-19 21:00:00 2014-12-19 22:00:00 \N \N \N \N \N 19219 t
+25728 54419 Shooter eng \N Thriller about an ex-Marine coaxed back into action to try to foil a hit on the President. However, the shooting goes ahead and he finds himself implicated in the crime. \N 0 25 f 3 eng eng 1 0 0 \N 2014-12-19 21:00:00 2014-12-19 23:45:00 \N \N 2007 S \N 2844 t
+25728 54420 Jackass 2.5 eng \N Johnny Knoxville, Bam Margera and friends push back the limits of safety and taste in performing mad pranks in this supplement to their adventures in Jackass 2. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-19 23:45:00 2014-12-20 01:10:00 \N \N 2007 \N \N 2845 t
+8452 58609 Phil Spencer eng Secret Agent Phil visits two very different properties, a three-bed home in one of Edinburgh's poshest postcodes, and a bungalow on the north Ayrshire coast. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 05:40:00 2014-12-19 06:35:00 \N \N \N AD,S,SL \N 15275 t
+4169 49741 Skiing Weatherview eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 00:25:00 2014-12-19 00:30:00 \N \N \N S \N 6449 t
+4169 49742 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 00:30:00 2014-12-19 06:00:00 \N \N \N S \N 6450 t
+14372 7990 Last Minute Christmas Ideas with Derek G eng \N Join Derek as he presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 15079 t
+14372 7991 Last Minute Christmas Ideas with Chloe eng \N Join Chloe as she presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 10:00:00 2014-12-21 11:00:00 \N \N \N \N \N 15080 t
+14372 7968 One to Own with Chloe eng \N If you're looking for that 'special certain something', then look no further. Chloe has just the thing for you as she presents today's must-have items. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 11:00:00 2014-12-21 12:00:00 \N \N \N \N \N 15081 t
+4168 49741 Skiing Weatherview eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 00:25:00 2014-12-19 00:30:00 \N \N \N S \N 6231 t
+4168 49742 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 00:30:00 2014-12-19 06:00:00 \N \N \N S \N 6232 t
+17540 49741 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 00:25:00 2014-12-19 00:30:00 \N \N \N \N \N 8647 t
+17540 49742 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-19 00:30:00 2014-12-19 06:00:00 \N \N \N \N \N 8648 t
+4175 49741 Skiing Weatherview eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 00:25:00 2014-12-19 00:30:00 \N \N \N S \N 7603 t
+4175 49742 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 00:30:00 2014-12-19 06:00:00 \N \N \N S \N 7604 t
+8452 58701 Come Dine with Me Christmas Special eng Festive celebrity special featuring singer Jona Lewie, Maizie Williams of Boney M, singer VV Brown, DJ Toby Anstis, a ride on a camel and some saucy gifts from secret Santa \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N S \N 19969 t
+8452 58703 Hollyoaks eng \N Sienna's lies fail to allay Theresa's suspicions about Dodger's whereabouts. Rick manipulates those around him to get what he wants and upsets Robbie in the process. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N AD,S \N 19971 t
+8452 58704 Channel 4 News eng \N Includes sport and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N S \N 19972 t
+14372 9068 Under 10 Day with Anna eng \N Anna is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 02:00:00 2014-12-19 03:00:00 \N \N \N \N \N 16924 t
+4166 49741 Skiing Weatherview eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 00:25:00 2014-12-19 00:30:00 \N \N \N S \N 8374 t
+4166 49742 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 00:30:00 2014-12-19 06:00:00 \N \N \N S \N 8375 t
+40960 53359 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:30:00 \N \N \N \N \N 2606787 t
+16032 41855 All Stars eng \N Starring Theo Stevenson and Akai Osei-Mansfield, 2013. Two kids look to throw an ambitious dance show to save their struggling youth centre \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-20 09:25:00 2014-12-20 11:25:00 \N \N \N AD,S \N 22499 t
+25728 54421 Jackass eng \N Hilarious stunts and high jinks from the Jackass team. Johnny and Jeff duke it out with boxing gloves in a sports shop and Steve-O gets all his body hair waxed. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 01:10:00 2014-12-20 01:35:00 \N \N \N \N \N 6552 t
+25728 54422 Jackass eng \N Hilarious antics and stunts with the Jackass team. Johnny gets pelted with paintballs for his Rolling Stone cover shoot and Bam leaps off a bridge with a patio umbrella. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 01:35:00 2014-12-20 02:05:00 \N \N \N \N \N 6553 t
+25728 54423 Jackass eng \N Hilarious stunts and high jinks with the Jackass team. Johnny gets blasted into a wall by a fire truck hose and the Jackass cast successfully revisits the Human Slingshot idea. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 02:05:00 2014-12-20 02:35:00 \N \N \N \N \N 6554 t
+8452 58610 Countdown eng \N Nick Hewer and Rachel Riley host as contestants race against the clock to pit their wits against vowels, consonants and numbers. David Baddiel is in Dictionary Corner. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 06:35:00 2014-12-19 07:20:00 \N \N \N S \N 16787 t
+14372 7969 Last Minute Christmas Ideas with Chloe eng \N Join Chloe as she presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 12:00:00 2014-12-21 13:00:00 \N \N \N \N \N 15721 t
+14372 7970 Last Minute Christmas Ideas with Chloe eng \N Join Chloe as she presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 15722 t
+14372 7971 Last Minute Christmas Ideas with Gemma eng \N Join Gemma as she presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 14:00:00 2014-12-21 15:00:00 \N \N \N \N \N 15723 t
+8384 58609 Phil Spencer eng Secret Agent Phil visits two very different properties, a three-bed home in one of Edinburgh's poshest postcodes, and a bungalow on the north Ayrshire coast. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-19 04:40:00 2014-12-19 05:35:00 \N \N \N AD,S,SL \N 15039 t
+8384 58610 Countdown eng \N Nick Hewer and Rachel Riley host as contestants race against the clock to pit their wits against vowels, consonants and numbers. David Baddiel is in Dictionary Corner. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 05:35:00 2014-12-19 06:20:00 \N \N \N S \N 15040 t
+27360 18251 BT Sport Films - Football Outposts eng Europe Following his journey around the British Isles, author and ex-EastEnders star Tom Watt now ventures across Europe to visit football outposts from the Faroe Islands to Kazakhstan. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N S \N 16111 t
+25664 55737 8 Out of 10 Cats eng Xmas Special! The comedy panel show's cracking Christmas special, hosted by Jimmy Carr. Team captains Sean Lock and Jon Richardson are joined by Jedward, Micky Flanagan, Liza Tarbuck and Greg Davies. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N S \N 9559 t
+25664 55738 8 Out Of 10 Cats eng Xmas Special! Jimmy Carr hosts a Christmas edition of the show. Featuring special guests Jack Dee, Lorraine Kelly, Josie Long and Christopher Biggins, led by captains Sean Lock and Jason Manford. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-21 22:00:00 2014-12-21 22:50:00 \N \N \N S \N 9560 t
+25664 55739 Club Kids eng New York The Hamptons is the place to be Memorial Day weekend. Matt crashes the Kool Kidz' mansion, and punches get thrown. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 22:50:00 2014-12-21 23:20:00 \N \N \N \N \N 9561 t
+25664 55740 Club Kids eng New York Isaiah and his crew are made an offer they can't refuse in Las Vegas. They bring Rockstar Charlie along for the ride, but can he be controlled? \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 23:20:00 2014-12-21 23:50:00 \N \N \N \N \N 9562 t
+25664 55741 100 Degrees Below Zero eng \N 4Music premiere. Volcanic eruptions cause an enormous ash cloud to block out the sun over Europe, resulting in a deadly temperature drop. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 23:50:00 2014-12-22 01:30:00 \N \N 2013 \N \N 9563 t
+8385 58187 Anastasia eng \N Animated drama. When the Russian royal family is murdered, the sole surviving child is separated from her grandmother. But, later, conmen try to cash in on the reward for her return. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:50:00 \N \N 1997 S \N 13340 t
+8452 59147 Gadget Man's Guide to Christmas eng \N Richard Ayoade presents an indispensable guide to improving Christmas with gadgets that help you shop, wrap presents, beat the weather, improve your carol singing and even cook the dinner. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N S \N 20628 t
+8452 59148 Food Unwrapped's Christmas Dinner eng \N Jimmy, Kate and Matt find out the truth about festive food. Why is farmed salmon pink? Can you eat frankincense? Is the gold in drinks real gold? Can you grow a chicken as big as a turkey? \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N S \N 20629 t
+14372 9069 Under 10 Day with Anna eng \N Anna is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 03:00:00 2014-12-19 04:00:00 \N \N \N \N \N 17609 t
+14372 9070 Under 10 Day with Anna eng \N Anna is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 04:00:00 2014-12-19 05:00:00 \N \N \N \N \N 17610 t
+14372 9071 Under 10 Day with Anna eng \N Anna is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 05:00:00 2014-12-19 06:00:00 \N \N \N \N \N 17611 t
+41008 58609 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-19 05:40:00 2014-12-19 06:35:00 \N \N \N \N \N 14450 t
+12992 30799 Fighter Attack eng \N World War II drama starring Sterling Hayden and Joy Page. A fighter pilot recalls his adventures in Corsica through a series of flashbacks. \N 0 25 f 3 eng eng 8 0 0 \N 2014-12-20 15:40:00 2014-12-20 16:20:00 \N \N 1953 S \N 12942 t
+12992 31127 Fighter Attack eng \N World War II drama starring Sterling Hayden and Joy Page. A fighter pilot recalls his adventures in Corsica through a series of flashbacks. \N 0 25 f 3 eng eng 8 0 0 \N 2014-12-20 16:25:00 2014-12-20 17:25:00 \N \N 1953 S \N 12944 t
+14372 7972 Last Minute Christmas Ideas with Gemma eng \N Join Gemma as she presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 15:00:00 2014-12-21 16:00:00 \N \N \N \N \N 16405 t
+14372 7973 Last Minute Christmas Ideas with Gemma eng \N Join Gemma as she presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 16:00:00 2014-12-21 17:00:00 \N \N \N \N \N 16406 t
+14372 7974 Last Minute Christmas Ideas with Gemma eng \N Join Gemma as she presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 17:00:00 2014-12-21 18:00:00 \N \N \N \N \N 16407 t
+20352 58187 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:50:00 \N \N \N \N \N 12099 t
+25664 55742 8 Out of 10 Cats Uncut eng \N An extended edition of the comedy panel show hosted by comedian Jimmy Carr. Team captains Sean Lock and Jon Richardson thrash out the hot stories of the week. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 01:30:00 2014-12-22 02:15:00 \N \N \N S \N 10504 t
+27712 22055 Listening Post eng The Sydney siege How not to cover breaking news. Plus: an interview with _Rogue Reporter_ Rich Peppiatt. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-24 05:30:00 2014-12-24 06:00:00 \N \N \N \N \N 13051 t
+14372 7975 Last Minute Christmas Ideas with Cris eng \N Join Cris as he presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 18:00:00 2014-12-21 19:00:00 \N \N \N \N \N 17005 t
+14372 7976 Last Minute Christmas Ideas with Cris eng \N Join Cris as he presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 19:00:00 2014-12-21 20:00:00 \N \N \N \N \N 17006 t
+14372 7977 Last Minute Christmas Ideas with Cris eng \N Join Cris as he presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 20:00:00 2014-12-21 21:00:00 \N \N \N \N \N 17007 t
+8452 58637 Because I Said So eng \N Romcom. A mother (Diane Keaton) who's worried that her daughter (Mandy Moore) will never get married decides to seek out potential suitors for her via the internet. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-20 03:40:00 2014-12-20 05:20:00 \N \N 2007 S \N 22968 t
+14372 7978 Last Minute Christmas Ideas with Cris eng \N Join Cris as he presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 17461 t
+14372 7979 Last Minute Christmas Ideas with Steve eng \N Join Steve as he presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 17462 t
+14372 7980 Last Minute Christmas Ideas with Steve eng \N Join Steve as he presents a stunning range of jewellery at great value prices. With Christmas fast approaching, these are the last minute deals you've been waiting for! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 23:00:00 2014-12-22 00:00:00 \N \N \N \N \N 17463 t
+8452 58640 Phil Spencer eng Secret Agent In Warrington, Phil helps Pauline and Alan Jacks, and Colin Brunold, find house buyers in a town that is a bit of a dark horse in terms of property values. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-20 06:15:00 2014-12-20 07:10:00 \N \N \N AD,S \N 23925 t
+27712 21953 Listening Post eng The Sydney siege How not to cover breaking news. Plus: an interview with _Rogue Reporter_ Rich Peppiatt. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 14:30:00 2014-12-21 15:00:00 \N \N \N \N \N 19065 t
+14372 8103 Under 10 Day with Anna eng \N Anna is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 02:00:00 2014-12-22 03:00:00 \N \N \N \N \N 18025 t
+8385 58194 Naked eng Mike Leigh's drama stars David Thewlis as a Mancunian whose trip to London to visit his ex takes a dark turn. Adults only very strong language/sexual violence from the start. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-21 01:15:00 2014-12-21 03:55:00 \N \N 1993 S \N 12119 t
+14372 8104 Under 10 Day with Anna eng \N Anna is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 03:00:00 2014-12-22 04:00:00 \N \N \N \N \N 18536 t
+14372 8105 Under 10 Day with Anna eng \N Anna is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 04:00:00 2014-12-22 05:00:00 \N \N \N \N \N 18537 t
+14372 8106 Under 10 Day with Anna eng \N Anna is on hand to take you through a beautiful array of jewellery and accessories to suit any occasion, and the best part - everything today is under 10 (inc. VAT/exc. P&P). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 05:00:00 2014-12-22 06:00:00 \N \N \N \N \N 18538 t
+17920 41809 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-20 23:50:00 2014-12-21 00:15:00 \N \N \N \N \N 17128 t
+17920 41810 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-21 00:15:00 2014-12-21 00:35:00 \N \N \N \N \N 17176 t
+27712 21974 Listening Post eng The Sydney siege How not to cover breaking news. Plus: an interview with _Rogue Reporter_ Rich Peppiatt. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-22 04:30:00 2014-12-22 05:00:00 \N \N \N \N \N 21965 t
+27328 17293 Football Tonight eng \N Former England star Michael Owen, Darren Fletcher and Jacqui Oatley join James Richardson to debate all the latest news from the beautiful game. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 11447 t
+27328 17294 Rugby Tonight eng \N A round-up of the best action from the Aviva Premiership, with the latest news, some great moves and all the key moments. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:30:00 \N \N \N S \N 11448 t
+27328 17306 SportsHUB eng \N Natalie Quirk has a comprehensive round-up of all the latest sports news. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 07:00:00 2014-12-23 07:15:00 \N \N \N \N \N 13612 t
+27328 17311 SportsHUB eng \N Natalie Quirk has a comprehensive round-up of all the latest sports news. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 09:45:00 2014-12-23 10:00:00 \N \N \N \N \N 14137 t
+27328 17314 SportsHUB eng \N Natalie Quirk has a comprehensive round-up of all the latest sports news. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-23 11:45:00 2014-12-23 12:00:00 \N \N \N \N \N 14181 t
+27328 17295 Football Tonight eng \N Ex-Celtic manager Liam Brady and journalists Jason Burt and Jacqui Oatley join James Richardson to take a look at all the latest stories from the beautiful game. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 21:30:00 2014-12-22 22:00:00 \N \N \N \N \N 12101 t
+27328 17296 SportsHUB eng \N Natalie Quirk has a comprehensive round-up of all the latest sports news. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 22:00:00 2014-12-22 22:15:00 \N \N \N \N \N 12102 t
+27328 17299 SportsHUB eng \N Natalie Quirk has a comprehensive round-up of all the latest sports news. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-22 23:45:00 2014-12-23 00:00:00 \N \N \N \N \N 12105 t
+8381 14682 This is ITV1+1 eng \N This is ITV1+1 \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 02:25:00 2014-12-20 04:00:00 \N \N \N \N \N 18751 t
+17664 58692 eng \N \N \N \N \N \N \N \N eng 0 0 0 \N 2014-12-22 07:35:00 2014-12-22 08:00:00 \N \N \N \N \N 17506 t
+17664 58693 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:35:00 \N \N \N \N \N 17507 t
+8500 5902 SuperCasino eng \N Live interactive gaming featuring roulette, blackjack and autowheel. For more information and to register visit www.SuperCasino.com. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-24 01:15:00 2014-12-24 04:00:00 \N \N \N \N \N 14487 t
+17664 58694 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-22 08:35:00 2014-12-22 10:15:00 \N \N \N \N \N 17508 t
+14372 7957 Multi-Buy Saturday with Derek G eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 00:00:00 2014-12-20 01:00:00 \N \N \N \N \N 24044 t
+14372 7958 Multi-Buy Saturday with Derek G eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 01:00:00 2014-12-20 02:00:00 \N \N \N \N \N 24045 t
+8274 22757 All Stars eng \N Starring Theo Stevenson and Akai Osei-Mansfield, 2013. Two kids look to throw an ambitious dance show to save their struggling youth centre \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 09:25:00 2014-12-24 11:30:00 \N \N \N AD,S \N 22789 t
+14372 7959 Multi-Buy Saturday with Anna eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 02:00:00 2014-12-20 03:00:00 \N \N \N \N \N 24046 t
+14372 7960 Multi-Buy Saturday with Anna eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 03:00:00 2014-12-20 04:00:00 \N \N \N \N \N 1289 t
+14372 7961 Multi-Buy Saturday with Anna eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 04:00:00 2014-12-20 05:00:00 \N \N \N \N \N 1290 t
+14372 7962 Multi-Buy Saturday with Anna eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 05:00:00 2014-12-20 06:00:00 \N \N \N \N \N 1292 t
+15856 3480 Peter Andre's 60 Minute Makeover eng \N Home makeover series. Peter helps Ben Hillman and the makeover team transform the bedroom and bathroom of foster carers Barbara and Michael, whose home is full of children. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 04:55:00 2014-12-22 05:40:00 \N \N \N S \N 24873 t
+8384 58689 The King of Queens eng Flower Power Doug desperately tries but fails to be romantic. And Arthur is called up for jury duty. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 06:20:00 2014-12-22 06:45:00 \N \N \N S \N 17448 t
+14372 7963 Multi-Buy Saturday with Stacey eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N \N \N 4598 t
+14372 7964 Multi-Buy Saturday with Stacey eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 07:00:00 2014-12-20 08:00:00 \N \N \N \N \N 4599 t
+14372 7965 Deal of the Day with Stacey eng \N It's that time of the day again when we bring you our hottest deal. With limited stocks and an unbelievable price, you'll have to be quick to get your hands on this must-have item. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 08:00:00 2014-12-20 09:00:00 \N \N \N \N \N 4600 t
+8384 58690 The King of Queens eng Whine Country When she ends up on a holiday of Doug's choosing, Carrie makes sure he'll be as miserable as her by inviting Arthur along... \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 06:45:00 2014-12-22 07:10:00 \N \N \N S \N 17449 t
+8384 58691 Everybody Loves Raymond eng Season's Greetings Marie is jealous when she receives a letter from a relative saying how wonderful her life is. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 07:10:00 2014-12-22 07:35:00 \N \N \N S \N 17450 t
+8384 58692 Frasier eng Dinner Party Frasier and Niles decide to throw a dinner party but can't agree on who they should invite. \N 0 25 f 3 eng eng 0 0 0 \N 2014-12-22 07:35:00 2014-12-22 08:00:00 \N \N \N S \N 17451 t
+8384 58693 Frasier eng Taps at the Montana Niles wants his apartment back but must face up to both the snooty neighbours who think he is a menace and the person who is renting from him. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:35:00 \N \N \N S \N 17452 t
+8384 58694 The Neverending Story II The Next Chapter eng Fantasy adventure The hero, Bastian (Jonathan Brandis), returns to the mysterious land of Fantasia, where he joins a mission to save the Childlike Princess. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-22 08:35:00 2014-12-22 10:15:00 \N \N 1990 S \N 17453 t
+41008 58689 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 07:20:00 2014-12-22 07:45:00 \N \N \N \N \N 17950 t
+41008 58690 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 07:45:00 2014-12-22 08:10:00 \N \N \N \N \N 17951 t
+41008 58691 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 08:10:00 2014-12-22 08:35:00 \N \N \N \N \N 17952 t
+41008 58692 eng \N \N \N \N \N \N \N \N eng 0 0 0 \N 2014-12-22 08:35:00 2014-12-22 09:00:00 \N \N \N \N \N 17953 t
+17664 58689 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 06:20:00 2014-12-22 06:45:00 \N \N \N \N \N 17503 t
+17664 58690 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 06:45:00 2014-12-22 07:10:00 \N \N \N \N \N 17504 t
+17664 58691 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 07:10:00 2014-12-22 07:35:00 \N \N \N \N \N 17505 t
+14372 7966 Multi-Buy Saturday with Stacey eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N \N \N 7897 t
+14372 7967 Multi-Buy Saturday with Chloe eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 10:00:00 2014-12-20 11:00:00 \N \N \N \N \N 7898 t
+14372 7944 One to Own with Chloe eng \N If you're looking for that 'special certain something', then look no further. Chloe has just the thing for you as she presents today's must-have items. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N \N \N 7899 t
+41008 58693 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 09:00:00 2014-12-22 09:35:00 \N \N \N \N \N 18407 t
+41008 58694 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-22 09:35:00 2014-12-22 11:15:00 \N \N \N \N \N 18408 t
+41008 58695 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 11:15:00 2014-12-22 11:45:00 \N \N \N \N \N 18409 t
+41008 58696 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 11:45:00 2014-12-22 12:15:00 \N \N \N \N \N 18410 t
+15856 3691 Peter Andre's 60 Minute Makeover eng \N Home makeover series. Peter helps Ben Hillman and the makeover team transform the bedroom and bathroom of foster carers Barbara and Michael, whose home is full of children. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N S \N 4706 t
+8384 58695 The Big Bang Theory eng The Maternal Capacitance A disastrous visit from Leonard's mother Beverly has the unexpected side-effect of bringing Leonard and Penny closer together. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 10:15:00 2014-12-22 10:45:00 \N \N \N AD,S \N 18006 t
+8384 58696 The Big Bang Theory eng The Cushion Saturation A game of paintball leads to a squabble when Penny accidentally shoots paint at one of Sheldon's cushions. Romance blossoms between Howard and Leslie. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 10:45:00 2014-12-22 11:15:00 \N \N \N AD,S \N 18007 t
+8384 58697 The Simpsons eng Homer and Lisa Exchange Cross Words Lisa finds that she has a knack for doing crosswords and enters a tournament, where Homer thinks he can make money by betting she will lose. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 11:15:00 2014-12-22 11:50:00 \N \N \N AD,S \N 18008 t
+17664 58695 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 10:15:00 2014-12-22 10:45:00 \N \N \N \N \N 18052 t
+17664 58696 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 10:45:00 2014-12-22 11:15:00 \N \N \N \N \N 18053 t
+17664 58697 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 11:15:00 2014-12-22 11:50:00 \N \N \N \N \N 18054 t
+12928 42128 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 17:50:00 2014-12-22 17:55:00 \N \N \N \N \N 16587 t
+14372 7945 Multi-Buy Saturday with Chloe eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 12:00:00 2014-12-20 13:00:00 \N \N \N \N \N 9401 t
+8274 12235 Horrid Henry eng The Movie Children's comedy starring Anjelica Huston and Parminder Nagra, 2011. Can Horrid Henry save the school he always claimed to hate? \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 11:30:00 2014-12-24 13:20:00 \N \N \N AD,S \N 22790 t
+14372 7946 Multi-Buy Saturday with Chloe eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N \N \N 9402 t
+14372 7947 Multi-Buy Saturday with Derek G eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 14:00:00 2014-12-20 15:00:00 \N \N \N \N \N 9403 t
+41008 58697 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 12:15:00 2014-12-22 12:50:00 \N \N \N \N \N 18978 t
+22226 3858 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 16:30:00 2014-12-22 17:00:00 \N \N \N S \N 20280 t
+22226 3868 Catchphrase eng \N Popular quiz in which contestants can win cash prizes and a dream holiday by guessing the well-known expressions and sayings represented by animated characters. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 17:30:00 \N \N \N S \N 20281 t
+17664 58999 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-22 14:10:00 2014-12-22 15:10:00 \N \N \N \N \N 18576 t
+8384 58999 A Place in the Sun eng Home or Away Lisa and Stuart Newby are torn between a holiday home for their family on Yorkshire's dinosaur coast or the Costa Granadina in Spain. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 14:10:00 2014-12-22 15:10:00 \N \N \N S \N 18527 t
+27328 17456 Rugby Tonight eng \N A round-up of the best action from the Aviva Premiership, with the latest news, some great moves and all the key moments. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-24 12:30:00 2014-12-24 14:00:00 \N \N \N S \N 19223 t
+12928 42055 Storm Night: Scariest Weather eng Storm Night Documentary looking at the huge impact extreme weather conditions can have on human life when we least expect it. Includes footage of Hurricane Sandy, freak winds and powerful torn... \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N S \N 17167 t
+14372 7948 Multi-Buy Saturday with Derek G eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 15:00:00 2014-12-20 16:00:00 \N \N \N \N \N 11010 t
+14372 7949 Multi-Buy Saturday with Derek G eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 16:00:00 2014-12-20 17:00:00 \N \N \N \N \N 11011 t
+14372 7950 Multi-Buy Saturday with Derek G eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N \N \N 11012 t
+8384 58699 Countdown eng In the second of three special episodes, two senior female players return to the show Priscilla Munday v Eileen Taylor, with guest Arlene Phillips in Dictionary Corner. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 15:10:00 2014-12-22 16:00:00 \N \N \N S \N 19038 t
+8384 58700 Deal or No Deal eng Merry Christmas Snow is falling and sleigh bells are ringing, meaning only one thing - Christmas is coming to The Dream Factory. And Christmas could come early with an opportunity to win a dream holiday. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N AD,S \N 19039 t
+8384 58701 Come Dine with Me Christmas Special eng Festive celebrity special featuring singer Jona Lewie, Maizie Williams of Boney M, singer VV Brown, DJ Toby Anstis, a ride on a camel and some saucy gifts from secret Santa \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N S \N 19040 t
+41008 58999 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-22 15:10:00 2014-12-22 16:10:00 \N \N \N \N \N 19536 t
+41008 58699 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 16:10:00 2014-12-22 17:00:00 \N \N \N \N \N 19537 t
+41008 58700 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 19538 t
+17664 58699 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 15:10:00 2014-12-22 16:00:00 \N \N \N \N \N 19077 t
+17664 58700 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 19078 t
+17664 58701 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 19079 t
+27712 21907 Listening Post eng The Sydney siege How not to cover breaking news. Plus: an interview with _Rogue Reporter_ Rich Peppiatt. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N \N \N 21658 t
+14372 7951 Multi-Buy Saturday with Gemma eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 18:00:00 2014-12-20 19:00:00 \N \N \N \N \N 12168 t
+14372 7952 Multi-Buy Saturday with Gemma eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 19:00:00 2014-12-20 20:00:00 \N \N \N \N \N 12169 t
+14372 7953 Multi-Buy Saturday with Gemma eng \N Look out for super savings today - great for last-minute stocking fillers! With our 3 for 2 deals and buy one get one half price specials! Multi-Buy, multi fun and multi save this Saturday. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-20 20:00:00 2014-12-20 21:00:00 \N \N \N \N \N 12170 t
+41008 58701 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 20062 t
+41008 58703 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-22 19:30:00 2014-12-22 20:00:00 \N \N \N \N \N 20064 t
+41008 58704 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 20065 t
+27360 18241 New eng Football Outposts - UK Ahead of the new season, Arsenal fan and ex-EastEnders star Tom Watt revisits some of the stories and characters from the various British football outposts featured last year. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N S \N 11674 t
+27328 17259 Football Tonight eng \N Join Paul Dempsey as he dissects all of the weekend's football action so far with the latest news from the beautiful game. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-20 21:45:00 2014-12-20 22:30:00 \N \N \N \N \N 18794 t
+27328 17352 Rugby Tonight eng \N A round-up of the best action from the Aviva Premiership, with the latest news, some great moves and all the key moments. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:30:00 \N \N \N S \N 20338 t
+8267 22757 All Stars eng \N Starring Theo Stevenson and Akai Osei-Mansfield, 2013. Two kids look to throw an ambitious dance show to save their struggling youth centre \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 09:25:00 2014-12-24 11:30:00 \N \N \N AD,S \N 19460 t
+8267 12235 Horrid Henry eng The Movie Children's comedy starring Anjelica Huston and Parminder Nagra, 2011. Can Horrid Henry save the school he always claimed to hate? \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 11:30:00 2014-12-24 13:20:00 \N \N \N AD,S \N 19461 t
+8384 58703 Hollyoaks eng \N Sienna's lies fail to allay Theresa's suspicions about Dodger's whereabouts. Rick manipulates those around him to get what he wants and upsets Robbie in the process. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-22 18:30:00 2014-12-22 19:00:00 \N \N \N AD,S \N 19616 t
+8384 58704 Channel 4 News eng \N Includes sport and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N S \N 19617 t
+8384 59147 Gadget Man's Guide to Christmas eng \N Richard Ayoade presents an indispensable guide to improving Christmas with gadgets that help you shop, wrap presents, beat the weather, improve your carol singing and even cook the dinner. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N S \N 19618 t
+5824 38912 Who Goes There? eng \N Martin Young's famous people quiz. With Francis Wheen, Carol Sarler, Fred Housego and Rachel Holmes. From January 2000. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 3 6 \N \N \N 2606092 t
+5824 38913 Robin and Wendy's Wet Weekends eng Ground Control to Major Derek Wendy and Robin's new arrival and Derek's disturbing experience - is there a connection? Sitcom stars Kay Stonham. From August 2005. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 4 4 \N \N \N 2606093 t
+5824 41398 Happy Birthday Maurice Cole eng \N Paul Rowley explains how Christmas-born radio legend Kenny Everett started life as a quiet Merseyside schoolboy. From December 2010. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2606094 t
+5824 39130 James Hopkin - A Georgian Trilogy eng The Wurst Express From Kakheti An impoverished Georgian poet is in Berlin for three months, not expecting shattering news from home. Read by Tom Goodman-Hill. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:15:00 2 3 \N \N \N 2606095 t
+5824 39305 Adventure of the Christmas Pudding eng \N Hercule Poirot must try to retrieve a priceless stolen ruby as he attends a Christmas house party. Agatha Christie's whodunnit stars John Moffatt. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-25 11:15:00 2014-12-25 12:00:00 \N \N \N \N \N 2606096 t
+24016 12941 Pathfinders eng \N True story of the volunteer paratroopers whose mission was to land 30 minutes before the Normandy invasion, mark strategic "dropzones" and set up equipment on D-Day. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 19:10:00 2014-12-26 21:00:00 \N \N 2011 \N \N 2606097 t
+23296 5883 Gay Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2606098 t
+23296 5884 Rainbow Nation eng \N LGBT - No limits dating. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2606099 t
+4736 63032 Welsh Assembly eng \N Recorded coverage of the debate in the Welsh Assembly on the Welsh draft budget for 2015-16, from Tuesday 18 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 09:50:00 2014-12-26 10:35:00 \N \N \N \N \N 2606100 t
+4736 63033 Politics Europe eng \N Andrew Neil with the latest news from Europe. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 10:35:00 2014-12-26 11:05:00 \N \N \N \N \N 2606101 t
+4736 63034 Youth Parliament eng \N Members of the Youth Parliament hold a debate in the chamber of the House of Commons on the living wage, from Friday 14 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 11:05:00 2014-12-26 11:35:00 \N \N \N \N \N 2606102 t
+4736 63035 Bill Gates Speech eng \N Former head of Microsoft, Bill Gates, delivers a speech to Peers and MPs in Westminster on the impact of international aid, from Monday 10 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 11:35:00 2014-12-26 11:55:00 \N \N \N \N \N 2606103 t
+4736 63036 BOOKtalk eng \N Mark D'Arcy in discussion with Conservative peer and advertising executive, Lord Bell, about his memoirs, Right or Wrong. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 11:55:00 2014-12-26 12:10:00 \N \N \N \N \N 2606104 t
+22784 807 Kisstory Dance Anthems eng \N Non Stop Dance Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 18:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2606105 t
+24352 31030 Baggage Battles eng Daredevils Billy, Mark and the Martins travel north to risk their riches on international sealed freight. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 \N \N \N \N \N 2606106 t
+24352 31031 Baggage Battles eng Liar Liar Billy, Mark and the Martins are ready to lay their money down in the gambling town of Shreveport, Louisiana. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N \N \N 2606107 t
+24352 31032 Baggage Battles eng Shock and Awe Billy, Mark, Laurence and Sally separate trash from treasure during a once-in-a-lifetime opportunity to win rare and valuable Southern collectibles. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N \N \N 2606108 t
+24352 31033 Baggage Battles eng Bad Blood Laurence, Sally, Billy and Mark are attracted by an estate sale in Red Hook, New York, an affluent and beautiful town in the north-western corner of Dutchess County. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N \N \N 2606109 t
+24352 31034 World's Greatest Motorcycle Rides eng Australia, Part 3 Henry Cole faces his biggest challenge yet crossing the infamous Nullabor Plain, some 2,000 kilometres of nothing. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2606110 t
+23120 20539 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2606111 t
+23120 20556 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2606112 t
+23120 20555 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2606113 t
+22624 40532 Pure 80s eng \N RNIB's Insight Radio - Roger Cole takes you back in time to the 80s with classic hits from the decade of decadence. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2606114 t
+22624 40533 This Is Insight eng \N RNIB's Insight Extra - Listen to interviews and news from the radio station of the RNIB \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-26 20:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2606115 t
+23280 5900 Your Perfect Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2606116 t
+23280 5901 Flirt With Me eng \N Flirt and meet with Kiss Me TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2606117 t
+4736 64068 Defence Committee eng \N Recorded coverage of the Defence Committee session with the defence secretary Michael Fallon, on Future Force 2020, from Wednesday 17 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 12:05:00 2014-12-19 13:50:00 \N \N \N \N \N 2606118 t
+4736 64069 Prime Minister's Questions eng \N Recorded coverage of questions in the House of Commons to prime minister David Cameron from Wednesday 17 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 13:50:00 2014-12-19 14:30:00 \N \N \N \N \N 2606119 t
+4736 64070 Westminster Hall eng \N Recorded coverage of a debate in Westminster Hall on the subject of an e-petition on nurse training in paediatric first aid, from Monday 15 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 14:30:00 2014-12-19 16:15:00 \N \N \N \N \N 2606120 t
+4288 42733 Shrek Forever After eng \N Animation. Shrek makes a pact with Rumpelstiltskin when he believes no-one finds him frightening anymore, but the plan backfires. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:25:00 \N \N 2009 AD,S \N 2606121 t
+4288 42979 Donkey's Caroling Christmas-tacular eng \N In this festive animation featuring the characters from Shrek, Donkey leads a Christmas carol sing-along, with musical numbers including It's the Most Wonderful Time. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 22:25:00 2014-12-25 22:30:00 \N \N \N S \N 2606122 t
+4288 42728 Bad Education Christmas Special eng \N School-based sitcom. It is time for the Abbey Grove Christmas play and Mr Fraser decides Alfie is the obvious person to direct. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:00:00 \N \N \N S \N 2606123 t
+4288 42068 EastEnders eng \N With secrets rife, the Carters are set to explode. The Beales do their best to enjoy Christmas despite their beloved Lucy not being there, but there is an eerie twist coming. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N AD,S \N 2606124 t
+16208 37039 Sense and Sensibility eng \N David Morrissey and Charity Wakefield star in this sumptuous adaptation of Jane Austen's classic novel. Willoughby wins the Dashwoods' trust and favour as Marianne's suitor. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N AD,S \N 2606125 t
+16208 37040 Sense and Sensibility eng \N Final part of Andrew Davies' adaptation of the Jane Austen classic. With Edward engaged to Lucy, Elinor is left heartbroken. But new events bring the sisters an unexpected fortune. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N AD,S \N 2606126 t
+16208 38533 Keeping Up Appearances Christmas Special eng The Father Christmas Suit Festive laughs with Hyacinth Bucket who decides her poor husband should distribute gifts to the old folk at the church hall dressed as Father Christmas! \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:40:00 \N \N \N S \N 2606127 t
+16208 38534 Keeping Up Appearances Christmas Special eng Sea Fever Seasonal special from 1993 as Hyacinth Bucket boards the QE2 for an exclusive cruise. Alas the seating plan for the Captain's table is not what she had in mind. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 17:40:00 2014-12-26 19:00:00 \N \N \N S \N 2606128 t
+27168 59638 Da Best of Ali G eng \N Another chance to see some of Ali G's most memorable interviews from The 11 O'Clock Show, plus a special guided tour of his hometown, including visits to all the Berkshire Massive hangouts. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:55:00 \N \N \N S \N 2606129 t
+27168 59639 Come Dine with Me eng \N Battling it out for £1000 in Leeds are research fellow Jami, MP's wife Susan, philosophy student Kara, and supply chain analyst Jemma Pendlebury. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 03:55:00 2014-12-25 04:50:00 \N \N \N S \N 2606130 t
+27168 60716 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 04:50:00 2014-12-25 06:00:00 \N \N \N \N \N 2606131 t
+41056 18198 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:30:00 \N \N \N \N \N 2606132 t
+41056 18199 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 03:30:00 2014-12-25 04:00:00 \N \N \N \N \N 2606133 t
+41056 18200 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:25:00 \N \N \N \N \N 2606134 t
+41056 18201 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-25 04:25:00 2014-12-25 04:30:00 \N \N \N \N \N 2606135 t
+41056 18202 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 04:30:00 2014-12-25 05:00:00 \N \N \N \N \N 2606136 t
+41056 18203 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 05:00:00 2014-12-25 06:05:00 \N \N \N \N \N 2606137 t
+4170 51837 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 13:05:00 2014-12-26 13:15:00 \N \N \N S \N 2606138 t
+4170 52895 Look North eng \N The latest news, sport and weather for Yorkshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 13:15:00 2014-12-26 13:25:00 \N \N \N S \N 2606139 t
+4170 56620 The Incredible Adventures of Professor Branestawm eng \N Professor Branestawm takes on a businessman who wants to bulldoze his workshop. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 13:25:00 2014-12-26 14:20:00 \N \N \N AD,S \N 2606140 t
+4170 56621 My Family eng 2039 A Christmas Oddity: Sitcom. It is December 2039, and the Harpers are gathering together to celebrate Christmas. However, there may not be too much room for peace and goodwill. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 14:20:00 2014-12-26 15:15:00 \N \N \N AD,S \N 2606141 t
+6016 40463 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:05:00 \N \N \N \N \N 2606142 t
+6016 40464 World Have Your Say eng \N The BBC news programme where you set the agenda. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 18:05:00 2014-12-25 18:50:00 \N \N \N \N \N 2606143 t
+6016 40465 News about Ebola eng \N More of the latest information about local, regional and international efforts to contain and combat Ebola. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 18:50:00 2014-12-25 19:00:00 \N \N \N \N \N 2606144 t
+6016 40466 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:05:00 \N \N \N \N \N 2606145 t
+6016 40467 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 19:05:00 2014-12-25 19:32:00 \N \N \N \N \N 2606146 t
+6016 40468 Science in Action eng \N A weekly look at science stories in and behind the news from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 19:32:00 2014-12-25 20:00:00 \N \N \N \N \N 2606147 t
+6016 40469 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 20:00:00 2014-12-25 20:05:00 \N \N \N \N \N 2606148 t
+6016 40470 Global Business eng \N Insights into the business world from the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 20:05:00 2014-12-25 20:32:00 \N \N \N \N \N 2606149 t
+6016 40471 Assignment eng \N A weekly current affairs programme which reports from locations around the world, examining topical issues from a global perspective, for a global audience. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 20:32:00 2014-12-25 21:00:00 \N \N \N \N \N 2606150 t
+25728 54678 Merry Christmas from VIVA! eng \N Celebrate Christmas with VIVA and a selection pack of the best festive tracks. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 01:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2606151 t
+23040 38249 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N \N \N 2606152 t
+23040 38250 Fanny Cradock Cooks for Christmas eng \N Fanny presents traditional and unusual ways to use mincemeat in pies, pancakes, omelettes and Swiss rolls. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 09:30:00 2014-12-25 09:45:00 \N \N \N \N \N 2606153 t
+23040 38251 Fanny Cradock Cooks for Christmas eng \N The original TV chef and her husband Johnny prepare recipes that use choux pastry, including choux buns and miniature clairs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 09:45:00 2014-12-25 10:00:00 \N \N \N \N \N 2606154 t
+23040 40151 Diners, Drive-Ins And Dives Special eng \N Guy explores Disneyland and bakes a gingerbread house and Yule log, candy canes, and prepares Christmas Eve dinner. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2606155 t
+23040 40152 Diners, Drive-Ins And Dives Special eng \N In Alaska, Guy finds holiday ham with cranberries, reindeer hoagies, Santa burgers, and desserts good enough to put under the tree. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:30:00 \N \N \N \N \N 2606156 t
+23040 38255 Fanny Cradock Cooks for Christmas eng \N Fanny presents traditional and unusual ways to use mincemeat in pies, pancakes, omelettes and Swiss rolls. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 11:30:00 2014-12-25 11:45:00 \N \N \N \N \N 2606157 t
+23040 38256 Fanny Cradock Cooks for Christmas eng \N The original TV chef and her husband Johnny prepare recipes that use choux pastry, including choux buns and miniature clairs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 11:45:00 2014-12-25 12:00:00 \N \N \N \N \N 2606158 t
+6848 61211 Essential Classics eng With Sarah Walker. 9.00am 5 Reasons to Love Bach at Christmas. 9.30am Find the Fourth. 10.30am pianist Martha Argerich. 11.00am Sarah's Essential Choice Schumann: Piano Quintet. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2606159 t
+5632 36358 5 live News eng \N A round-up of Christmas day's main stories with Richard Foster. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 18:30:00 2014-12-25 19:00:00 \N \N \N \N \N 2606160 t
+5632 36360 Not Just Cricket eng \N Jimmy Anderson, Graeme Swann and Greg James present a festive edition of Not Just Cricket from Burnley Cricket Club, where Jimmy first bowled a ball in anger. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-25 19:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2606161 t
+16080 14944 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N \N \N 2606162 t
+16080 14945 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N \N \N 2606163 t
+16080 14946 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 10:30:00 \N \N \N \N \N 2606164 t
+16080 14947 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:30:00 2014-12-25 11:00:00 \N \N \N \N \N 2606165 t
+5824 40032 It's Great to Be Young eng \N Musical comedy, 1956. Grammar school students revolt when their favourite teacher is fired by the new headmaster. \N \N \N \N 3 eng \N 1 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:30:00 \N \N \N \N \N 2606168 t
+5824 39303 Sid and Dora eng \N 4 Extra Debut. Celebrating Christmas doesn't quite go to plan for Sid and Dora Edge. Stars Sid James and Dora Bryan with Pat Coombs. From December 1965. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 12:30:00 2014-12-25 13:00:00 \N \N \N \N \N 2606169 t
+5824 38919 Doctor Who: Hornets' Nest eng A Sting in the Tale, pt 2 The Time Lord concludes his tale of encountering the deadly insects in medieval England. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-25 13:00:00 2014-12-25 13:30:00 8 10 \N \N \N 2606170 t
+5824 39297 We Three Kings eng \N Ian Hislop probes the story and importance of the three kings of the Nativity, and how they ended up in Germany. From December 2008. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 13:30:00 2014-12-25 14:00:00 \N \N \N \N \N 2606171 t
+5824 39307 Mole Cooks His Goose eng \N Adrian Mole takes charge of the family's festive lunch. Sue Townsend's festive tale is read by Nicholas Barnes. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:15:00 \N \N \N \N \N 2606172 t
+5824 38922 A History of Private Life eng Ornamenting the Home Exploring life at home in the past, historian Amanda Vickery reveals sewing was a housewife's duty and also acted as valuable therapy. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 14:15:00 2014-12-25 14:30:00 9 30 \N \N \N 2606173 t
+5824 39160 Ladies of Letters Go Crackers eng \N Daughter Karen mediates after her mum Vera and Irene's vitriolic falling out. Stars Anne Reid, Prunella Scales and Mia Soteriou. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 14:30:00 2014-12-25 14:45:00 4 5 \N \N \N 2606174 t
+5824 39173 Jeremy Seal - Santa eng A Life Leaving southern Europe behind, Jeremy Seal tracks Saint Nicholas to Amsterdam where he becomes Sinterklaas, and onwards across the Atlantic. Read by Alan Cox. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 14:45:00 2014-12-25 15:00:00 4 5 \N \N \N 2606175 t
+32896 8744 Littlest Pet Shop eng \N Blythe tries to find a boy who dropped his keys in the park with some help from Sunil's "psychic abilities". \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:30:00 \N \N \N \N \N 2606176 t
+32896 8745 Littlest Pet Shop eng \N While hurrying to meet her friends, Blythe overloads the dumbwaiter and finds herself stuck in it along with Zoe, Pepper and Minka. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 15:30:00 2014-12-25 16:00:00 \N \N \N \N \N 2606177 t
+32896 9279 Sally Bollywood eng \N Doowee's Urn - Doowee is so distracted from SBI work that Sally confronts him about it. Doowee says that investigating isn't challenging him anymore. Archaeology is a greater hobby. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 16:00:00 2014-12-25 16:15:00 \N \N \N \N \N 2606178 t
+32896 9280 Sally Bollywood eng \N Ring My Bell - The school bell is going crazy. The kids love it, except for the Principal's son. He is concerned that the crazy bell is driving his father crazy, so he asks Sally to investigate. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 16:15:00 2014-12-25 16:30:00 \N \N \N \N \N 2606179 t
+32896 9281 Sally Bollywood eng \N Catch Me If You Can - Sally receives warning letters telling her about crimes that are about to occur. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 16:30:00 2014-12-25 16:45:00 \N \N \N \N \N 2606180 t
+32896 9282 Sally Bollywood eng \N Things keep going wrong at the Fuzzy Frogs' performances. Somebody is clearly sabotaging the young band, so they hire the SBI to investigate. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 16:45:00 2014-12-25 17:00:00 \N \N \N \N \N 2606181 t
+32896 8748 Power Rangers Super Megaforce eng \N The Silver Ranger makes his appearance for the first time \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:30:00 1 2 \N \N \N 2606182 t
+32896 8749 Power Rangers Super Megaforce eng \N The Silver Ranger officially joins the team as the sixth Ranger \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 17:30:00 2014-12-25 18:00:00 2 2 \N \N \N 2606183 t
+4736 63037 The Political Studies Association Awards eng \N The annual Political Studies Association Awards, including Political Journalist of the Year and Politician of the Year, from Tuesday 25 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 12:10:00 2014-12-26 12:50:00 \N \N \N \N \N 2606184 t
+4736 63280 On the Runs Committee eng \N Northern Ireland Affairs Committee session on the administrative scheme for On the Runs. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 12:50:00 2014-12-26 15:00:00 \N \N \N \N \N 2606185 t
+25792 52539 Antiques Road Trip eng \N It's day three of the bargain hunt and Phil Serrell has the lead over rival expert Jonathan Pratt. Phil haggles over a squeeze box as the pair travel from Darlington to Doncaster. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 06:15:00 2014-12-26 07:00:00 \N \N \N S \N 2606186 t
+25792 52540 Antiques Roadshow eng Hopetoun House Fiona Bruce and her band of experts return to Queensferry in Scotland. Victorian dresses worn by royalty, a 16th century box and WWII propaganda get the once-over. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 07:00:00 2014-12-26 08:00:00 \N \N \N S \N 2606187 t
+25792 52541 Bargain Hunt eng \N Antiques experts Philip Serrell and James Braxton guide two teams of collectors towards some canny deals in Somerset, but profits prove elusive at auction. Tim Wonnacott presents. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 08:00:00 2014-12-26 09:00:00 \N \N \N S \N 2606188 t
+32896 8236 Rekkit Rabbit eng \N Jay is bummed out by all the bad in the world. Rekkit helps by putting all the bad in bananas. But the bananas start attacking. So Rekkit solves this by conjuring up bad container containers. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 06:00:00 2014-12-19 06:15:00 \N \N \N \N \N 2606189 t
+32896 8237 Rekkit Rabbit eng \N Seeing that Mum is feeling old, Jay and Rekkit get her some anti-aging face cream, which turns her into a baby! Lorne, Jay and Rekkit must figure out how to take care of an infant. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 06:15:00 2014-12-19 06:30:00 \N \N \N \N \N 2606190 t
+32896 8238 Invisible Network Of Kids eng Macbeth concocts another one of her horrid schemes she'll turn the students into mice and threaten them with a giant cat! Newton will be her first victim... \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 06:30:00 2014-12-19 07:00:00 \N \N \N \N \N 2606191 t
+32896 8239 Scaredy Squirrel eng \N Scaredy has to go into Dave's dreams to wake him up on time for the Saturday Safety Picnic and Games. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 07:00:00 2014-12-19 07:15:00 \N \N \N \N \N 2606192 t
+32896 8240 Scaredy Squirrel eng \N Thinking it will just be for one day; Scaredy switches places with a look-a-like movie star and gets trapped. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 07:15:00 2014-12-19 07:30:00 \N \N \N \N \N 2606193 t
+32896 8241 Slugterra eng \N The gang signs up for a weekend camp that promises to teach your slugs tons of new moves - without lifting a finger! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 07:30:00 2014-12-19 08:00:00 \N \N \N \N \N 2606194 t
+32896 8242 Yu-Gi-Oh! ZEXAL eng \N While Yuma continues his search for Astral and the Golden Key, Astral continues to search for a way to defeat Kite and save all his Number Cards. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:30:00 2 2 \N \N \N 2606195 t
+32896 8243 Power Rangers Super Megaforce eng \N Before the Rangers can fully celebrate the defeat of Levira, the full Armada invasion begins. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 08:30:00 2014-12-19 09:00:00 \N \N \N \N \N 2606196 t
+4169 51845 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:05:00 2014-12-26 18:20:00 \N \N \N S \N 2606197 t
+4169 52570 Look North eng \N The latest news, sport and weather for the North East and Cumbria. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:20:00 2014-12-26 18:25:00 \N \N \N S \N 2606198 t
+4169 56624 Still Open All Hours eng \N Sitcom. Granville is forced into taking extra security precautions for the shop's takings, which cause him no end of discomfort. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 18:25:00 2014-12-26 18:55:00 1 6 \N AD,S \N 2606199 t
+4169 56625 The Boy in the Dress eng \N One-off family comedy. Dennis is an ordinary boy but he feels different. He creates a whole new persona and puts it to the ultimate test - can a boy wear a dress? Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 18:55:00 2014-12-26 20:00:00 \N \N \N AD,S \N 2606200 t
+4169 51850 EastEnders eng \N Life for the Carters continues to explode - can they ever recover? Elsewhere one resident looks set to depart, but will they go as planned? Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:30:00 \N \N \N AD,S \N 2606201 t
+4169 56626 Marvel Avengers Assemble eng \N Comic book action adventure. The director of peacekeeping agency S.H.I.E.L.D. gathers an elite team of superheroes to protect the Earth from an alien invasion. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 20:30:00 2014-12-26 22:40:00 \N \N 2012 AD,S \N 2606202 t
+41024 59638 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:55:00 \N \N \N \N \N 2606203 t
+41024 59639 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 03:55:00 2014-12-25 04:50:00 \N \N \N \N \N 2606204 t
+41024 60716 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 04:50:00 2014-12-25 06:00:00 \N \N \N \N \N 2606205 t
+14498 26649 Total Fishing with Matt Hayes eng \N Matt's delighted with a feast of chub in Stourport. Will another meet with fish chef Stephen Bulmer prove as satisfying? Plus, is chicken the best bait to hook tope in Ireland? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:30:00 \N \N \N \N \N 2606206 t
+14498 26650 Total Fishing with Matt Hayes eng \N Matt is on the River Severn fishing for barbel. Then he joins Jan Porter off the coast of Norway in search of cod. Plus, top tips on tackle and bait. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 09:30:00 2014-12-26 10:00:00 \N \N \N \N \N 2606207 t
+14498 26651 Wheeler Dealers eng Jensen Interceptor Mike wants a classic Jensen Interceptor. New, the car costs as much as a house, so if he does find one for 5000, Ed might struggle to make it roadworthy. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2606208 t
+14498 26652 Wheeler Dealers eng Ford Sierra Cosworth Mike's after a Ford Sierra Cosworth, which looks like a family vehicle and runs like a race car. But with only 5000 to spend, is his plan about to stall? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2606209 t
+4288 42070 Family Guy eng Chap Stewie Stewie builds a new time machine and tries to stop himself from ever being born. Contains adult humour. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:25:00 21 21 \N S \N 2606210 t
+4288 42887 Family Guy eng Fast Times at Buddy Cianci Jnr High Animated comedy. Chris's teacher wins the lottery and is replaced by Mrs Lockhart, whom he immediately falls in love with. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:25:00 2014-12-26 00:45:00 \N \N \N S \N 2606211 t
+4288 42739 Family Guy eng Screwed the Pooch Animated comedy series. Brian experiences an unusual urge, and chases down the champion greyhound owned by Peter's rich and snooty father-in-law. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:45:00 2014-12-26 01:05:00 13 22 \N S \N 2606212 t
+4288 42980 Family Guy eng Peter Griffin Husband, Father... Brother?: Animated comedy. Peter finds out he has a black ancestor, and Stewie tries to learn some secrets from the cheerleaders. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:05:00 2014-12-26 01:25:00 14 22 \N S \N 2606213 t
+4288 42981 Family Guy eng Blind Ambition Animated comedy series. When Quagmire gains local fame, Peter becomes jealous and attempts a new world record by eating as many nickels as he can. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:25:00 2014-12-26 01:50:00 \N \N \N S \N 2606214 t
+4288 42177 Cuckoo eng Christmas Special Comedy series. Ben and Dale both want to make Rachel's holiday special and Ken gets stuck in the middle. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 01:50:00 2014-12-26 02:25:00 7 7 \N AD,S \N 2606215 t
+4288 42889 Some Girls eng \N Comedy series about a group of teenage girls. Amber is in charge of the girls' prom night plans and ropes Viva in to organise the decorations. Contains strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:25:00 2014-12-26 02:55:00 6 6 \N S \N 2606216 t
+4288 42890 Cuckoo eng Christmas Special Comedy series. Ben and Dale both want to make Rachel's holiday special, and Ken gets stuck in the middle. Contains some strong language. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:55:00 2014-12-26 03:25:00 7 7 \N S,SL \N 2606217 t
+22656 995 Dan Black eng \N Dan Black steps in for Loz Guest to help make your Christmas week rock! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 14:00:00 2014-12-24 18:00:00 \N \N \N \N \N 2606218 t
+4736 64071 Al-Sweady Report Statement eng \N Recorded coverage of a statement in the House of Commons on the Al-Sweady Report into allegations of abuse by British soldiers against Iraqi combatants, from Wednesday 17 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 16:15:00 2014-12-19 17:10:00 \N \N \N \N \N 2606219 t
+4736 64072 Ten Minute Rule Bill eng \N Recorded coverage of Liberal Democrat MP Norman Baker introducing his Ten Minute Rule Bill on women's refuges, from Wednesday 17 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 17:10:00 2014-12-19 17:20:00 \N \N \N \N \N 2606220 t
+4736 64073 The Crumbling Palace eng \N Short programme presented by Laura Kuenssberg, investigating the work required to preserve the architecture of the Palace of Westminster. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 17:20:00 2014-12-19 17:30:00 \N \N \N \N \N 2606221 t
+4170 56622 Monsters Inc eng \N Animated comedy. Sulley the ogre and Mike, his lime green, one-eyed friend, work for Monsters Inc - a scream-processing factory that converts children's fear into energy. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 15:15:00 2014-12-26 16:40:00 \N \N 2001 AD,S \N 2606222 t
+4170 56623 The Pirates! In an Adventure with Scientists eng \N Fantastical animated comedy about a hapless pirate who dreams of being Pirate of the Year. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 16:40:00 2014-12-26 18:05:00 \N \N \N AD,S \N 2606223 t
+4287 55637 Sinbad eng Legend of the Seven Seas Animated adventure in which brave mariner Sinbad battles raging elements, mutinous dogs and fearsome monsters to retrieve the Book of Peace. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:15:00 \N \N 2003 S \N 2606224 t
+4287 55638 Short Circuit eng \N Comedy with Ally Sheedy. A military robot escapes from a weapons company in search of 'input' when a lightning strike gives it a mind of its own and a wisecracking personality. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 07:15:00 2014-12-25 08:50:00 \N \N 1986 S \N 2606225 t
+4287 55639 Pollyanna eng \N Drama about a young orphan girl (Hayley Mills) who brings cheer to the misanthropic inhabitants of a New England town when she moves to live with her aunt. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 08:50:00 2014-12-25 11:00:00 \N \N 1960 S \N 2606226 t
+6016 40472 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:05:00 \N \N \N \N \N 2606227 t
+6016 40473 Newshour eng \N BBC correspondents report live from around the world to explain why events are happening and what impact they will have on our lives. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 21:05:00 2014-12-25 22:00:00 \N \N \N \N \N 2606228 t
+6016 40474 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:05:00 \N \N \N \N \N 2606229 t
+6016 40475 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 22:05:00 2014-12-25 22:32:00 \N \N \N \N \N 2606230 t
+6016 40476 World Business Report eng \N The latest business and finance news from around the world, on the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 22:32:00 2014-12-25 23:00:00 \N \N \N \N \N 2606231 t
+6016 40477 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 23:00:00 2014-12-25 23:05:00 \N \N \N \N \N 2606232 t
+6016 41150 The Great War Diaries eng \N Historian Dr Ingrid Sharp traces how soldiers, mothers, nurses and children experienced World War One - through their diaries. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 23:05:00 2014-12-26 00:00:00 \N \N \N \N \N 2606233 t
+6848 61283 Composer of the Week eng Antonio Vivaldi (1678-1741). Into Obscurity Donald Macleod reflects on Vivaldi's bittersweet relationship with Vienna and introduces music from the final decade of his life. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 5 5 \N \N \N 2606234 t
+6848 61213 Radio 3 Lunchtime Concert eng \N Schwarzenberg Schubertiade 2014. Leading soloists perform two of Schubert's part-songs. Plus Marc-Andre Hamelin performing Schubert's Piano Sonata in B flat, D960. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 5 5 \N \N \N 2606235 t
+6848 61214 Afternoon on 3 eng \N Simon Rattle Conducts Brahms and Schumann. Berlin Philharmonic under Simon Rattle in Schumann's Symphony No 4 and Brahms's Symphony No 4. Plus Acts 3 and 4 of Rameau's Zais. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 14:00:00 2014-12-26 16:30:00 4 4 \N \N \N 2606236 t
+5632 36361 7 Day Christmas Day eng \N Al Murray selects his top seven Christmas moments with the help of his guests. Festive nonsense from the 7 Day Sunday team. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2606237 t
+5632 36362 Tunics for Goalposts eng \N Mike Ingham looks back at World War One's Christmas Truce, and the reality behind stories of British and German soldiers coming together to play football on Christmas Day. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2606238 t
+5632 36363 5 live Science eng \N Season's greetings from a special Christmas edition of 5 live Science with Dr Chris Smith at the Naked Scientists' Christmas Party. Explore the science of Christmas! \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2606239 t
+5824 41399 Happy Birthday Maurice Cole eng \N Paul Rowley explains how Christmas-born radio legend Kenny Everett started life as a quiet Merseyside schoolboy. From December 2010. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2606240 t
+5824 38926 The 4 O'Clock Show eng \N Mel Giedroyc celebrates Christmas with a visit to Edinburgh Zoo, and commemorates the famous truce during World War One. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2606241 t
+5824 38927 No Commitments eng A Man Who Cares Victoria fumes jealously as Charlotte proudly parades her new lover. Stars Celia Imrie and Nicola Pagett. From December 1994. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:30:00 6 6 \N \N \N 2606242 t
+5824 38928 The Elephant Man eng Labour Pains Terry's bank balance is redder than a baboon's bottom, so he starts a paper round. Stars Peter Serafinowicz. From October 1996. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 17:30:00 2014-12-25 17:55:00 6 8 \N \N \N 2606243 t
+5824 39192 Kenny Everett - Captain Kremmen eng Crashing at the Thargoids' Crash landing on the mystery planet, Kremmen and his crew meet their horrible hosts. Kenny Everett's 1970s sci-fi serial. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 17:55:00 2014-12-25 18:00:00 4 25 \N \N \N 2606244 t
+4736 63386 Northern Ireland Assembly Debate eng \N Recorded coverage of a debate in the Northern Ireland Assembly. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:30:00 \N \N \N \N \N 2606245 t
+4736 62902 Westminster in Review eng \N Alicia McCarthy presents a review of the parliamentary highlights at Westminster since September. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:30:00 \N \N \N \N \N 2606246 t
+4736 63041 European Parliament - Papal Address eng \N Recorded coverage of the address to the European Parliament in Strasbourg by His Holiness Pope Francis. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 17:30:00 2014-12-26 18:10:00 \N \N \N \N \N 2606247 t
+15952 4581 Celebrity Juice eng Christmas Special Festive special of the panel show. Guests include model Kelly Brook, comedian Jason Byrne and singers James Blunt, Kim Wilde, Olly Murs, Peter Andre and Vanessa White. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 00:45:00 2014-12-25 01:50:00 \N \N \N S \N 2606248 t
+15952 5471 Through the Christmas Keyhole eng \N A festive Keith Lemon presents a seasonal edition of the show snooping around more homes of mystery celebrities. The studio panel are Jonathan Ross, Louis Walsh and Kym Marsh. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 01:50:00 2014-12-25 02:50:00 \N \N \N S \N 2606249 t
+15952 5137 Two and a Half Men eng That's Summer Sausage, Not Salami American sitcom. Charlie sets Alan up with their new neighbour but gets jealous when the two form a bond. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:50:00 2014-12-25 03:20:00 \N \N \N S \N 2606250 t
+7168 34506 Radio 2 in Concert eng Take That Take That reconvene after a four year hiatus to perform at the intimate setting of the Radio Theatre in the heart of London, where they prove that three is the magic number! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2606251 t
+4288 42891 Bad Education Christmas Special eng Christmas School-based sitcom. It is time for the Abbey Grove Christmas play and Mr Fraser decides Alfie is the obvious replacement to direct. Contains some strong language. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 03:25:00 2014-12-26 03:55:00 \N \N \N AD,S,SL \N 2606252 t
+4288 42078 This Is BBC Three eng BBC Three Refreshing TV for the digital age. Tune in daily from 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 03:55:00 2014-12-26 05:30:00 \N \N \N \N \N 2606253 t
+4288 39941 This Is BBC Three eng BBC Three Refreshing TV for the digital age. Tune in daily from 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 05:30:00 2014-12-26 18:58:00 \N \N \N \N \N 2606254 t
+4170 51845 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:05:00 2014-12-26 18:20:00 \N \N \N S \N 2606255 t
+4170 52896 Look North eng \N The latest news, sport and weather for Yorkshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:20:00 2014-12-26 18:25:00 \N \N \N S \N 2606256 t
+4170 56624 Still Open All Hours eng \N Sitcom. Granville is forced into taking extra security precautions for the shop's takings, which cause him no end of discomfort. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 18:25:00 2014-12-26 18:55:00 1 6 \N AD,S \N 2606257 t
+4170 56625 The Boy in the Dress eng \N One-off family comedy. Dennis is an ordinary boy but he feels different. He creates a whole new persona and puts it to the ultimate test - can a boy wear a dress? Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 18:55:00 2014-12-26 20:00:00 \N \N \N AD,S \N 2606258 t
+4170 51850 EastEnders eng \N Life for the Carters continues to explode - can they ever recover? Elsewhere one resident looks set to depart, but will they go as planned? Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:30:00 \N \N \N AD,S \N 2606259 t
+4170 56626 Marvel Avengers Assemble eng \N Comic book action adventure. The director of peacekeeping agency S.H.I.E.L.D. gathers an elite team of superheroes to protect the Earth from an alien invasion. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 20:30:00 2014-12-26 22:40:00 \N \N 2012 AD,S \N 2606260 t
+4287 55640 Carols from King's eng \N The traditional celebration of Christmas from the Chapel of King's College, Cambridge marks the sixtieth anniversary of the first programme being broadcast. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:15:00 \N \N \N S \N 2606261 t
+6016 40498 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:05:00 \N \N \N \N \N 2606262 t
+6016 40499 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 00:05:00 2014-12-26 00:20:00 \N \N \N \N \N 2606263 t
+6016 40500 Sports News eng \N The latest news from the world of sport. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-26 00:20:00 2014-12-26 00:32:00 \N \N \N \N \N 2606264 t
+6016 40503 Business Matters eng \N The key global business news from Europe, Middle East and Africa from the BBC World Service. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 01:05:00 2014-12-26 02:00:00 \N \N \N \N \N 2606267 t
+6016 40504 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:05:00 \N \N \N \N \N 2606268 t
+6016 40505 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 02:05:00 2014-12-26 02:32:00 \N \N \N \N \N 2606269 t
+6016 40506 World Football eng \N Football's biggest stories on the BBC. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-26 02:32:00 2014-12-26 03:00:00 \N \N \N \N \N 2606270 t
+6848 61539 Words and Music eng \N Emilia Fox and Jamie Glover read poetry and rose inspired by flowers. With music by Schumann, Delibes, Vaughan Williams, Richard Strauss, Robert Chilcott and Fats Waller. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:45:00 \N \N \N \N \N 2606271 t
+6848 61516 New Generation Artists eng Pavel Kolesnikov (piano) in Mozart Fantasia in C minor. Narek Hakhnazaryan (cello) and Katya Apekisheva (piano) in Tchaikovsky: Pezzo Capriccioso. Plus Schubert's Winterreise. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 17:45:00 2014-12-26 19:30:00 \N \N \N \N \N 2606272 t
+5632 36376 A Life Less Lonely eng \N Sarah Brett hears remarkable stories from people talking about their own isolation and loneliness, and discovers how some are now reconnecting with important people in their lives. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2606273 t
+5632 36365 Up All Night eng \N Dotun Adebayo reflects on the ten-year anniversary of the devastating Boxing Day tsunami that struck south-east Asia. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 01:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2606274 t
+26560 13758 All The Hits eng All Night Long Nothing but massive tunes all night long! Up early? The breakfast show with Darryl Morris kicks off at 7am! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2606275 t
+4736 64074 Scottish Affairs Committee eng \N Recorded coverage of the Scottish Affairs Committee session on the Smith Commission with Scotland secretary Alistair Carmichael, from Tuesday 16 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 18:00:00 2014-12-19 19:30:00 \N \N \N \N \N 2606276 t
+4736 64075 Defence Committee eng \N Recorded coverage of the Defence Committee session with the defence secretary Michael Fallon, on Future Force 2020, from Wednesday 17 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 19:30:00 2014-12-19 21:45:00 \N \N \N \N \N 2606277 t
+5824 38929 Who Goes There? eng \N Martin Young's famous people quiz. With Francis Wheen, Carol Sarler, Fred Housego and Rachel Holmes. From January 2000. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:30:00 3 6 \N \N \N 2606278 t
+5824 38930 Great Lives eng Rachmaninov 4 Extra Debut. Conductor Leonard Slatkin proposes composer Sergei Rachmaninov for great life status. With Humphrey Carpenter. From April 2003. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-25 18:30:00 2014-12-25 19:00:00 \N \N \N \N \N 2606279 t
+5824 40033 It's Great to Be Young eng \N Musical comedy, 1956. Grammar school students revolt when their favourite teacher is fired by the new headmaster. \N \N \N \N 3 eng \N 1 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N \N \N 2606280 t
+5824 39304 Sid and Dora eng \N 4 Extra Debut. Celebrating Christmas doesn't quite go to plan for Sid and Dora Edge. Stars Sid James and Dora Bryan with Pat Coombs. From December 1965. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 19:30:00 2014-12-25 20:00:00 \N \N \N \N \N 2606281 t
+5824 38933 Doctor Who: Hornets' Nest eng A Sting in the Tale, pt 2 The Time Lord concludes his tale of encountering the deadly insects in medieval England. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-25 20:00:00 2014-12-25 20:30:00 8 10 \N \N \N 2606282 t
+5824 39298 We Three Kings eng \N Ian Hislop probes the story and importance of the three kings of the Nativity, and how they ended up in Germany. From December 2008. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 20:30:00 2014-12-25 21:00:00 \N \N \N \N \N 2606283 t
+17920 42730 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 03:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2606284 t
+17920 42029 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-25 04:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2606285 t
+17920 39938 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 05:30:00 2014-12-25 18:58:00 \N \N \N \N \N 2606286 t
+4736 63042 Welsh First Minister's Questions eng \N Recorded coverage of questions in the Welsh Assembly to first minister Carwyn Jones, from Tuesday 9 December. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 18:10:00 2014-12-26 18:55:00 \N \N \N \N \N 2606287 t
+4736 63043 Professor Linda Colley Lecture eng \N Professor Linda Colley delivers a lecture at Guildhall on the Magna Carta in the run up to its 800th anniversary, from Tuesday 25 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 18:55:00 2014-12-26 19:45:00 \N \N \N \N \N 2606288 t
+4736 63281 House of Commons - Devolution and the Union eng \N Recorded coverage of a debate in the House of Commons on devolution and the Union, from Thursday 20 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 19:45:00 2014-12-26 21:15:00 \N \N \N \N \N 2606289 t
+41040 17313 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2606290 t
+41040 17314 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:30:00 \N \N \N \N \N 2606291 t
+41040 17315 101 East eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:00:00 \N \N \N \N \N 2606292 t
+41040 17316 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2606293 t
+33088 17773 Winter Solutions eng \N Keep warm and safe in the colder weather with our Winter Solutions. From shoe grips to heated insoles, snow shovels to thermal clothing, we've got all you need to see you through the winter months. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 03:00:00 2014-12-23 04:00:00 \N \N \N \N \N 2606294 t
+33088 17774 Safety & Security eng \N Protect your home with a selection of equipment, including alarms and CCTV products, designed to help you enjoy security and peace of mind. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 04:00:00 2014-12-23 05:00:00 \N \N \N \N \N 2606295 t
+33088 17775 no!no! Hair Removal eng \N Now available worldwide, the innovative no!no! system offers pain-free hair removal that can be performed in the comfort and convenience of your own home. No mess, no chemicals - just smooth skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 05:00:00 2014-12-23 06:00:00 \N \N \N \N \N 2606296 t
+23712 3433 Paranormal Witness eng The Long Island Terror Terrifying true tales. A widow battles a ferocious demon which terrorises her children and friends in her home in Long Island. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N S \N 2606297 t
+23712 3434 Paranormal Witness eng The Lost Boy Chilling true tales. A couple's dream house gives them the creeps when they discover a cistern in the cellar and the ghost of what could be a drowned boy. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N S \N 2606298 t
+23712 3435 Crime Stories eng The Abducted Atheists Absorbing crime tales exposing how cops catch killers. A murderous motive put a name in the frame after an atheist and her family vanished. \N 0 25 f 64 eng eng 2 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N AD,S \N 2606299 t
+23712 4189 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-19 08:00:00 2014-12-19 08:05:00 \N \N \N \N \N 2606300 t
+27328 17357 Barclays Premier League Preview eng \N BT Sport takes a look ahead to all the upcoming action in the Barclays Premier League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 00:30:00 2014-12-25 01:00:00 \N \N \N \N \N 2606301 t
+27328 17358 French Ligue 1 Review eng \N A look back at all the recent action from French Ligue 1. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 01:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2606302 t
+27328 17359 UFC eng Beyond The Octagon With exclusive interviews and big fight analysis. Featuring a fighter profile on the American light heavyweight fighter Jon Jones. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 02:00:00 2014-12-25 02:30:00 \N \N \N \N \N 2606303 t
+6016 40521 Witness eng \N The story of our times told by the people who were there. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 08:50:00 2014-12-26 09:00:00 \N \N \N \N \N 2606376 t
+27328 17457 European Football Show Highlights eng \N In a mid-season review, James Richardson and guests take a look at the best of the action from Ligue 1, Serie A, the Primeira Liga and the Bundesliga from the last few months. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 02:30:00 2014-12-25 03:30:00 \N \N \N \N \N 2606304 t
+8500 5948 The WotWots eng Footprints in the Sand Animation. The WotWots find some mysterious footprints in the sand and decide to track down the mysterious footprint maker. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:10:00 \N \N \N S \N 2606305 t
+8500 5949 Igam Ogam eng I'm Bouncing Prehistoric animation. Igam Ogam finds a space hopper-like vegetable and goes bouncing crazy! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:10:00 2014-12-25 06:20:00 \N \N \N S \N 2606306 t
+8500 5950 Fireman Sam eng Santa Overboard Animation. After festooning the supermarket with Christmas lights, Norman persuades Dilys to fix an inflatable Santa to the roof. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:20:00 2014-12-25 06:30:00 \N \N \N S \N 2606307 t
+8500 5951 New eng Toot The Tiny Tugboat Animated series. Toot tows an iceberg back to the harbour during midwinter to show everyone and it is so big that it blocks the harbour entrance. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:30:00 2014-12-25 06:45:00 \N \N \N S \N 2606308 t
+8500 5952 Peppa Pig eng Miss Rabbit's Day Off Pig tales. Miss Rabbit has hurt her ankle, so her sister and her friends offer to fill in for her at the ice cream stand. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:45:00 2014-12-25 06:50:00 \N \N \N S \N 2606309 t
+8500 5953 Peppa Pig eng The Secret Club Pig tales. Suzy and Peppa start a secret club, but soon everyone wants to join! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:50:00 2014-12-25 06:55:00 \N \N \N S \N 2606310 t
+8500 5954 New: Pip Ahoy! eng Sea Sprite Explorer Animation about a puppy named Pip and his friend Alba, a kitten, who live in Salty Cove. Alba goes exploring on an island, where Hopper hears strange noises. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:55:00 2014-12-25 07:05:00 \N \N \N S \N 2606311 t
+8500 5955 Little Princess eng I Want to Be Good If Little Princess really wants to help decorate the Christmas tree, she has to maintain her good behaviour all day. It's easier said than done, though! Narrated by Julian Cl... \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:05:00 2014-12-25 07:20:00 \N \N \N S \N 2606312 t
+8500 5956 Mr Men eng Gifts Animated sketch show. Messrs Fussy and Messy find themselves in a spot of bother when their presents get jumbled up. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:20:00 2014-12-25 07:30:00 \N \N \N S \N 2606313 t
+8500 6261 New: Thomas and Friends eng Duncan the Humbug CGI animation. Who is taking the Steamies' Christmas decorations from the Tidmouth sheds? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:30:00 2014-12-25 07:45:00 \N \N \N S \N 2606314 t
+8500 5958 Noddy In Toyland eng Noddy and the Giant Jelly Noddy helps the Little Skittles to celebrate their birthday by bringing along a trampoline, but Mr Wobbly Man is about to cause trouble. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:45:00 2014-12-25 08:00:00 \N \N \N S \N 2606315 t
+8500 5959 Ben and Holly's Little Kingdom eng Ben and Holly's Christmas Part 2 Animated series. Just as everything is looking like it will be a disaster, Christmas at Lucy's house turns out to be magical. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:10:00 \N \N \N S \N 2606316 t
+8500 5960 Peppa Pig eng Lunch Pig tales. When the family goes to Granny and Grandpa Pig's house for dinner, George is reluctant to eat his salad. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 08:10:00 2014-12-25 08:20:00 \N \N \N S \N 2606317 t
+8500 5961 Peppa Pig eng Mr Potato's Xmas Show Animation. Hoor-oink! It's Christmas, and Playgroup is going to the theatre to see a special performance. Some people have never been to a theatre before. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 08:20:00 2014-12-25 08:30:00 \N \N \N S \N 2606318 t
+8500 5962 Toby's Travelling Circus eng Momo's Christmas Animation. Toby plans a surprise Christmas present for Momo, but when he won't tell him what it is Momo tries asking everyone else. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 08:30:00 2014-12-25 08:45:00 \N \N \N S \N 2606319 t
+8500 5964 Milkshake Bop Box eng \N Derek, Jen and Kemi celebrate the joy of Christmas in this lively festive bop. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 08:45:00 2014-12-25 08:50:00 \N \N \N S \N 2606320 t
+8500 5965 Peppa Pig eng Mummy Pig at Work Peppa and George love helping Mummy Pig work on her computer, but they prefer playing computer games. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 08:50:00 2014-12-25 09:00:00 \N \N \N S \N 2606321 t
+40960 58177 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 20:30:00 2014-12-25 21:00:00 \N \N \N \N \N 2606322 t
+4170 51854 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 22:40:00 2014-12-26 22:50:00 \N \N \N S \N 2606323 t
+4170 52897 Look North eng \N The latest news, sport and weather for Yorkshire. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 22:50:00 2014-12-26 23:00:00 \N \N \N S \N 2606324 t
+4170 56077 Match of the Day eng \N Highlights of the day's Premier League games, which see all 20 top-flight sides in action. There is a London derby at Stamford Bridge, where Chelsea take on West Ham. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:35:00 \N \N \N S \N 2606325 t
+4287 57738 To the Manor Born eng Christmas Special As Christmas approaches, Audrey is determined to carry out her responsibilities as though she still lived at the manor. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 12:15:00 2014-12-25 12:45:00 8 8 \N S \N 2606326 t
+4287 55642 The Choir eng New Military Wives Two-part documentary following Gareth Malone as he forms a Military Wives choir to perform at a WWI centenary prom. Performance day looms ever closer as rehearsals intensify. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-25 12:45:00 2014-12-25 13:45:00 2 2 \N AD,S \N 2606327 t
+4287 55644 60 Years of Carols from King's eng \N On the 60th anniversary of this Christmas institution, Juliet Stevenson narrates the story of Carols from King's. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 13:45:00 2014-12-25 14:45:00 \N \N \N S \N 2606328 t
+4287 55643 Kiss Me, Kate at the Proms eng \N John Wilson and his orchestra are joined by a spectacular ensemble of singers and dancers from Broadway and the West End for a unique performance of the musical Kiss Me, Kate. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 14:45:00 2014-12-25 17:00:00 \N \N \N S \N 2606329 t
+6016 40507 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:05:00 \N \N \N \N \N 2606330 t
+6016 41151 The Great War Diaries eng \N Historian Dr Ingrid Sharp traces how soldiers, mothers, nurses and children experienced World War One - through their diaries. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 03:05:00 2014-12-26 04:00:00 \N \N \N \N \N 2606331 t
+6016 40509 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 04:00:00 2014-12-26 04:05:00 \N \N \N \N \N 2606332 t
+6016 40510 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 04:05:00 2014-12-26 04:32:00 \N \N \N \N \N 2606333 t
+6016 40511 Science in Action eng \N A weekly look at science stories in and behind the news from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 04:32:00 2014-12-26 05:00:00 \N \N \N \N \N 2606334 t
+6016 40512 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 05:00:00 2014-12-26 05:05:00 \N \N \N \N \N 2606335 t
+6016 40513 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 05:05:00 2014-12-26 06:00:00 \N \N \N \N \N 2606336 t
+6848 61310 BBC Proms 2014 eng Another chance to hear a Prom with the Seoul Philharmonic under Myung-Whun Chung. Debussy La mer. Unsuk Chin: Su (Wu Wei: sheng). Tchaikovsky: Symphony No 6 (Pathetique). \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 19:30:00 2014-12-26 22:00:00 \N \N \N \N \N 2606337 t
+5632 36378 Come Rain or Shine eng 5 live Weather Review 2014 Simon King and Liz Bentley take a look back at how the weather impacted our lives in 2014, following a year of headline-making record-breaking weather. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 05:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2606338 t
+12928 42206 Jewellery Maker - Teleshopping eng \N Ever wanted to handcraft your own jewellery? Our friendly presenters and Guest Designers will show you how to master a variety of techniques through easy to follow, step by step tutorials. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2606339 t
+4166 51845 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:05:00 2014-12-26 18:20:00 \N \N \N S \N 2606340 t
+4166 52457 East Midlands Today eng \N The latest news, sport and weather for the East Midlands. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:20:00 2014-12-26 18:25:00 \N \N \N S \N 2606341 t
+4166 56624 Still Open All Hours eng \N Sitcom. Granville is forced into taking extra security precautions for the shop's takings, which cause him no end of discomfort. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 18:25:00 2014-12-26 18:55:00 1 6 \N AD,S \N 2606342 t
+4166 56625 The Boy in the Dress eng \N One-off family comedy. Dennis is an ordinary boy but he feels different. He creates a whole new persona and puts it to the ultimate test - can a boy wear a dress? Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 18:55:00 2014-12-26 20:00:00 \N \N \N AD,S \N 2606343 t
+4166 51850 EastEnders eng \N Life for the Carters continues to explode - can they ever recover? Elsewhere one resident looks set to depart, but will they go as planned? Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:30:00 \N \N \N AD,S \N 2606344 t
+4166 56626 Marvel Avengers Assemble eng \N Comic book action adventure. The director of peacekeeping agency S.H.I.E.L.D. gathers an elite team of superheroes to protect the Earth from an alien invasion. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 20:30:00 2014-12-26 22:40:00 \N \N 2012 AD,S \N 2606345 t
+5824 39131 James Hopkin - A Georgian Trilogy eng The Wurst Express From Kakheti An impoverished Georgian poet is in Berlin for three months, not expecting shattering news from home. Read by Tom Goodman-Hill. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:15:00 2 3 \N \N \N 2606346 t
+5824 39306 Adventure of the Christmas Pudding eng \N Hercule Poirot must try to retrieve a priceless stolen ruby as he attends a Christmas house party. Agatha Christie's whodunnit stars John Moffatt. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-25 21:15:00 2014-12-25 22:00:00 \N \N \N \N \N 2606347 t
+5824 38937 My Teenage Diary eng \N Rufus Hound invites guests to revisit their teenage diaries. Comedian and author Robert Newman's diaries see him going to a CND rally and falling in love on the bus... twice. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:30:00 4 6 \N \N \N 2606348 t
+5824 40576 Shuttleworth Showtime eng \N 4 Extra Debut. It's Christmas party time in Sheffield for John Shuttleworth. With festive guests Jo Brand and Bonnie Tyler. From December 1994. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:30:00 \N \N \N \N \N 2606349 t
+5824 39311 Pleased to Meet You eng A Very Dora Christmas Theatre veteran Dora Dale puts the 'X' into Xmas with saucy festive yarns. Written and produced by Jake Yapp and Martin Kelner. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 23:30:00 2014-12-26 00:00:00 1 2 \N \N \N 2606350 t
+40960 53357 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 20:00:00 2014-12-25 20:15:00 \N \N \N \N \N 2606351 t
+25920 20172 Early Morning Shopping eng \N A selection of our best shows for the early morning shopper. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2606352 t
+25920 20851 Technology Sale eng \N An easy to connect range of today's technology for you and your family's enjoyment around the home at sale prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 07:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2606353 t
+25920 20854 Karcher Sale eng \N An amazing deal on a very special product. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 08:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2606354 t
+4736 63045 Vernon Bogdanor Lecture eng \N Professor Vernon Bogdanor delivers a lecture on the 1945 general election at the Museum of London, from Tuesday 11 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 21:15:00 2014-12-26 22:10:00 \N \N \N \N \N 2606355 t
+4736 63046 Westminster Hall eng \N Recorded coverage of a debate in Westminster Hall on UK-German relations within the EU, led by Conservative MP Sir Bill Cash, from Tuesday 18 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 22:10:00 2014-12-26 23:40:00 \N \N \N \N \N 2606356 t
+4736 63047 UK Relations with Hong Kong Committee eng \N Recorded coverage of the Foreign Affairs Committee session on the UK's relations with Hong Kong, 30 years after the Joint Declaration, from Tuesday 04 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 23:40:00 2014-12-27 01:25:00 \N \N \N \N \N 2606357 t
+7168 34328 CBeebies Christmas Karaoke eng \N Viewers can press the Red Button to sing along with their CBeebies chums. The service features songs from ZingZillas, Something Special and this year's CBeebies Pantomime. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-25 06:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2606358 t
+4736 64076 Anti-corruption Urgent Question eng \N Recorded coverage of an urgent question in the House of Commons on the government's anti-corruption plan, from Thursday 18 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 21:45:00 2014-12-19 22:15:00 \N \N \N \N \N 2606359 t
+40960 58176 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 20:15:00 2014-12-25 20:30:00 \N \N \N \N \N 2606360 t
+4672 49179 This is CBeebies! eng \N Welcome to the CBeebies channel. Programmes start at 6.00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2606361 t
+40960 53352 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:30:00 \N \N \N \N \N 2606362 t
+40960 58174 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 18:30:00 2014-12-25 19:00:00 \N \N \N \N \N 2606363 t
+40960 53355 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N \N \N 2606364 t
+40960 58175 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 19:30:00 2014-12-25 20:00:00 \N \N \N \N \N 2606365 t
+28480 11937 SBN Christmas Special eng \N Traditional Christmas songs performed by the Family Worship Center Singers \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 19:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2606366 t
+4287 58050 The Queen's Christmas Broadcast 2014 eng \N Her Majesty Queen Elizabeth II delivers her annual address in the Christmas message to the nation and Commonwealth. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:10:00 \N \N \N S,SL \N 2606367 t
+4287 56570 James May's Toy Stories eng Action Man at the Speed of Sound James May attempts to see if it's possible for Action Man to do what no toy has ever managed - travel faster than the speed of sound. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-25 17:10:00 2014-12-25 18:15:00 \N \N \N AD,S \N 2606368 t
+6016 40514 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:05:00 \N \N \N \N \N 2606369 t
+6016 40515 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 06:05:00 2014-12-26 07:00:00 \N \N \N \N \N 2606370 t
+6016 40516 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:05:00 \N \N \N \N \N 2606371 t
+6016 40517 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 07:05:00 2014-12-26 08:00:00 \N \N \N \N \N 2606372 t
+6016 40518 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:05:00 \N \N \N \N \N 2606373 t
+6016 40519 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 08:05:00 2014-12-26 08:32:00 \N \N \N \N \N 2606374 t
+6016 40520 Business Daily eng \N The daily drama of money and work from the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 08:32:00 2014-12-26 08:50:00 \N \N \N \N \N 2606375 t
+40960 58179 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:00:00 \N \N \N \N \N 2606788 t
+6848 61218 The Verb eng \N Ian McMillan presents an extended interview with Ian McEwan. The novelist reveals his writing process, from a novel's first line, to the language of intimacy. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 22:00:00 2014-12-26 22:45:00 \N \N \N \N \N 2606377 t
+6848 61219 The Essay eng \N I've Never Told Anyone This Before. Writers reveal secrets from their past. Suzanne Joinson. The story of buying and reading a box of letters from a stall in Deptford Market. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 22:45:00 2014-12-26 23:00:00 5 5 \N \N \N 2606378 t
+6848 61220 World on 3 eng \N Mary Ann Kennedy present highlights from World on 3's Commonwealth Connections series, with music from some of the 53 countries taking part in the 2014 Commonwealth Games. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 23:00:00 2014-12-27 01:00:00 \N \N \N \N \N 2606379 t
+5632 36367 5 live Breakfast eng \N Clare McDonnell and George Riley with news and Boxing Day sport previews. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2606380 t
+5824 39313 Mole Cooks His Goose eng \N Adrian Mole takes charge of the family's festive lunch. Sue Townsend's festive tale is read by Nicholas Barnes. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:15:00 \N \N \N \N \N 2606381 t
+5824 38943 A History of Private Life eng Ornamenting the Home Exploring life at home in the past, historian Amanda Vickery reveals sewing was a housewife's duty and also acted as valuable therapy. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 00:15:00 2014-12-26 00:30:00 9 30 \N \N \N 2606382 t
+5824 39163 Ladies of Letters Go Crackers eng \N Daughter Karen mediates after her mum Vera and Irene's vitriolic falling out. Stars Anne Reid, Prunella Scales and Mia Soteriou. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 00:30:00 2014-12-26 00:45:00 4 5 \N \N \N 2606383 t
+5824 39174 Jeremy Seal - Santa eng A Life Leaving southern Europe behind, Jeremy Seal tracks Saint Nicholas to Amsterdam where he becomes Sinterklaas, and onwards across the Atlantic. Read by Alan Cox. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 00:45:00 2014-12-26 01:00:00 4 5 \N \N \N 2606384 t
+5824 38946 Who Goes There? eng \N Martin Young's famous people quiz. With Francis Wheen, Carol Sarler, Fred Housego and Rachel Holmes. From January 2000. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 01:00:00 2014-12-26 01:30:00 3 6 \N \N \N 2606385 t
+5824 38947 Great Lives eng Rachmaninov 4 Extra Debut. Conductor Leonard Slatkin proposes composer Sergei Rachmaninov for great life status. With Humphrey Carpenter. From April 2003. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-26 01:30:00 2014-12-26 02:00:00 \N \N \N \N \N 2606386 t
+5824 38948 Doctor Who: Hornets' Nest eng A Sting in the Tale, pt 2 The Time Lord concludes his tale of encountering the deadly insects in medieval England. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:30:00 8 10 \N \N \N 2606387 t
+5824 39314 We Three Kings eng \N Ian Hislop probes the story and importance of the three kings of the Nativity, and how they ended up in Germany. From December 2008. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 02:30:00 2014-12-26 03:00:00 \N \N \N \N \N 2606388 t
+32836 31112 On The Aire eng \N Find out what's been happening in the city today. Your Made in Leeds news team bringing you all the stories that matter to you. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:30:00 \N \N \N \N \N 2606389 t
+32836 31113 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 21:30:00 2014-12-25 22:00:00 \N \N \N \N \N 2606390 t
+32836 31114 Playing Tricks eng \N Talented magicians amaze with their sleight of hand, uncanny ability to predict & incredible skill in creating illusions. You will be wowed by their incredible illusions and tantalising tricks. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:30:00 \N \N \N \N \N 2606391 t
+32836 31115 In The Pot eng \N Join Livvy and Chrissy in the Devilled Egg Kitchen Academy in Bristol on a culinary journey. Learning the art of cooking to time, with a few laughs along the way, will it all go according to plan? \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:00:00 \N \N \N \N \N 2606392 t
+32836 31116 Date My Mate eng \N See who is nominated and who the mate chooses as a date. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 23:00:00 2014-12-25 23:30:00 \N \N \N \N \N 2606393 t
+32836 45155 Life After United eng \N Catch up with the legends of Leeds United and see how they spent Christmas as a footballer. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-25 23:30:00 2014-12-26 00:00:00 \N \N \N \N \N 2606394 t
+5696 40184 Coming up on 5 live sports extra eng \N Coming up at 2.55pm tomorrow, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-25 00:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2606395 t
+28416 20136 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 2606396 t
+6016 42827 Newshour Extra eng Peshawar Attacks Former BBC Pakistan correspondent Owen Bennett-Jones is in Peshawar following the military school attack. He asks if the country will ever be able to defeat the Pakistan Taliban? \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 03:05:00 2014-12-19 04:00:00 \N \N \N \N \N 2606397 t
+4175 51845 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:05:00 2014-12-26 18:20:00 \N \N \N S \N 2606398 t
+4175 52491 Look North eng \N The latest news, sport and weather for Yorkshire and Lincolnshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:20:00 2014-12-26 18:25:00 \N \N \N S \N 2606399 t
+4175 56624 Still Open All Hours eng \N Sitcom. Granville is forced into taking extra security precautions for the shop's takings, which cause him no end of discomfort. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 18:25:00 2014-12-26 18:55:00 1 6 \N AD,S \N 2606400 t
+4175 56625 The Boy in the Dress eng \N One-off family comedy. Dennis is an ordinary boy but he feels different. He creates a whole new persona and puts it to the ultimate test - can a boy wear a dress? Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 18:55:00 2014-12-26 20:00:00 \N \N \N AD,S \N 2606401 t
+4175 51850 EastEnders eng \N Life for the Carters continues to explode - can they ever recover? Elsewhere one resident looks set to depart, but will they go as planned? Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:30:00 \N \N \N AD,S \N 2606402 t
+4175 56626 Marvel Avengers Assemble eng \N Comic book action adventure. The director of peacekeeping agency S.H.I.E.L.D. gathers an elite team of superheroes to protect the Earth from an alien invasion. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 20:30:00 2014-12-26 22:40:00 \N \N 2012 AD,S \N 2606403 t
+4672 52218 Kate and Mim-Mim eng A Christmas Wish Animated series. It's a stormy Christmas Eve, and Kate worries that Dad won't get home in time to put the star on the Christmas tree. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:20:00 \N \N \N S \N 2606404 t
+4672 52219 Octonauts eng A Very Vegimals Christmas Christmas special of the animated deep sea adventure series. The Vegimals' plans for a Christmas feast are interrupted when the Octonauts are all entangled in a blob of sea snot! Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 06:20:00 2014-12-25 06:45:00 \N \N \N AD,S \N 2606405 t
+4672 52220 The Furchester Hotel: Christmas Special eng Monster Monster Day Preschool puppet show. Monster Monster visits only one hotel on Monster Monster Day. Elmo really wants it to be the Furchester, but there's a problem. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 06:45:00 2014-12-25 07:00:00 \N \N \N AD,S \N 2606406 t
+4672 52221 Topsy and Tim's Christmas Eve eng \N Live-action children's show. It's the night before Christmas, and Topsy and Tim finish decorating the tree. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:15:00 \N \N \N AD,S \N 2606407 t
+6016 40535 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 15:00:00 2014-12-26 15:05:00 \N \N \N \N \N 2606507 t
+4672 52222 Peter Rabbit's Christmas Tale eng \N Animation inspired by Beatrix Potter's classic. Mr Bouncer is too sick to make the holiday supply delivery, so Peter and Benjamin take the job on. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:15:00 2014-12-25 07:40:00 \N \N \N AD,S \N 2606408 t
+4672 52223 Sarah & Duck: Christmas Special eng Petal Light Picking Animation. Sarah wants some special lights for her Christmas tree, and Bug knows where she might find some. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:40:00 2014-12-25 07:45:00 40 40 \N AD,S \N 2606409 t
+4672 52224 Timmy's Christmas Surprise eng \N Animation. It's Christmas Eve and Timmy and his friends are very excited. But a blizzard outside means that everyone is going to have to have a sleepover at the nursery. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:45:00 2014-12-25 08:10:00 \N \N \N AD,S \N 2606410 t
+4672 52225 Let's Play eng Christmas Elf Imaginative preschool show. Rebecca steps through the Magic Curtain and arrives at the North Pole on Christmas Eve. Has she got what it takes to be an elf? Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 08:10:00 2014-12-25 08:30:00 1 26 \N S \N 2606411 t
+4672 52226 3rd & Bird: Christmas Special eng A Very Squooky Christmas Adventures of a group of birds who teach children about social responsibility. It is Christmas Eve and Samuel, Rudy and Muffin find a lost little mouse. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 08:30:00 2014-12-25 08:50:00 25 25 \N S \N 2606412 t
+4672 52227 Pingu's Family Celebrate Christmas eng \N Animation about Pingu the penguin, who is intelligent but rather clumsy and occasionally misunderstood. Pingu's family celebrate Christmas. \N 2 25 f 1 eng eng 5 0 0 \N 2014-12-25 08:50:00 2014-12-25 08:55:00 \N \N \N S \N 2606413 t
+4672 52228 Swashbuckle Pirate Party eng \N Pirate-themed game show. Gem is joined by some CBeebies friends for a special Pirate Party as Tanay, Freya, Jonas and Josiah are the team of Swashbucklers. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 08:55:00 2014-12-25 09:25:00 \N \N \N S \N 2606414 t
+24064 59136 Postcards eng The Shop Time Forgot In East Anglia, a shop little-changed for a century is closing its doors. As JH Adams & Sons closes down. the owners and villagers take us on a very personal and poignant journey. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2606415 t
+24064 59137 Postcards eng Hooked to the Silver Screen Through the recollections of staff and movie-goers, this charming film revisits the romance of the long-gone flea pit and picture palace cinemas of an industrial town. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 07:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2606416 t
+24064 59138 The Brilliant Book eng Letter C It's Christmas! Follow the adventures of nine-year-old Benjamin and his friends as we take a look at the world from an autistic child's point of view... one alphabet letter at a time. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:30:00 \N \N \N \N \N 2606417 t
+24064 60222 Postcards eng Christmas with Dad An unconventional look at Christmas and fatherhood, exploring the stories of young men struggling to define themselves as parents over the festive period. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N \N \N 2606418 t
+6016 40529 The 5th Floor eng \N Original insights, playful perspectives and surprising stories from the World Service's 27 language sections, with David Amanor. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 12:05:00 2014-12-26 13:00:00 \N \N \N \N \N 2606419 t
+4736 64061 Communities and Local Government Questions eng \N Recorded coverage of questions in the House of Commons to communities and local government secretary Eric Pickles and his ministerial team, from Monday 15 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 01:00:00 2014-12-19 02:00:00 \N \N \N \N \N 2606420 t
+4736 64062 Justice Questions eng \N Recorded coverage of questions in the House of Commons to justice secretary Chris Grayling and his ministerial team, from Tuesday 18 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 02:00:00 2014-12-19 03:00:00 \N \N \N \N \N 2606421 t
+4287 58376 Morecambe & Wise in Pieces eng The Sketches Penelope Keith presents this celebration of Eric and Ernie. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 18:15:00 2014-12-25 19:15:00 \N \N \N S \N 2606422 t
+4287 55654 Christmas University Challenge eng \N Series featuring distinguished graduates. Philippa Gregory and Allan Little from the University of Edinburgh play James Mates and Jacqui Oatley from the University of Leeds. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 19:15:00 2014-12-25 19:45:00 4 10 \N S \N 2606423 t
+4287 56545 Dad's Army eng For the Love of Three Oranges A special Christmas episode from 1976. Three oranges are to be auctioned and Captain Mainwaring is determined to get one for his wife. \N 0 25 f 1 eng eng 3 0 0 \N 2014-12-25 19:45:00 2014-12-25 20:15:00 \N \N \N S \N 2606424 t
+4287 57741 Blackadder's Christmas Carol eng \N Seasonal comedy special. Christmas Eve, 1850. Ebenezer Blackadder is a decent, kind, generous human being - until his loathsome ancestors pay him a visit. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-25 20:15:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2606425 t
+6016 40522 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:05:00 \N \N \N \N \N 2606426 t
+6016 40523 Outlook Arts eng \N Life stories of the most interesting people from the world of arts. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 09:05:00 2014-12-26 10:00:00 \N \N \N \N \N 2606427 t
+6016 40524 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 10:00:00 2014-12-26 10:05:00 \N \N \N \N \N 2606428 t
+6016 40525 World Update eng \N News and issues making the headlines each day. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 10:05:00 2014-12-26 11:00:00 \N \N \N \N \N 2606429 t
+6016 40526 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:05:00 \N \N \N \N \N 2606430 t
+6016 40527 Outside Source eng \N The world is our Newsroom - join us as we find out what is happening right now around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 11:05:00 2014-12-26 12:00:00 \N \N \N \N \N 2606431 t
+5632 36380 Children of the Tsunami eng \N Ten years on from the tsunami, 5 live remembers one of the deadliest natural disasters in recorded history as we hear from survivors who were children at the time. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2606432 t
+5632 36381 Kermode and Mayo's Film Review eng \N Chosen by listeners, highlights from the show in 2014, including Benedict Cumberbatch, Nicole Kidman, Horrible Bosses 2 and Nativity 3. Plus the Wittertainment Top 10 of the year. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2606433 t
+5824 41400 Happy Birthday Maurice Cole eng \N Paul Rowley explains how Christmas-born radio legend Kenny Everett started life as a quiet Merseyside schoolboy. From December 2010. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 03:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2606434 t
+5824 39132 James Hopkin - A Georgian Trilogy eng The Wurst Express From Kakheti An impoverished Georgian poet is in Berlin for three months, not expecting shattering news from home. Read by Tom Goodman-Hill. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 04:00:00 2014-12-26 04:15:00 2 3 \N \N \N 2606435 t
+5824 39315 Adventure of the Christmas Pudding eng \N Hercule Poirot must try to retrieve a priceless stolen ruby as he attends a Christmas house party. Agatha Christie's whodunnit stars John Moffatt. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 04:15:00 2014-12-26 05:00:00 \N \N \N \N \N 2606436 t
+5824 38953 No Commitments eng A Man Who Cares Victoria fumes jealously as Charlotte proudly parades her new lover. Stars Celia Imrie and Nicola Pagett. From December 1994. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 05:00:00 2014-12-26 05:30:00 6 6 \N \N \N 2606437 t
+5824 38954 The Elephant Man eng Labour Pains Terry's bank balance is redder than a baboon's bottom, so he starts a paper round. Stars Peter Serafinowicz. From October 1996. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 05:30:00 2014-12-26 05:55:00 6 8 \N \N \N 2606438 t
+40960 53362 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2606789 t
+5824 39193 Kenny Everett - Captain Kremmen eng Crashing at the Thargoids' Crash landing on the mystery planet, Kremmen and his crew meet their horrible hosts. Kenny Everett's 1970s sci-fi serial. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 05:55:00 2014-12-26 06:00:00 4 25 \N \N \N 2606439 t
+41120 14179 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 09:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2606440 t
+41072 13135 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2606441 t
+41072 13136 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-26 07:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2606442 t
+41072 13137 eng \N \N \N 0 25 f \N \N \N 5 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:30:00 \N \N \N \N \N 2606443 t
+41072 14288 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N \N \N 2606444 t
+7168 34329 CBeebies Christmas Karaoke eng \N Viewers can press the Red Button to sing along with their CBeebies chums. The service features songs from ZingZillas, Something Special and this year's CBeebies Pantomime. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-25 12:00:00 2014-12-25 14:10:00 \N \N \N \N \N 2606445 t
+7168 34507 Radio 2 in Concert eng Take That Take That reconvene after a four year hiatus to perform at the intimate setting of the Radio Theatre in the heart of London, where they prove that three is the magic number! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:10:00 2014-12-25 19:10:00 \N \N \N \N \N 2606446 t
+6016 40530 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:05:00 \N \N \N \N \N 2606447 t
+4672 52229 Kate and Mim-Mim eng A Christmas Wish Animated series. It's a stormy Christmas Eve, and Kate worries that Dad won't get home in time to put the star on the Christmas tree. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 09:25:00 2014-12-25 09:45:00 \N \N \N S \N 2606448 t
+4672 52230 Something Special eng A Christmas Special Educational series for four- to seven-year-old children with learning difficulties. It's Christmas so Mr Tumble, Lord Tumble and Grandad Tumble decorate the house. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 09:45:00 2014-12-25 10:05:00 1 20 \N S \N 2606449 t
+4672 52231 My Pet and Me: Christmas Special eng Reindeer Ferne takes a festive trip to visit Alexandra and her reindeer. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 10:05:00 2014-12-25 10:25:00 16 25 \N S \N 2606450 t
+4672 52232 Tree Fu Tom eng The Sprite before Christmas Animated fantasy adventure show. Tom arrives to find everyone preparing to celebrate Winterfest, a Treetopolis version of Christmas. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 10:25:00 2014-12-25 10:45:00 \N \N \N S \N 2606451 t
+4672 52233 The Furchester Hotel: Christmas Special eng Monster Monster Day Preschool puppet show. Monster Monster visits only one hotel on Monster Monster Day. Elmo really wants it to be the Furchester, but there's a problem. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 10:45:00 2014-12-25 11:00:00 \N \N \N AD,S \N 2606452 t
+4672 52234 Justin's House: Christmas Special eng All Wrapped Up Justin Fletcher entertains children with singing, dancing and comedy. Robert and Little Monster are getting the house ready for Christmas. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:25:00 23 23 \N S \N 2606453 t
+4672 52235 Mike the Knight eng Christmas Castle Animated series about a young knight in training. Mike is thrilled to find that his dad has come back to spend Christmas with his family! Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 11:25:00 2014-12-25 11:50:00 \N \N \N AD,S \N 2606454 t
+4672 52236 Grandpa in My Pocket: Christmas Special eng The Magic of Christmas Comedy featuring a grandpa with a magical shrinking cap. Grandpa thinks that Christmas is a magical time and everyone agrees, except Great Aunt Loretta. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 11:50:00 2014-12-25 12:05:00 \N \N \N AD,S \N 2606455 t
+14816 1022 1-2-1 Dating - Try ADULT eng \N 1-2-1 Dating's popular ADULT section is for those seeking something a little unusual, specific or extracurricular. Search the pages to find your adult 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 20:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2606456 t
+4287 56571 Tim Rice - A Life in Song eng \N A celebration of one of our greatest musical lyricists. Tim Rice, in the company of Michael Grade, reminisces over 40 years of hit songs. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:30:00 1 2 \N S \N 2606457 t
+4287 51557 QI eng No L Stephen Fry introduces the QI Christmas special - and a very special guest. With Carrie Fisher, Bill Bailey, Jimmy Carr and Alan Davies. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:00:00 12 18 \N S \N 2606458 t
+4287 56572 Marvellous eng \N Part biopic, part musical and part fantasy, this is the true story of Neil Baldwin, a man who refused to accept the label of learning difficulties. Contains strong language. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:30:00 \N \N \N AD,S \N 2606459 t
+6016 40528 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:05:00 \N \N \N \N \N 2606460 t
+6016 40531 HARDtalk eng \N In-depth, hard-hitting interviews with newsworthy personalities. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 13:05:00 2014-12-26 13:32:00 \N \N \N \N \N 2606461 t
+6016 40532 Science in Action eng \N A weekly look at science stories in and behind the news from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 13:32:00 2014-12-26 14:00:00 \N \N \N \N \N 2606462 t
+6016 40533 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:05:00 \N \N \N \N \N 2606463 t
+6016 40534 Newshour eng \N BBC correspondents report live from around the world to explain why events are happening and what impact they will have on our lives. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 14:05:00 2014-12-26 15:00:00 \N \N \N \N \N 2606464 t
+14608 32086 M*A*S*H eng \N All personnel are ordered to have a medical check-up. Trapper refuses an examination & finally confesses he's got an ulcer which could provide grounds for a medical discharge from the Army. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 7 \N \N \N 3 2606465 t
+14608 32087 M*A*S*H eng \N Henry's wife writes him that given the circumstances of war, she'd understand if he found another woman. He reads between the lines that she is having an affair with another man. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 8 \N \N \N 3 2606466 t
+14608 32088 Remembering Diana Princess Of Wales eng \N The people's princess died on August 31st 1997. But what was it that made her so special and connect with the public in ways that no Royal has done since? \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2606467 t
+17540 51820 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:05:00 \N \N \N \N \N 2606468 t
+17540 58351 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 22:05:00 2014-12-25 22:40:00 \N \N \N \N \N 2606469 t
+17540 56122 eng \N \N \N \N \N \N \N \N eng 0 0 0 \N 2014-12-25 22:40:00 2014-12-25 23:40:00 \N \N \N \N \N 2606470 t
+17540 51824 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 23:40:00 2014-12-25 23:55:00 \N \N \N \N \N 2606471 t
+17540 56123 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 23:55:00 2014-12-26 00:00:00 \N \N \N \N \N 2606472 t
+16016 7488 Carry On Cowboy eng \N Western spoof starring Sid James and Kenneth Williams, 1965. Saddle up for a fistful of double entendres with the hilarious Carry On regulars \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:55:00 \N \N \N AD,S \N 2606473 t
+16016 7489 A Touch of Frost eng Not with Kindness Police drama. There are threats, deaths, arson and a staff shortage at the police station. But for Frost, anything has to be better than staying at home. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-26 18:55:00 2014-12-26 21:00:00 \N \N \N S \N 2606474 t
+8442 55966 Britain's Wildest Weather 2014 eng \N The amazing human stories and incredible science behind the wild weather events that devastated Britain this year, from floods to tornadoes and hurricanes. Is there worse to come? \N 2 25 f 3 eng \N 9 0 0 \N 2014-12-26 19:20:00 2014-12-26 21:00:00 \N \N \N S \N 2606475 t
+41072 13140 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-26 09:45:00 2014-12-26 10:30:00 \N \N \N \N \N 2606857 t
+5632 36313 5 live Sport eng \N Mark Pougatch presents build-up to a busy day of Boxing Day football, featuring three Premier League commentaries. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:45:00 \N \N \N \N \N 2606476 t
+5632 36371 5 live Sport eng \N Live Premier League football commentary on Chelsea v West Ham. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-26 12:45:00 2014-12-26 15:00:00 \N \N \N \N \N 2606477 t
+4736 64056 International Development Questions eng \N Recorded coverage of questions in the House of Commons to international development secretary Justine Greening and her ministerial team, from Wednesday 17 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 03:00:00 2014-12-19 03:30:00 \N \N \N \N \N 2606478 t
+4736 64057 Energy and Climate Change Questions eng \N Recorded coverage of questions in the House of Commons to energy and climate change secretary Ed Davey and his ministerial team, from Thursday 18 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 03:30:00 2014-12-19 04:30:00 \N \N \N \N \N 2606479 t
+4736 63977 Lords Questions eng \N Recorded coverage of questions in the House of Lords from Monday 15 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 04:30:00 2014-12-19 05:00:00 \N \N \N \N \N 2606480 t
+4736 64059 Lords Questions eng \N Recorded coverage of questions in the House of Lords, from Tuesday 16 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 05:00:00 2014-12-19 05:30:00 \N \N \N \N \N 2606481 t
+4736 64060 Lords Questions eng \N Recorded coverage of questions in the House of Lords from Wednesday 17 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 05:30:00 2014-12-19 06:00:00 \N \N \N \N \N 2606482 t
+5824 38955 Doctor Who: Hornets' Nest eng Hive of Horror, pt 1 Now up to speed, Mike Yates joins forces with the Time Lord to tackle the alien swarm. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:30:00 9 10 \N \N \N 2606483 t
+5824 39317 Ainsley's First Kitchen eng \N 4 Extra Debut. Chef Ainsley Harriott relives some childhood experiences in London that made Christmas so special. With Arthur Smith. From December 2005. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-26 06:30:00 2014-12-26 07:00:00 \N \N \N \N \N 2606484 t
+5824 38957 Do Nothing 'Til You Hear From Me eng Swingin' Down the Lane Can musicians Roy and George settle a 50-year-old score with their former bandleader? Stars Don Warrington. From July 2005. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:30:00 3 4 \N \N \N 2606485 t
+5824 38958 The Rest Is History eng \N Frank Skinner and his guests explore funny, odd and interesting moments in history. With historian Dr Kate Williams, plus John Lloyd and Katy Brand. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 07:30:00 2014-12-26 08:00:00 2 6 \N \N \N 2606486 t
+5824 40034 A Date With Nurse Dugdale eng \N 4 Extra Debut. Arthur Marshall plays the ever-efficient Nurse Dugdale, battling to arrange the hospital pageant. With Jack Jackson. From May 1944. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:30:00 \N \N \N \N \N 2606487 t
+5824 39322 Spike Milligan - The GPO Show eng \N 4 Extra Debut. Spike Milligan delivers first-class fun to postmaster general Tony Benn and other Post Office staff. With Bob Todd. From December 1964. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N \N \N 2606488 t
+28160 16152 Ireland in Christmas Praise eng \N The New Irish Choir and Orchestra, featuring New Irish Youth and guest soloists perform at Belfast Waterfront. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 15:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2606489 t
+28160 16153 Trad Service eng \N Join your favourite Premier presenters for this traditional service. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2606490 t
+5696 40185 Coming up on 5 live sports extra eng \N Coming up at 2.55pm tomorrow, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-25 06:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2606491 t
+4672 52237 CBeebies Peter Pan eng \N Musical stage adaptation of JM Barrie's classic tale, which tells the story of the boy who would not grow up and the adventures of the Darling children in Neverland. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 12:05:00 2014-12-25 12:45:00 \N \N \N AD,S \N 2606492 t
+4672 52238 Buzz and Tell eng Christmas Special Panel show for puppets, hosted by walrus Walter Flipstick. Christmas special with contestants the very shy Ken Koala and opinionated orangutan Orange Bernard. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 12:45:00 2014-12-25 13:00:00 \N \N \N S \N 2606493 t
+4672 52239 Swashbuckle Pirate Party eng \N Pirate-themed game show. Gem is joined by some CBeebies friends for a special Pirate Party as Tanay, Freya, Jonas and Josiah are the team of Swashbucklers. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 13:00:00 2014-12-25 13:25:00 \N \N \N S \N 2606494 t
+4672 52240 Kate and Mim-Mim eng A Christmas Wish Animated series. It's a stormy Christmas Eve, and Kate worries that Dad won't get home in time to put the star on the Christmas tree. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 13:25:00 2014-12-25 13:45:00 \N \N \N S \N 2606495 t
+4672 52241 Something Special eng A Christmas Special Educational series for four- to seven-year-old children with learning difficulties. It's Christmas so Mr Tumble, Lord Tumble and Grandad Tumble decorate the house. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 13:45:00 2014-12-25 14:05:00 1 20 \N S \N 2606496 t
+4672 52242 Mr Bloom's Nursery eng Hoe! Hoe! Hoe! Special Christmas episode of the children's gardening show. The Veggies are visiting a log cabin for Christmas, but it needs decorating. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 14:05:00 2014-12-25 14:35:00 \N \N \N S \N 2606497 t
+4672 52243 Let's Celebrate Christmas eng \N Thomas Ticker meets children celebrating religious and cultural festivals in the UK. Katie and Hannah from Bournemouth prepare for Christmas. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 14:35:00 2014-12-25 14:50:00 1 15 \N AD,S \N 2606498 t
+4672 52244 Teletubbies eng Nativity Preschool comedy combining fun, fantasy and education. The Teletubbies use their separate snowballs to make a snowtubby. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-25 14:50:00 2014-12-25 15:15:00 \N \N \N S \N 2606499 t
+14832 1385 Winter in Gay Rabbit Meadow eng \N Gay Rabbit Chat & Date has been connecting people for 6 years, so wherever you sit on the LGBT spectrum, pop in and say hi! Introduce a friend and earn FREE credits for each of you \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2606500 t
+4288 39946 This Is BBC Three eng \N BBC Three. The best in new entertainment, comedy, contemporary drama and music for the digital generation. Stay tuned for 60 Seconds news. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 18:58:00 2014-12-26 19:00:00 \N \N \N \N \N 2606501 t
+4288 42984 Great Movie Mistakes III eng Not in 3D Robert Webb is here to expose more silver screen slip-ups from recent hit movies, from Hollywood blockbusters to box office hits, award-winning masterpieces to the biggest flops. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 1 13 \N S \N 2606502 t
+4288 42748 Doctor Who eng Last Christmas The Doctor and Clara face their last Christmas. Trapped on an Arctic base, under attack from terrifying creatures, who are you going to call? Santa Claus! Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N AD,S \N 2606503 t
+14800 1385 Come Up and See Me eng \N Rabbit Chat & Date has been connecting people for over 6 years now on TV - and now also by our new iPhone app! Flirt, chat & make new friends. The opportunities are endless! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2606504 t
+4287 56573 The Producers eng \N Remake of the Mel Brooks classic in which a crooked Broadway producer co-opts a timid accountant to help him stage a play that is certain to flop. Contains adult humour. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 00:30:00 2014-12-26 02:35:00 \N \N 2005 AD,S \N 2606505 t
+4287 51531 This Is BBC Two eng \N Highlights of programmes on BBC Two. \N 2 25 f 3 eng eng 0 0 0 \N 2014-12-26 02:35:00 2014-12-26 06:10:00 \N \N \N S \N 2606506 t
+41072 13141 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-26 10:30:00 2014-12-26 11:15:00 \N \N \N \N \N 2606858 t
+6016 40536 Business Daily eng \N The daily drama of money and work from the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 15:05:00 2014-12-26 15:20:00 \N \N \N \N \N 2606508 t
+6016 40537 The Essential eng \N A chance to hear extracts from some of our most thought-provoking broadcasts. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 15:20:00 2014-12-26 15:32:00 \N \N \N \N \N 2606509 t
+6016 40538 Sport Today eng \N Live sport from around the world with news, interviews and analysis. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-26 15:32:00 2014-12-26 16:00:00 \N \N \N \N \N 2606510 t
+6016 40539 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 16:00:00 2014-12-26 16:05:00 \N \N \N \N \N 2606511 t
+6016 40540 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 16:05:00 2014-12-26 16:32:00 \N \N \N \N \N 2606512 t
+6016 40541 Tech Tent eng \N Looking at the latest stories in the Tech world and what they mean for businesses and consumers. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 16:32:00 2014-12-26 17:00:00 \N \N \N \N \N 2606513 t
+6016 40542 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:05:00 \N \N \N \N \N 2606514 t
+6016 40543 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 17:05:00 2014-12-26 17:32:00 \N \N \N \N \N 2606515 t
+6016 40544 World Business Report eng \N The latest business and finance news from around the world, on the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 17:32:00 2014-12-26 18:00:00 \N \N \N \N \N 2606516 t
+20352 58314 eng \N \N \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 19:25:00 2014-12-25 19:30:00 \N \N \N \N \N 2606517 t
+20352 58315 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 19:30:00 2014-12-25 22:00:00 \N \N \N \N \N 2606518 t
+5632 36372 5 live Sport eng \N Live Premier League football from across this afternoon's 3.00pm kick-offs. Plus horse racing from the King George VI Chase and updates from the Championship and Football League. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-26 15:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2606519 t
+5632 36373 Sports Report eng \N Reports, results, and reaction from the day's big sporting stories. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 \N \N \N \N \N 2606520 t
+5632 36386 5 live Sport eng \N Live Premier League football commentary on Arsenal v Queens Park Rangers. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-26 17:30:00 2014-12-26 19:25:00 \N \N \N \N \N 2606521 t
+6016 42828 Newshour Extra eng Peshawar Attacks Former BBC Pakistan correspondent Owen Bennett-Jones is in Peshawar following the military school attack. He asks if the country will ever be able to defeat the Pakistan Taliban? \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-19 09:05:00 2014-12-19 10:00:00 \N \N \N \N \N 2606522 t
+8385 58314 Unbroken Interview Special eng \N Director Angelina Jolie and star Jack O'Connell talk about making the dramatic wartime adventure about real-life hero Louis Zamperini. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 18:25:00 2014-12-25 18:30:00 \N \N \N \N \N 2606523 t
+8385 58315 Star Trek eng \N JJ Abrams' sci-fi adventure prequel, starring Chris Pine and Zachary Quinto, explores Kirk and Spock's early years, during which they are hunted by a vengeful time traveller. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 18:30:00 2014-12-25 21:00:00 \N \N 2009 AD,S \N 2606524 t
+6016 40549 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 19:05:00 2014-12-26 19:32:00 \N \N \N \N \N 2606525 t
+22226 3944 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 \N \N \N S \N 2606526 t
+22226 3947 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N S \N 2606527 t
+22226 3949 Bullseye eng \N Dartboard quiz game that tests contestants' darts skills and their general knowledge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N S \N 2606528 t
+22226 3950 Bullseye eng \N Dartboard quiz game that tests contestants' darts skills and their general knowledge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:30:00 \N \N \N S \N 2606529 t
+22226 3972 Bullseye eng \N Dartboard quiz game that tests contestants' darts skills and their general knowledge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 20:30:00 2014-12-26 21:00:00 \N \N \N S \N 2606530 t
+5824 38961 The Museum of Curiosity eng \N John receives offerings from polymath Daniel Tammet, explorer Robin Hanbury-Tenison and comedian Ronni Ancona. From June 2010. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:30:00 5 6 \N \N \N 2606531 t
+5824 38962 Big Jim and the Figaro Club eng Up the Pole When Perkins befriends the Carnival Queen, the workmates plot a little sabotage. With Norman Rossington. From March 1987. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 09:30:00 2014-12-26 10:00:00 4 6 \N \N \N 2606532 t
+5824 39110 Inspector Alleyn - When in Rome eng \N Trailing a vast 1970s drugs syndicate, Inspector Alleyn heads incognito to Italy. But he hasn't reckoned on murder. Stars Jeremy Clyde. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2606533 t
+5824 39133 James Hopkin - A Georgian Trilogy eng The Soul Is Missing Fairy Tales! A bus of journalists and artists breaks down on a military highway to Tbilisi. A Russian return is rumoured. Read by Ben Miles. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:15:00 3 3 \N \N \N 2606534 t
+5824 39324 The Sorcerer's Apprentice eng \N A young magician is left alone in his master's workshop. Judith French updates Goethe's tale. Starring Paul Rhys and Harry Towb. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 11:15:00 2014-12-26 12:00:00 \N \N \N \N \N 2606535 t
+13120 8378 Hi-Tech Toys & Electronics ft Acer eng \N A cutting-edge collection of electronic toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! This show features Acer products. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2606536 t
+13120 8379 In the Kitchen featuring Ninja eng \N Tantalise those taste buds with a selection of kitchen products guaranteed to help you produce the dishes of your dreams. Join Ninja for the latest in gourmet delights. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2606537 t
+13120 8380 Vax Home Cleaning eng \N From wood to carpet, tile to slate, you can clean and vacuum all the surfaces in your home with help from the Vax range. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2606538 t
+23152 17587 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N \N \N 2606539 t
+23152 17588 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N \N \N 2606540 t
+23152 17911 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2606541 t
+23152 17912 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2606542 t
+12992 31220 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:30:00 \N \N \N \N \N 2606543 t
+12992 31221 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:30:00 2014-12-26 07:00:00 \N \N \N \N \N 2606544 t
+12992 31222 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:30:00 \N \N \N \N \N 2606545 t
+12992 31223 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 07:30:00 2014-12-26 08:00:00 \N \N \N \N \N 2606546 t
+7168 34347 Doctor Who Extra eng \N A new series, a new costume and a new Doctor! Check out more adventures in time and space on the Red Button. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-25 19:10:00 2014-12-25 22:25:00 \N \N \N \N \N 2606549 t
+4736 64063 Devolution Statement eng \N Recorded coverage of a statement in the House of Commons on English devolution, from Tuesday 16 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 06:00:00 2014-12-19 07:25:00 \N \N \N \N \N 2606550 t
+4736 64064 Lords Devolution Statement eng \N Recorded coverage of a statement in the House of Lords on English devolution, from Tuesday 16 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 07:25:00 2014-12-19 08:10:00 \N \N \N \N \N 2606551 t
+4736 64065 Post Office Card Account Statement eng \N Recorded coverage of a statement in the House of Commons on the Post Office Card Account, from Tuesday 16 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 08:10:00 2014-12-19 08:45:00 \N \N \N \N \N 2606552 t
+4736 64066 Ten Minute Rule Bill eng \N Recorded coverage of Labour MP Sarah Champion introducing her Ten Minute Rule Bill on transparency in equal pay, from Tuesday 16 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 08:45:00 2014-12-19 09:00:00 \N \N \N \N \N 2606553 t
+4672 52245 Mister Maker Christmas Around the World eng \N Arts and crafts programme. In this Christmas episode, Mister Maker enjoys fun and festivities on a globetrotting tour. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 15:15:00 2014-12-25 15:35:00 26 26 \N S \N 2606554 t
+4672 52246 Mouse and Mole at Christmas Time eng \N Animation. Before giving a Twelfth Night party, Mouse makes a snowmole for Mole. In a dream, Snowmole takes him to a land where his every wish is granted. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 15:35:00 2014-12-25 16:05:00 \N \N \N S \N 2606555 t
+4672 52247 Topsy and Tim's Christmas Eve eng \N Live-action children's show. It's the night before Christmas, and Topsy and Tim finish decorating the tree. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 16:05:00 2014-12-25 16:20:00 \N \N \N AD,S \N 2606556 t
+4672 52248 The Cow That Almost Missed Christmas eng \N Animation retelling the story of the nativity from the point of view of a young cow living in a stable in Bethlehem. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 16:20:00 2014-12-25 16:45:00 \N \N \N AD,S \N 2606557 t
+4672 52249 Octonauts eng A Very Vegimals Christmas Christmas special of the animated deep sea adventure series. The Vegimals' plans for a Christmas feast are interrupted when the Octonauts are all entangled in a blob of sea snot! Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 16:45:00 2014-12-25 17:10:00 \N \N \N AD,S \N 2606558 t
+4672 52250 The Furchester Hotel: Christmas Special eng Monster Monster Day Preschool puppet show. Monster Monster visits only one hotel on Monster Monster Day. Elmo really wants it to be the Furchester, but there's a problem. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 17:10:00 2014-12-25 17:20:00 \N \N \N AD,S \N 2606559 t
+4672 52251 Old Jack's Boat eng The Christmas Quest Children's series about a retired fisherman who tells tall stories. In this Christmas special, Jack tells the story of his quest to find three Christmas gifts. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 17:20:00 2014-12-25 17:40:00 \N \N \N S \N 2606560 t
+4672 52252 Katie Morag eng Katie Morag and the New Boy The new teacher arrives at Struay Primary School, bringing with him his son John. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 17:40:00 2014-12-25 18:00:00 5 26 \N AD,S \N 2606561 t
+24480 3656 A Merry Little Christmas eng \N Penguins huddle together to keep warm, it's a scientific fact. So we say cuddle up and enjoy these wonderful Christmas videos. They're sure to have you feeling warm and fuzzy inside in no time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2606562 t
+24480 3657 Best Of British Soft Rock Bands eng We're toning rock down a notch to talk about something special love. Prefab Sprout's When Love Breaks Down, Small Faces' Stand By Me and Dire Straits' Romeo And Juliet all feature. Need we say more? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2606563 t
+24480 3658 Pat Sharp's Time Warp eng \N It's 1980, and Pat Sharp is having a jolly time with Hazel O'Connor. The Time Warp delivers a typewriter and some spine-chilling text; we're back in a world of The Shining! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N \N \N 2606564 t
+24480 3659 Breakaway eng \N Breakaway from the norm of daytime telly - let Vintage TV carry you through the day in style, as we thumb through our greatest hits record collection. Go on, take the weight off. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 11:30:00 2014-12-26 13:00:00 \N \N \N \N \N 2606565 t
+6720 65181 BBC Radio 1's Stories eng Introducing George Ezra Huw Stephens journeys from Bristol to Budapest as he follows George Ezra from his early BBC Introducing success to release of his debut album. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 2606566 t
+4288 42985 Anchorman eng The Legend of Ron Burgundy Comedy. A female reporter threatens the all-male '70s San Diego newsroom dominated by its anchorman. With Will Ferrell. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:30:00 \N \N 2004 AD,S \N 2606567 t
+4288 42115 EastEnders eng \N Life for the Carters continues to explode - can they ever recover? Elsewhere one resident looks set to depart, but will they go as planned? Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 22:30:00 2014-12-26 23:00:00 \N \N \N AD,S \N 2606568 t
+4288 42117 Family Guy eng Death Lives Animated comedy about the everyday trials of family life. After a near-death experience, Peter learns the importance of spending time with Lois. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 23:00:00 2014-12-26 23:25:00 6 22 \N S \N 2606569 t
+4288 42118 Family Guy eng Don't Make Me Over Animated comedy about family life. Peter, Quagmire, Joe and Cleveland start a mish-mash covers band, only to find they can't play. Meg saves the day. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 23:25:00 2014-12-26 23:45:00 \N \N \N S \N 2606570 t
+4288 42119 Family Guy eng Lethal Weapons Animated comedy. Bonnie convinces Lois to join her tae-jitsu class. Quahog is invaded by New York 'leafers' looking at the pretty autumn leaves. Contains adult humour. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 23:45:00 2014-12-27 00:10:00 7 22 \N S \N 2606571 t
+40992 52229 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 09:25:00 2014-12-25 09:45:00 \N \N \N \N \N 2606572 t
+40992 52230 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 09:45:00 2014-12-25 10:05:00 \N \N \N \N \N 2606573 t
+40992 52231 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 10:05:00 2014-12-25 10:25:00 \N \N \N \N \N 2606574 t
+40992 52232 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 10:25:00 2014-12-25 10:45:00 \N \N \N \N \N 2606575 t
+40992 52233 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 10:45:00 2014-12-25 11:00:00 \N \N \N \N \N 2606576 t
+40992 52234 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:25:00 \N \N \N \N \N 2606577 t
+40992 52235 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 11:25:00 2014-12-25 11:50:00 \N \N \N \N \N 2606578 t
+40992 52236 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 11:50:00 2014-12-25 12:05:00 \N \N \N \N \N 2606579 t
+6016 40545 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:05:00 \N \N \N \N \N 2606580 t
+6016 40546 World Have Your Say eng \N The BBC news programme where you set the agenda. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 18:05:00 2014-12-26 18:50:00 \N \N \N \N \N 2606581 t
+6016 40547 News about Ebola eng \N More of the latest information about local, regional and international efforts to contain and combat Ebola. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 18:50:00 2014-12-26 19:00:00 \N \N \N \N \N 2606582 t
+6016 40548 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:05:00 \N \N \N \N \N 2606583 t
+6016 40550 The Food Chain eng \N The Food Chain examines the business, science and cultural significance of food, and what it takes to put food on your plate. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-26 19:32:00 2014-12-26 20:00:00 \N \N \N \N \N 2606584 t
+6016 40551 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:05:00 \N \N \N \N \N 2606585 t
+6016 40552 HARDtalk eng \N In-depth, hard-hitting interviews with newsworthy personalities. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 20:05:00 2014-12-26 20:32:00 \N \N \N \N \N 2606586 t
+6016 40553 The World this Week eng \N What's been happening around the world and why it matters. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 20:32:00 2014-12-26 21:00:00 \N \N \N \N \N 2606587 t
+22720 1386 Friday Night Kiss eng AJ AJ playing the biggest club tunes \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 22:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2606588 t
+5632 36388 5 live News eng \N A round-up of Boxing Day main stories. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 19:25:00 2014-12-26 19:30:00 \N \N \N \N \N 2606589 t
+5632 36374 606 eng \N Have your say on Boxing Day's big football stories with Caroline Barker and Robbie Savage. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-26 19:30:00 2014-12-26 21:00:00 \N \N \N \N \N 2606590 t
+5824 40035 A Date With Nurse Dugdale eng \N 4 Extra Debut. Arthur Marshall plays the ever-efficient Nurse Dugdale, battling to arrange the hospital pageant. With Jack Jackson. From May 1944. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 \N \N \N \N \N 2606591 t
+5824 39337 Spike Milligan - The GPO Show eng \N 4 Extra Debut. Spike Milligan delivers first-class fun to postmaster general Tony Benn and other Post Office staff. With Bob Todd. From December 1964. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 12:30:00 2014-12-26 13:00:00 \N \N \N \N \N 2606592 t
+5824 38968 Doctor Who: Hornets' Nest eng Hive of Horror, pt 1 Now up to speed, Mike Yates joins forces with the Time Lord to tackle the alien swarm. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:30:00 9 10 \N \N \N 2606593 t
+5824 39318 Ainsley's First Kitchen eng \N 4 Extra Debut. Chef Ainsley Harriott relives some childhood experiences in London that made Christmas so special. With Arthur Smith. From December 2005. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-26 13:30:00 2014-12-26 14:00:00 \N \N \N \N \N 2606594 t
+5824 39326 Charles Dickens - The Signalman eng \N The famous spine-chilling tale about a railway worker haunted by a spectre, warning him of danger on the rails. Read by Emlyn Williams. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:15:00 \N \N \N \N \N 2606595 t
+5824 38971 A History of Private Life eng Mistress and Servants Historian Amanda Vickery on the perils of running a house in Lancashire with unreliable servants. From Elizabeth Shackleton's diaries. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 14:15:00 2014-12-26 14:30:00 10 30 \N \N \N 2606596 t
+5824 39164 Ladies of Letters Go Crackers eng \N Irene discovers her daughter-in-law's awful secret plan, while Vera's future looks bleak. Stars Anne Reid and Prunella Scales. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 14:30:00 2014-12-26 14:45:00 5 5 \N \N \N 2606597 t
+5824 39175 Jeremy Seal - Santa eng A Life Writer Jeremy Seal's quest to discover the real Santa Claus concludes at the northernmost point of the globe. Read by Alan Cox. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 14:45:00 2014-12-26 15:00:00 5 5 \N \N \N 2606598 t
+28096 59533 QI XL eng Kitchen Sink Victoria Wood, Richard Osman, Jason Manford and Alan Davies address everything in the kitchen but the sink, as Stephen Fry serves up a menu of culinary questions. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N S \N 2606599 t
+28096 59534 Room 101 eng \N Fat darts players, ladies' toilets and dancing are among the bizarre bugbears suggested to host Frank Skinner by guests Craig Revel Horwood, Sheila Hancock and Jon Richardson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 22:00:00 2014-12-26 22:40:00 \N \N \N S \N 2606600 t
+28096 59535 Room 101 eng \N Deer, seagulls and metrosexuality. All annoyances Clive Anderson, Alex Jones and Jack Whitehall could well do without. But only Frank Skinner has the power to banish them for good! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 22:40:00 2014-12-26 23:20:00 \N \N \N S \N 2606601 t
+28096 59536 Room 101 eng \N The ever-witty panel show. Frank Skinner challenges Cilla Black, Hugh Dennis and Mel Giedroyc to argue the case for ridding the world of knickers, rhubarb and vending machines. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 23:20:00 2014-12-27 00:00:00 \N \N \N S \N 2606602 t
+5696 40186 Coming up on 5 live sports extra eng \N Coming up at 2.55pm tomorrow, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-25 12:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2606603 t
+7168 34456 Tim Rice: A Life in Song - Encore eng More performances with David Arnold, James Fox, Siubhan Harrison, Robert Lonsdale, Frances Ruffelle, Clare Teal, Rick Wakeman and a cameo performance by Tim Rice That's My Story. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:25:00 2014-12-26 02:00:00 \N \N \N \N \N 2606604 t
+4672 52253 The Adventures of Abney and Teal eng CBeebies Bedtime Hour. Spring Cleaning Abney loves spring cleaning. Teal and Neep just love springing! Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:10:00 \N \N \N AD,S \N 2606605 t
+4672 52254 64 Zoo Lane eng CBeebies Bedtime Hour. The Story of the Best Christmas Tree Ever Cartoon about Lucy, who lives next door to a zoo. The other animals are upset when Melanie gives their Christmas tree away. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 18:10:00 2014-12-25 18:20:00 \N \N \N S \N 2606606 t
+4672 52255 In the Night Garden eng CBeebies Bedtime Hour. Tombliboos' Tower of Five In a magical forest, characters have adventures. The Pontipines count to five. Makka Pakka builds a pile of five stones. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 18:20:00 2014-12-25 18:50:00 \N \N \N S \N 2606607 t
+4672 52256 CBeebies Christmas Bedtime Stories eng CBeebies Bedtime Hour. Merry Christmas Blue Kangaroo An exciting story read by a special guest. Rosamund Pike reads Merry Christmas Blue Kangaroo, by Emma Chichester Clark. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 18:50:00 2014-12-25 18:58:00 \N \N \N S \N 2606608 t
+4672 49180 This is CBeebies! eng \N CBeebies is the BBC channel for under sixes, encouraging children to learn through play. You can join the fun every day from 6.00am to 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 18:58:00 2014-12-26 05:30:00 \N \N \N \N \N 2606609 t
+24032 31335 Teleshopping eng \N Shop for the latest goods from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2606610 t
+4736 64067 Transport Committee eng \N Recorded coverage of the Transport Committee session on the failure of air traffic control systems, from Wednesday 17 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-19 11:00:00 2014-12-19 12:05:00 \N \N \N \N \N 2606611 t
+4287 55677 The Road to El Dorado eng \N Animation. Two rogues in 16th-century Spain stow away on a ship bound for South America, and end up at a fabled city of gold. With the voices of Kevin Kline and Kenneth Branagh. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 06:10:00 2014-12-26 07:30:00 \N \N 2000 S \N 2606612 t
+4287 57743 College Road Trip eng \N Family comedy in which an overprotective father decides to escort his teenage daughter when she goes on a trip to look at prospective colleges. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 07:30:00 2014-12-26 08:50:00 \N \N 2008 S \N 2606613 t
+4287 57951 Queen of Tigers eng Natural World Special Natural World Special. The story of Machli, the most famous tiger in the world, a legendary fighter and loving mother of nine cubs - all set in the most stunning Indian scenery. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-26 08:50:00 2014-12-26 09:50:00 3 10 \N AD,S \N 2606614 t
+6016 40554 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:05:00 \N \N \N \N \N 2606615 t
+6016 40555 Newshour eng \N BBC correspondents report live from around the world to explain why events are happening and what impact they will have on our lives. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 21:05:00 2014-12-26 22:00:00 \N \N \N \N \N 2606616 t
+6016 40556 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 22:00:00 2014-12-26 22:05:00 \N \N \N \N \N 2606617 t
+41072 13142 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-26 11:15:00 2014-12-26 12:00:00 \N \N \N \N \N 2606859 t
+6016 40557 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 22:05:00 2014-12-26 22:32:00 \N \N \N \N \N 2606618 t
+6016 40558 World Business Report eng \N The latest business and finance news from around the world, on the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 22:32:00 2014-12-26 23:00:00 \N \N \N \N \N 2606619 t
+6016 40559 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 23:00:00 2014-12-26 23:05:00 \N \N \N \N \N 2606620 t
+6016 40560 The 5th Floor eng \N Original insights, playful perspectives and surprising stories from the World Service's 27 language sections, with David Amanor. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 23:05:00 2014-12-27 00:00:00 \N \N \N \N \N 2606621 t
+5632 36390 Children of the Tsunami eng \N Ten years on from the tsunami, 5 live remembers one of the deadliest natural disasters in recorded history as we hear from survivors who were children at the time. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2606622 t
+5632 36375 Stephen Nolan eng \N The day's main news stories, topical debate and interviews. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 22:00:00 2014-12-27 01:00:00 \N \N \N \N \N 2606623 t
+5824 39119 Inspector Alleyn - When in Rome eng \N Trailing a vast 1970s drugs syndicate, Inspector Alleyn heads incognito to Italy. But he hasn't reckoned on murder. Stars Jeremy Clyde. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2606624 t
+5824 38975 The 4 O'Clock Show eng \N Mel Giedroyc hears from a man with an amazing talent for impersonating animals, and has the last in our family quiz Keep It in the Family. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2606625 t
+5824 38976 After Henry eng The Season of Relative Goodwill Sarah's mother makes everyone follow her strict timetable for Christmas Day. Starring Prunella Scales. From December 1987. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 \N \N \N \N \N 2606626 t
+5824 38977 Do Nothing 'Til You Hear From Me eng Swingin' Down the Lane Can musicians Roy and George settle a 50-year-old score with their former bandleader? Stars Don Warrington. From July 2005. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 17:30:00 2014-12-26 17:55:00 3 4 \N \N \N 2606627 t
+5824 39194 Kenny Everett - Captain Kremmen eng The Pain of Strain Falls Mainly on the Brain Held hostage for their brains, can Kremmen and crew evade their evil captors? Kenny Everett's 1970s sci-fi serial. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 17:55:00 2014-12-26 18:00:00 5 25 \N \N \N 2606628 t
+24016 12942 War Of Resistance eng \N A young student becomes involved with the Dutch resistance movement and plots a series of attacks against the Nazi regime. Stars John Rhys Davies. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 21:00:00 2014-12-26 23:30:00 \N \N 2011 \N \N 2606629 t
+24016 12943 Mortal Thoughts eng \N Demi Moore and Glenne Headly try to cover up a murder without destroying their friendship. Bruce Willis co-stars. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 23:30:00 2014-12-27 01:35:00 \N \N 1991 \N \N 2606630 t
+23296 5886 Fast and Fun eng \N The fastest gay dating around. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 22:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2606631 t
+24352 31035 Adam Richman's Fandemonium eng Indy 500 Adam Richman samples the ingenious fans, food and fun of the Indy 500. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N \N \N 2606632 t
+24352 31036 Adam Richman's Fandemonium eng Bikers, Boats & Babes Adam Richman finds tricked-out motorcycles at the rally's 90th birthday. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:00:00 \N \N \N \N \N 2606633 t
+24352 31265 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 22:00:00 2014-12-27 06:00:00 \N \N \N \N \N 2606634 t
+23120 20546 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2606635 t
+23120 20544 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2606636 t
+23120 20545 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2606637 t
+22624 40534 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2606638 t
+22624 40535 Relax With Insight eng \N RNIB's Insight Radio - Relax with great music to end the day \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2606639 t
+23280 5891 Speed Dating eng \N It's fun, it's fast, don't miss out. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 22:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2606640 t
+7168 34458 Tim Rice: A Life in Song - Encore eng More performances with David Arnold, James Fox, Siubhan Harrison, Robert Lonsdale, Frances Ruffelle, Clare Teal, Rick Wakeman and a cameo performance by Tim Rice That's My Story. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 02:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2606641 t
+16208 38535 Rock and Chips eng The Frog and the Pussycat 'Del Boy Begins' - the popular prequel to Only Fools and Horses. Young Del has fallen in lust again, and the lucky girl's parents throw an engagement party. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:20:00 \N \N \N \N \N 2606642 t
+16208 39886 Last of the Summer Wine Christmas eng A Tale of Two Sweaters Roy Clarke's sitcom following those loveable old fellows enjoying a second childhood in Yorkshire. Christmas Day at Alvin's proves to be very entertaining. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 20:20:00 2014-12-26 21:00:00 \N \N \N S \N 2606643 t
+27168 60717 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2606644 t
+33088 18073 Beauty Gift Ideas eng \N Give the gift of beauty whether it's a birthday, anniversary or just because! Join us for ideas and inspiration for truly pampering presents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-19 07:00:00 2014-12-19 08:00:00 \N \N \N \N \N 2606645 t
+41056 18204 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-25 06:05:00 2014-12-25 07:00:00 \N \N \N \N \N 2606646 t
+41056 18228 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:05:00 \N \N \N \N \N 2606647 t
+41056 18229 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-25 07:05:00 2014-12-25 07:30:00 \N \N \N \N \N 2606648 t
+41056 18230 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-25 07:30:00 2014-12-25 08:00:00 \N \N \N \N \N 2606649 t
+41056 18231 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:30:00 \N \N \N \N \N 2606650 t
+41056 18232 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 08:30:00 2014-12-25 09:00:00 \N \N \N \N \N 2606651 t
+4287 55679 Ten Pieces eng \N Performances by the BBC National Orchestra of Wales are mixed with live action and magical animation to open up the world of classical music to children. Also in HD. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-26 09:50:00 2014-12-26 10:40:00 \N \N \N S \N 2606652 t
+4287 55680 60 Years of Carols from King's eng \N On the 60th anniversary of this Christmas institution, Juliet Stevenson narrates the story of Carols from King's. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 10:40:00 2014-12-26 11:40:00 \N \N \N S \N 2606653 t
+4287 55681 On the Town eng \N Oscar-winning musical following three sailors on shore leave. Determined to enjoy their freedom, the young men embark on whirlwind romances. Starring Gene Kelly and Frank Sinatra. \N 0 25 f 1 eng eng 1 0 0 \N 2014-12-26 11:40:00 2014-12-26 13:15:00 \N \N 1949 S \N 2606654 t
+23040 38257 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:30:00 \N \N \N \N \N 2606655 t
+23040 38258 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 12:30:00 2014-12-25 13:00:00 \N \N \N \N \N 2606656 t
+23040 38259 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 13:00:00 2014-12-25 13:30:00 \N \N \N \N \N 2606657 t
+23040 38260 Fanny Cradock Cooks for Christmas eng \N Fanny presents traditional and unusual ways to use mincemeat in pies, pancakes, omelettes and Swiss rolls. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 13:30:00 2014-12-25 13:45:00 \N \N \N \N \N 2606658 t
+23040 38261 Fanny Cradock Cooks for Christmas eng \N The original TV chef and her husband Johnny prepare recipes that use choux pastry, including choux buns and miniature clairs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 13:45:00 2014-12-25 14:00:00 \N \N \N \N \N 2606659 t
+23040 40153 Diners, Drive-Ins And Dives Special eng \N Guy explores Disneyland and bakes a gingerbread house and Yule log, candy canes, and prepares Christmas Eve dinner. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2606660 t
+16080 14950 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:30:00 \N \N \N \N \N 2606661 t
+16080 14951 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 12:30:00 2014-12-25 13:00:00 \N \N \N \N \N 2606662 t
+16080 14952 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 13:00:00 2014-12-25 13:30:00 \N \N \N \N \N 2606663 t
+16080 14953 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 13:30:00 2014-12-25 14:00:00 \N \N \N \N \N 2606664 t
+16080 14954 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:30:00 \N \N \N \N \N 2606665 t
+16080 14955 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:30:00 2014-12-25 15:00:00 \N \N \N \N \N 2606666 t
+5824 38978 The Museum of Curiosity eng \N John receives offerings from polymath Daniel Tammet, explorer Robin Hanbury-Tenison and comedian Ronni Ancona. From June 2010. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 5 6 \N \N \N 2606667 t
+5824 38979 My Life in Five Books eng Tony Parsons Controversial columnist, author and book-lover Tony Parsons tells Stuart Cosgrove why he loves JM Barrie's Peter Pan. From October 2010. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 7 8 \N \N \N 2606668 t
+5824 40036 A Date With Nurse Dugdale eng \N 4 Extra Debut. Arthur Marshall plays the ever-efficient Nurse Dugdale, battling to arrange the hospital pageant. With Jack Jackson. From May 1944. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N \N \N 2606669 t
+5824 39339 Spike Milligan - The GPO Show eng \N 4 Extra Debut. Spike Milligan delivers first-class fun to postmaster general Tony Benn and other Post Office staff. With Bob Todd. From December 1964. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N \N \N 2606670 t
+5824 38982 Doctor Who: Hornets' Nest eng Hive of Horror, pt 1 Now up to speed, Mike Yates joins forces with the Time Lord to tackle the alien swarm. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:30:00 9 10 \N \N \N 2606671 t
+5824 39319 Ainsley's First Kitchen eng \N 4 Extra Debut. Chef Ainsley Harriott relives some childhood experiences in London that made Christmas so special. With Arthur Smith. From December 2005. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-26 20:30:00 2014-12-26 21:00:00 \N \N \N \N \N 2606672 t
+32896 8750 Wild Kratts eng \N The brothers come across a lone baby elephant and bring him back to the Tortuga HQ for safety until they can find his mum. But they learn how mischievous baby elephants can be. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:30:00 \N \N \N \N \N 2606673 t
+32896 8751 Finding Stuff Out eng \N Harrison starts a pet-sitting service, but he's soon overwhelmed by how much work it is, especially when one of the pets turns out to be surprisingly wild. Fortunately, a zoo-owner helps him out. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 18:30:00 2014-12-25 19:00:00 \N \N \N \N \N 2606674 t
+32896 8752 Backyard Science eng \N A stolen diary is recovered with the help of a home-made compass; how to defy gravity with a bucket of water; learn a rope trick or two; and build a soap-powered boat. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N \N \N 2606675 t
+32896 8753 Robin Hood eng Mischief In Sherwood Robin has an emergency job to bring back weird ingredients from Sherwood Forest for Marian's magical concoctions. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 19:30:00 2014-12-25 19:45:00 \N \N \N \N \N 2606676 t
+32896 8754 Robin Hood eng Mischief In Sherwood When Marian tries to stop a fleet of wood taken from a farmer by Prince John's guards she uses a magic spell that unfortunately turns against Robin and Little John. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 19:45:00 2014-12-25 20:00:00 \N \N \N \N \N 2606677 t
+32896 9283 Sally Bollywood eng \N The New Teacher - Concerned that their favourite teacher might get into trouble with the Principal, the SBI decide to investigate. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 20:00:00 2014-12-25 20:15:00 \N \N \N \N \N 2606678 t
+32896 8756 Oh No! It's An Alien Invasion eng \N Sweet plays dress-up to purposely get captured by the Brainlings and save their parents. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 20:15:00 2014-12-25 20:30:00 \N \N \N \N \N 2606679 t
+32896 8757 Yu-Gi-Oh! ZEXAL eng \N Yuma will need to get over his hatred of tomatoes to defeat his most difficult opponent, Tombo. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 20:30:00 2014-12-25 21:00:00 \N \N \N \N \N 2606680 t
+25792 52542 Flog It! eng Swansea Mark Stacey and Kate Bliss assess all manner of antiques in Swansea. At the National Museum of Wales, Paul Martin learns more about two sisters with a remarkable collection. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N S \N 2606681 t
+25792 52543 Secrets of Stonehenge eng \N Steeped in mysticism, Stonehenge has enraptured mankind for eons. Now researchers are granted exclusive access at a nearby dig site to hunt for clues to its cryptic origins. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2606682 t
+25792 52544 Curse of the Ice Mummy eng \N The discovery of a 5,000-year-old mummy in 1991 excited experts, but rumours of a curse circulated when several people connected to the find died. Is there any truth to the legend? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N S \N 2606683 t
+32896 8244 Totally Spies eng \N Feng Shui is Like So Passe - Jerry reveals that he has hired a Feng Shui guru! Unfortunately, he's got Jerry so calm that he doesn't even question the dude's plan to rearrange Earth's continents! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 09:00:00 2014-12-19 09:30:00 \N \N \N \N \N 2606684 t
+32896 8245 Totally Spies eng \N Evil Valentine's Day - The spies have to stop Miss Myrna before she takes over WOOHP! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 09:30:00 2014-12-19 10:00:00 \N \N \N \N \N 2606685 t
+32896 8246 My Little Pony eng \N When Applejack saves his life, Spike insists that he now owes her a life debt and must serve her forever, but Applejack doesn't think it's the right thing to do. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 10:00:00 2014-12-19 10:30:00 \N \N \N \N \N 2606686 t
+32896 8247 My Little Pony eng \N When the Ponyville Ponies are tasked with helping reform Discord, Fluttershy is the only one willing to give him a chance. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 10:30:00 2014-12-19 11:00:00 \N \N \N \N \N 2606687 t
+32896 8248 My Little Pony eng \N The Crystal Empire is in the running to host the Equestria Games and Princess Cadence asks Twilight and her friends to help welcome the Games Inspector. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 11:00:00 2014-12-19 11:30:00 \N \N \N \N \N 2606688 t
+32896 8249 My Little Pony eng \N Twilight accidently casts a spell that switches the Cutie Marks of all her friends. She must find a way to reverse the spell and put her friends back on the right path. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 11:30:00 2014-12-19 12:00:00 \N \N \N \N \N 2606689 t
+5696 40187 Coming up on 5 live sports extra eng \N Coming up at 2.55pm tomorrow, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-25 18:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2606690 t
+16080 14977 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 05:00:00 2014-12-26 05:30:00 \N \N \N \N \N 2608150 t
+4169 51854 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 22:40:00 2014-12-26 22:50:00 \N \N \N S \N 2606691 t
+4169 52571 Look North eng \N The latest news, sport and weather for the North East and Cumbria. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 22:50:00 2014-12-26 23:00:00 \N \N \N S \N 2606692 t
+4169 56077 Match of the Day eng \N Highlights of the day's Premier League games, which see all 20 top-flight sides in action. There is a London derby at Stamford Bridge, where Chelsea take on West Ham. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:35:00 \N \N \N S \N 2606693 t
+41024 60717 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2606694 t
+14498 26653 Wheeler Dealers eng VW T2 Panel Van Mike hunts out a classic camper but impossibly high prices force him to settle for a less popular panel model. Can Edd realise the ambitious plans for its upgrade? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2606695 t
+14498 26654 Wheeler Dealers eng BMW 840 It sounds like the ultimate '90s supercar bargain and Mike couldn't be more pleased with his V8, but when Edd sees the state of it, he doesn't feel as enthusiastic. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2606696 t
+14498 26655 Wheeler Dealers eng Triumph Stag Mike tries to find a rust-free classic Stag, but it's harder than he thinks. Ed will have to keep costs super- low for any chance of a profit on this one. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2606697 t
+4287 55682 Gene Kelly eng Talking Pictures A retrospective look at television appearances made by legendary Hollywood actor and dancer Gene Kelly, capturing the milestones and highlights of his life and career. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 13:15:00 2014-12-26 13:50:00 4 34 \N S \N 2606698 t
+4287 55683 Singin' in the Rain eng \N Musical charting the transition from silent movies to talkies. A star partnership looks set to fizzle out when the female lead's voice is revealed to be an annoying screech. \N 0 25 f 64 eng eng 1 0 0 \N 2014-12-26 13:50:00 2014-12-26 15:30:00 \N \N 1952 AD,S \N 2606699 t
+5760 59479 6 Music Recommends eng \N Beautiful new music of every texture, colour and origin with Mary Anne Hobbs. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N \N \N 2606700 t
+5760 59635 Classic Albums eng Hounds of Love Kate Bush talks to Richard Skinner about her best-selling 1985 album. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 01:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2606701 t
+5760 59636 Essential Albums of the 90s Nevermind eng \N Steve Lamacq celebrates Nirvana's second album Nevermind, released in 1991. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 02:00:00 2014-12-25 02:30:00 \N \N \N \N \N 2606702 t
+5760 59482 6 Music Live Hour eng \N St Vincent selects recordings from the BBC's live music archive, including Fela Kuti at Glastonbury 1984 and Stereolab in session, as part of 6 Music's Wise Women season. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 02:30:00 2014-12-25 03:30:00 \N \N \N \N \N 2606703 t
+5824 39134 James Hopkin - A Georgian Trilogy eng The Soul Is Missing Fairy Tales! A bus of journalists and artists breaks down on a military highway to Tbilisi. A Russian return is rumoured. Read by Ben Miles. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:15:00 3 3 \N \N \N 2606704 t
+5824 39325 The Sorcerer's Apprentice eng \N A young magician is left alone in his master's workshop. Judith French updates Goethe's tale. Starring Paul Rhys and Harry Towb. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 21:15:00 2014-12-26 22:00:00 \N \N \N \N \N 2606705 t
+5824 38986 The Rest Is History eng \N Frank Skinner and his guests explore funny, odd and interesting moments in history. With historian Dr Kate Williams, plus John Lloyd and Katy Brand. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 22:00:00 2014-12-26 22:30:00 2 6 \N \N \N 2606706 t
+5824 38987 Cowards eng \N Sketch show with a comic slant on human frailties. With Tom Basden, Tim Key and Lloyd Woolf. From December 2008. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 22:30:00 2014-12-26 23:00:00 4 4 \N \N \N 2606707 t
+5824 38988 Blue Jam eng \N Cult dark comedy from the imagination of Chris Morris. With Julia Davis, Sally Phillips and Kevin Eldon. From April 1998. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 4 6 \N \N \N 2606708 t
+15952 5139 Two and a Half Men eng My Damn Stalker American sitcom. When Rose announces she is moving to London, Charlie is surprised by his reaction to the news. Alan lies to a woman he met online. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 03:20:00 2014-12-25 03:45:00 \N \N \N S \N 2606709 t
+15952 5140 Two and a Half Men eng Kissing Abe Lincoln American sitcom. Charlie must choose between his girlfriend Lydia and Berta as they fight for his allegiance. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 03:45:00 2014-12-25 04:05:00 \N \N \N S \N 2606710 t
+15952 5138 Two and a Half Men eng Walnuts and Demerol American sitcom about a well-off bachelor. Charlie's plans for a romantic Christmas Eve alone with his date are ruined when friends and family decide to drop by. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 04:05:00 2014-12-25 04:30:00 \N \N \N S \N 2606711 t
+15952 2770 Release the Hounds eng Jingle Hell Reggie Yates presents a special festive edition of the horror game show, featuring celebrity contestants Perri, Ashley and Jordan from dance troupe Diversity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 04:30:00 2014-12-25 05:20:00 \N \N \N S \N 2606712 t
+15952 2469 Educating Joey Essex eng \N Another instalment in the hilarious series which seeks to widen the former TOWIE star's knowledge. This time, Joey travels to remote Patagonia at the southern tip of South America. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 05:20:00 2014-12-25 06:05:00 \N \N \N S \N 2606713 t
+7168 34334 CBeebies Christmas Karaoke eng \N Viewers can press the Red Button to sing along with their CBeebies chums. The service features songs from ZingZillas, Something Special and this year's CBeebies Pantomime. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-26 06:00:00 2014-12-26 14:30:00 \N \N \N \N \N 2606714 t
+4672 49185 This is CBeebies! eng \N Welcome to the CBeebies channel. Programmes start at 6.00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2606715 t
+4287 56608 Victoria Wood eng That Musical We Made Victoria Wood presents a behind-the-scenes look at her film That Day We Sang, exploring the nuts and bolts of a big musical production and the real events which inspired her story. Also in HD. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 15:30:00 2014-12-26 16:30:00 \N \N \N S \N 2606716 t
+4287 55685 Final Score eng \N Jason Mohammad presents the day's football results along with reports from the big games, which include Manchester United v Newcastle and West Bromwich Albion v Manchester City. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:25:00 \N \N \N S \N 2606717 t
+4287 56609 War Horse at the Proms eng \N A production of War Horse with the Proms Military Wives Choir, the BBC Concert Orchestra, the Cambiata Choir North West, the National Theatre Ensemble and the Handspring Puppets. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 17:25:00 2014-12-26 18:45:00 \N \N \N S \N 2606718 t
+5760 59483 6 Music's Jukebox eng \N Chris Hawkins takes you through the early hours playing back-to-back music, plus exclusive BBC sessions and his Spotlight Act. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 03:30:00 2014-12-25 05:00:00 \N \N \N \N \N 2606719 t
+5760 59484 Chris Hawkins eng \N Chris Hawkins is joined by Justin Fletcher, one of the biggest names in children's TV, who chooses a selection of his favourite Christmas songs. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 05:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2606720 t
+41040 17317 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:30:00 \N \N \N \N \N 2606721 t
+41040 17318 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 00:30:00 2014-12-26 01:00:00 \N \N \N \N \N 2606722 t
+41040 17319 Witness eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-26 01:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2606723 t
+33088 17776 Dyson eng \N Vacuum your home with help from the iconic and much-loved British brand Dyson. We will be showcasing unique packages with added accessories, as well as discovering Dyson's new innovative technology. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:00:00 \N \N \N \N \N 2606725 t
+33088 17777 Practical Ideas eng \N Find a range of year round practical home solutions from homewares and cleaning to electronics and DIY home improvement tools. This show will bring you the products you need to enhance your home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 07:00:00 2014-12-23 08:00:00 \N \N \N \N \N 2606726 t
+33088 17778 Safety & Security eng \N Protect your home with a selection of equipment, including alarms and CCTV products, designed to help you enjoy security and peace of mind. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 08:00:00 2014-12-23 09:00:00 \N \N \N \N \N 2606727 t
+5696 40192 Coming up on 5 live sports extra eng \N Coming up at 2.55pm, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-26 00:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2606728 t
+23712 4204 Fat Girls and Feeders eng \N A disturbing look at the bizarre sub-culture in which men who find larger women attractive coerce their ample partners to gain more weight - for sexual or more sinister reasons. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2606729 t
+23712 3437 My 22 Stone Dad and Skinny Me eng \N A revealing, emotional documentary looking at the lives of seven-stone teenager Emma and her clinically obese father Grant. We follow Emma's attempts to reach her goal weight. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 01:00:00 2014-12-26 02:00:00 \N \N \N S \N 2606730 t
+23712 3417 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 02:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2606731 t
+4672 52302 Pingu eng Pingu's Curling Game The adventures of a naughty little plasticine penguin. Pingu is using Father's bed bottle as a curling stone. The neighbour shows him how it is done. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:05:00 \N \N \N S \N 2606732 t
+4672 52303 The Koala Brothers' Outback Christmas eng \N The adventures of two intrepid koalas in the Australian outback. Frank and Buster invite everyone to spend Christmas Day at the homestead. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:05:00 2014-12-26 06:50:00 \N \N \N S \N 2606733 t
+4672 52304 Hey Duggee eng Tinsel Badge Animated preschool series. It's nearly Christmas and Duggee is wrapping presents. He asks the Squirrels if they want to help decorate the clubhouse. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 06:50:00 2014-12-26 07:00:00 1 26 \N AD,S \N 2606734 t
+4672 52305 CBeebies Panto eng Jack and the Beanstalk Pantomime adventure filmed at the Palace Theatre, Manchester, with music performed by the BBC Philharmonic and featuring a large cast of CBeebies stars. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:45:00 \N \N \N AD,S \N 2606735 t
+4672 52306 Q Pootle 5 eng A Friend for Ray Space animation. When Q Pootle 5 brings his major-bird friend to visit Okidoki for the day, Ray is not impressed. It is up to Q Pootle 5 to help them get along. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:45:00 2014-12-26 08:00:00 \N \N \N S \N 2606736 t
+4672 52307 Postman Pat eng Postman Pat and the Greendale Knights Children's animation. Pat babysits the children, who are busy playing knights. Lucy is the castle guard and has her hands full. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:15:00 4 14 \N S \N 2606737 t
+4672 52308 Timmy Time eng Timmy Finds Aliens Animated adventures of a lamb at nursery school. Timmy and his friends make a collage of the moon, complete with green aliens. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 08:15:00 2014-12-26 08:25:00 7 28 \N AD,S \N 2606738 t
+4672 52309 Dinopaws eng The Thing That Shone Animation about three dinosaurs exploring their world. Can Gwen lead the way to light and happiness on the longest night? Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 08:25:00 2014-12-26 08:50:00 \N \N \N AD,S \N 2606739 t
+4672 52310 Chuggington eng Brewster's Little Helper Children's animation with the trains that talk and don't need drivers. Zephie overhears Brewster's jobs for the day and decides to do some of them for him. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 08:50:00 2014-12-26 09:00:00 \N \N \N S \N 2606740 t
+27328 17458 The Football's On eng \N A Christmas special of the show which takes humorous look at the week's football stories. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 03:30:00 2014-12-25 04:30:00 \N \N \N \N \N 2606741 t
+27328 17362 UFC eng Beyond The Octagon With exclusive interviews and big fight analysis. Featuring a fighter profile on the American light heavyweight fighter Jon Jones. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 04:30:00 2014-12-25 05:00:00 \N \N \N \N \N 2606742 t
+27328 17363 Boxing Tonight eng \N A round-up of all the latest boxing news, featuring Adonis Stevenson v Dmitry Sukhotsky. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 05:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2606743 t
+8500 5966 Peppa Pig eng Piggy In The Middle Animated series. Peppa is teasing George because he can't catch a ball properly, so Mummy Pig suggests a game called Piggy in the Middle to help him learn. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:05:00 \N \N \N S \N 2606744 t
+8500 5967 Bert and Ernie eng Planet Bert Claymation featuring Bert and Ernie from 'Sesame Street'. Bert and Ernie don their astronaut gear and take a trip into space. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-25 09:05:00 2014-12-25 09:15:00 \N \N \N S \N 2606745 t
+8500 6262 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 09:15:00 2014-12-25 09:20:00 \N \N \N \N \N 2606746 t
+8500 5969 Andre Rieu - Love In Venice eng \N Filmed live in Vrijthof square, Venice, the seminal violinist Andre Rieu and the Johann Strauss Orchestra perform some of his greatest hits. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 09:20:00 2014-12-25 10:20:00 \N \N \N S \N 2606747 t
+8500 5970 Scrooge eng \N Festive musical movie starring Albert Finney and Alec Guinness. An adaptation of Dickens's A Christmas Carol. Miserly Ebenezer Scrooge dismisses the celebrations around him. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 10:20:00 2014-12-25 12:35:00 \N \N 1970 S \N 2606748 t
+4287 56611 Christmas University Challenge eng \N Series featuring distinguished graduates. Dan Starkey and Tom James from Trinity Hall Cambridge play Charlotte Higgins and Alan Beith from Balliol College, Oxford. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 18:45:00 2014-12-26 19:15:00 5 10 \N S \N 2606749 t
+4287 57952 The Two Ronnies Christmas Show eng \N A seasonal selection of comedy sketches and songs with Ronnies Barker and Corbett. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 19:15:00 2014-12-26 20:00:00 \N \N \N S \N 2606750 t
+4287 56612 Victoria Wood's Midlife Christmas eng \N Comedian Victoria Wood is back with a Christmas special. Featuring highlights from the Midlife Olympics 2009 and the further adventures of soap star Bo Beaumont. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N S \N 2606751 t
+4352 53325 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:30:00 \N \N \N S \N 2606752 t
+4352 53326 HARDtalk eng \N Interviews with newsmakers and personalities from across the globe. Stephen Sackur looks back at some of the most compelling conversations of 2014. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 00:30:00 2014-12-25 01:00:00 \N \N \N S \N 2606753 t
+4352 53327 Newsday eng \N Live from London and Singapore, the latest international news from the BBC. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:30:00 \N \N \N S \N 2606754 t
+16080 14978 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2608151 t
+4352 53328 ABC World News with David Muir eng \N The latest news from America, as reported by the ABC television network's flagship evening news programme. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 01:30:00 2014-12-25 02:00:00 \N \N \N S \N 2606755 t
+4352 53329 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 02:00:00 2014-12-25 02:30:00 \N \N \N S \N 2606756 t
+4352 58155 Our World eng Saving the Awa Tribe with Justin Rowlatt The Awa are believed to be one of the most endangered tribes on the planet as their traditional lifestyle is under threat. Now the Brazilian government is... Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 02:30:00 2014-12-25 03:00:00 \N \N \N S \N 2606757 t
+5760 59485 Shaun Keaveny eng \N Christmas Day sees Shaun joined by Simon Pegg, new best mate Adrian Chiles and 6 Music's Mary Anne Hobbs. Plus Dutch DJs Dirk and Jurgen present their Christmas message. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 07:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2606758 t
+6016 42830 Mothers of Jihadists eng \N A group in Vienna is pioneering a strategy of using mothers of jihad fighters to help counter radicalisation of young men and women. Razia Iqbal went to Austria to find out more. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-21 12:05:00 2014-12-21 12:32:00 \N \N \N \N \N 2606759 t
+12928 42207 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:10:00 \N \N \N \N \N 2606760 t
+12928 42208 Little Man eng \N Anarchic comedy starring Marlon Wayans and Shawn Wayans. A couple take in an abandoned baby, but the child is really a tiny criminal planning a diamond heist. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 13:10:00 2014-12-26 14:00:00 \N \N 2006 S \N 2606761 t
+12928 42209 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:05:00 \N \N \N \N \N 2606762 t
+12928 42210 Little Man eng \N Anarchic comedy starring Marlon Wayans and Shawn Wayans. A couple take in an abandoned baby, but the child is really a tiny criminal planning a diamond heist. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 14:05:00 2014-12-26 15:05:00 \N \N 2006 S \N 2606763 t
+4166 51854 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 22:40:00 2014-12-26 22:50:00 \N \N \N S \N 2606764 t
+4166 52458 East Midlands Today eng \N The latest news, sport and weather for the East Midlands. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 22:50:00 2014-12-26 23:00:00 \N \N \N S \N 2606765 t
+4166 56077 Match of the Day eng \N Highlights of the day's Premier League games, which see all 20 top-flight sides in action. There is a London derby at Stamford Bridge, where Chelsea take on West Ham. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:35:00 \N \N \N S \N 2606766 t
+25920 20855 Vibrapower Disc BlockBuster eng \N The BlockBuster is the chance to get this product at the best offer - ever, while stocks last \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2606767 t
+25920 20856 Wagner Sale eng \N A fantastic range of great value products at super sale prices \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2606768 t
+25920 20857 Smartphone Half Price Sale eng \N A fantastic opportunity to get some of your favourite products in our half price event! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2606769 t
+4608 63334 This is CBBC! eng \N Welcome to the CBBC channel. Programmes start at 7.00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 05:30:00 2014-12-25 07:00:00 \N \N \N \N \N 2606770 t
+7168 34335 Final Score eng \N Jason Mohammad introduces all the scores and headlines from today's football fixtures up and down the country. Featuring post-match reaction and expert opinions from studio guests. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 14:30:00 2014-12-26 17:25:00 \N \N \N \N \N 2606771 t
+5952 53442 As BBC Radio 5 live eng \N BBC Asian Network joins BBC Radio 5 live through the night. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2606772 t
+4672 52311 Swashbuckle eng Mr Feathers Pirate-themed game show. Captain Sinker is jealous of Gem for having a parrot so she introduces her own budgie called Mr Feathers. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:25:00 \N \N \N S \N 2606773 t
+4672 52312 Kate and Mim-Mim eng Tee Hee Rex Animated series about Kate and Mim-Mim. In Mimiloo, a trickster plays funny gags on Kate and her friends, leading the gang into the spirit of silly tricks themselves. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 09:25:00 2014-12-26 09:35:00 \N \N \N S \N 2606774 t
+4672 52313 Bing eng Lost Bing takes his Hoppity Voosh toy to the park to see the ducks and play on the slide. But when he heads to Amma's house to get cleaned up he leaves Hoppity behind. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 09:35:00 2014-12-26 09:45:00 \N \N \N AD,S \N 2606775 t
+4672 52314 Something Special: We're All Friends eng Pottery Educational series using Makaton sign language. Mr Tumble needs some help when he knocks Aunt Polly's pottery ornament off the dresser. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 09:45:00 2014-12-26 10:05:00 23 25 \N S \N 2606776 t
+4672 52315 My Pet and Me eng Ferrets Series showing children what it really means to have a pet. Ferne visits James and his two ferrets, Sunny and Jessie. They clean out their ferret house. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 10:05:00 2014-12-26 10:20:00 8 25 \N S \N 2606777 t
+4672 52316 Chuggington: Badge Quest eng Wilson's Winter Feed Animated adventures with the trains that think, talk and do not need drivers. Wilson and Koko have to feed the animals in the snow. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 10:20:00 2014-12-26 10:25:00 \N \N \N S \N 2606778 t
+4672 52317 Tree Fu Tom eng The Golden Spore Animated fantasy adventure show. A magical golden spore floats across Treetopolis. When it pops during a quarrel, it grants wishes that weren't intended. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 10:25:00 2014-12-26 10:45:00 \N \N \N S \N 2606779 t
+4672 52318 The Furchester Hotel eng Very Important Porcupine Preschool puppet show. Phoebe and Elmo feel sorry for Pierce, a lonely porcupine. Can furry thinking help them play together without a prickly problem? Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 10:45:00 2014-12-26 11:00:00 \N \N \N AD,S \N 2606780 t
+4672 52319 Justin's House eng Robert's Holiday Justin Fletcher entertains children with singing, dancing and comedy. Robert is so hard-working that Justin decides to send him on holiday. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:25:00 14 23 \N S \N 2606781 t
+4672 52320 Peter Rabbit eng The Tale of the Uninvited Badger Animated series. Tommy Brock shelters by the fire inside the Bouncer's Burrow. Peter and his friends must find a way to get the grumpy badger out. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 11:25:00 2014-12-26 11:40:00 \N \N \N AD,S \N 2606782 t
+4672 52321 Small Potatoes eng Marching Band Animated series about a group of singing potatoes. There is nothing like a marching band - the Small Potatoes lead a parade of musical instruments in a rousing anthem. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 11:40:00 2014-12-26 11:45:00 \N \N \N S \N 2606783 t
+4672 52322 My Story eng Steel Drum Preschool history series. Uncle Jamma shares his memories of being a musician with his nephew, Reiss. Together, they learn about the history of steel drums. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 11:45:00 2014-12-26 12:00:00 13 25 \N S \N 2606784 t
+40960 53358 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:30:00 \N \N \N \N \N 2606785 t
+40960 58178 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 21:30:00 2014-12-25 22:00:00 \N \N \N \N \N 2606786 t
+28480 11938 Frances and Friends eng \N Talk show hosted by Frances Swaggart, covering current events from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 21:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2606790 t
+28480 11939 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2606791 t
+4287 56613 That Day We Sang eng \N Victoria Wood's musical, rooted in the Manchester of 1929 and 1969, is the story of two lonely middle-aged people who grab a second chance at life. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:30:00 \N \N \N AD,S \N 2606792 t
+4287 56614 Hunky Dory eng \N In the heat of the summer of 1976, a drama teacher tries to put on an end-of-year music version of Shakespeare's The Tempest. Contains strong language. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 22:30:00 2014-12-27 00:15:00 \N \N 2011 S \N 2606793 t
+4352 53332 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:30:00 \N \N \N S \N 2606794 t
+4352 58156 World War One At Home eng \N Stories from around the UK that link the places we live in today with the events of WWI. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 03:30:00 2014-12-25 04:00:00 \N \N \N S \N 2606795 t
+4352 53335 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:30:00 \N \N \N S \N 2606796 t
+4352 58157 HARDtalk eng \N Stephen Sackur talks to Sir Nicholas Winton, now 105 years old. When he was just 29 he helped rescue more than 600 mostly Jewish children from Nazi persecution in Czechoslovakia. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 04:30:00 2014-12-25 05:00:00 \N \N \N S \N 2606797 t
+4352 53337 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:30:00 \N \N \N S \N 2606798 t
+4352 58158 The Travel Show eng \N Series showcasing the best of travel across the globe. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N S \N 2606799 t
+5760 59639 Best of Lauren Laverne eng \N Lauren presents the best of the year's live sessions and interviews, featuring First Aid Kit live from Maida Vale, Robert Plant, Kate Tempest and more. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2606800 t
+6912 55269 Shipping Forecast eng \N The latest shipping forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 00:48:00 2014-12-25 01:00:00 \N \N \N \N \N 2606801 t
+6912 55270 As BBC World Service eng \N BBC Radio 4 joins the BBC World Service. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 01:00:00 2014-12-25 05:20:00 \N \N \N \N \N 2606802 t
+32836 31122 All Star Unplugged eng \N A platform for up-and-coming musicians and bands across all genres of music. Recorded in the Live Room, at Made in Leeds Studios. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:30:00 \N \N \N \N \N 2606803 t
+32836 31124 The Cool Beans Television Show eng The Home Of Original Content Big Bassy the Yorkshire weatherman heads to the pub, we learn how to make an omelette, Chris takes on DJ Marky in Celebrity Thumbwars and ska band Bison stop by. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 00:30:00 2014-12-26 01:00:00 \N \N \N \N \N 2606804 t
+32836 44722 Teleshopping eng \N Teleshopping for beds and mattresses. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 01:00:00 2014-12-26 01:30:00 \N \N \N \N \N 2606805 t
+32836 44723 Teleshopping eng \N Teleshopping for space saving system. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 01:30:00 2014-12-26 02:00:00 \N \N \N \N \N 2606806 t
+32836 44724 Teleshopping eng \N Teleshopping for slim and lift Caresse jeans. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:30:00 \N \N \N \N \N 2606807 t
+32836 44725 Teleshopping eng \N Teleshopping for eye make-up. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 02:30:00 2014-12-26 03:00:00 \N \N \N \N \N 2606808 t
+5696 40193 Coming up on 5 live sports extra eng \N Coming up at 2.55pm, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-26 06:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2606809 t
+4608 65489 Arthur eng Arthur's Snow Biz Animation following the adventures of a young aardvark and his friends. Winter hits Elwood City, and Arthur's snow-shovelling business is booming. Followed by Minuscule. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:15:00 5 18 \N S \N 2606810 t
+4608 35979 Sidekick eng Beneath the Missile-toe Animated series following four friends as they train at the Academy for Aspiring Sidekicks. Eric almost ruins Christmas in this festive special. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:15:00 2014-12-25 07:30:00 \N \N \N AD,S \N 2606811 t
+4608 36330 Shaun the Sheep eng Snowed In Children's animation. Shaun and his friends awake to find the farm covered in snow. While they have a snowball fight, the farmer is snowed inside the farmhouse. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:30:00 2014-12-25 07:35:00 \N \N \N S \N 2606812 t
+4608 36331 Shaun the Sheep eng Fireside Favourite Children's animation. Bitzer has caught a cold, so the farmer tucks him up in the house. Pidsley the cat is ousted from his favourite spot, and he is not happy. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:35:00 2014-12-25 07:45:00 \N \N \N S \N 2606813 t
+4608 36605 Chill Out, Scooby Doo! eng \N Animated fun with the crime-solving gang, whose trip to Paris is disrupted when Scooby and Shaggy miss their flight and end up doing battle with the yeti in the Himalayas. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 07:45:00 2014-12-25 09:00:00 \N \N 2007 S \N 2606814 t
+7168 34462 FIFA World Cup eng \N Match highlights from the 2014 World Cup final- Germany v Argentina. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 17:25:00 2014-12-26 18:35:00 \N \N \N \N \N 2606815 t
+4175 51854 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 22:40:00 2014-12-26 22:50:00 \N \N \N S \N 2606816 t
+4175 52492 Look North eng \N The latest news, sport and weather for Yorkshire and Lincolnshire. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 22:50:00 2014-12-26 23:00:00 \N \N \N S \N 2606817 t
+4175 56077 Match of the Day eng \N Highlights of the day's Premier League games, which see all 20 top-flight sides in action. There is a London derby at Stamford Bridge, where Chelsea take on West Ham. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:35:00 \N \N \N S \N 2606818 t
+5888 52043 Benji B eng \N Future electronic beats from hip-hop and house to electronic-driven soul music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 01:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2606819 t
+4672 52323 The Cow That Almost Missed Christmas eng \N Animation retelling the story of the nativity from the point of view of a young cow living in a stable in Bethlehem. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 \N \N \N AD,S \N 2606820 t
+4672 52324 Timmy's Christmas Surprise eng \N Animation. It's Christmas Eve and Timmy and his friends are very excited. But a blizzard outside means that everyone is going to have to have a sleepover at the nursery. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 12:30:00 2014-12-26 12:50:00 \N \N \N AD,S \N 2606821 t
+4672 52325 Hey Duggee eng Tinsel Badge Animated preschool series. It's nearly Christmas and Duggee is wrapping presents. He asks the Squirrels if they want to help decorate the clubhouse. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 12:50:00 2014-12-26 13:00:00 1 26 \N AD,S \N 2606822 t
+4672 52326 Swashbuckle eng Mr Feathers Pirate-themed game show. Captain Sinker is jealous of Gem for having a parrot so she introduces her own budgie called Mr Feathers. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:25:00 \N \N \N S \N 2606823 t
+40960 53141 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N \N \N 2609409 t
+4672 52327 Kate and Mim-Mim eng Tee Hee Rex Animated series about Kate and Mim-Mim. In Mimiloo, a trickster plays funny gags on Kate and her friends, leading the gang into the spirit of silly tricks themselves. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 13:25:00 2014-12-26 13:35:00 \N \N \N S \N 2606824 t
+4672 52328 Bing eng Lost Bing takes his Hoppity Voosh toy to the park to see the ducks and play on the slide. But when he heads to Amma's house to get cleaned up he leaves Hoppity behind. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 13:35:00 2014-12-26 13:45:00 \N \N \N AD,S \N 2606825 t
+4672 52329 Something Special: We're All Friends eng Pottery Educational series using Makaton sign language. Mr Tumble needs some help when he knocks Aunt Polly's pottery ornament off the dresser. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 13:45:00 2014-12-26 14:05:00 23 25 \N S \N 2606826 t
+4672 52330 Postman Pat's Magic Christmas eng \N Aided by his trusty cat Jess, Pat the postman always manages to deliver the mail, no matter what. Pat has too many parcels and letters to deliver. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 14:05:00 2014-12-26 14:30:00 \N \N \N S \N 2606827 t
+4672 52331 Woolly & Tig eng The Hat Live action children's show. When Tig goes on an adventure down the river with her grandad she loses her favourite sailor hat. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 14:30:00 2014-12-26 14:35:00 \N \N \N S \N 2606828 t
+4672 52332 Mr Bloom: Here and There eng Margam Country Park Mr Bloom helps young people with their green spaces. Emily, Georgia and Kirsten like to explore their local country park. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 14:35:00 2014-12-26 14:50:00 \N \N \N S \N 2606829 t
+4672 52333 I Can Cook on the Go eng Thai Green Turkey Balls and Playground Games Children's cookery programme. Katy and her friends make Thai green turkey balls and have fun playing games together. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 14:50:00 2014-12-26 15:05:00 12 26 \N S \N 2606830 t
+24064 60223 Arlesey Remembers You eng \N Documentary capturing a project to commemorate the centenary of the start of WWI by laying a poppy cross on the graves of each of the 87 fallen listed on Arlesey's War Memorial. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:45:00 \N \N \N \N \N 2606831 t
+24064 59141 Magnificent Obsessions eng Medieval War Documentary series. A look into the weird and wonderful life of a group of individuals bringing lords, ladies and knights to life in California. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 09:45:00 2014-12-26 10:30:00 \N \N \N \N \N 2606832 t
+24064 59142 Magnificent Obsessions eng Sand Sculpting Documentary series. A look into the weird and wonderful life of sand sculptors as people go beyond the humble sandcastle and turn their passion for sand into an obsession. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 10:30:00 2014-12-26 11:15:00 \N \N \N \N \N 2606833 t
+24064 59143 Magnificent Obsessions eng Pumpkin Chucking Documentary series. Take a peek into the weird and wonderful life of pumpkin chuckers as they turn their passion for pumpkin pitching into an obsession that drives their life. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 11:15:00 2014-12-26 12:00:00 \N \N \N \N \N 2606834 t
+6784 51830 After Midnight eng \N Music and conversation after midnight with OJ Borg, featuring Record and Album of the Week. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2606835 t
+14752 23796 Christian Williams eng \N Join Christian for the biggest tunes from the Capital playlist. Get involved @CapitalOfficial on Twitter or hit capitalfm.com for more. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2606836 t
+4352 53340 Breakfast eng \N All the latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:30:00 \N \N \N S \N 2606837 t
+4352 58163 Review 2014 eng The Year in Film Film critic Mark Kermode takes a look back at the big releases of the year, sorting his festive favourites from the Christmas turkeys. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 06:30:00 2014-12-25 07:00:00 \N \N \N S \N 2606838 t
+4352 58160 Breakfast eng \N All the latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:30:00 \N \N \N S \N 2606839 t
+4352 58164 Review 2014 eng The Royal Year The Queen led acts of remembrance for the outbreak of the First World War. Prince George travelled to New Zealand on his first royal tour. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 07:30:00 2014-12-25 08:00:00 \N \N \N S \N 2606840 t
+4352 58161 Breakfast eng \N All the latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:30:00 \N \N \N S \N 2606841 t
+4352 58165 Click eng \N Click looks back at the year gone by. A show filled with robots, enormous self-driving mining trucks and a visit to Mars... well kind of. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-25 08:30:00 2014-12-25 09:00:00 \N \N \N S \N 2606842 t
+5760 59641 Don Letts eng \N Don Letts presents his Culture Clash Christmas Party and gets festive with his unique selection. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 13:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2606843 t
+6912 55271 Shipping Forecast eng \N The latest shipping forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 05:20:00 2014-12-25 05:30:00 \N \N \N \N \N 2606844 t
+6912 55272 News Briefing eng \N The latest news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 05:30:00 2014-12-25 05:43:00 \N \N \N \N \N 2606845 t
+6912 55273 Prayer for the Day eng \N A spiritual comment and prayer to begin the day, with the Rev Dr Stephen Wigley. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 05:43:00 2014-12-25 05:45:00 \N \N \N \N \N 2606846 t
+6912 55274 Farming Today eng Away in a Manger - Farmyard Nativity Farming Today joins farmers, children and parishioners for their nativity staged in a barn at a dairy farm in Bittadon, near Barnstaple. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 05:45:00 2014-12-25 05:58:00 \N \N \N \N \N 2606847 t
+6912 55275 Tweet of the Day eng \N The sounds and stories of birds from around the world. On Christmas Day, Sir David Attenborough presents the Christmas shearwater. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 05:58:00 2014-12-25 06:00:00 \N \N \N \N \N 2606848 t
+41120 14180 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2606849 t
+41120 14181 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 13:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2606850 t
+4608 36332 A Christmas Panic! eng \N Chief and Cowboy are eagerly looking forward to Christmas, but after their fight destroys the Yule Log, Horse decides to cancel all celebrations. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N AD,S \N 2606851 t
+4608 36333 Our School eng Christmas is Coming Documentary series following a group of students as they go from primary to secondary school. It is the end of term and Christmas festivities begin. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N S \N 2606852 t
+4608 36511 12 Again eng Christmas Special An all-star festive edition of 12 Again, revelling in the yuletide memories of top celebrities, from presents and turkey to telly and the Christmas soundtrack. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 10:00:00 2014-12-25 10:30:00 14 15 \N S \N 2606853 t
+4608 35291 Millie Inbetween eng A Different Christmas Comedy drama series. It is Millie and Lauren's first Christmas since the separation, and for Millie it is the chance for a fresh start. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 10:30:00 2014-12-25 11:00:00 \N \N \N S \N 2606854 t
+4608 36335 Sam & Mark's Big Christmas Wind-Up eng Union J In the first of a new series, Sam Nixon and Mark Rhodes host a festive special. Union J perform their single You've Got It All, while the Vamps go undercover. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 1 10 \N S \N 2606855 t
+41072 14289 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:45:00 \N \N \N \N \N 2606856 t
+7168 34463 Pro 12 Rugby Union eng Ulster v Connacht Coverage of the Pro 12 rugby union match between Ulster and Connacht. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 18:35:00 2014-12-26 20:55:00 \N \N \N \N \N 2606860 t
+7168 34345 Doctor Who Extra eng \N A new series, a new costume and a new Doctor! Check out more adventures in time and space on the Red Button. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-26 20:55:00 2014-12-26 22:00:00 \N \N \N \N \N 2606861 t
+4544 47798 Swingin' Christmas eng \N Michael Parkinson presents the John Wilson Orchestra in a celebration of festive musical treats from the golden age of swing, with special guest Curtis Stigers. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 00:35:00 2014-12-25 01:45:00 \N \N \N S \N 2606862 t
+4544 47399 Top of the Pops Christmas eng 1979 1979 Christmas special with Lena Martell, Janet Kay, BA Robertson, Cliff Richard, Boney M, Tubeway Army, Squeeze, Buggles, Ian Dury, Blondie, Racey, Elvis Costello and Roxy Music. \N 0 25 f 1 eng eng 3 0 0 \N 2014-12-25 01:45:00 2014-12-25 02:45:00 \N \N \N S \N 2606863 t
+4544 47750 Sammy Davis Jr eng The Kid in the Middle Documentary telling the remarkable life story of dancer, actor, singer and civil rights campaigner Sammy Davis Jr. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-25 02:45:00 2014-12-25 03:45:00 \N \N \N AD,S \N 2606864 t
+5952 53572 Asian Network's Christmas Special eng \N Danny Choranji introduces an Asian Network Christmas special show. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2606865 t
+5952 53443 Tommy Sandhu eng \N Tommy and the team get festive as they pick their highlights of 2014, including interviews with Shahid Kapoor and Diljit Donsanjh and a party mix from Jags Klimax. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 07:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2606866 t
+5888 52044 1Xtra's Rewind eng Benji B Another chance to hear the previous week's Benji B show. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 04:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2606867 t
+4672 52334 Mister Maker Around the World eng \N Arts and crafts programme. In South Africa Mister Maker tries to make some colourful creepy crawlies in under a minute. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 15:05:00 2014-12-26 15:25:00 4 26 \N S \N 2606868 t
+4672 52335 Q Pootle 5 eng Pootle All the Way Animation. Join Q Pootle 5 and his friends for an epic Christmas spectacular, in which the very future of Christmas is at stake! Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 15:25:00 2014-12-26 15:55:00 \N \N \N S \N 2606869 t
+4672 52336 Mike the Knight eng The Sneezing Reindeer Animated series about a young knight in training. It is Christmas Eve and one of Santa's reindeer is sick, so Mike makes it his mission to save Christmas. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 15:55:00 2014-12-26 16:05:00 \N \N \N AD,S \N 2606870 t
+4672 52337 CBeebies Peter Pan eng \N Musical stage adaptation of JM Barrie's classic tale, which tells the story of the boy who would not grow up and the adventures of the Darling children in Neverland. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 16:05:00 2014-12-26 16:45:00 \N \N \N AD,S \N 2606871 t
+4672 52338 Grandpa in My Pocket: Christmas Special eng The Magic of Christmas Comedy featuring a grandpa with a magical shrinking cap. Grandpa thinks that Christmas is a magical time and everyone agrees, except Great Aunt Loretta. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 16:45:00 2014-12-26 17:00:00 \N \N \N AD,S \N 2606872 t
+4672 52339 The Furchester Hotel eng Yodel-ay-hee-hoo! Preschool puppet show. Professor Fleece teaches the Furchesters to yodel when their phone stops working, but problems ensue! Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:15:00 \N \N \N AD,S \N 2606873 t
+4672 52340 Mike the Knight eng Christmas Castle Animated series about a young knight in training. Mike is thrilled to find that his dad has come back to spend Christmas with his family! Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 17:15:00 2014-12-26 17:40:00 \N \N \N AD,S \N 2606874 t
+4672 52341 Katie Morag eng Katie Morag and the Halloween Pirate It is Halloween and Katie Morag dresses as a pirate to go around the neighbours' houses. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 17:40:00 2014-12-26 17:55:00 6 26 \N AD,S \N 2606875 t
+4672 52342 Dipdap eng Leak Series in which a drawn line creates challenges for unsuspecting little Dipdap. Dipdap tries to plug leaks drawn by the Line, but the Line makes it difficult for him. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 17:55:00 2014-12-26 18:00:00 \N \N \N S \N 2606876 t
+6784 51903 Roger Royle eng \N Canon Roger Royle plays a selection of traditional carols and festive favourites. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 03:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2606877 t
+14816 1023 1-2-1 Dating - AFTER DARK eng \N Introducing 1-2-1 Dating's new AFTER DARK section at a VERY special low price! Strictly for the open-minded and unshockable. Curious? Check it out! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 22:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2606878 t
+14608 32089 Margaret eng \N Drama about the final years of one Britain's most formidable leaders, Margaret Thatcher. Thatcher's strengths and flaws are brought into focus as her Party's support dissolves away from her. 2009 \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-26 21:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2606879 t
+14608 32090 Memories Of M*A*S*H eng \N A special highlighting the critically acclaimed series. New interviews with the cast and producers are included as well as episodic footage. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-26 23:00:00 2014-12-27 01:00:00 \N \N 1991 \N \N 2606880 t
+17540 58469 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:45:00 \N \N \N \N \N 2606881 t
+17540 56519 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 00:45:00 2014-12-26 01:15:00 \N \N \N \N \N 2606882 t
+17540 56520 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 01:15:00 2014-12-26 02:15:00 \N \N \N \N \N 2606883 t
+17540 57717 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 02:15:00 2014-12-26 04:05:00 \N \N \N \N \N 2606884 t
+4352 53342 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N S \N 2606885 t
+4352 58166 Review 2014 eng We Remember Programme remembering some of the major global figures who passed away in 2014, including Ian Paisley, Richard Attenborough, Lynda Bellingham and Robin Williams. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N S \N 2606886 t
+4352 53343 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 10:00:00 2014-12-25 10:30:00 \N \N \N S \N 2606887 t
+4352 58167 Review 2014 eng The Weather Year Who can forget the images of the Thames bursting its banks, or homes turned to islands on the Somerset Levels? Nick Miller looks back on the year the weather became the news. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 10:30:00 2014-12-25 11:00:00 \N \N \N S \N 2606888 t
+4352 53344 BBC News eng \N The latest national and international news, plus top interviews and analysis. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:30:00 \N \N \N S \N 2606889 t
+4352 58168 Review 2014 eng The Year In Books Meet the Author's Nick Higham looks back at the books that have graced the shelves this year, talking to the authors and revealing the stories behind the stories. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 11:30:00 2014-12-25 12:00:00 \N \N \N S \N 2606890 t
+16016 7490 Lewis eng Counter Culture Blues When Lewis and Hathaway investigate a murder in town, forensic evidence leads them to suspect there is a connection with the reforming of an old rock band. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 21:00:00 2014-12-26 23:00:00 \N \N \N AD,S \N 2606891 t
+5760 59490 Gideon Coe eng \N Gideon Coe plays three hours of Beatles covers in every style imaginable. It's Christmas, yeah, yeah, yeah. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2606994 t
+40960 58100 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N \N \N 2609410 t
+16016 7491 Come Rain Come Shine eng \N David Jason stars as ex-docker Don Mitchell. Don is proud of his son David, but when David's life starts to unravel under a mountain of debt, family bonds are tested to the limit. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:04:00 \N \N \N AD,S \N 2606892 t
+8442 55967 Tsunami: Ten Years On eng Brand new Documentary recalling one of the deadliest natural disasters in history, the tsunami that devastated parts of South East Asia on 26 December 2004, examining its enduring legacy. \N 2 25 f 3 eng \N 9 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N S \N 2606893 t
+8442 55969 Tsunami eng Caught on Camera The moving true story of the 2004 Boxing Day tsunami, told through the experiences of those who were there, and the footage of it they filmed. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:40:00 \N \N \N S \N 2606894 t
+8442 56093 Gogglebox eng \N Britain's favourite TV viewers share their opinions on The X Factor, Downton Abbey, the coverage of the Scottish referendum results, The Men with Many Wives, Through the Keyhole and more. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 23:40:00 2014-12-27 00:45:00 \N \N \N S \N 2606895 t
+5760 59642 Wise Women eng Neneh Cherry Neneh Cherry takes over Christmas Day to play two hours of her favourite tracks, featuring punk, jazz, reggae, electronic, soul and hip-hop. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 16:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2606896 t
+6912 56296 Word of Mouth eng Adventures in language with Michael Rosen. First Words Michael is joined by author Tom Chatfield and his 15-month-old son to discuss the first sounds and words that babies learn. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:30:00 \N \N \N \N \N 2606897 t
+6912 56297 Open Book eng Christmas Writings Mariella Frostrup and guests explore some the best contemporary writing about Christmas, from Sue Townsend to Nancy Mitford to Jonathan Franzen. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 06:30:00 2014-12-25 07:00:00 \N \N \N \N \N 2606898 t
+6912 55539 The Reunion eng \N Wallace and Gromit are reunited with the creative team that brought them to life, in a special edition from the Bristol studios of Aardman animation. Presented by Sue MacGregor. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-25 07:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2606899 t
+6912 56344 All the Christmases eng \N Dylan Thomas's A Child's Christmas in Wales remains one of his most enduring and characterful works. In the year of the poet's centenary, Cerys Matthews takes the journey again. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 08:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2606900 t
+28160 15934 Christianity Works eng \N Bernie Dymet with unique, down-to-earth teaching to equip your discipleship \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:15:00 \N \N \N \N \N 2606901 t
+28160 15935 Evening Worship eng \N Tracks from some of the world's best worship leaders. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 18:15:00 2014-12-26 18:30:00 \N \N \N \N \N 2606902 t
+28160 15936 Living Truth eng \N Charles Price brings us inspiring Bible teaching from Canada. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N \N \N 2606903 t
+28160 15937 Grace to You eng \N Unleashing God's truth, one verse at a time, with Dr. John MacArthur. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N \N \N 2606904 t
+28160 15938 Through the Bible eng \N The systematic Bible teaching of Dr. J. Vernon McGee takes listeners through the entire Bible in just five years, \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N \N \N 2606905 t
+28160 15939 Life Study of the Bible eng \N Teaching from Witness Lee and discussion on Bible topics. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:30:00 \N \N \N \N \N 2606906 t
+28160 15940 In Touch eng \N Lively teaching from well-renowned Bible teacher, Dr. Charles Stanley. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 20:30:00 2014-12-26 21:00:00 \N \N \N \N \N 2606907 t
+5696 40202 Coming up on 5 live sports extra eng \N Coming up at 2.55pm, football commentary from one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-26 12:00:00 2014-12-26 14:55:00 \N \N \N \N \N 2606908 t
+5696 40203 Football eng \N 5 live sports extra joins BBC local radio for one of the leading matches in the Championship. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-26 14:55:00 2014-12-26 17:00:00 \N \N \N \N \N 2606909 t
+4608 36621 4 O'Clock Club eng Christmas When Mr Bell decides to ban Christmas it's up to the 4 O'Clock Club gang to bring a bit of festive cheer to Elmsmere. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:30:00 \N \N \N S \N 2606910 t
+4608 35983 All at Sea eng Murderer Christmas approaches, but Charlie has other things on his mind when he notices Mr Leith is not his usual self since his wife seems to have disappeared. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 12:30:00 2014-12-25 13:00:00 1 13 \N AD,S,SL \N 2606911 t
+4608 35292 Millie Inbetween eng A Different Christmas Series about modern family life. It is Millie and Lauren's first Christmas since the separation, and for Millie it is the chance for a fresh start. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 13:00:00 2014-12-25 13:30:00 \N \N \N S,SL \N 2606912 t
+4608 36340 Sam & Mark's Christmas Sport Showdown eng The Awesome Foursome v The Ultimates Join Sam and Mark for festive fun and games. The Awesome Foursome and the Ultimates compete for Showdown gold in this Christmas special. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 13:30:00 2014-12-25 14:00:00 \N \N \N S,SL \N 2606913 t
+4608 36624 Blue Peter eng It's Christmas! In a programme packed full of festive treats, Lindsey lights up Longleat, Iggy goes Christmas shopping and Barney and Radzi go head to head to break a world record. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:25:00 \N \N \N S,SL \N 2606914 t
+4608 36034 Arthur eng Arthur's Perfect Christmas Animated adventures of a young aardvark. Arthur, DW, their family and friends are preparing for Christmas, but Arthur worries it won't be perfect. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-25 14:25:00 2014-12-25 15:25:00 \N \N \N S \N 2606915 t
+7168 34464 Scrum V eng Blues v Dragons Coverage of Blues v Dragons. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 22:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2606916 t
+4544 47243 This Is BBC Four eng \N BBC Four is the BBC channel for people who want more. More depth, more range, more to stimulate the mind. More daily from 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 03:45:00 2014-12-25 05:30:00 \N \N \N \N \N 2606917 t
+4544 45525 This Is BBC Four eng \N BBC Four is the BBC channel for people who want more. More depth, more range, more to stimulate the mind. More daily from 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 05:30:00 2014-12-25 18:58:00 \N \N \N \N \N 2606918 t
+5952 53573 Bappi Lahiri's Christmas Cracker eng \N Bollywood music composer Bappi Lahiri takes listeners on a musical journey. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2606919 t
+5888 52045 The 1Xtra Breakfast Show with Ace eng \N Happy Christmas! Ace is here for the 1Xtra Breakfast Show - it could be chaos. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 07:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2606920 t
+4672 52343 The Adventures of Abney and Teal eng CBeebies Bedtime Hour. Spots Animated adventures. Abney and Teal are painting all sorts of things, but Neep will not join in. Soon everyone joins in with Neep instead. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:10:00 \N \N \N AD,S \N 2606921 t
+4672 52344 Waybuloo eng CBeebies Bedtime Hour. Hop Chase Game Series set in the magical land of Nara. De Li and Lau Lau play hop hop, while Nok Tok and Yojojo play chase. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 18:10:00 2014-12-26 18:20:00 \N \N \N S \N 2606922 t
+4672 52345 In the Night Garden eng CBeebies Bedtime Hour. Igglepiggle's Mucky Patch Series for young children. Igglepiggle falls and gets mud on his tummy. Igglepiggle and Upsy Daisy ride in the Ninky Nonk. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 18:20:00 2014-12-26 18:50:00 \N \N \N S \N 2606923 t
+6912 55283 News Summary eng \N The latest national and international news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:04:00 \N \N \N \N \N 2606995 t
+4672 52346 CBeebies Christmas Bedtime Stories eng CBeebies Bedtime Hour. One Christmas Night An exciting story read by a special guest. Lulu reads One Christmas Night, written by M Christina Butler and illustrated by Tina Macnaughton. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 18:50:00 2014-12-26 18:58:00 \N \N \N S \N 2606924 t
+4672 49186 This is CBeebies! eng \N CBeebies is the BBC channel for under sixes, encouraging children to learn through play. You can join the fun every day from 6.00am to 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 18:58:00 2014-12-27 05:30:00 \N \N \N \N \N 2606925 t
+6784 51904 Sunday Hour Christmas Special eng \N Diane Louise Jordan celebrates with a festive selection of carols and special guests. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 06:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2606926 t
+6784 51905 Good Morning Christmas eng \N Clare Balding hosts a Christmas edition of the topical faith show and talks to actor and director Angelina Jolie about new film Unbroken. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 08:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2606927 t
+14832 1386 Blue Gay Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Gay Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2606928 t
+14832 1387 Blue Gay Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Gay Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 22:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2606929 t
+6720 64443 Benji B eng \N Future electronic beats from hip-hop and house to electronic-driven soul music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 01:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2606930 t
+14800 1386 Blue Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2606931 t
+14800 1387 Blue Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 22:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2606932 t
+4352 53345 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:30:00 \N \N \N S \N 2606933 t
+4352 58169 Review 2014 eng The Year in Sport Tim Hague and Katie Gornall look back through the year's sporting highlights, including the World Cup in Brazil, the Commonwealth Games in Glasgow and Lewis Hamilton's F1 triumph. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 12:30:00 2014-12-25 13:00:00 \N \N \N S \N 2606934 t
+4352 53346 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N S,SL \N 2606935 t
+4352 53348 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:30:00 \N \N \N S \N 2606936 t
+4352 58170 Review 2014 eng The Year in Politics From Scotland's referendum vote to the UK's first elected UKIP MPs, Adam Fleming looks back at the big political events of the year. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 14:30:00 2014-12-25 15:00:00 \N \N \N S \N 2606937 t
+20352 58316 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 22:00:00 2014-12-26 00:05:00 \N \N \N \N \N 2606938 t
+5760 59968 The Sound of Cinema eng The First Time with Quentin Tarantino Matt Everitt chats to movie director Quentin Tarantino about his early love of music and how he goes about choosing the soundtracks for his films. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2606939 t
+5760 59643 Iggy Pop eng \N Iggy Pop returns to 6 Music with even more eclectic and exciting music choices. His theme this week is Desire with tracks ranging from Lykke Li all the way to Jimmy Reed. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2606940 t
+8385 58316 Rise of the Planet of the Apes eng \N Sci-fi action reboot. A scientist (James Franco) seeking a cure for Alzheimer's bestows super-intelligence on a chimpanzee (Andy Serkis)... and endangers all mankind. Violence. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 21:00:00 2014-12-25 23:05:00 \N \N 2011 AD,S \N 2606941 t
+8385 58317 Easy A eng \N Comedy. A pupil (Emma Stone) lies to a friend about losing her virginity. But the rumour mill spreads the untruth around school, earning her unexpected notoriety. Sexual references. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 23:05:00 2014-12-26 00:55:00 \N \N 2010 S \N 2606942 t
+6912 55541 Christmas Service eng I Saw Three Ships! Christmas morning worship, with naval families at Portsmouth Cathedral celebrating Christmas apart. Led by the Dean of Portsmouth, the Very Rev David Brindley. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:45:00 \N \N \N \N \N 2606943 t
+6912 55542 Book of the Week eng Stories in the Stars Susanna Hislop's imaginative exploration of the night sky's constellations. A telescope, Telescopium, is given as a gift. Libra balances things out. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-25 09:45:00 2014-12-25 10:00:00 4 5 \N \N \N 2606944 t
+6912 55279 Woman's Hour eng \N Special Christmas edition of the programme that offers a female perspective on the world. Presented by Jenni Murray and Jane Garvey. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-25 10:00:00 2014-12-25 10:45:00 \N \N \N \N \N 2606945 t
+6912 55543 15 Minute Drama eng \N The Skool Days of Nigel Molesworth, by Patrick Barlow and George Poles. Wizz for Atomms. The headmaster bans everyone from visiting the infirmary and the new under-matron. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-25 10:45:00 2014-12-25 11:00:00 4 5 \N \N \N 2606946 t
+6912 56027 Woman's Hour eng \N Special Christmas edition of the programme that offers a female perspective on the world. Presented by Jenni Murray and Jane Garvey. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:30:00 \N \N \N \N \N 2606947 t
+6912 55545 Music on Hold eng \N Comedian Isy Suttie embarks on a mission to help the world by composing the ultimate on hold music. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 11:30:00 2014-12-25 12:00:00 \N \N \N \N \N 2606948 t
+22226 4127 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N S \N 2606949 t
+22226 4138 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N S \N 2606950 t
+22226 4142 Bullseye eng \N Dartboard quiz game that tests contestants' darts skills and their general knowledge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 23:00:00 2014-12-26 23:30:00 \N \N \N S \N 2606951 t
+22226 4143 Bullseye eng \N Dartboard quiz game that tests contestants' darts skills and their general knowledge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 23:30:00 2014-12-27 00:00:00 \N \N \N S \N 2606952 t
+13120 8381 Magniflex eng Sleep made in Italy Made in Italy, Magniflex brings to QVC its range of memory foam mattresses, toppers and pillows to ensure you get a restful sleep. Add a little luxury to your bedroom and enjoy peaceful nights. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2606953 t
+13120 8382 no!no! Hair Removal eng \N Now available worldwide, the innovative no!no! system offers pain-free hair removal that can be performed in the comfort and convenience of your own home. No mess, no chemicals - just smooth skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2606954 t
+13120 8383 Hi-Tech Toys & Electronics ft Acer eng \N A cutting-edge collection of electronic toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! This show features Acer products. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2606955 t
+23152 17913 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2606956 t
+23152 17914 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2606957 t
+23152 17915 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2606958 t
+5696 40197 Coming up on 5 live sports extra eng \N Coming up at 1.55pm tomorrow, rugby union commentary on a leading game in the Aviva Premiership. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-26 17:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2606959 t
+4608 36342 What's New Scooby-Doo? eng A Scooby-Doo Christmas Children's animated series. A ski holiday goes wrong: any mention of Christmas unleashes the feared headless snowman. Scooby-Doo and crew set out to melt it. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 15:25:00 2014-12-25 15:45:00 10 14 \N S \N 2606960 t
+4608 36606 Strange Hill High eng A Strange Hill Christmas Animated series. Mitchell's desperate attempt to start his Christmas holiday early is scuppered when he accidentally traps everyone in the school. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 15:45:00 2014-12-25 16:10:00 13 13 \N AD,S \N 2606961 t
+4608 36336 Diddy Movies eng Christmas, Christmas! When Santa turns out to be an evil mechanical robot, it's up to Jolly Elf and Merry Elf (Diddy Dick and Dom) to save Christmas! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 16:10:00 2014-12-25 16:25:00 \N \N \N S \N 2606962 t
+4608 36344 4 O'Clock Club eng Christmas When Mr Bell bans Christmas it is up to the 4 O'Clock Club gang to bring festive cheer to Elmsmere. While Josh plays Santa, Nathan comes home with a big surprise. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 16:25:00 2014-12-25 16:55:00 1 13 \N S \N 2606963 t
+4608 36514 Sam & Mark's Christmas Sport Showdown eng The Awesome Foursome v The Ultimates Join Sam and Mark for festive fun and games. The Awesome Foursome and the Ultimates compete for Showdown gold in this Christmas special. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 16:55:00 2014-12-25 17:30:00 \N \N \N S \N 2606964 t
+4608 35984 Blue Peter - Radzi eng Challenge Hero Radzi takes on the daunting task of climbing the world's highest artificial climbing wall. After weeks of preparation he faces the Diga di Luzzone in Switzerland. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 17:30:00 2014-12-25 18:00:00 \N \N \N S \N 2606965 t
+12992 31226 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:30:00 \N \N \N \N \N 2606966 t
+12992 31227 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 09:30:00 2014-12-26 10:00:00 \N \N \N \N \N 2606967 t
+12992 31228 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 10:30:00 \N \N \N \N \N 2606968 t
+12992 31229 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 10:30:00 2014-12-26 11:00:00 \N \N \N \N \N 2606969 t
+12992 31230 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N \N \N 2606970 t
+12992 31231 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 \N \N \N \N \N 2606971 t
+5952 53446 Noreen Khan's Best of 2014 eng \N Noreen presents a special show for Christmas looking back at her favourite moments of 2014, including her cheeky interview with Diljit Dosanjh. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 13:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2606972 t
+5888 52046 Trevor Nelson eng \N Trevor raids the archive for some of the best performances from the 1Xtra Live Lounge. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2606973 t
+6784 51906 Junior Choice with Ed Stewart eng \N Ed 'Stewpot' Stewart returns with a two-hour edition of Junior Choice, bringing a sackful of nostalgic goodies on Christmas morning. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2606974 t
+24480 3660 Never Mind The Baubles eng \N New! Trimming the tree will be a joy as you sing along to all your festive favourites \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2606975 t
+24480 3661 Your Vintage eng \N A celebration of YOU and your music choices. Hosted by Atomic Kitten's Liz McClarnon and BBC 6 Music presenter Matt Everitt - this week at Camden Lock. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:30:00 \N \N \N \N \N 2606976 t
+24480 3662 Defining Decades eng The 1980s Very much in vogue now, the soundtrack to the 80s gave us everything from big power ballads and pulsating synth-infused pop to dance, house and hip hop. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 14:30:00 2014-12-26 17:00:00 \N \N \N \N \N 2606977 t
+6720 64444 Gemma Cairney eng \N Gemma's Pound Shop Presents are opened and she gets into the festive spirit by looking back on classic EastEnders Christmas Day storylines! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 04:00:00 2014-12-25 06:30:00 \N \N \N \N \N 2606978 t
+40992 52237 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 12:05:00 2014-12-25 12:45:00 \N \N \N \N \N 2606979 t
+40992 52238 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 12:45:00 2014-12-25 13:00:00 \N \N \N \N \N 2606980 t
+40992 52239 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 13:00:00 2014-12-25 13:25:00 \N \N \N \N \N 2606981 t
+40992 52240 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 13:25:00 2014-12-25 13:45:00 \N \N \N \N \N 2606982 t
+40992 52241 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 13:45:00 2014-12-25 14:05:00 \N \N \N \N \N 2606983 t
+40992 52242 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 14:05:00 2014-12-25 14:35:00 \N \N \N \N \N 2606984 t
+40992 52243 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 14:35:00 2014-12-25 14:50:00 \N \N \N \N \N 2606985 t
+40992 52244 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 14:50:00 2014-12-25 15:15:00 \N \N \N \N \N 2606986 t
+8385 58185 Self-Portrait eng On Acting Tom Hanks, Judi Dench, Leonardo DiCaprio, Olivia Colman and more talk candidly to Film4 about the art of screen acting. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 13:10:00 2014-12-19 13:15:00 \N \N \N S \N 2606987 t
+4352 53349 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:30:00 \N \N \N S \N 2606988 t
+4352 58171 Sir Robin Knox-Johnston eng Grey Power The story of Sir Robin Knox-Johnston, who became the first person to sail around the world solo in 1969 and has returned to single-handed racing at the age of 75. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 15:30:00 2014-12-25 16:00:00 \N \N \N S \N 2606989 t
+4352 53350 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N S \N 2606990 t
+4352 53351 BBC News eng \N Twenty four hours a day - the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:15:00 \N \N \N S \N 2606991 t
+4352 58173 The Queen's Christmas Broadcast 2014 eng \N Her Majesty Queen Elizabeth II delivers her annual address in the Christmas message to the nation and Commonwealth. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 17:15:00 2014-12-25 17:30:00 \N \N \N S \N 2606992 t
+4352 58172 Review 2014 eng The Royal Year The Queen led acts of remembrance for the outbreak of the First World War. Prince George travelled to New Zealand on his first royal tour. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 17:30:00 2014-12-25 18:00:00 \N \N \N S \N 2606993 t
+6912 55284 Home Front eng Epic drama series set in Britain during WWI. 25 December 1914 - Dorothea Winwood At St Jude's Vicarage, not everyone is feeling the festive spirit. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-25 12:04:00 2014-12-25 12:15:00 19 30 \N \N \N 2606996 t
+6912 55548 Pick of the Year eng \N Lynne Truss selects her favourite BBC Radio moments from 2014. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 12:15:00 2014-12-25 12:57:00 \N \N \N \N \N 2606997 t
+6912 55286 Weather eng \N The latest weather forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 12:57:00 2014-12-25 13:00:00 \N \N \N \N \N 2606998 t
+6912 55553 News eng \N The latest national and international news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 13:00:00 2014-12-25 13:15:00 \N \N \N \N \N 2606999 t
+6912 56345 Voices of the First World War eng The story of WWI through the voices of those who were there. The Christmas Truce Dan Snow looks at the Christmas truce, when troops on both sides briefly called a ceasefire. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 13:15:00 2014-12-25 13:45:00 \N \N \N \N \N 2607000 t
+6912 56288 Food for Thought eng \N How attitudes to food affect individual lives. Ballet dancer Carlos Acosta on his sweet tooth, chicken korma and the perfect mojito, and how eating badly could end his career. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 13:45:00 2014-12-25 14:00:00 4 5 \N \N \N 2607001 t
+6912 55289 The Archers eng \N The Bridge Farm Archers have a tree to decorate. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:15:00 \N \N \N \N \N 2607002 t
+6912 55551 Afternoon Drama eng Big Broadcast Musical drama by Neil Brand set in a 1933 Chicago radio studio. Snow: WKAZ Chicago's promise to deliver its last Hour of Charm is threatened by a stowstorm. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-25 14:15:00 2014-12-25 15:00:00 2 2 \N \N \N 2607003 t
+28416 20177 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-25 12:30:00 2014-12-25 13:00:00 \N \N \N \N \N 2607004 t
+28416 20178 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-25 13:00:00 2014-12-25 13:30:00 \N \N \N \N \N 2607005 t
+28416 20179 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-25 13:30:00 2014-12-25 15:30:00 \N \N \N \N \N 2607006 t
+5696 40198 Coming up on 5 live sports extra eng \N Coming up at 1.55pm tomorrow, rugby union commentary on a leading game in the Aviva Premiership. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-26 20:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2607007 t
+4608 36515 Sam & Mark's Big Christmas Wind-Up eng Union J In the first of a new series, Sam Nixon and Mark Rhodes host a festive special. Union J perform their single You've Got It All, while the Vamps go undercover. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:58:00 1 10 \N S \N 2607008 t
+4608 63335 This is CBBC! eng \N Join the CBBC crew for all your favourite programmes, plus loads more! Tune into CBBC every day from 7.00am to 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 18:58:00 2014-12-26 05:30:00 \N \N \N \N \N 2607009 t
+5952 53448 Bobby Friction eng \N Panjabi Hit Squad sit in for Bobby Friction and play the biggest anthems and chart-busters, plus they ask listeners for family pictures for the Big Desi Show Xmas Photo Album! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 17:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2607010 t
+5888 52184 Clara Amfo eng \N Clara Amfo heads back to Glasgow with live music highlights from Radio 1's Big Weekend, including Pharrell, Rita Ora, Sam Smith and Tinie Tempah. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 13:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2607011 t
+6784 51907 Paul O'Grady eng \N Paul O'Grady hosts his annual Christmas special, with listener emails and messages, traditional seasonal tunes and Jodie Prenger performing live in the studio. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 12:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2607012 t
+6784 51908 Johnnie Walker Meets Bette Midler eng From Broadway to Beaches Johnnie Walker talks to Bette Midler about how she achieved worldwide superstardom. Includes HM the Queen's Christmas message at 3.00pm. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 14:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2607013 t
+6720 64448 Scott Mills eng \N Almost as traditional as turkey, Scott Mills presents Radio 1's Christmas Day breakfast show! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 06:30:00 2014-12-25 10:00:00 \N \N \N \N \N 2607014 t
+24032 31426 3 Day Christmas eng \N A father is convinced that his family needs to reconnect with each other. The answer? Lock them in the house over Christmas without power. That should do the trick! \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:45:00 \N \N 2012 \N \N 2607015 t
+24032 31427 The Pickwick Papers eng \N Mr Pickwick travels the length and breadth of the country on behalf of The Pickwick Club. But the disreputable Mr Jingle proves a constant irritation. Stars James Hayter. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 10:45:00 2014-12-25 13:00:00 \N \N 1952 \N \N 2607016 t
+4352 53352 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:30:00 \N \N \N S \N 2607017 t
+4352 58174 Review 2014 eng Brazilian Summer It was the World Cup that saw Germany triumph and England fall short. Patrick Gearey relives the highs and lows of a fantastic summer in Brazil. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 18:30:00 2014-12-25 19:00:00 \N \N \N S \N 2607018 t
+4352 53355 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N S \N 2607019 t
+4352 58175 Review 2014 eng We Remember Programme remembering some of the major global figures who passed away in 2014, including Ian Paisley, Richard Attenborough, Lynda Bellingham and Robin Williams. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 19:30:00 2014-12-25 20:00:00 \N \N \N S \N 2607020 t
+4352 53357 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 20:00:00 2014-12-25 20:15:00 \N \N \N S \N 2607021 t
+4352 58176 The Queen's Christmas Broadcast 2014 eng \N Her Majesty Queen Elizabeth II delivers her annual address in the Christmas message to the nation and Commonwealth. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 20:15:00 2014-12-25 20:30:00 \N \N \N S \N 2607022 t
+4352 58177 Review 2014 eng The Year In Space The world held its breath as European scientists landed a probe the size of a washing machine on a comet. Pallab Ghosh looks back on celestial events. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 20:30:00 2014-12-25 21:00:00 \N \N \N S \N 2607023 t
+25920 21134 Cashmere & Silk Luxury Bedding eng \N Join us on Ideal World to see these fantastic duvets which have perfectly merged the qualities of Cashmere and Silk, to give an amazing all year round duvet! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 14:00:00 2014-12-19 15:00:00 \N \N \N \N \N 2607024 t
+5760 59491 6 Music Recommends eng \N Steve Lamacq and trusted guide DJs share the best new music in a handy bite-size programme at midnight. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2607025 t
+5760 59645 Looking for the Perfect Beat eng \N Jeff Young traces the development of hip-hop from its origins in the late-1970s south Bronx onwards. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 01:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2607026 t
+5760 59646 Way Out West: The Bristol... eng 3/4 David Quantick continues his history of the Bristol scene, looking at the evolution of the Wild Bunch collective into Massive Attack and the birth of trip hop. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:30:00 \N \N \N \N \N 2607027 t
+5760 59494 6 Music Live Hour eng \N Neneh Cherry selects archive recordings including Bob Marley, the Slits, Rip Rig and Panic, the Mad Professor, X-Ray Spex, the Jungle Brothers, Polar Bear and Richie Havens. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 02:30:00 2014-12-26 03:30:00 \N \N \N \N \N 2607028 t
+6912 55554 HM The Queen eng \N The Queen's Christmas message to the Commonwealth and the nation, followed by the national anthem. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:05:00 \N \N \N \N \N 2607029 t
+6912 55555 News eng \N The latest national and international news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 15:05:00 2014-12-25 15:15:00 \N \N \N \N \N 2607030 t
+15232 18952 Television X Freeview eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 01:00:00 2014-12-26 01:10:00 \N \N \N \N \N 2609508 t
+6912 56291 Desert Island Discs eng \N For the 3,000th programme, former Royal Navy test pilot Captain Eric 'Winkle' Brown is interviewed by Kirsty Young. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 15:15:00 2014-12-25 15:56:00 \N \N \N \N \N 2607031 t
+6912 55292 The Radio 4 Appeal eng Adjoa Andoh presents an appeal for Opportunity International. Donations Freephone 0800 404 8144 [free on BT landlines] or Freepost BBC Radio 4 Appeal. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 15:56:00 2014-12-25 16:00:00 \N \N \N \N \N 2607032 t
+6912 55559 Cells and Celluloid eng A Science and Cinema Special: Adam Rutherford and Francine Stock present a special programme that examines the relationship between science and cinema \N \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2607033 t
+6912 55560 With Great Pleasure at Christmas eng \N Ian Hislop, star of Have I Got News for You, chooses his favourite writing. It is read by Jim Broadbent and Tamsin Greig. Recorded in front of an audience at the BBC Radio Theatre. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2607034 t
+28416 20137 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-22 18:00:00 2014-12-22 19:00:00 \N \N \N \N \N 2607035 t
+28416 20138 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 2607036 t
+28416 20139 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 2607037 t
+5888 52049 Charlie Sloth eng \N It went off in Birmingham with Rick Ross, Mary J, Krept & Konan - Charlie rewinds 1Xtra Live! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 16:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2607038 t
+6784 52108 Bill Kenwright's Christmas Golden Years eng Bill picks festive favourites from the December charts on both sides of the Atlantic from the 1950s and 60s \N \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 16:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2607039 t
+6720 64446 Fearne Cotton eng \N Fearne has the best of Radio 1's Live Lounge from 2014, featuring Sam Smith, Ed Sheeran, Ella Henderson, Taylor Swift and George Ezra. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2607040 t
+16208 39653 New Tricks eng \N It's right back to the start of the ever-popular crime drama with British TV's favourite stars. The middle-aged detectives investigate the murder of a policewoman 17 years earlier. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N AD,S \N 2607041 t
+16208 37045 Jonathan Creek eng The Clue of the Savant's Thumb Alan Davies returns as the magic tricks expert. Jonathan and paranormal investigator Joey Ross team up when a dead body vanishes from a locked study. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 22:00:00 2014-12-27 00:00:00 \N \N \N AD,S \N 2607042 t
+27168 59644 The Snowman eng \N Raymond Briggs's classic animated tale of a little boy's snowman that comes to life and whisks him off to the North Pole for an adventure. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:35:00 \N \N \N AD,S \N 2607043 t
+27168 59864 The Snowman and the Snowdog eng \N Charming animated sequel to Raymond Briggs's classic The Snowman. When a young boy and his mother move house, he builds a Snowman and a Snowdog who magically come to life. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-25 09:35:00 2014-12-25 10:00:00 \N \N \N AD,S \N 2607044 t
+27168 59640 Come Dine with Me Christmas Special eng Festive celebrity special featuring singer Jona Lewie, Maizie Williams of Boney M, singer VV Brown, DJ Toby Anstis, a ride on a camel and some saucy gifts from secret Santa \N \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N S \N 2607045 t
+27168 59641 Celebrity Come Dine with Me eng \N This festive celebrity edition features Hugo Taylor from Made in Chelsea, Daniella Westbrook, Louie Spence and Sinitta, some ridiculous outfits, extraordinary egos and raw chicken. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N S \N 2607046 t
+41056 18233 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N \N \N 2607047 t
+41056 18234 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N \N \N 2607048 t
+41056 18235 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 10:00:00 2014-12-25 10:05:00 \N \N \N \N \N 2607049 t
+41056 18236 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 10:05:00 2014-12-25 10:30:00 \N \N \N \N \N 2607050 t
+41056 18237 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-25 10:30:00 2014-12-25 10:55:00 \N \N \N \N \N 2607051 t
+41056 18238 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 10:55:00 2014-12-25 11:00:00 \N \N \N \N \N 2607052 t
+41056 18239 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:05:00 \N \N \N \N \N 2607053 t
+41056 18240 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-25 11:05:00 2014-12-25 12:00:00 \N \N \N \N \N 2607054 t
+4170 57709 Sliding Doors eng \N Romantic comedy about the nature of fate in which a young woman's (Gwyneth Paltrow) future is affected by a two-second delay. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 01:05:00 2014-12-25 02:40:00 \N \N 1998 AD,S \N 2607055 t
+4170 51802 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 02:40:00 2014-12-25 02:45:00 \N \N \N S \N 2607056 t
+4170 51803 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 02:45:00 2014-12-25 06:00:00 \N \N \N S \N 2607057 t
+4352 53358 BBC News eng \N Twenty four hours a day - the latest national and international stories as they break. Also in HD. Followed by Weather for the Week Ahead. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:30:00 \N \N \N S \N 2607058 t
+4352 58178 World War One Beyond the Trenches eng \N The BBC World Service's journalists explore some of the lesser-known World War I tales from Africa, Asia and the Middle East. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 21:30:00 2014-12-25 22:00:00 \N \N \N S \N 2607059 t
+4352 53359 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:30:00 \N \N \N S \N 2607060 t
+4352 58179 Review 2014 eng The Year In Books Meet the Author's Nick Higham looks back at the books that have graced the shelves this year, talking to the authors and revealing the stories behind the stories. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:00:00 \N \N \N S \N 2607061 t
+4352 53362 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N S \N 2607062 t
+25728 54679 Merry Christmas from VIVA! eng \N Celebrate Christmas with VIVA and a selection pack of the best festive tracks. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 06:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2607063 t
+25728 54680 40 Greatest Christmas Songs eng \N A countdown of the top 40 greatest Christmas hits, featuring Mariah Carey, Live Aid, Slade, Wizard and many more. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 08:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2607064 t
+23040 40154 Diners, Drive-Ins And Dives Special eng \N In Alaska, Guy finds holiday ham with cranberries, reindeer hoagies, Santa burgers, and desserts good enough to put under the tree. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2607065 t
+23040 38267 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 16:00:00 2014-12-25 16:30:00 \N \N \N \N \N 2607066 t
+23040 38268 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 16:30:00 2014-12-25 17:00:00 \N \N \N \N \N 2607067 t
+23040 38269 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:30:00 \N \N \N \N \N 2607068 t
+23040 38270 Fanny Cradock Cooks for Christmas eng \N Fanny presents traditional and unusual ways to use mincemeat in pies, pancakes, omelettes and Swiss rolls. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 17:30:00 2014-12-25 17:45:00 \N \N \N \N \N 2607069 t
+18112 36518 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 09:45:00 2014-12-26 10:10:00 \N \N \N \N \N 2610005 t
+23040 38271 Fanny Cradock Cooks for Christmas eng \N The original TV chef and her husband Johnny prepare recipes that use choux pastry, including choux buns and miniature clairs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 17:45:00 2014-12-25 18:00:00 \N \N \N \N \N 2607070 t
+5760 59495 6 Music's Jukebox eng \N Chris Hawkins takes you through the early hours playing back-to-back music, plus exclusive BBC sessions and his Spotlight Act. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 03:30:00 2014-12-26 05:00:00 \N \N \N \N \N 2607071 t
+5760 59496 Chris Hawkins eng \N A great mix of music for Boxing Day. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 05:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2607072 t
+16080 14956 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:30:00 \N \N \N \N \N 2607073 t
+16080 14957 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 15:30:00 2014-12-25 16:00:00 \N \N \N \N \N 2607074 t
+16080 14958 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 16:00:00 2014-12-25 16:30:00 \N \N \N \N \N 2607075 t
+16080 14959 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 16:30:00 2014-12-25 17:00:00 \N \N \N \N \N 2607076 t
+16080 14960 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:30:00 \N \N \N \N \N 2607077 t
+16080 14961 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 17:30:00 2014-12-25 18:00:00 \N \N \N \N \N 2607078 t
+6912 55297 Six O'Clock News eng \N The latest national and international news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:15:00 \N \N \N \N \N 2607079 t
+6912 55561 Christmas with Damien Trench eng \N Festive character comedy. Cookery writer Damien Trench welcomes listeners into his home once more to reveal his recipe for a celebrating a perfect Christmas Day. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 18:15:00 2014-12-25 18:30:00 2 6 \N \N \N 2607080 t
+6912 55298 My Teenage Diary eng \N Rufus Hound invites guests to revisit their teenage diaries. Historian Lucy Worsley's diary reveals her love of the Girl Guides and collecting rocks. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 18:30:00 2014-12-25 19:00:00 5 6 \N \N \N 2607081 t
+6912 55299 The Archers eng \N There is Christmas joy at No 1 The Green, and Jill has a quiet word with David. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:15:00 \N \N \N \N \N 2607082 t
+6912 55300 Front Row eng \N Arts news, interviews and reviews. Kirsty Lang talks to Sir Alan Ayckbourn in a special edition of the programme. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 19:15:00 2014-12-25 19:45:00 \N \N \N \N \N 2607083 t
+6912 55564 15 Minute Drama eng \N The Skool Days of Nigel Molesworth, by Patrick Barlow and George Poles. Wizz for Atomms. The headmaster bans everyone from visiting the infirmary and the new under-matron. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-25 19:45:00 2014-12-25 20:00:00 4 5 \N \N \N 2607084 t
+6912 55249 Thinking Allowed eng New research on how society works. Rituals Laurie Taylor presents a special edition that explores rituals at Christmas and beyond. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-25 20:00:00 2014-12-25 20:30:00 \N \N \N \N \N 2607085 t
+6912 55303 In Business eng The Business of Kindness - Revisited Peter Day explores how random acts of kindness can help businesses grow in surprising ways. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 20:30:00 2014-12-25 21:00:00 \N \N \N \N \N 2607086 t
+32896 9284 Clay Kids eng \N Carol needs Naomi's signature on a petition to save the local forest, but Naomi hates trees. With Motor's help, Carol goes inside Naomi's dreams to control her desires. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:15:00 \N \N \N \N \N 2607087 t
+32896 9285 Clay Kids eng \N Carol's dad Frank has 2 problems, a lack of friends and a sneeze that keeps getting worse. The kids think of a way to resolve both issues, but Frank's fear of doctors hinders them in their plans. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 21:15:00 2014-12-25 21:30:00 \N \N \N \N \N 2607088 t
+32896 9286 Littlest Pet Shop eng \N Blythe tries to keep the peace between Zoe and day camp visitor Madame Pom while the newly formed dance team nearly destroy the shop practicing their new routine. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 21:30:00 2014-12-25 22:00:00 \N \N \N \N \N 2607089 t
+32896 8762 Totally Spies eng \N Mani-Maniac Much? When teenage girls start to disappear from the greater Beverly Hills area, Jerry sends Sam, Clover and Alex in to investigate. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:30:00 \N \N \N \N \N 2607090 t
+32896 9287 Grojband eng \N The band pretends to be superheroes to get the kids to like them. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 22:30:00 2014-12-25 22:45:00 \N \N \N \N \N 2607091 t
+32896 9288 Rekkit Rabbit eng \N Jay and Rekkit accidentally break a piece of furniture. They go to a market to get a replacement but end up bringing back an entire living room suite of furniture that are actually criminals. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 22:45:00 2014-12-25 23:00:00 \N \N \N \N \N 2607092 t
+32896 9289 Eliot Kid eng \N The Little Mouse - Eliot has just lost a tooth. His mother explains to him that in their country, a little mouse comes during the night and brings a gift. Everyone Eliot sees turns into a mouse! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 23:00:00 2014-12-25 23:15:00 \N \N \N \N \N 2607093 t
+32896 9290 Eliot Kid eng \N The Bathroom Monster - Eliot learns that people have flushed their reptilian creatures, down their toilets and into the sewers. He's going to have to eliminate this army of monsters. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 23:15:00 2014-12-25 23:30:00 \N \N \N \N \N 2607094 t
+32896 9291 Scaredy Squirrel eng \N After Nestor is kicked out of his medieval re-enactment group the Stash N' Hoard falls apart. Scaredy has to get Nestor out of his funk before the big store inspection. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 23:30:00 2014-12-25 23:45:00 \N \N \N \N \N 2607095 t
+32896 9292 Scaredy Squirrel eng \N Safety Corner Conundrum - When Safety Corner gets put on Balsa TV the network takes over and Scaredy completely loses control of his own show. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 23:45:00 2014-12-26 00:00:00 \N \N \N \N \N 2607096 t
+4736 63375 David Davis Lecture eng \N David Davis delivers a lecture on Parliament and Liberty in the State Apartments of the Palace of Westminster, from Wednesday 22 October. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 00:20:00 2014-12-25 01:05:00 \N \N \N \N \N 2607097 t
+4736 63376 Scottish First Minister's Questions eng \N Recorded coverage of questions in the Scottish Parliament to first minister Nicola Sturgeon from Thursday 18 December. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 01:05:00 2014-12-25 01:35:00 \N \N \N \N \N 2607098 t
+4736 63377 Mayor's Question Time eng \N Highlights of questions to mayor of London Boris Johnson in the London Assembly, from Wednesday 17 December. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 01:35:00 2014-12-25 02:35:00 \N \N \N \N \N 2607099 t
+4736 63378 The Future of the Political Interview eng \N David Dimbleby lectures on The Future of the Political Interview, from Friday 17 July. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 02:35:00 2014-12-25 03:40:00 \N \N \N \N \N 2607100 t
+25792 52545 Samurai Head Hunters eng \N Gripping historical drama-documentary that tells the moving story of a young peasant farmer who rises up to be a Samurai warrior. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N AD,S \N 2607101 t
+25792 52546 The Mystery of Rome's X Tomb eng \N Historian Dr Michael Scott and a top team of archaeologists unlock the dark secrets of a mysterious Roman tomb that contained over 2,000 bodies - but no evidence of violent deaths. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2607102 t
+25792 52547 The Last Battle of the Vikings eng \N Marine archaeologist Jon Henderson tells the compelling story of Viking rule in Scotland and how the Battle of Largs in 1263 marked the beginning of the end for the feared Norsemen. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2607103 t
+4170 51817 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 16:40:00 2014-12-25 17:00:00 \N \N \N S \N 2607242 t
+32896 8250 Littlest Pet Shop eng \N Grounded - Roger takes a job as the Biskit twins' personal assistant and chauffeur. Meanwhile, the DNA test results on two of the pets temporarily turn the day camp upside down. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 12:00:00 2014-12-19 12:30:00 \N \N \N \N \N 2607104 t
+32896 8251 Littlest Pet Shop eng \N Inside Job - Blythe runs for class president against The Biskits while the pets suffer growing annoyance from a mysterious droning buzz coming from somewhere in the shop. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 12:30:00 2014-12-19 13:00:00 \N \N \N \N \N 2607105 t
+32896 8252 Littlest Pet Shop eng \N Littlest Big Foot - Bigfoot fan Roger Baxter buys a camper trailer and takes Blythe and the pets on a camping trip. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 13:00:00 2014-12-19 13:30:00 \N \N \N \N \N 2607106 t
+32896 8253 Littlest Pet Shop eng \N Sunil's Sick Day - When Sunil and Vinnie have a falling out, it's up to Blythe and Russell to figure out how to get these two best pals back together again. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 13:30:00 2014-12-19 14:00:00 \N \N \N \N \N 2607107 t
+32896 8254 Totally Spies eng \N Halloween - Clover is stuck babysitting the son of her Mum's best friend, on Halloween night, but luckily she's able to rope Sam and Alex into hanging out with her so it won't be such a drag. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 14:00:00 2014-12-19 14:30:00 \N \N \N \N \N 2607108 t
+32896 8255 Totally Spies eng \N Power Yoga Much? The spies are sent to investigate why the new yoga instructor is gaining so many followers so quickly. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 14:30:00 2014-12-19 15:00:00 \N \N \N \N \N 2607109 t
+41024 59644 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:35:00 \N \N \N \N \N 2607110 t
+41024 59864 eng \N \N \N \N \N \N \N \N \N 5 0 0 \N 2014-12-25 09:35:00 2014-12-25 10:00:00 \N \N \N \N \N 2607111 t
+41024 59640 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2607112 t
+41024 59641 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2607113 t
+5952 53449 Ray Khan eng \N Bollywood music, culture, light discussion and the Love Hour with Ray Khan. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2607114 t
+5888 52052 MistaJam eng \N MistaJam looks back at some of his favourite 60 Minutes Live moments from 2014. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2607115 t
+6784 51910 There's Nothing Like a Dame eng \N Christopher Biggins presents a historical look at the art of pantomime and explores what makes a great performance in the genre. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2607116 t
+6784 51911 George Michael in Concert eng \N David Walliams presents George Michael and full orchestral backing in concert with music from his Symphonica tour, including songs from the Great American Songbook. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2607117 t
+6784 52109 James Blunt eng \N James Blunt plays his favourite songs. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 20:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2607118 t
+14498 26656 Wheeler Dealers eng Lotus Elan The boys are challenged to find a Lotus Elan that hasn't been snapped up by restorers. Once they've tracked one down, Mike falls in love after minutes behind the wheel. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2607119 t
+14498 26657 Wheeler Dealers eng Bond Bug Who said three-wheeled cars can't be desirable? Mike goes on the hunt for a truly iconic car - the 1970s Bond Bug. It's orange, has no doors and only three wheels. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2607120 t
+14498 26658 Wheeler Dealers eng Land Rover Defender Mike tries to find a V8-powered Land Rover Defender that Edd can turn into a cool urban cruiser. With just 5,000 can he find a decent car and spec it up? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2607121 t
+6720 64415 Huw Stephens eng \N Huw Stephens loves Christmas records and this seems like a good day to let him play them for you! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 13:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2607122 t
+22656 1026 The Hijack eng Ross Noble Every Week we hand over the reigns to some of your favourite bands and other famous folk, as they take over Kerrang! Radio for an hour and guide you through their favourite music! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 2607123 t
+4352 53365 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:30:00 \N \N \N S \N 2607124 t
+4352 53366 HARDtalk eng \N Stephen Sackur talks to Sir Nicholas Winton, now 105 years old. When he was just 29 he helped rescue more than 600 mostly Jewish children from Nazi persecution in Czechoslovakia. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 00:30:00 2014-12-26 01:00:00 \N \N \N S \N 2607125 t
+4352 53367 Newsday eng \N Live from London and Singapore, the latest international news from the BBC. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 01:00:00 2014-12-26 01:30:00 \N \N \N S \N 2607126 t
+4352 58180 World War One Beyond the Trenches eng \N The BBC World Service's journalists explore some of the lesser-known World War I tales from Africa, Asia and the Middle East. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 01:30:00 2014-12-26 02:00:00 \N \N \N S \N 2607127 t
+4352 53369 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:30:00 \N \N \N S \N 2607128 t
+4352 58181 Our World eng Vietnam: Children of the Enemy Featuring news on issues around the world. Sue Lloyd Roberts follows two American veterans on a dramatic and emotional journey as they return to Saigon looking for their... Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 02:30:00 2014-12-26 03:00:00 \N \N \N S \N 2607129 t
+6848 61185 Through the Night eng \N Catriona Young presents music, including Bach, Britten, Mozetich, Saint-Saens, Palmgren, Zelenka, Cambini, Foulds, Englund, Poulenc, Holst, Enescu, CPE Bach and Debussy. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 00:30:00 2014-12-25 06:30:00 \N \N \N \N \N 2607130 t
+5760 59497 Shaun Keaveny eng \N Boxing Day sees Shaun looking back on the best bits of the breakfast show from 2014, featuring his top five Matt Intros and chats with Jimmy Page, Robert Plant and Al Murray. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 07:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2607131 t
+6912 56500 All the Christmases eng \N Dylan Thomas's A Child's Christmas in Wales remains one of his most enduring and characterful works. In the year of the poet's centenary, Cerys Matthews takes the journey again. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2607132 t
+6912 55567 Wireless Nights eng Jarvis Cocker explores the human condition after dark. BBC Philharmonic Presents... Jarvis and the BBC Philharmonic weave tales of insomnia and nocturnal visions. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:45:00 \N \N \N \N \N 2607133 t
+6912 55568 Book at Bedtime eng \N The Diary of a Provincial Lady, by EM Delafield. Disaster strikes in the household as Ethel gives notice, and our Provincial Lady heads to London to find a replacement. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 22:45:00 2014-12-25 23:00:00 4 5 \N \N \N 2607134 t
+6912 55569 The Infinite Monkey Cage Christmas Special eng Brian Cox and Robin Ince are joined by Brian Blessed, astronaut Chris Hadfield, Prof Francesca Stavrakopoulou and the Rev Richard Coles \N \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 23:00:00 2014-12-25 23:30:00 \N \N \N \N \N 2607135 t
+6912 55570 Good Omens eng \N Adaptation of the 1990 comedic fantasy novel by Neil Gaiman and Terry Pratchett. Aziraphale and Crowley receive visits from the Angelic and Demonic authorities. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-25 23:30:00 2014-12-26 00:00:00 4 6 \N \N \N 2607136 t
+4736 63379 House of Lords - Role of Religion eng \N Highlights of a debate in the House of Lords on the role of religion, from Thursday 27 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 03:40:00 2014-12-25 05:40:00 \N \N \N \N \N 2607137 t
+4736 63380 Welsh Assembly eng \N Recorded coverage of the debate in the Welsh Assembly on the Welsh draft budget for 2015-16, from Tuesday 18 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 05:40:00 2014-12-25 06:25:00 \N \N \N \N \N 2607138 t
+4608 63340 This is CBBC! eng \N Welcome to the CBBC channel. Programmes start at 7.00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 05:30:00 2014-12-26 07:00:00 \N \N \N \N \N 2607139 t
+15952 2773 Totally Bonkers World Records eng \N Matt Edmondson guides us through some Guinness World Records, like the fastest time taping a person to a wall, the most snails on a face, and the fastest time to eat a raw onion. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 06:05:00 2014-12-25 06:30:00 \N \N \N S \N 2607140 t
+15952 4896 Totally Bonkers World Records eng \N Matt Edmondson offers his unique insights on more Guinness World Records from across the globe, including the world's largest violin and the heaviest vehicle pulled by the hair. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 06:30:00 2014-12-25 06:55:00 \N \N \N S \N 2607141 t
+15952 2679 ITV2 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 06:55:00 2014-12-25 07:00:00 \N \N \N \N \N 2607142 t
+15952 4582 Bonkers Guinness World Records eng \N Matt Edmondson narrates a festive selection of Christmas themed Guinness World Records including the most Christmas trees chopped in two minutes and the largest conga on ice. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:25:00 \N \N \N S \N 2607143 t
+15952 4583 Emmerdale eng \N Andy and Robert's feud reaches boiling point. Charity manipulates Cain. Bernice finds comfort in an unlikely source. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 07:25:00 2014-12-25 07:50:00 \N \N \N AD,S \N 2607144 t
+15952 2814 Coronation Street eng \N Gary feels isolated from his family. Will Kylie give in to her demons? Lloyd is shocked by news of Jenna. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 07:50:00 2014-12-25 08:20:00 \N \N \N AD,S \N 2607145 t
+15952 24028 Horrid Henry eng The Movie Children's comedy starring Anjelica Huston and Parminder Nagra, 2011. Can Horrid Henry save the school he always claimed to hate? \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 08:20:00 2014-12-25 10:10:00 \N \N \N AD,S \N 2607146 t
+4544 45530 This Is BBC Four eng \N This is BBC Four. Programmes start at 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 18:58:00 2014-12-25 19:00:00 \N \N \N \N \N 2607147 t
+4544 47752 New eng The Winter's Tale from the Royal Ballet Shakespeare's late, great romance is brought to exuberant and colourful life by The Royal Ballet in choreographer Christopher Wheeldon's production at the Royal Opera House. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 21:00:00 \N \N \N S \N 2607148 t
+5952 53450 As BBC Radio 5 live eng \N BBC Asian Network joins BBC Radio 5 live through the night. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2607149 t
+5888 52053 Seani B eng \N Seani rewinds 1Xtra's Jamaica Sessions from the Tuff Gong studios. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2607150 t
+6784 51913 Nicola Benedetti eng \N Violinist Nicola Benedetti offers an insight into classical music for beginners. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2607151 t
+6720 64658 The Best of Radio 1's Teen Awards eng \N Greg James relives Radio 1's Teen Awards, featuring the Vamps, Ariana Grande, Labrinth, Radio 1's Teen Heroes and lots of screaming! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 16:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2607152 t
+4170 51804 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:00:00 \N \N \N S \N 2607153 t
+4352 53372 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:30:00 \N \N \N S \N 2607154 t
+4352 58182 World War One At Home eng \N More stories from around the UK that link the places we live in today with the events of World War I. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 03:30:00 2014-12-26 04:00:00 \N \N \N S \N 2607155 t
+4352 53375 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 04:00:00 2014-12-26 04:30:00 \N \N \N S \N 2607156 t
+4352 53376 HARDtalk eng \N Interviews with newsmakers and personalities from across the globe. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 04:30:00 2014-12-26 05:00:00 \N \N \N S \N 2607157 t
+4352 53377 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 05:00:00 2014-12-26 05:30:00 \N \N \N S \N 2607158 t
+4352 58183 Click eng \N Click looks back at the year gone by. A show filled with robots, enormous self-driving mining trucks and a visit to Mars... well kind of. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N S \N 2607159 t
+5760 59498 Lauren Laverne eng \N Lauren welcomes in the weekend with the Friday Film Club. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2607160 t
+26560 13759 Darryl Morris in the Morning eng \N All The Hits to kickstart your day! Get involved... thehitsradio on Facebook, Twitter & Instagram! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 07:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2607161 t
+6912 55311 News and Weather eng \N The latest national and international news from BBC Radio 4. Followed by Weather. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:15:00 \N \N \N \N \N 2607162 t
+6912 55583 Christmas Meditation eng \N Famous for his ten-second sermons, comedian Milton Jones offers witty and winsome thoughts on the spirit of Christmas at the conclusion of the day's festivities. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 00:15:00 2014-12-26 00:30:00 \N \N \N \N \N 2607163 t
+6912 55584 Book of the Week eng Stories in the Stars Susanna Hislop's imaginative exploration of the night sky's constellations. A telescope, Telescopium, is given as a gift. Libra balances things out. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 00:30:00 2014-12-26 00:48:00 4 5 \N \N \N 2607164 t
+6912 55313 Shipping Forecast eng \N The latest shipping forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 00:48:00 2014-12-26 01:00:00 \N \N \N \N \N 2607165 t
+6912 55314 As BBC World Service eng \N BBC Radio 4 joins the BBC World Service. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 01:00:00 2014-12-26 05:20:00 \N \N \N \N \N 2607166 t
+4736 63011 Politics Europe eng \N Andrew Neil with the latest news from Europe. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 06:25:00 2014-12-25 06:55:00 \N \N \N \N \N 2607167 t
+4736 63012 Youth Parliament eng \N Members of the Youth Parliament hold a debate in the chamber of the House of Commons on the living wage, from Friday 14 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 06:55:00 2014-12-25 07:25:00 \N \N \N \N \N 2607168 t
+4736 63013 Bill Gates Speech eng \N Former head of Microsoft, Bill Gates, delivers a speech to Peers and MPs in Westminster on the impact of international aid, from Monday 10 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 07:25:00 2014-12-25 07:45:00 \N \N \N \N \N 2607169 t
+41056 18268 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-26 01:30:00 2014-12-26 02:00:00 \N \N \N \N \N 2607170 t
+4736 63014 BOOKtalk eng \N Mark D'Arcy in discussion with Conservative peer and advertising executive, Lord Bell, about his memoirs, Right or Wrong. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 07:45:00 2014-12-25 08:00:00 \N \N \N \N \N 2607171 t
+4736 63015 The Political Studies Association Awards eng \N The annual Political Studies Association Awards, including Political Journalist of the Year and Politician of the Year, from Tuesday 25 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:40:00 \N \N \N \N \N 2607172 t
+40960 53365 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:30:00 \N \N \N \N \N 2607243 t
+40960 53366 HARDtalk eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 00:30:00 2014-12-26 01:00:00 \N \N \N \N \N 2607244 t
+4736 63274 On the Runs Committee eng \N Northern Ireland Affairs Committee session on the administrative scheme for On the Runs. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 08:40:00 2014-12-25 10:50:00 \N \N \N \N \N 2607173 t
+8500 5971 The Sound of Music - Live! eng \N Stage version of the classic musical starring Carrie Underwood and Stephen Moyer. A novice nun leaves her convent to accept a position as governess to a large family. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 12:35:00 2014-12-25 15:25:00 \N \N 2013 S \N 2607174 t
+41040 17321 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:30:00 \N \N \N \N \N 2607175 t
+41040 17322 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-26 03:30:00 2014-12-26 04:00:00 \N \N \N \N \N 2607176 t
+41040 17323 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 04:00:00 2014-12-26 04:30:00 \N \N \N \N \N 2607177 t
+41040 17324 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-26 04:30:00 2014-12-26 05:00:00 \N \N \N \N \N 2607178 t
+41040 17325 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 05:00:00 2014-12-26 05:30:00 \N \N \N \N \N 2607179 t
+41040 17326 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2607180 t
+33088 17779 Mayfair Manor Bedding eng \N The Mayfair Manor Bedding collection is a range of stylish bed linen, plus duvets, pillows and fibre beds made from innovative anti-allergy fibres. Sleep in comfort and style. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N \N \N 2607181 t
+33088 17780 Winter Solutions eng \N Keep warm and safe in the colder weather with our Winter Solutions. From shoe grips to heated insoles, snow shovels to thermal clothing, we've got all you need to see you through the winter months. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 2607182 t
+33088 17781 New On Extra eng \N New products from across all our range. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N \N \N 2607183 t
+4608 35011 Arthur eng DW On Ice Animation following the adventures of a young aardvark and his friends. DW tells everyone that she is a fantastic skater, but she cannot even stand up on the ice! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:15:00 17 20 \N S \N 2607184 t
+4608 36352 All Over the Place eng USA Ed Petrie and friends discover the most amazing places to visit in the USA. The team investigate a meteor crater in Arizona and go completely bananas in Los Angeles. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:15:00 2014-12-26 07:45:00 6 13 \N S \N 2607185 t
+4608 36516 Scooby Doo eng Pirates Ahoy! Animated adventure. Scooby and the gang take a creepy cruise into one of the world's most mysterious places - the legendary Bermuda Triangle! \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 07:45:00 2014-12-26 08:50:00 \N \N 2006 S \N 2607186 t
+4608 36517 Kung Fu Panda: Secrets of the Masters eng Po and the Furious Five uncover the legend of three of kung fu's greatest heroes Master Thundering Rhino, Master Storming Ox and Master Croc. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 08:50:00 2014-12-26 09:15:00 \N \N 2008 S \N 2607187 t
+23712 3418 Programmes continue at 08:00am eng Programmes continue at 08 00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 04:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2607188 t
+4544 47753 The Lady Vanishes eng \N Classic Hitchcock suspense drama in which a young couple investigate the disappearance of an elderly lady on a train from Switzerland to England. Also in HD. [B&W, 1938] \N 0 25 f 64 eng eng 1 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:30:00 \N \N \N AD,S \N 2607189 t
+4544 47755 Top of the Pops eng Xmas 1978 Noel Edmonds presents a special Top of the Pops from 1978, with Darts, Abba, Boney M, Brotherhood of Man, Father Abraham, Bee Gees, Brian and Michael, Wings and Showaddywaddy. \N 2 25 f 1 eng eng 3 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:30:00 \N \N \N S \N 2607190 t
+4544 47873 Top of the Pops Christmas eng 1979 1979 Christmas special with Lena Martell, Janet Kay, BA Robertson, Cliff Richard, Boney M, Tubeway Army, Squeeze, Buggles, Ian Dury, Blondie, Racey, Elvis Costello and Roxy Music. \N 0 25 f 1 eng eng 3 0 0 \N 2014-12-25 23:30:00 2014-12-26 00:35:00 \N \N \N S \N 2607191 t
+5888 52054 Toddla T eng \N Toddla throws a party with help from Jus Now, Dub Phyzix, Stylo G and many more. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 01:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2607192 t
+25728 55611 VIVA The Hits! eng \N An eclectic mix of the biggest hits from your favourite artists, all in one place. Presenting future smashes, pop classics and the biggest superstars around. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-19 14:50:00 2014-12-19 15:00:00 \N \N \N \N \N 2607193 t
+6784 51844 After Midnight with Alex Lester eng \N Music and conversation after midnight with Alex Lester, featuring Record and Album of the Week. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 03:00:00 \N \N \N \N \N 2607194 t
+27328 17459 BTSP eng \N For the full SP of all things BT Sport there's highlights of the week, what we've learnt from the weekend and what's being said on social media - and you can have your say @btsp. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:30:00 \N \N \N \N \N 2607195 t
+27328 17365 Premier League World eng \N A round-up of all the news from the Barclays Premier League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 06:30:00 2014-12-25 07:00:00 \N \N \N \N \N 2607196 t
+27328 17366 Global Goals eng \N A round-up of the greatest goals from around the world, all accompanied by some great music. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:30:00 \N \N \N \N \N 2607197 t
+27328 17367 Barclays Premier League Preview eng \N BT Sport takes a look ahead to all the upcoming action in the Barclays Premier League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 07:30:00 2014-12-25 08:00:00 \N \N \N \N \N 2607198 t
+27328 17368 Baker & Kelly's V.S.P.O eng \N Stand by for an hour of unscripted entertainment, original features and spontaneous wit driven by our unique hosts, Dannys Baker and Kelly. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 08:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2607199 t
+6720 64660 Zane Lowe eng \N Zane rewinds Ben Howard's special Maida Vale session, plus highlights from his other appearances on the show in 2014. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2607200 t
+4736 64077 European Parliament eng \N Recorded coverage of proceedings in the European Parliament at Strasbourg, including a debate on the forthcoming European Council meeting, from Wednesday 17 December. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 01:00:00 2014-12-20 04:00:00 \N \N \N \N \N 2607201 t
+4170 58019 The Gruffalo eng \N Animation based on the classic children's book written by Julia Donaldson, telling the magical tale of a mouse who takes a walk through the woods in search of a nut. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N 2009 AD,S \N 2607202 t
+4170 57716 On Angel Wings eng On Angel Wings Magical reworking of the Nativity by Michael Morpurgo. A grandfather explains how, as a shepherd boy, he was taken by the angel Gabriel to visit the Christ child. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N AD,S \N 2607203 t
+4170 56512 Come and Join the Celebration eng \N Live from St George's Church in Leeds, a Christmas morning service for all the family with popular carols and contemporary songs. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N S \N 2607204 t
+4170 56513 Only Fools and Horses eng A Royal Flush When Rodney meets a pretty girl in the market, he fails to realise her connections. But when he is invited to her family home, Del sees his chance of making a buck. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N S \N 2607205 t
+4352 53380 Breakfast eng \N All the latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:30:00 \N \N \N S \N 2607206 t
+4352 58185 The Travel Show eng \N Series showcasing the best of travel across the globe. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 06:30:00 2014-12-26 07:00:00 \N \N \N S \N 2607207 t
+4352 58186 Breakfast eng \N All the latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:30:00 \N \N \N S \N 2607208 t
+4352 58189 Review 2014 eng The Year in Sport Tim Hague and Katie Gornall look back through the year's sporting highlights, including the World Cup in Brazil, the Commonwealth Games in Glasgow and Lewis Hamilton's F1 triumph. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 07:30:00 2014-12-26 08:00:00 \N \N \N S \N 2607209 t
+4352 58190 Breakfast eng \N All the latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:30:00 \N \N \N S \N 2607210 t
+4352 58191 Review 2014 eng The Weather Year Who can forget the images of the Thames bursting its banks, or homes turned to islands on the Somerset Levels? Nick Miller looks back on the year the weather became the news. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N S \N 2607211 t
+6848 61186 Breakfast eng \N Petroc Trelawny presents Radio 3's classical breakfast show, featuring the winner of the Carol Competition and the Best of British Playlist. Email 3breakfast@bbc.co.uk. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 06:30:00 2014-12-25 09:00:00 \N \N \N \N \N 2607212 t
+5760 59499 The Radcliffe and Maconie Show eng \N Mark and Stuart celebrate Boxing Day with highlights from the past year, featuring John Lydon, Brian May, Kate Tempest, Chrissie Hynde, Daniel Radcliffe and John Shuttleworth. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 13:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2607213 t
+12928 42211 Paul Blart eng Mall Cop Comedy starring Kevin James and Jayma Mays. Paul Blart has given up on his dream of becoming a respected cop and is settling for patrolling the local mall. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 15:05:00 2014-12-26 16:50:00 \N \N 2009 S \N 2607214 t
+12928 42212 Willy Wonka and The Chocolate Factory eng \N Classic film starring Gene Wilder and Jack Albertson. A sweet little boy from a poor family dreams of winning an admission ticket to Willy Wonka's magical factory. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 16:50:00 2014-12-26 17:55:00 \N \N 1971 S \N 2607215 t
+12928 42213 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 17:55:00 2014-12-26 18:00:00 \N \N \N \N \N 2607216 t
+6912 55315 Shipping Forecast eng \N The latest shipping forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 05:20:00 2014-12-26 05:30:00 \N \N \N \N \N 2607217 t
+6912 55316 News Briefing eng \N The latest news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 05:30:00 2014-12-26 05:43:00 \N \N \N \N \N 2607218 t
+6912 55317 Prayer for the Day eng \N A spiritual comment and prayer to begin the day, with the Rev Dr Stephen Wigley. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 05:43:00 2014-12-26 05:45:00 \N \N \N \N \N 2607219 t
+6912 55318 Farming Today eng \N Presented by Sybil Ruscoe. Ten years on since hunting with dogs was banned in England and Wales, Farming Today explores what the ban has meant for both sides of the debate. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 05:45:00 2014-12-26 05:58:00 \N \N \N \N \N 2607220 t
+6912 55319 Tweet of the Day eng \N The sounds and stories of birds from around the world. Sir David Attenborough presents the wandering albatross of the South Atlantic Ocean. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 05:58:00 2014-12-26 06:00:00 \N \N \N \N \N 2607221 t
+25920 20860 XHose Sale eng \N Join us for a selection of great products at amazing sale prices! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2607222 t
+25920 20861 Kitchen Sale eng \N A fantastic selection of products to help make life in the kitchen easier at great sale prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2607223 t
+25920 20852 Technology Sale eng \N An easy to connect range of today's technology for you and your family's enjoyment around the home at sale prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2607224 t
+4736 63381 Northern Ireland Assembly Debate eng \N Recorded coverage of a debate in the Northern Ireland Assembly. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 10:50:00 2014-12-25 12:20:00 \N \N \N \N \N 2607225 t
+4608 36353 ROY eng Supersize Roy Roy creates havoc when he uses a class project to sell advertising space in his cartoon thought bubbles. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 09:15:00 2014-12-26 09:45:00 6 13 \N AD,S \N 2607226 t
+4608 36518 The Next Step eng Can You Keep a Secret Reality-style drama following a group of dancers. Michelle learns the truth about Chloe's financial situation. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 09:45:00 2014-12-26 10:10:00 11 30 \N S \N 2607227 t
+4608 36519 The Next Step eng Get It Together Reality-style drama following a group of dancers. Michelle secretly choreographs a new routine for regionals. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 10:10:00 2014-12-26 10:35:00 12 30 \N S \N 2607228 t
+4608 36520 Wolfblood eng Who's Afraid of the Big Bad Wolf? Drama series. Jana feels lost without her pack on a full moon. Her inner wolf has become bitter and angry, with the instinct to attack. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 10:35:00 2014-12-26 11:05:00 6 13 \N AD,S \N 2607229 t
+4608 36521 The Dumping Ground eng Seriously Funny When a big practical joke backfires, Tyler decides it's time he grew up. Meanwhile, Lily, Carmen and Tee fall out at a sleepover at Lily's flat. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 11:05:00 2014-12-26 11:30:00 11 13 \N AD,S \N 2607230 t
+4608 36522 The Dumping Ground eng Esme Drama set in a children's group home. Carmen alienates the young people when she finds a new best friend in exotic rich girl, Esme. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 12 13 \N AD,S \N 2607231 t
+20352 58185 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 14:10:00 2014-12-19 14:15:00 \N \N \N \N \N 2607232 t
+4544 47879 Only Yesterday eng The Carpenters' Story Documentary about brother and sister duo the Carpenters, one of the biggest selling pop acts of the 1970s, but one with a destructive and complex secret that ended in tragedy. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 00:35:00 2014-12-26 01:35:00 \N \N \N S \N 2607233 t
+4544 47874 The Fir Tree eng \N Film telling the story of a Christmas tree through the 'voice' of the tree itself. The tree has big ambitions, doing everything it can to grow so tall that it reaches the sky. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 01:35:00 2014-12-26 02:00:00 \N \N \N S \N 2607234 t
+4544 47757 The Winter's Tale from the Royal Ballet eng \N Shakespeare's late, great romance is brought to exuberant and colourful life by The Royal Ballet in choreographer Christopher Wheeldon's production at the Royal Opera House. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:00:00 2014-12-26 04:00:00 \N \N \N S \N 2607235 t
+5952 53451 Tommy Sandhu eng \N Tommy and the team continue with the festivities as they go through the archives and pick their highlights of 2014, including Tommy's World Cup anthem Footboliyan. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 06:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2607236 t
+5888 52055 1Xtra's Rewind eng Toddla T Another chance to hear Toddla's show from the previous week. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 04:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2607237 t
+6784 52482 Paul Gambaccini with America's Greatest Hits eng \N Paul Gambaccini blends digital tracks from the week's US charts of songs, albums, R&B, country and rock hits with LP and singles tracks from the last six decades. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 03:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2607238 t
+6784 51916 Sara Cox eng \N Sara Cox sits in for Vanessa Feltz with a first look at the papers. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 05:00:00 2014-12-26 06:30:00 \N \N \N \N \N 2607239 t
+6720 64453 Phil Taggart eng \N Phil digs out underground and alternative Christmas tracks, plus a special Christmas mix. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2607240 t
+6720 64661 BBC Radio 1's Residency eng Skream From club crazy to deep and dark with Skream. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2607241 t
+40960 53367 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 01:00:00 2014-12-26 01:30:00 \N \N \N \N \N 2607245 t
+4608 36357 Ludus eng \N Game show for children. Three Earthtwerps from Bristol journey deep into space to take on Ludus. They play his interactive computer games to rescue their friends and family. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 13:30:00 2014-12-26 13:55:00 2 10 \N AD,S \N 2607280 t
+4608 36358 HH eng Gory Games Play Along Quirky quizzes and gory games. Isaac, Lily and Charlie battle it out to win year spheres in games including Flying Circus and Yuckaroo. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 13:55:00 2014-12-26 14:25:00 13 15 \N S \N 2607281 t
+4608 36008 Dragons - Defenders of Berk eng Fright of Passage Animated series. Once every 10 years, a mysterious dragon visits Berk and this year Hiccup and Astrid are determined to find out where it is from. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 14:25:00 2014-12-26 14:50:00 6 20 \N S \N 2607282 t
+4608 36005 Arthur eng All About DW Animation following the adventures of a young aardvark and his friends. When Emily gets the starring role in the preschool play, DW is beside herself with jealousy. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 14:50:00 2014-12-26 15:00:00 \N \N \N S \N 2607283 t
+4544 47289 This Is BBC Four eng \N BBC Four is the BBC channel for people who want more. More depth, more range, more to stimulate the mind. More daily from 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 04:00:00 2014-12-26 05:30:00 \N \N \N \N \N 2607284 t
+4544 45531 This Is BBC Four eng \N BBC Four is the BBC channel for people who want more. More depth, more range, more to stimulate the mind. More daily from 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 05:30:00 2014-12-26 18:58:00 \N \N \N \N \N 2607285 t
+5952 53574 Best of Asian Network Live Music 2014 eng \N Hear live performances recorded especially for BBC Asian Network throughout 2014, featuring Rahat Fateh Ali Khan, AR Rahman, Sona Mohapatra and Satinder Sartaaj. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2607286 t
+5888 52189 The 1Xtra Breakfast Show with Ace eng \N Ace is here with the 1Xtra Breakfast Show - anything could happen. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 07:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2607287 t
+24064 59144 What's Really in Our Food? eng \N Are we serving up hormones and antibiotics with the iconic Sunday roast? Can choosing the right veggies reduce your risk of cancer? Carolyn Robinson investigates. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 \N \N \N \N \N 2607288 t
+24064 59145 What's Really in Our Food? eng Drinks Carolyn Robinson finds out if bottled water is really any better than tap. Do soft drinks contain cancer causing ingredients? Are tea and coffee messing with our sleep? \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 12:30:00 2014-12-26 13:00:00 \N \N \N \N \N 2607289 t
+24064 59146 What's Really in Our Food? eng Pies We eat millions of pies a year so what's hooked us on the taste? Carolyn Robinson finds out if there's such a thing as a 'dodgy pie'. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:30:00 \N \N \N \N \N 2607290 t
+24064 59147 What's Really in Our Food? eng Salad Can salad prevent cancer, diabetes, heart disease and even improve our eyesight? Or does the risk from pesticides and toxins mean we shouldn't be eating it at all? \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 13:30:00 2014-12-26 14:00:00 \N \N \N \N \N 2607291 t
+24064 59148 What's Really in Our Food? eng Chips & Dips Carolyn Robinson finds out if most chips are cooked in palm oil and whether you can avoid buying the ones that are. When it comes to dip, are they all created equal? \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:30:00 \N \N \N \N \N 2607292 t
+24064 59149 What's Really in Our Food? eng Diet Foods Are artificial sweeteners hazardous or helpful to your waistline? Do high-protein products work? And is it worth spending money on 'diet' meals. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 14:30:00 2014-12-26 15:00:00 \N \N \N \N \N 2607293 t
+6784 51917 Richard Allinson eng \N Richard Allinson sits in for Chris Evans with a fully interactive show for all the family, featuring music, special guests and listeners on the phone. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 06:30:00 2014-12-26 09:30:00 \N \N \N \N \N 2607294 t
+6720 64662 BBC Radio 1's Residency eng Moxie Moxie continues the festive vibes with her favourite tracks of 2014. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2607295 t
+6720 64456 Toddla T eng \N Toddla throws a party with help from Jus Now, Dub Phyzix, Stylo G and many more. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 01:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2607296 t
+4288 42726 Family Guy eng Mr Saturday Knight Animated comedy. Peter pursues his dream career as a knight at the local Renaissance Fair, but is challenged to a jousting duel. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 00:15:00 2014-12-25 00:35:00 9 22 \N S \N 2607297 t
+4288 42727 Family Guy eng Fish out of Water Animated comedy. While Lois and Meg hit the beach for Spring Break, Peter decides to become a fisherman and takes out a loan to buy a boat. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 00:35:00 2014-12-25 01:00:00 10 22 \N S \N 2607298 t
+4288 42975 Family Guy eng Emission Impossible Animated comedy series. When Peter and Lois are inspired to have another baby, Stewie does whatever he can to prevent conception. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:20:00 11 22 \N S \N 2607299 t
+4288 42976 Family Guy eng To Love and Die in Dixie Animated comedy series about family life. The Griffins, forced into the witness protection programme, move to a backwoods Southern town. Contains adult humour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 01:20:00 2014-12-25 01:45:00 12 22 \N S \N 2607300 t
+4288 42729 Cuckoo eng Christmas Special Comedy series. Ben and Dale both want to make Rachel's holiday special and Ken gets stuck in the middle. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 01:45:00 2014-12-25 02:15:00 7 7 \N AD,S \N 2607301 t
+4288 42977 Some Girls eng \N Comedy series about a group of teenage girls. Amber is in charge of the girls' prom night plans and ropes Viva in to organise the decorations. Contains strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:15:00 2014-12-25 02:45:00 6 6 \N S \N 2607302 t
+4288 41816 In Deep eng \N Action comedy about two low-ranking young police constables, whose chance of glory comes with the arrival of an unexpected case. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:45:00 2014-12-25 03:00:00 6 9 \N S \N 2607303 t
+14752 23797 Dave Berry & Lisa Snowdon eng \N Dave Berry & Lisa Snowdon bring you the hottest interviews from the world's biggest celebrities. Watch all the action back at CapitalFM.com \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2607304 t
+4170 57802 The Queen's Christmas Broadcast 2014 eng \N Her Majesty Queen Elizabeth II delivers her annual address in the Christmas message to the nation and Commonwealth. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:10:00 \N \N \N S \N 2607305 t
+4170 56517 Puss in Boots eng \N Puss teams up with a fellow thieving feline and Humpty Dumpty to go on an exciting quest. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 15:10:00 2014-12-25 16:30:00 \N \N 2011 AD,S \N 2607306 t
+4170 64835 Puss in Boots eng The Three Diablos CBBC. A spin-off special from Shrek. Puss in Boots returns with the help of three kittens to rescue a precious ruby from the evil Whisperer. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 16:30:00 2014-12-25 16:40:00 \N \N \N AD,S \N 2607307 t
+4170 57866 Strictly Come Dancing Christmas eng \N Sir Bruce Forsyth hosts the Strictly Come Dancing Christmas special with Tess Daly. The show goes to town with a pantomime theme as six memorable celebrities return. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:15:00 \N \N \N AD,S \N 2607308 t
+6016 40426 Outlook eng \N Personal stories behind the news from all over the world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-25 03:05:00 2014-12-25 04:00:00 \N \N \N \N \N 2607416 t
+4352 53385 BBC News eng \N The latest national and international news, plus top interviews and analysis. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 \N \N \N S \N 2607309 t
+4352 58195 Review 2014 eng We Remember Programme remembering some of the major global figures who passed away in 2014, including Ian Paisley, Richard Attenborough, Lynda Bellingham and Robin Williams. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 12:30:00 2014-12-26 13:00:00 \N \N \N S \N 2607310 t
+4352 53386 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:30:00 \N \N \N S,SL \N 2607311 t
+4352 58196 The Old Plane and the Sea eng Rescuing the Last Dornier 17 In June 2013, the RAF Museum raised a World War Two German bomber from the seabed. Now, BBC News can share more about the challenges the recovery team faced. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 13:30:00 2014-12-26 14:00:00 \N \N \N S \N 2607312 t
+4352 53388 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:30:00 \N \N \N S \N 2607313 t
+4352 58197 Review 2014 eng Brazilian Summer It was the World Cup that saw Germany triumph and England fall short. Patrick Gearey relives the highs and lows of a fantastic summer in Brazil. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 14:30:00 2014-12-26 15:00:00 \N \N \N S \N 2607314 t
+6848 61282 Composer of the Week eng Antonio Vivaldi (1678-1741). Celebrity Donald Macleod on the Venice debut of the singer with whom Vivaldi became infamously linked and the publication of The Four Seasons. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 4 5 \N \N \N 2607315 t
+6848 61189 Radio 3 Lunchtime Concert eng Schwarzenberg Schubertiade 2014. Igor Levit in Beethoven Piano Sonata in C minor, Op 10 No 1; Piano Sonata in G, Op 49 No 2; Piano Sonata in F minor, Op 57 (Appassionata). \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 4 5 \N \N \N 2607316 t
+6848 61532 Festival of 9 Lessons and Carols eng \N From the chapel of King's College, Cambridge, the Festival of Nine Lessons and Carols, based around nine Bible readings interspersed with Christmas hymns and carols. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:40:00 \N \N \N \N \N 2607317 t
+5760 59651 The First Time with David Lynch eng \N David Lynch talks to Matt Everitt about his early musical influences, his passion for Elvis and early rock and roll, directing David Bowie and creating his own unique music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2607318 t
+5760 59653 Iggy Pop eng \N 'Godfather of punk' Iggy Pop plays eclectic and exciting music choices on the theme of cars. Expect everything from Kraftwerk to Cream to Chamillionaire. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2607319 t
+6912 55321 Desert Island Discs eng \N Kirsty Young talks to the Most Rev Justin Welby, Archbishop of Canterbury. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:45:00 \N \N \N \N \N 2607320 t
+6912 55585 Book of the Week eng Stories in the Stars Susanna Hislop's imaginative exploration of the night sky's constellations. Virgo the Maiden points towards spring. Canis Major is leader of the pack. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 09:45:00 2014-12-26 10:00:00 5 5 \N \N \N 2607321 t
+6912 55323 Woman's Hour eng \N Jenni Murray presents the programme that offers a female perspective on the world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-26 10:00:00 2014-12-26 10:45:00 \N \N \N \N \N 2607322 t
+6912 55586 15 Minute Drama eng The Skool Days of Nigel Molesworth, by Patrick Barlow and George Poles. Fun with Scrumms As the term comes to an end, Molesworth must survive the perils of the playing field. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 10:45:00 2014-12-26 11:00:00 5 5 \N \N \N 2607323 t
+6912 55587 Music to Save Grimethorpe eng \N Yorkshire poet Ian McMillan, a lover of brass band music, asks how Grimethorpe Colliery band continues to survive in a post-industrial landscape. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N \N \N 2607324 t
+6912 55588 Count Arthur Strong's Radio Show! eng Christmas Special Comedy featuring the former variety star. An invitation to star in the local pantomime gets Arthur excited about a possible return to the stage. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 \N \N \N \N \N 2607325 t
+41120 14182 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:30:00 \N \N \N \N \N 2607326 t
+41120 14183 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 15:30:00 2014-12-25 16:00:00 \N \N \N \N \N 2607327 t
+41120 14184 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2607328 t
+41120 14185 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:30:00 \N \N \N \N \N 2607329 t
+41120 14186 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 17:30:00 2014-12-25 18:00:00 \N \N \N \N \N 2607330 t
+4736 63275 House of Commons - Devolution and the Union eng \N Recorded coverage of a debate in the House of Commons on devolution and the Union, from Thursday 20 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 15:35:00 2014-12-25 17:05:00 \N \N \N \N \N 2607331 t
+4736 63023 Vernon Bogdanor Lecture eng \N Professor Vernon Bogdanor delivers a lecture on the 1945 general election at the Museum of London, from Tuesday 11 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 17:05:00 2014-12-25 18:00:00 \N \N \N \N \N 2607332 t
+32896 8256 Sally Bollywood eng \N Adventures in Pet Sitting - Alice is looking after a neighbour's pet rabbit while they are away. When she leaves it alone in her backyard for a moment, the pet goes missing and a skateboard is stolen! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 15:00:00 2014-12-19 15:15:00 \N \N \N \N \N 2607333 t
+32896 8257 Sally Bollywood eng \N Eye In The Sky - The school model rocket club has a problem - their rockets keep blowing up. Meanwhile, Sally is investigating another crime - someone is tampering with the school lunches. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 15:15:00 2014-12-19 15:30:00 \N \N \N \N \N 2607334 t
+32896 8258 Sally Bollywood eng Cirque de Sally - Someone is sabotaging the sporting clubs at Sally's school stealing the soccer balls, the badminton racquets and volleyball equipment. Sally and Doowee investigate. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 15:30:00 2014-12-19 15:45:00 \N \N \N \N \N 2607335 t
+32896 8259 Sally Bollywood eng \N Camp Of Doom - Sally and Doowee are going with a few other students on an overnight school camping trip. They have only just pitched their tents when they experience an Extra Terrestrial phenomenon. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 15:45:00 2014-12-19 16:00:00 \N \N \N \N \N 2607336 t
+32896 8260 Transformers Rescue Bots eng \N The Team is forced to star in a rescue-focused reality show in which Huxley Prescott will do anything to capture extreme danger on camera... including manufacturing his own emergencies. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 16:00:00 2014-12-19 16:30:00 \N \N \N \N \N 2607337 t
+32896 8261 Transformers Rescue Bots eng \N Cody and the Rescue Bots help Kade face his nightmares, which come to life and threaten Griffin Rock. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 16:30:00 2014-12-19 17:00:00 \N \N \N \N \N 2607338 t
+32896 8262 Slugterra eng \N Long thought to be merely a legend, an Enigmo Slug has finally been spotted. The bidding is high for this rarest of all slugs, and so is the competition to be the first to grab it! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 17:00:00 2014-12-19 17:30:00 \N \N \N \N \N 2607339 t
+32896 8263 Power Rangers Super Megaforce eng \N The Armada invades with a massive fleet. Legendary Rangers from past seasons come forward to help fight the final invasion. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 17:30:00 2014-12-19 18:00:00 \N \N \N \N \N 2607340 t
+4608 36006 Sidekick eng Like Supervillain, Like Son Animated series. Community service day goes wrong when the boys get mixed up with super-criminal Master XOX. Also in HD. Followed by Minuscule. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 15:00:00 2014-12-26 15:15:00 \N \N \N AD,S \N 2607341 t
+4608 36007 Dennis the Menace and Gnasher eng Constable Menace Dennis is assigned to Sgt Slipper's command for Take-A-Kid-To-Work Day. Then reports start flooding in of garden-gnome thefts all over Beanotown. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 15:15:00 2014-12-26 15:30:00 \N \N \N S \N 2607342 t
+4608 36009 Operation Ouch! eng \N Dr Chris uses a tiny camera to reveal what happens in his throat when he swallows food, and Dr Xand enters a special chamber that removes sensory data from his brain. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 15:30:00 2014-12-26 16:00:00 4 11 \N S,SL \N 2607343 t
+4608 35019 All at Sea eng Pride of Scarborough Charlie and his family run a bed and breakfast by the sea. Everyone thinks Charlie has foiled a burglary, but has the whole truth been told? Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 16:00:00 2014-12-26 16:30:00 \N \N \N AD,S \N 2607344 t
+4608 36360 4 O'Clock Club eng Mugs When Josh bunks off school to attend a music conference he bumps into a familiar face. Nero, Eli and Owen's attempts to start an online viral trend almost end in disaster. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:00:00 7 13 \N S \N 2607345 t
+4608 36361 Nowhere Boys eng \N Drama series. When the boys' attempts to steal food are thwarted by the police, Jake faces questioning by the father he wishes he had. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 6 13 \N AD,S \N 2607346 t
+4608 36523 The Dumping Ground eng Liam's Story Liam O'Donovan is back. After his life in care, he is now living with his policeman brother and training as a plumber, but he has bigger dreams of a life in the music industry. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 17:30:00 2014-12-26 18:00:00 \N \N \N AD,S \N 2607347 t
+41072 13143 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 \N \N \N \N \N 2607348 t
+41072 13144 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-26 12:30:00 2014-12-26 13:00:00 \N \N \N \N \N 2607349 t
+41072 13145 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:30:00 \N \N \N \N \N 2607350 t
+41072 13146 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-26 13:30:00 2014-12-26 14:00:00 \N \N \N \N \N 2607351 t
+41072 13147 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:30:00 \N \N \N \N \N 2607352 t
+41072 13148 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-26 14:30:00 2014-12-26 15:00:00 \N \N \N \N \N 2607353 t
+5952 53454 Noreen Khan eng \N Gagan Grewal sits in for Noreen Khan and replays some of her best interviews from 2014, featuring award-winning playback singer SP Balasubrahmanyam. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 13:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2607354 t
+5888 52057 Trevor Nelson eng \N Trevor rewinds with some of his favourite guests and moments of 2014. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2607355 t
+6784 51918 Jo Whiley eng \N Jo Whiley sits in for Ken Bruce, and Simple Minds frontman Jim Kerr picks his Tracks of My Years. Plus Album and Record of the Week. Email jo.whiley@bbc.co.uk. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 09:30:00 2014-12-26 12:05:00 \N \N \N \N \N 2607356 t
+6720 64457 Gemma Cairney eng \N It's Gemma's Lean in 15 with friend of the show The Body Coach sharing leftovers tips for turkey scraps! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 04:00:00 2014-12-26 06:30:00 \N \N \N \N \N 2607357 t
+4288 42730 Don't Tell the Bride eng Christmas in Wonderland Juan plans to give his bride Alice a Christmas present by marrying her in Central Park. Contains some strong language. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 03:00:00 2014-12-25 04:00:00 \N \N \N S,SL \N 2607358 t
+4288 42029 This Is BBC Three eng BBC Three Refreshing TV for the digital age. Tune in daily from 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 04:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2607359 t
+4288 39935 This Is BBC Three eng BBC Three Refreshing TV for the digital age. Tune in daily from 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 05:30:00 2014-12-25 18:58:00 \N \N \N \N \N 2607360 t
+4170 56117 Doctor Who eng Last Christmas The Doctor and Clara face their last Christmas. Trapped on an Arctic base, under attack from terrifying creatures, who are you going to call? Santa Claus! Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 18:15:00 2014-12-25 19:15:00 \N \N \N AD,S \N 2607361 t
+4170 56119 Miranda eng I Do, But To Who? Sitcom. Miranda has received two proposals - one from Gary and one from Mike. Will she choose one of them or will she run away from the pressure? Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 19:15:00 2014-12-25 19:50:00 1 2 \N AD,S \N 2607362 t
+4170 56118 Call the Midwife eng Christmas Special Drama series about a group of midwives. 1959 is drawing to a close as the residents of Poplar prepare for Christmas, and the midwives are busier than ever. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 19:50:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2607363 t
+6016 40416 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:05:00 \N \N \N \N \N 2607364 t
+6016 40417 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 00:05:00 2014-12-25 00:20:00 \N \N \N \N \N 2607365 t
+6016 40418 Sports News eng \N The latest news from the world of sport. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-25 00:20:00 2014-12-25 00:32:00 \N \N \N \N \N 2607366 t
+6016 40419 Health Check eng \N A programme looking at health issues on a global scale, investigating discoveries and solutions in healthcare, and asking how to deliver a healthier world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-25 00:32:00 2014-12-25 01:00:00 \N \N \N \N \N 2607367 t
+6016 40420 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:05:00 \N \N \N \N \N 2607368 t
+6016 41146 Exchanges eng The Global Economy Simon Jack talks to the internationally-acclaimed French economist Thomas Piketty in front of a live audience at the Paris Dauphine University. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 01:05:00 2014-12-25 02:00:00 \N \N \N \N \N 2607369 t
+6016 40422 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 02:00:00 2014-12-25 02:05:00 \N \N \N \N \N 2607370 t
+6016 40423 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 02:05:00 2014-12-25 02:32:00 \N \N \N \N \N 2607371 t
+6016 40424 Assignment eng \N BBC's correspondents report first-hand on the events shaping our world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 02:32:00 2014-12-25 03:00:00 \N \N \N \N \N 2607372 t
+17540 51829 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 04:05:00 2014-12-26 04:10:00 \N \N \N \N \N 2607373 t
+17540 51830 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 04:10:00 2014-12-26 06:00:00 \N \N \N \N \N 2607374 t
+4352 53389 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 15:00:00 2014-12-26 15:30:00 \N \N \N S \N 2607375 t
+4352 58198 Review 2014 eng The Year in Sport Tim Hague and Katie Gornall look back through the year's sporting highlights, including the World Cup in Brazil, the Commonwealth Games in Glasgow and Lewis Hamilton's F1 triumph. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 15:30:00 2014-12-26 16:00:00 \N \N \N S \N 2607376 t
+4352 53390 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 16:00:00 2014-12-26 16:30:00 \N \N \N S \N 2607377 t
+4352 58199 World War One Beyond the Trenches eng \N The BBC World Service's journalists explore some of the lesser-known World War I tales from Africa, Asia and the Middle East. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:00:00 \N \N \N S \N 2607378 t
+4352 53391 BBC News eng \N Twenty four hours a day - the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 \N \N \N S \N 2607379 t
+4352 58200 Review 2014 eng The Year in Film Film critic Mark Kermode takes a look back at the big releases of the year, sorting his festive favourites from the Christmas turkeys. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 17:30:00 2014-12-26 18:00:00 \N \N \N S \N 2607380 t
+18112 36519 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 10:10:00 2014-12-26 10:35:00 \N \N \N \N \N 2610006 t
+6848 61190 Afternoon on 3 eng \N Katie Derham presents a performance given in Berlin of Schumann's Piano Concerto in A minor, Op 54, with soloist Martha Argerich and the Berlin Philharmonic under Riccardo Chailly. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 15:40:00 2014-12-25 16:30:00 \N \N \N \N \N 2607381 t
+6848 61530 Words and Music eng \N Words and music on the theme of bells, including poetry by Edgar Allan Poe and a variety of music. Read by Sylvestra Le Touzel and David Troughton. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 16:30:00 2014-12-25 17:45:00 \N \N \N \N \N 2607382 t
+6848 61515 New Generation Artists eng \N Benjamin Appl, Mark Simpson, Lise Berthaud, Robin Tritschler, Sean Shibe and Kitty Whately feature in music by Reger, Schubert, Schumann, Giuliani and Canteloube. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 17:45:00 2014-12-25 19:00:00 \N \N \N \N \N 2607383 t
+5760 59654 BBC Music John Peel Lecture 2014 with Iggy Pop eng \N Another chance to hear Iggy Pop deliver the BBC Music John Peel Lecture 2014 from the UK Radio Festival on the topic of free music in a capitalist society. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2607384 t
+5760 59502 6 Mix eng \N UK electronic scene stalwarts Lamb take over the 6 Mix for two hours of influences and current favourites, from Herbie Hancock to De La Soul via Aphex Twin. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 22:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2607385 t
+5632 36344 5 live in Short eng \N Chris Warburton takes a look back at the biggest news and sport stories from 2014, as heard on BBC Radio 5 live. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 01:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2607386 t
+6912 55327 News Summary eng \N The latest national and international news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:04:00 \N \N \N \N \N 2607387 t
+6912 55328 Home Front eng Epic drama series set in Britain during WWI. 26 December 1914 - Isabel Graham The Grahams plan a quiet harmonious Boxing Day. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 12:04:00 2014-12-26 12:15:00 20 30 \N \N \N 2607388 t
+6912 55329 You and Yours eng \N Consumer news. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-26 12:15:00 2014-12-26 12:57:00 \N \N \N \N \N 2607389 t
+6912 55330 Weather eng \N The latest weather forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 12:57:00 2014-12-26 13:00:00 \N \N \N \N \N 2607390 t
+6912 55331 The World at One eng \N Analysis of current affairs reports, presented by Mark Mardell. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:45:00 \N \N \N \N \N 2607391 t
+6912 56289 Food for Thought eng How attitudes to food affect individual lives. Joan Rivers Over tea and chocolate tart at the Ritz, Joan Rivers and Nina Myskow discuss food-related fear and self-loathing. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 13:45:00 2014-12-26 14:00:00 5 5 \N \N \N 2607392 t
+6912 55333 The Archers eng \N There is Christmas joy at No 1 The Green, and Jill has a quiet word with David. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:15:00 \N \N \N \N \N 2607393 t
+6912 56074 Afternoon Drama eng Blithe Spirit The Archers meets Noel Coward, as Ambridge's queen of am-dram Lynda Snell directs and stars in Coward's classic wartime comedy. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 14:15:00 2014-12-26 15:45:00 \N \N \N \N \N 2607394 t
+4736 63024 Westminster Hall eng \N Recorded coverage of a debate in Westminster Hall on UK-German relations within the EU, led by Conservative MP Sir Bill Cash, from Tuesday 18 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:30:00 \N \N \N \N \N 2607395 t
+4736 63025 UK Relations with Hong Kong Committee eng \N Recorded coverage of the Foreign Affairs Committee session on the UK's relations with Hong Kong, 30 years after the Joint Declaration, from Tuesday 04 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 19:30:00 2014-12-25 21:15:00 \N \N \N \N \N 2607396 t
+28160 15941 Back to Basics eng \N Join Brian Broderson for foundational scripture teaching. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N \N \N 2607397 t
+28160 15942 Changing Your World eng \N Bible ministry from international teacher Dr. Creflo Dollar. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:00:00 \N \N \N \N \N 2607398 t
+28160 16154 Christmas with Susan Boyle eng \N The singing star shares Christmas and her favourite Christian music with you! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2607399 t
+28160 16155 Christmas Unsigned eng \N Loretta Andrews brings you well-known Christmas songs performed by some of the best kept secrets in the Christmas music world. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2607400 t
+4608 36524 The Dumping Ground eng Jody in Wonderland Faced with a momentous dilemma, Jody retreats into the fictional Wonderland. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:58:00 \N \N \N AD,S \N 2607401 t
+4608 63341 This is CBBC! eng \N Join the CBBC crew for all your favourite programmes, plus loads more! Tune into CBBC every day from 7.00am to 7.00pm. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 18:58:00 2014-12-27 05:30:00 \N \N \N \N \N 2607402 t
+24448 64014 Join Our Christmas Festivities! eng \N Huge savings on genuine gemstone jewellery at Gems TV, as the family jeweller presentsa special Christmas celebration show. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 \N \N \N \N \N 2607403 t
+24448 64015 Christmas Eve with Gems TV! eng \N A special Christmas Eve show with some incredible auctions. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 14:00:00 2014-12-24 15:00:00 \N \N \N \N \N 2607404 t
+5952 53456 Bobby Friction eng \N Bobby catches up on the latest Bollywood news with top journalist Udita J, plus DJ Munks spins his Friday-Night Mix. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 17:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2607405 t
+5888 52190 Clara Amfo eng \N Clara Amfo sits in for Sarah-Jane Crawford with your afternoon fix of big music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 13:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2607406 t
+6784 51919 Soul Cities with Tony Blackburn eng \N Tony Blackburn explores three great soul cities of America. Detroit. The city of the hand claps and powerful bass lines of the famous Motown sound. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 12:05:00 2014-12-26 14:03:00 3 3 \N \N \N 2607407 t
+6784 51920 Johnnie Walker Meets Dolly Parton eng \N Johnnie Walker talks to Dolly Parton, touching on life, love and music. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 14:03:00 2014-12-26 16:05:00 \N \N \N \N \N 2607408 t
+6720 64664 Scott Mills eng \N Scott Mills sits in for Grimmy with your Boxing Day breakfast. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 06:30:00 2014-12-26 10:00:00 \N \N \N \N \N 2607409 t
+4170 51820 EastEnders eng \N With secrets rife, the Carters are set to explode. The Beales do their best to enjoy Christmas despite their beloved Lucy not being there, but there is an eerie twist coming. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:05:00 \N \N \N AD,S \N 2607410 t
+4170 58351 Mrs Brown's Boys Christmas Special eng Mammy's Tickled Pink Festive edition of the sitcom. Winnie drops a Christmas bombshell. Maybe her unusual new Christmas tree will bring Agnes some festive cheer? Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 22:05:00 2014-12-25 22:40:00 1 2 \N AD,S \N 2607411 t
+4170 56122 Michael McIntyre's Very Christmassy Christmas Show eng \N Christmas comedy entertainment special hosted by stand-up comedian Michael McIntyre, featuring celebrity guests, audience games and live music. Also in HD. \N 2 25 f 3 eng eng 0 0 0 \N 2014-12-25 22:40:00 2014-12-25 23:40:00 \N \N \N S \N 2607412 t
+4170 51824 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. Followed by weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 23:40:00 2014-12-25 23:55:00 \N \N \N S \N 2607413 t
+4170 56123 On Christmas Night eng \N Adjoa Andoh reflects on the implications of this night for the mother of Jesus and introduces the throught-provoking song Mary, Did You Know?, performed by Tessera. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 23:55:00 2014-12-26 00:00:00 \N \N \N S \N 2607414 t
+6016 40425 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:05:00 \N \N \N \N \N 2607415 t
+18112 36520 Wolfblood eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 10:35:00 2014-12-26 11:05:00 \N \N \N \N \N 2610007 t
+6016 40428 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 04:05:00 2014-12-25 04:32:00 \N \N \N \N \N 2607418 t
+6016 40429 Health Check eng \N A programme looking at health issues on a global scale, investigating discoveries and solutions in healthcare, and asking how to deliver a healthier world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-25 04:32:00 2014-12-25 05:00:00 \N \N \N \N \N 2607419 t
+6016 40430 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:05:00 \N \N \N \N \N 2607420 t
+6016 40431 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 05:05:00 2014-12-25 06:00:00 \N \N \N \N \N 2607421 t
+4352 53393 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 \N \N \N S \N 2607422 t
+4352 53394 Sportsday eng \N A round-up of the day's sporting events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-26 18:30:00 2014-12-26 18:45:00 \N \N \N S \N 2607423 t
+4352 58202 Click eng \N Click looks back at the year gone by. A show filled with robots, enormous self-driving mining trucks and a visit to Mars... well kind of. Also in HD. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 18:45:00 2014-12-26 19:00:00 \N \N \N S \N 2607424 t
+4352 53395 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N S \N 2607425 t
+4352 58204 Dylan Thomas eng Rock and Roll Poet From Swansea to New York, actor Michael Sheen and singer Cerys Matthews are among those paying tribute to the work and life of poet Dylan Thomas. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N S \N 2607426 t
+4352 53396 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:30:00 \N \N \N S \N 2607427 t
+4352 58205 Review 2014 eng The Year in Politics From Scotland's referendum vote to the UK's first elected UKIP MPs, Adam Fleming looks back at the big political events of the year. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 20:30:00 2014-12-26 21:00:00 \N \N \N S \N 2607428 t
+20352 58317 Easy A eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 00:05:00 2014-12-26 01:55:00 \N \N \N \N \N 2607429 t
+20352 58318 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 01:55:00 2014-12-26 04:20:00 \N \N \N \N \N 2607430 t
+6848 61306 BBC Proms 2014 eng \N Another chance to hear a Prom featuring the Berlin Philharmonic conducted by Simon Rattle. With Rachmaninov's Symphonic Dances and Stravinsky's The Firebird. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2607431 t
+5632 36345 Ryder Cup eng Symphony of Medinah 5 live and the BBC Philharmonic recreate the amazing day when Europe overcame the USA in the Ryder Cup at Medinah, in a special broadcast combining golf commentary with live music. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-25 03:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2607432 t
+5632 36346 The Radio Review of 2014 eng \N Jane Garvey is joined by Stephanie Hirst and guests to look back at the year in radio across BBC and commercial stations. Plus a look at the 10th anniversary of podcasting. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 04:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2607433 t
+8385 58318 The Birds eng \N Alfred Hitchcock's classic thriller. A woman's (Tippi Hedren) search for a handsome lawyer (Rod Taylor) she briefly met seems to spark a vicious avian attack on a tranquil community. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 00:55:00 2014-12-26 03:20:00 \N \N 1963 S \N 2607434 t
+6912 55336 King Albert's Book eng \N Readings from the 1914 book created as a tribute to the Belgian king and people. Emmeline Pankhurst, Thomas Hardy and Arnold Bennet pay tribute to the king of Belgium. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 15:45:00 2014-12-26 16:00:00 2 3 \N \N \N 2607435 t
+6912 55337 Last Word eng \N Obituary series, analysing and celebrating the life stories of people who have recently died. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 16:00:00 2014-12-26 16:30:00 \N \N \N \N \N 2607436 t
+6912 55597 A Good Read eng \N Jeremy Paxman and Mary Beard argue about books they love with Harriett Gilbert. Jeremy's choice is Billy Lynn's Long Halftime Walk, described as the Catch-22 of the Iraq War. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-26 16:30:00 2014-12-26 16:55:00 \N \N \N \N \N 2607437 t
+6912 55339 The Listening Project eng Kiki and Faith - Dreams of Daddy Fi Glover introduces a converstion between sisters who are still at primary school reflecting on the alcohol-related death of their father. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 16:55:00 2014-12-26 17:00:00 \N \N \N \N \N 2607438 t
+6912 55340 PM eng \N Eddie Mair presents coverage and analysis of the day's news. Including Weather at 5.57pm. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2607439 t
+41056 18269 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:05:00 \N \N \N \N \N 2607440 t
+4736 63026 Lord Hennessy Lecture eng \N Lord Hennessy delivers a lecture on Parliament and the State in the State Apartments of the Palace of Westminster, from Tuesday 18 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 21:15:00 2014-12-25 21:55:00 \N \N \N \N \N 2607441 t
+4736 63027 Scottish Parliament eng \N Recorded coverage of first minister Nicola Sturgeon making a statement on her Programme for Government to MSPs, from Wednesday 26 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 21:55:00 2014-12-25 23:25:00 \N \N \N \N \N 2607442 t
+4736 63276 BOOKtalk eng Mark D'Arcy in discussion with Nicklaus Thomas-Symonds on his biography Nye The Political Life of Aneurin Bevan. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 23:25:00 2014-12-25 23:40:00 \N \N \N \N \N 2607443 t
+4736 63028 Autumn Statement eng \N BBC Two's coverage of chancellor of the exchequer George Osborne's Autumn Statement in the House of Commons, with full reaction and analysis, shown earlier today. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 23:40:00 2014-12-26 01:40:00 \N \N \N \N \N 2607444 t
+13120 8384 In the Kitchen featuring Ninja eng \N Tantalise those taste buds with a selection of kitchen products guaranteed to help you produce the dishes of your dreams. Join Ninja for the latest in gourmet delights. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2607445 t
+13120 8385 Vax Home Cleaning eng \N From wood to carpet, tile to slate, you can clean and vacuum all the surfaces in your home with help from the Vax range. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2607446 t
+13120 8386 Magniflex eng Sleep made in Italy Made in Italy, Magniflex brings to QVC its range of memory foam mattresses, toppers and pillows to ensure you get a restful sleep. Add a little luxury to your bedroom and enjoy peaceful nights. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2607447 t
+23152 17596 New eng Crime Stories Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2607448 t
+23152 17597 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-25 16:00:00 2014-12-25 16:30:00 \N \N \N \N \N 2607449 t
+23152 17598 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-25 16:30:00 2014-12-25 17:00:00 \N \N \N \N \N 2607450 t
+4352 53402 Sportsday eng \N A round-up of the day's sporting events. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-26 22:45:00 2014-12-26 23:00:00 \N \N \N S \N 2607492 t
+18112 36521 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 11:05:00 2014-12-26 11:30:00 \N \N \N \N \N 2610008 t
+23152 17916 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:30:00 \N \N \N \N \N 2607451 t
+23152 17600 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 17:30:00 2014-12-25 18:00:00 \N \N \N \N \N 2607452 t
+12992 31232 My Name Is Earl eng \N US comedy series. Joy takes Randy's audition for CHiPs star Erik Estrada's reality show, but her public appearance has consequences for Darnell. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 \N \N \N S \N 2607453 t
+12992 31233 The Colditz Story eng \N World War II drama starring John Mills and Eric Portman. The story of the legendary breakout by Allied POWs from the Germans' supposedly escape-proof fortress. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-26 12:30:00 2014-12-26 13:30:00 \N \N 1954 S \N 2607454 t
+12992 31234 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 13:30:00 2014-12-26 13:35:00 \N \N \N \N \N 2607455 t
+12992 31235 The Colditz Story eng \N World War II drama starring John Mills and Eric Portman. The story of the legendary breakout by Allied POWs from the Germans' supposedly escape-proof fortress. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-26 13:35:00 2014-12-26 14:35:00 \N \N 1954 S \N 2607456 t
+12992 31236 The Caine Mutiny eng \N Classic naval drama starring Humphrey Bogart and Jose Ferrer. A commanding officer is forced to relinquish control of his ship in a mutiny on the high seas. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-26 14:35:00 2014-12-26 17:00:00 \N \N 1954 S \N 2607457 t
+5888 52060 Charlie Sloth eng \N No messing, Charlie keeps the music flowing with a Club Sloth Special. Your name's down - you don't even have to leave the house! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 16:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2607458 t
+6784 51921 French and Saunders eng \N Festive fun from Dawn French and Jennifer Saunders, with great music, chat and guests including comedian Rob Brydon. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 16:05:00 2014-12-26 18:05:00 \N \N \N \N \N 2607459 t
+24480 3663 Wonderful Christmas Time eng \N We may not be promised a white Christmas, but Vintage TV can promise you a wonderful one with this great selection of Christmas hits. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2607460 t
+6720 64665 Fearne Cotton's Big Weekend Highlights eng \N Fearne Cotton picks her favourite bits from Radio 1's Big Weekend in Glasgow, including an in-depth interview with Kings of Leon and their opening set. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2607461 t
+40992 52245 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 15:15:00 2014-12-25 15:35:00 \N \N \N \N \N 2607462 t
+40992 52246 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 15:35:00 2014-12-25 16:05:00 \N \N \N \N \N 2607463 t
+40992 52247 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 16:05:00 2014-12-25 16:20:00 \N \N \N \N \N 2607464 t
+40992 52248 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 16:20:00 2014-12-25 16:45:00 \N \N \N \N \N 2607465 t
+40992 52249 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 16:45:00 2014-12-25 17:10:00 \N \N \N \N \N 2607466 t
+40992 52250 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 17:10:00 2014-12-25 17:20:00 \N \N \N \N \N 2607467 t
+40992 52251 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 17:20:00 2014-12-25 17:40:00 \N \N \N \N \N 2607468 t
+40992 52252 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 17:40:00 2014-12-25 18:00:00 \N \N \N \N \N 2607469 t
+22080 3982 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:30:00 \N \N \N \N \N 2607470 t
+22080 3986 Ebola Crisis eng The Front Line Sky's Alex Crawford reports from the frontline of the battle against ebola in Liberia. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 00:30:00 2014-12-25 01:00:00 \N \N \N \N \N 2607471 t
+22080 3988 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:30:00 \N \N \N \N \N 2607472 t
+22080 3992 Narco State eng Mexico's Drugs War Sky News correspondent Stuart Ramsay reports on the killings and drug cartels that are tearing Mexico apart. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 01:30:00 2014-12-25 02:00:00 \N \N \N S \N 2607473 t
+22080 4013 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 02:00:00 2014-12-25 02:30:00 \N \N \N \N \N 2607474 t
+22080 4014 CBS News eng \N A chance to see live the main evening news bulletin from a leading network channel in America. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 02:30:00 2014-12-25 03:00:00 \N \N \N S \N 2607475 t
+41056 18270 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 02:05:00 2014-12-26 03:00:00 \N \N \N \N \N 2607476 t
+4170 58469 Not Going Out Christmas Special eng The House Sitcom. Lee invites Lucy's parents and Daisy to join them in an old country house for Christmas. However, there is a spooky presence. Contains adult humour. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:45:00 \N \N \N S \N 2607477 t
+4170 56519 Would I Lie to You? eng \N Rob Brydon hosts a festive edition of the panel show. David Mitchell is joined by Ray Winstone and Josh Widdicombe, while Lee Mack is joined by Rachel Riley and Ricky Tomlinson. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:45:00 2014-12-26 01:15:00 8 9 \N S \N 2607478 t
+4170 56520 George Michael at the Palais Garnier, Paris eng \N George Michael introduces his unique live solo performance at the historic Palais Garnier Opera House in Paris, recorded in 2012 for his live album Symphonica. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:15:00 2014-12-26 02:15:00 \N \N \N S \N 2607479 t
+4170 57717 The Heartbreak Kid eng \N A bachelor (Ben Stiller) rushes into marrying a seemingly perfect woman, only to discover he's made the worst decision of his life. Contains very strong language and some sexual content. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 02:15:00 2014-12-26 04:05:00 \N \N 2007 S \N 2607480 t
+6016 40432 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:05:00 \N \N \N \N \N 2607481 t
+6016 40433 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 06:05:00 2014-12-25 07:00:00 \N \N \N \N \N 2607482 t
+6016 40434 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:05:00 \N \N \N \N \N 2607483 t
+6016 40435 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 07:05:00 2014-12-25 08:00:00 \N \N \N \N \N 2607484 t
+6016 40436 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:05:00 \N \N \N \N \N 2607485 t
+6016 40437 Newsday eng \N Live news, business and sport from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 08:05:00 2014-12-25 08:32:00 \N \N \N \N \N 2607486 t
+6016 40438 Business Daily eng \N The daily drama of money and work from the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 08:32:00 2014-12-25 08:50:00 \N \N \N \N \N 2607487 t
+6016 40439 Witness eng \N The story of our times told by the people who were there. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 08:50:00 2014-12-25 09:00:00 \N \N \N \N \N 2607488 t
+4352 53398 BBC News eng \N Twenty four hours a day - the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N S \N 2607489 t
+4352 58206 The Last Volunteer - A Tribute to Henry Allingham eng \N In the closing years of his long life, First World War veteran Henry Allingham tells his story as a tribute to the millions who never returned home from the war. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:00:00 \N \N \N S \N 2607490 t
+4352 53400 BBC News at Ten eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 22:00:00 2014-12-26 22:45:00 \N \N \N S \N 2607491 t
+41056 18253 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:30:00 \N \N \N \N \N 2607949 t
+4352 53403 BBC News eng \N Twenty-four hours a day, the latest national and international stories as they break. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 23:00:00 2014-12-26 23:30:00 \N \N \N S \N 2607493 t
+4352 53404 The Papers eng \N No need to wait to see what's in the papers - tune in for a lively and informed conversation about the next day's headlines. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 23:30:00 2014-12-26 23:45:00 \N \N \N S \N 2607494 t
+4352 58207 Reporters eng \N A weekly programme of stories filed by BBC reporters from all over the world, ranging from analyses of major global issues to personal reflections and anecdotes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 23:45:00 2014-12-27 00:00:00 \N \N \N S \N 2607495 t
+6848 61307 BBC Proms 2014 eng \N Another chance to hear a Prom evoking the swing era, with singer Clare Teal joining James Pearson and Grant Windsor as they recreate Count Basie and Duke Ellington's bands. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:45:00 \N \N \N \N \N 2607496 t
+6848 61195 The Essay eng \N I've Never Told Anyone This Before. Five writers reveal secrets from their past. Jane Stevenson - An Uneasy Feeling. The story of an unusual encounter during house-hunting. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 22:45:00 2014-12-25 23:00:00 4 5 \N \N \N 2607497 t
+6848 61196 Late Junction eng \N Nick Luscombe's selection of music for Christmas Day features Sufjan Stevens, Booker T and the MGs, Celia Cruz and the Reverend Horton Heat. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:30:00 \N \N \N \N \N 2607498 t
+5632 36347 Pure Dead Brilliant eng Glasgow Games Colin Paterson returns to Glasgow, four months after the city hosted the Commonwealth Games, to see if it still has its golden glow. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2607499 t
+5632 36335 5 live Breakfast eng \N Chris Mason and Clare McDonnell with news and sport from the UK and around the world. Big-name interviews and topical debates, plus regular travel and weather updates. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 07:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2607500 t
+6912 55341 Six O'Clock News eng \N The latest national and international news from BBC Radio 4. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:15:00 \N \N \N \N \N 2607501 t
+6912 56324 Christmas with Ed Reardon eng \N Festive character comedy. Ed Reardon remembers Christmas past as he celebrates Boxing Day with only Elgar and a rather disappointing millennium cracker to keep him company. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 18:15:00 2014-12-26 18:30:00 3 6 \N \N \N 2607502 t
+6912 55599 Dead Ringers eng \N The popular impressions show takes a look at favourite seasonal shows, like the cosy Christmas specials of Crimewatch and Embarrassing Bodies. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 1 2 \N \N \N 2607503 t
+6912 55343 The Archers eng \N Peggy hears something wonderful, and PC Burns gets to grips with a ghost. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:15:00 \N \N \N \N \N 2607504 t
+6912 55344 Front Row eng \N News, reviews and interviews from the worlds of art, literature, film and music. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 19:15:00 2014-12-26 19:45:00 \N \N \N \N \N 2607505 t
+6912 55600 15 Minute Drama eng The Skool Days of Nigel Molesworth, by Patrick Barlow and George Poles. Fun with Scrumms As the term comes to an end, Molesworth must survive the perils of the playing field. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 19:45:00 2014-12-26 20:00:00 5 5 \N \N \N 2607506 t
+6912 57110 21st Century Mythologies eng \N Peter Conrad dissects the popular culture of his era, as French semiotician Roland Barthes did 60 years earlier in his Mythologies. Peter looks at Nandos. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:50:00 1 2 \N \N \N 2607507 t
+6912 55347 A Point of View eng \N A weekly reflection on a topical issue. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 20:50:00 2014-12-26 21:00:00 \N \N \N \N \N 2607508 t
+5824 39158 Adrian Mole at Christmas eng Mole on Lifestyle Adrian reveals all about his fascinating way of life, including socks, soaps, kissing and parents. Read by Nicholas Barnes. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:15:00 3 3 \N \N \N 2607509 t
+5824 38894 A History of Private Life eng Kitchen Physic Exploring life at home in the past, historian Amanda reveals housewives were once expected to concoct cure-all medicines. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 00:15:00 2014-12-25 00:30:00 8 30 \N \N \N 2607510 t
+5824 39159 Ladies of Letters Go Crackers eng \N There is a major fallout when Vera's theories over Irene's relations spark family uproar. Stars Anne Reid and Prunella Scales. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 00:30:00 2014-12-25 00:45:00 3 5 \N \N \N 2607511 t
+5824 39172 Jeremy Seal - Santa eng A Life From Myra to Bari, Jeremy Seal tracks the 11th-century European battles for the bones of Saint Nicholas. Read by Alan Cox. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 00:45:00 2014-12-25 01:00:00 3 5 \N \N \N 2607512 t
+5824 39289 Foul Play eng The Proof of the Pudding Crime writers PD James and HRF Keating probe death at dinnertime. Simon Brett hosts the murder quiz. From December 1997. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:30:00 \N \N \N \N \N 2607513 t
+5824 38898 Off the Page eng Nostalgia 4 Extra Debut. Cricketer Ed Smith, his father Jonathan Smith and novelist Sarah Harrison get all nostalgic with Matthew Parris. From August 2003. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 01:30:00 2014-12-25 02:00:00 \N \N \N \N \N 2607514 t
+5824 38899 Doctor Who: Hornets' Nest eng A Sting in the Tale, pt 1 In his next alien insect encounter, the Time Lord travels back to medieval England. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-25 02:00:00 2014-12-25 02:30:00 7 10 \N \N \N 2607515 t
+5824 39290 Crib City eng \N 4 Extra Debut. Susannah Clapp visits Naples to meet the craftsmen who have been making miniature model holy stables for centuries. From December 2004. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 02:30:00 2014-12-25 03:00:00 \N \N \N \N \N 2607516 t
+8281 27860 Tipping Point eng \N Ben Shephard hosts a Text Santa Special of the quiz show in which four players take on an extraordinary machine in the hope of winning its 10,000 pound jackpot. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N S \N 2607517 t
+28416 20180 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-25 15:30:00 2014-12-25 16:00:00 \N \N \N \N \N 2607518 t
+28416 20181 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-25 16:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2607519 t
+4736 63175 Scottish Parliament eng \N Recorded coverage of Alex Salmond's final address to the Scottish Parliament as First Minister, from Tuesday 18 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 01:40:00 2014-12-26 02:30:00 \N \N \N \N \N 2607520 t
+4736 63382 Westminster in Review eng \N Alicia McCarthy presents a review of the parliamentary highlights at Westminster since September. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 02:30:00 2014-12-26 03:30:00 \N \N \N \N \N 2607521 t
+5952 53457 Yasser eng \N Yasser shares his favourite music, guests and live performances of 2014, including Raphaella, Humble the Poet, Sonna Rele and Anjali. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 21:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2607522 t
+5888 52063 Target eng \N 1Xtra's start to the weekend, including another Targo Embargo and the Targe Menage! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2607523 t
+6784 51922 Sheila Hancock eng \N Sheila Hancock hosts music and conversation to reflect on 2014 and look forward to 2015. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 18:05:00 2014-12-26 19:00:00 \N \N \N \N \N 2607524 t
+6784 51852 The Music Goes Round eng Desmond Carrington shares good tunes, some unexpected and a few you may never have heard, with the theme 'Review of the Year' Old and new friends from throughout the year. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2607525 t
+6784 51923 Tim Rice at 70 eng \N Sir Tim Rice plays tracks from his personal collection, celebrates great lyricists and reveals some never-before-played recordings from his musicals. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2607526 t
+41056 18254 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 18:30:00 2014-12-25 19:00:00 \N \N \N \N \N 2607950 t
+6720 64667 Huw Stephens' Big Weekend Highlights eng \N Huw Stephens has more from Radio 1's Big Weekend in Glasgow back in May. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 13:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2607527 t
+24032 31428 Scrooge eng \N Starring Alastair Sim and Mervyn Johns, 1951. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:50:00 \N \N \N \N \N 2607528 t
+24032 31429 Sony Movie News Extra eng \N Entertainment news featuring movie and TV stars, plus the latest from glittering red carpet premieres. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:50:00 2014-12-25 15:00:00 \N \N \N \N \N 2607529 t
+4170 51829 Skiing Weatherview eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 04:05:00 2014-12-26 04:10:00 \N \N \N S \N 2607530 t
+4170 51830 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 04:10:00 2014-12-26 06:00:00 \N \N \N S \N 2607531 t
+6016 40440 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:05:00 \N \N \N \N \N 2607532 t
+6016 40441 The Thought Show eng \N Bringing together in a single hour The Why Factor, More or Less and Trending programmes. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 09:05:00 2014-12-25 10:00:00 \N \N \N \N \N 2607533 t
+6016 40442 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 10:00:00 2014-12-25 10:05:00 \N \N \N \N \N 2607534 t
+6016 40443 World Update eng \N News and issues making the headlines each day. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 10:05:00 2014-12-25 11:00:00 \N \N \N \N \N 2607535 t
+6016 40444 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:05:00 \N \N \N \N \N 2607536 t
+6016 40445 Outside Source eng \N The world is our Newsroom - join us as we find out what is happening right now around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 11:05:00 2014-12-25 12:00:00 \N \N \N \N \N 2607537 t
+6848 61209 Through the Night eng \N Catriona Young presents music, including Albeniz, Cabezon, Sor, Trabaci, Ribayaz, Murcia, Sanz, A Scarlatti, Massenet, Bach, Dupre, Grieg, Samuel-Rousseau, JM Haydn and Schumann. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 00:30:00 2014-12-26 06:30:00 \N \N \N \N \N 2607538 t
+5632 36553 5 live Breakfast eng Your Call Your calls on the day's big story with Clare McDonnell. Call 0500 909 693 [free from some landlines; other networks vary]. Text 85058 [standard rate]. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2607539 t
+5632 36350 7 Day Christmas Day eng \N Al Murray selects his top seven Christmas moments with the help of his guests. Festive nonsense from the 7 Day Sunday team. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2607540 t
+5632 36351 Tunics for Goalposts eng \N Mike Ingham looks back at World War One's Christmas Truce, and the reality behind stories of British and German soldiers coming together to play football on Christmas Day. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2607541 t
+6016 42829 Newshour Extra eng Peshawar Attacks Former BBC Pakistan correspondent Owen Bennett-Jones is in Peshawar following the military school attack. He asks if the country will ever be able to defeat the Pakistan Taliban? \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-20 02:05:00 2014-12-20 03:00:00 \N \N \N \N \N 2607542 t
+6912 55348 Home Front: Omnibus eng Epic drama series set in Britain during the First World War. 22-26 December 1914 The Grahams host a family Christmas, and Folkestone's festivities do not go entirely to plan. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:58:00 4 6 \N \N \N 2607543 t
+6912 55349 Weather eng \N The latest weather forecast. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 21:58:00 2014-12-26 22:00:00 \N \N \N \N \N 2607544 t
+6912 55350 The World Tonight eng \N In-depth reporting and analysis from a global perspective. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 22:00:00 2014-12-26 22:45:00 \N \N \N \N \N 2607545 t
+6912 55602 Book at Bedtime eng \N The Diary of a Provincial Lady, by EM Delafield. Barbara Blenkinsop calls, wishing to discuss an urgent matter. On the financial front, good news is just around the corner. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 22:45:00 2014-12-26 23:00:00 5 5 \N \N \N 2607546 t
+6912 55352 Great Lives eng Biographical series presented by Matthew Parris. Lord Young of Dartington Brian Eno champions the life and work of sociologist and social reformer Michael Young. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 23:00:00 2014-12-26 23:27:00 3 8 \N \N \N 2607547 t
+6912 55605 Good Omens eng \N Adaptation of the 1990 comedic fantasy novel by Neil Gaiman and Terry Pratchett. The Four Horsepersons of the Apocalypse assemble and set off for Lower Tadfield. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-26 23:27:00 2014-12-26 23:55:00 5 6 \N \N \N 2607548 t
+6912 55354 The Listening Project eng Claudia and Isabella - Sisterly Heirarchy Fi Glover hears a conversation between sisters Claudia and Izzy. They are close, but Claudia will always be the older sister. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-26 23:55:00 2014-12-27 00:00:00 \N \N \N \N \N 2607549 t
+5824 39116 Thackeray - The Rose and the Ring eng \N Countess Gruddanuff and Fairy Blackstick make plans for the four royal young lovers. Stars Prunella Scales and Maureen Lipman. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-25 03:00:00 2014-12-25 04:00:00 2 2 \N \N \N 2607550 t
+5824 39129 James Hopkin - A Georgian Trilogy eng A Peacock in Sulphur 4 Extra Debut. Niko Pirosmani was one of Georgia's greatest artists, but was it his art that killed him? Read by Allan Corduner. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:15:00 1 3 \N \N \N 2607551 t
+5824 39291 PL Travers - The Fox at the Manger eng \N When a fox meets the Messiah at the Nativity, he offers up his cunning. Magical story starring Wendy Hiller and Alec McCowen. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-25 04:15:00 2014-12-25 05:00:00 \N \N \N \N \N 2607552 t
+5824 38904 Life in London eng An End to Life in London Some years on, Pierce Egan must adapt the city adventures of Tom, Bob and Jerry to new rules. Stars Greg Wise. From June 2006. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:30:00 6 6 \N \N \N 2607553 t
+5824 38905 North by Northamptonshire eng \N A storm is gathering in the town, and Esther has a big question for Ken and Keith. Sheila Hancock narrates, with John Biggins. From December 2011. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 05:30:00 2014-12-25 05:55:00 4 6 \N \N \N 2607554 t
+5824 39191 Kenny Everett - Captain Kremmen eng Trust Me, I'm a Doctor Inside the strange vessel, Kremmen and Carla embark on a mystery trip with Dr Gitfinger. Kenny Everett's 1970s sci-fi serial. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 05:55:00 2014-12-25 06:00:00 3 25 \N \N \N 2607555 t
+4736 63177 First World War BOOKtalk eng \N Mark D'Arcy in discussion with Keith Simpson, Gisela Stuart and Sir Menzies Campbell. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 03:30:00 2014-12-26 03:55:00 \N \N \N \N \N 2607556 t
+4736 63178 Prime Minister's Questions eng \N Recorded coverage of questions in the House of Commons to prime minister David Cameron from Wednesday 17 December. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 03:55:00 2014-12-26 04:30:00 \N \N \N \N \N 2607557 t
+4736 63151 David Davis Lecture eng \N David Davis delivers a lecture on Parliament and Liberty in the State Apartments of the Palace of Westminster, from Wednesday 22 October. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 04:30:00 2014-12-26 05:15:00 \N \N \N \N \N 2607558 t
+4736 63152 Scottish First Minister's Questions eng \N Recorded coverage of questions in the Scottish Parliament to first minister Nicola Sturgeon from Thursday 18 December. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 05:15:00 2014-12-26 05:45:00 \N \N \N \N \N 2607559 t
+4736 63153 Mayor's Question Time eng \N Highlights of questions to mayor of London Boris Johnson in the London Assembly, from Wednesday 17 December. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 05:45:00 2014-12-26 06:45:00 \N \N \N \N \N 2607560 t
+4544 45536 This Is BBC Four eng \N This is BBC Four. Programmes start at 7.00pm. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 18:58:00 2014-12-26 19:00:00 \N \N \N \N \N 2607561 t
+4544 47849 Sacred Music eng The Story of Allegri's Miserere Simon Russell Beale tells the story behind Allegri's Miserere, one of the most popular pieces of sacred music ever written. Features a full performance by the Sixteen. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N S \N 2607562 t
+4544 47761 New eng Carlos Acosta's Cuban Night Ballet star Carlos Acosta curates and stars in a mixed programme of vibrant Cuban dance inspired by his homeland and performed and recorded on the Royal Opera House's main stage. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 19:30:00 2014-12-26 21:00:00 \N \N \N S \N 2607563 t
+5888 52064 Semtex eng \N Semtext revisits some of the show's biggest interviews of 2014, including Nicki Minaj. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 22:00:00 2014-12-27 01:00:00 \N \N \N \N \N 2607564 t
+6784 51924 Katie Puckrik eng Yacht Rock Katie Puckrik celebrates soulful rock from the 1970s to the present day, featuring music from the Doobie Brothers, Steely Dan, Looking Glass, Merrell Fankhauser, CHPLN and Amason. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 22:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2607565 t
+6720 64668 Greg James' Big Weekend Highlights eng \N Greg James rounds off Radio 1's Big Weekend rewind with some of his favourite bits. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 16:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2607566 t
+8264 27860 Tipping Point eng \N Ben Shephard hosts a Text Santa Special of the quiz show in which four players take on an extraordinary machine in the hope of winning its 10,000 pound jackpot. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N S \N 2607567 t
+27168 59642 Jamie's Christmas with Bells On eng \N In the first of two specials, Jamie Oliver shows that Christmas can be fun, with some classics from turkey to gravy, but also some new ideas like griddle-pan waffles and pimped-up Prosecco. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N S \N 2607568 t
+27168 59643 Jamie's Christmas with Bells On eng \N In the second of two festive specials, Jamie Oliver shows how to create an original Christmas Day menu featuring festive fiesta tacos, brussels with hustle, and Bloody Mary seafood platter. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N S \N 2607569 t
+27168 59646 A Great British Christmas with Sarah Beeny eng Sarah Beeny and her husband, artist Graham Swift, explore the history of Christmas through the ages in their Yorkshire stately home, Rise Hall \N \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N S \N 2607570 t
+4287 51502 This Is BBC Two eng \N Highlights of programmes on BBC Two. \N 2 25 f 3 eng eng 0 0 0 \N 2014-12-25 01:45:00 2014-12-25 06:00:00 \N \N \N S \N 2607571 t
+41056 18241 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2607572 t
+41056 18242 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 13:00:00 2014-12-25 13:30:00 \N \N \N \N \N 2607573 t
+41056 18243 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-25 13:30:00 2014-12-25 13:55:00 \N \N \N \N \N 2607574 t
+41056 18244 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 13:55:00 2014-12-25 14:00:00 \N \N \N \N \N 2607575 t
+41056 18245 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:05:00 \N \N \N \N \N 2607576 t
+41056 18246 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-25 14:05:00 2014-12-25 15:00:00 \N \N \N \N \N 2607577 t
+4170 51831 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:00:00 \N \N \N S \N 2607578 t
+6016 40446 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:05:00 \N \N \N \N \N 2607579 t
+6016 41148 The Great War Diaries eng \N Historian Dr Ingrid Sharp traces how soldiers, mothers, nurses and children experienced World War One - through their diaries. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 12:05:00 2014-12-25 13:00:00 \N \N \N \N \N 2607580 t
+6016 40448 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 13:00:00 2014-12-25 13:05:00 \N \N \N \N \N 2607581 t
+6016 40449 Global Business eng \N Insights into the business world from the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 13:05:00 2014-12-25 13:32:00 \N \N \N \N \N 2607582 t
+6016 40450 Health Check eng \N A programme looking at health issues on a global scale, investigating discoveries and solutions in healthcare, and asking how to deliver a healthier world. \N \N \N \N 3 eng \N 10 0 0 \N 2014-12-25 13:32:00 2014-12-25 14:00:00 \N \N \N \N \N 2607583 t
+6016 40451 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:05:00 \N \N \N \N \N 2607584 t
+6016 40452 Newshour eng \N BBC correspondents report live from around the world to explain why events are happening and what impact they will have on our lives. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 14:05:00 2014-12-25 15:00:00 \N \N \N \N \N 2607585 t
+25728 54681 It's Christmas with Noddy Holder eng \N Getting into the festive spirit with Noddy Holder as he plays an extra special ho-ho-holiday countdown of his favourite Christmas songs. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2607586 t
+23040 40155 Diners, Drive-Ins And Dives Special eng \N Guy explores Disneyland and bakes a gingerbread house and Yule log, candy canes, and prepares Christmas Eve dinner. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2607587 t
+23040 40156 Diners, Drive-Ins And Dives Special eng \N In Alaska, Guy finds holiday ham with cranberries, reindeer hoagies, Santa burgers, and desserts good enough to put under the tree. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2607588 t
+23040 38277 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 20:00:00 2014-12-25 20:30:00 \N \N \N \N \N 2607589 t
+23040 38278 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 20:30:00 2014-12-25 21:00:00 \N \N \N \N \N 2607590 t
+5632 36353 5 live News eng \N A round-up of Christmas day's main stories with Richard Foster. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:30:00 \N \N \N \N \N 2607591 t
+5632 36352 The Danny Baker Show eng \N Danny Baker's sack of Christmas cheer featuring some of the best entertainment from this year's award-winning radio show. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 12:30:00 2014-12-25 15:00:00 \N \N \N \N \N 2607592 t
+16080 14962 Holiday and Cruise Club eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2607593 t
+16080 14963 Chinese Food In Minutes eng \N Chinese cookery show with chef Ching-He Huang. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:20:00 \N \N \N S \N 2607594 t
+16080 14964 Britain's Craziest Xmas Lights eng \N Documentary following four UK households as they transform their suburban semis into a glittering festival of Christmas lights. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-25 19:20:00 2014-12-25 20:25:00 \N \N \N S \N 2607595 t
+16080 14965 New eng Alan Davies:Xmas Dog Rescuers Brand new documentary. Host Alan Davies throws a Christmas party for some of the rescued dogs of the last series, and tells more heartwarming stories of survival. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-25 20:25:00 2014-12-25 21:30:00 \N \N \N S \N 2607596 t
+5824 38906 Doctor Who: Hornets' Nest eng A Sting in the Tale, pt 2 The Time Lord concludes his tale of encountering the deadly insects in medieval England. Stars Tom Baker and Richard Franklin. \N \N \N \N 3 eng \N 15 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:30:00 8 10 \N \N \N 2607597 t
+5824 39296 We Three Kings eng \N Ian Hislop probes the story and importance of the three kings of the Nativity, and how they ended up in Germany. From December 2008. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 06:30:00 2014-12-25 07:00:00 \N \N \N \N \N 2607598 t
+5824 38908 The Elephant Man eng Labour Pains Terry's bank balance is redder than a baboon's bottom, so he starts a paper round. Stars Peter Serafinowicz. From October 1996. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:30:00 6 8 \N \N \N 2607599 t
+5824 38909 My Teenage Diary eng \N Rufus Hound invites guests to revisit their teenage diaries. Comedian and author Robert Newman's diaries see him going to a CND rally and falling in love on the bus... twice. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 07:30:00 2014-12-25 08:00:00 4 6 \N \N \N 2607600 t
+5824 40031 It's Great to Be Young eng \N Musical comedy, 1956. Grammar school students revolt when their favourite teacher is fired by the new headmaster. \N \N \N \N 3 eng \N 1 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:30:00 \N \N \N \N \N 2607601 t
+5824 39302 Sid and Dora eng \N 4 Extra Debut. Celebrating Christmas doesn't quite go to plan for Sid and Dora Edge. Stars Sid James and Dora Bryan with Pat Coombs. From December 1965. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 08:30:00 2014-12-25 09:00:00 \N \N \N \N \N 2607602 t
+32896 9293 Pop Through The Night eng \N A late night round up of everyone's favourite Invisible Network of Kids. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 00:00:00 2014-12-26 03:00:00 \N \N \N \N \N 2607603 t
+4736 63029 The Future of the Political Interview eng \N David Dimbleby lectures on The Future of the Political Interview, from Friday 17 July. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 06:45:00 2014-12-26 07:50:00 \N \N \N \N \N 2607604 t
+4736 63155 House of Lords - Role of Religion eng \N Highlights of a debate in the House of Lords on the role of religion, from Thursday 27 November. Westminster is currently in recess. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 07:50:00 2014-12-26 09:50:00 \N \N \N \N \N 2607605 t
+25792 52548 Rome's Lost Empire eng \N An exciting new perspective on the Roman Empire as historian Dan Snow and archaeologist Sarah Parcak employ innovative satellite technology to locate lost cities, arenas and forts. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-26 15:00:00 2014-12-26 17:00:00 \N \N \N AD,S \N 2607606 t
+25792 52549 Trafalgar's Unsung Heroes eng \N The Battle of Trafalgar marked the end of the Napoleonic Wars and saw the death of Lord Nelson. Find out about some lesser-known acts of heroism that took place during the conflict. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N S \N 2607607 t
+41024 59642 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2607608 t
+41024 59643 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2607609 t
+41024 59646 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2607610 t
+6016 40453 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:05:00 \N \N \N \N \N 2607611 t
+4544 47711 New: Wallander eng Faceless Killers Part 1: Kurt Wallander and his team investigate the murder of an elderly man... In Swedish with English subtitles. Contains some strong language and some upsetting scenes. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:55:00 1 4 \N S \N 2607612 t
+4544 47762 New: Wallander eng Faceless Killers Part 2: Kurt is convinced that the barracks arson and the murders of the Lovgrens are related. In Swedish with English subtitles. Contains adult themes. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 21:55:00 2014-12-26 22:50:00 2 4 \N S \N 2607613 t
+4544 47414 Britain's Most Dangerous Songs eng Listen to the Banned The story of ten records from the 1930s to the present that have been banned by the BBC. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 22:50:00 2014-12-26 23:50:00 \N \N \N S \N 2607614 t
+4544 47875 More Dangerous Songs eng And the Banned Played On Compilation of songs once banned by the BBC, including Lola by the Kinks and We Don't Need This Fascist Groove Thang by Heaven 17. Contains some strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 23:50:00 2014-12-27 00:50:00 \N \N \N S \N 2607615 t
+14498 26659 Wheeler Dealers eng Corvette C4 Part 1 With an eye for a bargain, Mike Brewer spends 2,100 on a 1984 Corvette C4. Can top mechanic Edd China restore it to its former glory? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 \N \N \N \N \N 2607616 t
+14498 26660 Wheeler Dealers eng Corvette C4 Part 2 After passing through Edd China's expert hands, the 1984 Corvette C4 is revamped and ready to be sold. Mike Brewer takes on the challenge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N \N \N 2607617 t
+14498 26661 Salvage Hunters eng \N Drew heads to the cash-strapped Baronet of Maunsel's stately home - but what will he find in the rat-infested sheds? Plus, Julian finds a way to road-test a tank. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2607618 t
+14498 26662 Wheeler Dealers eng Porsche 944 Turbo Part 1 Mike and Edd are on cloud nine when they get their hands on a Porsche. But it's not all smooth sailing for the boys on this turbo-charged restoration. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:30:00 \N \N \N \N \N 2607619 t
+14498 26663 Wheeler Dealers eng Porsche 944 Turbo Part 2 The mechanical maestros continue to work on the spectacular Porsche Turbo, using all their skills to make sure this is an unforgettable overhaul. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 20:30:00 2014-12-26 21:00:00 \N \N \N \N \N 2607620 t
+6720 64465 Annie Mac's Ibiza Rewind eng \N Annie Mac introduces highlights from Radio 1's Ibiza party at Ushuaia in August 2014, featuring David Guetta, Duke Dumont, Eric Prydz, Hot Since 82, Pete Tong and others. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 19:00:00 2014-12-27 01:00:00 \N \N \N \N \N 2607621 t
+4288 39940 This Is BBC Three eng \N BBC Three. The best in new entertainment, comedy, contemporary drama and music for the digital generation. Stay tuned for 60 Seconds news. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 18:58:00 2014-12-25 19:00:00 \N \N \N \N \N 2607622 t
+4288 42732 Bolt eng \N The canine star of his own TV series embarks on a trek across America to save his co-star. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:30:00 \N \N 2008 AD,S \N 2607623 t
+4288 42978 The Pig Who Cried Werewolf eng \N The Three Pigs from Shrek feature in this animated spoof of Rear Window. When Wolf moves in next door and starts acting strangely, Heimlich is scared and begins to spy on him. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 20:30:00 2014-12-25 20:35:00 \N \N \N S \N 2607624 t
+4288 42734 Shrek the Halls eng \N Festive animated comedy. Shrek (Mike Myers) just wants to have a nice quiet Christmas with Fiona and the baby ogres. Donkey, however, is full of holiday cheer and has other ideas. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 20:35:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2607625 t
+4170 56616 Pinocchio eng \N In this classic Walt Disney film, Jiminy Cricket narrates the story of the puppet who wants to be a real boy. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:25:00 \N \N 1940 S \N 2607626 t
+4170 56617 CBeebies Peter Pan eng \N CBeebies. Musical stage adaptation of JM Barrie's classic tale, which tells the story of the boy who would not grow up and the adventures of the Darling children in Neverland. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 10:25:00 2014-12-26 11:05:00 \N \N \N AD,S \N 2607627 t
+4170 56618 Room on the Broom eng \N Animated film based on Julia Donaldson's picture book. A kind witch invites a surprising collection of animals to join her on her broom, much to the frustration of her cat. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 11:05:00 2014-12-26 11:30:00 \N \N 2012 AD,S \N 2607628 t
+4170 56619 Cool Runnings eng \N Family comedy, loosely based on the true exploits of four Jamaican bobsleighers who dream of competing in the Winter Olympics. John Candy stars. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 11:30:00 2014-12-26 13:05:00 \N \N 1993 AD,S \N 2607629 t
+4287 56549 Buster eng \N The story of Great Train Robber Buster Edwards, a small-timer who fell in with more ambitious thieves. Starring Phil Collins and Julie Walters. Contains some strong language. \N 0 25 f 3 eng eng 1 0 0 \N 2014-12-25 00:15:00 2014-12-25 01:45:00 \N \N 1988 S \N 2607630 t
+6016 41149 HM the Queen's Christmas Message eng \N Her Majesty the Queen delivers her annual Christmas message. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 15:05:00 2014-12-25 15:09:00 \N \N \N \N \N 2607631 t
+6016 40454 Business Daily eng \N The daily drama of money and work from the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 15:09:00 2014-12-25 15:20:00 \N \N \N \N \N 2607632 t
+6016 40455 From Our Own Correspondent eng \N Insight, wit and analysis from BBC correspondents around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 15:20:00 2014-12-25 15:32:00 \N \N \N \N \N 2607633 t
+6016 40456 Sport Today eng \N Live sport from around the world with news, interviews and analysis. \N \N \N \N 3 eng \N 4 0 0 \N 2014-12-25 15:32:00 2014-12-25 16:00:00 \N \N \N \N \N 2607634 t
+6016 40457 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 16:00:00 2014-12-25 16:05:00 \N \N \N \N \N 2607635 t
+6016 40458 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 16:05:00 2014-12-25 16:32:00 \N \N \N \N \N 2607636 t
+6016 40459 Assignment eng \N A weekly current affairs programme which reports from locations around the world, examining topical issues from a global perspective, for a global audience. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 16:32:00 2014-12-25 17:00:00 \N \N \N \N \N 2607637 t
+6016 40460 BBC News eng \N The latest news updates from around the world. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:05:00 \N \N \N \N \N 2607638 t
+6016 40461 The Newsroom eng \N The world's Newsroom brings you global events as they happen. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 17:05:00 2014-12-25 17:32:00 \N \N \N \N \N 2607639 t
+6016 40462 World Business Report eng \N The latest business and finance news from around the world, on the BBC. \N \N \N \N 3 eng \N 2 0 0 \N 2014-12-25 17:32:00 2014-12-25 18:00:00 \N \N \N \N \N 2607640 t
+8274 27860 Tipping Point eng \N Ben Shephard hosts a Text Santa Special of the quiz show in which four players take on an extraordinary machine in the hope of winning its 10,000 pound jackpot. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N S \N 2607641 t
+22080 1611 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N \N \N 2607642 t
+15952 4609 You've Been Framed at Christmas! eng \N Harry Hill presents viewers' hilarious festive footage. The show features rocking around the Christmas tree and five ways to kill a snowman. Plus Santa Claus is coming to town! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 10:10:00 2014-12-25 10:35:00 \N \N \N S \N 2607643 t
+15952 2756 You've Been Framed at Christmas! eng \N Harry Hill guides us through a crop of hilarious festive bloopers, including some disastrous Nativities, Christmas dinners that have gone horribly wrong and a tongue-tied Santa. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 10:35:00 2014-12-25 11:40:00 \N \N \N S \N 2607644 t
+15952 2815 Scooby-Doo eng \N Live action cartoon remake starring Freddie Prinze Jr and Sarah Michelle Gellar, 2002. The gang of teenage sleuths and their cowardly dog investigate the strange goings on at Spooky Island \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 11:40:00 2014-12-25 13:25:00 \N \N \N AD,S \N 2607645 t
+8283 27860 Tipping Point eng \N Ben Shephard hosts a Text Santa Special of the quiz show in which four players take on an extraordinary machine in the hope of winning its 10,000 pound jackpot. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N S \N 2607646 t
+41056 18280 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:30:00 \N \N \N \N \N 2607647 t
+41056 18281 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N \N \N 2607648 t
+8500 5972 Chitty Chitty Bang Bang eng \N Classic musical fantasy starring Dick Van Dyke and Sally Ann Howes. An eccentric inventor rescues a derelict racing car and takes his children on an outing. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 15:25:00 2014-12-25 18:10:00 \N \N 1968 S \N 2607649 t
+26560 13824 All The Hits with Fat eng \N Fat's got the hottest soundtrack for whatever you're up to! All The Hits play right here all day long! Tweet @thehitsradio! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 10:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2607650 t
+41040 17327 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-26 06:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2607651 t
+41040 17328 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:30:00 \N \N \N \N \N 2607652 t
+41040 17329 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 07:30:00 2014-12-26 08:00:00 \N \N \N \N \N 2607653 t
+41040 17330 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:30:00 \N \N \N \N \N 2607654 t
+41040 17331 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N \N \N 2607655 t
+22656 989 The Hijack eng The Pretty Reckless Every Week we hand over the reigns to some of your favourite bands and other famous folk, as they take over Kerrang! Radio for an hour and guide you through their favourite music! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 13:00:00 2014-12-21 14:00:00 \N \N \N \N \N 2607656 t
+22656 1025 Non Stop Kerrang! eng \N All the best tracks from the K! Universe to make your Sunday afternoon rock fairly damn hard. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 14:00:00 2014-12-21 18:00:00 \N \N \N \N \N 2607657 t
+33088 17782 Hi-Tech Toys & Electronics eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 12:00:00 2014-12-23 13:00:00 \N \N \N \N \N 2607658 t
+33088 17783 HairMax - Hair Growth Laser Comb eng \N This show features the HairMax LaserComb, a device that stimulates new hair growth by gently bathing your hair follicles with nourishing laser light to promote new hair growth. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 14:00:00 2014-12-23 15:00:00 \N \N \N \N \N 2607659 t
+23712 3438 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 07:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2607660 t
+23712 4194 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:10:00 \N \N \N \N \N 2607661 t
+23712 3442 Extreme Makeover: Home Edition eng The Johnson-Goslee Family Part 1: Ty Pennington spreads joy in the home makeover series. The team works to make a home accessible for a teenager who lost a hand in an accident. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-26 08:10:00 2014-12-26 09:05:00 \N \N \N S \N 2607662 t
+27328 17369 Premier League World eng \N A round-up of all the news from the Barclays Premier League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N \N \N 2607663 t
+27328 17460 European Football Show Highlights eng \N In a mid-season review, James Richardson and guests take a look at the best of the action from Ligue 1, Serie A, the Primeira Liga and the Bundesliga from the last few months. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:30:00 \N \N \N \N \N 2607664 t
+27328 17373 Rugby Tonight eng \N A round-up of the best action from the Aviva Premiership, with the latest news, some great moves and all the key moments. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-25 10:30:00 2014-12-25 12:00:00 \N \N \N S \N 2607665 t
+8267 22759 Elizabeth eng The Golden Age Historical sequel starring Cate Blanchett and Clive Owen, 2007. Elizabeth I must protect her throne from the traitorous Mary Queen of Scots and the Spanish Armada \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 00:00:00 2014-12-25 02:05:00 \N \N \N AD,S \N 2607666 t
+8267 29344 The Jeremy Kyle Show USA eng \N Jeremy Kyle takes his hugely successful chat show to the United States, where his uncompromising views on relationships, addiction and more produce some jaw-dropping moments! \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:05:00 2014-12-25 02:50:00 \N \N \N S,SL \N 2607667 t
+8267 29708 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 02:50:00 2014-12-25 05:05:00 \N \N \N \N \N 2607668 t
+12928 42214 Willy Wonka and The Chocolate Factory eng \N Classic film starring Gene Wilder and Jack Albertson. A sweet little boy from a poor family dreams of winning an admission ticket to Willy Wonka's magical factory. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N 1971 S \N 2607669 t
+12928 42215 New eng Michael Buble's Christmas 2014 Delivering a mix of festive cheer and seasonal songs, this brand new music special sees Michael Buble joined by special guests Barbra Streisand, Ariana Grande, Miss Piggy and The Rockettes. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N S \N 2607670 t
+12928 42216 Alan Davies eng Xmas Dog Rescuers Brand new documentary. Host Alan Davies throws a Christmas party for some of the rescued dogs of the last series, and tells more heartwarming stories of survival. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N S \N 2607671 t
+25920 20862 Elizabeth Grant Beauty Sale eng \N Join us for a selection of great products at amazing sale prices! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2607672 t
+25920 20863 Restwell Chairs Sale eng \N A fantastic opportunity to buy a great product at an amazing sale price! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2607673 t
+25920 20858 Smartphone Half Price Sale eng \N A fantastic opportunity to get some of your favourite products in our half price event! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2607674 t
+27840 5280 ..programmes start at 9.30am eng \N ..programmes start at 9.30am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 09:30:00 \N \N \N \N \N 2607675 t
+40960 53372 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:30:00 \N \N \N \N \N 2607676 t
+40960 58182 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 03:30:00 2014-12-26 04:00:00 \N \N \N \N \N 2607677 t
+40960 53375 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 04:00:00 2014-12-26 04:30:00 \N \N \N \N \N 2607678 t
+40960 53376 HARDtalk eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 04:30:00 2014-12-26 05:00:00 \N \N \N \N \N 2607679 t
+40960 53377 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 05:00:00 2014-12-26 05:30:00 \N \N \N \N \N 2607680 t
+40960 58183 Click eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2607681 t
+28480 11942 Jimmy Swaggart Crusade Classics eng \N A programme featuring Jimmy Swaggart Evangelical Crusades filmed around the world. Music and preaching. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 03:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2607682 t
+28480 11943 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 05:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2607683 t
+8274 22759 Elizabeth eng The Golden Age Historical sequel starring Cate Blanchett and Clive Owen, 2007. Elizabeth I must protect her throne from the traitorous Mary Queen of Scots and the Spanish Armada \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 00:00:00 2014-12-25 02:05:00 \N \N \N AD,S \N 2607684 t
+8274 29344 The Jeremy Kyle Show USA eng \N Jeremy Kyle takes his hugely successful chat show to the United States, where his uncompromising views on relationships, addiction and more produce some jaw-dropping moments! \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:05:00 2014-12-25 02:50:00 \N \N \N S,SL \N 2607685 t
+8274 29708 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 02:50:00 2014-12-25 05:05:00 \N \N \N \N \N 2607686 t
+32836 31130 Wake Up Leeds eng \N Wake up to the latest local news, weather and traffic updates in Leeds. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:30:00 \N \N \N \N \N 2607687 t
+24384 16011 Sixpenny Memories Festive Fun eng \N Join us for some festive fun this Christmas with our fantastic shows. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 06:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2607688 t
+24384 16012 Craftwork Cards Christmas Cracker eng \N Be quick off the mark for this fast & furious show of sensational Christmas products at unbelievable prices. Blink & you'll miss it! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 07:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2607689 t
+24384 15490 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 08:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2607690 t
+28416 20140 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 2607691 t
+28416 20141 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 2607692 t
+28416 20142 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 2607693 t
+17664 59185 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-25 05:20:00 2014-12-25 05:35:00 \N \N \N \N \N 2607694 t
+24064 60214 Back at 7pm and 24-hours on HD 109 eng \N No Information Available \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 15:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2607695 t
+8264 16038 Text Santa eng \N This year's ITV annual charity appeal is in aid of Teenage Cancer Trust, Guide Dogs, Marie Curie Cancer Care, Alzheimer's Society, WellChild and Together for Short Lives. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 23:20:00 \N \N \N S \N 2607696 t
+14752 40869 The Bassman eng \N The Bassman's on hand with the biggest hit music including Rita Ora, Katy Perry, Miley Cyrus, Ed Sheeran and more. Join the conversation @CapitalOfficial on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 12:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2607697 t
+16080 14994 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 13:30:00 2014-12-26 14:00:00 \N \N \N \N \N 2607698 t
+16080 14995 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:30:00 \N \N \N \N \N 2607699 t
+41120 14187 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2607700 t
+41120 14188 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2607701 t
+41120 14189 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2607702 t
+32896 8264 Wild Kratts eng \N The brothers discover that Zach Varmitech has begun kidnapping Tasmanian devils to create a ferocious new Zachbot. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 18:00:00 2014-12-19 18:30:00 \N \N \N \N \N 2607703 t
+32896 8265 Finding Stuff Out eng \N Harrison is on a quest to break a karate board with his bare hand, but first he'll need some expert help to understand the science behind why things break. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-19 18:30:00 2014-12-19 19:00:00 \N \N \N \N \N 2607704 t
+32896 8266 History Hunters eng \N Learn how Indian spices changed the world and how to tie a sari from a long piece of fabric, plus making a lucky star block to make a perfect printed fabric design. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 19:00:00 2014-12-19 19:30:00 \N \N \N \N \N 2607705 t
+32896 8267 Robin Hood eng Mischief In Sherwood Prince John tries to capture Robin by having Ralf break into the band in order to discover the hideout. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 19:30:00 2014-12-19 19:45:00 \N \N \N \N \N 2607706 t
+32896 8268 Robin Hood eng Mischief In Sherwood The three brigands steal the engagement ring of a couple of sweethearts. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 19:45:00 2014-12-19 20:00:00 \N \N \N \N \N 2607707 t
+32896 8269 Sally Bollywood eng \N The Case Of The Sad Clown - The SBI are investigating the theft of a girl's doll, when they are asked by a party clown to find out who is sabotaging his act. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 20:00:00 2014-12-19 20:15:00 \N \N \N \N \N 2607708 t
+32896 8270 Oh No! It's An Alien Invasion eng \N Brian finally discovers Sweet's secret base! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 20:15:00 2014-12-19 20:30:00 \N \N \N \N \N 2607709 t
+32896 8271 Yu-Gi-Oh! ZEXAL eng \N When an unexpected phenomenon stops time, Kite is able to gain the upper hand by tapping into Astral's memories and witnessing firsthand the battles that he and Yuma have fought together. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 20:30:00 2014-12-19 21:00:00 \N \N \N \N \N 2607710 t
+41072 13149 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2607711 t
+41072 13150 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2607712 t
+41072 14290 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:45:00 \N \N \N \N \N 2607713 t
+41072 13152 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 17:45:00 2014-12-26 18:00:00 \N \N \N \N \N 2607714 t
+16080 14996 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 14:30:00 2014-12-26 15:00:00 \N \N \N \N \N 2607715 t
+17540 51831 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2607716 t
+8283 16038 Text Santa eng \N This year's ITV annual charity appeal is in aid of Teenage Cancer Trust, Guide Dogs, Marie Curie Cancer Care, Alzheimer's Society, WellChild and Together for Short Lives. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 23:20:00 \N \N \N S \N 2607717 t
+41056 18255 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:05:00 \N \N \N \N \N 2607951 t
+41056 18256 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-25 19:05:00 2014-12-25 20:00:00 \N \N \N \N \N 2607952 t
+24448 64016 Huge Jewellery Savings this Christmas Eve! Shop and save with live falling auctions from Gems TV with a special Christmas Eve twist eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N \N \N 2607718 t
+24448 64017 Join Our Christmas Festivities! eng \N Huge savings on genuine gemstone jewellery at Gems TV, as the family jeweller presentsa special Christmas celebration show. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N \N \N 2607719 t
+24448 64018 Christmas Eve with Gems TV! eng \N A special Christmas Eve show with some incredible auctions. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N \N \N 2607720 t
+8267 27860 Tipping Point eng \N Ben Shephard hosts a Text Santa Special of the quiz show in which four players take on an extraordinary machine in the hope of winning its 10,000 pound jackpot. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 16:00:00 2014-12-19 17:00:00 \N \N \N S \N 2607721 t
+20352 58319 eng \N \N \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 04:20:00 2014-12-26 04:30:00 \N \N \N \N \N 2607722 t
+20352 60718 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 04:30:00 2014-12-26 07:00:00 \N \N \N \N \N 2607723 t
+8385 58319 Unbroken Interview Special eng \N Director Angelina Jolie and star Jack O'Connell talk about making the dramatic wartime adventure about real-life hero Louis Zamperini. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 03:20:00 2014-12-26 03:30:00 \N \N \N \N \N 2607724 t
+8385 60718 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 03:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2607725 t
+13120 8387 Essential Intimates Sale eng \N Find great deals on essential intimates, featuring shapewear solutions to target everything from muffin tops to VPLs and all those unsightly lumps and bumps inbetween! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2607726 t
+13120 8388 Essential Intimates Sale eng \N Find great deals on essential intimates, featuring shapewear solutions to target everything from muffin tops to VPLs and all those unsightly lumps and bumps inbetween! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 01:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2607727 t
+13120 8389 QVC Nighttime eng \N A recorded selection of the best of QVC. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 02:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2607728 t
+23152 17601 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:30:00 \N \N \N \N \N 2607729 t
+23152 17602 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-25 18:30:00 2014-12-25 19:00:00 \N \N \N \N \N 2607730 t
+23152 17603 Fear Factor eng Season 3 The ultimate adrenaline rush, a true test of stamina and guile for those contestants who have the guts and determination to face their inner fears. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2607731 t
+23152 17604 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 20:00:00 2014-12-25 20:30:00 \N \N \N \N \N 2607732 t
+23152 17605 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 20:30:00 2014-12-25 21:00:00 \N \N \N \N \N 2607733 t
+12992 30868 Body of Proof eng Hard Knocks US mystery series. A popular high-school student is found dead outside a rave. Todd has a shock announcement for Megan, Kate and Lacey. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N S \N 2607734 t
+24480 3664 Jive Bunny MiXmas eng \N We're all ears as those festive funsters Jive Bunny create a Christmas mix especially for Vintage TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2607735 t
+24480 3665 A Very Vintage Christmas eng \N Snuggling up by the fireside with Toyah Willcox and Roy Wood for some Christmas chat and festive songs are pop rock act The Feeling and Imagination's Leee John. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2607736 t
+24480 3666 Radical Riffs eng \N There is no way to put into words the brilliance of these iconic riffs. Da-na-na-na-na-na-na-na. Can't you tell that's Guns N' Roses' Sweet Child O' Mine? Let's just let the guitar do the talking. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2607737 t
+40992 52253 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:10:00 \N \N \N \N \N 2607738 t
+40992 52254 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 18:10:00 2014-12-25 18:20:00 \N \N \N \N \N 2607739 t
+40992 52255 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 18:20:00 2014-12-25 18:50:00 \N \N \N \N \N 2607740 t
+40992 52256 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 18:50:00 2014-12-25 18:58:00 \N \N \N \N \N 2607741 t
+40992 49183 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 18:58:00 2014-12-26 05:30:00 \N \N \N \N \N 2607742 t
+22080 4044 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:30:00 \N \N \N \N \N 2607743 t
+22080 4045 The Defectors eng \N Mark Stone meets people who suffered years of brutality in North Korean prison camps. He hears astonishing stories of those who have escaped one of the world's most brutal regimes. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 03:30:00 2014-12-25 04:00:00 \N \N \N \N \N 2607744 t
+22080 4046 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:30:00 \N \N \N \N \N 2607745 t
+22080 4068 Entertainment Week eng \N Join Lucy Cotter and her panel of experts as they select this year's winners and losers from the world of showbiz. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 04:30:00 2014-12-25 05:00:00 \N \N \N \N \N 2607746 t
+22080 4069 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2607747 t
+22080 4148 The Doom Boom eng An inside look at the bizarre rise of American Preppers people preparing for the end of the world. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2607748 t
+8281 16038 Text Santa eng \N This year's ITV annual charity appeal is in aid of Teenage Cancer Trust, Guide Dogs, Marie Curie Cancer Care, Alzheimer's Society, WellChild and Together for Short Lives. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 23:20:00 \N \N \N S \N 2607749 t
+28416 20182 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:30:00 \N \N \N \N \N 2607750 t
+28416 20183 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-25 18:30:00 2014-12-25 23:30:00 \N \N \N \N \N 2607751 t
+24032 31430 A Christmas Carol eng \N Adaptation of the Dickens tale starring George C Scott and Susannah York, 1984. A Victorian misanthrope's life is radically changed one Christmas Eve by visits from Christmas spirits \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 15:00:00 2014-12-25 17:05:00 \N \N \N \N \N 2607752 t
+24032 31431 Home for Christmas eng \N An ex-thief forms a mutual yuletide bond with a young girl after breaking into her family's car at Christmas time and being made to work for its owner. Stars Mickey Rooney \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 17:05:00 2014-12-25 19:10:00 \N \N 1990 \N \N 2607753 t
+25664 55899 Greatest Xmas Songs of All Time! eng \N With Santa's help, we're delivering the definitive Christmas soundtrack. These are the greatest Xmas songs of all time, gift wrapped especially for you. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 00:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2607754 t
+27168 59865 Come Dine with Me Christmas Special eng Festive celebrity special featuring singer Jona Lewie, Maizie Williams of Boney M, singer VV Brown, DJ Toby Anstis, a ride on a camel and some saucy gifts from secret Santa \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N S \N 2607755 t
+41056 18257 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:30:00 \N \N \N \N \N 2607953 t
+41136 50374 AMV Bike Cup eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 12:40:00 2014-12-25 13:10:00 \N \N \N \N \N 2609080 t
+27168 59951 Celebrity Come Dine with Me eng \N This festive celebrity edition features Hugo Taylor from Made in Chelsea, Daniella Westbrook, Louie Spence and Sinitta, some ridiculous outfits, extraordinary egos and raw chicken. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N S \N 2607756 t
+27168 59952 George Clarke's Amazing Spaces... eng Christmas Special There's a flat-pack tin church, a luxury converted chapel, ice carving in a Liverpool wonderland, and a catch-up with some of George's best builds of the year. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N AD,S \N 2607757 t
+41056 18247 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:30:00 \N \N \N \N \N 2607758 t
+41056 18248 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 15:30:00 2014-12-25 16:00:00 \N \N \N \N \N 2607759 t
+41056 18249 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2607760 t
+41056 18250 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:30:00 \N \N \N \N \N 2607761 t
+41056 18251 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 17:30:00 2014-12-25 17:55:00 \N \N \N \N \N 2607762 t
+41056 18252 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 17:55:00 2014-12-25 18:00:00 \N \N \N \N \N 2607763 t
+25728 54682 Emma Bunton's Perfect Christmas eng \N Christmas is upon us and Emma Bunton has the perfect warming playlist to bring the cheer. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 13:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2607764 t
+23040 38279 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:30:00 \N \N \N \N \N 2607765 t
+23040 38280 Fanny Cradock Cooks for Christmas eng \N Fanny presents traditional and unusual ways to use mincemeat in pies, pancakes, omelettes and Swiss rolls. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 21:30:00 2014-12-25 21:45:00 \N \N \N \N \N 2607766 t
+23040 38281 Fanny Cradock Cooks for Christmas eng \N The original TV chef and her husband Johnny prepare recipes that use choux pastry, including choux buns and miniature clairs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 21:45:00 2014-12-25 22:00:00 \N \N \N \N \N 2607767 t
+23040 40157 Diners, Drive-Ins And Dives Special eng \N Guy explores Disneyland and bakes a gingerbread house and Yule log, candy canes, and prepares Christmas Eve dinner. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2607768 t
+23040 40158 Diners, Drive-Ins And Dives Special eng \N In Alaska, Guy finds holiday ham with cranberries, reindeer hoagies, Santa burgers, and desserts good enough to put under the tree. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2607769 t
+40960 58191 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N \N \N 2607770 t
+16080 14966 Greatest Ever Christmas Movies eng \N A countdown of the greatest Christmas films of all time. From White Christmas to Bad Santa and It's A Wonderful Life, the stars of these festive classics share their memories. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 21:30:00 2014-12-26 00:30:00 \N \N \N S \N 2607771 t
+32896 9294 Pop Through The Night eng \N A late night round up of everyone's favourite Invisible Network of Kids. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 03:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2607772 t
+32896 9295 Pop Through The Night eng \N A late night round up of everyone's favourite Invisible Network of Kids. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 05:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2607773 t
+25792 52550 The True Story of the Mary Celeste eng \N It's one of the greatest puzzles of all time. A team of experts hope CGI models and recently discovered clues will finally solve the mystery of the famous ship and its missing crew. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N S \N 2607774 t
+25792 52551 Pompeii eng The Mystery of the People Frozen in Time A remarkable film deconstructing the famous volcanic disaster of 79AD, when the citizens of Pompeii were frozen in time by cascading ash. Presented by Dr Margaret Mountford. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N S \N 2607775 t
+25792 52552 Cleopatra eng Portrait of a Killer Neil Oliver turns detective when archaeologists claim to have unearthed the bones of Cleopatra's sister. Was the ruthless Egyptian ruler responsible for her own sibling's death? \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2607776 t
+32896 8272 Clay Kids eng \N Flippy accidentally adds his Mom as a friend on Claybook, leading to all the other parents' clamouring to be friends with their kids. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 21:00:00 2014-12-19 21:15:00 \N \N \N \N \N 2607777 t
+32896 8273 Clay Kids eng \N Flippy and Motor record a video spoof of a song from a teen duo, hoping to annoy the singers' fans. But their version accidentally becomes a hit itself. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 21:15:00 2014-12-19 21:30:00 \N \N \N \N \N 2607778 t
+32896 8274 Littlest Pet Shop eng \N The Hedgehog in the Plastic Bubble - Both Russell and Blythe face some challenges. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 21:30:00 2014-12-19 22:00:00 \N \N \N \N \N 2607779 t
+32896 8275 Sally Bollywood eng \N The Black Sheep - Sally and Doowee are working at a fun park and discover someone is stealing the prizes that kids are winning. Sally and Doowee realise a pattern is emerging with these crimes. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 22:00:00 2014-12-19 22:15:00 \N \N \N \N \N 2607780 t
+32896 8276 Sally Bollywood eng \N The Haunted House - Blake tells the SBI his model plane has been stolen. Sally agrees to take the case, but Blake says there's a twist - the plane was stolen by a ghost in a haunted house! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 22:15:00 2014-12-19 22:30:00 \N \N \N \N \N 2607781 t
+32896 8277 Grojband eng \N The only way the band is gonna eat the tallest wedding cake in town is by becoming a wedding band! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 22:30:00 2014-12-19 22:45:00 \N \N \N \N \N 2607782 t
+32896 8278 Rekkit Rabbit eng \N When Rekkit covers Jay's newly-painted desk with leaves, Jay suggests that Rekkit really deserves his own room. But after Rekkit moves into a tiny hallway closet, Jay is overcome with loneliness. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 22:45:00 2014-12-19 23:00:00 \N \N \N \N \N 2607783 t
+32896 8279 Eliot Kid eng \N The Magic Spell Book - Eliot discovers that his sister's private diary is in fact a powerful book of magic. But the book disappears. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 23:00:00 2014-12-19 23:15:00 \N \N \N \N \N 2607784 t
+32896 8280 Eliot Kid eng \N The Virus Code - Mimi is covered in red spots! Mimi's mother explains to them that she has a nasty virus. The kids decide to get rid of the virus. But first they have to break the code. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 23:15:00 2014-12-19 23:30:00 \N \N \N \N \N 2607785 t
+32896 8281 Scaredy Squirrel eng \N After Nestor moves away from home Momma forces Scaredy to be her new son. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 23:30:00 2014-12-19 23:45:00 \N \N \N \N \N 2607786 t
+32896 8282 Scaredy Squirrel eng \N When Dave switches from his fire truck to a motorcycle ride he becomes a bit nasty. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 23:45:00 2014-12-20 00:00:00 \N \N \N \N \N 2607787 t
+41024 59865 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2607788 t
+41024 59951 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2607789 t
+41024 59952 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2607790 t
+14498 26664 Gunslingers eng Jesse James the South Last Rebel From the ashes of the Confederacy rises an outlaw determined to get rich, and get even. James is seen by many as a modern day Robin Hood. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2607791 t
+14498 26665 Warrior Pov eng Beheading the Taliban Afghanistan, September 2006: US Army Green Berets take on nearly 1000 Taliban Fighters in one of the most intense battles of the War on Terror. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2607792 t
+14498 26666 How It's Made eng \N Ever wondered how everyday items such as speed skates, synthetic rubber, cocoa beans and bulk chocolate are made? Find out how these familiar objects are formed. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 23:00:00 2014-12-26 23:30:00 \N \N \N \N \N 2607793 t
+14498 26667 How It's Made eng \N More everyday items are put under the microscope as we discover how headphones, diving regulators and reflector light bulbs are made. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 23:30:00 2014-12-27 00:00:00 \N \N \N \N \N 2607794 t
+22656 978 The Hijack eng \N While The Alex Baker Show lot are away, here's another chance to hear a classic takeover. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N \N \N 2607795 t
+22656 904 Non-Stop Kerrang! eng \N Playing continuous K! music throughout the night. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 01:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2607796 t
+8274 16038 Text Santa eng \N This year's ITV annual charity appeal is in aid of Teenage Cancer Trust, Guide Dogs, Marie Curie Cancer Care, Alzheimer's Society, WellChild and Together for Short Lives. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 23:20:00 \N \N \N S \N 2607797 t
+15952 4589 Emmerdale eng \N Andy and Robert's feud reaches boiling point. Charity manipulates Cain. Bernice finds comfort in an unlikely source. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 13:25:00 2014-12-25 13:55:00 \N \N \N AD,S \N 2607798 t
+15952 5141 Coronation Street eng \N Gary feels isolated from his family. Will Kylie give in to her demons? Lloyd is shocked by news of Jenna. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 13:55:00 2014-12-25 14:25:00 \N \N \N AD,S \N 2607799 t
+15952 2719 All Star Family Fortunes eng \N Vernon Kay hosts a seasonal special in which teams from This Morning and Emmerdale go head to head as they try to win big money for their chosen charities. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 14:25:00 2014-12-25 15:30:00 \N \N \N S \N 2607800 t
+8267 16038 Text Santa eng \N This year's ITV annual charity appeal is in aid of Teenage Cancer Trust, Guide Dogs, Marie Curie Cancer Care, Alzheimer's Society, WellChild and Together for Short Lives. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-19 20:00:00 2014-12-19 23:20:00 \N \N \N S \N 2607801 t
+8500 5973 Michael Buble's Xmas Songbook eng \N Variety show. The Canadian baritone Michael Buble performs a selection of classic Christmas hits including 'Rockin' Around the Christmas Tree' and 'White Christmas'. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 18:10:00 2014-12-25 19:05:00 \N \N \N S \N 2607802 t
+8500 5974 Chas & Dave's Xmas Knees Up! eng \N The Cockney singers Chas & Dave are joined by Eric Clapton and Jim Davidson for this musical special. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 19:05:00 2014-12-25 20:00:00 \N \N \N S \N 2607803 t
+8500 5975 Britain's Favourite Xmas Songs eng \N A countdown of the nation's favourite Christmas songs. Artists, producers and pundits unwrap the greatest gifts that musicians have given to us for Christmases past and present \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 20:00:00 2014-12-25 23:05:00 \N \N \N S \N 2607804 t
+8283 22759 Elizabeth eng The Golden Age Historical sequel starring Cate Blanchett and Clive Owen, 2007. Elizabeth I must protect her throne from the traitorous Mary Queen of Scots and the Spanish Armada \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 00:00:00 2014-12-25 02:05:00 \N \N \N AD,S \N 2607805 t
+8283 29344 The Jeremy Kyle Show USA eng \N Jeremy Kyle takes his hugely successful chat show to the United States, where his uncompromising views on relationships, addiction and more produce some jaw-dropping moments! \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:05:00 2014-12-25 02:50:00 \N \N \N S,SL \N 2607806 t
+8283 29708 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 02:50:00 2014-12-25 05:05:00 \N \N \N \N \N 2607807 t
+8264 22759 Elizabeth eng The Golden Age Historical sequel starring Cate Blanchett and Clive Owen, 2007. Elizabeth I must protect her throne from the traitorous Mary Queen of Scots and the Spanish Armada \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 00:00:00 2014-12-25 02:05:00 \N \N \N AD,S \N 2607808 t
+8264 29344 The Jeremy Kyle Show USA eng \N Jeremy Kyle takes his hugely successful chat show to the United States, where his uncompromising views on relationships, addiction and more produce some jaw-dropping moments! \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:05:00 2014-12-25 02:50:00 \N \N \N S,SL \N 2607809 t
+8264 29708 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 02:50:00 2014-12-25 05:05:00 \N \N \N \N \N 2607810 t
+26560 13761 Non-Stop Hits! eng \N Non-Stop Hits getting you through your day! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2607811 t
+41040 17332 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:30:00 \N \N \N \N \N 2607812 t
+41040 17333 101 East eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 09:30:00 2014-12-26 10:00:00 \N \N \N \N \N 2607813 t
+41040 17334 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2607814 t
+41040 17335 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N \N \N 2607815 t
+41040 17336 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 \N \N \N \N \N 2607816 t
+33088 17784 Kelly Hoppen Home Design eng \N Kelly Hoppen is a renowned interior designer and now she's created a range just for QVC! It includes fine linens, cushions and accent pieces featuring her signature style. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 16:00:00 2014-12-23 17:00:00 \N \N \N \N \N 2607817 t
+33088 17785 Hi-Tech Toys & Electronics eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 17:00:00 2014-12-23 18:00:00 \N \N \N \N \N 2607818 t
+23712 3443 Extreme Makeover: Home Edition eng The Johnson-Goslee Family Part 2: Concluding part of the heart-warming episode in which Ty Pennington and company help to make a house a home for a teen who has lost a hand. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-26 09:05:00 2014-12-26 10:00:00 \N \N \N S \N 2607819 t
+23712 3444 Escape to the Country eng Norfolk City dwellers attempt to leave the hustle and bustle behind. Alistair Appleton is in Norfolk helping a couple to find an amazing country pad with land for their horses. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N AD,S \N 2607820 t
+23712 3445 Escape to the Country eng Jurassic Coast More homeowners leave the stress of city living behind. Alistair Appleton is in Devon with a couple who want to be near the coast to go fossil-hunting. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N S \N 2607821 t
+27328 17461 Baker & Kelly's V.S.P.O eng \N Stand by for an hour of unscripted entertainment, original features and spontaneous wit driven by our unique hosts, Dannys Baker and Kelly. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2607822 t
+27328 17462 The Football's On eng \N A Christmas special of the show which takes humorous look at the week's football stories. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2607823 t
+22080 1744 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 \N \N \N \N \N 2607824 t
+27328 17463 European Football Show Highlights eng \N In a mid-season review, James Richardson and guests take a look at the best of the action from Ligue 1, Serie A, the Primeira Liga and the Bundesliga from the last few months. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2607825 t
+8281 22759 Elizabeth eng The Golden Age Historical sequel starring Cate Blanchett and Clive Owen, 2007. Elizabeth I must protect her throne from the traitorous Mary Queen of Scots and the Spanish Armada \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 00:00:00 2014-12-25 02:05:00 \N \N \N AD,S \N 2607826 t
+8281 29344 The Jeremy Kyle Show USA eng \N Jeremy Kyle takes his hugely successful chat show to the United States, where his uncompromising views on relationships, addiction and more produce some jaw-dropping moments! \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:05:00 2014-12-25 02:50:00 \N \N \N S,SL \N 2607827 t
+8281 29708 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 02:50:00 2014-12-25 05:05:00 \N \N \N \N \N 2607828 t
+16080 14973 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:30:00 \N \N \N \N \N 2608146 t
+8267 28099 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 05:05:00 2014-12-25 06:00:00 \N \N \N S,SL \N 2607829 t
+12928 42217 Conan The Barbarian eng \N Fantasy adventure starring Jason Momoa and Rachel Nichols. Conan sets out to avenge the murder of his father and the slaughter of his village. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:05:00 \N \N 2011 S \N 2607830 t
+12928 42218 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 22:05:00 2014-12-26 22:10:00 \N \N \N \N \N 2607831 t
+12928 42219 Conan The Barbarian eng \N Fantasy adventure starring Jason Momoa and Rachel Nichols. Conan sets out to avenge the murder of his father and the slaughter of his village. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 22:10:00 2014-12-26 23:20:00 \N \N 2011 S \N 2607832 t
+12928 42220 Criminals eng Caught On Camera Documentary series. Britain is the most watched country in the world and in this action-packed documentary series we show how the most brazen criminals have been caught red handed by CCTV. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-26 23:20:00 2014-12-26 23:50:00 \N \N \N S \N 2607833 t
+12928 42221 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 23:50:00 2014-12-27 00:00:00 \N \N \N \N \N 2607834 t
+8281 16041 ITV News & Weather eng \N Alastair Stewart and Ranvir Singh with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 23:20:00 2014-12-20 00:05:00 \N \N \N S \N 2607835 t
+25920 20864 XHose Sale eng \N Join us for a selection of great products at amazing sale prices! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2607836 t
+25920 20865 Tefal Sale eng \N A fantastic range of great value products at super sale prices \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2607837 t
+25920 20853 Technology Sale eng \N An easy to connect range of today's technology for you and your family's enjoyment around the home at sale prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2607838 t
+40960 53380 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:30:00 \N \N \N \N \N 2607839 t
+40960 58185 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-26 06:30:00 2014-12-26 07:00:00 \N \N \N \N \N 2607840 t
+40960 58186 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:30:00 \N \N \N \N \N 2607841 t
+40960 58189 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 07:30:00 2014-12-26 08:00:00 \N \N \N \N \N 2607842 t
+40960 58190 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:30:00 \N \N \N \N \N 2607843 t
+28480 11944 A Study In The Word eng \N Bible teaching programme hosted by Jimmy Swaggart. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:30:00 \N \N \N \N \N 2607844 t
+28480 11945 Insight eng \N Today's news from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 06:30:00 2014-12-26 07:00:00 \N \N \N \N \N 2607845 t
+28480 11946 The Message of the Cross eng \N A Biblical teaching programme hosted by Rev. Jimmy Swaggart, with a panel of pastors, professors and other church leaders. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 07:00:00 2014-12-26 08:30:00 \N \N \N \N \N 2607846 t
+28480 11947 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N \N \N 2607847 t
+8274 28099 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 05:05:00 2014-12-25 06:00:00 \N \N \N S,SL \N 2607848 t
+32836 31131 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 09:30:00 2014-12-26 10:00:00 \N \N \N \N \N 2607849 t
+32836 31132 British Wrestling Weekly eng \N Stay up to date with British Wrestling. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2607850 t
+32836 31133 Dudley's Christmas Fayre eng \N Celebrity Chef, Dudley Newbury serves up perfect Christmas meals. Learn short cuts and tricks of the trade with Cardiff's longest serving TV Chef. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N \N \N 2607851 t
+32836 45156 Life After United eng \N Catch up with the legends of Leeds United and see how they spent Christmas as a footballer. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 \N \N \N \N \N 2607852 t
+24384 15491 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2607853 t
+24384 15492 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2607854 t
+24384 15493 Crafting with Clay Sale eng \N Don't miss great sale prices bought to you from Crafting with Clay. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2607855 t
+24064 59155 Smash Lab eng Hurricane Proof House The team tests a type of carbon fibre to see if it could be used to reinforce tunnels or keep a house from being destroyed in a hurricane. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2607856 t
+24064 60224 War Game eng \N A unique perspective on the events of WWI, this film details the role football played in the war, from the formation of the Football Battalion to the Christmas truce match of 1914. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2607857 t
+28288 9269 Beauty Tools & Accessories Gifts eng \N The beauty tools you use are as important as your products, so enjoy professional-standard implements and accessories, from lash curlers to make-up bags and tweezers to brushes. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 11:00:00 2014-12-20 12:00:00 \N \N \N \N \N 2607858 t
+8264 16041 ITV News & Weather eng \N Alastair Stewart and Ranvir Singh with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 23:20:00 2014-12-20 00:05:00 \N \N \N S \N 2607859 t
+14752 23798 Ant Payne eng \N Ant's got all the biggest and best hits around. You can join the conversation @CapitalOfficial on Twitter and online at capitalfm.com! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 16:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2607860 t
+41120 14190 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2607861 t
+41120 14191 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2607862 t
+41120 14192 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2607863 t
+15840 3633 Vintage After Midnight eng \N Can't sleep? Or partying into the early hours? Make Vintage TV your companion. We're here to help you make it through the night with a smile on your sleepy face, we hope. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2607864 t
+41072 13153 London360 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 \N \N \N \N \N 2607865 t
+41072 14291 eng \N \N \N 0 25 f \N \N \N 5 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N \N \N 2607866 t
+41072 13154 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2607867 t
+41072 14292 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2607868 t
+17540 56616 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:25:00 \N \N \N \N \N 2607869 t
+17540 56617 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 10:25:00 2014-12-26 11:05:00 \N \N \N \N \N 2607870 t
+17540 56618 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 11:05:00 2014-12-26 11:30:00 \N \N \N \N \N 2607871 t
+17540 56619 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 11:30:00 2014-12-26 13:05:00 \N \N \N \N \N 2607872 t
+41136 50375 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 13:10:00 2014-12-25 13:40:00 \N \N \N \N \N 2609081 t
+8274 16041 ITV News & Weather eng \N Alastair Stewart and Ranvir Singh with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 23:20:00 2014-12-20 00:05:00 \N \N \N S \N 2607873 t
+8283 16041 ITV News & Weather eng \N Alastair Stewart and Ranvir Singh with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 23:20:00 2014-12-20 00:05:00 \N \N \N S \N 2607874 t
+24448 64019 Join Our Christmas Festivities! eng \N Huge savings on genuine gemstone jewellery at Gems TV, as the family jeweller presentsa special Christmas celebration show. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 2607875 t
+24448 64020 Christmas Eve with Gems TV! eng \N A special Christmas Eve show with some incredible auctions. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 2607876 t
+24448 64021 Join Our Christmas Festivities! eng \N Huge savings on genuine gemstone jewellery at Gems TV, as the family jeweller presentsa special Christmas celebration show. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 2607877 t
+20352 60719 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 07:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2607878 t
+22080 1405 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 08:30:00 2014-12-25 09:00:00 \N \N \N S \N 2607879 t
+8385 60719 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 06:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2607880 t
+22400 668 Programmes start at 10pm eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 05:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2607881 t
+13120 8390 Essential Intimates Sale eng \N Find great deals on essential intimates, featuring shapewear solutions to target everything from muffin tops to VPLs and all those unsightly lumps and bumps inbetween! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 04:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2607882 t
+13120 8391 QVC Nighttime eng \N A recorded selection of the best of QVC. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 05:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2607883 t
+23152 17917 New eng Bear Swamp Recovery B.S.R repossesses what others can't and stop at nothing to get the job done; business booms in the summer when the Jersey shore is overrun with careless vacationers. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2607884 t
+23152 17608 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:30:00 \N \N \N \N \N 2607885 t
+23152 17609 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:00:00 \N \N \N \N \N 2607886 t
+23152 17610 Conan eng \N Hit US late night chat show, hosted by the spontaneous comedian Conan O'Brien who combines the lewd and wacky with top celebrity interviews. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2607887 t
+12992 30869 Body of Proof eng Love Bites US mystery series. When the bloodless corpse of a pharmaceutical rep is pulled from the river, the case is complicated by the number of suspects with access to drugs. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:55:00 \N \N \N S \N 2607888 t
+12992 31237 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 18:55:00 2014-12-26 19:00:00 \N \N \N \N \N 2607889 t
+12992 31238 NCIS eng Truth or Consequences Crime drama series involving Navy and Marine Corps personnel. As the team searches for Ziva's replacement, the past still weighs heavily on everybody's minds. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N AD,S \N 2607890 t
+12992 31239 NCIS eng Baltimore US crime drama series. When Tony's former partner is found murdered and linked to the Port-to-Port serial killer, Tony remembers his days as a detective in Baltimore. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N AD,S \N 2607891 t
+24480 3667 Rock Royalty eng \N New! We are bowing to those iconic artists who have been crowned all-time ultimate rockers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2607892 t
+24480 3668 Amp It Up! eng \N Turn the amp up to 11 for this collection of hard rock favourites. We've got masters of rock The Who, Led Zeppelin, Deep Purple and Def Leppard to thank for ruining our ear drums. Ear plugs next time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2607893 t
+24480 3669 The Sound of Santa eng \N New! Christmas is a-coming as we deliver you the father of all festive selections. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2607894 t
+22080 4385 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:30:00 \N \N \N S \N 2607895 t
+22080 984 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 06:30:00 2014-12-25 07:00:00 \N \N \N S \N 2607896 t
+22080 1381 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:30:00 \N \N \N S \N 2607897 t
+22080 1396 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 07:30:00 2014-12-25 08:00:00 \N \N \N S \N 2607898 t
+22080 1404 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:30:00 \N \N \N S \N 2607899 t
+22272 65206 QI XL eng Keeps Stephen Fry plays for keeps with Sarah Millican, Jason Manford, Bill Bailey and Alan Davies, who tentatively answer klaxon-baiting posers on ants, kilobytes and newtons. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N S \N 2607900 t
+22272 5586 Mock the Week eng \N Hilarious panel show that combines the best elements of news quiz, stand-up comedy, and improvised games. Jovial host Dara O'Briain is joined by Andy Parsons and Sandi Toksvig. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:40:00 \N \N \N S \N 2607901 t
+22272 5587 Mock the Week eng \N Two teams of quick-witted comics compete in the topical quiz. Guests Andy Parsons, Rhod Gilbert and Jo Caulfield join regulars Hugh Dennis and Frankie Boyle and host Dara O Briain. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 01:40:00 2014-12-25 02:15:00 \N \N \N S \N 2607902 t
+22272 5588 Mock the Week eng \N Fast-paced panel show that blends satire and stand-up, hosted by Dara O Briain. Hugh Dennis and Frankie Boyle are joined by Andy Parsons, Russell Howard, Ian Stone and Mark Watson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:15:00 2014-12-25 02:50:00 \N \N \N S \N 2607903 t
+22272 65210 Storage Hunters eng Door Number One Bargain-hunters are at loggerheads as they compete for storage units. A monster scares the bidders. Brandon and Lori hope to break records with some DJing gear. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 02:50:00 2014-12-25 03:00:00 \N \N \N S \N 2607904 t
+28416 20184 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-25 23:30:00 2014-12-26 00:00:00 \N \N \N \N \N 2607905 t
+15232 18935 Television X Freeview eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:10:00 \N \N \N \N \N 2607906 t
+15232 18936 Angel's XXXmas Roast eng \N Angel Long invites you to her XXXmas Roast and there are plenty of crackers to be pulled. Anyone for stuffing? \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 00:10:00 2014-12-25 00:35:00 \N \N \N \N \N 2607907 t
+16080 14974 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 03:30:00 2014-12-26 04:00:00 \N \N \N \N \N 2608147 t
+15232 18937 Grotto eng \N A lonely guy watching porn at Christmas gets sucked into his TV screen and finds himself in Santa's grotto - where busty elf Kerry Louise assists him! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 00:35:00 2014-12-25 01:00:00 \N \N \N \N \N 2607908 t
+15232 18938 Television X Freeview eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:10:00 \N \N \N \N \N 2607909 t
+15232 18939 Freddie's Festive Fun eng \N Fat Freddie's Santa goes down that chimney more than once a year and he easily fills a sack with the help of his naughty elves Tanya Tate and Anna Joy. Ho! Ho! Ho! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 01:10:00 2014-12-25 01:35:00 \N \N \N \N \N 2607910 t
+15232 18940 Gentleman's Relish Xmas Special eng \N Lavish costumes and sizzling sex distinguish this stunning show with a cracking Xmas theme. Settle back and enjoy watching hot babes in action. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 01:35:00 2014-12-25 02:00:00 \N \N \N \N \N 2607911 t
+15232 18941 Seedy Santa eng \N He only comes once a year - and now you'll see why, as he finds out whose been naughty or nice, and gives them what they deserve. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 02:00:00 2014-12-25 02:20:00 \N \N \N \N \N 2607912 t
+15232 18942 Chicks Do Christmas eng \N Superfit 18+ babes who have previously only ever done girl-on-girl on screen get some male loving for Xmas. Nice and messy! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 02:20:00 2014-12-25 02:40:00 \N \N \N \N \N 2607913 t
+15232 18943 Anna Span's Party 2001 eng \N The UK's top female porno director goes on an erotic odyssey in 2001. There are gorgeous girlies everywhere as her party turns into a lot of fun! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 02:40:00 2014-12-25 02:55:00 \N \N \N \N \N 2607914 t
+15232 18944 Mutt's Xmas Special eng \N Our hero's Xmas bird stuffer works a treat, enticing a cracking blonde wife back to his place for some festive fun. Poor old Muttley is left to pluck the turkey! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 02:55:00 2014-12-25 03:20:00 \N \N \N \N \N 2607915 t
+27520 813 Babestation eng Interact with the Babestation Babes live. Call and be part of the show (1.50 per min). Plus don't forget to check out BSX from 11 30pm on channel 174 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 05:00:00 \N \N \N \N \N 2607916 t
+28352 2396 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:30:00 \N \N \N \N \N 2607917 t
+28352 2397 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 00:30:00 2014-12-25 01:00:00 \N \N \N \N \N 2607918 t
+28352 2398 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 01:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2607919 t
+28352 2399 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 02:00:00 2014-12-25 02:30:00 \N \N \N \N \N 2607920 t
+28352 2400 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 02:30:00 2014-12-25 03:00:00 \N \N \N \N \N 2607921 t
+27456 45478 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:30:00 \N \N \N \N \N 2607922 t
+27456 45479 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 00:30:00 2014-12-25 01:00:00 \N \N \N \N \N 2607923 t
+27456 45480 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:30:00 \N \N \N \N \N 2607924 t
+27456 45481 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 01:30:00 2014-12-25 02:00:00 \N \N \N \N \N 2607925 t
+27456 45482 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 02:00:00 2014-12-25 02:30:00 \N \N \N \N \N 2607926 t
+27456 45483 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 02:30:00 2014-12-25 03:00:00 \N \N \N \N \N 2607927 t
+27744 42148 NCIS eng \N Former marine Gibbs now leads a tough team as part of the NCIS Major Case Response Team. A pair of eyeballs turn up in the mail, sparking off another case for the team./23 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-25 00:05:00 2014-12-25 01:00:00 17 \N \N \N 2 2607928 t
+27744 42147 Flashpoint eng \N Action-packed drama following the lives of Strategic Response Unit cops. The team is split in two as a bomb is found at a train station and SRU headquarters is taken hostage. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:55:00 \N \N \N \N \N 2607929 t
+27744 42370 Deadwood eng \N Gripping and complex western, but not for the faint-hearted. In the aftermath of the fight, Al asks about Seth's condition. Meanwhile, the Sheriff is concerned about his future with Alma./12 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 01:55:00 2014-12-25 03:00:00 2 \N \N \N 2 2607930 t
+26240 11747 heat Classics through the night eng \N The best songs from heat radio all night long \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 01:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2607931 t
+27904 2186 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:20:00 \N \N \N \N \N 2607932 t
+27904 2189 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 00:20:00 2014-12-25 00:30:00 \N \N \N \N \N 2607933 t
+27904 2187 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 00:30:00 2014-12-25 01:20:00 \N \N \N \N \N 2607934 t
+27904 2190 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 01:20:00 2014-12-25 01:30:00 \N \N \N \N \N 2607935 t
+27904 2188 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 01:30:00 2014-12-25 02:20:00 \N \N \N \N \N 2607936 t
+27904 2191 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 02:20:00 2014-12-25 02:30:00 \N \N \N \N \N 2607937 t
+27904 2192 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 02:30:00 2014-12-25 04:45:00 \N \N \N \N \N 2607938 t
+28512 713 Fun With Your Phone eng \N Let those fingers do the texting and get chatting. 1000's of exciting people just like you wanting to have fun. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 02:00:00 2014-12-25 05:00:00 \N \N \N \N \N 2607939 t
+41104 20015 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 01:00:00 2014-12-25 05:00:00 \N \N \N \N \N 2607940 t
+24032 31432 Call of the Wild eng \N The classic action drama by Jack London. A dog is kidnapped and taken to the Yukon. Once there, a bond develops between the mistreated animal and a prospector. Stars Rutger Hauer. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 19:10:00 2014-12-25 21:00:00 \N \N \N \N \N 2607941 t
+17609 19759 eng \N \N \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 00:00:00 2014-12-25 02:05:00 \N \N \N \N \N 2607942 t
+17609 20135 eng \N \N \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:05:00 2014-12-25 02:50:00 \N \N \N \N \N 2607943 t
+17609 19761 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 02:50:00 2014-12-25 05:05:00 \N \N \N \N \N 2607944 t
+24384 16041 Brother ScanNCut While Stocks Last eng \N A fantastic opportunity to get a great product while stocks last! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 07:00:00 2014-12-19 08:00:00 \N \N \N \N \N 2607945 t
+27168 59953 Gadget Man's Guide to Christmas eng \N Richard Ayoade presents an indispensable guide to improving Christmas with gadgets that help you shop, wrap presents, beat the weather, improve your carol singing and even cook the dinner. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N S \N 2607946 t
+27168 59652 The Snowman and the Snowdog eng \N Charming animated sequel to Raymond Briggs's classic The Snowman. When a young boy and his mother move house, he builds a Snowman and a Snowdog who magically come to life. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N AD,S \N 2607947 t
+27168 59653 Rewind the Christmas Hits eng \N Festive special uncovering the real stories behind the UK's favourite Christmas hits, featuring Slade, The Darkness, Mel C, Midge Ure, Status Quo, Heaven 17, Jona Lewie and Sandie Shaw. \N 2 25 f 3 eng eng 6 0 0 \N 2014-12-25 19:30:00 2014-12-25 21:00:00 \N \N \N S \N 2607948 t
+25728 54683 Star Trek II eng The Wrath of Khan Sci-fi adventure with the crew of the starship Enterprise. On a mission to restore lunar landscapes, Kirk and crew run into arch-enemy Khan. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 15:00:00 2014-12-25 17:30:00 \N \N 1982 \N \N 2607954 t
+25728 54684 Star Trek III eng The Search for Spock The crew of the Enterprise embark on a dangerous mission across the galaxy to save Spock. \N 0 25 f 3 eng eng 1 0 0 \N 2014-12-25 17:30:00 2014-12-25 19:30:00 \N \N 1984 S \N 2607955 t
+23040 38287 Diners, Drive-Ins And Dives eng \N Guy Fieri visits America's most interesting and unique restaurants. Guy visits great local places, a Puerto Rican restaurant serving adobo steak in San Rafael, and in Portland, a meat market and deli. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:30:00 \N \N \N \N \N 2607956 t
+23040 38288 Diners, Drive-Ins And Dives eng \N Guy's gettin' into the heart of some long-standing traditions. In Miami is the Asian fusion spot delivering amazing Brussels sprouts and using duck in a sous vide sandwich. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 00:30:00 2014-12-26 01:00:00 \N \N \N \N \N 2607957 t
+23040 38289 Ching's Restaurant Redemption eng \N With their profit margins in the red, Assembly Steakhouse has had to lay off 90% of their staff. Now, owner Jack Koumbis is pushing his three children to help him run the business. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 01:00:00 2014-12-26 01:30:00 \N \N \N \N \N 2607958 t
+23040 38290 Ching's Restaurant Redemption eng \N Ching travels to Houston, Texas, to help battling siblings Nina and Ung get their fledgling sushi restaurant back on track. Ching shows them how to put their heritage in the spotlight. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 01:30:00 2014-12-26 02:00:00 \N \N \N \N \N 2607959 t
+23040 38291 Diners, Drive-Ins And Dives eng \N On this trip, Guy's culinary quest is covering the country. In Charleston, there is a breakfast hangout doing a chicken fried biscuit and a shrimp BLT. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:30:00 \N \N \N \N \N 2607960 t
+23040 38292 Reza Spice Prince of Vietnam eng \N This series follows Chef Reza Mahammad, one of the UK's top Indian restaurateurs, on an unforgettable journey around Vietnam to discover the history of royal food and feasting. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 02:30:00 2014-12-26 03:00:00 \N \N \N \N \N 2607961 t
+16080 14967 The Dog Rescuers eng \N Documentary series. In Manchester, the RSPCA raid a farm that they suspect has been breeding dogs illegally. In Birmingham, a bull terrier has been left alone in a flat. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-26 00:30:00 2014-12-26 01:05:00 \N \N \N S \N 2607962 t
+16080 14968 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 01:05:00 2014-12-26 01:15:00 \N \N \N \N \N 2607963 t
+16080 14969 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 01:15:00 2014-12-26 01:45:00 \N \N \N \N \N 2607964 t
+16080 14970 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 01:45:00 2014-12-26 02:15:00 \N \N \N \N \N 2607965 t
+16080 14971 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 02:15:00 2014-12-26 02:45:00 \N \N \N \N \N 2607966 t
+16080 14972 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 02:45:00 2014-12-26 03:00:00 \N \N \N \N \N 2607967 t
+32896 8771 The Yogi Bear Show eng \N A buffalo hunter makes everybody at Jellystone Park jittery when he shoots at everything that moves, including rangers and bears. Yogi poses as a buffalo to thwart the hunter. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:15:00 \N \N \N \N \N 2607968 t
+32896 8772 Rekkit Rabbit eng \N When the twins save Rekkit from getting hurt in an accident, by magical law he is bound to them forever. Jay is crushed. He has lost his best friend. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 06:15:00 2014-12-26 06:30:00 \N \N \N \N \N 2607969 t
+32896 8773 Invisible Network Of Kids eng \N A new student, Pervy Margreth, comes to Pinkerton. Cold, ruthless, and very intelligent, she quickly makes friends with Macbeth and unmasks the members of I.N.K. But what will she do with this info? \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 06:30:00 2014-12-26 07:00:00 \N \N \N \N \N 2607970 t
+32896 8774 Scaredy Squirrel eng \N Scaredy accidentally outs Mildred as a spy and, after her capture, must go on a mission to rescue her. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:15:00 \N \N \N \N \N 2607971 t
+32896 8775 Scaredy Squirrel eng \N It's discovered that Scaredy is one credit shy of his stacking degree and must return to college to pass one last class or be fired. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 07:15:00 2014-12-26 07:30:00 \N \N \N \N \N 2607972 t
+32896 8776 Slugterra eng \N Twist is hiding a dark secret that could doom the mission - and the Shane Gang! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 07:30:00 2014-12-26 08:00:00 2 2 \N \N \N 2607973 t
+32896 8777 Yu-Gi-Oh! ZEXAL eng \N Kari's friend steals a lucky card and Yuma must duel to stop him. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:30:00 1 2 \N \N \N 2607974 t
+32896 8778 Power Rangers Super Megaforce eng \N The Silver Ranger gains a new ability. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N \N \N 2607975 t
+25792 52553 Ninja eng Shadow Warriors Stunning documentary revealing the true history and fighting skills of the infamous ninja warriors of Japan, featuring an interview with one of the last surviving ninja masters. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N AD,S \N 2607976 t
+25792 52554 Top of the Pops eng 1977 - Big Hits Yes sir, we could boogie back then. Catch classic performances from TOTP in 1977, including Baccara, Heatwave, The Stranglers, David Bowie, Rod Stewart, The Jacksons and Bob Marley. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:20:00 \N \N \N S \N 2607977 t
+25792 52555 Top of the Pops eng The Story of 1976 Take a nostalgic trip back to 1976 with Tony Blackburn and co. Glam was over and punk yet to begin - filling the gap on stage were Showaddywaddy, Brotherhood of Man and the Wurzels. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 23:20:00 2014-12-27 00:25:00 \N \N \N S \N 2607978 t
+32896 9336 Pop Through the Night eng \N A late night round up of everyone's favourite Finding Stuff Out. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 00:00:00 2014-12-19 03:00:00 \N \N \N \N \N 2607979 t
+41024 59953 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2607980 t
+41024 59652 eng \N \N \N \N \N \N \N \N \N 5 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N \N \N 2607981 t
+41024 59653 eng \N \N \N \N \N \N \N \N eng 6 0 0 \N 2014-12-25 19:30:00 2014-12-25 21:00:00 \N \N \N \N \N 2607982 t
+14720 23092 Matt Mackay eng \N Matt Mackay welcomes you into your Christmas Day with all the festive classics. Turn that radio up! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 01:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2607983 t
+15952 5329 Catchphrase eng Christmas Special Stephen Mulhern gets everyone in the festive mood with this hilarious, celebrity special of the much-loved game show. With Warwick Davis, Katie Price and Christopher Biggins. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 15:30:00 2014-12-25 16:35:00 \N \N \N S \N 2607984 t
+15952 2793 Jurassic Park eng \N Dinosaur-based blockbuster starring Sam Neill and Laura Dern, 1993. When the dinosaurs in a state-of-the-art theme park are let loose, a group of visitors fight for their lives \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 16:35:00 2014-12-25 19:00:00 \N \N \N AD,S \N 2607985 t
+8500 5976 Muriel's Wedding eng \N Romantic comedy starring Toni Collette and Bill Hunter. An ugly duckling longs for true romance and excitement, and heads off to Sydney, in search of fun and a man. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 23:05:00 2014-12-26 01:20:00 \N \N 1994 S \N 2607986 t
+8267 16041 ITV News & Weather eng \N Alastair Stewart and Ranvir Singh with the latest headlines from around the world. Followed by a national weather forecast and all the news and weather in your region. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-19 23:20:00 2014-12-20 00:05:00 \N \N \N S \N 2607987 t
+16080 14975 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 04:00:00 2014-12-26 04:30:00 \N \N \N \N \N 2608148 t
+8283 28099 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 05:05:00 2014-12-25 06:00:00 \N \N \N S,SL \N 2607988 t
+16048 33207 Vicious eng Christmas Special Christmas special of the sitcom following the lives of an elderly gay couple. Freddie and Stuart are holding a Christmas celebration - with a little help from Ash. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:35:00 \N \N \N AD,S \N 2607989 t
+16048 32772 Ray eng \N Oscar-winning drama starring Jamie Foxx and Kerry Washington, 2004. The life story of blind musician Ray Charles, whose talent at the piano masked a multitude of private problems \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 00:35:00 2014-12-25 03:15:00 \N \N \N AD,S \N 2607990 t
+8264 28099 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 05:05:00 2014-12-25 06:00:00 \N \N \N S,SL \N 2607991 t
+26560 13762 All The Hits with Olivia Jones eng Oliva has all the hits for your afternoon, the latest & biggest showbiz gossip and YOU! Get involved NOW @thehitsradio \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 15:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2607992 t
+17920 39943 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-25 18:58:00 2014-12-25 19:00:00 \N \N \N \N \N 2607993 t
+17920 42732 Bolt eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:30:00 \N \N \N \N \N 2607994 t
+17920 42978 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 20:30:00 2014-12-25 20:35:00 \N \N \N \N \N 2607995 t
+17920 42734 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 20:35:00 2014-12-25 21:00:00 \N \N \N \N \N 2607996 t
+41040 17337 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2607997 t
+41040 17338 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2607998 t
+41040 17339 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:30:00 \N \N \N \N \N 2607999 t
+41040 17340 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-26 14:30:00 2014-12-26 15:00:00 \N \N \N \N \N 2608000 t
+33088 17786 Cook's Essentials eng \N Designed specifically in response to customers' feedback, the Cook's Essentials range includes everything from stainless steel cookware with unique, impact-bonded bases to innovative electrical tools. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 20:00:00 2014-12-23 21:00:00 \N \N \N \N \N 2608001 t
+23712 3446 Escape to the Country eng West Yorkshire The search is on for another stunning rural retreat. Jules Hudson heads to West Yorkshire to help two young doctors who want enough acreage to rear livestock. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N S \N 2608002 t
+23712 3447 Escape to the Country eng The Chilterns Will the pricey Chilterns prove too much for this idealistic young couple and their budget of 750,000 pounds? Aled Jones is on hand to calm their nerves. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N S \N 2608003 t
+23712 3448 Escape to the Country eng Devon In glorious Devon, Jules is helping a couple look for pastures new after 20 long years in the suburbs of Surrey. There's an array of historic properties to choose from. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N S \N 2608004 t
+27328 17377 Premier League World eng \N A round-up of all the news from the Barclays Premier League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:30:00 \N \N \N \N \N 2608005 t
+27328 17464 Clare Meets Sir Alex eng \N In an exclusive interview, award-winning broadcaster Clare Balding chats to former Manchester United boss Sir Alex Ferguson, one of the greatest managers to grace the game. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 15:30:00 2014-12-25 16:00:00 \N \N \N \N \N 2608006 t
+27328 17465 Clare Meets Jose eng \N In an exclusive interview, award-winning broadcaster Clare Balding chats to Chelsea boss Jose Mourinho, whose remarkable success includes titles in Portugal, Italy, Spain and England. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2608007 t
+27328 17382 Live Wizards @ Knicks eng \N The annual NBA Christmas Day extravaganza tips-off live from Madison Square Garden, New York, where the Knicks host the Washington Wizards in the Eastern Conference. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 17:00:00 2014-12-25 19:30:00 \N \N \N \N \N 2608008 t
+8281 28099 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 05:05:00 2014-12-25 06:00:00 \N \N \N S,SL \N 2608009 t
+8267 42099 The Aquabats! Super Show! eng Christmas with The Aquabats! Comedy adventure series. After getting lost, The Aquabats! arrive in a remote village ruled by the tyrannical Krampus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:20:00 \N \N \N S \N 2608010 t
+8267 44492 Pat & Stan eng Pat and Stan Artists! Pat the purple hippo and his friend Stan the yellow dog turn every event into a crazy adventure! Stan is going to a conference organised by Professor Chi Chi. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 06:20:00 2014-12-25 06:30:00 \N \N \N AD,S,SL \N 2608011 t
+8267 42127 Dino Dan: Trek's Adventures eng Dino Clash Jurassic adventures. When Trek and Bobby play video games, they imagine themselves in a dinosaur video game. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:30:00 2014-12-25 06:40:00 \N \N \N S \N 2608012 t
+8267 42130 Dino Dan eng Twas a Dinosaur Join palaeontologist-in-training Dan Henderson as he takes kids on a Jurassic journey. Dan takes the poem The Night Before Christmas and gives it a dinosaur spin. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:40:00 2014-12-25 06:55:00 \N \N \N S,SL \N 2608013 t
+8267 42132 Sooty eng Pranks and Presents When the hook-a-duck stall runs out of prizes, Sooty's hopes are on his teddy bear machine, but he gets a little extra help. Guest starring Brian Blessed. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:55:00 2014-12-25 07:05:00 \N \N \N S \N 2608014 t
+8267 42134 Almost Naked Animals eng The Perfect Gift Narwhal has special presents to give to the gang. It would be nice if they were presents that they actually wanted. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:05:00 2014-12-25 07:20:00 \N \N \N S \N 2608015 t
+8267 42135 Almost Naked Animals eng Home for the Howiedays Howie invites his conniving sister Poodle over for the Howiedays despite everyone's reservations. Will the spirit of the Howiedays bring them together? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:20:00 2014-12-25 07:40:00 \N \N \N S \N 2608016 t
+8267 35936 Horrid Henry eng Horrid Henry and the Horrid Hat The animated adventures of the mischievous anti-hero. Henry's horrid hat is not the only thing breaking the rules - according to Soggy Sid! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:40:00 2014-12-25 07:55:00 \N \N \N AD,S \N 2608017 t
+8267 42136 Horrid Henry eng Horrid Henry and the Perfect Panto Animated adventures. When Henry's school panto is cancelled, Margaret will not take no for an answer - which is a good thing and a bad thing! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:55:00 2014-12-25 08:10:00 \N \N \N AD,S \N 2608018 t
+8267 42140 Horrid Henry eng Horrid Henry and the Early Christmas Present The adventures of the eponymous mischievous boy. Christmas never seems to come early, except when you don't want it to - bah, humbug! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 08:10:00 2014-12-25 08:25:00 \N \N \N AD,S \N 2608019 t
+8267 45021 Weekend at Christmas eng \N Aled Jones presents a seasonal mix of celebrity chat and music. Status Quo join Aled for a chat and performance, as well as Downton Abbey's Matt Barber and comedian Tim Vine. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 08:25:00 2014-12-25 09:25:00 \N \N \N S \N 2608020 t
+17664 59184 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 05:35:00 2014-12-25 06:00:00 \N \N \N \N \N 2608021 t
+25920 20866 Bissell Sale eng \N Join us for a selection of great products at amazing sale prices! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2608022 t
+25920 20867 Comfort & Dreams Sale BlockBuster eng \N The BlockBuster is the chance to get this product at the best offer - ever, while stocks last. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2608023 t
+25920 20859 Smartphone Half Price Sale eng \N A fantastic opportunity to get some of your favourite products in our half price event! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2608024 t
+18112 63337 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-25 05:30:00 2014-12-25 07:00:00 \N \N \N \N \N 2608025 t
+40960 53382 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:30:00 \N \N \N \N \N 2608026 t
+40960 58192 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 09:30:00 2014-12-26 10:00:00 \N \N \N \N \N 2608027 t
+40960 53383 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 10:00:00 2014-12-26 10:30:00 \N \N \N \N \N 2608028 t
+40960 58193 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 10:30:00 2014-12-26 11:00:00 \N \N \N \N \N 2608029 t
+40960 53384 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N \N \N 2608030 t
+40960 58194 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 \N \N \N \N \N 2608031 t
+28480 11948 Jimmy Swaggart Crusade Classics eng \N A programme featuring Jimmy Swaggart Evangelical Crusades filmed around the world. Music and preaching. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 09:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2608032 t
+28480 11949 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N \N \N 2608033 t
+28480 11950 A Study In The Word eng \N Bible teaching programme hosted by Jimmy Swaggart. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 \N \N \N \N \N 2608034 t
+25920 21129 Last Minute Christmas Gifts eng \N Guaranteed Christmas Delivery ends soon, so get in quick so you don't miss out! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 2608035 t
+25920 21130 Last Minute Christmas Gifts eng \N Guaranteed Christmas Delivery ends soon, so get in quick so you don't miss out! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 23:00:00 2014-12-23 00:00:00 \N \N \N \N \N 2608036 t
+8274 42099 The Aquabats! Super Show! eng Christmas with The Aquabats! Comedy adventure series. After getting lost, The Aquabats! arrive in a remote village ruled by the tyrannical Krampus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:20:00 \N \N \N S \N 2608037 t
+8274 44492 Pat & Stan eng Pat and Stan Artists! Pat the purple hippo and his friend Stan the yellow dog turn every event into a crazy adventure! Stan is going to a conference organised by Professor Chi Chi. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 06:20:00 2014-12-25 06:30:00 \N \N \N AD,S,SL \N 2608038 t
+8274 42127 Dino Dan: Trek's Adventures eng Dino Clash Jurassic adventures. When Trek and Bobby play video games, they imagine themselves in a dinosaur video game. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:30:00 2014-12-25 06:40:00 \N \N \N S \N 2608039 t
+8274 42130 Dino Dan eng Twas a Dinosaur Join palaeontologist-in-training Dan Henderson as he takes kids on a Jurassic journey. Dan takes the poem The Night Before Christmas and gives it a dinosaur spin. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:40:00 2014-12-25 06:55:00 \N \N \N S,SL \N 2608040 t
+8274 42132 Sooty eng Pranks and Presents When the hook-a-duck stall runs out of prizes, Sooty's hopes are on his teddy bear machine, but he gets a little extra help. Guest starring Brian Blessed. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:55:00 2014-12-25 07:05:00 \N \N \N S \N 2608041 t
+8274 42134 Almost Naked Animals eng The Perfect Gift Narwhal has special presents to give to the gang. It would be nice if they were presents that they actually wanted. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:05:00 2014-12-25 07:20:00 \N \N \N S \N 2608042 t
+8274 42135 Almost Naked Animals eng Home for the Howiedays Howie invites his conniving sister Poodle over for the Howiedays despite everyone's reservations. Will the spirit of the Howiedays bring them together? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:20:00 2014-12-25 07:40:00 \N \N \N S \N 2608043 t
+8274 35936 Horrid Henry eng Horrid Henry and the Horrid Hat The animated adventures of the mischievous anti-hero. Henry's horrid hat is not the only thing breaking the rules - according to Soggy Sid! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:40:00 2014-12-25 07:55:00 \N \N \N AD,S \N 2608044 t
+8274 42136 Horrid Henry eng Horrid Henry and the Perfect Panto Animated adventures. When Henry's school panto is cancelled, Margaret will not take no for an answer - which is a good thing and a bad thing! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:55:00 2014-12-25 08:10:00 \N \N \N AD,S \N 2608045 t
+8274 42140 Horrid Henry eng Horrid Henry and the Early Christmas Present The adventures of the eponymous mischievous boy. Christmas never seems to come early, except when you don't want it to - bah, humbug! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 08:10:00 2014-12-25 08:25:00 \N \N \N AD,S \N 2608046 t
+8274 45021 Weekend at Christmas eng \N Aled Jones presents a seasonal mix of celebrity chat and music. Status Quo join Aled for a chat and performance, as well as Downton Abbey's Matt Barber and comedian Tim Vine. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 08:25:00 2014-12-25 09:25:00 \N \N \N S \N 2608047 t
+32836 31135 Playing Tricks eng \N Talented magicians amaze with their sleight of hand, uncanny ability to predict & incredible skill in creating illusions. You will be wowed by their incredible illusions and tantalising tricks. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 \N \N \N \N \N 2608048 t
+32836 31136 Seaside Rescue eng \N Duncan Bannatyne gives the owners of a lacklustre wax museum in Cornwall some home truths. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 12:30:00 2014-12-26 13:30:00 \N \N \N \N \N 2608049 t
+32836 31137 All Star Unplugged eng \N A platform for up-and-coming musicians and bands across all genres of music. Recorded in the Live Room, at Made in Leeds Studios. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 13:30:00 2014-12-26 14:00:00 \N \N \N \N \N 2608050 t
+32836 31138 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:30:00 \N \N \N \N \N 2608051 t
+32836 31139 Beyond the Grave eng \N Josh Ellis is joined by Lou Pope, a psychic medium. The mystic duo take on some of Bristol's spookiest spots and speak to local people about life...Beyond the Grave \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 14:30:00 2014-12-26 15:00:00 \N \N \N \N \N 2608052 t
+24384 15947 Spellbinders Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2608053 t
+24384 15494 Wilton Cake Sale Show eng \N Don't miss great sale prices bought to you from Wilton Cakes. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2608054 t
+24384 15495 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2608055 t
+24064 59157 Planet Norfolk eng Uncut Reality series finale. John is looking for a bridge over troubled water, Henry is lining up a Valentine date and it's the bed testing season at Mattressman. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N \N \N 2608056 t
+24064 59158 The Great Arctic Bike Off eng \N An emotional visit to a WWII extermination camp and an unexpected meeting with a Holocaust survivor brings the team's journey to a close. But will they make it back on time? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:00:00 \N \N \N \N \N 2608057 t
+24064 59159 National Diversity Awards 2014 eng \N Brian Dowling and Cerrie Burnell present highlights from the 2013 awards, celebrating the incredible role models, businesses and communities making Britain a better place for all. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2608058 t
+24064 59160 Silent Waters eng Tsunami 10 Years On Ten years on from the devastating tsunami that hit South East Asia, Silent Waters returns to the area to meet those affected as the aid dries up. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2608059 t
+14752 26792 DJ Charlesy eng \N DJ Charlesy's got the hottest tunes across the UK! Get involved on Twitter @CapitalOfficial and at CapitalFM.com \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2608060 t
+17920 42068 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2608061 t
+41040 17341 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2608062 t
+41120 14193 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2608063 t
+41120 14194 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 01:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2608064 t
+41120 14195 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:30:00 \N \N \N \N \N 2608065 t
+41120 14196 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 02:30:00 2014-12-26 03:00:00 \N \N \N \N \N 2608066 t
+32896 9339 Pop Through The Night eng \N A late night round up of everyone's favourite Backyard Science. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 00:00:00 2014-12-20 03:00:00 \N \N \N \N \N 2608067 t
+15840 3634 Neil McCormick's Needle Time eng \N Best known for the 1978 hit 'Glad to be Gay', Tom Robinson joins Neil McCormick for another episode of Needle Time and a thoughtful look back over his career in the music industry. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 03:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2608068 t
+15840 3635 Neil McCormick's Needle Time eng \N We go north of the border with Scottish singer songwriter Sharleen Spiteri of multi-million selling Texas as she chats about life at the helm of the hook-laden pop-rock band. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 04:00:00 2014-12-25 05:00:00 \N \N \N \N \N 2608069 t
+15840 3636 Neil McCormick's Needle Time eng \N The 'Suddenly I See' singer, KT Tunstall joins Neil McCormick for a frank review of her career to date, touching on the cathartic effect of writing and her love of instruments. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 05:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2608070 t
+41072 13156 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N \N \N 2608071 t
+41072 13157 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:00:00 \N \N \N \N \N 2608072 t
+41072 13158 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2608073 t
+41072 13159 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2608074 t
+41040 17342 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 16:00:00 2014-12-26 16:30:00 \N \N \N \N \N 2608075 t
+17540 51837 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 13:05:00 2014-12-26 13:15:00 \N \N \N \N \N 2608076 t
+17540 52933 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-26 13:15:00 2014-12-26 13:25:00 \N \N \N \N \N 2608077 t
+17540 56620 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 13:25:00 2014-12-26 14:20:00 \N \N \N \N \N 2608078 t
+17540 56621 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 14:20:00 2014-12-26 15:15:00 \N \N \N \N \N 2608079 t
+24448 64022 Huge Jewellery Savings this Christmas Eve! Shop and save with live falling auctions from Gems TV with a special Christmas Eve twist eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 2608080 t
+24448 64023 Join Our Christmas Festivities! eng \N Huge savings on genuine gemstone jewellery at Gems TV, as the family jeweller presentsa special Christmas celebration show. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 2608081 t
+16032 56658 Mr Bean eng Toothache The animated antics of the hapless bumbler Mr Bean. Bean is tormented by the toothache from hell, but his DIY attempts to pull it out fail and he has to visit the dentist. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-20 11:25:00 2014-12-20 11:35:00 \N \N \N AD,S \N 2608082 t
+8385 58320 The Muppet Christmas Carol eng \N Family comedy. Michael Caine stars as Scrooge, with Kermit and Miss Piggy as Mr and Mrs Bob Cratchit and Gonzo as Dickens in this musical Muppet take on the classic story. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:40:00 \N \N 1992 AD,S \N 2608083 t
+13120 7785 Essential Intimates Sale eng \N Find great deals on essential intimates, featuring shapewear solutions to target everything from muffin tops to VPLs and all those unsightly lumps and bumps inbetween! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 07:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2608084 t
+41040 17343 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:00:00 \N \N \N \N \N 2608085 t
+13120 7786 Essential Intimates Sale eng \N Find great deals on essential intimates, featuring shapewear solutions to target everything from muffin tops to VPLs and all those unsightly lumps and bumps inbetween! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 08:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2608086 t
+23152 17611 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:30:00 \N \N \N \N \N 2608087 t
+23152 17612 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 00:30:00 2014-12-26 01:00:00 \N \N \N \N \N 2608088 t
+23152 17613 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 01:00:00 2014-12-26 01:30:00 \N \N \N \N \N 2608089 t
+23152 17614 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 01:30:00 2014-12-26 02:00:00 \N \N \N \N \N 2608090 t
+23152 19211 Crime Stories eng Season 3 Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 02:00:00 2014-12-26 03:00:00 \N \N \N \N \N 2608091 t
+12992 31240 NCIS eng Faith US drama. The team investigates the cold-blooded murder of a devoutly religious marine in what appears to be a hate crime. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N AD,S \N 2608092 t
+12992 31241 CSI eng New York Forbidden Fruit. A woman dies during a Christmas dinner involving 'miracle fruit', while Stella gets in trouble while investigating a murder linked to a Greek diplomat. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N AD,S \N 2608093 t
+12992 31242 CSI: New York eng Second Chances Crime drama. The murder of a former drug addict uncovers a sinister insurance scam worth millions of dollars. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N AD,S \N 2608094 t
+25728 55612 VIVA The Hits! eng \N An eclectic mix of the biggest hits from your favourite artists, all in one place. Presenting future smashes, pop classics and the biggest superstars around. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-20 02:35:00 2014-12-20 02:40:00 \N \N \N \N \N 2608095 t
+22080 1411 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N S \N 2608096 t
+22080 1416 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N S \N 2608097 t
+22080 1418 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 10:00:00 2014-12-25 10:30:00 \N \N \N \N \N 2608098 t
+22080 1422 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 10:30:00 2014-12-25 11:00:00 \N \N \N \N \N 2608099 t
+22080 1423 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:30:00 \N \N \N \N \N 2608100 t
+22080 1431 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 11:30:00 2014-12-25 12:00:00 \N \N \N \N \N 2608101 t
+22272 2805 Close eng \N Close. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 03:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2608102 t
+28416 20185 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:30:00 \N \N \N \N \N 2608103 t
+28416 20186 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-26 00:30:00 2014-12-26 05:30:00 \N \N \N \N \N 2608104 t
+16080 14976 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 04:30:00 2014-12-26 05:00:00 \N \N \N \N \N 2608149 t
+15232 18945 Jim and Lara's Pick N Mix 3 eng \N Lara invites Seth and Paul round and gives them quite a show in her thigh-high latex boots with matching stockings and suspenders. Can Jim hold the camera steady? All participants 18+. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 03:20:00 2014-12-25 03:45:00 \N \N \N \N \N 2608105 t
+15232 18946 Lolly's Dollies 3 eng \N Daisy Rock, Elle Brook and Karlie Simon take a break from performing to enjoy a 18+ three-girl session in and beside a swimming pool. It's wet, wet, wet! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 03:45:00 2014-12-25 04:00:00 \N \N \N \N \N 2608106 t
+15232 18947 ..programmes start at 12.00am. eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 04:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2608107 t
+27520 812 Programmes start at midnight eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 05:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2608108 t
+28352 2401 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:20:00 \N \N \N \N \N 2608109 t
+28352 2402 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 03:20:00 2014-12-25 04:00:00 \N \N \N \N \N 2608110 t
+28352 2403 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:30:00 \N \N \N \N \N 2608111 t
+28352 2404 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 04:30:00 2014-12-25 05:00:00 \N \N \N \N \N 2608112 t
+28352 2405 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2608113 t
+28352 2406 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2608114 t
+27456 45484 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:30:00 \N \N \N \N \N 2608115 t
+27456 45485 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 03:30:00 2014-12-25 04:00:00 \N \N \N \N \N 2608116 t
+27456 45486 The Big Picture with Thom Hartmann eng \N The hottest political show in the US finds a new home with RT. The Big Picture with Thom Hartmann tackles the latest in political news, debates, commentary and more. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 04:00:00 2014-12-25 05:00:00 \N \N \N \N \N 2608117 t
+27456 45487 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2608118 t
+27456 45488 News Team eng \N News Team looks at the world's biggest news from behind-the-scenes, following the reporters who work hard to cover what's happening. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2608119 t
+27744 42371 S.O.F. - Special Ops Force eng \N An elite crime fighting group combines non-lethal weaponry and special operations capabilities which enable them to go places and perform tasks above and beyond ordinary law enforcement. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:50:00 \N \N \N \N \N 2608120 t
+27744 42151 Hawaii Five-O eng \N Popular American police drama starring Jack Lord and James MacArthur. Five-O is up against a sophisticated gang who have come to Hawaii to cash $750,000 in traveller's cheques./24 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 03:50:00 2014-12-25 04:40:00 4 \N \N \N 4 2608121 t
+27744 42152 Nash Bridges eng \N The high-action exploits of San Francisco police officer Nash Bridges. Nash busts computer hacker Andy, and discovers he committed the crime because his wife has been kidnapped./18 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 04:40:00 2014-12-25 06:00:00 10 \N \N \N 2 2608122 t
+27904 2183 Programmes start at 11pm eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 04:45:00 2014-12-25 23:00:00 \N \N \N \N \N 2608123 t
+28512 714 The Morning Show eng \N Good morning! Chat over a cuppa and cornflakes with us and tell us what you're up to. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 05:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2608124 t
+41104 20016 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 05:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2608125 t
+24032 31433 The Missing eng \N Western thriller starring Tommy Lee Jones and Cate Blanchett, 2003. A widow enlists the help of her estranged father in order to rescue her kidnapped daughter \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 21:00:00 2014-12-25 23:45:00 \N \N \N \N \N 2608126 t
+24032 31434 Behind Enemy Lines eng \N Action-packed thriller starring Gene Hackman and Owen Wilson, 2001. A naval aviator captures evidence of war crimes while on a routine reconnaissance mission in the Balkans \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 23:45:00 2014-12-26 01:50:00 \N \N \N \N \N 2608127 t
+17609 20136 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 05:05:00 2014-12-25 06:00:00 \N \N \N \N \N 2608128 t
+25664 55900 50 Greatest Christmas Songs Ever! eng \N The season of goodwill is here, so stay with us for 50 all-time festive favourites. These will warm the cockles of your heart! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-25 06:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2608129 t
+27168 59654 Gogglebox 2014 eng A chance to see some of the best moments of the past year of Gogglebox 2014 in review from the country's best loved households. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:35:00 \N \N \N S \N 2608130 t
+27168 59655 The IT Crowd eng The Internet Is Coming: In this final one-off special, Jen and Roy's reputations are endangered by an online video clip, and Moss is transformed when he learns the secret of Douglas's self-confidence \N \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:35:00 2014-12-25 23:35:00 \N \N \N AD,S \N 2608131 t
+27168 59657 Rude Tube Christmas Cracker 2014 eng \N Alex Zane presents a very festive collection of brand new internet clips from around the globe. Look out for a mashed-up Monty the penguin and Mariah Carey... with a beard! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 23:35:00 2014-12-26 00:35:00 \N \N \N S \N 2608132 t
+41056 18258 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-25 21:30:00 2014-12-25 21:55:00 \N \N \N \N \N 2608133 t
+41056 18259 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 21:55:00 2014-12-25 22:00:00 \N \N \N \N \N 2608134 t
+41056 18260 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:30:00 \N \N \N \N \N 2608135 t
+41056 18261 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:00:00 \N \N \N \N \N 2608136 t
+41056 18262 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 23:00:00 2014-12-25 23:30:00 \N \N \N \N \N 2608137 t
+41056 18263 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 23:30:00 2014-12-26 00:00:00 \N \N \N \N \N 2608138 t
+25728 54685 Star Trek IV eng The Voyage Home Kirk and crew time travel back to the late 20th century to save a future Earth from a space probe in this tongue-in-cheek outing in the series. \N 0 25 f 3 eng eng 1 0 0 \N 2014-12-25 19:30:00 2014-12-25 22:00:00 \N \N 1986 S \N 2608139 t
+23040 38293 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:30:00 \N \N \N \N \N 2608140 t
+23040 38294 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 03:30:00 2014-12-26 04:00:00 \N \N \N \N \N 2608141 t
+23040 38295 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 04:00:00 2014-12-26 04:30:00 \N \N \N \N \N 2608142 t
+23040 38296 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 04:30:00 2014-12-26 05:00:00 \N \N \N \N \N 2608143 t
+23040 38297 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 05:00:00 2014-12-26 05:30:00 \N \N \N \N \N 2608144 t
+23040 38298 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2608145 t
+41136 50376 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 13:40:00 2014-12-25 14:15:00 \N \N \N \N \N 2609082 t
+32896 8779 Balto II eng Wolf Quest Balto and his daughter go on a journey of adventure and self-discovery. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:30:00 \N \N \N \N \N 2608152 t
+32896 8780 My Little Pony eng \N Fluttershy must convince a sleeping dragon to move out of town before the plume of black smoke it's producing covers all of Equestria! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 10:30:00 2014-12-26 11:00:00 \N \N \N \N \N 2608153 t
+32896 8781 My Little Pony eng \N When the ponies gather at Twilight's for a slumber party, Rarity and Applejack begin to quarrel and threaten to ruin the party. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N \N \N 2608154 t
+32896 8782 My Little Pony eng \N When the ponies are afflicted with bizarre and humorous sicknesses they accuse a mysterious zebra named Zecora of placing a curse on them. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 \N \N \N \N \N 2608155 t
+32896 9337 Pop Through the Night eng \N A late night round up of everyone's favourite Finding Stuff Out. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 03:00:00 2014-12-19 05:00:00 \N \N \N \N \N 2608156 t
+32896 9338 Pop Through the Night eng \N A late night round up of everyone's favourite Finding Stuff Out. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-19 05:00:00 2014-12-19 06:00:00 \N \N \N \N \N 2608157 t
+41024 59654 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:35:00 \N \N \N \N \N 2608158 t
+41024 59655 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 22:35:00 2014-12-25 23:35:00 \N \N \N \N \N 2608159 t
+41024 59657 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 23:35:00 2014-12-26 00:35:00 \N \N \N \N \N 2608160 t
+24384 16042 Brother ScanNCut While Stocks Last eng \N A fantastic opportunity to get a great product while stocks last! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-19 09:00:00 2014-12-19 10:00:00 \N \N \N \N \N 2608161 t
+22656 905 Breakfast with Kate eng \N Kate wakes you up with the finest selection of rock. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 07:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2608162 t
+14372 8029 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N \N \N 2608163 t
+14372 8030 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 01:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2608164 t
+14372 8031 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 02:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2608165 t
+8500 5978 SuperCasino eng \N Live interactive gaming featuring roulette, blackjack and autowheel. For more information and to register visit www.SuperCasino.com. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 01:20:00 2014-12-26 04:00:00 \N \N \N \N \N 2608166 t
+15952 2782 You've Been Framed at Christmas! eng \N Harry Hill presents viewers' hilarious festive footage. The show features rocking around the Christmas tree and five ways to kill a snowman. Plus Santa Claus is coming to town! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N S \N 2608167 t
+15952 4593 The Mummy Returns eng \N Fantasy sequel starring Brendan Fraser and Rachel Weisz, 2001. The evil mummy Imhotep resumes his relentless search for power and immortality \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 19:30:00 2014-12-25 22:00:00 \N \N \N AD,S \N 2608168 t
+40976 47798 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 00:35:00 2014-12-25 01:45:00 \N \N \N \N \N 2608169 t
+40976 47399 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 01:45:00 2014-12-25 02:45:00 \N \N \N \N \N 2608170 t
+40976 47750 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 02:45:00 2014-12-25 03:45:00 \N \N \N \N \N 2608171 t
+8283 42099 The Aquabats! Super Show! eng Christmas with The Aquabats! Comedy adventure series. After getting lost, The Aquabats! arrive in a remote village ruled by the tyrannical Krampus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:20:00 \N \N \N S \N 2608172 t
+8283 44492 Pat & Stan eng Pat and Stan Artists! Pat the purple hippo and his friend Stan the yellow dog turn every event into a crazy adventure! Stan is going to a conference organised by Professor Chi Chi. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 06:20:00 2014-12-25 06:30:00 \N \N \N AD,S,SL \N 2608173 t
+8283 42127 Dino Dan: Trek's Adventures eng Dino Clash Jurassic adventures. When Trek and Bobby play video games, they imagine themselves in a dinosaur video game. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:30:00 2014-12-25 06:40:00 \N \N \N S \N 2608174 t
+8283 42130 Dino Dan eng Twas a Dinosaur Join palaeontologist-in-training Dan Henderson as he takes kids on a Jurassic journey. Dan takes the poem The Night Before Christmas and gives it a dinosaur spin. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:40:00 2014-12-25 06:55:00 \N \N \N S,SL \N 2608175 t
+8283 42132 Sooty eng Pranks and Presents When the hook-a-duck stall runs out of prizes, Sooty's hopes are on his teddy bear machine, but he gets a little extra help. Guest starring Brian Blessed. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:55:00 2014-12-25 07:05:00 \N \N \N S \N 2608176 t
+8283 42134 Almost Naked Animals eng The Perfect Gift Narwhal has special presents to give to the gang. It would be nice if they were presents that they actually wanted. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:05:00 2014-12-25 07:20:00 \N \N \N S \N 2608177 t
+8283 42135 Almost Naked Animals eng Home for the Howiedays Howie invites his conniving sister Poodle over for the Howiedays despite everyone's reservations. Will the spirit of the Howiedays bring them together? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:20:00 2014-12-25 07:40:00 \N \N \N S \N 2608178 t
+8283 35936 Horrid Henry eng Horrid Henry and the Horrid Hat The animated adventures of the mischievous anti-hero. Henry's horrid hat is not the only thing breaking the rules - according to Soggy Sid! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:40:00 2014-12-25 07:55:00 \N \N \N AD,S \N 2608179 t
+8283 42136 Horrid Henry eng Horrid Henry and the Perfect Panto Animated adventures. When Henry's school panto is cancelled, Margaret will not take no for an answer - which is a good thing and a bad thing! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:55:00 2014-12-25 08:10:00 \N \N \N AD,S \N 2608180 t
+8283 42140 Horrid Henry eng Horrid Henry and the Early Christmas Present The adventures of the eponymous mischievous boy. Christmas never seems to come early, except when you don't want it to - bah, humbug! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 08:10:00 2014-12-25 08:25:00 \N \N \N AD,S \N 2608181 t
+8283 45021 Weekend at Christmas eng \N Aled Jones presents a seasonal mix of celebrity chat and music. Status Quo join Aled for a chat and performance, as well as Downton Abbey's Matt Barber and comedian Tim Vine. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 08:25:00 2014-12-25 09:25:00 \N \N \N S \N 2608182 t
+16048 31903 Christmas Lights eng \N Robson Green and Mark Benton star in this comedy drama about competitive brothers-in-law who get drawn into a battle for the best Xmas lights that threatens to ruin both families. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 03:15:00 2014-12-25 04:25:00 \N \N \N AD,S \N 2608183 t
+41040 17344 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 \N \N \N \N \N 2608184 t
+41040 17345 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 17:30:00 2014-12-26 18:00:00 \N \N \N \N \N 2608185 t
+16048 31904 A Christmas Carol eng \N A modern take on Dickens. Loan shark Eddie Scrooge has his local housing estate in a grip of fear, but on the night before Christmas he is visited by the ghost of his ex-partner. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 04:25:00 2014-12-25 05:45:00 \N \N \N AD,S \N 2608186 t
+16048 32900 ITV3 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 05:45:00 2014-12-25 06:00:00 \N \N \N \N \N 2608187 t
+24448 64026 A Merry Christmas with Gems TV! eng \N A selection of extra special pieces from the Gems TV vault this Christmas. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 02:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2608262 t
+14784 2880 85mph CHILLY winds... eng \N Are on their way, so it's time to check out Holidays TV! We have 100s of established agents with YOUR holiday needs in mind. Whatever tickles your fancy, you'll find it here! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2608188 t
+8264 42099 The Aquabats! Super Show! eng Christmas with The Aquabats! Comedy adventure series. After getting lost, The Aquabats! arrive in a remote village ruled by the tyrannical Krampus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:20:00 \N \N \N S \N 2608189 t
+8264 44492 Pat & Stan eng Pat and Stan Artists! Pat the purple hippo and his friend Stan the yellow dog turn every event into a crazy adventure! Stan is going to a conference organised by Professor Chi Chi. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 06:20:00 2014-12-25 06:30:00 \N \N \N AD,S,SL \N 2608190 t
+8264 42127 Dino Dan: Trek's Adventures eng Dino Clash Jurassic adventures. When Trek and Bobby play video games, they imagine themselves in a dinosaur video game. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:30:00 2014-12-25 06:40:00 \N \N \N S \N 2608191 t
+8264 42130 Dino Dan eng Twas a Dinosaur Join palaeontologist-in-training Dan Henderson as he takes kids on a Jurassic journey. Dan takes the poem The Night Before Christmas and gives it a dinosaur spin. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:40:00 2014-12-25 06:55:00 \N \N \N S,SL \N 2608192 t
+8264 42132 Sooty eng Pranks and Presents When the hook-a-duck stall runs out of prizes, Sooty's hopes are on his teddy bear machine, but he gets a little extra help. Guest starring Brian Blessed. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:55:00 2014-12-25 07:05:00 \N \N \N S \N 2608193 t
+8264 42134 Almost Naked Animals eng The Perfect Gift Narwhal has special presents to give to the gang. It would be nice if they were presents that they actually wanted. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:05:00 2014-12-25 07:20:00 \N \N \N S \N 2608194 t
+8264 42135 Almost Naked Animals eng Home for the Howiedays Howie invites his conniving sister Poodle over for the Howiedays despite everyone's reservations. Will the spirit of the Howiedays bring them together? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:20:00 2014-12-25 07:40:00 \N \N \N S \N 2608195 t
+8264 35936 Horrid Henry eng Horrid Henry and the Horrid Hat The animated adventures of the mischievous anti-hero. Henry's horrid hat is not the only thing breaking the rules - according to Soggy Sid! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:40:00 2014-12-25 07:55:00 \N \N \N AD,S \N 2608196 t
+8264 42136 Horrid Henry eng Horrid Henry and the Perfect Panto Animated adventures. When Henry's school panto is cancelled, Margaret will not take no for an answer - which is a good thing and a bad thing! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:55:00 2014-12-25 08:10:00 \N \N \N AD,S \N 2608197 t
+8264 42140 Horrid Henry eng Horrid Henry and the Early Christmas Present The adventures of the eponymous mischievous boy. Christmas never seems to come early, except when you don't want it to - bah, humbug! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 08:10:00 2014-12-25 08:25:00 \N \N \N AD,S \N 2608198 t
+8264 45021 Weekend at Christmas eng \N Aled Jones presents a seasonal mix of celebrity chat and music. Status Quo join Aled for a chat and performance, as well as Downton Abbey's Matt Barber and comedian Tim Vine. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 08:25:00 2014-12-25 09:25:00 \N \N \N S \N 2608199 t
+26560 13763 Floorfillers with James Barr eng \N The perfect kickstart to your Friday night! James Barr's got the biggest hits for whatever you're up to! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 19:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2608200 t
+17920 42733 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:25:00 \N \N \N \N \N 2608201 t
+17920 42979 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 22:25:00 2014-12-25 22:30:00 \N \N \N \N \N 2608202 t
+17920 42728 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:00:00 \N \N \N \N \N 2608203 t
+33088 17787 The Charlie Bears Collection eng \N QVC is proud to present the Charlie Bears Collection, an exceptional range of collectable plush and limited edition bears, exclusively designed by celebrated teddy bear artists from around the world. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 21:00:00 2014-12-23 22:00:00 \N \N \N \N \N 2608204 t
+33088 17788 Flameless Candles eng \N Enjoy the ambience and glow of candlelight without the open flame, soot or melting wax. Candles near children and flammable material is no longer a problem - a great alternative to real candles. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 22:00:00 2014-12-23 23:00:00 \N \N \N \N \N 2608205 t
+23712 3449 Escape to the Country eng North Yorkshire As the rural property hunt series continues, Denise Nurse is in North Yorkshire with a couple who have been searching for their dream country home for ten years. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N AD,S \N 2608206 t
+23712 3450 Escape to the Country eng Norfolk City dwellers attempt to leave the hustle and bustle behind. Alistair Appleton is in Norfolk helping a couple to find an amazing country pad with land for their horses. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N AD,S \N 2608207 t
+23712 3451 Escape to the Country eng Jurassic Coast More homeowners leave the stress of city living behind. Alistair Appleton is in Devon with a couple who want to be near the coast to go fossil-hunting. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N S \N 2608208 t
+27328 17383 Live Thunder @ Spurs eng \N The NBA Christmas Day schedule continues with a huge showdown, live from the AT&T Center, as the champions host the Thunder for a repeat of last season's Western Conference finals. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 19:30:00 2014-12-25 22:00:00 \N \N \N \N \N 2608209 t
+8281 42099 The Aquabats! Super Show! eng Christmas with The Aquabats! Comedy adventure series. After getting lost, The Aquabats! arrive in a remote village ruled by the tyrannical Krampus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:20:00 \N \N \N S \N 2608210 t
+8281 44492 Pat & Stan eng Pat and Stan Artists! Pat the purple hippo and his friend Stan the yellow dog turn every event into a crazy adventure! Stan is going to a conference organised by Professor Chi Chi. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 06:20:00 2014-12-25 06:30:00 \N \N \N AD,S,SL \N 2608211 t
+8281 42127 Dino Dan: Trek's Adventures eng Dino Clash Jurassic adventures. When Trek and Bobby play video games, they imagine themselves in a dinosaur video game. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:30:00 2014-12-25 06:40:00 \N \N \N S \N 2608212 t
+8281 42130 Dino Dan eng Twas a Dinosaur Join palaeontologist-in-training Dan Henderson as he takes kids on a Jurassic journey. Dan takes the poem The Night Before Christmas and gives it a dinosaur spin. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:40:00 2014-12-25 06:55:00 \N \N \N S,SL \N 2608213 t
+8281 42132 Sooty eng Pranks and Presents When the hook-a-duck stall runs out of prizes, Sooty's hopes are on his teddy bear machine, but he gets a little extra help. Guest starring Brian Blessed. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:55:00 2014-12-25 07:05:00 \N \N \N S \N 2608214 t
+8281 42134 Almost Naked Animals eng The Perfect Gift Narwhal has special presents to give to the gang. It would be nice if they were presents that they actually wanted. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:05:00 2014-12-25 07:20:00 \N \N \N S \N 2608215 t
+8281 42135 Almost Naked Animals eng Home for the Howiedays Howie invites his conniving sister Poodle over for the Howiedays despite everyone's reservations. Will the spirit of the Howiedays bring them together? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:20:00 2014-12-25 07:40:00 \N \N \N S \N 2608216 t
+8281 35936 Horrid Henry eng Horrid Henry and the Horrid Hat The animated adventures of the mischievous anti-hero. Henry's horrid hat is not the only thing breaking the rules - according to Soggy Sid! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:40:00 2014-12-25 07:55:00 \N \N \N AD,S \N 2608217 t
+8281 42136 Horrid Henry eng Horrid Henry and the Perfect Panto Animated adventures. When Henry's school panto is cancelled, Margaret will not take no for an answer - which is a good thing and a bad thing! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:55:00 2014-12-25 08:10:00 \N \N \N AD,S \N 2608218 t
+8281 42140 Horrid Henry eng Horrid Henry and the Early Christmas Present The adventures of the eponymous mischievous boy. Christmas never seems to come early, except when you don't want it to - bah, humbug! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 08:10:00 2014-12-25 08:25:00 \N \N \N AD,S \N 2608219 t
+8281 45021 Weekend at Christmas eng \N Aled Jones presents a seasonal mix of celebrity chat and music. Status Quo join Aled for a chat and performance, as well as Downton Abbey's Matt Barber and comedian Tim Vine. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 08:25:00 2014-12-25 09:25:00 \N \N \N S \N 2608220 t
+8267 22760 Valiant eng \N Animated Comedy, 2005. The adventures of a wood pigeon who overcomes his small size to go from zero to hero during WWII \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 09:25:00 2014-12-25 10:55:00 \N \N \N AD,S \N 2608221 t
+8267 22761 Back to the Future eng \N Rip-roaring time-travel comedy starring Michael J Fox and Christopher Lloyd, 1985. A teenager who travels back in time to the 1950s has to persuade his parents to fall in love with each other \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 10:55:00 2014-12-25 13:10:00 \N \N \N AD,S \N 2608222 t
+25920 65360 Back at 5am eng \N Programmes start again at 5am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2608223 t
+18112 65489 Arthur eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:15:00 \N \N \N \N \N 2608224 t
+18112 35979 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 07:15:00 2014-12-25 07:30:00 \N \N \N \N \N 2608225 t
+18112 36330 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 07:30:00 2014-12-25 07:35:00 \N \N \N \N \N 2608226 t
+18112 36331 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 07:35:00 2014-12-25 07:45:00 \N \N \N \N \N 2608227 t
+18112 36605 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 07:45:00 2014-12-25 09:00:00 \N \N \N \N \N 2608228 t
+27840 5281 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N \N \N 2608229 t
+27840 5282 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2608230 t
+27840 5283 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2608231 t
+40960 53385 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 \N \N \N \N \N 2608232 t
+40960 58195 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 12:30:00 2014-12-26 13:00:00 \N \N \N \N \N 2608233 t
+40960 53386 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:30:00 \N \N \N \N \N 2608234 t
+40960 58196 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 13:30:00 2014-12-26 14:00:00 \N \N \N \N \N 2608235 t
+40960 53388 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:30:00 \N \N \N \N \N 2608236 t
+40960 58197 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 14:30:00 2014-12-26 15:00:00 \N \N \N \N \N 2608237 t
+28480 11951 Family Worship Centre Associate Pastors eng \N The church service of Jimmy Swaggart Ministries. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2608238 t
+28480 11952 The Message of the Cross eng \N A Biblical teaching programme hosted by Rev. Jimmy Swaggart, with a panel of pastors, professors and other church leaders. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:30:00 \N \N \N \N \N 2608239 t
+28480 11953 Insight eng \N Today's news from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 14:30:00 2014-12-26 15:00:00 \N \N \N \N \N 2608240 t
+8381 14960 Christmas Carols on ITV eng \N Aled Jones, Mica Paris, Lucy Kay and Collabro joins the congregation of St. Mary's Church in Prestwich, Manchester for their traditional candlelit Christmas Eve carol service. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N S \N 2608241 t
+8381 14961 Elizabeth eng The Golden Age Historical sequel starring Cate Blanchett and Clive Owen, 2007. Elizabeth I must protect her throne from the traitorous Mary Queen of Scots and the Spanish Armada \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 01:00:00 2014-12-25 03:05:00 \N \N \N AD,S \N 2608242 t
+8274 22760 Valiant eng \N Animated Comedy, 2005. The adventures of a wood pigeon who overcomes his small size to go from zero to hero during WWII \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 09:25:00 2014-12-25 10:55:00 \N \N \N AD,S \N 2608243 t
+8274 22761 Back to the Future eng \N Rip-roaring time-travel comedy starring Michael J Fox and Christopher Lloyd, 1985. A teenager who travels back in time to the 1950s has to persuade his parents to fall in love with each other \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 10:55:00 2014-12-25 13:10:00 \N \N \N AD,S \N 2608244 t
+32836 31140 British Wrestling Weekly eng \N Stay up to date with British Wrestling. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2608245 t
+32836 31141 Behind Bars eng \N After weeks of incarceration in Tent City the Brits come to the end of their sentences and can almost taste freedom. But there's one last surprise in store and James gets shocking news from home. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 16:00:00 2014-12-26 16:30:00 \N \N \N \N \N 2608246 t
+32836 31142 Britain And Ireland From The Sky eng \N We embark on a breath-taking aerial tour of the British Isles in this exclusive series. Spanning all four seasons, Britain & Ireland from the Sky. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:00:00 \N \N \N \N \N 2608247 t
+32836 31143 On Closer Inspection eng \N This hard-hitting flagship current affairs programme is the "News after the News". We delve deeper into the political and social stories that shape the daily lives of Leeds people. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2608248 t
+24384 15948 Spellbinders Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2608249 t
+24384 15496 Create & Craft Sale eng \N Get some of the best Craft materials at fantastic prices in our Create and Craft Sale Show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2608250 t
+24384 15949 Spellbinders Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2608251 t
+14752 26793 Idris Elba - Ibiza Highlights eng \N Idris Elba kicks off the Christmas weekend with the highlights from his summer residency at Ibiza Rocks House at Pikes. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 22:00:00 2014-12-27 01:00:00 \N \N \N \N \N 2608252 t
+41120 14197 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 03:00:00 2014-12-26 05:30:00 \N \N \N \N \N 2608253 t
+41120 14198 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2608254 t
+15840 3637 A Vintage Christmas Morning eng \N Open your presents to the best Vintage Christmas songs \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2608255 t
+41136 50365 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 00:10:00 2014-12-25 02:15:00 \N \N \N \N \N 2608256 t
+41136 50366 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 02:15:00 2014-12-25 03:40:00 \N \N \N \N \N 2608257 t
+17540 56622 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 15:15:00 2014-12-26 16:40:00 \N \N \N \N \N 2608258 t
+17540 56623 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 16:40:00 2014-12-26 18:05:00 \N \N \N \N \N 2608259 t
+24448 64024 Join Our Christmas Festivities! eng \N Huge savings on genuine gemstone jewellery at Gems TV, as the family jeweller presentsa special Christmas celebration show. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N \N \N 2608260 t
+24448 64025 Happy Christmas from Gems TV! eng \N Huge savings on genuine gemstone jewellery at Gems TV on Christmas Day. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 01:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2608261 t
+8385 58321 A Matter of Life and Death eng \N Powell and Pressburger's fantasy drama stars David Niven as an airman who cheats death but must argue in a celestial court to keep his life. With Kim Hunter. \N 0 25 f 1 eng eng 1 0 0 \N 2014-12-26 12:40:00 2014-12-26 14:45:00 \N \N 1946 AD,S \N 2608265 t
+8385 58322 Jumper eng \N Sci-fi thriller. Hayden Christensen stars as a 'jumper' who can teleport anywhere but finds himself threatened by the Paladins, an organisation that tracks and kills his kind. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 14:45:00 2014-12-26 16:30:00 \N \N 2008 AD,S \N 2608266 t
+13120 7787 Fashion Accessories Sale eng \N Complete your look with our selection of marvellous fashion accessories at great prices. We've collected together our favorite footwear, bags and fab finishing touches from right across our brands. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2608267 t
+13120 7788 Jewellery Sale eng \N A wide selection of jewellery from across QVC's ranges, all offered at not-to-be-missed prices! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2608268 t
+13120 7789 Cashmasoft Knitwear Sale eng \N Feel cosy and look stylish with this soft and comfy range of casual knit separates. The sale showcases great offers and special prices on easy fitting and figure flattering knitwear. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2608269 t
+23152 17616 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:30:00 \N \N \N \N \N 2608270 t
+23152 17617 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-26 03:30:00 2014-12-26 04:00:00 \N \N \N \N \N 2608271 t
+23152 17618 Dominick Dunne's Power, Privilege & Justice, S6 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 04:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2608272 t
+23152 17619 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-26 05:00:00 2014-12-26 05:30:00 \N \N \N \N \N 2608273 t
+23152 17620 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2608274 t
+40992 49188 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2608275 t
+22080 1433 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:30:00 \N \N \N \N \N 2608276 t
+22080 1435 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 12:30:00 2014-12-25 13:00:00 \N \N \N \N \N 2608277 t
+22080 1436 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 13:00:00 2014-12-25 13:30:00 \N \N \N \N \N 2608278 t
+22080 1437 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 13:30:00 2014-12-25 14:00:00 \N \N \N \N \N 2608279 t
+22080 1438 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:30:00 \N \N \N \N \N 2608280 t
+22080 1439 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 14:30:00 2014-12-25 15:00:00 \N \N \N \N \N 2608281 t
+22272 5723 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:05:00 \N \N \N \N \N 2608282 t
+22272 2886 Red Bull X-Fighters 2014 eng \N The elite FMX series where 'pulling a wheelie' simply won't do. This amazing track in Munich is set on a lake, so the riders will have to take care to avoid an early bath! \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 07:05:00 2014-12-25 07:55:00 \N \N \N \N \N 2608283 t
+22272 65213 The World of Stupid Criminals eng \N Comic Chris Rowe trawls police archives and amateur videos for clips of incredibly idiotic acts carried out by clumsy crooks. Here Chris guides us through a lifetime of crime. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 07:55:00 2014-12-25 08:20:00 \N \N \N \N \N 2608284 t
+22272 65214 Top Gear eng Middle East Special The not-so-wise Jeremy Clarkson, Richard Hammond and James May embark on an action-packed road trip as they attempt to follow the path of the Three Wise Men across the Middle East. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-25 08:20:00 2014-12-25 10:00:00 \N \N \N AD,S \N 2608285 t
+28416 20187 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-26 05:30:00 2014-12-26 10:30:00 \N \N \N \N \N 2608286 t
+28352 2407 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:20:00 \N \N \N \N \N 2608287 t
+28352 2408 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 06:20:00 2014-12-25 07:00:00 \N \N \N \N \N 2608288 t
+28352 2409 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:30:00 \N \N \N \N \N 2608289 t
+28352 2410 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 07:30:00 2014-12-25 08:00:00 \N \N \N \N \N 2608290 t
+28352 2411 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 08:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2608291 t
+27456 45489 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:30:00 \N \N \N \N \N 2608292 t
+27456 45490 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 06:30:00 2014-12-25 07:00:00 \N \N \N \N \N 2608293 t
+27456 45491 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:30:00 \N \N \N \N \N 2608294 t
+27456 45492 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 07:30:00 2014-12-25 08:00:00 \N \N \N \N \N 2608295 t
+27456 45493 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:30:00 \N \N \N \N \N 2608296 t
+27456 45494 Worlds Apart With Oksana Boyko eng \N Worlds Apart is a fast-paced, in-depth discussion on the pressing issues of the day. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 08:30:00 2014-12-25 09:00:00 \N \N \N \N \N 2608297 t
+27744 42153 Teleshopping eng \N Put the pleasure back into shopping from the comfort of your home and choose from a selection of innovative products. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2608298 t
+26240 11748 heat Breakfast with Naomi Kent eng \N Morning you! Naomi wakes up the UK direct from heat! #heatradio \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 06:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2608299 t
+24032 31435 Behind Enemy Lines II eng Axis of Evil Military action as a team of Navy SEALs lead an assault on a North Korean missile silo, only for the mission to go awry \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 01:50:00 2014-12-26 03:45:00 \N \N \N \N \N 2608300 t
+17609 19762 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:20:00 \N \N \N \N \N 2608301 t
+17609 19763 eng \N \N \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 06:20:00 2014-12-25 06:30:00 \N \N \N \N \N 2608302 t
+17609 19765 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:30:00 2014-12-25 06:40:00 \N \N \N \N \N 2608303 t
+17609 19766 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:40:00 2014-12-25 06:55:00 \N \N \N \N \N 2608304 t
+17609 19767 Sooty eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:55:00 2014-12-25 07:05:00 \N \N \N \N \N 2608305 t
+17609 19768 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:05:00 2014-12-25 07:20:00 \N \N \N \N \N 2608306 t
+17609 19769 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:20:00 2014-12-25 07:40:00 \N \N \N \N \N 2608307 t
+17609 19770 eng \N \N \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:40:00 2014-12-25 07:55:00 \N \N \N \N \N 2608308 t
+17609 19771 eng \N \N \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:55:00 2014-12-25 08:10:00 \N \N \N \N \N 2608309 t
+25664 55901 #Your4Music eng All Star Xmas Special You control the festive videos we play. Tweet us your video request @4Music using the hashtag #Your4Music, then enjoy your 15 seconds of fame! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2608312 t
+25664 55902 Merry Xmas From 4Music! eng \N We are wishing you a very Merry Xmas here at 4Music! Our gift is music! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:30:00 \N \N \N \N \N 2608313 t
+25664 55903 An Olly Good Christmurs! Top 50 eng \N Olly Murs brings a special sparkle to your Christmas with An Olly Good Christmurs. 50 of the best videos to get you feeling festive - and he'll be joined by a few special guests. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 11:30:00 2014-12-25 16:00:00 \N \N \N \N \N 2608314 t
+27168 59656 Alan Carr eng Chatty Man Christmas Special: Joining Alan for festive fun are Terry Wogan, Sarah Millican, Dan Stevens, Emma Willis and Gino D'Acampo, and there's music from Sam Smith, George Ezra and McBusted \N \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 00:35:00 2014-12-26 02:35:00 \N \N \N S \N 2608315 t
+27168 59961 Rewind the Christmas Hits eng \N Festive special uncovering the real stories behind the UK's favourite Christmas hits, featuring Slade, The Darkness, Mel C, Midge Ure, Status Quo, Heaven 17, Jona Lewie and Sandie Shaw. \N 2 25 f 3 eng eng 6 0 0 \N 2014-12-26 02:35:00 2014-12-26 03:55:00 \N \N \N S \N 2608316 t
+41056 18264 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:05:00 \N \N \N \N \N 2608317 t
+41056 18265 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-26 00:05:00 2014-12-26 00:55:00 \N \N \N \N \N 2608318 t
+41056 18266 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 00:55:00 2014-12-26 01:00:00 \N \N \N \N \N 2608319 t
+41056 18267 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 01:00:00 2014-12-26 01:30:00 \N \N \N \N \N 2608320 t
+25728 54686 Saving Private Ryan eng \N Powerful WWII drama about the D-Day landings and a group of US troops who are sent on a search and rescue mission to find a soldier whose three brothers have been killed in action. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 22:00:00 2014-12-26 01:30:00 \N \N 1998 \N \N 2608321 t
+23040 38299 Baking Made Easy eng \N Lorraine reveals the essential kit for baking, along with several recipes. Chef, baker and patissier Lorraine Pascale shares her secrets, passion and knowledge on baking sweet and savoury recipes. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:30:00 \N \N \N \N \N 2608322 t
+23040 38300 Home Cooking Made Easy eng \N Lorraine Pascale uses her cooking know-how to inspire everyone to home cook the food they love. First up is cosy roasted butternut squash soup with chilli and ginger. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 06:30:00 2014-12-26 07:00:00 \N \N \N \N \N 2608323 t
+23040 38301 Jamie's 15 Minute Meals eng \N Jamie cooks chilli con carne meatballs, plus sticky kicking chicken, watermelon radish salad and crunchy noodles. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:30:00 \N \N \N \N \N 2608324 t
+23040 38302 Jamie's 15 Minute Meals eng \N On the menu are flashy fish stew, saffron sauce and garlic bread, plus seared Asian beef, the best noodle salad and ginger dressing. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 07:30:00 2014-12-26 08:00:00 \N \N \N \N \N 2608325 t
+23040 38303 Mystery Diners eng \N A pub owner in Los Angeles uses undercover surveillance to spy on one of her employees, who she suspects is over-pouring for customers, giving away too many free drinks and over-tipping himself. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:30:00 \N \N \N \N \N 2608326 t
+23040 38304 Mystery Diners eng \N Concerned over a large loss in food and supplies, the owner of a restaurant in Gilbert uses undercover surveillance to spy on the chef, who is suspected of stealing from the restaurant. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N \N \N 2608327 t
+16080 14979 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:30:00 \N \N \N \N \N 2608328 t
+16080 14980 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:30:00 2014-12-26 07:00:00 \N \N \N \N \N 2608329 t
+16080 14981 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:30:00 \N \N \N \N \N 2608330 t
+16080 14982 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 07:30:00 2014-12-26 08:00:00 \N \N \N \N \N 2608331 t
+16080 14983 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:30:00 \N \N \N \N \N 2608332 t
+16080 14984 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N \N \N 2608333 t
+32896 8783 Littlest Pet Shop eng \N Blythe tries to keep the peace between Zoe and day camp visitor Madame Pom while the newly formed dance team nearly destroy the shop practicing their new routine. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 \N \N \N \N \N 2608334 t
+32896 8784 Littlest Pet Shop eng \N The pets assume the Siamese cat visiting the Day Camp is up to no good. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 12:30:00 2014-12-26 13:00:00 \N \N \N \N \N 2608335 t
+32896 8785 Littlest Pet Shop eng \N Vinnie gets to visit the set of his favourite dance show, but when he's rejected he hits the streets where he is befriended by a troupe of street-dancing lizards. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:30:00 \N \N \N \N \N 2608336 t
+32896 8786 Littlest Pet Shop eng \N Sunil switches places with Shahrukh, a famous movie mongoose and discovers that the life of a film star isn't all it's cracked up to be! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 13:30:00 2014-12-26 14:00:00 \N \N \N \N \N 2608337 t
+32896 8787 Totally Spies eng \N Evil Heiress Much? The richest people all over the world start to disappear. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:30:00 \N \N \N \N \N 2608338 t
+32896 8788 Totally Spies eng \N Evil Ice Cream Man Much? The Spies investigate a case where all the victims are frozen solid. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 14:30:00 2014-12-26 15:00:00 \N \N \N \N \N 2608339 t
+32896 9340 Pop Through The Night eng \N A late night round up of everyone's favourite Backyard Science. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 03:00:00 2014-12-20 05:00:00 \N \N \N \N \N 2608340 t
+32896 9341 Pop Through The Night eng \N A late night round up of everyone's favourite Backyard Science. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 05:00:00 2014-12-20 06:00:00 \N \N \N \N \N 2608341 t
+25920 20195 Early Morning Shopping eng \N A selection of our best shows for the early morning shopper. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 05:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2608342 t
+41024 59656 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 00:35:00 2014-12-26 02:35:00 \N \N \N \N \N 2608343 t
+41024 59961 eng \N \N \N \N \N \N \N \N eng 6 0 0 \N 2014-12-26 02:35:00 2014-12-26 03:55:00 \N \N \N \N \N 2608344 t
+22656 996 Jack Saunders eng \N Jack, in for Jake, helps you through the daytime with big tracks and some laughs along the way. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 10:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2608345 t
+8500 5980 House Doctor eng Knutsford Home improvement series in which Californian interior designer Ann Maurice helps home owners sell their property. A house is deemed to be too masculine for the market. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 04:00:00 2014-12-26 04:25:00 \N \N \N S,SL \N 2608346 t
+8500 5981 House Doctor eng \N Series in which Ann Maurice provides home improvement advice for properties that are proving difficult to sell. She focuses on an arty garden flat in London's Kensal Green. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 04:25:00 2014-12-26 04:50:00 \N \N \N AD,S,SL \N 2608347 t
+8500 5982 Wildlife SOS eng \N Documentary series about the work of dedicated animal lovers who save injured and orphaned wild animals brought into their sanctuary. \N 0 25 f 3 eng eng 8 0 0 \N 2014-12-26 04:50:00 2014-12-26 05:10:00 \N \N \N S,SL \N 2608348 t
+8500 5983 House Doctor eng \N Home improvement series. Californian interior designer Ann Maurice works her magic on a house in Ashover Hay. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 05:10:00 2014-12-26 05:35:00 \N \N \N S,SL \N 2608349 t
+8500 5984 Wildlife SOS eng \N Documentary series about the work of dedicated animal lovers who save injured and orphaned wild animals brought into their sanctuary. \N 0 25 f 3 eng eng 8 0 0 \N 2014-12-26 05:35:00 2014-12-26 06:00:00 \N \N \N S,SL \N 2608350 t
+14720 53333 Heart Breakfast with Jamie and Emma eng \N Wake up to Christmas Day Breakfast in the capital! Jamie and Emma get your feeling festive with lots of laughs and the soundtrack to your morning. Merry Christmas! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 06:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2608351 t
+14372 8032 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 03:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2608352 t
+14372 8033 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 04:00:00 2014-12-25 05:00:00 \N \N \N \N \N 2608353 t
+14372 8034 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 05:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2608354 t
+15952 2796 GoldenEye eng \N All-action Bond adventure starring Pierce Brosnan and Sean Bean, 1995. James Bond tries to discover who is behind the destruction of a space weapons centre inside the Arctic Circle \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 22:00:00 2014-12-26 00:35:00 \N \N \N AD,S \N 2608355 t
+40976 47243 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-25 03:45:00 2014-12-25 05:30:00 \N \N \N \N \N 2608356 t
+40976 45528 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 05:30:00 2014-12-25 18:58:00 \N \N \N \N \N 2608357 t
+8283 22760 Valiant eng \N Animated Comedy, 2005. The adventures of a wood pigeon who overcomes his small size to go from zero to hero during WWII \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 09:25:00 2014-12-25 10:55:00 \N \N \N AD,S \N 2608358 t
+8283 22761 Back to the Future eng \N Rip-roaring time-travel comedy starring Michael J Fox and Christopher Lloyd, 1985. A teenager who travels back in time to the 1950s has to persuade his parents to fall in love with each other \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 10:55:00 2014-12-25 13:10:00 \N \N \N AD,S \N 2608359 t
+16048 33294 Judge Judy eng \N New York City's outspoken family court judge Judy Sheindlin presides over a series of real-life cases and conflicts, trying to find solutions for all kinds of family issues. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:20:00 \N \N \N S \N 2608360 t
+16048 33559 Judge Judy eng \N New York City's outspoken family court judge Judy Sheindlin presides over a series of real-life cases and conflicts, trying to find solutions for all kinds of family issues. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 06:20:00 2014-12-25 06:40:00 \N \N \N S \N 2608361 t
+16048 33664 Judge Judy eng \N New York City's outspoken family court judge Judy Sheindlin presides over a series of real-life cases and conflicts, trying to find solutions for all kinds of family issues. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 06:40:00 2014-12-25 07:05:00 \N \N \N S \N 2608362 t
+16048 31908 A Christmas Carol eng \N A modern take on Dickens. Loan shark Eddie Scrooge has his local housing estate in a grip of fear, but on the night before Christmas he is visited by the ghost of his ex-partner. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 07:05:00 2014-12-25 08:35:00 \N \N \N AD,S \N 2608363 t
+16048 31909 Santa Claus eng The Movie Seasonal fantasy adventure starring Dudley Moore and John Lithgow, 1985. A disillusioned elf leaves Santa's North Pole workshop for New York to make toys for a scheming magnate \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 08:35:00 2014-12-25 10:50:00 \N \N \N AD,S \N 2608364 t
+14784 2881 Walking On Sunshine? eng \N No, neither are we! With winter upon us, why not swap the wind and chill for golden sandy beaches? Check out Holidays TV, updated daily with 100s of the latest great deals! Bliss. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 04:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2608365 t
+8264 22760 Valiant eng \N Animated Comedy, 2005. The adventures of a wood pigeon who overcomes his small size to go from zero to hero during WWII \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 09:25:00 2014-12-25 10:55:00 \N \N \N AD,S \N 2608366 t
+8264 22761 Back to the Future eng \N Rip-roaring time-travel comedy starring Michael J Fox and Christopher Lloyd, 1985. A teenager who travels back in time to the 1950s has to persuade his parents to fall in love with each other \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 10:55:00 2014-12-25 13:10:00 \N \N \N AD,S \N 2608367 t
+26560 13764 #FridayNightHits eng \N All The Hits are on for Friday night! This is where the party's at! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 22:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2608368 t
+17920 42070 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:25:00 \N \N \N \N \N 2608369 t
+17920 42887 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 00:25:00 2014-12-26 00:45:00 \N \N \N \N \N 2608370 t
+17920 42739 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 00:45:00 2014-12-26 01:05:00 \N \N \N \N \N 2608371 t
+17920 42980 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 01:05:00 2014-12-26 01:25:00 \N \N \N \N \N 2608372 t
+17920 42981 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 01:25:00 2014-12-26 01:50:00 \N \N \N \N \N 2608373 t
+17920 42177 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 01:50:00 2014-12-26 02:25:00 \N \N \N \N \N 2608374 t
+17920 42889 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 02:25:00 2014-12-26 02:55:00 \N \N \N \N \N 2608375 t
+17920 42890 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 02:55:00 2014-12-26 03:25:00 \N \N \N \N \N 2608376 t
+41040 17346 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2608377 t
+41040 17347 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N \N \N 2608378 t
+41040 17348 TechKnow eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N \N \N 2608379 t
+41040 17349 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2608380 t
+33088 17789 Northern Nights eng \N Create a haven of relaxation in your bedroom with QVC's range of luxury bedding, made from soft, high-quality materials. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 00:00:00 2014-12-24 01:00:00 \N \N \N \N \N 2608381 t
+33088 17790 Hi-Tech Toys & Electronics eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 01:00:00 2014-12-24 02:00:00 \N \N \N \N \N 2608382 t
+33088 17791 Flameless Candles eng \N Enjoy the ambience and glow of candlelight without the open flame, soot or melting wax. Candles near children and flammable material is no longer a problem - a great alternative to real candles. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 02:00:00 2014-12-24 03:00:00 \N \N \N \N \N 2608383 t
+23712 3452 Escape to the Country eng West Yorkshire The search is on for another stunning rural retreat. Jules Hudson heads to West Yorkshire to help two young doctors who want enough acreage to rear livestock. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N S \N 2608384 t
+23712 3453 Escape to the Country eng The Chilterns Will the pricey Chilterns prove too much for this idealistic young couple and their budget of 750,000 pounds? Aled Jones is on hand to calm their nerves. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N S \N 2608385 t
+23712 3454 Escape to the Country eng Devon In glorious Devon, Jules is helping a couple look for pastures new after 20 long years in the suburbs of Surrey. There's an array of historic properties to choose from. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N S \N 2608386 t
+27328 17384 Live Cavaliers @ Heat eng \N In one of the most anticipated match-ups of the season, LeBron James returns to Miami to face the Heat for this NBA Eastern Conference clash, live from the AmericanAirlines Arena. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 22:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2608387 t
+8281 22760 Valiant eng \N Animated Comedy, 2005. The adventures of a wood pigeon who overcomes his small size to go from zero to hero during WWII \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 09:25:00 2014-12-25 10:55:00 \N \N \N AD,S \N 2608388 t
+22080 1458 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:30:00 \N \N \N \N \N 2608476 t
+8281 22761 Back to the Future eng \N Rip-roaring time-travel comedy starring Michael J Fox and Christopher Lloyd, 1985. A teenager who travels back in time to the 1950s has to persuade his parents to fall in love with each other \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 10:55:00 2014-12-25 13:10:00 \N \N \N AD,S \N 2608389 t
+8267 22762 Nanny McPhee eng \N Family drama starring Emma Thompson and Colin Firth, 2005. A widowed father who cannot manage his seven children seeks the help of a scary nanny with magical powers \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 13:10:00 2014-12-25 15:00:00 \N \N \N AD,S \N 2608390 t
+8385 58422 Self-Portrait eng On Acting Tom Hanks, Judi Dench, Leonardo DiCaprio, Olivia Colman and more talk candidly to Film4 about the art of screen acting. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 12:50:00 2014-12-20 13:00:00 \N \N \N S \N 2608391 t
+8381 14963 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 03:50:00 2014-12-25 06:05:00 \N \N \N \N \N 2608392 t
+20352 58422 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-20 13:50:00 2014-12-20 14:00:00 \N \N \N \N \N 2608393 t
+18112 36332 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N \N \N 2608394 t
+18112 36333 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N \N \N 2608395 t
+18112 36511 12 Again eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 10:00:00 2014-12-25 10:30:00 \N \N \N \N \N 2608396 t
+18112 35291 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 10:30:00 2014-12-25 11:00:00 \N \N \N \N \N 2608397 t
+18112 36335 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2608398 t
+27840 5284 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2608399 t
+27840 5285 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2608400 t
+27840 5286 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2608401 t
+40960 53389 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 15:00:00 2014-12-26 15:30:00 \N \N \N \N \N 2608402 t
+40960 58198 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 15:30:00 2014-12-26 16:00:00 \N \N \N \N \N 2608403 t
+40960 53390 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 16:00:00 2014-12-26 16:30:00 \N \N \N \N \N 2608404 t
+40960 58199 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:00:00 \N \N \N \N \N 2608405 t
+40960 53391 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 \N \N \N \N \N 2608406 t
+40960 58200 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 17:30:00 2014-12-26 18:00:00 \N \N \N \N \N 2608407 t
+28480 11954 Frances and Friends eng \N Talk show hosted by Frances Swaggart, covering current events from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 15:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2608408 t
+28480 11955 Donnie Swaggart eng \N The Preaching Ministry of Donnie Swaggart, recorded at Family Worship Center Church in Baton Rouge, LA \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 17:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2608409 t
+8381 15338 The Jeremy Kyle Show USA eng \N Jeremy Kyle takes his hugely successful chat show to the United States, where his uncompromising views on relationships, addiction and more produce some jaw-dropping moments! \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 03:05:00 2014-12-25 03:50:00 \N \N \N S,SL \N 2608410 t
+14448 27321 Unsolved Mysteries eng \N Compelling series exploring intriguing mysteries. A woman is abducted from a phone booth while talking to her boyfriend, and is their hidden treasure at the Alamo? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N \N \N 2608411 t
+14448 27322 The Investigator eng \N An in-depth look into some of New Zealand's most puzzling crimes in recent history, investigating if there was more to each crime than meets the eye. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 01:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2608412 t
+14448 27323 Crime Stories eng \N Grisly crimes are meticulously reconstructed in this dramatic series. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-25 02:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2608413 t
+8274 22762 Nanny McPhee eng \N Family drama starring Emma Thompson and Colin Firth, 2005. A widowed father who cannot manage his seven children seeks the help of a scary nanny with magical powers \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 13:10:00 2014-12-25 15:00:00 \N \N \N AD,S \N 2608414 t
+32836 31144 On The Aire eng \N Find out what's been happening in the city today. Your Made in Leeds news team bringing you all the stories that matter to you. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 \N \N \N \N \N 2608415 t
+32836 31145 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N \N \N 2608416 t
+32836 31146 Talk A Good Game eng \N Derm Tanner hosts coverage of sports action and reactions, and the hot topics at Leeds United FC, while bringing the latest news from Leeds Rhinos & Yorkshire Cricket Club. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N \N \N 2608417 t
+32836 31147 All Star Unplugged Special eng \N Two of Leeds' best gospel choirs delivering christmas carols for the season in their own unique way. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N \N \N 2608418 t
+32836 42408 My Life in Ten Pictures eng \N Sherrie Eugene-Hart tells her life story, with ten of her favourite pictures. Presented this week by BCFM's Pat Hart. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:30:00 \N \N \N \N \N 2608419 t
+32836 31149 Acapela eng \N Join us from Acapela, the boutique venue/recording studios in Pentyrch just outside of Cardiff. We give an opportunity for artists from Cardiff and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 20:30:00 2014-12-26 21:00:00 \N \N \N \N \N 2608420 t
+24384 65360 Back at 6am eng \N Programmes start again at 6am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 18:00:00 2014-12-27 06:00:00 \N \N \N \N \N 2608421 t
+41120 14199 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2608422 t
+41120 14200 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 07:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2608423 t
+15840 3638 Number 1 At Christmas eng \N Christmas is a-coming and it's time to unwrap the December 25th chart-toppers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2608424 t
+15840 3639 So This Is Christmas eng \N Have yourself a rockin' little Christmas with Vintage TV, as we bring you the best of the best in Christmas pop. From Wham to The Pogues and Kirsty MacColl, we've got all the hits and more. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2608425 t
+15840 3640 Breakaway eng \N Breakaway from the norm of daytime telly - let Vintage TV carry you through the day in style, as we thumb through our greatest hits record collection. Go on, take the weight off. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2608426 t
+8448 58609 New Girl eng The 23rd Jess frets when Paul surprises her with a thoughtful and lavish Christmas gift, as she has only bought him a soft toy. The whole group are invited to Schmidt's office party. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:30:00 \N \N \N AD,S \N 2608427 t
+8448 58608 New Girl eng Santa As Christmas approaches, the gang spend an evening attending seasonal parties, Jess tries to avoid a remorseful Sam, and Winston gets a cranberry stuck in his ear. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 00:30:00 2014-12-25 01:00:00 \N \N \N AD,S \N 2608428 t
+22080 1448 The Queen's Christmas Message eng \N Her Majesty The Queen delivers her annual Christmas message to the United Kingdom and the Commonwealth. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 16:30:00 2014-12-25 17:00:00 \N \N \N \N \N 2608475 t
+8448 58610 Made in Chelsea eng \N Brand new series - It's Christmas in Chelsea and Spencer's relationship with Lauren is under the spotlight with fresh allegations of misbehaviour. Can Sam and Tiff salvage their friendship? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 01:00:00 2014-12-25 02:05:00 \N \N \N S \N 2608429 t
+8448 58611 Taking New York: Sneak Peek eng Brand new Will Best hangs out in the Big Apple to introduce the cast of E4's new 2015 reality series that follows the lives and loves of a group of British twenty-somethings in New York. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:05:00 2014-12-25 02:35:00 \N \N \N S \N 2608430 t
+8448 58612 Virtually Famous eng \N Kevin McHale and team captains Seann Walsh and Chris Stark are joined by guests Katherine Ryan, Joe Lycett, Helen Flanagan and David Haye in this online panel show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:35:00 2014-12-25 03:20:00 \N \N \N S \N 2608431 t
+41136 50367 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 03:40:00 2014-12-25 04:35:00 \N \N \N \N \N 2608432 t
+41136 50368 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 04:35:00 2014-12-25 05:30:00 \N \N \N \N \N 2608433 t
+41136 50369 AMV Bike Cup eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2608434 t
+17540 51845 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 18:05:00 2014-12-26 18:20:00 \N \N \N \N \N 2608435 t
+17540 52934 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-26 18:20:00 2014-12-26 18:25:00 \N \N \N \N \N 2608436 t
+17540 56624 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 18:25:00 2014-12-26 18:55:00 \N \N \N \N \N 2608437 t
+17540 56625 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 18:55:00 2014-12-26 20:00:00 \N \N \N \N \N 2608438 t
+17540 51850 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:30:00 \N \N \N \N \N 2608439 t
+17540 56626 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 20:30:00 2014-12-26 22:40:00 \N \N \N \N \N 2608440 t
+22080 1745 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 12:30:00 2014-12-26 13:00:00 \N \N \N \N \N 2608441 t
+24448 64027 Join Our Christmas Festivities! eng \N Huge savings on genuine gemstone jewellery at Gems TV, as the family jeweller presentsa special Christmas celebration show. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 03:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2608442 t
+24448 64028 Happy Christmas from Gems TV! eng \N Huge savings on genuine gemstone jewellery at Gems TV on Christmas Day. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 04:00:00 2014-12-25 05:00:00 \N \N \N \N \N 2608443 t
+24448 64029 A Merry Christmas with Gems TV! eng \N A selection of extra special pieces from the Gems TV vault this Christmas. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 05:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2608444 t
+20352 58322 Jumper eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 15:45:00 2014-12-26 17:30:00 \N \N \N \N \N 2608445 t
+20352 58323 eng \N \N \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-26 17:30:00 2014-12-26 19:35:00 \N \N \N \N \N 2608446 t
+27648 4549 How It's Made eng \N Ever wondered how everyday items such as folding kayaks, piatas, garbage trucks and ceramic composite brake discs are made? Find out how these familiar objects are formed. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:30:00 \N \N \N \N \N 2608447 t
+27648 4550 How It's Made eng \N More everyday items are put under the microscope as we discover how golf clubs, waffles, custom wires and cables and train wheels are made. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 00:30:00 2014-12-25 01:00:00 \N \N \N \N \N 2608448 t
+27648 4551 How It's Made eng \N More everyday items are put under the microscope as we discover how sails, walnuts, wheel immobilisers and honeycomb structural panels are made. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:30:00 \N \N \N \N \N 2608449 t
+27648 4552 How It's Made eng \N More everyday items are put under the microscope as we discover how surfboards, stickers, sandwich cookies and concrete roofing tiles are made. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 01:30:00 2014-12-25 02:00:00 \N \N \N \N \N 2608450 t
+27648 4553 FBI Case Files eng Trial of Terror When three female hikers go missing, investigators assume they've taken a detour. But soon a gruesome case of rape, abduction and murder is exposed. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 02:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2608451 t
+8385 58323 Arthur Christmas eng \N Aardman CGI animated comedy. When a little girl's Christmas present is forgotten, Santa's son Arthur (voiced by James McAvoy) sets out to deliver it - causing mayhem along the way. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-26 16:30:00 2014-12-26 18:35:00 \N \N 2011 AD,S \N 2608452 t
+13120 8613 Fashion Sale eng \N A great time to fill up your wardrobe with amazing bargains - from this year's finest fashions to tried-and-tested classics! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2608453 t
+13120 8614 Nina Leonard Fashion Designs Sale eng \N We've got some great fashion bargains for you! Tune in for a collection of beautifully designed and elegant knitwear dresses, skirts and sweaters with co-ordinated accessories. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2608454 t
+13120 8615 Attitudes by Renee Fashion Collection eng \N Style is not about size it's about attitude! With great designs and textures in comfortable and flattering stretch fabrics this collection of confidence-giving clothes is unmissable. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2608455 t
+23152 17621 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:30:00 \N \N \N \N \N 2608456 t
+23152 17622 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-26 06:30:00 2014-12-26 07:00:00 \N \N \N \N \N 2608457 t
+23152 19212 Crime Stories eng Season 3 Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 07:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2608458 t
+23152 17624 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:30:00 \N \N \N \N \N 2608459 t
+23152 17625 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N \N \N 2608460 t
+17472 56549 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 00:15:00 2014-12-25 01:45:00 \N \N \N \N \N 2608461 t
+17472 51502 eng \N \N \N \N \N \N \N \N eng 0 0 0 \N 2014-12-25 01:45:00 2014-12-25 06:00:00 \N \N \N \N \N 2608462 t
+40992 52302 Pingu eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:05:00 \N \N \N \N \N 2608463 t
+40992 52303 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 06:05:00 2014-12-26 06:50:00 \N \N \N \N \N 2608464 t
+40992 52304 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 06:50:00 2014-12-26 07:00:00 \N \N \N \N \N 2608465 t
+40992 52305 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:45:00 \N \N \N \N \N 2608466 t
+40992 52306 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 07:45:00 2014-12-26 08:00:00 \N \N \N \N \N 2608467 t
+40992 52307 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:15:00 \N \N \N \N \N 2608468 t
+40992 52308 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 08:15:00 2014-12-26 08:25:00 \N \N \N \N \N 2608469 t
+40992 52309 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 08:25:00 2014-12-26 08:50:00 \N \N \N \N \N 2608470 t
+40992 52310 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 08:50:00 2014-12-26 09:00:00 \N \N \N \N \N 2608471 t
+22080 1440 The Queen's Christmas Message eng \N Her Majesty The Queen delivers her annual Christmas message to the United Kingdom and the Commonwealth. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:30:00 \N \N \N \N \N 2608472 t
+22080 1441 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 15:30:00 2014-12-25 16:00:00 \N \N \N \N \N 2608473 t
+22080 1445 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 16:00:00 2014-12-25 16:30:00 \N \N \N \N \N 2608474 t
+22080 1519 The Queen's Christmas Message eng \N Her Majesty The Queen delivers her annual Christmas message to the United Kingdom and the Commonwealth. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 17:30:00 2014-12-25 18:00:00 \N \N \N \N \N 2608477 t
+22656 977 The Hijack eng \N While The Alex Baker Show lot are away, here's another chance to hear a classic takeover. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-21 21:00:00 2014-12-21 22:00:00 \N \N \N \N \N 2608478 t
+22272 65215 Storage Hunters eng Door Number One Bargain-hunters are at loggerheads as they compete for storage units. A monster scares the bidders. Brandon and Lori hope to break records with some DJing gear. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 10:00:00 2014-12-25 10:30:00 \N \N \N S \N 2608479 t
+22272 65216 Storage Hunters eng Fasten Your Seatbelts The raging US reality series! The Berniers' future is up in the air as the bargain-hunters head to an airport auction and compete for luggage and plane parts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 10:30:00 2014-12-25 11:00:00 \N \N \N S \N 2608480 t
+22272 65217 Sin City Motors eng \N The Vegas crew who kit out one-of-a-kind wild rides. Costs escalate when the gang start work on a 1938 Big Rig Mack Truck cab. Steve blows out the engine on his beloved D-Rod. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N S \N 2608481 t
+28352 2412 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2608482 t
+28352 2413 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 10:00:00 2014-12-25 10:30:00 \N \N \N \N \N 2608483 t
+28352 2414 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 10:30:00 2014-12-25 11:00:00 \N \N \N \N \N 2608484 t
+28352 2415 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:30:00 \N \N \N \N \N 2608485 t
+28352 2416 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 11:30:00 2014-12-25 12:00:00 \N \N \N \N \N 2608486 t
+27456 45495 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N \N \N 2608487 t
+27456 45496 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N \N \N 2608488 t
+27456 45497 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 10:00:00 2014-12-25 10:30:00 \N \N \N \N \N 2608489 t
+27456 45498 Keiser Report eng \N Keiser Report is a no holds barred look at the shocking scandals behind the global financial headlines. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 10:30:00 2014-12-25 11:00:00 \N \N \N \N \N 2608490 t
+27456 45499 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:30:00 \N \N \N \N \N 2608491 t
+27456 45500 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 11:30:00 2014-12-25 12:00:00 \N \N \N \N \N 2608492 t
+27744 42154 The Streets of San Francisco eng \N A pair of plainclothes homicide detectives, cruise the streets of San Francisco solving crimes. Add Karl Malden, Michael Douglas and a killer theme tune and you have a classic. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2608493 t
+27744 42155 Hawaii Five-O eng \N Popular American police drama starring Jack Lord and James MacArthur. Five-O is up against a sophisticated gang who have come to Hawaii to cash $750,000 in traveller's cheques./24 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 4 \N \N \N 4 2608494 t
+27744 42156 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. Picard is apparently killed on an away mission but then Riker sees him on a mercenary ship. How? \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2608495 t
+26240 11749 John Isherwood eng \N John Isherwood has the soundtrack to your workday - Plus - #Reheat - All your favourite hits from the 80s & 90s \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 10:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2608496 t
+28512 715 Chat Your Socks off eng \N Don't just sit there! Get that guy or gal of your dreams. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2608497 t
+41104 20017 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 09:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2608498 t
+24032 31436 Robin and Marian eng \N Drama starring Sean Connery and Audrey Hepburn, 1976. Robin returns from the Crusades to a troubled England where King Richard's evil brother John holds sway \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 03:45:00 2014-12-26 06:00:00 \N \N \N \N \N 2608499 t
+27712 22349 Talk to Al Jazeera eng \N As the UN considers new measures to pave the way for Palestinian statehood, a Norwegian doctor recounts his experiences during the recent conflict in Gaza. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 08:30:00 2014-12-21 09:00:00 \N \N \N \N \N 2608500 t
+17609 19775 Valiant eng \N \N \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 09:25:00 2014-12-25 10:55:00 \N \N \N \N \N 2608501 t
+17609 19776 eng \N \N \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 10:55:00 2014-12-25 13:10:00 \N \N \N \N \N 2608502 t
+13024 51077 Scrooge - A Christmas Carol eng \N Classic festive fairytale starring Alastair Sim and Mervyn Johns. A miser discovers the true meaning of Christmas through his encounters with three seasonal ghosts. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 01:30:00 2014-12-25 03:20:00 \N \N 1951 S \N 2608503 t
+27168 59966 8 Out of 10 Cats Christmas Special eng \N In this special festive edition of the show, Jimmy Carr and team captains Jon Richardson and Sean Lock are joined by special guests Freddie Flintoff, Ricky Wilson and Roisin Conaty. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 03:55:00 2014-12-26 04:55:00 \N \N \N S \N 2608504 t
+27168 60718 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 04:55:00 2014-12-26 06:00:00 \N \N \N \N \N 2608505 t
+41056 18271 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:30:00 \N \N \N \N \N 2608506 t
+41056 18272 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 03:30:00 2014-12-26 04:00:00 \N \N \N \N \N 2608507 t
+41056 18273 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 04:00:00 2014-12-26 04:25:00 \N \N \N \N \N 2608508 t
+41056 18274 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-26 04:25:00 2014-12-26 04:30:00 \N \N \N \N \N 2608509 t
+41056 18275 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 04:30:00 2014-12-26 05:00:00 \N \N \N \N \N 2608510 t
+41056 18276 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 05:00:00 2014-12-26 06:05:00 \N \N \N \N \N 2608511 t
+25728 54687 Scrubs eng My Own Personal Jesus American hospital sitcom. Dr Cox asks JD to videotape the birth of his friends' baby. Elliot looks for a girl who disappeared on being told she was pregnant. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:30:00 2014-12-26 02:00:00 \N \N \N S \N 2608512 t
+25728 54688 Scrubs eng My Monster Hospital sitcom. JD asks out the cashier from the gift shop, but is worried when he can't even get a kiss from her. Elliot gets into trouble for sleeping at the hospital. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:30:00 \N \N \N S \N 2608513 t
+25728 54689 Scrubs eng My Rule of Thumb American hospital sitcom. A dying patient expresses a wish to lose her virginity, so Carla and Elliot try to find someone suitable. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:30:00 2014-12-26 03:00:00 \N \N \N S \N 2608514 t
+23040 38305 Mystery Diners eng \N The owner of a German eatery in Glendale, Arizona, fears his new restaurant manager, who happens to be his wife's nephew, is unqualified for the job, so the Mystery Diners go undercover to find out. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:30:00 \N \N \N \N \N 2608515 t
+23040 38306 Mystery Diners eng \N After losing thousands of dollars in unaccounted alcohol, the owner of Big Earl's Greasy Eats in Cave Creek investigates rumours of unauthorised late-night staff parties at the restaurant. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 09:30:00 2014-12-26 10:00:00 \N \N \N \N \N 2608516 t
+40960 51195 Click eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 03:30:00 2014-12-20 03:45:00 \N \N \N \N \N 2608588 t
+23040 38307 Mystery Diners eng \N While investigating a Phoenix eatery, the Mystery Diners encounter several problem employees who threaten patrons, drink on the job and eat customers' food. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 10:00:00 2014-12-26 10:30:00 \N \N \N \N \N 2608517 t
+23040 38308 Mystery Diners eng \N The owner of an Italian bistro is concerned that his manager is acting inappropriately with the staff, picking favourites based on appearance. The Mystery Diners go undercover to investigate. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 10:30:00 2014-12-26 11:00:00 \N \N \N \N \N 2608518 t
+23040 38309 Mystery Diners eng \N A chef with a bad attitude is investigated by the Mystery Diners. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N \N \N 2608519 t
+23040 38310 Mystery Diners eng \N The owner of a Las Vegas bistro fears his restaurant manager, who happens to be his brother, is not doing a good job, so the Mystery Diners check up on him. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 \N \N \N \N \N 2608520 t
+16080 14985 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:30:00 \N \N \N \N \N 2608521 t
+16080 14986 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 09:30:00 2014-12-26 10:00:00 \N \N \N \N \N 2608522 t
+16080 14987 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 10:30:00 \N \N \N \N \N 2608523 t
+16080 14988 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 10:30:00 2014-12-26 11:00:00 \N \N \N \N \N 2608524 t
+16080 14989 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N \N \N 2608525 t
+16080 14990 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 \N \N \N \N \N 2608526 t
+32896 9296 Sally Bollywood eng \N Catch Me If You Can - Sally receives warning letters telling her about crimes that are about to occur. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 15:00:00 2014-12-26 15:15:00 \N \N \N \N \N 2608527 t
+32896 9297 Sally Bollywood eng \N Things keep going wrong at the Fuzzy Frogs' performances. Somebody is clearly sabotaging the young band, so they hire the SBI to investigate. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 15:15:00 2014-12-26 15:30:00 \N \N \N \N \N 2608528 t
+32896 9298 Sally Bollywood eng \N The New Teacher - Concerned that their favourite teacher might get into trouble with the Principal, the SBI decide to investigate. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 15:30:00 2014-12-26 15:45:00 \N \N \N \N \N 2608529 t
+32896 9299 Sally Bollywood eng \N The Sorceress - A girl, Luna, dressed as a sorceress, casts a spell on a girl called Svetlana. Next day, Svetlana's hair suddenly turns green! The SBI investigates. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 15:45:00 2014-12-26 16:00:00 \N \N \N \N \N 2608530 t
+32896 8793 Transformers Rescue Bots eng \N Finding themselves shackled to unusual partners during a nature hike, the Rescue Team battles a bevy of escaped snakes overrunning Griffin Rock. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 16:00:00 2014-12-26 16:30:00 \N \N \N \N \N 2608531 t
+32896 8794 Transformers Rescue Bots eng \N Cody takes the Bots on an adventure hike when strange events start happening-could they be near the mythical Griffin's Nest? \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:00:00 \N \N \N \N \N 2608532 t
+32896 8795 Slugterra eng \N The Shane gang need to decide what is worse? Being trapped with a vicious Ice Ogre that only gets bigger the more you shoot it? Or needing to work with The Hooligang to get out? \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 \N \N \N \N \N 2608533 t
+32896 8796 Power Rangers Super Megaforce eng \N Tensou wanders away from the Command Center with amnesia after he's struck by lightning. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 17:30:00 2014-12-26 18:00:00 \N \N \N \N \N 2608534 t
+15920 28074 British Touring Car 2014 Review eng \N Louise Goodman takes a look back at the 2014 BTCC season with exclusive interviews with the drivers, including the newly crowned champion, Colin Turkington. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:30:00 \N \N \N S \N 2608535 t
+15920 27998 Nitro Circus eng Home Sweet Home Reality series. The crew head back to the Utah birthplace of Nitro Circus, to race and wreck everything they can. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 04:30:00 2014-12-25 04:50:00 \N \N \N \N \N 2608536 t
+15920 27999 Nitro Circus eng The Circus Heads West Ronnie Renner invites the Nitro crew to California, where Johnny Knoxville is waiting to play bull croquet. They also drop in to Rob Drydek's Fantasy Factory. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 04:50:00 2014-12-25 05:10:00 \N \N \N \N \N 2608537 t
+15920 28544 Black Gold eng Cheston On The Chopping Block Reality-documentary series. Drilling grinds to a halt when a rival rig appears on the horizon, and Cheston's bid for promotion backfires. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 05:10:00 2014-12-25 05:45:00 \N \N \N S,SL \N 2608538 t
+15920 30364 Minder eng Fatal Impression A reformed gambler dies owing Arthur money, but a religious miracle seems to offer some compensation. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-25 05:45:00 2014-12-25 06:00:00 \N \N \N S,SL \N 2608539 t
+41024 59966 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 03:55:00 2014-12-26 04:55:00 \N \N \N \N \N 2608540 t
+41024 60718 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 04:55:00 2014-12-26 06:00:00 \N \N \N \N \N 2608541 t
+8500 5985 The WotWots eng Wot a Racket Animation. The WotWots find a shell that sounds as if there is an ocean inside it. SpottyWot worries that if they take the shell inside the ship, the sea might come flooding out! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:10:00 \N \N \N S \N 2608542 t
+8500 5986 Fireman Sam eng The Return of Norman-Man The CGI adventures following the fireman and his friends. James and Norman try to be the best superheroes in town. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:10:00 2014-12-26 06:30:00 \N \N \N S \N 2608543 t
+8500 5987 Toot The Tiny Tugboat eng Toot Blows His Top Animation. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:30:00 2014-12-26 06:45:00 \N \N \N S \N 2608544 t
+8500 5988 Peppa Pig eng Grampy Rabbit's Boatyard Pig tales. Grandpa Pig goes to Grampy Rabbit's Boatyard to have his boat fixed. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:45:00 2014-12-26 06:50:00 \N \N \N S \N 2608545 t
+8500 5989 Peppa Pig eng Shake, Rattle and Bang Pig tales. Madame Gazelle brings lots of musical instruments into playgroup for the children. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:50:00 2014-12-26 06:55:00 \N \N \N S \N 2608546 t
+8500 5990 New: Pip Ahoy! eng The New Harbour Pilot Animation about a puppy named Pip who lives in Salty Cove. Mr Morris wants to apply for the job of harbour pilot, but fears that he may not be fit enough. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:55:00 2014-12-26 07:05:00 \N \N \N S \N 2608547 t
+8500 5991 Little Princess eng I Want to Cook Animated series. It is the General's birthday, and Little Princess decides to bake him a cake. Will the castle kitchen be big enough for two chefs? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:05:00 2014-12-26 07:20:00 \N \N \N S \N 2608548 t
+8500 5992 Mr Men eng Pets Mr Strong's new pet is a house-breaker, Messrs Nosy and Small investigate a missing elephant and Dillydale residents compete for best in show with their goats. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:20:00 2014-12-26 07:30:00 \N \N \N S \N 2608549 t
+8500 6263 New: Thomas and Friends eng The Perfect Gift CGI animation. Emily is sent out to clear the tracks when Thomas hides his snow plough. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:30:00 2014-12-26 07:45:00 \N \N \N S \N 2608550 t
+8500 5994 Noddy In Toyland eng Bouncy Ball Comes to Play Noddy remembers Baby Ball as timid and introverted, but now as Bouncy Ball, he is a very different character. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:45:00 2014-12-26 07:55:00 \N \N \N S \N 2608551 t
+8500 5995 Ben and Holly's Little Kingdom eng Spies Preschool animation. King and Queen Thistle ask Nanny Plum and the Wise Old Elf to build a boat capable of beating the Marigolds. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:55:00 2014-12-26 08:05:00 \N \N \N S \N 2608552 t
+8500 5996 Peppa Pig eng Camping Animated series about a lovable little pig. Peppa and family go camping, but soon realise that their tent is too small for everyone to fit in. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 08:05:00 2014-12-26 08:15:00 \N \N \N S \N 2608553 t
+8500 5997 Peppa Pig eng Santa's Grotto Pig tales. Peppa and George pay a visit to Father Christmas. Peppa asks for a very special doll as a present, but will Santa be able to deliver it to her? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 08:15:00 2014-12-26 08:20:00 \N \N \N S \N 2608554 t
+8500 5998 Toby's Travelling Circus eng Silent Circus Animation. When Dolores has circus flu and takes an afternoon nap, Toby tells everyone to rehearse in silence. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 08:20:00 2014-12-26 08:30:00 \N \N \N S \N 2608555 t
+8500 5999 Bananas In Pyjamas eng Rat the Gardener Animated series. When Rat tells everyone that he can make their gardens look beautiful, it's soon clear that he's up to his old tricks again. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 08:30:00 2014-12-26 08:45:00 \N \N \N S \N 2608556 t
+8500 6000 Tickety Toc eng Christmas Present Time Animation. Tommy and Tallulah come up with a clever plan to save Christmas after Santa makes a crash landing in the town of Tickety. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 08:45:00 2014-12-26 09:05:00 \N \N \N S \N 2608557 t
+22656 997 Dan Black eng \N Dan Black steps in for Loz Guest to help make your Christmas week rock! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 14:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2608558 t
+14720 23093 Stephen Mulhern and Emma Willis eng \N Tuck into your turkey with Stephen and Emma, as they bring you all sorts of festive fun and games! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2608559 t
+14372 8035 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2608560 t
+14372 8036 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 07:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2608561 t
+14372 8037 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 08:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2608562 t
+15952 4566 Celebrity Juice Christmas Special eng \N Joining the panel for this Christmas special are Davina McCall, Louis Smith, Aston Merrygold, Stacey Solomon and Coronation Street favourite Simon Gregson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:35:00 2014-12-26 01:20:00 \N \N \N S \N 2608563 t
+15952 4717 Celebrity Juice eng \N Keith Lemon, Holly Willoughby and Fearne Cotton count down the most special bits of series eleven in a Celebrity Juice Special Special to reveal the number one most special moment. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:20:00 2014-12-26 02:20:00 \N \N \N S \N 2608564 t
+15952 5330 Two and a Half Men eng Young People Have Phlegm Too American sitcom. Charlie and Alan feel their age when they go to a new nightclub where they are seen as old. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:20:00 2014-12-26 02:45:00 \N \N \N S \N 2608565 t
+15952 5331 Two and a Half Men eng I Merely Slept with a Commie US sitcom. When Evelyn complains about a lack of mourners at a friend's funeral, Charlie and Alan are brutally honest about what hers could be like. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:45:00 2014-12-26 03:10:00 \N \N \N S \N 2608566 t
+24464 50365 Ferrari Finali Mondiali - Abu... eng \N Highlights of the season-closing Ferrari Challenge contests from Abu Dhabi's Yas Marina Formula 1 circuit. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 00:10:00 2014-12-25 02:15:00 \N \N \N \N \N 2608567 t
+24464 50366 Ferrari Challenge Europa eng \N Action from the Ferrari Challenge Europa's Trofeo Pirelli category at the Yas Marina Formula 1 circuit in Abu Dhabi. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 02:15:00 2014-12-25 03:40:00 \N \N \N \N \N 2608568 t
+8283 22762 Nanny McPhee eng \N Family drama starring Emma Thompson and Colin Firth, 2005. A widowed father who cannot manage his seven children seeks the help of a scary nanny with magical powers \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 13:10:00 2014-12-25 15:00:00 \N \N \N AD,S \N 2608569 t
+16048 32776 Carry On Screaming eng \N Horror spoof starring Harry H Corbett and Kenneth Williams, 1966. The search for several missing women leads two bumbling Victorian detectives to the eerie house of Dr Watt \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 10:50:00 2014-12-25 12:50:00 \N \N \N AD,S \N 2608570 t
+14784 2882 New Year's Eve in the Sun! eng All 7nts December 4*AI F'ventura £310! 3*SC Tenerife £229! 5*BB Algarve £299! 4*HB Madeira £219! 3*AI Benidorm £229! 4*AI C.Del Sol £259! 4*BB Dubai £429! See our WINTER SUN page \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 08:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2608571 t
+8264 22762 Nanny McPhee eng \N Family drama starring Emma Thompson and Colin Firth, 2005. A widowed father who cannot manage his seven children seeks the help of a scary nanny with magical powers \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 13:10:00 2014-12-25 15:00:00 \N \N \N AD,S \N 2608572 t
+17920 42891 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 03:25:00 2014-12-26 03:55:00 \N \N \N \N \N 2608573 t
+17920 42078 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-26 03:55:00 2014-12-26 05:30:00 \N \N \N \N \N 2608574 t
+17920 39944 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 05:30:00 2014-12-26 18:58:00 \N \N \N \N \N 2608575 t
+41040 17350 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2608576 t
+41040 17351 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 22:00:00 2014-12-26 22:30:00 \N \N \N \N \N 2608577 t
+41040 17352 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-26 22:30:00 2014-12-26 23:00:00 \N \N \N \N \N 2608578 t
+41040 17353 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2608579 t
+33088 17792 HairMax - Hair Growth Laser Comb eng \N This show features the HairMax LaserComb, a device that stimulates new hair growth by gently bathing your hair follicles with nourishing laser light to promote new hair growth. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 03:00:00 2014-12-24 04:00:00 \N \N \N \N \N 2608580 t
+33088 17793 Garden Re-Leaf with Richard Jackson eng \N Celebrating the gardening industry's first ever Re-Leaf Day, QVC is getting in the spirit of the gardening season. Here's looking forward to sunny days ahead! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 04:00:00 2014-12-24 05:00:00 \N \N \N \N \N 2608581 t
+33088 17794 Hi-Tech Toys & Electronics eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 05:00:00 2014-12-24 06:00:00 \N \N \N \N \N 2608582 t
+23712 3455 Traffic Cops eng Running on Empty Following the dedicated men and women on the front line of traffic safety. Traffic cops armed with 50,000 volt tasers are called in to make a difficult arrest. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2608583 t
+23712 3456 New I Survived Evil eng Nightmare Before Christmas Brave survivors recount tales of terror. It's Christmas in the mountains, but two violent criminals unleash an avalanche of evil on the Tiede family. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2608584 t
+23712 3457 Evil Up Close eng Conman, Bigamist, Thief Will Jordan: True tales of despicable crimes. Three women who were robbed and conned by bigamist Will Jordan explain how he wove an intricate web of lies. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2608585 t
+27328 17385 Live Lakers @ Bulls eng \N Live NBA Eastern Conference action from the United Center sees the Lakers make their 16th consecutive Christmas Day appearance with a match-up against the Chicago Bulls. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 01:00:00 2014-12-26 03:30:00 \N \N \N \N \N 2608586 t
+40960 51194 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:30:00 \N \N \N \N \N 2608587 t
+8281 22762 Nanny McPhee eng \N Family drama starring Emma Thompson and Colin Firth, 2005. A widowed father who cannot manage his seven children seeks the help of a scary nanny with magical powers \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 13:10:00 2014-12-25 15:00:00 \N \N \N AD,S \N 2608594 t
+8267 21077 The Queen eng \N The Queen delivers her annual Christmas message to the nation and the Commonwealth. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:10:00 \N \N \N S \N 2608595 t
+8267 17198 The Queen's Garden eng \N The first of two programmes in which Alan Titchmarsh gets exclusive access to the royal gardens at Buckingham Palace for a whole year, revealing its hidden treasures. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-25 15:10:00 2014-12-25 16:10:00 \N \N \N AD,S \N 2608596 t
+8267 17193 ITV News & Weather eng \N Charlene White with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 16:10:00 2014-12-25 16:20:00 \N \N \N S \N 2608597 t
+8267 29345 Elf eng Buddy's Musical Christmas Animation based on the film Elf. When Buddy travels to New York City, his unrelenting cheer transforms the lives of everyone and opens his father's eyes to the magic of Christmas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 16:20:00 2014-12-25 17:20:00 \N \N \N S \N 2608598 t
+8267 22764 New You've Been Framed! Christmas eng \N Harry Hill gives us a festive present of snow-covered silliness. With a photo-bombing reindeer, an explosive chimney and why Miley Cyrus's tongue should never be used as a sledge. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 17:20:00 2014-12-25 17:50:00 \N \N \N S \N 2608599 t
+8267 21080 For the Love of Dogs at Christmas eng \N Paul O'Grady visits Battersea Dogs and Cats Home to help give the residents a fabulous festive season and hopes to find loving homes for all the dogs in time for Christmas Day. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 17:50:00 2014-12-25 18:50:00 \N \N \N S \N 2608600 t
+15856 3547 The Jeremy Kyle Show USA eng \N Jeremy Kyle takes his hugely successful chat show to the US, where his uncompromising views on relationships, addiction and more will no doubt produce some jaw-dropping moments! \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N S \N 2608601 t
+15856 3548 The Only Way Is Essex eng \N Reality series. News of Jess and Ricky's split rocks Essex, Fran and Diags try to move past their problems and everyone gets into the Halloween spirit for Ferne's party. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:45:00 \N \N \N S \N 2608602 t
+15856 3549 The Only Way Is Essex eng \N Reality series. Ricky realises he needs to apologise for his behaviour, but will Jess want to listen? Chloe and Elliott's ongoing relationship woes come to a head. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 01:45:00 2014-12-25 02:30:00 \N \N \N S \N 2608603 t
+15856 3550 The Only Way Is Essex eng \N Reality series. Ricky and Jess deal with each others' families in the wake of their split, Gemma and Ferne come to blows and Danni tries to spice things up with Lockie. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 02:30:00 2014-12-25 03:10:00 \N \N \N S \N 2608604 t
+25920 20196 Early Morning Shopping eng \N A selection of our best shows for the early morning shopper. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 06:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2608605 t
+25920 20849 Karcher Sale eng \N An amazing deal on a very special product. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 07:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2608606 t
+25920 20850 Wagner Sale eng \N A fantastic range of great value products at super sale prices \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 08:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2608607 t
+18112 36621 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:30:00 \N \N \N \N \N 2608608 t
+18112 35983 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 12:30:00 2014-12-25 13:00:00 \N \N \N \N \N 2608609 t
+18112 35292 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 13:00:00 2014-12-25 13:30:00 \N \N \N \N \N 2608610 t
+18112 36340 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 13:30:00 2014-12-25 14:00:00 \N \N \N \N \N 2608611 t
+18112 36624 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:25:00 \N \N \N \N \N 2608612 t
+18112 36034 Arthur eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 14:25:00 2014-12-25 15:25:00 \N \N \N \N \N 2608613 t
+27840 5287 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2608614 t
+27840 5288 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2608615 t
+27840 5289 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2608616 t
+40960 53393 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 \N \N \N \N \N 2608617 t
+40960 53394 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-26 18:30:00 2014-12-26 18:45:00 \N \N \N \N \N 2608618 t
+40960 58202 Click eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-26 18:45:00 2014-12-26 19:00:00 \N \N \N \N \N 2608619 t
+40960 53395 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N \N \N 2608620 t
+40960 58204 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N \N \N 2608621 t
+40960 53396 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:30:00 \N \N \N \N \N 2608622 t
+40960 58205 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 20:30:00 2014-12-26 21:00:00 \N \N \N \N \N 2608623 t
+28480 11956 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2608624 t
+28480 11957 Living Waters with Gabriel Swaggart eng \N A live Gospel music show hosted by Gabriel Swaggart, featuring the music of Jimmy Swaggart and others. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2608625 t
+8381 15339 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 06:05:00 2014-12-25 07:00:00 \N \N \N S,SL \N 2608626 t
+8381 14964 The Aquabats! Super Show! eng Christmas with The Aquabats! Comedy adventure series. After getting lost, The Aquabats! arrive in a remote village ruled by the tyrannical Krampus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:20:00 \N \N \N S \N 2608627 t
+22080 1746 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:30:00 \N \N \N \N \N 2608628 t
+8381 14965 Pat & Stan eng Pat and Stan Artists! Pat the purple hippo and his friend Stan the yellow dog turn every event into a crazy adventure! Stan is going to a conference organised by Professor Chi Chi. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:20:00 2014-12-25 07:30:00 \N \N \N AD,S,SL \N 2608629 t
+8381 14967 Dino Dan: Trek's Adventures eng Dino Clash Jurassic adventures. When Trek and Bobby play video games, they imagine themselves in a dinosaur video game. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:30:00 2014-12-25 07:40:00 \N \N \N S \N 2608630 t
+8381 14968 Dino Dan eng Twas a Dinosaur Join palaeontologist-in-training Dan Henderson as he takes kids on a Jurassic journey. Dan takes the poem The Night Before Christmas and gives it a dinosaur spin. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:40:00 2014-12-25 07:55:00 \N \N \N S,SL \N 2608631 t
+8381 14969 Sooty eng Pranks and Presents When the hook-a-duck stall runs out of prizes, Sooty's hopes are on his teddy bear machine, but he gets a little extra help. Guest starring Brian Blessed. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:55:00 2014-12-25 08:05:00 \N \N \N S \N 2608632 t
+8381 14970 Almost Naked Animals eng The Perfect Gift Narwhal has special presents to give to the gang. It would be nice if they were presents that they actually wanted. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 08:05:00 2014-12-25 08:20:00 \N \N \N S \N 2608633 t
+8381 14971 Almost Naked Animals eng Home for the Howiedays Howie invites his conniving sister Poodle over for the Howiedays despite everyone's reservations. Will the spirit of the Howiedays bring them together? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 08:20:00 2014-12-25 08:40:00 \N \N \N S \N 2608634 t
+8381 14972 Horrid Henry eng Horrid Henry and the Horrid Hat The animated adventures of the mischievous anti-hero. Henry's horrid hat is not the only thing breaking the rules - according to Soggy Sid! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 08:40:00 2014-12-25 08:55:00 \N \N \N AD,S \N 2608635 t
+8381 14973 Horrid Henry eng Horrid Henry and the Perfect Panto Animated adventures. When Henry's school panto is cancelled, Margaret will not take no for an answer - which is a good thing and a bad thing! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 08:55:00 2014-12-25 09:10:00 \N \N \N AD,S \N 2608636 t
+14448 27324 Caught on Camera eng \N Compelling amateur footage of real life situations. Featuring criminals who think no one is watching, but there is a powerful observer recording every detail. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:50:00 \N \N \N \N \N 2608637 t
+14448 27325 Nowhere to Run eng \N High-speed reality series featuring actual footage of officers in hot pursuit of felons on the run. Interviews with suspects and police offer a unique insight into why they run. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 03:50:00 2014-12-25 04:20:00 \N \N \N \N \N 2608638 t
+14448 27326 Real Rescues eng \N Behind the scenes at one of the UK's biggest police control centres. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 04:20:00 2014-12-25 05:10:00 \N \N \N \N \N 2608639 t
+14448 27327 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 05:10:00 2014-12-25 05:35:00 \N \N \N \N \N 2608640 t
+14448 27328 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 05:35:00 2014-12-25 06:00:00 \N \N \N \N \N 2608641 t
+8274 21077 The Queen eng \N The Queen delivers her annual Christmas message to the nation and the Commonwealth. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:10:00 \N \N \N S \N 2608642 t
+8274 17198 The Queen's Garden eng \N The first of two programmes in which Alan Titchmarsh gets exclusive access to the royal gardens at Buckingham Palace for a whole year, revealing its hidden treasures. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-25 15:10:00 2014-12-25 16:10:00 \N \N \N AD,S \N 2608643 t
+8274 17193 ITV News & Weather eng \N Charlene White with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 16:10:00 2014-12-25 16:20:00 \N \N \N S \N 2608644 t
+8274 29345 Elf eng Buddy's Musical Christmas Animation based on the film Elf. When Buddy travels to New York City, his unrelenting cheer transforms the lives of everyone and opens his father's eyes to the magic of Christmas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 16:20:00 2014-12-25 17:20:00 \N \N \N S \N 2608645 t
+8274 22764 New You've Been Framed! Christmas eng \N Harry Hill gives us a festive present of snow-covered silliness. With a photo-bombing reindeer, an explosive chimney and why Miley Cyrus's tongue should never be used as a sledge. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 17:20:00 2014-12-25 17:50:00 \N \N \N S \N 2608646 t
+8274 21080 For the Love of Dogs at Christmas eng \N Paul O'Grady visits Battersea Dogs and Cats Home to help give the residents a fabulous festive season and hopes to find loving homes for all the dogs in time for Christmas Day. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 17:50:00 2014-12-25 18:50:00 \N \N \N S \N 2608647 t
+32836 31150 On The Aire eng \N Find out what's been happening in the city today. Your Made in Leeds news team bringing you all the stories that matter to you. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N \N \N 2608648 t
+32836 31151 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:00:00 \N \N \N \N \N 2608649 t
+32836 31152 Talk A Good Game eng \N Derm Tanner hosts coverage of sports action and reactions, and the hot topics at Leeds United FC, while bringing the latest news from Leeds Rhinos & Yorkshire Cricket Club. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-26 22:00:00 2014-12-26 22:30:00 \N \N \N \N \N 2608650 t
+32836 31153 All Star Unplugged eng \N A platform for up-and-coming musicians and bands across all genres of music. Recorded in the Live Room, at Made in Leeds Studios. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 22:30:00 2014-12-26 23:00:00 \N \N \N \N \N 2608651 t
+32836 43676 Behind the Scenes of Total Hell eng \N A hilarious low budget mockumentary, documenting hapless filmmaker Jamie Gunn as he attempts to produce a horror movie. A comedic tragedy that will appeal to movie buffs and comedy fans alike. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 23:00:00 2014-12-27 01:00:00 \N \N \N \N \N 2608652 t
+33088 18072 Hi-Tech Toys & Electronic Gifts eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! Find your perfect electrical gifts here! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-20 21:00:00 2014-12-20 22:00:00 \N \N \N \N \N 2608653 t
+41120 14201 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 09:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2608654 t
+32896 8286 Rekkit Rabbit eng \N Jay wishes there weren't any rules. Rekkit obliges with help from Arnold. Problem is that Arnold goes nuts getting rid of rules and gets rid of the rule of gravity. The town starts floating away. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 06:00:00 2014-12-20 06:15:00 \N \N \N \N \N 2608655 t
+32896 8287 Rekkit Rabbit eng \N Jay's parents give him a birthday party at an embarrassingly kid-like pirate restaurant. Rekkit grants Jay his wish to be somewhere else, making the ship-restaurant break loose and head to sea. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 06:15:00 2014-12-20 06:30:00 \N \N \N \N \N 2608656 t
+32896 8288 Invisible Network Of Kids eng Macbeth studies her surveillance tapes, but they have no clues about INK. She realizes that there's one place where she can find all the information needed her enemies' memories \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 06:30:00 2014-12-20 07:00:00 \N \N \N \N \N 2608657 t
+32896 8289 Scaredy Squirrel eng \N Scaredy has to get Nestor back on his feet after losing his job to his own brother Lestor. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 07:00:00 2014-12-20 07:15:00 \N \N \N \N \N 2608658 t
+32896 8290 Scaredy Squirrel eng \N Scaredy gets duped by a slick salesman and must find a way out of it. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 07:15:00 2014-12-20 07:30:00 \N \N \N \N \N 2608659 t
+32896 8291 Slugterra eng Eli Shane's just a regular kid except for one thing he comes from a long line of Shanes, each of whom has made the journey from the surface to protect Slugterra, and the slugs. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 07:30:00 2014-12-20 08:00:00 1 1 \N \N \N 2608660 t
+32896 8292 Yu-Gi-Oh! ZEXAL eng \N Yuma challenges Kaze, one of Master Roku's former students, to a duel. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 08:00:00 2014-12-20 08:30:00 2 2 \N \N \N 2608661 t
+32896 8293 Power Rangers Super Megaforce eng \N Jake finds himself in the middle of an Alien-Human-Alien love triangle. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 08:30:00 2014-12-20 09:00:00 \N \N \N \N \N 2608662 t
+15840 3641 It's Snow Time eng \N Break out the sleigh bells for a host of festive favourites to chill out with this season. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2608663 t
+32896 8802 Yu-Gi-Oh! ZEXAL eng In order to get back his stolen card, he must duel against the Number 07 Lucky Straight card. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 20:30:00 2014-12-26 21:00:00 2 2 \N \N \N 2608780 t
+15840 3642 Defining Decades eng The 1960s Getting groovy here as we delve into the decade that revolutionised music, taking us through strawberry fields and psychedelic soundscapes to heavy rock and pure pop. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2608664 t
+8448 58614 New Girl eng The 23rd Jess frets when Paul surprises her with a thoughtful and lavish Christmas gift, as she has only bought him a soft toy. The whole group are invited to Schmidt's office party. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 03:20:00 2014-12-25 03:40:00 \N \N \N AD,S \N 2608665 t
+8448 58613 New Girl eng Santa As Christmas approaches, the gang spend an evening attending seasonal parties, Jess tries to avoid a remorseful Sam, and Winston gets a cranberry stuck in his ear. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 03:40:00 2014-12-25 04:00:00 \N \N \N AD,S \N 2608666 t
+8448 58615 How I Met Your Mother eng Where Were We? Ted's romantic luck is bolstered by his new relationship with Robin, who has yet to reveal her love of guns. However, Marshall is feeling down after his split from Lily. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:25:00 \N \N \N AD,S \N 2608667 t
+8448 58616 Charmed eng The Devil's Music When a number of young women mysteriously disappear from the crowd at a rock band's concerts, Leo believes their manager has made a pact with a demon. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-25 04:25:00 2014-12-25 06:00:00 \N \N \N S \N 2608668 t
+41136 50370 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:35:00 \N \N \N \N \N 2608669 t
+17540 51854 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 22:40:00 2014-12-26 22:50:00 \N \N \N \N \N 2608670 t
+17540 52935 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-26 22:50:00 2014-12-26 23:00:00 \N \N \N \N \N 2608671 t
+17540 56077 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:35:00 \N \N \N \N \N 2608672 t
+23968 4868 Numberjacks eng \N 4 rides the railway to the rescue, in Numberjacks! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:15:00 \N \N \N \N \N 2608673 t
+23968 4869 Numberjacks eng \N The Problem Blob is back, and things start to go forwards and backwards, in Numberjacks! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 15:15:00 2014-12-25 15:30:00 \N \N \N \N \N 2608674 t
+23968 4870 Care Bears eng Welcome To Care-A-Lot Lazy Susan - Susan agrees to help Share Bear harvest rainbow leaves for special tea, but spends the time playing a handheld video game instead. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 15:30:00 2014-12-25 16:00:00 \N \N \N \N \N 2608675 t
+23968 4871 My Little Pony eng \N The Cutie Mark Crusaders adopt the name 'Gabby Gums' to become the gossip columnist for their school paper. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 16:00:00 2014-12-25 16:30:00 \N \N \N \N \N 2608676 t
+23968 4872 Ella The Elephant eng \N The trouble begins when Ella accidentally mixes up Frankie and Belinda's test scores. Belinda can't believe she did so poorly...and Frankie begins to believe he's a genius! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 16:30:00 2014-12-25 16:45:00 \N \N \N \N \N 2608677 t
+23968 4873 Ella The Elephant eng \N When Sammy and Mikey go on a family getaway, they need someone to take over their paper route. Ella steps up and offers to deliver the newspaper while the boys are away. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 16:45:00 2014-12-25 17:00:00 \N \N \N \N \N 2608678 t
+23968 4874 The Adventures of Chuck & Friends eng \N New. Chuck and friends dig a deep hole looking for treasure and accidentally get themselves stuck at the bottom! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:15:00 \N \N \N \N \N 2608679 t
+23968 4875 The Adventures of Chuck & Friends eng \N New. When the gang decides to make their own movie, Chuck wants to do it all by himself. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 17:15:00 2014-12-25 17:30:00 \N \N \N \N \N 2608680 t
+23968 4876 Peg + Cat eng \N When Peg and Cat get orders for halves of pizzas, they must learn about fractions to keep their customers pleased. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 17:30:00 2014-12-25 17:45:00 \N \N \N \N \N 2608681 t
+23968 4877 Peg + Cat eng \N As Peg and Cat deliver pizzas far and wide, they are menaced by the flying Pizza Pirates who are determined to "take away one!" \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 17:45:00 2014-12-25 18:00:00 \N \N \N \N \N 2608682 t
+22080 1524 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:30:00 \N \N \N \N \N 2608683 t
+24448 64030 Join Our Christmas Festivities! eng \N Huge savings on genuine gemstone jewellery at Gems TV, as the family jeweller presentsa special Christmas celebration show. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2608684 t
+24448 64031 Happy Christmas from Gems TV! eng \N Huge savings on genuine gemstone jewellery at Gems TV on Christmas Day. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 07:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2608685 t
+24448 64032 Join Our Christmas Festivities! eng \N Huge savings on genuine gemstone jewellery at Gems TV, as the family jeweller presentsa special Christmas celebration show. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 08:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2608686 t
+20352 58324 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 19:35:00 2014-12-26 22:00:00 \N \N \N \N \N 2608687 t
+27648 4554 Challenge Tommy Walsh eng Baldock Part 2 We follow master builder Tommy Walsh as he continues to transform a Victorian school house into a modern family home. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:30:00 \N \N \N \N \N 2608688 t
+27648 4555 Challenge Tommy Walsh eng Baldock Part 3 Tommy takes time out from transforming a Victorian schoolhouse to discuss the project over a cuppa, but before long he's back to work and building the bathroom. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 03:30:00 2014-12-25 04:00:00 \N \N \N \N \N 2608689 t
+27648 4556 Build, Buy or Restore? eng \N How much freedom does a 250,000 property budget offer you? Expert Michael Holmes reveals to a Derbyshire couple how to maximise their investment opportunity. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:30:00 \N \N \N \N \N 2608690 t
+27648 4557 Build, Buy or Restore? eng \N Michael Holmes offers advice to a Solihull couple who are trying to decide whether to buy or build with their 800,000 budget. What option will they go for? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 04:30:00 2014-12-25 05:00:00 \N \N \N \N \N 2608691 t
+27648 4558 Wheeler Dealers eng Mercedes Part 2 Can auto experts Mike Brewer and Edd China work their mechanical magic on a classic Mercedes 230E to get its engine revving and back on the road again? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2608692 t
+27648 4559 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2608693 t
+8385 58324 Iron Man eng Tough action-fantasy. A former arms dealer (Robert Downey Jr) is reborn as Iron Man the scourge of warmongers worldwide. But he faces a threat from an unexpected source. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 18:35:00 2014-12-26 21:00:00 \N \N 2008 AD,S \N 2608694 t
+13120 8616 Essential Intimates Sale eng \N Find great deals on essential intimates, featuring shapewear solutions to target everything from muffin tops to VPLs and all those unsightly lumps and bumps inbetween! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2608695 t
+13120 8617 Dress Boutique eng \N Feel fun and feminine with our Dress Boutique, showcasing a host of dresses from a range of QVC brands - there's something for everyone. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2608696 t
+13120 8618 The Outerwear Shop Sale eng \N Wrap up warm with some of the most popular items selected from across QVC's fashion ranges, all at fantastic low prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2608697 t
+23152 17626 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:30:00 \N \N \N \N \N 2608698 t
+23152 17627 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-26 09:30:00 2014-12-26 10:00:00 \N \N \N \N \N 2608699 t
+22080 1526 The Queen's Christmas Message eng \N Her Majesty The Queen delivers her annual Christmas message to the United Kingdom and the Commonwealth. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 18:30:00 2014-12-25 19:00:00 \N \N \N \N \N 2608700 t
+23152 19213 Crime Stories eng Season 3 Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2608701 t
+23152 17629 Dominick Dunne's Power, Privilege & Justice, S6 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2608702 t
+15808 50365 Ferrari Finali Mondiali - Abu... eng \N Highlights of the season-closing Ferrari Challenge contests from Abu Dhabi's Yas Marina Formula 1 circuit. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 00:10:00 2014-12-25 02:15:00 \N \N \N \N \N 2608703 t
+15808 50366 Ferrari Challenge Europa eng \N Action from the Ferrari Challenge Europa's Trofeo Pirelli category at the Yas Marina Formula 1 circuit in Abu Dhabi. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 02:15:00 2014-12-25 03:40:00 \N \N \N \N \N 2608704 t
+40992 52311 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:25:00 \N \N \N \N \N 2608705 t
+40992 52312 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 09:25:00 2014-12-26 09:35:00 \N \N \N \N \N 2608706 t
+40992 52313 Bing eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 09:35:00 2014-12-26 09:45:00 \N \N \N \N \N 2608707 t
+40992 52314 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 09:45:00 2014-12-26 10:05:00 \N \N \N \N \N 2608708 t
+40992 52315 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 10:05:00 2014-12-26 10:20:00 \N \N \N \N \N 2608709 t
+40992 52316 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 10:20:00 2014-12-26 10:25:00 \N \N \N \N \N 2608710 t
+40992 52317 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 10:25:00 2014-12-26 10:45:00 \N \N \N \N \N 2608711 t
+40992 52318 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 10:45:00 2014-12-26 11:00:00 \N \N \N \N \N 2608712 t
+40992 52319 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:25:00 \N \N \N \N \N 2608713 t
+40992 52320 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 11:25:00 2014-12-26 11:40:00 \N \N \N \N \N 2608714 t
+40992 52321 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 11:40:00 2014-12-26 11:45:00 \N \N \N \N \N 2608715 t
+40992 52322 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 11:45:00 2014-12-26 12:00:00 \N \N \N \N \N 2608716 t
+22080 1613 The Queen's Christmas Message eng \N Her Majesty The Queen delivers her annual Christmas message to the United Kingdom and the Commonwealth. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 19:30:00 2014-12-25 20:00:00 \N \N \N \N \N 2608717 t
+22080 1614 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 20:00:00 2014-12-25 20:30:00 \N \N \N \N \N 2608718 t
+22080 1624 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 20:30:00 2014-12-25 21:00:00 \N \N \N \N \N 2608719 t
+22272 65218 Red Bull Soapbox Race eng Peru It's back! The welcome return of the global event in which daredevil drivers tackle perilous courses in their wacky homemade soapbox vehicles. The action kicks off in Peru. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2608720 t
+22272 65219 Traffic Cops eng Fatal Distraction Illuminating, fly-on-the-wall series about the UK's traffic police. Hampshire police are called to the scene of a road fatality and must work out what caused it. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 13:00:00 2014-12-25 13:40:00 \N \N \N \N \N 2608721 t
+22272 65220 Storage Hunters eng Door Number One Bargain-hunters are at loggerheads as they compete for storage units. A monster scares the bidders. Brandon and Lori hope to break records with some DJing gear. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 13:40:00 2014-12-25 14:10:00 \N \N \N S \N 2608722 t
+22272 65221 Storage Hunters eng Fasten Your Seatbelts The raging US reality series! The Berniers' future is up in the air as the bargain-hunters head to an airport auction and compete for luggage and plane parts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 14:10:00 2014-12-25 14:40:00 \N \N \N S \N 2608723 t
+22272 65225 Storage Hunters eng Men at War Those bargain-hunting Berniers face more run-ins with their rivals as they bid on valuables at storage auctions. Scott and Chrissy pounce as Jesse and Brandon argue. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 14:40:00 2014-12-25 15:10:00 \N \N \N S \N 2608724 t
+28416 20188 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-26 10:30:00 2014-12-26 11:00:00 \N \N \N \N \N 2608725 t
+28416 20189 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N \N \N 2608726 t
+28416 20190 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-26 11:30:00 2014-12-26 16:30:00 \N \N \N \N \N 2608727 t
+4168 56479 Merry Madagascar eng \N Seasonal short. When Santa crashes into Madagascar and ends up with amnesia, the animals decide to deliver his presents themselves and hopefully get back to New York City. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 15:05:00 2014-12-24 15:25:00 \N \N 2009 S \N 2608728 t
+4168 56481 Shrek the Halls eng \N Festive animated comedy. Shrek (Mike Myers) just wants to have a nice quiet Christmas with Fiona and the baby ogres. Donkey, however, is full of holiday cheer and has other ideas. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 15:25:00 2014-12-24 15:50:00 \N \N \N AD,S \N 2608729 t
+4168 56482 The Gruffalo's Child eng \N Animated film based on the classic children's picture book. A little Gruffalo ignores her father's warnings and tiptoes out into the snow in search of the Big Bad Mouse... Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 15:50:00 2014-12-24 16:15:00 \N \N 2011 AD,S \N 2608730 t
+4168 56483 On Angel Wings eng On Angel Wings Magical reworking of the Nativity by Michael Morpurgo. A grandfather explains how, as a shepherd boy, he was taken by the angel Gabriel to visit the Christ child. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 16:15:00 2014-12-24 16:45:00 \N \N \N AD,S \N 2608731 t
+4168 56484 101 Dalmatians eng \N A litter of dalmatian puppies try to escape the evil Cruella De Vil. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 16:45:00 2014-12-24 18:05:00 \N \N 1961 AD,S \N 2608732 t
+28352 2417 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2608733 t
+28352 2418 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 13:00:00 2014-12-25 13:30:00 \N \N \N \N \N 2608734 t
+28352 2419 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 13:30:00 2014-12-25 14:00:00 \N \N \N \N \N 2608735 t
+28352 2420 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:30:00 \N \N \N \N \N 2608736 t
+28352 2421 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 14:30:00 2014-12-25 15:00:00 \N \N \N \N \N 2608737 t
+27456 45501 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:30:00 \N \N \N \N \N 2608738 t
+27456 45502 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 12:30:00 2014-12-25 13:00:00 \N \N \N \N \N 2608739 t
+27456 45503 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 13:00:00 2014-12-25 13:30:00 \N \N \N \N \N 2608740 t
+27456 45504 Worlds Apart With Oksana Boyko eng \N Worlds Apart is a fast-paced, in-depth discussion on the pressing issues of the day. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 13:30:00 2014-12-25 14:00:00 \N \N \N \N \N 2608741 t
+27456 45505 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:30:00 \N \N \N \N \N 2608742 t
+27456 45506 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 14:30:00 2014-12-25 15:00:00 \N \N \N \N \N 2608743 t
+15920 40612 This Is ITV4+1 eng \N This Is ITV4+1. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 06:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2608781 t
+41024 60719 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2608782 t
+27744 42157 Star Trek - The Original Series eng \N The original Star Trek series, digitally remastered to look and sound better than ever. McCoy finds alien love, and the rest of the crew find a spaceship disguised as an asteroid.../24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 8 \N \N \N 3 2608744 t
+27744 42158 NCIS eng \N Former marine Gibbs now leads a tough team as part of the NCIS Major Case Response Team. A pair of eyeballs turn up in the mail, sparking off another case for the team./23 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 17 \N \N \N 2 2608745 t
+27744 42159 The Streets of San Francisco eng \N A pair of plainclothes homicide detectives, cruise the streets of San Francisco solving crimes. Add Karl Malden, Michael Douglas and a killer theme tune and you have a classic. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2608746 t
+26240 11750 On Air With Ryan Seacrest eng \N Join Ryan Seacrest and Ellen K for the biggest celebrity guests and gossip direct from Hollywood \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 13:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2608747 t
+28512 716 Meet Someone New Today eng \N Put your flirting to the test and meet thousands of hopefuls, for fun, friendship and more. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2608748 t
+24032 31348 Teleshopping eng \N Shop for the latest goods from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2608749 t
+17609 19777 eng \N \N \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 13:10:00 2014-12-25 15:00:00 \N \N \N \N \N 2608750 t
+25664 55904 Merry Xmas From 4Music! eng \N We are wishing you a very Merry Xmas here at 4Music! Our gift is music! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2608751 t
+25664 55905 The Final UKHot40 Of 2014! eng \N Find out the UK's new official number one as Will Best counts down the 40 biggest tracks of the week! This is the final show of 2014! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-25 17:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2608752 t
+8500 6001 Peppa Pig eng Mummy Pig at Work Peppa and George love helping Mummy Pig work on her computer, but they prefer playing computer games. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 09:05:00 2014-12-26 09:10:00 \N \N \N S \N 2608753 t
+13024 51286 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 03:20:00 2014-12-25 07:00:00 \N \N \N \N \N 2608754 t
+27168 60719 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2608755 t
+41056 18277 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-26 06:05:00 2014-12-26 07:00:00 \N \N \N \N \N 2608756 t
+41056 18278 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:05:00 \N \N \N \N \N 2608757 t
+41056 18279 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-26 07:05:00 2014-12-26 08:00:00 \N \N \N \N \N 2608758 t
+25728 54565 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 03:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2608759 t
+23040 38311 Mystery Diners eng \N After receiving numerous complaints from staff about the bad behaviour of the head waiter, Charles Stiles and the Mystery Diners team help to discover if there is any truth to the rumours. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 \N \N \N \N \N 2608760 t
+23040 38312 Mystery Diners eng \N When Mario, the owner of La Traviata in Long Beach, becomes concerned over complaints about the quality of his fish, Mystery Diners Rob, Shellene and Lauren go undercover to find out what's fishy. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 12:30:00 2014-12-26 13:00:00 \N \N \N \N \N 2608761 t
+23040 38313 Mystery Diners eng \N George, the owner of Los Angeles hot spot Ca' Brea, has recently received a few complaints about his valet service. The Mystery Diners go undercover to investigate. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:30:00 \N \N \N \N \N 2608762 t
+23040 38314 Mystery Diners eng \N Restaurant owner Derrick has a problem with an employee who claims he hurt his leg on the job. Despite a promotion the employee is acting suspiciously, so the Mystery Diners are called in to help. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 13:30:00 2014-12-26 14:00:00 \N \N \N \N \N 2608763 t
+23040 38315 Mystery Diners eng \N Ali, owner of Marrakesh, a Moroccan-themed restaurant in California, seeks the help of Charles and the Mystery Diners, because he believes his manager may have a gambling problem. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:30:00 \N \N \N \N \N 2608764 t
+23040 38316 Mystery Diners eng \N Johnny, owner of Pina Pizza House in Downey, seeks the help of Charles and the Mystery Diners, because he believes his college-enrolled waiter may not have his best interests at heart. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 14:30:00 2014-12-26 15:00:00 \N \N \N \N \N 2608765 t
+16080 14991 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 \N \N \N \N \N 2608766 t
+16080 14992 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 12:30:00 2014-12-26 13:00:00 \N \N \N \N \N 2608767 t
+16080 14993 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:30:00 \N \N \N \N \N 2608768 t
+8500 6002 Wanda and The Alien eng A Star for Wanda Animated series about a little girl rabbit and her friend from another planet. Owl gets lost in the dark when Alien uses his magic to help Wanda to catch stars. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 09:10:00 2014-12-26 09:25:00 \N \N \N S \N 2608769 t
+8500 6003 Bert and Ernie eng Heroes Bert and Ernie, posing as Super Pigeon and Rubber Ducky Man, must use their wings of steel and stretchy limbs to thwart the evil Mad Pancake, who has stolen their porridge. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-26 09:25:00 2014-12-26 09:35:00 \N \N \N S \N 2608770 t
+8500 6004 Mr Men eng Full Moon Mr Bump's search for a giant owl results in yet more accidents, while Little Miss Calamity manages to trap a ghost. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 09:35:00 2014-12-26 09:55:00 \N \N \N S \N 2608771 t
+8500 6005 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 09:55:00 2014-12-26 10:05:00 \N \N \N \N \N 2608772 t
+8500 6006 Carry On Constable eng \N Kicking off our best of British comedy day is an early Carry On farce starring Sid James and Eric Barker. A police station is hit by flu, and replacements do a pigs ear of covering the sick! (1... \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 10:05:00 2014-12-26 11:45:00 \N \N \N S \N 2608773 t
+8500 6007 Carry On Teacher eng \N Next on our best of British comedy day is a classic starring Ted Ray and Hattie Jacques. A class do their best to turn a visit from the school inspectors into a nightmare for their headmaster. ... \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 11:45:00 2014-12-26 13:30:00 \N \N \N S \N 2608774 t
+32896 8797 Balto III eng Wings Of Change When the airplane threatens to replace the sled dog, Balto and friends prove that some things are irreplaceable \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:30:00 \N \N \N \N \N 2608775 t
+32896 8798 Robin Hood eng Mischief In Sherwood Weary of seeing all his plans stopped, Prince John sets about conquering Sherwood, determined to use Flynn's nose to flush out Robin Hood's secret hideout. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 19:30:00 2014-12-26 19:45:00 \N \N \N \N \N 2608776 t
+32896 8799 Robin Hood eng Mischief In Sherwood The Brigands steal a book containing the secret of the Philosopher's Stone, which is said to have the power of turning lead into gold. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 19:45:00 2014-12-26 20:00:00 \N \N \N \N \N 2608777 t
+32896 9300 Sally Bollywood eng \N Poster Boy - Someone's sticking posters around the school and the Principal is going to put everyone on detention if the culprit doesn't own up. But no one confesses so it's up to SBI to find out! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:15:00 \N \N \N \N \N 2608778 t
+32896 8801 Oh No! It's An Alien Invasion eng \N The girls start their own secret club; Nate and the boys will stop at nothing to get in! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 20:15:00 2014-12-26 20:30:00 \N \N \N \N \N 2608779 t
+14720 23109 Olly's Christ-Murs Crackers eng \N Join Olly Murs on Christmas Day for a cracking selection of Christmas tunes! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 13:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2608783 t
+14372 8038 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2608784 t
+14372 8039 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2608785 t
+14372 8016 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2608786 t
+15952 5332 Two and a Half Men eng Castrating Sheep in Montana American sitcom about a well-off bachelor. Berta discovers that Alan has been dating her daughter Naomi. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 03:10:00 2014-12-26 03:30:00 \N \N \N S \N 2608787 t
+15952 5333 Two and a Half Men eng Don't Worry, Speed Racer American sitcom about a well-off bachelor. When Jake reveals that he heard his mother having sex, it brings back a repressed memory for Charlie. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 03:30:00 2014-12-26 03:55:00 \N \N \N S \N 2608788 t
+18112 36514 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 16:55:00 2014-12-25 17:30:00 \N \N \N \N \N 2608789 t
+15952 5334 Celebrity Juice Christmas Special eng \N Joining the panel for this Christmas special are Davina McCall, Louis Smith, Aston Merrygold, Stacey Solomon and Coronation Street favourite Simon Gregson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 03:55:00 2014-12-26 04:30:00 \N \N \N S \N 2608790 t
+15952 2740 Tricked eng \N Hidden camera magic show. Ben makes Tinchy Stryder think he has blown up a very expensive motorbike, while Natalie Anderson from Emmerdale tricks her co-star Matthew Wolfenden. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 04:30:00 2014-12-26 05:15:00 \N \N \N S \N 2608791 t
+15952 2708 Educating Joey Essex eng \N Phillip Schofield narrates as the endearingly naive reality star Joey Essex heads out of his comfort zone and into the wilds of South Africa's world-famous Kruger National Park. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 05:15:00 2014-12-26 06:05:00 \N \N \N S \N 2608792 t
+24464 50367 FIA World Endurance Season Review eng \N A look back at the 2014 season as top class LMP and GT cars battle for the title in the pinnacle of global sportscar racing. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 03:40:00 2014-12-25 04:35:00 \N \N \N \N \N 2608793 t
+24464 50368 Trophe Andros eng \N Alpe D'Huez. Motor racing's favourite winter past time, the Andros Trophy, tests the skills of some of today's top circuit racers on the ice covered tracks of some of France's best known ski resorts. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 04:35:00 2014-12-25 05:30:00 \N \N \N \N \N 2608794 t
+24464 50369 AMV Bike Cup eng Some of the bravest riders on the planet tackle the ultimate two-wheeled challenge motorcycle racing on ice. Thrills and spills come as standard, naturally. Action from Alpe D'Huez. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2608795 t
+8283 21077 The Queen eng \N The Queen delivers her annual Christmas message to the nation and the Commonwealth. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:10:00 \N \N \N S \N 2608796 t
+8283 17198 The Queen's Garden eng \N The first of two programmes in which Alan Titchmarsh gets exclusive access to the royal gardens at Buckingham Palace for a whole year, revealing its hidden treasures. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-25 15:10:00 2014-12-25 16:10:00 \N \N \N AD,S \N 2608797 t
+8283 17193 ITV News & Weather eng \N Charlene White with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 16:10:00 2014-12-25 16:20:00 \N \N \N S \N 2608798 t
+8283 29345 Elf eng Buddy's Musical Christmas Animation based on the film Elf. When Buddy travels to New York City, his unrelenting cheer transforms the lives of everyone and opens his father's eyes to the magic of Christmas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 16:20:00 2014-12-25 17:20:00 \N \N \N S \N 2608799 t
+8283 22764 New You've Been Framed! Christmas eng \N Harry Hill gives us a festive present of snow-covered silliness. With a photo-bombing reindeer, an explosive chimney and why Miley Cyrus's tongue should never be used as a sledge. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 17:20:00 2014-12-25 17:50:00 \N \N \N S \N 2608800 t
+8283 21080 For the Love of Dogs at Christmas eng \N Paul O'Grady visits Battersea Dogs and Cats Home to help give the residents a fabulous festive season and hopes to find loving homes for all the dogs in time for Christmas Day. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 17:50:00 2014-12-25 18:50:00 \N \N \N S \N 2608801 t
+16048 21562 Carry On Camping eng \N Farcical outdoor comedy starring Sid James and Kenneth Williams, 1969. Two lads trick their girlfriends into going to a nudist colony - but it turns out to be a family campsite \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 12:50:00 2014-12-25 14:35:00 \N \N \N AD,S \N 2608802 t
+16048 31910 On the Buses eng \N Feature-length TV spin-off starring Reg Varney and Doris Hare, 1971. Stan Butler and the rest of the lads are horrified when the bus company decides to hire women drivers \N 0 25 f 64 eng eng 1 0 0 \N 2014-12-25 14:35:00 2014-12-25 16:25:00 \N \N \N AD,S \N 2608803 t
+18112 35984 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 17:30:00 2014-12-25 18:00:00 \N \N \N \N \N 2608804 t
+8264 21077 The Queen eng \N The Queen delivers her annual Christmas message to the nation and the Commonwealth. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:10:00 \N \N \N S \N 2608805 t
+8264 17198 The Queen's Garden eng \N The first of two programmes in which Alan Titchmarsh gets exclusive access to the royal gardens at Buckingham Palace for a whole year, revealing its hidden treasures. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-25 15:10:00 2014-12-25 16:10:00 \N \N \N AD,S \N 2608806 t
+8264 17193 ITV News & Weather eng \N Charlene White with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 16:10:00 2014-12-25 16:20:00 \N \N \N S \N 2608807 t
+8264 29345 Elf eng Buddy's Musical Christmas Animation based on the film Elf. When Buddy travels to New York City, his unrelenting cheer transforms the lives of everyone and opens his father's eyes to the magic of Christmas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 16:20:00 2014-12-25 17:20:00 \N \N \N S \N 2608808 t
+8264 22764 New You've Been Framed! Christmas eng \N Harry Hill gives us a festive present of snow-covered silliness. With a photo-bombing reindeer, an explosive chimney and why Miley Cyrus's tongue should never be used as a sledge. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 17:20:00 2014-12-25 17:50:00 \N \N \N S \N 2608809 t
+8264 21080 For the Love of Dogs at Christmas eng \N Paul O'Grady visits Battersea Dogs and Cats Home to help give the residents a fabulous festive season and hopes to find loving homes for all the dogs in time for Christmas Day. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 17:50:00 2014-12-25 18:50:00 \N \N \N S \N 2608810 t
+33088 17795 Winter Solutions eng \N Keep warm and safe in the colder weather with our Winter Solutions. From shoe grips to heated insoles, snow shovels to thermal clothing, we've got all you need to see you through the winter months. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 06:00:00 2014-12-24 07:00:00 \N \N \N \N \N 2608811 t
+33088 17796 Garden Re-Leaf with Richard Jackson eng \N Celebrating the gardening industry's first ever Re-Leaf Day, QVC is getting in the spirit of the gardening season. Here's looking forward to sunny days ahead! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 07:00:00 2014-12-24 08:00:00 \N \N \N \N \N 2608812 t
+33088 17797 Garden Re-Leaf with Richard Jackson eng \N Celebrating the gardening industry's first ever Re-Leaf Day, QVC is getting in the spirit of the gardening season. Here's looking forward to sunny days ahead! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 08:00:00 2014-12-24 09:00:00 \N \N \N \N \N 2608813 t
+27328 17386 Live Warriors @ Clippers eng \N The live NBA Christmas Day schedule concludes at the Staples Center, LA. These teams met for a thrilling Western Conference first round series in last season's play-offs. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 03:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2608814 t
+40960 53129 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 06:00:00 2014-12-20 07:00:00 \N \N \N \N \N 2608815 t
+40960 53130 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 07:00:00 2014-12-20 08:00:00 \N \N \N \N \N 2608816 t
+40960 53131 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 08:00:00 2014-12-20 09:00:00 \N \N \N \N \N 2608817 t
+8281 21077 The Queen eng \N The Queen delivers her annual Christmas message to the nation and the Commonwealth. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:10:00 \N \N \N S \N 2608818 t
+8281 17198 The Queen's Garden eng \N The first of two programmes in which Alan Titchmarsh gets exclusive access to the royal gardens at Buckingham Palace for a whole year, revealing its hidden treasures. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-25 15:10:00 2014-12-25 16:10:00 \N \N \N AD,S \N 2608819 t
+8281 17193 ITV News & Weather eng \N Charlene White with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 16:10:00 2014-12-25 16:20:00 \N \N \N S \N 2608820 t
+8281 29345 Elf eng Buddy's Musical Christmas Animation based on the film Elf. When Buddy travels to New York City, his unrelenting cheer transforms the lives of everyone and opens his father's eyes to the magic of Christmas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 16:20:00 2014-12-25 17:20:00 \N \N \N S \N 2608821 t
+8281 22764 New You've Been Framed! Christmas eng \N Harry Hill gives us a festive present of snow-covered silliness. With a photo-bombing reindeer, an explosive chimney and why Miley Cyrus's tongue should never be used as a sledge. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 17:20:00 2014-12-25 17:50:00 \N \N \N S \N 2608822 t
+8281 21080 For the Love of Dogs at Christmas eng \N Paul O'Grady visits Battersea Dogs and Cats Home to help give the residents a fabulous festive season and hopes to find loving homes for all the dogs in time for Christmas Day. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 17:50:00 2014-12-25 18:50:00 \N \N \N S \N 2608823 t
+8267 17199 ITV News & Weather eng \N Charlene White with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 18:50:00 2014-12-25 19:00:00 \N \N \N S \N 2608824 t
+8267 17201 Emmerdale eng \N It is Andy and Katie's wedding day. Cain tries to cover his suspicious behaviour. Lachlan offers Belle a way to ease her problems. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N AD,S \N 2608825 t
+8267 17163 Coronation Street eng \N Does Kylie stand to lose everything? Steve pulls out all the festive stops. Gary ruins Faye's Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2608826 t
+15856 3551 The Only Way Is Essex eng \N Reality series. The series finale sees the warring Gemma and Ferne come face-to-face. Bobby hosts an emotional charity evening which includes a rather revealing surprise! \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 03:10:00 2014-12-25 03:45:00 \N \N \N S \N 2608827 t
+15856 3552 The Only Way Is Essexmas eng \N The glam gang returns for the annual Christmas special of Britain's most talked-about reality series. How are Essex's most gorgeous citizens preparing for the holiday season? \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 03:45:00 2014-12-25 04:35:00 \N \N \N \N \N 2608828 t
+15856 3553 The Jeremy Kyle Show USA eng \N Jeremy Kyle presents the American version of his daytime talk show. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 04:35:00 2014-12-25 05:15:00 \N \N \N S \N 2608829 t
+15856 3554 I Wanna Marry 'Harry' eng Royal Masquerade Begins US reality series in which a dozen American girls compete for Prince Harry's affections. Little do they know that 'Harry' is a lookalike named Matthew! \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 05:15:00 2014-12-25 06:00:00 \N \N \N S \N 2608830 t
+25920 20871 Smartphone Half Price Sale eng \N A fantastic opportunity to get some of your favourite products in our half price event! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2608831 t
+25920 20200 Pick of the Day eng \N A chance for you to get our special product of the day - the Ideal World Pick of the Day. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2608832 t
+25920 20201 Planet Cruise TV Show eng \N Tune in for one of our most popular shows and discover why cruising is the fastest holiday choice. See the ships, destinations, on board experience, and some great offers. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2608833 t
+18112 36342 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 15:25:00 2014-12-25 15:45:00 \N \N \N \N \N 2608834 t
+18112 36606 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 15:45:00 2014-12-25 16:10:00 \N \N \N \N \N 2608835 t
+18112 36336 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 16:10:00 2014-12-25 16:25:00 \N \N \N \N \N 2608836 t
+18112 36344 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 16:25:00 2014-12-25 16:55:00 \N \N \N \N \N 2608837 t
+27840 5290 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2608838 t
+27840 5291 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2608839 t
+27840 5292 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2608840 t
+22336 58606 The Big Bang Theory eng The Loobenfeld Decay Leonard and Sheldon each tell a lie to avoid going to see Penny on stage singing in a production of Rent, but Sheldon's lie gets out of control. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:30:00 \N \N \N AD,S \N 2608841 t
+22336 58607 The Big Bang Theory eng The Pancake Batter Anomaly Penny volunteers to nurse Sheldon when he's sick. However, his friends know how miserable he is when he's ill and stay well away from him. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 00:30:00 2014-12-25 01:00:00 \N \N \N AD,S \N 2608842 t
+22336 58609 New Girl eng The 23rd Jess frets when Paul surprises her with a thoughtful and lavish Christmas gift, as she has only bought him a soft toy. The whole group are invited to Schmidt's office party. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:30:00 \N \N \N AD,S \N 2608843 t
+22336 58608 New Girl eng Santa As Christmas approaches, the gang spend an evening attending seasonal parties, Jess tries to avoid a remorseful Sam, and Winston gets a cranberry stuck in his ear. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 01:30:00 2014-12-25 02:00:00 \N \N \N AD,S \N 2608844 t
+22336 58610 Made in Chelsea eng \N Brand new series - It's Christmas in Chelsea and Spencer's relationship with Lauren is under the spotlight with fresh allegations of misbehaviour. Can Sam and Tiff salvage their friendship? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:00:00 2014-12-25 03:05:00 \N \N \N S \N 2608845 t
+40960 53398 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N \N \N 2608846 t
+40960 58206 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:00:00 \N \N \N \N \N 2608847 t
+40960 53400 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 22:00:00 2014-12-26 22:45:00 \N \N \N \N \N 2608848 t
+40960 53402 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-26 22:45:00 2014-12-26 23:00:00 \N \N \N \N \N 2608849 t
+40960 53403 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 23:00:00 2014-12-26 23:30:00 \N \N \N \N \N 2608850 t
+28480 11958 Frances and Friends eng \N Talk show hosted by Frances Swaggart, covering current events from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 21:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2608853 t
+28480 11959 Crossfire Service eng \N Services targeted to teenagers and young adults. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2608854 t
+8381 14974 Horrid Henry eng Horrid Henry and the Early Christmas Present The adventures of the eponymous mischievous boy. Christmas never seems to come early, except when you don't want it to - bah, humbug! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 09:10:00 2014-12-25 09:25:00 \N \N \N AD,S \N 2608855 t
+8381 14976 Weekend at Christmas eng \N Aled Jones presents a seasonal mix of celebrity chat and music. Status Quo join Aled for a chat and performance, as well as Downton Abbey's Matt Barber and comedian Tim Vine. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 09:25:00 2014-12-25 10:25:00 \N \N \N S \N 2608856 t
+8381 14977 Valiant eng \N Animated Comedy, 2005. The adventures of a wood pigeon who overcomes his small size to go from zero to hero during WWII \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 10:25:00 2014-12-25 11:55:00 \N \N \N AD,S \N 2608857 t
+8381 14978 Back to the Future eng \N Rip-roaring time-travel comedy starring Michael J Fox and Christopher Lloyd, 1985. A teenager who travels back in time to the 1950s has to persuade his parents to fall in love with each other \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 11:55:00 2014-12-25 14:10:00 \N \N \N AD,S \N 2608858 t
+14448 27329 Teleshopping eng \N Innovative, value-for-money products brought directly to you at home... Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2608859 t
+8274 17199 ITV News & Weather eng \N Charlene White with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 18:50:00 2014-12-25 19:00:00 \N \N \N S \N 2608860 t
+8274 17201 Emmerdale eng \N It is Andy and Katie's wedding day. Cain tries to cover his suspicious behaviour. Lachlan offers Belle a way to ease her problems. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N AD,S \N 2608861 t
+8274 17163 Coronation Street eng \N Does Kylie stand to lose everything? Steve pulls out all the festive stops. Gary ruins Faye's Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2608862 t
+41120 14202 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2608863 t
+41120 14203 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 13:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2608864 t
+32896 8294 Totally Spies eng \N Computer Creep Much? An evil computer software designer has developed a computer virus that turns anyone exposed to it into loyal, zombified followers. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 09:00:00 2014-12-20 09:30:00 \N \N \N \N \N 2608865 t
+32896 8295 Totally Spies eng \N Space Much? The spies are sent to investigate the unusual fall of very large, very fast meteorites around the world. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 09:30:00 2014-12-20 10:00:00 \N \N \N \N \N 2608866 t
+32896 8296 My Little Pony eng \N Twilight drives herself to distraction trying to forestall some future disaster after she receives a vague warning from her future self. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:30:00 \N \N \N \N \N 2608867 t
+32896 8297 My Little Pony eng \N Spike goes on a journey of self-discovery by joining the Great Dragon Migration. But do a rough & tumble gang of teenage dragons hold the key to the questions Spike has about his identity? \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 10:30:00 2014-12-20 11:00:00 \N \N \N \N \N 2608868 t
+32896 8298 My Little Pony eng \N Fluttershy struggles to overcome her fear of public humiliation so she can help Rainbow Dash and the other pegasi create a Tornado powerful enough to lift the water required for rainy season. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N \N \N 2608869 t
+32896 8299 My Little Pony eng \N The Cutie Mark Crusaders adopt the name 'Gabby Gums' to become the gossip columnist for their school paper. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N \N \N 2608870 t
+15840 3643 Jive Bunny MiXmas eng \N We're all ears as those festive funsters Jive Bunny create a Christmas mix especially for Vintage TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2608871 t
+8448 58668 Olive the Other Reindeer eng \N Olive, a dog, hears the sad news on the radio that Blitzen the reindeer has been injured and Christmas may be cancelled. So Olive sets off with her pet flea to save the day. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:50:00 \N \N \N S \N 2608872 t
+8448 58669 Lost and Found eng \N Based on books created and illustrated by Oliver Jeffers, this stunning special tells a magical tale of friendship and loneliness about a boy and a penguin. Narrated by Jim Broadbent. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-25 06:50:00 2014-12-25 07:15:00 \N \N \N AD,S \N 2608873 t
+8448 59162 Ice Age eng A Mammoth Christmas When Sid accidentally ruins one of Manny's Christmas traditions, he's told that he will be on Santa's naughty list. So he heads to the North Pole to plead his case directly to Santa Claus. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-25 07:15:00 2014-12-25 07:35:00 \N \N \N S \N 2608874 t
+8448 58671 Happy Endings eng Grinches Be Crazy Desperate to earn some money, Max agrees to play Santa Claus at Penny's charity event. Jane accidentally gives some money to her housekeeper. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 07:35:00 2014-12-25 08:00:00 \N \N \N AD,S \N 2608875 t
+8448 58672 Happy Endings eng No-Ho-Ho The gang decide to forgo all seasonal enjoyments and give yuletide baby Jane a Christmas-free birthday party, but can Max give up his favourite eggnog treat? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:30:00 \N \N \N AD,S \N 2608876 t
+8448 58670 Glee eng A Very Glee Christmas Will encourages the kids to be more charitable. Later, the teachers pick their secret Santas but one manipulative coach rigs the draw. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-25 08:30:00 2014-12-25 09:30:00 \N \N \N AD,S \N 2608877 t
+41136 50371 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 09:35:00 2014-12-25 10:35:00 \N \N \N \N \N 2608878 t
+41136 50372 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 10:35:00 2014-12-25 11:35:00 \N \N \N \N \N 2608879 t
+41136 50373 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 11:35:00 2014-12-25 12:40:00 \N \N \N \N \N 2608880 t
+23968 4878 Timothy Goes to School eng \N Juanita has just moved to the Hilltop and is anxious about her first day at a new school so Timothy volunteers to be the captain of the Friend Ship and helps her make friends. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:30:00 \N \N \N \N \N 2608881 t
+23968 4879 Strawberry Shortcake eng Berry Bitty Adventures New. When Strawberry finds herself in charge of the upcoming BerryFest parade, she hopes her gal pals can help her with the overwhelming amounts of chores. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 18:30:00 2014-12-25 19:00:00 \N \N \N \N \N 2608882 t
+23968 4880 Programmes will resume at 03 eng 00pm Programmes will resume at 03.00pm \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 19:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2608883 t
+24448 64033 A Merry Christmas with Gems TV! eng \N A selection of extra special pieces from the Gems TV vault this Christmas. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2608884 t
+24448 64034 A Merry Christmas with Gems TV! eng \N A selection of extra special pieces from the Gems TV vault this Christmas. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2608885 t
+24448 64035 Happy Christmas from Gems TV! eng \N Huge savings on genuine gemstone jewellery at Gems TV on Christmas Day. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2608886 t
+20352 58325 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:45:00 \N \N \N \N \N 2608887 t
+20352 58326 eng \N \N \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-26 23:45:00 2014-12-27 01:25:00 \N \N \N \N \N 2608888 t
+27648 4560 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:30:00 \N \N \N \N \N 2608889 t
+27648 4561 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 06:30:00 2014-12-25 07:00:00 \N \N \N \N \N 2608890 t
+27648 4562 American Hot Rod eng Rat Rod Build-Off Part 4 With the build complete, the race is on, as the boys cross deserts and mountains to decide who will be crowned the new king of American Hot Rod. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:45:00 \N \N \N \N \N 2608891 t
+27648 4563 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 07:45:00 2014-12-25 08:10:00 \N \N \N \N \N 2608892 t
+27648 4564 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 08:10:00 2014-12-25 08:35:00 \N \N \N \N \N 2608893 t
+27648 4565 Total Fishing eng Pike and Perch on the River Severn It's predator paradise for Matt when he casts for pike on the River Severn. Plus, top tips on tackle and bait from the experts. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 08:35:00 2014-12-25 09:00:00 \N \N \N \N \N 2608894 t
+8385 58325 Four Christmases eng \N Romcom. Reese Witherspoon and Vince Vaughn star as a happily unmarried couple whose Christmas spent visiting their families gives them cause to reconsider their own relationship. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:45:00 \N \N 2008 AD,S \N 2608895 t
+8385 58326 In Fear eng \N Psychological horror. A couple (Ian De Caestecker and Alice Englert) are on their way to a music festival when they get utterly lost in remote rural lanes. Violence/strong language. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-26 22:45:00 2014-12-27 00:25:00 \N \N 2013 S \N 2608896 t
+13120 8619 Nina Leonard Fashion Designs Sale eng \N We've got some great fashion bargains for you! Tune in for a collection of beautifully designed and elegant knitwear dresses, skirts and sweaters with co-ordinated accessories. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2608897 t
+13120 8620 Footwear Sale eng \N Comfortable, stylish and ideal for any occasion, this show will feature offers on selected footwear. Whatever shoe you're looking for, you're sure to find the perfect fit in our footwear sale! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2608898 t
+13120 8621 Jewellery Sale eng \N A wide selection of jewellery from across QVC's ranges, all offered at not-to-be-missed prices! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2608899 t
+23152 17630 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 \N \N \N \N \N 2608900 t
+23152 17631 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-26 12:30:00 2014-12-26 13:00:00 \N \N \N \N \N 2608901 t
+23152 19214 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:30:00 \N \N \N \N \N 2608902 t
+23152 19215 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 13:30:00 2014-12-26 14:00:00 \N \N \N \N \N 2608903 t
+23152 17634 Dominick Dunne's Power, Privilege & Justice, S6 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2608904 t
+17472 55637 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:15:00 \N \N \N \N \N 2608905 t
+17472 55638 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 07:15:00 2014-12-25 08:50:00 \N \N \N \N \N 2608906 t
+17472 55639 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 08:50:00 2014-12-25 11:00:00 \N \N \N \N \N 2608907 t
+15808 50367 FIA World Endurance Season Review eng \N A look back at the 2014 season as top class LMP and GT cars battle for the title in the pinnacle of global sportscar racing. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 03:40:00 2014-12-25 04:35:00 \N \N \N \N \N 2608908 t
+15808 50368 Trophe Andros eng \N Alpe D'Huez. Motor racing's favourite winter past time, the Andros Trophy, tests the skills of some of today's top circuit racers on the ice covered tracks of some of France's best known ski resorts. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 04:35:00 2014-12-25 05:30:00 \N \N \N \N \N 2608909 t
+15808 50369 AMV Bike Cup eng Some of the bravest riders on the planet tackle the ultimate two-wheeled challenge motorcycle racing on ice. Thrills and spills come as standard, naturally. Action from Alpe D'Huez. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2608910 t
+40992 52323 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 \N \N \N \N \N 2608911 t
+40992 52324 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 12:30:00 2014-12-26 12:50:00 \N \N \N \N \N 2608912 t
+40992 52325 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 12:50:00 2014-12-26 13:00:00 \N \N \N \N \N 2608913 t
+40992 52326 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:25:00 \N \N \N \N \N 2608914 t
+40992 52327 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 13:25:00 2014-12-26 13:35:00 \N \N \N \N \N 2608915 t
+40992 52328 Bing eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 13:35:00 2014-12-26 13:45:00 \N \N \N \N \N 2608916 t
+40992 52329 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 13:45:00 2014-12-26 14:05:00 \N \N \N \N \N 2608917 t
+40992 52330 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 14:05:00 2014-12-26 14:30:00 \N \N \N \N \N 2608918 t
+40992 52331 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 14:30:00 2014-12-26 14:35:00 \N \N \N \N \N 2608919 t
+40992 52332 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 14:35:00 2014-12-26 14:50:00 \N \N \N \N \N 2608920 t
+40992 52333 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 14:50:00 2014-12-26 15:05:00 \N \N \N \N \N 2608921 t
+22080 1625 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:30:00 \N \N \N \N \N 2608922 t
+27456 45512 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 17:30:00 2014-12-25 18:00:00 \N \N \N \N \N 2608923 t
+22080 1632 Year In Review eng 2014 Jayne Secker is joined by the Odd Couple of Fleet Street as they dissect the news stories that dominated the last year and pass judgement on the people who made the front pages in 2014. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 21:30:00 2014-12-25 22:00:00 \N \N \N \N \N 2608924 t
+22080 1633 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:30:00 \N \N \N \N \N 2608925 t
+22080 1635 Press Preview eng \N A full review of the best stories in tomorrow's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:00:00 \N \N \N S \N 2608926 t
+22080 1642 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 23:00:00 2014-12-25 23:30:00 \N \N \N \N \N 2608927 t
+22080 1654 Press Preview eng \N A full review of the best stories in tomorrow's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 23:30:00 2014-12-26 00:00:00 \N \N \N S \N 2608928 t
+41136 50377 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 14:15:00 2014-12-25 15:45:00 \N \N \N \N \N 2609083 t
+18112 36522 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 \N \N \N \N \N 2610009 t
+22272 65226 Storage Hunters eng Stormy Waters Cut-throat competition with those volatile bargain-hunters. The bidders head to Marina del Rey in search of prized nautical booty. Will the Berniers sink or swim? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 15:10:00 2014-12-25 15:40:00 \N \N \N S \N 2608929 t
+22272 65222 Top Gear eng Middle East Special The not-so-wise Jeremy Clarkson, Richard Hammond and James May embark on an action-packed road trip as they attempt to follow the path of the Three Wise Men across the Middle East. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-25 15:40:00 2014-12-25 17:20:00 \N \N \N AD,S \N 2608930 t
+22272 65223 Red Bull Soapbox Race eng Paris Catch all the thrills - and lots of spills - from the second leg of Red Bull Soapbox 2014. Courageous crews will be hurtling downhill in their crazy handmade contraptions in Paris. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 17:20:00 2014-12-25 18:20:00 \N \N \N \N \N 2608931 t
+4168 51789 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:05:00 2014-12-24 18:15:00 \N \N \N S \N 2608932 t
+4168 52598 North West Tonight eng \N The latest news, sport and weather for the North West of England. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:15:00 2014-12-24 18:25:00 \N \N \N S \N 2608933 t
+4168 56488 Toy Story 3 eng \N Family animation. With their owner leaving home for university, the toys fear for their future. Will they find their salvation at a childcare centre? Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 18:25:00 2014-12-24 20:00:00 \N \N 2010 AD,S \N 2608934 t
+4168 56049 EastEnders eng \N It is Christmas Eve on Albert Square and Mick is looking forward to a very special Christmas unaware of the dark secrets that surround his family. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N AD,S \N 2608935 t
+4168 56489 The Incredible Adventures of Professor Branestawm eng \N Professor Branestawm takes on a businessman who wants to bulldoze his workshop. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:30:00 \N \N \N AD,S \N 2608936 t
+28352 2422 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:30:00 \N \N \N \N \N 2608937 t
+28352 2423 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 15:30:00 2014-12-25 16:00:00 \N \N \N \N \N 2608938 t
+28352 2424 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 16:00:00 2014-12-25 16:30:00 \N \N \N \N \N 2608939 t
+28352 2425 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 16:30:00 2014-12-25 17:00:00 \N \N \N \N \N 2608940 t
+28352 2426 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:30:00 \N \N \N \N \N 2608941 t
+28352 2427 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 17:30:00 2014-12-25 18:00:00 \N \N \N \N \N 2608942 t
+27456 45507 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:30:00 \N \N \N \N \N 2608943 t
+27456 45508 Keiser Report eng \N Keiser Report is a no holds barred look at the shocking scandals behind the global financial headlines. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 15:30:00 2014-12-25 16:00:00 \N \N \N \N \N 2608944 t
+27456 45509 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 16:00:00 2014-12-25 16:30:00 \N \N \N \N \N 2608945 t
+27456 45510 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 16:30:00 2014-12-25 17:00:00 \N \N \N \N \N 2608946 t
+27456 45511 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:30:00 \N \N \N \N \N 2608947 t
+22080 1747 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 13:30:00 2014-12-26 14:00:00 \N \N \N \N \N 2608948 t
+27744 42434 Hawaii Five-O eng \N Cult US cop drama following a special police unit headed up by Steve McGarrett (Jack Lord). 'Hippie' Ryan Moore robs an embezzler of the key to a locker containing $250,000./24 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 5 \N \N \N 4 2608949 t
+27744 42435 Father Dowling Mysteries eng \N US mystery series centring on a Chicago Catholic priest who solves crimes. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2608950 t
+27744 42162 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. Picard is apparently killed on an away mission but then Riker sees him on a mercenary ship. How? \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2608951 t
+26240 11751 Sarah Powell eng \N Sarah ends the day on heat with the latest showbiz news and entertainment gossip! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 16:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2608952 t
+41104 20119 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 17:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2608953 t
+24032 31437 The Nuttiest Nutcracker eng \N Young Marie learns the importance of believing in herself when a gift magically transports her to a Christmas kingdom in this animated tale. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:05:00 \N \N \N \N \N 2608954 t
+24032 31438 Santa's Summer House eng \N Bad weather forces a group of holidaymakers to divert to a mysterious island. From the moment they arrive, the island appears to have a magical Christmas feeling about it. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 10:05:00 2014-12-26 12:00:00 \N \N 2012 \N \N 2608955 t
+17609 20203 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:10:00 \N \N \N \N \N 2608956 t
+17609 19780 eng \N \N \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-25 15:10:00 2014-12-25 16:10:00 \N \N \N \N \N 2608957 t
+17609 19779 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 16:10:00 2014-12-25 16:20:00 \N \N \N \N \N 2608958 t
+17609 20207 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 16:20:00 2014-12-25 17:20:00 \N \N \N \N \N 2608959 t
+17609 19782 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 17:20:00 2014-12-25 17:50:00 \N \N \N \N \N 2608960 t
+17609 19781 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 17:50:00 2014-12-25 18:50:00 \N \N \N \N \N 2608961 t
+25664 55906 The Victoria's Secret Fashion Show eng \N One of the biggest extravaganzas in the world of fashion. The amazing Victoria's Secret Fashion Show took place in London and features a performance from Taylor Swift! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2608962 t
+22080 1749 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:30:00 \N \N \N \N \N 2608963 t
+13024 51288 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 07:00:00 2014-12-25 08:30:00 \N \N \N \N \N 2608964 t
+13024 51313 New: Thomas and Friends eng Duncan the Humbug CGI animation. Who is taking the Steamies' Christmas decorations from the Tidmouth sheds? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 08:30:00 2014-12-25 08:45:00 \N \N \N S \N 2608965 t
+13024 51316 Close eng \N Channel Off Air \N 0 25 f \N \N \N 0 0 0 \N 2014-12-25 08:45:00 2014-12-25 09:10:00 \N \N \N \N \N 2608966 t
+27168 59935 A Place in the Sun eng Home or Away The contrasting locations of Bournemouth and Sicily provide food for thought for Paul and Chris, who run a B&B in northern France and are looking for a slower pace of life somewhere new. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N S \N 2608967 t
+27168 59664 A Place in the Sun eng Home or Away Recently-widowed Jan wants a fresh start. But will it be in Kent or Abruzzo in Italy? Laura Hamilton and Jasmine Harman find some lovely properties to tempt her with. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N S \N 2608968 t
+27168 59936 Come Dine with Me eng \N This celebrity special has a soap star twist, featuring Brian Capron from Coronation Street, James Redmond from Hollyoaks, and Lorraine Chase and Adele Silva from Emmerdale. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N S \N 2608969 t
+41056 18282 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:30:00 \N \N \N \N \N 2608970 t
+41056 18283 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-26 09:30:00 2014-12-26 10:00:00 \N \N \N \N \N 2608971 t
+8500 6008 Carry On Nurse eng \N Best of British comedy continues with this bawdy classic starring Kenneth Williams. Hospital hijinks as medical staff take on a ward of troublesome male patients in a power struggle. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 13:30:00 2014-12-26 15:15:00 \N \N 1959 S \N 2608978 t
+25728 54566 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2608979 t
+23040 38317 Mystery Diners eng \N After noticing disparities in sales receipts and the inventory for his high-end Italian deli meats, Chef Marc, owner of Parma in Las Vegas, contacts Charles and the Mystery Diners for help. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 15:00:00 2014-12-26 15:30:00 \N \N \N \N \N 2608980 t
+23040 38318 Mystery Diners eng \N When Will, co-owner of Whiskey Dick's in Las Vegas, becomes concerned over a steady decline in female patrons, Charles and the Mystery Diners come in to investigate. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 15:30:00 2014-12-26 16:00:00 \N \N \N \N \N 2608981 t
+23040 38319 Mystery Diners eng \N Scott, the owner of Rhythm Kitchen in Las Vegas, suspects his sophisticated, but slightly arrogant, wine sommelier is somehow negatively affecting spirit sales. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 16:00:00 2014-12-26 16:30:00 \N \N \N \N \N 2608982 t
+23040 38320 Mystery Diners eng \N After noticing unusually low sales during the graveyard shift, Janaya, manager of Putter's Bar & Grill, contacts Charles for help. The Mystery Diners go undercover as customers to discover the truth. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:00:00 \N \N \N \N \N 2608983 t
+23040 38321 Mystery Diners eng \N After Nico, owner of Capo's, hears complaints that his brother/manager is acting inappropriately with guests, he sends in Charles to investigate. The Mystery Diners go undercover to find the truth. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 \N \N \N \N \N 2608984 t
+23040 38322 Mystery Diners eng \N When two employees who recently broke up disrupt staff harmony and start affecting sales at Marche Bacchus, owners Jeff and Rhonda seek Charles for help. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 17:30:00 2014-12-26 18:00:00 \N \N \N \N \N 2608985 t
+22080 1750 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 14:30:00 2014-12-26 15:00:00 \N \N \N \N \N 2608986 t
+16080 14997 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 15:00:00 2014-12-26 15:30:00 \N \N \N \N \N 2608987 t
+16080 14998 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 15:30:00 2014-12-26 16:00:00 \N \N \N \N \N 2608988 t
+16080 14999 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 16:00:00 2014-12-26 16:30:00 \N \N \N \N \N 2608989 t
+16080 15000 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:00:00 \N \N \N \N \N 2608990 t
+16080 15001 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 \N \N \N \N \N 2608991 t
+16080 15002 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 17:30:00 2014-12-26 18:00:00 \N \N \N \N \N 2608992 t
+32896 8803 Clay Kids eng \N Robbie and Flippy have been messing with the affections of a nerd they met online, pretending to be a girl to make fun of him. But the nerd is a professional hacker, and the tables are turned... \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:15:00 \N \N \N \N \N 2608993 t
+32896 8804 Clay Kids eng \N Ms Henderson is in love and life is easy for the kids. When she breaks up and turns her anger on them, they come up with a complicated plan to reboot her love life. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 21:15:00 2014-12-26 21:30:00 \N \N \N \N \N 2608994 t
+32896 8805 Littlest Pet Shop eng \N Youngmee's Aunt opens a sweet shop right next door to LPS and the pets. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:00:00 \N \N \N \N \N 2608995 t
+32896 8806 Totally Spies eng \N Beauty Is Skin Deep - Can the spies stop Miss Vanity before she turns them and the entire world to be moody looking forever? \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 22:00:00 2014-12-26 22:30:00 \N \N \N \N \N 2608996 t
+32896 8807 Grojband eng \N Trina finds a genie and wishes her brother will never make music again. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 22:30:00 2014-12-26 22:45:00 \N \N \N \N \N 2608997 t
+32896 8808 Rekkit Rabbit eng \N Jay wants S.K. to ask him to the Sadie Hawkins dance but feels he isn't cool enough. Rekkit gives him a turnip that he guarantees will make Jay cool. It does, but it makes him rabbit cool. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 22:45:00 2014-12-26 23:00:00 \N \N \N \N \N 2608998 t
+32896 8809 Eliot Kid eng \N Invasion Of The Robot Clones - When Isabelle refuses to buy Eliot the box of super cereal that comes with a free pair of X-ray specs, Eliot is convinced that his mother has been turned into a clone. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 23:00:00 2014-12-26 23:15:00 \N \N \N \N \N 2608999 t
+32896 8810 Eliot Kid eng \N Aunt Margot - Eliot's great aunt shows up at his house for the weekend. She looks like a real fairy-tale witch! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 23:15:00 2014-12-26 23:30:00 \N \N \N \N \N 2609000 t
+32896 8811 Scaredy Squirrel eng \N After Nestor is kicked out of his medieval re-enactment group the Stash N' Hoard falls apart. Scaredy has to get Nestor out of his funk before the big store inspection. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 23:30:00 2014-12-26 23:45:00 \N \N \N \N \N 2609001 t
+32896 8812 Scaredy Squirrel eng \N Safety Corner Conundrum - When Safety Corner gets put on Balsa TV the network takes over and Scaredy completely loses control of his own show. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 23:45:00 2014-12-27 00:00:00 \N \N \N \N \N 2609002 t
+41024 59935 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2609003 t
+41024 59664 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2609004 t
+41024 59936 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2609005 t
+22656 908 K! Rock n Roll Years eng \N An hour of the best rock hits all from one year. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2609006 t
+22656 909 Johnny Doom eng \N Johnny Doom presents the best in new rock, metal and alternative, plus interviews and classic tracks. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 19:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2609007 t
+14720 53335 JK and Lucy eng \N Join in the laughs in the Heart studio on Christmas Day as JK and Lucy keep you company on this very special afternoon. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 15:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2609008 t
+14372 8017 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2609009 t
+14372 8018 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2609010 t
+14372 8019 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2609011 t
+15952 2840 Totally Bonkers Guinness World Records eng \N Matt Edmondson presents more unique Guinness World Records, including the highest altitude balloon walk at 21,000 ft, and the most people crammed in a Smart Car. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 06:05:00 2014-12-26 06:30:00 \N \N \N S \N 2609012 t
+15952 58692 Bonkers Guinness World Records eng \N Matt Edmondson writes and narrates the series about the most entertaining Guinness World Records and the characters who set them, as captured by TV shows around the globe. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 06:30:00 2014-12-26 06:55:00 \N \N \N S \N 2609013 t
+15952 2712 ITV2 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:55:00 2014-12-26 07:00:00 \N \N \N \N \N 2609014 t
+22080 1657 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 01:00:00 2014-12-26 01:30:00 \N \N \N \N \N 2609126 t
+15952 4651 McBusted eng The Hot Desk Interviews with celebrity guests and some of the hottest music acts around. Behind the desk today are boy band supergroup McBusted. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:10:00 \N \N \N S \N 2609015 t
+15952 2810 Arthur and the Great Adventure eng \N Animated adventure starring Mia Farrow and Penny Balfour, 2009. Arthur accidentally allows the evil emperor of the Minimoys to pass into the human world \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 07:10:00 2014-12-26 09:05:00 \N \N \N S \N 2609016 t
+24464 50370 V8 Supercars Season Review eng \N A round-up of the 2014 season of Australia's premier touring car series. Part 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:35:00 \N \N \N \N \N 2609017 t
+8283 17199 ITV News & Weather eng \N Charlene White with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 18:50:00 2014-12-25 19:00:00 \N \N \N S \N 2609018 t
+8283 17201 Emmerdale eng \N It is Andy and Katie's wedding day. Cain tries to cover his suspicious behaviour. Lachlan offers Belle a way to ease her problems. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N AD,S \N 2609019 t
+8283 17163 Coronation Street eng \N Does Kylie stand to lose everything? Steve pulls out all the festive stops. Gary ruins Faye's Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2609020 t
+16048 31911 Mutiny on the Buses eng \N Comedy spin-off starring Reg Varney and Anna Karen, 1973. Stan teaches his brother-in-law how to drive a bus \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 16:25:00 2014-12-25 18:15:00 \N \N \N AD,S \N 2609021 t
+14784 2883 All Inclusive JANUARY Deals GALORE eng \N 3*AI Benidorm just £185! 4*AI Cyprus just £189! 5*AI Turkey just £119! 4*AI Tenerife just £296! 5*AI Majorca just £259! Barmy prices, palmy beaches! See our ALL INC SHORT HAUL page \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 12:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2609022 t
+8264 17199 ITV News & Weather eng \N Charlene White with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 18:50:00 2014-12-25 19:00:00 \N \N \N S \N 2609023 t
+8264 17201 Emmerdale eng \N It is Andy and Katie's wedding day. Cain tries to cover his suspicious behaviour. Lachlan offers Belle a way to ease her problems. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N AD,S \N 2609024 t
+8264 17163 Coronation Street eng \N Does Kylie stand to lose everything? Steve pulls out all the festive stops. Gary ruins Faye's Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2609025 t
+41264 25 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2609026 t
+33088 17798 no!no! Hair Removal eng \N Now available worldwide, the innovative no!no! system offers pain-free hair removal that can be performed in the comfort and convenience of your own home. No mess, no chemicals - just smooth skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 10:00:00 2014-12-24 11:00:00 \N \N \N \N \N 2609027 t
+33088 17799 H2O - Super Clean with Steam eng \N Get your home spick and span with the power of pure steam. No matter what the surface, there will be a cleaning solution in this show. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 11:00:00 2014-12-24 12:00:00 \N \N \N \N \N 2609028 t
+27328 17387 Premier League World eng \N A round-up of all the news from the Barclays Premier League. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:30:00 \N \N \N \N \N 2609029 t
+27328 17388 Live Melbourne City v Perth Glory eng \N Live Hyundai A-League from AAMI Park. Home advantage has been a big factor in games between these clubs recently, with Melbourne winning the last three at home against Perth. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 06:30:00 2014-12-26 08:30:00 \N \N \N \N \N 2609030 t
+27328 17389 FA WSL - A Day in the Life eng FA WSL A day in the life of Chelsea Ladies and England forward Eni Aluko. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 08:30:00 2014-12-26 08:45:00 \N \N \N \N \N 2609031 t
+27328 17390 Live Sydney FC v Adelaide United eng \N Live Hyundai A-League from Allianz Stadium. Graham Arnold's Sky Blues come up against a United side that has begun to adapt to Josep Gombau's possession-based philosophy. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 08:45:00 2014-12-26 10:45:00 \N \N \N \N \N 2609032 t
+8281 17199 ITV News & Weather eng \N Charlene White with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 18:50:00 2014-12-25 19:00:00 \N \N \N S \N 2609033 t
+8281 17201 Emmerdale eng \N It is Andy and Katie's wedding day. Cain tries to cover his suspicious behaviour. Lachlan offers Belle a way to ease her problems. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N AD,S \N 2609034 t
+8281 17163 Coronation Street eng \N Does Kylie stand to lose everything? Steve pulls out all the festive stops. Gary ruins Faye's Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2609035 t
+8267 17210 Downton Abbey eng \N Feature-length special of the period drama. It is the autumn of 1924 and Lord Sinderby has rented Brancaster Castle in Northumberland for the grouse shooting season. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 21:00:00 2014-12-25 23:00:00 \N \N \N AD,S \N 2609036 t
+8267 17211 ITV News & Weather eng \N Charlene White with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 23:00:00 2014-12-25 23:15:00 \N \N \N S \N 2609037 t
+8267 27871 You've Got to Love Christmas eng \N A comic trawl through the festive TV archives mixing classic footage with advice from an array of comedians, journalists and celebrities including Dame Edna Everage and Al Murray. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 23:15:00 2014-12-26 00:15:00 \N \N \N S \N 2609038 t
+15856 3715 Home Shopping with JML eng \N JML - where you can find a whole range of innovative products designed to make your everyday easier. From kitchen to DIY, fitness to cleaning, there's something for everyone. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2609039 t
+25920 20872 Technology Sale eng \N An easy to connect range of today's technology for you and your family's enjoyment around the home at sale prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2609040 t
+25920 20339 Vibrapower Disc BlockBuster eng \N The BlockBuster is the chance to get this product at the best offer - ever, while stocks last \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2609041 t
+25920 20210 Thomas Sanderson Blinds & Shutters eng \N Join the UK's conservatory blinds, window shutters and window blinds specialists for an hour dedicated to styling your home. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2609042 t
+18112 36515 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:58:00 \N \N \N \N \N 2609043 t
+18112 63338 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 18:58:00 2014-12-26 05:30:00 \N \N \N \N \N 2609044 t
+27840 5293 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2609045 t
+27840 5294 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2609046 t
+27840 5295 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2609047 t
+22080 1658 Press Preview eng \N Another chance to see a full review of the best stories in this morning's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 01:30:00 2014-12-26 02:00:00 \N \N \N S \N 2609127 t
+22336 58611 Taking New York: Sneak Peek eng Brand new Will Best hangs out in the Big Apple to introduce the cast of E4's new 2015 reality series that follows the lives and loves of a group of British twenty-somethings in New York. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 03:05:00 2014-12-25 03:35:00 \N \N \N S \N 2609048 t
+22336 58612 Virtually Famous eng \N Kevin McHale and team captains Seann Walsh and Chris Stark are joined by guests Katherine Ryan, Joe Lycett, Helen Flanagan and David Haye in this online panel show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 03:35:00 2014-12-25 04:20:00 \N \N \N S \N 2609049 t
+22336 58614 New Girl eng The 23rd Jess frets when Paul surprises her with a thoughtful and lavish Christmas gift, as she has only bought him a soft toy. The whole group are invited to Schmidt's office party. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 04:20:00 2014-12-25 04:40:00 \N \N \N AD,S \N 2609050 t
+22336 58613 New Girl eng Santa As Christmas approaches, the gang spend an evening attending seasonal parties, Jess tries to avoid a remorseful Sam, and Winston gets a cranberry stuck in his ear. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 04:40:00 2014-12-25 05:00:00 \N \N \N AD,S \N 2609051 t
+22336 58615 How I Met Your Mother eng Where Were We? Ted's romantic luck is bolstered by his new relationship with Robin, who has yet to reveal her love of guns. However, Marshall is feeling down after his split from Lily. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:25:00 \N \N \N AD,S \N 2609052 t
+22336 58616 Charmed eng The Devil's Music When a number of young women mysteriously disappear from the crowd at a rock band's concerts, Leo believes their manager has made a pact with a demon. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-25 05:25:00 2014-12-25 07:00:00 \N \N \N S \N 2609053 t
+8381 14979 Nanny McPhee eng \N Family drama starring Emma Thompson and Colin Firth, 2005. A widowed father who cannot manage his seven children seeks the help of a scary nanny with magical powers \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 14:10:00 2014-12-25 16:00:00 \N \N \N AD,S \N 2609054 t
+14448 27330 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:25:00 \N \N \N \N \N 2609055 t
+14448 27331 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 09:25:00 2014-12-25 09:50:00 \N \N \N \N \N 2609056 t
+14448 27332 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 09:50:00 2014-12-25 10:15:00 \N \N \N \N \N 2609057 t
+14448 27333 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:15:00 2014-12-25 10:40:00 \N \N \N \N \N 2609058 t
+14448 27334 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:40:00 2014-12-25 11:05:00 \N \N \N \N \N 2609059 t
+14448 27335 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 11:05:00 2014-12-25 11:30:00 \N \N \N \N \N 2609060 t
+14448 27336 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 11:30:00 2014-12-25 11:55:00 \N \N \N \N \N 2609061 t
+14448 27337 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 11:55:00 2014-12-25 12:20:00 \N \N \N \N \N 2609062 t
+8274 17210 Downton Abbey eng \N Feature-length special of the period drama. It is the autumn of 1924 and Lord Sinderby has rented Brancaster Castle in Northumberland for the grouse shooting season. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 21:00:00 2014-12-25 23:00:00 \N \N \N AD,S \N 2609063 t
+23280 5880 Picture Dating eng \N Send a Picture, find your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 02:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2609064 t
+8274 17211 ITV News & Weather eng \N Charlene White with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 23:00:00 2014-12-25 23:15:00 \N \N \N S \N 2609065 t
+8274 27871 You've Got to Love Christmas eng \N A comic trawl through the festive TV archives mixing classic footage with advice from an array of comedians, journalists and celebrities including Dame Edna Everage and Al Murray. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 23:15:00 2014-12-26 00:15:00 \N \N \N S \N 2609066 t
+41120 14204 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 15:00:00 2014-12-26 15:30:00 \N \N \N \N \N 2609067 t
+41120 14205 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 15:30:00 2014-12-26 16:00:00 \N \N \N \N \N 2609068 t
+41120 14206 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2609069 t
+41120 14207 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 \N \N \N \N \N 2609070 t
+41120 14208 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 17:30:00 2014-12-26 18:00:00 \N \N \N \N \N 2609071 t
+15840 3644 Tune In... To 1987 eng \N Aretha Franklin became the first woman inducted into the Rock and Roll Hall of Fame, the Great Storm of 1987 hit and construction began on the Channel Tunnel... Tune in and enjoy the best of 1987. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2609072 t
+15840 3645 Tune In... To 1990 eng \N Britain joined The Exchange Rate Mechanism and Stephen Hendry became the youngest ever world snooker champion. Here are some of the sounds from the year. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2609073 t
+15840 3646 Christmas In The Studio eng \N A cracker of a festive show, as Michael Ball and Martine McCutcheon present our Christmas show with performances from top artists, and a certain Jive Bunny! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2609074 t
+8448 58673 Suburgatory eng The Nutcracker As Christmas approaches, George breaks up with his New York girlfriend Zoe, but Tessa blames herself for the demise of the relationship and plots to revive it. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N AD,S \N 2609075 t
+8448 58674 Suburgatory eng Krampus George arranges a Christmas trip to New York for Tessa and her mother. Ryan is distressed when he finds out that he's adopted. Dalia begs Carmen to come home. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 10:30:00 \N \N \N AD,S \N 2609076 t
+8448 58675 Rules of Engagement eng Little Bummer Boy Timmy thinks it's a total bummer that he and Alison have split up at Christmas, but he cheers himself up by dressing as an elf to greet party guests. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:30:00 2014-12-25 11:00:00 \N \N \N S \N 2609077 t
+8448 58676 Melissa & Joey eng A New Kind of Christmas Mel is excited to spend Christmas with her sister Meredith, who is on a home visit from prison, but Joe is not at all pleased to see their guest. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:30:00 \N \N \N S \N 2609078 t
+8448 58677 Brooklyn Nine-Nine eng Christmas When Captain Holt gets death threats, Peralta is put in charge of his security. Santiago tries to obtain a precinct Christmas photo for Holt, but Diaz won't smile for the camera. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 11:30:00 2014-12-25 12:00:00 \N \N \N S \N 2609079 t
+22592 17849 Extra Time on talkSPORT eng \N Bob Ballard hosts the fastest sports show on the dial featuring reaction to sport at home and abroad. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-25 01:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2609084 t
+8325 5471 Through the Christmas Keyhole eng \N A festive Keith Lemon presents a seasonal edition of the show snooping around more homes of mystery celebrities. The studio panel are Jonathan Ross, Louis Walsh and Kym Marsh. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 00:50:00 2014-12-25 01:50:00 \N \N \N S \N 2609085 t
+8325 5137 Two and a Half Men eng That's Summer Sausage, Not Salami American sitcom. Charlie sets Alan up with their new neighbour but gets jealous when the two form a bond. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 01:50:00 2014-12-25 02:20:00 \N \N \N S \N 2609086 t
+8325 5139 Two and a Half Men eng My Damn Stalker American sitcom. When Rose announces she is moving to London, Charlie is surprised by his reaction to the news. Alan lies to a woman he met online. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:20:00 2014-12-25 02:45:00 \N \N \N S \N 2609087 t
+8325 5140 Two and a Half Men eng Kissing Abe Lincoln American sitcom. Charlie must choose between his girlfriend Lydia and Berta as they fight for his allegiance. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:45:00 2014-12-25 03:05:00 \N \N \N S \N 2609088 t
+24448 64036 A Merry Christmas with Gems TV! eng \N A selection of extra special pieces from the Gems TV vault this Christmas. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2609089 t
+24448 64037 Join Our Christmas Festivities! eng \N Huge savings on genuine gemstone jewellery at Gems TV, as the family jeweller presentsa special Christmas celebration show. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2609090 t
+24448 64038 Happy Christmas from Gems TV! eng \N Huge savings on genuine gemstone jewellery at Gems TV on Christmas Day. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2609091 t
+27648 4566 Total Fishing eng Carp at Angler's Paradise Mick's gunning for gaudy flies and Matt's knotting nymphs as they fish a recently stocked lake. Plus, more top tips as the angling experts talk tackle. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N \N \N 2609092 t
+27648 4567 Total Fishing eng Mullet in Plymouth The weather's great, the tidal estuary location is perfect and they've recruited expert sea fishermen to help but will Matt or Mick manage to hook a mullet? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N \N \N 2609093 t
+27648 4568 Total Fishing with Matt Hayes eng \N Matt hooks up with a world champion angler, travels to Norway for a spot of fjord fishing, discusses bite alarms with Mick Brown and lands some barbel on the Lower Severn. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 10:30:00 \N \N \N \N \N 2609094 t
+27648 4569 Total Fishing with Matt Hayes eng \N Matt catches tench on the feeder at Manor Lake in Oxford, before travelling to Madeira to fish for snapper. Plus, top tips on tackle and bait. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:30:00 2014-12-25 11:00:00 \N \N \N \N \N 2609095 t
+27648 4570 Salvage Hunters eng \N Modern-day treasure hunter Drew Pritchard returns with even more demanding customers and a chance of profit as he hunts derelict gems and forgotten remnants. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2609096 t
+22400 669 Babestation Xtra eng The place to find all your favourite sexy babes at once. Babestation gives you XXXtra! Plus don't forget to check out BSX from 11 30pm. Press red on Ch 174 to find out more! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 22:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2609097 t
+13120 8622 Fashion Accessories Sale eng \N Complete your look with our selection of marvellous fashion accessories at great prices. We've collected together our favorite footwear, bags and fab finishing touches from right across our brands. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2609098 t
+13120 8623 The Outerwear Shop Sale eng \N Wrap up warm with some of the most popular items selected from across QVC's fashion ranges, all at fantastic low prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2609099 t
+13120 8624 Dreamkeeper Collection Sale eng \N Brought to you by the creators of Kirks Folly, this range features luxurious fabrics with pretty fringing, diamante and sequin details. Plus, with bargain prices there's no better time to look fab! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2609100 t
+23152 17919 Crime Stories eng Season 3 Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2609101 t
+23152 17636 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-26 16:00:00 2014-12-26 16:30:00 \N \N \N \N \N 2609102 t
+23152 17637 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:00:00 \N \N \N \N \N 2609103 t
+23152 17638 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 \N \N \N \N \N 2609104 t
+23152 17639 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 17:30:00 2014-12-26 18:00:00 \N \N \N \N \N 2609105 t
+17472 55640 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:15:00 \N \N \N \N \N 2609106 t
+28416 20191 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-26 16:30:00 2014-12-26 20:30:00 \N \N \N \N \N 2609107 t
+40960 53132 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 09:00:00 2014-12-20 10:00:00 \N \N \N \N \N 2609108 t
+40960 53133 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 10:00:00 2014-12-20 10:30:00 \N \N \N \N \N 2609109 t
+40960 53134 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 10:30:00 2014-12-20 10:45:00 \N \N \N \N \N 2609110 t
+40960 53135 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 10:45:00 2014-12-20 11:00:00 \N \N \N \N \N 2609111 t
+40960 53136 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 11:00:00 2014-12-20 11:30:00 \N \N \N \N \N 2609112 t
+40960 53137 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 11:30:00 2014-12-20 12:00:00 \N \N \N \N \N 2609113 t
+15808 50370 V8 Supercars Season Review eng \N A round-up of the 2014 season of Australia's premier touring car series. Part 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:35:00 \N \N \N \N \N 2609114 t
+40992 52334 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 15:05:00 2014-12-26 15:25:00 \N \N \N \N \N 2609115 t
+40992 52335 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 15:25:00 2014-12-26 15:55:00 \N \N \N \N \N 2609116 t
+40992 52336 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 15:55:00 2014-12-26 16:05:00 \N \N \N \N \N 2609117 t
+40992 52337 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 16:05:00 2014-12-26 16:45:00 \N \N \N \N \N 2609118 t
+40992 52338 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 16:45:00 2014-12-26 17:00:00 \N \N \N \N \N 2609119 t
+40992 52339 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:15:00 \N \N \N \N \N 2609120 t
+40992 52340 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 17:15:00 2014-12-26 17:40:00 \N \N \N \N \N 2609121 t
+40992 52341 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 17:40:00 2014-12-26 17:55:00 \N \N \N \N \N 2609122 t
+40992 52342 Dipdap eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 17:55:00 2014-12-26 18:00:00 \N \N \N \N \N 2609123 t
+22080 1655 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:30:00 \N \N \N \N \N 2609124 t
+22080 1656 Press Preview eng \N Another chance to see a full review of the best stories in this morning's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 00:30:00 2014-12-26 01:00:00 \N \N \N S \N 2609125 t
+22080 1659 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:30:00 \N \N \N \N \N 2609128 t
+22080 1660 CBS News eng \N A chance to see live the main evening news bulletin from a leading network channel in America. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 02:30:00 2014-12-26 03:00:00 \N \N \N S \N 2609129 t
+22272 65224 Top Gear eng Bolivia Special The boys are dropped deep into the Bolivian rainforest armed only with three 4x4s. They must drive to the Chilean coast - via drug lords and debilitating altitude. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-25 18:20:00 2014-12-25 20:00:00 \N \N \N AD,S \N 2609130 t
+22272 65227 QI XL eng Kris Kringle A feast of Stephen Fry as our jolly old quizmaster and his QI elves get into the Christmas spirit with Jo Brand, Brendan O'Carroll, Phill Jupitus and Alan Davies. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N S \N 2609131 t
+4168 51853 Not Going Out eng Christmas Special Sitcom. The will-they-won't-they tension reaches new highs in this Christmas series finale that sees Lucy and Lee in previously uncharted emotional waters. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:15:00 10 11 \N S \N 2609132 t
+4168 56490 The Vicar of Dibley eng Winter Ecclesiastical sitcom about the unconventional Reverend Geraldine Granger. Alice miraculously solves the problem of the Christmas show by proposing an unusual nativity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:15:00 2014-12-24 22:55:00 2 4 \N S \N 2609133 t
+4168 58339 Mrs Brown's Boys Christmas Special eng Buckin' Mammy Festive edition of the sitcom about a meddling matriarch. Mrs Brown tries to find out what Bono would like for a Christmas present. Contains strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:55:00 2014-12-24 23:30:00 1 2 \N S \N 2609134 t
+4168 51795 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. Followed by weather and a National Lottery update. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:30:00 2014-12-24 23:45:00 \N \N \N S \N 2609135 t
+4168 56114 Midnight Mass from Arundel Cathedral eng \N A traditional Christmas Eve Roman Catholic mass from the picturesque town of Arundel in West Sussex, including the familiar carols O Come All Ye Faithful and Silent Night. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:45:00 2014-12-25 01:05:00 \N \N \N S \N 2609136 t
+28352 2428 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:30:00 \N \N \N \N \N 2609137 t
+28352 2429 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 18:30:00 2014-12-25 19:00:00 \N \N \N \N \N 2609138 t
+28352 2430 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N \N \N 2609139 t
+28352 2431 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 19:30:00 2014-12-25 20:00:00 \N \N \N \N \N 2609140 t
+28352 2432 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 20:00:00 2014-12-25 20:40:00 \N \N \N \N \N 2609141 t
+28352 2433 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 20:40:00 2014-12-25 21:00:00 \N \N \N \N \N 2609142 t
+27456 45513 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:30:00 \N \N \N \N \N 2609143 t
+27456 45514 Worlds Apart With Oksana Boyko eng \N Worlds Apart is a fast-paced, in-depth discussion on the pressing issues of the day. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 18:30:00 2014-12-25 19:00:00 \N \N \N \N \N 2609144 t
+27456 45515 In The Now with Anissa Naouai eng \N In the Now, hosted by Senior Political correspondent Anissa Naouai, is fresh, honest, and hard-hitting news coverage on the world's most pressing issues with one of RT's most experienced journalists. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N \N \N 2609145 t
+27456 45516 News Team eng \N News Team looks at the world's biggest news from behind-the-scenes, following the reporters who work hard to cover what's happening. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 19:30:00 2014-12-25 20:00:00 \N \N \N \N \N 2609146 t
+27456 45517 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 20:00:00 2014-12-25 20:30:00 \N \N \N \N \N 2609147 t
+27456 45518 Keiser Report eng \N Keiser Report is a no holds barred look at the shocking scandals behind the global financial headlines. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 20:30:00 2014-12-25 21:00:00 \N \N \N \N \N 2609148 t
+27744 42163 Star Trek - The Original Series eng \N The original Star Trek series, digitally remastered. Kirk is once again in peril and the crew's efforts to save him are thwarted by a mysterious web of energy./24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 9 \N \N \N 3 2609149 t
+27744 42164 Nash Bridges eng \N The high-action exploits of San Francisco police officer Nash Bridges. Nash's sister, Stacy, is robbed, forcing her to come out as a lesbian. Nash has his own secret romance./18 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 11 \N \N \N 2 2609150 t
+27744 42165 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. Picard and Riker masquerade as mercenaries to retrieve a potentially lethal Vulcan artefact. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2609151 t
+26240 11752 Eloise Carr eng \N Eloise ends the day on heat radio! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 19:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2609152 t
+28512 717 The Evening Schmooze eng \N Time to unwind and chat about the day and meet new people. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 18:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2609153 t
+24032 31440 Secret Santa eng \N A caring father is struggling to provide for his family, and when Christmas nears he is forced to take drastic action by enlisting the help of Santa Claus. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:50:00 \N \N 1998 \N \N 2609154 t
+24032 31441 Behind the Screens eng \N From directors to costume-makers we take a look behind the screens to see what it takes to sprinkle that Hollywood movie magic! \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 13:50:00 2014-12-26 14:00:00 \N \N \N \N \N 2609155 t
+24032 31442 A Perfect Day eng \N Drama about a writer whose first book becomes a bestseller overnight. Success goes to the man's head and puts pressure on his relationships with friends and family \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:50:00 \N \N 2006 \N \N 2609156 t
+17609 19784 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 18:50:00 2014-12-25 19:00:00 \N \N \N \N \N 2609157 t
+17609 19785 eng \N \N \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2609158 t
+17609 19787 eng \N \N \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2609159 t
+27360 18084 Grand Prix of France - MotoGP eng \N Action from the MotoGP Grand Prix of France from the Le Mans Bugatti circuit. Dani Pedrosa won the GP here last year, with British rider Cal Crutchlow claiming second. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 02:00:00 2014-12-25 03:30:00 \N \N \N \N \N 2609160 t
+25664 55907 8 Out Of 10 Cats eng Xmas Special! Jimmy Carr hosts a Christmas special with team captains Jon Richardson and Sean Lock. Guests include Holly Willoughby, Henning Wehn, Alan Davies, Roisin Conaty, Nick Helm and Joe Wilkinson. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2609161 t
+25664 55908 8 Out Of 10 Cats eng Xmas Special! Jimmy Carr hosts a Christmas edition of the show. Featuring special guests Jack Dee, Lorraine Kelly, Josie Long and Christopher Biggins, led by captains Sean Lock and Jason Manford. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:50:00 \N \N \N \N \N 2609162 t
+25664 55909 The Blair Witch Project eng \N Three student filmmakers head deep into desolate woodlands in search of the legendary Blair Witch only to discover the meaning of true horror. Strong language. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-25 22:50:00 2014-12-26 00:30:00 \N \N 1998 \N \N 2609163 t
+13024 51082 Peppa Pig eng Lunch Pig tales. When the family goes to Granny and Grandpa Pig's house for dinner, George is reluctant to eat his salad. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 09:10:00 2014-12-25 09:20:00 \N \N \N S \N 2609164 t
+17609 20281 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 11:25:00 2014-12-26 12:30:00 \N \N \N \N \N 2610116 t
+13024 51083 Peppa Pig eng Mr Potato's Xmas Show Animation. Hoor-oink! It's Christmas, and Playgroup is going to the theatre to see a special performance. Some people have never been to a theatre before. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 09:20:00 2014-12-25 09:30:00 \N \N \N S \N 2609165 t
+13024 51084 Toby's Travelling Circus eng Momo's Christmas Animation. Toby plans a surprise Christmas present for Momo, but when he won't tell him what it is Momo tries asking everyone else. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 09:30:00 2014-12-25 09:45:00 \N \N \N S \N 2609166 t
+13024 51086 Milkshake Bop Box eng \N Derek, Jen and Kemi celebrate the joy of Christmas in this lively festive bop. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 09:45:00 2014-12-25 09:50:00 \N \N \N S \N 2609167 t
+13024 51087 Peppa Pig eng Mummy Pig at Work Peppa and George love helping Mummy Pig work on her computer, but they prefer playing computer games. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 09:50:00 2014-12-25 10:00:00 \N \N \N S \N 2609168 t
+13024 51088 Peppa Pig eng Piggy In The Middle Animated series. Peppa is teasing George because he can't catch a ball properly, so Mummy Pig suggests a game called Piggy in the Middle to help him learn. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 10:00:00 2014-12-25 10:05:00 \N \N \N S \N 2609169 t
+13024 51089 Bert and Ernie eng Planet Bert Claymation featuring Bert and Ernie from 'Sesame Street'. Bert and Ernie don their astronaut gear and take a trip into space. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-25 10:05:00 2014-12-25 10:15:00 \N \N \N S \N 2609170 t
+13024 51315 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:15:00 2014-12-25 10:20:00 \N \N \N \N \N 2609171 t
+13024 51091 Andre Rieu - Love In Venice eng \N Filmed live in Vrijthof square, Venice, the seminal violinist Andre Rieu and the Johann Strauss Orchestra perform some of his greatest hits. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 10:20:00 2014-12-25 11:20:00 \N \N \N S \N 2609172 t
+13024 51092 Scrooge eng \N Festive musical movie starring Albert Finney and Alec Guinness. An adaptation of Dickens's A Christmas Carol. Miserly Ebenezer Scrooge dismisses the celebrations around him. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 11:20:00 2014-12-25 13:35:00 \N \N 1970 S \N 2609173 t
+8500 6009 The Lady Killers eng \N Classic crime caper for our best of British comedy day, starring Alec Guinness and Herbert Lom. A gang of crooks is rumbled by the old lady who owns their hideout so they decide to kill her. (1... \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 15:15:00 2014-12-26 17:00:00 \N \N \N S \N 2609174 t
+8500 6010 A Shot In The Dark eng \N Best of British comedy continues with the Inspector Clouseau comedy starring Peter Sellers. The bumbling policeman remains stubbornly convinced that a chambermaid is not guilty of murder. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 17:00:00 2014-12-26 19:05:00 \N \N 1964 S \N 2609175 t
+27168 59666 Jamie's Christmas with Bells On eng \N In the second of two festive specials, Jamie Oliver shows how to create an original Christmas Day menu featuring festive fiesta tacos, brussels with hustle, and Bloody Mary seafood platter. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N S \N 2609176 t
+27168 59667 A Great British Christmas with Sarah Beeny eng Sarah Beeny and her husband, artist Graham Swift, explore the history of Christmas through the ages in their Yorkshire stately home, Rise Hall \N \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N S \N 2609177 t
+27168 59668 Kirstie's Handmade Britain eng \N Kirstie Allsopp takes on some complex needlework challenges as she enters a cushion of her own design into the needlecraft competition at the Great Yorkshire Show. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N S \N 2609178 t
+41056 18290 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2609179 t
+41056 18291 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:30:00 \N \N \N \N \N 2609180 t
+41056 18292 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-26 13:30:00 2014-12-26 13:55:00 \N \N \N \N \N 2609181 t
+41056 18293 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 13:55:00 2014-12-26 14:00:00 \N \N \N \N \N 2609182 t
+41056 18294 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:05:00 \N \N \N \N \N 2609183 t
+41056 18295 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-26 14:05:00 2014-12-26 15:00:00 \N \N \N \N \N 2609184 t
+25728 54693 Official 20 Bestselling Singles of 2014 eng \N A countdown of the top selling singles of the year. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2609185 t
+25728 54694 SpongeBob SquarePants eng \N Cartoon about an accident-prone sea sponge and his friends Patrick Starfish, Squidward and others. \N 0 25 f 64 eng eng 5 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N AD,S \N 2609186 t
+25728 54695 SpongeBob SquarePants eng \N Cartoon about an accident-prone sea sponge and his friends Patrick Starfish, Squidward and others. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 \N \N \N S \N 2609187 t
+23040 38323 Mystery Diners eng \N When Adam, owner of Via Brasil, is concerned that meat sales aren't being reflected in his register, he calls Charles for help. When the Mystery Diners go undercover, they discover some awful truths. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 \N \N \N \N \N 2609188 t
+23040 38324 Mystery Diners eng \N Charles arrives at the Catharsis restaurant in Miami to help an owner who has recently received complaints of theft and inappropriate behaviour during their Dining in the Dark event. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N \N \N 2609189 t
+23040 38325 Mystery Diners eng \N When a restaurant owner suspects employees of not doing their jobs - whether it be stealing, lying, mistreating customers or generally doing lousy work - they call in the Mystery Diners. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N \N \N 2609190 t
+23040 38326 Mystery Diners eng \N When a restaurant owner suspects employees of not doing their jobs - whether it be stealing, lying, mistreating customers or generally doing lousy work - they call in the Mystery Diners. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N \N \N 2609191 t
+23040 38327 Mystery Diners eng \N When a restaurant owner suspects employees of not doing their jobs - whether it be stealing, lying, mistreating customers or generally doing lousy work - they call in the Mystery Diners. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:30:00 \N \N \N \N \N 2609192 t
+23040 38328 Mystery Diners eng \N When a restaurant owner suspects employees of not doing their jobs - whether it be stealing, lying, mistreating customers or generally doing lousy work - they call in the Mystery Diners. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 20:30:00 2014-12-26 21:00:00 \N \N \N \N \N 2609193 t
+16080 15003 Holiday and Cruise Club eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2609194 t
+16080 15004 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:05:00 \N \N \N \N \N 2609195 t
+16080 15005 Chas & Dave's Xmas Knees Up! eng \N The Cockney singers Chas & Dave are joined by Eric Clapton and Jim Davidson for this musical special. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 19:05:00 2014-12-26 20:00:00 \N \N \N S \N 2609196 t
+16080 15006 Britain's Favourite Xmas Songs eng \N A countdown of the nation's favourite Christmas songs. Artists, producers and pundits unwrap the greatest gifts that musicians have given to us for Christmases past and present \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 23:05:00 \N \N \N S \N 2609197 t
+32896 8300 The Little Reindeer eng \N Santa Claus' little reindeer accidentally gets wrapped up like a gift and gets delivered to a little boy who sees in him a very special gift and they soon become best friends! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:30:00 \N \N \N \N \N 2609198 t
+32896 8301 Littlest Pet Shop eng \N Blythe and Zoe agree to appear on the "Toddlers & Tiaras" reality show as they compete in a pet pageant. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 12:30:00 2014-12-20 13:00:00 \N \N \N \N \N 2609199 t
+32896 8302 Littlest Pet Shop eng \N Pepper's comedy idol comes to visit LPS but she must work hard to earn his approval. Meanwhile Blythe learns that Mrs. T was the inventor of a unique sport. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 13:00:00 2014-12-20 13:30:00 \N \N \N \N \N 2609200 t
+32896 8303 Littlest Pet Shop eng \N Mrs. Twombly and Blythe visit the Biskit mansion. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 13:30:00 2014-12-20 14:00:00 \N \N \N \N \N 2609201 t
+32896 8304 Totally Spies eng \N Morphing Is Soooo 1987 - A former villain that the spies once defeated is fixed on getting revenge against them. To carry out his plan, he's built a morphing robot. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 14:00:00 2014-12-20 14:30:00 \N \N \N \N \N 2609202 t
+32896 8305 Totally Spies eng \N Evil Coffee Shop Much? The girls investigate why the new coffee house customers keep disappearing. Mandy discovers the spies' secret... \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 14:30:00 2014-12-20 15:00:00 \N \N \N \N \N 2609203 t
+41024 59666 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2609204 t
+41024 59667 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2609205 t
+41024 59668 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2609206 t
+22656 910 Kerrang! Presents... In Full eng \N Every Thursday at 10pm we play our favourite rock albums, in full! No adverts, no interruptions, just brilliant albums from start to finish as the bands intended. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2609207 t
+22656 998 Non-Stop Kerrang! eng \N Playing continuous K! music throughout the night. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 23:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2609208 t
+14720 23110 A Wright Christmas With Mark Wright eng \N Mark Wright gets you rocking around the Christmas tree with some cracking party tunes. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2609209 t
+14372 8020 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2609210 t
+14372 8021 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2609211 t
+14372 8022 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2609212 t
+15952 2813 Emmerdale eng \N It is Andy and Katie's wedding day. Cain tries to cover his suspicious behaviour. Lachlan offers Belle a way to ease her problems. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 09:05:00 2014-12-26 10:05:00 \N \N \N AD,S \N 2609213 t
+15952 5144 Coronation Street eng \N Does Kylie stand to lose everything? Steve pulls out all the festive stops. Gary ruins Faye's Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 10:05:00 2014-12-26 11:05:00 \N \N \N AD,S \N 2609214 t
+15952 5472 The Xtra Factor Winner's Story eng \N Sarah-Jane Crawford takes a look at the story of 2014's X Factor winner, from their first auditions to the final and beyond. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 11:05:00 2014-12-26 12:10:00 \N \N \N S \N 2609215 t
+24464 50371 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 09:35:00 2014-12-25 10:35:00 \N \N \N \N \N 2609216 t
+24464 50372 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 10:35:00 2014-12-25 11:35:00 \N \N \N \N \N 2609217 t
+24464 50373 Trophe Andros eng \N Alpe D'Huez. Motor racing's favourite winter past time, the Andros Trophy, tests the skills of some of today's top circuit racers on the ice covered tracks of some of France's best known ski resorts. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 11:35:00 2014-12-25 12:40:00 \N \N \N \N \N 2609218 t
+8283 17210 Downton Abbey eng \N Feature-length special of the period drama. It is the autumn of 1924 and Lord Sinderby has rented Brancaster Castle in Northumberland for the grouse shooting season. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 21:00:00 2014-12-25 23:00:00 \N \N \N AD,S \N 2609219 t
+8283 17211 ITV News & Weather eng \N Charlene White with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 23:00:00 2014-12-25 23:15:00 \N \N \N S \N 2609220 t
+8283 27871 You've Got to Love Christmas eng \N A comic trawl through the festive TV archives mixing classic footage with advice from an array of comedians, journalists and celebrities including Dame Edna Everage and Al Murray. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 23:15:00 2014-12-26 00:15:00 \N \N \N S \N 2609221 t
+16048 31912 Holiday on the Buses eng \N Comedy spin-off from TV series starring Reg Varney and Stephen Lewis, 1974. There is mayhem at a Welsh holiday camp when bus crew Stan, Jack and Blakey go to work there over the summer \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 18:15:00 2014-12-25 20:00:00 \N \N \N AD,S \N 2609222 t
+16048 31914 Carry on Cleo eng \N Classic British comedy starring Amanda Barrie and Sid James, 1965. The Carry On team take on ancient history and the big-budget film Cleopatra \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 20:00:00 2014-12-25 22:00:00 \N \N \N AD,S \N 2609223 t
+14784 2884 Christmas Wiped out your Finances? eng Check out our BARGAINS OF THE DAY page! All 7nt deals in January 3*BB L'rote £149! 4*HB Malta £269! 3*AI Algarve £129! 3*BB T'rife £139! 3*SC G.Canaria £159! FAB offers, MAD £££ \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 16:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2609224 t
+8264 17210 Downton Abbey eng \N Feature-length special of the period drama. It is the autumn of 1924 and Lord Sinderby has rented Brancaster Castle in Northumberland for the grouse shooting season. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 21:00:00 2014-12-25 23:00:00 \N \N \N AD,S \N 2609225 t
+8264 17211 ITV News & Weather eng \N Charlene White with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 23:00:00 2014-12-25 23:15:00 \N \N \N S \N 2609226 t
+8264 27871 You've Got to Love Christmas eng \N A comic trawl through the festive TV archives mixing classic footage with advice from an array of comedians, journalists and celebrities including Dame Edna Everage and Al Murray. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 23:15:00 2014-12-26 00:15:00 \N \N \N S \N 2609227 t
+33088 17800 Winter Solutions eng \N Keep warm and safe in the colder weather with our Winter Solutions. From shoe grips to heated insoles, snow shovels to thermal clothing, we've got all you need to see you through the winter months. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 12:00:00 2014-12-24 13:00:00 \N \N \N \N \N 2609228 t
+33088 17801 Hi-Tech Toys & Electronics eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 \N \N \N \N \N 2609229 t
+14448 27340 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 13:10:00 2014-12-25 13:35:00 \N \N \N \N \N 2609230 t
+33088 17802 Yankee Candles eng \N Since 1969, Yankee Candles have been made in the US from superior materials, including their premium fragrance oils. Fill your home with a wonderfully romantic atmosphere and exquisite scents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 14:00:00 2014-12-24 15:00:00 \N \N \N \N \N 2609231 t
+23712 4192 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-23 08:00:00 2014-12-23 08:10:00 \N \N \N \N \N 2609232 t
+27328 17783 Global Goals eng \N A round-up of the greatest goals from around the world, all accompanied by some great music. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 10:45:00 2014-12-26 11:00:00 \N \N \N \N \N 2609233 t
+27328 17784 Clare Meets Jose eng \N In an exclusive interview, award-winning broadcaster Clare Balding chats to Chelsea boss Jose Mourinho, whose remarkable success includes titles in Portugal, Italy, Spain and England. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2609234 t
+8281 17210 Downton Abbey eng \N Feature-length special of the period drama. It is the autumn of 1924 and Lord Sinderby has rented Brancaster Castle in Northumberland for the grouse shooting season. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 21:00:00 2014-12-25 23:00:00 \N \N \N AD,S \N 2609235 t
+8281 17211 ITV News & Weather eng \N Charlene White with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 23:00:00 2014-12-25 23:15:00 \N \N \N S \N 2609236 t
+8281 27871 You've Got to Love Christmas eng \N A comic trawl through the festive TV archives mixing classic footage with advice from an array of comedians, journalists and celebrities including Dame Edna Everage and Al Murray. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 23:15:00 2014-12-26 00:15:00 \N \N \N S \N 2609237 t
+8267 29346 Christmas Carols on ITV eng \N Aled Jones, Mica Paris, Lucy Kay and Collabro joins the congregation of St. Mary's Church in Prestwich, Manchester for their traditional candlelit Christmas Eve carol service. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 00:15:00 2014-12-26 01:15:00 \N \N \N S \N 2609238 t
+8267 27873 Murder, She Wrote eng Celtic Riddle Jessica travels to Ireland for the reading of an old friend's will and realises it could provide the answer to a series of murders, as well as the whereabouts of a secret treasure. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 01:15:00 2014-12-26 02:45:00 \N \N \N S,SL \N 2609239 t
+8267 29710 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 02:45:00 2014-12-26 05:05:00 \N \N \N \N \N 2609240 t
+15856 3555 I Wanna Marry 'Harry' eng Sir US reality series in which a dozen American girls compete for Prince Harry's affections, unaware that he is just a lookalike. 'Sir' challenges the girls to a game of cricket. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:00:00 \N \N \N S \N 2609241 t
+15856 3556 Dinner Date eng \N Chris from Nottinghamshire must choose three out of the five menus put together by a potential blind date, based on the menus he most likes the look of. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N S \N 2609242 t
+15856 3557 Dinner Date eng \N Culinary dating series. Chloe from Wokingham is given five menus, each put together by a potential blind date. After dating three of them, who will she want to see for seconds? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N S \N 2609243 t
+25920 20516 Friday Fashion Sale eng \N Join Ideal World for a selection of great fashion for this season at amazing prices \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2609244 t
+25920 20504 Restwell Chairs Sale eng \N A fantastic opportunity to buy a great product at an amazing sale price! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2609245 t
+25920 20823 Ideal Ideas eng \N Ideal Ideas for you in your Ideal World. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2609246 t
+27840 5296 ..programmes start at 9.30am eng \N ..programmes start at 9.30am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 09:30:00 \N \N \N \N \N 2609247 t
+22336 58668 Olive the Other Reindeer eng \N Olive, a dog, hears the sad news on the radio that Blitzen the reindeer has been injured and Christmas may be cancelled. So Olive sets off with her pet flea to save the day. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:50:00 \N \N \N S \N 2609248 t
+22336 58669 Lost and Found eng \N Based on books created and illustrated by Oliver Jeffers, this stunning special tells a magical tale of friendship and loneliness about a boy and a penguin. Narrated by Jim Broadbent. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-25 07:50:00 2014-12-25 08:15:00 \N \N \N AD,S \N 2609249 t
+22336 59162 Ice Age eng A Mammoth Christmas When Sid accidentally ruins one of Manny's Christmas traditions, he's told that he will be on Santa's naughty list. So he heads to the North Pole to plead his case directly to Santa Claus. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-25 08:15:00 2014-12-25 08:35:00 \N \N \N S \N 2609250 t
+22336 58671 Happy Endings eng Grinches Be Crazy Desperate to earn some money, Max agrees to play Santa Claus at Penny's charity event. Jane accidentally gives some money to her housekeeper. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 08:35:00 2014-12-25 09:00:00 \N \N \N AD,S \N 2609251 t
+8381 15406 The Queen eng \N The Queen delivers her annual Christmas message to the nation and the Commonwealth. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 16:00:00 2014-12-25 16:10:00 \N \N \N S \N 2609252 t
+8381 14982 The Queen's Garden eng \N The first of two programmes in which Alan Titchmarsh gets exclusive access to the royal gardens at Buckingham Palace for a whole year, revealing its hidden treasures. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-25 16:10:00 2014-12-25 17:10:00 \N \N \N AD,S \N 2609253 t
+8381 14981 ITV News & Weather eng \N Charlene White with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 17:10:00 2014-12-25 17:20:00 \N \N \N S \N 2609254 t
+8381 15410 Elf eng Buddy's Musical Christmas Animation based on the film Elf. When Buddy travels to New York City, his unrelenting cheer transforms the lives of everyone and opens his father's eyes to the magic of Christmas. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 17:20:00 2014-12-25 18:20:00 \N \N \N S \N 2609255 t
+14448 27338 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 12:20:00 2014-12-25 12:45:00 \N \N \N \N \N 2609256 t
+14448 27339 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 12:45:00 2014-12-25 13:10:00 \N \N \N \N \N 2609257 t
+14448 27341 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 13:35:00 2014-12-25 14:00:00 \N \N \N \N \N 2609258 t
+14448 27342 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:25:00 \N \N \N \N \N 2609259 t
+14448 27343 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:25:00 2014-12-25 14:50:00 \N \N \N \N \N 2609260 t
+14448 27344 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:50:00 2014-12-25 15:15:00 \N \N \N \N \N 2609261 t
+8274 29346 Christmas Carols on ITV eng \N Aled Jones, Mica Paris, Lucy Kay and Collabro joins the congregation of St. Mary's Church in Prestwich, Manchester for their traditional candlelit Christmas Eve carol service. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 00:15:00 2014-12-26 01:15:00 \N \N \N S \N 2609262 t
+8274 27873 Murder, She Wrote eng Celtic Riddle Jessica travels to Ireland for the reading of an old friend's will and realises it could provide the answer to a series of murders, as well as the whereabouts of a secret treasure. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 01:15:00 2014-12-26 02:45:00 \N \N \N S,SL \N 2609263 t
+8274 29710 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 02:45:00 2014-12-26 05:05:00 \N \N \N \N \N 2609264 t
+24384 16016 Kanban Sale eng \N Join us on Create and Craft for the Kanban Sale show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:00:00 \N \N \N \N \N 2609265 t
+41120 14209 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2609266 t
+41120 14210 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2609267 t
+41120 14211 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2609268 t
+15840 3647 Toyah's Christmas At The Zoo eng \N Cosy up with family and friends as Toyah Willcox brings you a selection of fine Christmas songs and a sprinkling of festive stories, surrounded by a variety of creatures great and small. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2609269 t
+15840 3648 Feel The Heat... Funky Beat eng \N From the genre that fused jazz-funk with electronic dance in the late 80s and 90s, we give you innovative music from Jamiroquai, Brand New Heavies, Incognito and more. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:30:00 \N \N \N \N \N 2609270 t
+15840 3649 Daniel O'Donnell eng My Vintage New! Everything from big ballads to haunting instrumentals evoking his beloved homeland feature in the top song choices of Ireland's iconic singer songwriter. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:30:00 \N \N \N \N \N 2609271 t
+15840 3650 A Very Vintage Christmas eng \N Presenters Toyah Willcox and Wizzard's Roy Wood are cosying up by the fireplace with two guest artists as they talk Christmas and sing favourite festive songs. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 23:30:00 2014-12-26 00:30:00 \N \N \N \N \N 2609272 t
+8448 58678 How I Met Your Mother eng How Lily Stole Christmas Lily and Ted argue after Lily hears an old message from Ted on Marshall's answering machine encouraging him to recall Lily's bad points and calling her a grinch. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:30:00 \N \N \N AD,S \N 2609273 t
+8448 58679 How I Met Your Mother eng Little Minnesota It's Christmas time and both Marshall and Robin are feeling homesick in New York. Ted tries to keep his immature younger sister Heather away from Barney. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 12:30:00 2014-12-25 13:00:00 \N \N \N AD,S \N 2609274 t
+8448 58680 How I Met Your Mother eng False Positive There's chaos at Christmas when Marshall and Lily have a positive result on a pregnancy test, Robin chooses between two very different jobs, and Barney wants a diamond suit. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 13:00:00 2014-12-25 13:30:00 \N \N \N AD,S \N 2609275 t
+8448 58681 How I Met Your Mother eng The Final Page Barney tells Ted that he plans to make a Christmas proposal to Patrice. Marshall and Lily have their first night away together since the birth of baby Marvin. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 13:30:00 2014-12-25 14:00:00 2 2 \N AD,S \N 2609276 t
+8448 58682 The Big Bang Theory eng E4's Top 20 - The 43 Peculiarity The guys follow Sheldon when they notice that he vanishes for 20 minutes after lunch every day in the show placed 10th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:30:00 \N \N \N AD,S \N 2609277 t
+8448 58683 The Big Bang Theory eng E4's Top 20 - The Countdown Reflection Bernadette decides she wants to marry Howard before his Space Shuttle mission occurs in the show placed ninth in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:30:00 2014-12-25 15:00:00 \N \N \N AD,S \N 2609278 t
+41136 50378 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 15:45:00 2014-12-25 17:50:00 \N \N \N \N \N 2609279 t
+41136 50379 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 17:50:00 2014-12-25 18:55:00 \N \N \N \N \N 2609280 t
+8325 5138 Two and a Half Men eng Walnuts and Demerol American sitcom about a well-off bachelor. Charlie's plans for a romantic Christmas Eve alone with his date are ruined when friends and family decide to drop by. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 03:05:00 2014-12-25 03:30:00 \N \N \N S \N 2609281 t
+8325 2770 Release the Hounds eng Jingle Hell Reggie Yates presents a special festive edition of the horror game show, featuring celebrity contestants Perri, Ashley and Jordan from dance troupe Diversity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 03:30:00 2014-12-25 04:20:00 \N \N \N S \N 2609282 t
+8325 2469 Educating Joey Essex eng \N Another instalment in the hilarious series which seeks to widen the former TOWIE star's knowledge. This time, Joey travels to remote Patagonia at the southern tip of South America. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 04:20:00 2014-12-25 05:05:00 \N \N \N S \N 2609283 t
+8325 2773 Totally Bonkers World Records eng \N Matt Edmondson guides us through some Guinness World Records, like the fastest time taping a person to a wall, the most snails on a face, and the fastest time to eat a raw onion. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 05:05:00 2014-12-25 05:30:00 \N \N \N S \N 2609284 t
+8325 4896 Totally Bonkers World Records eng \N Matt Edmondson offers his unique insights on more Guinness World Records from across the globe, including the world's largest violin and the heaviest vehicle pulled by the hair. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 05:30:00 2014-12-25 05:55:00 \N \N \N S \N 2609285 t
+8325 2679 ITV2 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 05:55:00 2014-12-25 06:00:00 \N \N \N \N \N 2609286 t
+24448 64039 Join Our Christmas Festivities! eng \N Huge savings on genuine gemstone jewellery at Gems TV, as the family jeweller presentsa special Christmas celebration show. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2609287 t
+24448 64040 Join Our Christmas Festivities! eng \N Huge savings on genuine gemstone jewellery at Gems TV, as the family jeweller presentsa special Christmas celebration show. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2609288 t
+24448 64041 A Merry Christmas with Gems TV! eng \N A selection of extra special pieces from the Gems TV vault this Christmas. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2609289 t
+27648 4571 Salvage Hunters eng \N Modern-day treasure hunter Drew Pritchard returns with even more demanding customers and a chance of profit as he hunts derelict gems and forgotten remnants. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2609290 t
+27648 4572 Salvage Hunters eng \N Salvager Drew Pritchard visits an antique dealer whose stock includes a lamp that could make his entire trip worthwhile, and searches for treasure in a Somerset estate coach house. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2609291 t
+27648 4573 Salvage Hunters eng \N Modern-day treasure hunter Drew Pritchard is constantly on the road to salvage derelict gems and forgotten remnants to restore and sell on for a healthy profit. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2609292 t
+23152 17640 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 \N \N \N \N \N 2609293 t
+14720 23111 Party Classics With Lucy Ellis eng \N Lucy keeps the party going right through to Boxing Day morning with tune after tune. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2609375 t
+23152 17641 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N \N \N 2609294 t
+23152 17642 Fear Factor eng Season 3 The ultimate adrenaline rush, a true test of stamina and guile for those contestants who have the guts and determination to face their inner fears. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2609295 t
+23152 17643 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:30:00 \N \N \N \N \N 2609296 t
+23152 17644 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 20:30:00 2014-12-26 21:00:00 \N \N \N \N \N 2609297 t
+17472 57738 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 12:15:00 2014-12-25 12:45:00 \N \N \N \N \N 2609298 t
+17472 55642 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 12:45:00 2014-12-25 13:45:00 \N \N \N \N \N 2609299 t
+17472 55644 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 13:45:00 2014-12-25 14:45:00 \N \N \N \N \N 2609300 t
+17472 55643 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 14:45:00 2014-12-25 17:00:00 \N \N \N \N \N 2609301 t
+15808 50371 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 09:35:00 2014-12-25 10:35:00 \N \N \N \N \N 2609302 t
+15808 50372 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 10:35:00 2014-12-25 11:35:00 \N \N \N \N \N 2609303 t
+15808 50373 Trophe Andros eng \N Alpe D'Huez. Motor racing's favourite winter past time, the Andros Trophy, tests the skills of some of today's top circuit racers on the ice covered tracks of some of France's best known ski resorts. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 11:35:00 2014-12-25 12:40:00 \N \N \N \N \N 2609304 t
+40992 52343 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:10:00 \N \N \N \N \N 2609305 t
+40992 52344 Waybuloo eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 18:10:00 2014-12-26 18:20:00 \N \N \N \N \N 2609306 t
+40992 52345 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 18:20:00 2014-12-26 18:50:00 \N \N \N \N \N 2609307 t
+40992 52346 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 18:50:00 2014-12-26 18:58:00 \N \N \N \N \N 2609308 t
+40992 49189 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 18:58:00 2014-12-27 05:30:00 \N \N \N \N \N 2609309 t
+22080 1663 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:30:00 \N \N \N \N \N 2609310 t
+22080 1676 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 03:30:00 2014-12-26 04:00:00 \N \N \N \N \N 2609311 t
+22080 1682 Tsunami eng 10 Years After The Wave A decade after the Boxing Day Tsunami claimed 250,000 lives in South East Asia, this documentary explores the legacy of the wave and the grief and guilt that still haunts its survivors. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 04:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2609312 t
+22080 1683 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 05:00:00 2014-12-26 05:30:00 \N \N \N \N \N 2609313 t
+22080 1684 Entertainment Week eng \N Join Lucy Cotter and her panel of experts as they select this year's winners and losers from the world of showbiz. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2609314 t
+22272 65228 Would I Lie to You? eng \N Rob Brydon hosts the deceptive comedy panel show, with team captains David Mitchell and Lee Mack, and guest panellists Ronni Ancona, Chris Hoy, Gabby Logan and Danny Wallace. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:40:00 \N \N \N S \N 2609315 t
+22272 65229 Would I Lie to You? eng \N Rob Brydon hosts the comedy panel show in which players must tell fact from fiction. Joining David Mitchell and Lee Mack are Michael Ball, Charlie Brooker and Reece Shearsmith. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 21:40:00 2014-12-25 22:20:00 \N \N \N S \N 2609316 t
+22272 65230 Would I Lie to You? eng \N Rob Brydon hosts the jocular panel show about truth-bending and lie-telling, with David Mitchell and Lee Mack and guests Jason Manford, Ruth Jones, Jack Dee and Peter Serafinowicz. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 22:20:00 2014-12-25 23:00:00 \N \N \N S \N 2609317 t
+22272 65231 Dave Gorman Modern Life is Goodish eng Poogle The award-winning comic opines on life's little oddities, including micro-chipped cats, over-familiarity in coffee shops, self-driving cars, QR codes and cybersquatting! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N S \N 2609318 t
+28416 20192 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-26 20:30:00 2014-12-27 00:30:00 \N \N \N \N \N 2609319 t
+4168 57709 Sliding Doors eng \N Romantic comedy about the nature of fate in which a young woman's (Gwyneth Paltrow) future is affected by a two-second delay. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 01:05:00 2014-12-25 02:40:00 \N \N 1998 AD,S \N 2609320 t
+4168 51802 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 02:40:00 2014-12-25 02:45:00 \N \N \N S \N 2609321 t
+4168 51803 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 02:45:00 2014-12-25 06:00:00 \N \N \N S \N 2609322 t
+28352 2434 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:40:00 \N \N \N \N \N 2609323 t
+28352 2435 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 21:40:00 2014-12-25 22:00:00 \N \N \N \N \N 2609324 t
+28352 2436 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:30:00 \N \N \N \N \N 2609325 t
+28352 2437 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:00:00 \N \N \N \N \N 2609326 t
+28352 2438 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 23:00:00 2014-12-25 23:30:00 \N \N \N \N \N 2609327 t
+28352 2439 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 23:30:00 2014-12-26 00:00:00 \N \N \N \N \N 2609328 t
+27456 45519 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:30:00 \N \N \N \N \N 2609329 t
+27456 45520 Worlds Apart With Oksana Boyko eng \N Worlds Apart is a fast-paced, in-depth discussion on the pressing issues of the day. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 21:30:00 2014-12-25 22:00:00 \N \N \N \N \N 2609330 t
+27456 45521 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:30:00 \N \N \N \N \N 2609331 t
+27456 45522 Keiser Report eng \N Keiser Report is a no holds barred look at the shocking scandals behind the global financial headlines. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:00:00 \N \N \N \N \N 2609332 t
+27456 45523 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 23:00:00 2014-12-25 23:30:00 \N \N \N \N \N 2609333 t
+27456 45524 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 23:30:00 2014-12-26 00:00:00 \N \N \N \N \N 2609334 t
+27744 42166 Flashpoint eng \N Action-packed drama following the lives of Strategic Response Unit cops. A sniper whose father was killed by Ed during a mission threatens lives at City Hall. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2609335 t
+27744 42436 S.O.F. - Special Ops Force eng \N An elite crime fighting group combines non-lethal weaponry and special operations capabilities which enable them to go places and perform tasks above and beyond ordinary law enforcement. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2609336 t
+40960 53140 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 13:00:00 2014-12-20 14:00:00 \N \N \N \N \N 2609408 t
+27744 42168 Star Trek - The Original Series eng \N The original Star Trek series, digitally remastered. Kirk is once again in peril and the crew's efforts to save him are thwarted by a mysterious web of energy./24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:05:00 9 \N \N \N 3 2609337 t
+26240 11753 heat Classics eng \N Non-Stop heat Classics to end the day! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 22:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2609338 t
+27904 2184 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 23:00:00 2014-12-25 23:30:00 \N \N \N \N \N 2609339 t
+27904 2185 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 23:30:00 2014-12-26 00:00:00 \N \N \N \N \N 2609340 t
+28512 718 Midnight Mischief eng \N It's dark outside and its time to get flirty. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2609341 t
+24032 31443 The Odessa File eng \N Taut thriller starring Jon Voight and Maximilian Schell, 1974. A German reporter tries to track down Nazi war criminals in the 1960s, but uncovers a sinister network \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 15:50:00 2014-12-26 18:30:00 \N \N \N \N \N 2609342 t
+17609 19788 eng \N \N \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 21:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2609343 t
+17609 19789 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 23:00:00 2014-12-25 23:15:00 \N \N \N \N \N 2609344 t
+17609 19823 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 23:15:00 2014-12-26 00:15:00 \N \N \N \N \N 2609345 t
+27360 18085 Grand Prix of Italy - MotoGP eng \N Action from the MotoGP Grand Prix of Italy from Mugello. Marc Marquez has dominated MotoGP this year, but fellow Spaniard Jorge Lorenzo has won the last three Italian MotoGPs. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 03:30:00 2014-12-25 05:00:00 \N \N \N \N \N 2609346 t
+27360 18086 Game of the Week eng \N We've scoured the world for the best action and this is the best game of the week from the football or rugby world. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2609347 t
+27360 18087 Hyundai A-League Highlights eng \N All the latest football action from the 2014/15 season of Australia's top division. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2609348 t
+25664 55910 The Victoria's Secret Fashion Show eng \N One of the biggest extravaganzas in the world of fashion. The amazing Victoria's Secret Fashion Show took place in London and features a performance from Taylor Swift! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 00:30:00 2014-12-26 01:30:00 \N \N \N \N \N 2609349 t
+25664 55911 4Music's Christmas Party Bangers! eng \N The ultimate mix of festive favourites to get your Christmas party banging! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 01:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2609350 t
+8500 6011 Rob Brydon Live eng \N Part of best of British comedy day is this live 2009 recording of Rob Brydon's excruciatingly funny stand-up show. Packed with wry anecdotes, witty banter, improvisation, impersonations and songs. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 19:05:00 2014-12-26 20:00:00 \N \N \N S \N 2609351 t
+8500 6012 Morecambe & Wise Live! 1973 eng \N As part of a night celebrating classic comedy this rarely seen live performance sees the official national treasures Morecambe and Wise perform some of their best loved comedy sketches. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:25:00 \N \N \N S \N 2609352 t
+13024 51093 The Sound of Music - Live! eng \N Stage version of the classic musical starring Carrie Underwood and Stephen Moyer. A novice nun leaves her convent to accept a position as governess to a large family. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 13:35:00 2014-12-25 16:25:00 \N \N 2013 S \N 2609353 t
+27168 59669 Come Dine with Me eng \N In Lincolnshire, retired aerobics instructor Sue immediately clicks with florist Sophie - the other guests can't get a word in edgeways! But Sophie's wild behaviour soon begins to grate. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N S \N 2609354 t
+27168 59670 Come Dine with Me eng \N In Staffordshire, project manager Carl's chauvinistic tendencies make him a few enemies - particularly Charlotte, who is a former model and winner of Miss Stafford. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N S \N 2609355 t
+27168 59671 Location, Location, Location eng \N In the West Midlands, Kirstie Allsopp helps neurosurgeon Naomi escape from a crowded house, while Phil Spencer assists couple Mo and Jon, who want completely different things from a home. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N S \N 2609356 t
+41056 18296 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 15:00:00 2014-12-26 15:30:00 \N \N \N \N \N 2609357 t
+41056 18297 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 15:30:00 2014-12-26 16:00:00 \N \N \N \N \N 2609358 t
+41056 18298 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2609359 t
+41056 18299 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 \N \N \N \N \N 2609360 t
+41056 18300 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 17:30:00 2014-12-26 17:55:00 \N \N \N \N \N 2609361 t
+41056 18301 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 17:55:00 2014-12-26 18:00:00 \N \N \N \N \N 2609362 t
+25728 54696 Open Season eng \N A domesticated bear and a streetwise deer team up on the eve of the hunting season to help each other find safety before the triggers are pulled. Animated fun. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 12:00:00 2014-12-26 14:00:00 \N \N 2006 \N \N 2609363 t
+25728 54697 Star Trek II eng The Wrath of Khan Sci-fi adventure with the crew of the starship Enterprise. On a mission to restore lunar landscapes, Kirk and crew run into arch-enemy Khan. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 14:00:00 2014-12-26 16:30:00 \N \N 1982 \N \N 2609364 t
+23040 38329 Mystery Diners eng \N When a restaurant owner suspects employees of not doing their jobs - whether it be stealing, lying, mistreating customers or generally doing lousy work - they call in the Mystery Diners. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N \N \N 2609365 t
+23040 38330 Mystery Diners eng \N When a restaurant owner suspects employees of not doing their jobs - whether it be stealing, lying, mistreating customers or generally doing lousy work - they call in the Mystery Diners. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:00:00 \N \N \N \N \N 2609366 t
+23040 38331 Mystery Diners eng \N When a restaurant owner suspects employees of not doing their jobs - whether it be stealing, lying, mistreating customers or generally doing lousy work - they call in the Mystery Diners. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 22:00:00 2014-12-26 22:30:00 \N \N \N \N \N 2609367 t
+23040 38332 Mystery Diners eng \N When a restaurant owner suspects employees of not doing their jobs - whether it be stealing, lying, mistreating customers or generally doing lousy work - they call in the Mystery Diners. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 22:30:00 2014-12-26 23:00:00 \N \N \N \N \N 2609368 t
+23040 38333 Mystery Diners eng \N When a restaurant owner suspects employees of not doing their jobs - whether it be stealing, lying, mistreating customers or generally doing lousy work - they call in the Mystery Diners. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 23:00:00 2014-12-26 23:30:00 \N \N \N \N \N 2609369 t
+23040 38334 Mystery Diners eng \N When a restaurant owner suspects employees of not doing their jobs - whether it be stealing, lying, mistreating customers or generally doing lousy work - they call in the Mystery Diners. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 23:30:00 2014-12-27 00:00:00 \N \N \N \N \N 2609370 t
+16080 15007 New eng Michael Buble's Christmas 2014 Delivering a mix of festive cheer and seasonal songs, this brand new music special sees Michael Buble joined by special guests Barbra Streisand, Ariana Grande, Miss Piggy and The Rockettes. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 23:05:00 2014-12-27 00:00:00 \N \N \N S \N 2609371 t
+41024 59669 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2609372 t
+41024 59670 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2609373 t
+41024 59671 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2609374 t
+14372 8023 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2609376 t
+14372 8024 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2609377 t
+14372 8025 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2609378 t
+15952 4603 Casper eng \N Spooky family tale starring Christina Ricci and Bill Pullman, 1995. A lonely boy-ghost befriends the young daughter of a ghost hunter \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 12:10:00 2014-12-26 14:05:00 \N \N \N AD,S \N 2609379 t
+15952 4610 Elf eng Buddy's Musical Christmas Animation based on the film Elf. When Buddy travels to New York City, his unrelenting cheer transforms the lives of everyone and opens his father's eyes to the magic of Christmas. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 14:05:00 2014-12-26 15:05:00 \N \N \N S \N 2609380 t
+24464 50374 AMV Bike Cup eng Some of the bravest riders on the planet tackle the ultimate two-wheeled challenge motorcycle racing on ice. Thrills and spills come as standard, naturally. Action from Alpe D'Huez. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 12:40:00 2014-12-25 13:10:00 \N \N \N \N \N 2609381 t
+24464 50375 Best of Crash eng \N If it's been crashed and it's caught on camera you can be sure that all the carbon fibre-splintered heartache will be replayed in Best of Crash. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 13:10:00 2014-12-25 13:40:00 \N \N \N \N \N 2609382 t
+24464 50376 Auto Mundial eng Episode 51. Auto Mundial brings you the latest in the automotive industry on a weekly basis new cars, technology, and the main motorshows around the planet. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 13:40:00 2014-12-25 14:15:00 \N \N \N \N \N 2609383 t
+24464 50377 Goodwood Revival eng \N Another chance to catch the opening day of the Goodwood Revival, which features the Shelby Cup and RAC Tourist Trophy races. Day 1 Replay. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 14:15:00 2014-12-25 15:45:00 \N \N \N \N \N 2609384 t
+40976 45533 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-25 18:58:00 2014-12-25 19:00:00 \N \N \N \N \N 2609385 t
+40976 47752 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2609386 t
+8283 29346 Christmas Carols on ITV eng \N Aled Jones, Mica Paris, Lucy Kay and Collabro joins the congregation of St. Mary's Church in Prestwich, Manchester for their traditional candlelit Christmas Eve carol service. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 00:15:00 2014-12-26 01:15:00 \N \N \N S \N 2609387 t
+8283 27873 Murder, She Wrote eng Celtic Riddle Jessica travels to Ireland for the reading of an old friend's will and realises it could provide the answer to a series of murders, as well as the whereabouts of a secret treasure. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 01:15:00 2014-12-26 02:45:00 \N \N \N S,SL \N 2609388 t
+8283 29710 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 02:45:00 2014-12-26 05:05:00 \N \N \N \N \N 2609389 t
+16048 32782 Steptoe and Son Ride Again eng \N Spin-off from the TV sitcom starring Wilfrid Brambell and Harry H Corbett, 1973. Business is so bad that Harold is convinced Albert must die so he can collect the old man's life insurance \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 22:00:00 2014-12-26 00:05:00 \N \N \N AD,S \N 2609390 t
+14784 2885 Chilled to the Bone? eng \N Time to book a CRUISE! Caribbean, Mediterranean, European. You name it, we got it! Whatever floats ya boat and whatever your budget, grab your toothbrush & sail away to Shangri-La \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 20:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2609391 t
+8264 29346 Christmas Carols on ITV eng \N Aled Jones, Mica Paris, Lucy Kay and Collabro joins the congregation of St. Mary's Church in Prestwich, Manchester for their traditional candlelit Christmas Eve carol service. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 00:15:00 2014-12-26 01:15:00 \N \N \N S \N 2609392 t
+8264 27873 Murder, She Wrote eng Celtic Riddle Jessica travels to Ireland for the reading of an old friend's will and realises it could provide the answer to a series of murders, as well as the whereabouts of a secret treasure. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 01:15:00 2014-12-26 02:45:00 \N \N \N S,SL \N 2609393 t
+8264 29710 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 02:45:00 2014-12-26 05:05:00 \N \N \N \N \N 2609394 t
+22208 6348 Christmas Crime UK eng \N Seasonal edition of the hard-hitting documentary series. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-25 00:25:00 2014-12-25 00:55:00 \N \N \N S,AD \N 2609395 t
+22208 6350 Brit Cops eng Zero Tolerance Fly-on-the-wall documentary series following the work of the Met Police, including the robbery and drug squads and uniformed response unit, in the borough of Hammersmith and Fulham. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 00:55:00 2014-12-25 01:55:00 \N \N \N S,AD \N 2609396 t
+22208 6352 Most Shocking eng Liquored Up Ladies Police must break up a brawl between a group of women who are supposed to be enjoying a boozy night in London. In Florida, a drunk driver loses control of her vehicle. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 01:55:00 2014-12-25 02:50:00 \N \N \N S \N 2609397 t
+22208 6355 Road Wars eng \N The Thames Valley Police provide a fascinating insight into car crime and its prevention. Plus, shocking video footage captures dangerous drivers in action. Strong language. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:50:00 2014-12-25 03:45:00 \N \N \N S \N 2609398 t
+33088 17803 Garden Re-Leaf with Richard Jackson eng \N Celebrating the gardening industry's first ever Re-Leaf Day, QVC is getting in the spirit of the gardening season. Here's looking forward to sunny days ahead! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 15:00:00 2014-12-24 16:00:00 \N \N \N \N \N 2609399 t
+33088 17804 bareMinerals eng \N The perfect blend of cosmetics and skincare, the bareMinerals range is ideal for women who are concerned about the additives, preservatives and fragrances routinely found in make-up. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 16:00:00 2014-12-24 17:00:00 \N \N \N \N \N 2609400 t
+33088 17805 Clogau Jewellery eng \N Each piece of Clogau jewellery contains a touch of rare Welsh gold from the Clogau St. David's gold mine in Snowdonia, North Wales - one of the rarest and most sought-after golds in the world. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 17:00:00 2014-12-24 18:00:00 \N \N \N \N \N 2609401 t
+27328 17785 Clare Meets Sir Alex eng \N In an exclusive interview, award-winning broadcaster Clare Balding chats to former Manchester United boss Sir Alex Ferguson, one of the greatest managers to grace the game. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 \N \N \N \N \N 2609402 t
+27328 18150 Bundesliga Special eng Midseason Review As the German league reaches its winter break, we take a look at the best of the action from the first half of the season in the Bundesliga. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 12:30:00 2014-12-26 13:00:00 \N \N \N \N \N 2609403 t
+27328 17787 Melbourne City v Perth Glory eng \N Hyundai A-League from AAMI Park. Home advantage has been a big factor in games between these clubs recently, with Melbourne winning the last three at home against Perth. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:30:00 \N \N \N \N \N 2609404 t
+27328 17398 Live Manchester United v Newcastle eng \N Live Barclays Premier League from Old Trafford. The Magpies ended a 41-year wait when their 1-0 victory here last season secured Newcastle's first win at this ground since 1972. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-26 14:30:00 2014-12-26 17:15:00 \N \N \N S \N 2609405 t
+40960 53138 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 12:00:00 2014-12-20 12:30:00 \N \N \N \N \N 2609406 t
+40960 53139 Click eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 12:30:00 2014-12-20 13:00:00 \N \N \N \N \N 2609407 t
+8281 29346 Christmas Carols on ITV eng \N Aled Jones, Mica Paris, Lucy Kay and Collabro joins the congregation of St. Mary's Church in Prestwich, Manchester for their traditional candlelit Christmas Eve carol service. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 00:15:00 2014-12-26 01:15:00 \N \N \N S \N 2609411 t
+8281 27873 Murder, She Wrote eng Celtic Riddle Jessica travels to Ireland for the reading of an old friend's will and realises it could provide the answer to a series of murders, as well as the whereabouts of a secret treasure. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 01:15:00 2014-12-26 02:45:00 \N \N \N S,SL \N 2609412 t
+8281 29710 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 02:45:00 2014-12-26 05:05:00 \N \N \N \N \N 2609413 t
+8267 28101 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 05:05:00 2014-12-26 06:00:00 \N \N \N S,SL \N 2609414 t
+15856 3558 Dinner Date eng \N Culinary dating series. Richard from Wimbledon is given five menus, each put together by a potential blind date. After dating three of them, who will he want to see for seconds? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N S \N 2609415 t
+15856 3559 Dinner Date eng \N Culinary dating show. Charlotte from Yorkshire is given five menus, each put together by a potential blind date. After dating three of them, who will she want to see for seconds? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N S \N 2609416 t
+15856 3560 Celebrity Christmas Dinner Date eng \N In a special festive edition of the culinary dating show, Made in Chelsea star Hugo Taylor chooses three ladies to date based on the menus he most likes the look of. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N S \N 2609417 t
+25920 20214 Comfort & Dreams Sale BlockBuster eng \N The BlockBuster is the chance to get this product at the best offer - ever, while stocks last. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2609418 t
+25920 20738 Karcher Sale eng \N An amazing deal on a very special product. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2609419 t
+25920 20873 Smartphone Half Price Sale eng \N A fantastic opportunity to get some of your favourite products in our half price event! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2609420 t
+22336 58672 Happy Endings eng No-Ho-Ho The gang decide to forgo all seasonal enjoyments and give yuletide baby Jane a Christmas-free birthday party, but can Max give up his favourite eggnog treat? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N AD,S \N 2609421 t
+22336 58670 Glee eng A Very Glee Christmas Will encourages the kids to be more charitable. Later, the teachers pick their secret Santas but one manipulative coach rigs the draw. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:30:00 \N \N \N AD,S \N 2609422 t
+22336 58673 Suburgatory eng The Nutcracker As Christmas approaches, George breaks up with his New York girlfriend Zoe, but Tessa blames herself for the demise of the relationship and plots to revive it. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:30:00 2014-12-25 11:00:00 \N \N \N AD,S \N 2609423 t
+22336 58674 Suburgatory eng Krampus George arranges a Christmas trip to New York for Tessa and her mother. Ryan is distressed when he finds out that he's adopted. Dalia begs Carmen to come home. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:30:00 \N \N \N AD,S \N 2609424 t
+22336 58675 Rules of Engagement eng Little Bummer Boy Timmy thinks it's a total bummer that he and Alison have split up at Christmas, but he cheers himself up by dressing as an elf to greet party guests. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 11:30:00 2014-12-25 12:00:00 \N \N \N S \N 2609425 t
+8381 14984 New You've Been Framed! Christmas eng \N Harry Hill gives us a festive present of snow-covered silliness. With a photo-bombing reindeer, an explosive chimney and why Miley Cyrus's tongue should never be used as a sledge. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 18:20:00 2014-12-25 18:50:00 \N \N \N S \N 2609426 t
+8381 14983 For the Love of Dogs at Christmas eng \N Paul O'Grady visits Battersea Dogs and Cats Home to help give the residents a fabulous festive season and hopes to find loving homes for all the dogs in time for Christmas Day. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 18:50:00 2014-12-25 19:50:00 \N \N \N S \N 2609427 t
+8381 14986 ITV News & Weather eng \N Charlene White with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 19:50:00 2014-12-25 20:00:00 \N \N \N S \N 2609428 t
+8381 17201 Emmerdale eng \N It is Andy and Katie's wedding day. Cain tries to cover his suspicious behaviour. Lachlan offers Belle a way to ease her problems. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2609429 t
+14448 27345 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 15:15:00 2014-12-25 15:40:00 \N \N \N \N \N 2609430 t
+14448 27346 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 15:40:00 2014-12-25 16:05:00 \N \N \N \N \N 2609431 t
+14448 27347 Dog and Beth eng On the Hunt Dog and Beth leave Hawaii to support and advise fellow bondsmen and bounty hunters across the country as they hunt down some of America's most dangerous criminals. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 16:05:00 2014-12-25 17:00:00 \N \N \N \N \N 2609432 t
+14448 27348 Dog and Beth eng On the Hunt Dog and Beth leave Hawaii to support and advise fellow bondsmen and bounty hunters across the country as they hunt down some of America's most dangerous criminals. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2609433 t
+8274 28101 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 05:05:00 2014-12-26 06:00:00 \N \N \N S,SL \N 2609434 t
+33088 18071 Christmas Gift Ideas eng \N Take the stress out of Christmas shopping and browse our marvellous selection of gift ideas to find the perfect present for someone special. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 07:00:00 2014-12-21 08:00:00 \N \N \N \N \N 2609435 t
+41120 14212 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:30:00 \N \N \N \N \N 2609436 t
+41120 14213 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 22:30:00 2014-12-26 23:00:00 \N \N \N \N \N 2609437 t
+41120 14214 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2609438 t
+32896 8306 Sally Bollywood eng \N Camp Of Doom - Sally and Doowee are going with a few other students on an overnight school camping trip. They have only just pitched their tents when they experience an Extra Terrestrial phenomenon. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:15:00 \N \N \N \N \N 2609439 t
+32896 8307 Sally Bollywood eng \N A Bird In The Hand - The Principal is distressed that his pet parrot has got away. The Principal thinks it escaped of its own accord, but Sally and Doowee discover that the cage has been forced open. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 15:15:00 2014-12-20 15:30:00 \N \N \N \N \N 2609440 t
+32896 8308 Sally Bollywood eng \N Too Many Cooks - Sally, Rahani and Albert are finalists in a school cooking competition, the first prize being an appearance on a TV show. Rahani says his food was sabotaged, so the SBI investigates. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 15:30:00 2014-12-20 15:45:00 \N \N \N \N \N 2609441 t
+26240 11756 John Isherwood eng \N John Isherwood has the soundtrack to your workday - Plus - #Reheat - All your favourite hits from the 80s & 90s \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 10:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2610111 t
+32896 8309 Sally Bollywood eng \N Ripped Off Rap - Alex improvises a rap and writes it in his diary but someone steals it. Alex asks the SBI to find the missing rap - he needs to submit it as his poetry assignment. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 15:45:00 2014-12-20 16:00:00 \N \N \N \N \N 2609442 t
+32896 8310 Transformers Rescue Bots eng \N Finding themselves shackled to unusual partners during a nature hike, the Rescue Team battles a bevy of escaped snakes overrunning Griffin Rock. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N \N \N 2609443 t
+32896 8311 Transformers Rescue Bots eng \N Cody takes the Bots on an adventure hike when strange events start happening-could they be near the mythical Griffin's Nest? \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 \N \N \N \N \N 2609444 t
+32896 8312 Slugterra eng \N Shane enters his first slugslinging competition. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 17:00:00 2014-12-20 17:30:00 2 2 \N \N \N 2609445 t
+32896 8313 Power Rangers Super Megaforce eng \N Emma uses unconventional tactics to take on Prince Vekar's latest villain. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 17:30:00 2014-12-20 18:00:00 \N \N \N \N \N 2609446 t
+15840 3651 Vintage After Midnight eng \N Can't sleep? Or partying into the early hours? Make Vintage TV your companion. We're here to help you make it through the night with a smile on your sleepy face, we hope. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 00:30:00 2014-12-26 03:00:00 \N \N \N \N \N 2609447 t
+8448 58684 The Big Bang Theory eng E4's Top 20 - The Good Guy Fluctuation Leonard doubts his feelings for Priya when he kisses a girl from the comic book shop in the show placed eighth in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:30:00 \N \N \N AD,S \N 2609448 t
+8448 58685 The Big Bang Theory eng E4's Top 20 - The Roommate Transmogrification The gang tease Howard for not being a doctor when Bernadette gets her PhD in the show placed seventh in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 15:30:00 2014-12-25 16:00:00 \N \N \N AD,S \N 2609449 t
+8448 58686 The Big Bang Theory eng E4's Top 20 - The Lunar Excitation Raj and Howard register Sheldon for online dating and soon find the perfect woman for him in the show placed sixth in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 16:00:00 2014-12-25 16:30:00 \N \N \N AD,S \N 2609450 t
+8448 58687 Ice Age eng A Mammoth Christmas When Sid accidentally ruins one of Manny's Christmas traditions, he's told that he will be on Santa's naughty list. So he heads to the North Pole to plead his case directly to Santa Claus. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-25 16:30:00 2014-12-25 17:00:00 \N \N \N S \N 2609451 t
+8448 58688 The Snowman eng \N Raymond Briggs's classic animated tale of a little boy's snowman that comes to life and whisks him off to the North Pole for an adventure. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:25:00 \N \N \N AD,S \N 2609452 t
+8448 59290 The Snowman and the Snowdog eng \N Charming animated sequel to Raymond Briggs's classic The Snowman. When a young boy and his mother move house, he builds a Snowman and a Snowdog who magically come to life. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 17:25:00 2014-12-25 18:00:00 \N \N \N AD,S \N 2609453 t
+41136 50380 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 18:55:00 2014-12-25 20:00:00 \N \N \N \N \N 2609454 t
+41136 50381 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2609455 t
+22592 17856 Alan Brazil Christmas Breakfast eng \N Alan Brazil brings festive cheer - with a little buck's fizz - to kick off your Christmas Day. \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-25 06:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2609456 t
+8325 4582 Bonkers Guinness World Records eng \N Matt Edmondson narrates a festive selection of Christmas themed Guinness World Records including the most Christmas trees chopped in two minutes and the largest conga on ice. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:25:00 \N \N \N S \N 2609457 t
+8325 4583 Emmerdale eng \N Andy and Robert's feud reaches boiling point. Charity manipulates Cain. Bernice finds comfort in an unlikely source. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 06:25:00 2014-12-25 06:50:00 \N \N \N AD,S \N 2609458 t
+8325 2814 Coronation Street eng \N Gary feels isolated from his family. Will Kylie give in to her demons? Lloyd is shocked by news of Jenna. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 06:50:00 2014-12-25 07:20:00 \N \N \N AD,S \N 2609459 t
+8325 24028 Horrid Henry eng The Movie Children's comedy starring Anjelica Huston and Parminder Nagra, 2011. Can Horrid Henry save the school he always claimed to hate? \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 07:20:00 2014-12-25 09:10:00 \N \N \N AD,S \N 2609460 t
+13024 51291 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 07:00:00 2014-12-26 08:30:00 \N \N \N \N \N 2609461 t
+24448 64042 Happy Christmas from Gems TV! eng \N Huge savings on genuine gemstone jewellery at Gems TV on Christmas Day. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2609462 t
+24448 64043 A Merry Christmas with Gems TV! eng \N A selection of extra special pieces from the Gems TV vault this Christmas. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2609463 t
+24448 64044 Happy Christmas from Gems TV! eng \N Huge savings on genuine gemstone jewellery at Gems TV on Christmas Day. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2609464 t
+16032 42099 The Aquabats! Super Show! eng Christmas with The Aquabats! Comedy adventure series. After getting lost, The Aquabats! arrive in a remote village ruled by the tyrannical Krampus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:20:00 \N \N \N S \N 2609465 t
+16032 44492 Pat & Stan eng Pat and Stan Artists! Pat the purple hippo and his friend Stan the yellow dog turn every event into a crazy adventure! Stan is going to a conference organised by Professor Chi Chi. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 06:20:00 2014-12-25 06:30:00 \N \N \N AD,S,SL \N 2609466 t
+16032 42127 Dino Dan: Trek's Adventures eng Dino Clash Jurassic adventures. When Trek and Bobby play video games, they imagine themselves in a dinosaur video game. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:30:00 2014-12-25 06:40:00 \N \N \N S \N 2609467 t
+16032 42130 Dino Dan eng Twas a Dinosaur Join palaeontologist-in-training Dan Henderson as he takes kids on a Jurassic journey. Dan takes the poem The Night Before Christmas and gives it a dinosaur spin. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:40:00 2014-12-25 06:55:00 \N \N \N S,SL \N 2609468 t
+16032 42132 Sooty eng Pranks and Presents When the hook-a-duck stall runs out of prizes, Sooty's hopes are on his teddy bear machine, but he gets a little extra help. Guest starring Brian Blessed. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 06:55:00 2014-12-25 07:05:00 \N \N \N S \N 2609469 t
+16032 42134 Almost Naked Animals eng The Perfect Gift Narwhal has special presents to give to the gang. It would be nice if they were presents that they actually wanted. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:05:00 2014-12-25 07:20:00 \N \N \N S \N 2609470 t
+16032 42135 Almost Naked Animals eng Home for the Howiedays Howie invites his conniving sister Poodle over for the Howiedays despite everyone's reservations. Will the spirit of the Howiedays bring them together? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 07:20:00 2014-12-25 07:40:00 \N \N \N S \N 2609471 t
+16032 35936 Horrid Henry eng Horrid Henry and the Horrid Hat The animated adventures of the mischievous anti-hero. Henry's horrid hat is not the only thing breaking the rules - according to Soggy Sid! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:40:00 2014-12-25 07:55:00 \N \N \N AD,S \N 2609472 t
+16032 42136 Horrid Henry eng Horrid Henry and the Perfect Panto Animated adventures. When Henry's school panto is cancelled, Margaret will not take no for an answer - which is a good thing and a bad thing! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 07:55:00 2014-12-25 08:10:00 \N \N \N AD,S \N 2609473 t
+16032 42140 Horrid Henry eng Horrid Henry and the Early Christmas Present The adventures of the eponymous mischievous boy. Christmas never seems to come early, except when you don't want it to - bah, humbug! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 08:10:00 2014-12-25 08:25:00 \N \N \N AD,S \N 2609474 t
+16032 41277 Horrid Henry eng Horrid Henry's Christmas It is Christmas present list time and a Boom Boom Basher is top of Henry's list. But he has not reckoned on Stuck Up Steve. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 08:25:00 2014-12-25 08:40:00 \N \N \N AD,S \N 2609475 t
+16032 42143 Horrid Henry eng Horrid Henry and the Cracking Christmas Henry's all set to win the Frosty Freeze competition with his snowman - then finds there is more to the competition than he bargained for! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 08:40:00 2014-12-25 08:55:00 \N \N \N AD,S \N 2609476 t
+16032 42144 Nerds & Monsters eng Molting Day Animated comedy series about three nerdy kids and a football linebacker who are marooned on a strange uncharted island. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 08:55:00 2014-12-25 09:10:00 \N \N \N S \N 2609477 t
+27648 4574 Salvage Hunters eng \N Modern-day treasure hunter Drew Pritchard is constantly on the road to salvage derelict gems and forgotten remnants to restore and sell on for a healthy profit. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2609478 t
+27648 4575 Salvage Hunters eng \N Salvager Drew Pritchard examines strange salvage items at a beachside sale, which includes a collection of vintage skateboards and surfboards. Will he find a hidden treasure? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2609479 t
+27648 4576 Salvage Hunters eng \N Modern-day treasure hunter Drew Pritchard is constantly on the road to salvage derelict gems and forgotten remnants to restore and sell on for a healthy profit. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2609480 t
+22400 670 Programmes start at 10pm eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 05:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2609481 t
+23152 17645 New eng Ink Master Tattoo artists from across the US compete in extreme ink`challenges proving their skill and grit in an epic battle for cash and the coveted title of Ink Master. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2609482 t
+23152 17646 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 22:00:00 2014-12-26 22:30:00 \N \N \N \N \N 2609483 t
+23152 17647 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 22:30:00 2014-12-26 23:00:00 \N \N \N \N \N 2609484 t
+23152 17648 Party Heat eng \N Party Heat takes viewers on patrol with law enforcement officers as they are called in to take control of some of the biggest and most outrageous parties. S3 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2609485 t
+17472 58050 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:10:00 \N \N \N \N \N 2609486 t
+17472 56570 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 17:10:00 2014-12-25 18:15:00 \N \N \N \N \N 2609487 t
+27456 45564 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:30:00 \N \N \N \N \N 2609488 t
+15808 50374 AMV Bike Cup eng Some of the bravest riders on the planet tackle the ultimate two-wheeled challenge motorcycle racing on ice. Thrills and spills come as standard, naturally. Action from Alpe D'Huez. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 12:40:00 2014-12-25 13:10:00 \N \N \N \N \N 2609489 t
+15808 50375 Best of Crash eng \N If it's been crashed and it's caught on camera you can be sure that all the carbon fibre-splintered heartache will be replayed in Best of Crash. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 13:10:00 2014-12-25 13:40:00 \N \N \N \N \N 2609490 t
+15808 50376 Auto Mundial eng Episode 51. Auto Mundial brings you the latest in the automotive industry on a weekly basis new cars, technology, and the main motorshows around the planet. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 13:40:00 2014-12-25 14:15:00 \N \N \N \N \N 2609491 t
+15808 50377 Goodwood Revival eng \N Another chance to catch the opening day of the Goodwood Revival, which features the Shelby Cup and RAC Tourist Trophy races. Day 1 Replay. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 14:15:00 2014-12-25 15:45:00 \N \N \N \N \N 2609492 t
+22080 1685 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:30:00 \N \N \N S \N 2609493 t
+22080 1661 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 06:30:00 2014-12-26 07:00:00 \N \N \N S \N 2609494 t
+22080 1662 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:30:00 \N \N \N S \N 2609495 t
+22080 1681 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 07:30:00 2014-12-26 08:00:00 \N \N \N S \N 2609496 t
+22080 1686 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:30:00 \N \N \N S \N 2609497 t
+22080 1687 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N S \N 2609498 t
+22272 65233 Would I Lie to You? eng \N Rob Brydon hosts the deceptive comedy panel show, with team captains David Mitchell and Lee Mack, and guest panellists Ronni Ancona, Chris Hoy, Gabby Logan and Danny Wallace. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:40:00 \N \N \N S \N 2609499 t
+22272 65232 QI XL eng Kris Kringle A feast of Stephen Fry as our jolly old quizmaster and his QI elves get into the Christmas spirit with Jo Brand, Brendan O'Carroll, Phill Jupitus and Alan Davies. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:40:00 2014-12-26 01:40:00 \N \N \N S \N 2609500 t
+22272 65234 Would I Lie to You? eng \N Rob Brydon hosts the comedy panel show in which players must tell fact from fiction. Joining David Mitchell and Lee Mack are Michael Ball, Charlie Brooker and Reece Shearsmith. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:40:00 2014-12-26 02:15:00 \N \N \N S \N 2609501 t
+22272 65235 Would I Lie to You? eng \N Rob Brydon hosts the jocular panel show about truth-bending and lie-telling, with David Mitchell and Lee Mack and guests Jason Manford, Ruth Jones, Jack Dee and Peter Serafinowicz. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:15:00 2014-12-26 02:45:00 \N \N \N S \N 2609502 t
+22272 65236 Storage Hunters eng Men at War Those bargain-hunting Berniers face more run-ins with their rivals as they bid on valuables at storage auctions. Scott and Chrissy pounce as Jesse and Brandon argue. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 02:45:00 2014-12-26 03:00:00 \N \N \N S \N 2609503 t
+15232 18948 Television X Freeview eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:10:00 \N \N \N \N \N 2609504 t
+15232 18949 Santa's Little Helpers eng \N Santa's 18+ Little Helpers are just the kind of sexy babes you'd love to find under your tree, and 'yule' be amazed and stimulated by their erotic antics on the night before Xmas! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 00:10:00 2014-12-26 00:35:00 \N \N \N \N \N 2609505 t
+15232 18950 Jingle Balls eng \N A beautiful girl; all alone on Xmas night - lucky she's got a few mates to help her enjoy the season of good will. Tidings of comfort and joy all round, we reckon. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 00:35:00 2014-12-26 00:50:00 \N \N \N \N \N 2609506 t
+15232 18951 Cathy Barry's Christmas Stuffing eng \N Curvaceous Cathy is the kind of bird we'd all love to have for this festive season. She wants you to join her for a Christmas treat that's both naughty and nice. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 00:50:00 2014-12-26 01:00:00 \N \N \N \N \N 2609507 t
+15232 18953 Cathy Barry's Christmas Stuffing eng \N Curvaceous Cathy is the kind of bird we'd all love to have for this festive season. She wants you to join her for a Christmas treat that's both naughty and nice. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 01:10:00 2014-12-26 01:25:00 \N \N \N \N \N 2609509 t
+15232 18954 A Christmas Cracker eng \N Bah humbug! Dickens' classic gets a porny makeover - with some of the sexiest xmas crackers getting some festive fun. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 01:25:00 2014-12-26 01:50:00 \N \N \N \N \N 2609510 t
+15232 18955 Boxing Anna eng \N The top female British director Anna Span turns up the heat to ensure that you have a saucy Christmas. Enjoy mixed sex and all girl action. Don't miss it. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 01:50:00 2014-12-26 02:10:00 \N \N \N \N \N 2609511 t
+15232 18956 Dirty Dan 1/8 eng \N Dirty minded toy salesman Dan Summers provides a frustrated housewife with a turbo charged sex toy - with incredible results! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 02:10:00 2014-12-26 02:25:00 \N \N \N \N \N 2609512 t
+15232 18957 Katie K's Teen Rampage 3 eng \N 19-year-old blonde Leia can't wait to get stuck into 18+ Katie K's amazing body. 'You are so hot!' says an admiring Katie, and she's not wrong. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 02:25:00 2014-12-26 02:50:00 \N \N \N \N \N 2609513 t
+15232 18958 Omar's Treasure Chests 4 eng \N Omar spots a sexy wife bending over in her garden and asks if he can use her facilities. Even the fact that her hubby's home can't stop him from sampling her wares. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 02:50:00 2014-12-26 03:10:00 \N \N \N \N \N 2609514 t
+27520 815 Babestation eng Interact with the Babestation Babes live. Call and be part of the show (1.50 per min). Plus don't forget to check out BSX from 11 30pm on channel 174 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2609515 t
+28352 2440 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:30:00 \N \N \N \N \N 2609516 t
+28352 2441 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 00:30:00 2014-12-26 01:00:00 \N \N \N \N \N 2609517 t
+28352 2442 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 01:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2609518 t
+28352 2443 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:30:00 \N \N \N \N \N 2609519 t
+28352 2444 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 02:30:00 2014-12-26 03:00:00 \N \N \N \N \N 2609520 t
+27456 45525 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:30:00 \N \N \N \N \N 2609521 t
+27456 45526 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 00:30:00 2014-12-26 01:00:00 \N \N \N \N \N 2609522 t
+27456 45527 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 01:00:00 2014-12-26 01:30:00 \N \N \N \N \N 2609523 t
+27456 45528 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 01:30:00 2014-12-26 02:00:00 \N \N \N \N \N 2609524 t
+27456 45529 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:30:00 \N \N \N \N \N 2609525 t
+27456 45530 Politicking with Larry King eng \N Legendary host Larry King and OraTV bring 'Politicking', their new political show. World leaders and policy makers will be regular guests of the interviewer whose deep knowledge have made him an icon. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 02:30:00 2014-12-26 03:00:00 \N \N \N \N \N 2609526 t
+27744 42170 NCIS eng \N Spin off series of the highly successful JAG, featuring crimes concerning Navy personnel. A pretty petty officer is murdered during a bikini contest, and she may have had a stalker. S2 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-26 00:05:00 2014-12-26 01:00:00 18 23 \N \N \N 2609527 t
+27744 42169 Flashpoint eng \N Action-packed drama following the lives of Strategic Response Unit cops. A sniper whose father was killed by Ed during a mission threatens lives at City Hall. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 01:00:00 2014-12-26 01:55:00 \N \N \N \N \N 2609528 t
+27744 42372 Deadwood eng \N Gritty and violent western series starring Ian McShane. Francis Wolcott, agent for the mining magnate George Hearst arrives in Deadwood./12 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 01:55:00 2014-12-26 03:05:00 3 \N \N \N 2 2609529 t
+26240 11754 heat Classics through the night eng \N The best songs from heat radio all night long \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 01:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2609530 t
+27904 2196 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:20:00 \N \N \N \N \N 2609531 t
+27904 2199 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 00:20:00 2014-12-26 00:30:00 \N \N \N \N \N 2609532 t
+27904 2197 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 00:30:00 2014-12-26 01:20:00 \N \N \N \N \N 2609533 t
+27904 2200 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 01:20:00 2014-12-26 01:30:00 \N \N \N \N \N 2609534 t
+27904 2198 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 01:30:00 2014-12-26 02:20:00 \N \N \N \N \N 2609535 t
+27904 2201 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 02:20:00 2014-12-26 02:30:00 \N \N \N \N \N 2609536 t
+27904 2202 BSX 10 Minute Preview eng \N A sneaky peak at whats in-store on BSX. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 02:30:00 2014-12-26 04:45:00 \N \N \N \N \N 2609537 t
+28512 719 Fun With Your Phone eng \N Let those fingers do the texting and get chatting. 1000's of exciting people just like you wanting to have fun. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 02:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2609538 t
+41104 20120 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 01:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2609539 t
+24032 31444 Krull eng \N Lavish fantasy in which a young hero embarks on a quest to recover a talisman called the 'Glaive' which will free his love and his kingdom from the clutches of an evil beast \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 18:30:00 2014-12-26 21:00:00 \N \N \N \N \N 2609540 t
+8500 6013 Tommy Cooper's Christmas eng \N Best of classic British comedy with failed magic tricks! Joining Tommy are Dana, Vic Damone, Andre Tabon, Allan Cuthbertson, Tommy Godfrey, Glyn Houston, Damaris Hayman and Annette Potts. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 21:25:00 2014-12-26 22:25:00 \N \N \N S \N 2609541 t
+8500 6014 Carry On Christmas eng \N Classic comedy starring Sid James and Barbara Windsor. The Charles Dickens tale 'A Christmas Carol' is adapted by the Carry On team. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 22:25:00 2014-12-26 23:30:00 \N \N 1969 S \N 2609542 t
+8500 6015 Greatest Ever Carry On Films eng \N Classic comedy continues with a countdown of the greatest Carry On films. From Barbara Windsor's flying bikini to Sid James' cackle, to the best gags! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 23:30:00 2014-12-27 00:35:00 \N \N \N S \N 2609543 t
+17609 20140 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 00:15:00 2014-12-26 01:15:00 \N \N \N \N \N 2609544 t
+17609 20141 eng \N \N \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 01:15:00 2014-12-26 02:45:00 \N \N \N \N \N 2609545 t
+17609 19792 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 02:45:00 2014-12-26 05:05:00 \N \N \N \N \N 2609546 t
+27360 18557 The Supporters Club Review of 2014 eng \N A review of the work done by BT Sport's charitable initiative during 2014. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:30:00 \N \N \N \N \N 2609547 t
+27360 18261 The Football's On eng \N A Christmas special of the show which takes humorous look at the week's football stories. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 06:30:00 2014-12-25 07:30:00 \N \N \N \N \N 2609548 t
+27360 18262 FIFA World Cup Official Film 1974 eng West Germany - Heading for Glory FIFA's glossily filmed record of 1974's World Cup finals. Grzegorz Lato finished top scorer, but it was Johan Cruyff who shone brightest. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 07:30:00 2014-12-25 09:15:00 \N \N \N \N \N 2609549 t
+13024 51094 Chitty Chitty Bang Bang eng \N Classic musical fantasy starring Dick Van Dyke and Sally Ann Howes. An eccentric inventor rescues a derelict racing car and takes his children on an outing. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 16:25:00 2014-12-25 19:10:00 \N \N 1968 S \N 2609550 t
+22656 990 Jack Saunders eng \N Jack, in for Jake, helps you through the daytime with big tracks and some laughs along the way. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 10:00:00 2014-12-22 14:00:00 \N \N \N \N \N 2609551 t
+27168 59672 Location, Location, Location eng \N Kirstie Allsopp helps sisters Gemma and Lucy find a home in costly Berkshire while Phil Spencer helps newly-weds Hannah and Hassan find a four-bed house in Buckinghamshire. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N S \N 2609552 t
+27168 59879 Food Unwrapped's Christmas Dinner eng \N Jimmy, Kate and Matt find out the truth about festive food. Why is farmed salmon pink? Can you eat frankincense? Is the gold in drinks real gold? Can you grow a chicken as big as a turkey? \N 2 25 f 3 eng \N 9 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N S \N 2609553 t
+27168 59880 Frozen at Christmas eng \N Entertaining, in-depth look at the incredible story of Disney's Frozen, the most successful animated film of all time, hearing from film-makers, performers, celebrities, critics and fans. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N AD,S \N 2609554 t
+41056 18302 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 \N \N \N \N \N 2609555 t
+41056 18303 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N \N \N 2609556 t
+41056 18304 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:05:00 \N \N \N \N \N 2609557 t
+41056 18305 eng \N \N \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 19:05:00 2014-12-26 20:00:00 \N \N \N \N \N 2609558 t
+41056 18306 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:30:00 \N \N \N \N \N 2609559 t
+25728 54698 Catfish eng The TV Show Reality series with Nev Schulman. Rob met Ebony on a dating website four years ago, but he feels that it is time for them to meet in person. \N 0 25 f 64 eng eng 2 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:30:00 \N \N \N AD,S \N 2609560 t
+25728 54699 Catfish: The TV Show eng Keyonnah and Bow Wow Superfan Keyonnah can hardly believe her good fortune, she thinks she has started an online relationship with her childhood crush, the rapper Bow Wow. \N 0 25 f 64 eng eng 2 0 0 \N 2014-12-26 17:30:00 2014-12-26 18:30:00 \N \N \N AD,S \N 2609561 t
+41024 59672 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2609562 t
+41024 59879 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2609563 t
+41024 59880 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2609564 t
+14720 23112 Noel Vine eng \N Noel brings you into Boxing Day morning with loads of festive tunes. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 01:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2609565 t
+14372 8026 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2609566 t
+14372 8027 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2609567 t
+14372 8028 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2609568 t
+15952 4605 Emmerdale eng \N It is Andy and Katie's wedding day. Cain tries to cover his suspicious behaviour. Lachlan offers Belle a way to ease her problems. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 15:05:00 2014-12-26 16:05:00 \N \N \N AD,S \N 2609569 t
+15952 4606 Coronation Street eng \N Does Kylie stand to lose everything? Steve pulls out all the festive stops. Gary ruins Faye's Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 16:05:00 2014-12-26 17:10:00 \N \N \N AD,S \N 2609570 t
+15952 2783 Nanny McPhee eng \N Family drama starring Emma Thompson and Colin Firth, 2005. A widowed father who cannot manage his seven children seeks the help of a scary nanny with magical powers \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 17:10:00 2014-12-26 19:10:00 \N \N \N AD,S \N 2609571 t
+24464 50378 Goodwood Revival eng \N Another chance to catch the final day of the Goodwood Revival, which features the St. Mary's Trophy and RAC TT Celebration races. Day 2 Replay. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 15:45:00 2014-12-25 17:50:00 \N \N \N \N \N 2609572 t
+24464 50379 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 17:50:00 2014-12-25 18:55:00 \N \N \N \N \N 2609573 t
+40976 47753 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:30:00 \N \N \N \N \N 2609574 t
+40976 47755 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:30:00 \N \N \N \N \N 2609575 t
+40976 47873 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 23:30:00 2014-12-26 00:35:00 \N \N \N \N \N 2609576 t
+8283 28101 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 05:05:00 2014-12-26 06:00:00 \N \N \N S,SL \N 2609577 t
+16048 33418 Up Pompeii eng \N Classic Roman farce starring Frankie Howerd and Patrick Cargill, 1971. A slave finds a list of conspirators eager to bring down Emperor Nero. A chase ensues to rescue the list \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 00:05:00 2014-12-26 02:00:00 \N \N \N S \N 2609578 t
+16048 33666 The Best of Royal Variety eng Speciality Acts A look at some of the speciality acts, from ventriloquists and magicians through to acrobats and performance artists, that have graced the Royal Command performances. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:55:00 \N \N \N S \N 2609579 t
+16048 33211 The Best of Royal Variety eng Song and Dance The greatest musical extravaganzas ever performed at the Royal Variety show, from turns by the great classical stars like Pavarotti to the latest pop sensations. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:55:00 2014-12-26 03:45:00 \N \N \N S \N 2609580 t
+8264 28101 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 05:05:00 2014-12-26 06:00:00 \N \N \N S,SL \N 2609581 t
+22208 6356 Real NCIS eng \N Going beyond the popular TV series, this documentary follows the work of real Naval Criminal Investigation Service officers. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 03:45:00 2014-12-25 04:35:00 8 13 \N S \N 2609582 t
+22208 6357 Most Haunted eng \N Entertainment series following Yvette Fielding and a team of paranormal experts as they spend 24 hours in Britain and Ireland's most haunted locations. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-25 04:35:00 2014-12-25 05:30:00 \N \N \N S,AD \N 2609583 t
+22208 6359 RSPCA Animal Rescue eng \N Moving series following RSPCA workers across Australia as they work to help animals in need. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N S \N 2609584 t
+17920 39949 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-26 18:58:00 2014-12-26 19:00:00 \N \N \N \N \N 2609585 t
+17920 42984 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2609586 t
+17920 42748 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2609587 t
+33088 17806 Garden Re-Leaf with Richard Jackson eng \N Celebrating the gardening industry's first ever Re-Leaf Day, QVC is getting in the spirit of the gardening season. Here's looking forward to sunny days ahead! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 18:00:00 2014-12-24 19:00:00 \N \N \N \N \N 2609588 t
+33088 17534 QVC Showcase eng \N A great line-up from right across QVC's product ranges. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2612102 t
+33088 17807 Accessories by Kipling eng \N Showcasing the fashionable and classic bags created by this international brand, including handbags, rucksacks, travel bags and weekend away bags. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 19:00:00 2014-12-24 20:00:00 \N \N \N \N \N 2609589 t
+33088 17808 Yankee Candles eng \N Since 1969, Yankee Candles have been made in the US from superior materials, including their premium fragrance oils. Fill your home with a wonderfully romantic atmosphere and exquisite scents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 20:00:00 2014-12-24 21:00:00 \N \N \N \N \N 2609590 t
+27328 17399 Live Arsenal v Queens Park Rangers eng \N Live Barclays Premier League from the Emirates. This Boxing Day, London derby sees the Gunners face a QPR side that has yet to pick up a point away from home this season. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-26 17:15:00 2014-12-26 20:00:00 \N \N \N S \N 2609591 t
+40960 53143 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 15:00:00 2014-12-20 15:30:00 \N \N \N \N \N 2609592 t
+40960 53144 Click eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 15:30:00 2014-12-20 16:00:00 \N \N \N \N \N 2609593 t
+40960 53145 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 16:00:00 2014-12-20 16:30:00 \N \N \N \N \N 2609594 t
+40960 58102 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-20 16:30:00 2014-12-20 17:00:00 \N \N \N \N \N 2609595 t
+40960 53147 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 17:00:00 2014-12-20 18:00:00 \N \N \N \N \N 2609596 t
+8281 28101 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 05:05:00 2014-12-26 06:00:00 \N \N \N S,SL \N 2609597 t
+8267 42192 The Aquabats! Super Show! eng Nights of the Cactus! Superheroic adventures of the rock band. The Aquabats! find a meteorite which has strange, otherworldly powers. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:20:00 \N \N \N S \N 2609598 t
+8267 36737 Pat & Stan eng Egg Surprise Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! It is Easter and the hunt for eggs begins. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 06:20:00 2014-12-26 06:30:00 \N \N \N AD,S,SL \N 2609599 t
+8267 42193 Dino Dan: Trek's Adventures eng Dino Footprints Jurassic adventures. When Hannah and Trek take an after school art class, Trek decides to use sculpture to see just how different dino footprints can be. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:30:00 2014-12-26 06:40:00 \N \N \N S \N 2609600 t
+8267 42194 Dino Dan: Trek's Adventures eng Dino Egg Hunt Jurassic adventures. Ms Carver's egg hunt gives Trek a chance to solve Dino Experiment 419 - do the compsognathus, dromaeosaurus and albertosaurus eat eggs? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:40:00 2014-12-26 06:55:00 \N \N \N S \N 2609601 t
+8267 42195 Sooty eng Panto Palaver When the actors in Mr Slater's pantomime fail to turn up, Sooty, Sweep and Soo perform instead. Will the Wicked Bunny have Little Blue Riding Hood for his supper? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:55:00 2014-12-26 07:05:00 \N \N \N S \N 2609602 t
+8267 42196 Almost Naked Animals eng All Dog No Danger Howie needs to find a new hero after getting kicked out of the Dirk Danger Club. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:05:00 2014-12-26 07:20:00 \N \N \N S \N 2609603 t
+8267 42198 Almost Naked Animals eng Cowboy Cabana Two troublemaking bulls, Burt and Burt, stay at the hotel hoping to trash the joint. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:20:00 2014-12-26 07:35:00 \N \N \N S \N 2609604 t
+8267 41852 Mr Bean eng Hopping Mad! The animated antics of the hapless bumbler Mr Bean. Mr Bean's landlady has invited the Mayor for tea. But the frogspawn in Mr Bean's bath have hatched out! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 07:35:00 2014-12-26 07:50:00 \N \N \N AD,S \N 2609605 t
+8267 42200 Super 4 eng Cleaning Day Animated comedy adventure series. Dr X reveals his latest invention - a giant robot designed to clean Technopolis. It is going to be a catastrophe! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:50:00 2014-12-26 08:10:00 \N \N \N S \N 2609606 t
+8267 42527 Super 4 eng Dragonraiders Animated comedy adventure series. Dragons attack King Kenric's castle! What can be done to stop these fire-spitting monsters? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 08:10:00 2014-12-26 08:25:00 \N \N \N S \N 2609607 t
+8267 45023 Weekend at Christmas eng \N Aled Jones presents a seasonal mix of chat and music. Today's guests are jazz musician Jamie Callum, Corrie's newest cast member Claire King, and Call the Midwife star Ben Caplan. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 08:25:00 2014-12-26 09:25:00 \N \N \N S \N 2609608 t
+15856 3561 The Real Housewives of Miami eng Paradise Cost Reality series. The housewives are invited to Lea's home for a bite to eat, but the night quickly goes downhill when Adriana reveals all about her failing marriage. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N S \N 2609609 t
+15856 3562 The Real Housewives of Miami eng Black Ball'd Reality series. Lea is set to hit the one million pound target at her annual charity gala, but drama unfolds when Cristy brings two uninvited guests. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N S \N 2609610 t
+15856 3563 The Real Housewives of Miami eng Optical Delusion Reality series. With her big gallery opening coming up, Adriana argues with her artist after she discovers that they are behind schedule. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N S \N 2609611 t
+25920 20806 Little Yello Sale Pick of the Day eng \N A chance for you to get our special product of the day - the Ideal World Pick of the Day. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2609612 t
+25920 21068 Karcher Sale eng \N An amazing deal on a very special product. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2609613 t
+25920 20807 Little Yello Sale Pick of the Day eng \N A chance for you to get our special product of the day - the Ideal World Pick of the Day. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2609614 t
+18112 63343 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-26 05:30:00 2014-12-26 07:00:00 \N \N \N \N \N 2609615 t
+22336 58676 Melissa & Joey eng A New Kind of Christmas Mel is excited to spend Christmas with her sister Meredith, who is on a home visit from prison, but Joe is not at all pleased to see their guest. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:30:00 \N \N \N S \N 2609616 t
+22336 58677 Brooklyn Nine-Nine eng Christmas When Captain Holt gets death threats, Peralta is put in charge of his security. Santiago tries to obtain a precinct Christmas photo for Holt, but Diaz won't smile for the camera. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 12:30:00 2014-12-25 13:00:00 \N \N \N S \N 2609617 t
+22336 58678 How I Met Your Mother eng How Lily Stole Christmas Lily and Ted argue after Lily hears an old message from Ted on Marshall's answering machine encouraging him to recall Lily's bad points and calling her a grinch. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 13:00:00 2014-12-25 13:30:00 \N \N \N AD,S \N 2609618 t
+22336 58679 How I Met Your Mother eng Little Minnesota It's Christmas time and both Marshall and Robin are feeling homesick in New York. Ted tries to keep his immature younger sister Heather away from Barney. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 13:30:00 2014-12-25 14:00:00 \N \N \N AD,S \N 2609619 t
+22336 58680 How I Met Your Mother eng False Positive There's chaos at Christmas when Marshall and Lily have a positive result on a pregnancy test, Robin chooses between two very different jobs, and Barney wants a diamond suit. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:30:00 \N \N \N AD,S \N 2609620 t
+22336 58681 How I Met Your Mother eng The Final Page Barney tells Ted that he plans to make a Christmas proposal to Patrice. Marshall and Lily have their first night away together since the birth of baby Marvin. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:30:00 2014-12-25 15:00:00 2 2 \N AD,S \N 2609621 t
+27712 22350 Talk to Al Jazeera eng \N As the UN considers new measures to pave the way for Palestinian statehood, a Norwegian doctor recounts his experiences during the recent conflict in Gaza. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-21 19:30:00 2014-12-21 20:00:00 \N \N \N \N \N 2609622 t
+8381 14989 Coronation Street eng \N Does Kylie stand to lose everything? Steve pulls out all the festive stops. Gary ruins Faye's Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N AD,S \N 2609623 t
+8381 14990 Downton Abbey eng \N Feature-length special of the period drama. It is the autumn of 1924 and Lord Sinderby has rented Brancaster Castle in Northumberland for the grouse shooting season. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 22:00:00 2014-12-26 00:00:00 \N \N \N AD,S \N 2609624 t
+14448 27349 Bait Car eng \N This show goes inside stolen cars as the theft is taking place with hidden cameras. We get to experience first hand the inner workings of the criminal mind. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:30:00 \N \N \N \N \N 2609625 t
+14448 27350 Bait Car eng \N This show goes inside stolen cars as the theft is taking place with hidden cameras. We get to experience first hand the inner workings of the criminal mind. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 18:30:00 2014-12-25 19:00:00 \N \N \N \N \N 2609626 t
+14448 27351 Bait Car eng \N This show goes inside stolen cars as the theft is taking place with hidden cameras. We get to experience first hand the inner workings of the criminal mind. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N \N \N 2609627 t
+14448 27352 Bait Car eng \N This show goes inside stolen cars as the theft is taking place with hidden cameras. We get to experience first hand the inner workings of the criminal mind. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 19:30:00 2014-12-25 20:00:00 \N \N \N \N \N 2609628 t
+14448 27353 Unsolved Mysteries eng \N Notorious incidents are revisited in this insightful series. A clever conman impersonated a Formula 1 driver, while a man that was struck by lightning claims to have psychic powers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2609629 t
+8274 42192 The Aquabats! Super Show! eng Nights of the Cactus! Superheroic adventures of the rock band. The Aquabats! find a meteorite which has strange, otherworldly powers. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:20:00 \N \N \N S \N 2609630 t
+8274 36737 Pat & Stan eng Egg Surprise Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! It is Easter and the hunt for eggs begins. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 06:20:00 2014-12-26 06:30:00 \N \N \N AD,S,SL \N 2609631 t
+8274 42193 Dino Dan: Trek's Adventures eng Dino Footprints Jurassic adventures. When Hannah and Trek take an after school art class, Trek decides to use sculpture to see just how different dino footprints can be. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:30:00 2014-12-26 06:40:00 \N \N \N S \N 2609632 t
+8274 42194 Dino Dan: Trek's Adventures eng Dino Egg Hunt Jurassic adventures. Ms Carver's egg hunt gives Trek a chance to solve Dino Experiment 419 - do the compsognathus, dromaeosaurus and albertosaurus eat eggs? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:40:00 2014-12-26 06:55:00 \N \N \N S \N 2609633 t
+8274 42195 Sooty eng Panto Palaver When the actors in Mr Slater's pantomime fail to turn up, Sooty, Sweep and Soo perform instead. Will the Wicked Bunny have Little Blue Riding Hood for his supper? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:55:00 2014-12-26 07:05:00 \N \N \N S \N 2609634 t
+8274 42196 Almost Naked Animals eng All Dog No Danger Howie needs to find a new hero after getting kicked out of the Dirk Danger Club. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:05:00 2014-12-26 07:20:00 \N \N \N S \N 2609635 t
+8274 42198 Almost Naked Animals eng Cowboy Cabana Two troublemaking bulls, Burt and Burt, stay at the hotel hoping to trash the joint. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:20:00 2014-12-26 07:35:00 \N \N \N S \N 2609636 t
+8274 41852 Mr Bean eng Hopping Mad! The animated antics of the hapless bumbler Mr Bean. Mr Bean's landlady has invited the Mayor for tea. But the frogspawn in Mr Bean's bath have hatched out! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 07:35:00 2014-12-26 07:50:00 \N \N \N AD,S \N 2609637 t
+8274 42200 Super 4 eng Cleaning Day Animated comedy adventure series. Dr X reveals his latest invention - a giant robot designed to clean Technopolis. It is going to be a catastrophe! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:50:00 2014-12-26 08:10:00 \N \N \N S \N 2609638 t
+8274 42527 Super 4 eng Dragonraiders Animated comedy adventure series. Dragons attack King Kenric's castle! What can be done to stop these fire-spitting monsters? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 08:10:00 2014-12-26 08:25:00 \N \N \N S \N 2609639 t
+8274 45023 Weekend at Christmas eng \N Aled Jones presents a seasonal mix of chat and music. Today's guests are jazz musician Jamie Callum, Corrie's newest cast member Claire King, and Call the Midwife star Ben Caplan. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 08:25:00 2014-12-26 09:25:00 \N \N \N S \N 2609640 t
+28288 9271 Christmas Gift Ideas eng \N Take the stress out of Christmas shopping and browse our marvellous selection of gift ideas to find the perfect present for someone special. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-21 07:00:00 2014-12-21 08:00:00 \N \N \N \N \N 2609641 t
+32896 8314 Wild Kratts eng \N While on an adventure to discover the toughest animal in Africa, Chris and Martin uncover the amazing relationships between bees, the Honey guide bird and the Honey badger. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:30:00 \N \N \N \N \N 2609642 t
+32896 8315 Finding Stuff Out eng \N To find out where dragon legends could have come from, Harrison goes on a quest to find the biggest, dragon-iest reptiles in the world. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:00:00 \N \N \N \N \N 2609643 t
+32896 8316 History Hunters eng \N Learn how to say something with a smoke machine AND what to say when emailing royalty PLUS using a battery to make radio signals. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:30:00 \N \N \N \N \N 2609644 t
+32896 8317 Robin Hood eng Mischief In Sherwood A young woman, Lady Sable is pursued by the Sheriff and his men. In her flight she abandons a baby in its basket. Robin and his friends take the baby in. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 19:30:00 2014-12-20 19:45:00 \N \N \N \N \N 2609645 t
+32896 8318 Robin Hood eng Mischief In Sherwood Lubin, a young peasant farmer, has raised a perfect horse that helps him with the farm work. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 19:45:00 2014-12-20 20:00:00 \N \N \N \N \N 2609646 t
+32896 8319 Sally Bollywood eng \N Doowee's Urn - Doowee is so distracted from SBI work that Sally confronts him about it. Doowee says that investigating isn't challenging him anymore. Archaeology is a greater hobby. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 20:00:00 2014-12-20 20:15:00 \N \N \N \N \N 2609647 t
+32896 8320 Oh No! It's An Alien Invasion eng \N Sweet are captured by the Brainlings and forced to compete in the Plunger Games! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 20:15:00 2014-12-20 20:30:00 \N \N \N \N \N 2609648 t
+32896 8321 Yu-Gi-Oh! ZEXAL eng \N When a mysterious Fortune Teller agrees to help out Yuma's friends, they soon find themselves in a terrifying situation that no one ever saw coming! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 20:30:00 2014-12-20 21:00:00 1 2 \N \N \N 2609649 t
+15840 3652 Neil McCormick's Needle Time eng \N Her fresh take on traditional songs has helped make folk cool again. Here the award-winning Cara Dillon tells her story, from Derry to Disney. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 03:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2609650 t
+15840 3653 Neil McCormick's Needle Time eng \N Travis' frontman and the singer-songwriter behind the UK chart-topping album, The Invisible Band, touches on the trials of writing, the joys of fatherhood, and the loss of innocence. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 04:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2609651 t
+15840 3654 Neil McCormick's Needle Time eng \N She smashed the glass ceiling of rock and became the first female bassist superstar, with hits including 'Devil Gate Drive'. Now find out what makes the leather-clad Suzi Q tick. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 05:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2609652 t
+8448 58690 The Big Bang Theory eng The Countdown Reflection In the last episode of season five, Bernadette decides that she wants to get married to Howard before his NASA space mission takes place. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:30:00 \N \N \N AD,S \N 2609653 t
+8448 58691 The Big Bang Theory eng The Date Night Variable In the opening episode of season six of the US comedy, Howard gets caught in a row between his mum and Bernadette while he's at the International Space Station. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 18:30:00 2014-12-25 19:00:00 \N \N \N AD,S \N 2609654 t
+8448 58692 The Big Bang Theory eng Access All Areas: This treat for fans of the US sitcom sees Rick Edwards travel to the Hollywood set for an access-all-areas visit, catching up with the cast and learning all about the show \N \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N AD,S \N 2609655 t
+8448 58693 The Big Bang Theory eng It All Started with a Big Bang: Rick Edwards looks back at some of the US sitcom's most hilarious and memorable scenes and talks with the cast and crew on the set in Hollywood \N \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 19:30:00 2014-12-25 20:00:00 \N \N \N AD,S \N 2609656 t
+8448 58694 The Big Bang Theory eng The Bath Item Gift Hypothesis At Christmas, Leonard's handsome colleague starts dating Penny, while Sheldon's obsession with gift-giving etiquette torments his friends. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 20:00:00 2014-12-25 20:30:00 \N \N \N AD,S \N 2609657 t
+8448 58695 The Big Bang Theory eng The Maternal Congruence Leonard is horrified when his mother turns up unannounced for a visit at Christmas, but then he finds out that Sheldon knew about her arrival in advance. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 20:30:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2609658 t
+41136 50382 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:35:00 \N \N \N \N \N 2609659 t
+41136 50383 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 21:35:00 2014-12-25 22:35:00 \N \N \N \N \N 2609660 t
+41136 50384 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 22:35:00 2014-12-25 23:05:00 \N \N \N \N \N 2609661 t
+41136 50385 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 23:05:00 2014-12-26 00:10:00 \N \N \N \N \N 2609662 t
+22592 17868 The Sports Brief eng \N Colin Murray brings you a very special festive edition of the Sports Brief. \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2609663 t
+22592 17869 That's talkSPORT 2014 eng \N Justin Moorhouse hosts talkSPORT's best bits of the year, ably assisted by all your favourite presenters to reflect upon 2014 - an iconic year for sport. \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-25 11:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2609664 t
+8325 4609 You've Been Framed at Christmas! eng \N Harry Hill presents viewers' hilarious festive footage. The show features rocking around the Christmas tree and five ways to kill a snowman. Plus Santa Claus is coming to town! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 09:10:00 2014-12-25 09:35:00 \N \N \N S \N 2609665 t
+8325 2756 You've Been Framed at Christmas! eng \N Harry Hill guides us through a crop of hilarious festive bloopers, including some disastrous Nativities, Christmas dinners that have gone horribly wrong and a tongue-tied Santa. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 09:35:00 2014-12-25 10:40:00 \N \N \N S \N 2609666 t
+8325 2815 Scooby-Doo eng \N Live action cartoon remake starring Freddie Prinze Jr and Sarah Michelle Gellar, 2002. The gang of teenage sleuths and their cowardly dog investigate the strange goings on at Spooky Island \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 10:40:00 2014-12-25 12:25:00 \N \N \N AD,S \N 2609667 t
+24448 64045 Join Our Christmas Festivities! eng \N Huge savings on genuine gemstone jewellery at Gems TV, as the family jeweller presentsa special Christmas celebration show. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2609668 t
+24448 64046 A Merry Christmas with Gems TV! eng \N A selection of extra special pieces from the Gems TV vault this Christmas. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2609669 t
+24448 64047 Join Our Christmas Festivities! eng \N Huge savings on genuine gemstone jewellery at Gems TV, as the family jeweller presentsa special Christmas celebration show. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2609670 t
+16032 42147 Nerds & Monsters eng Zanit-Clops Animated comedy series about three nerdy kids and a football linebacker who are marooned on a strange uncharted island. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 09:10:00 2014-12-25 09:25:00 \N \N \N S \N 2609671 t
+16032 40752 Signed Stories: Share a Story eng Why Baboons Have Red Bums Signed programme which goes behind the scenes of the competition, meeting the competitors and the animators who turned their stories into short films. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 09:25:00 2014-12-25 09:30:00 \N \N \N S,SL \N 2609672 t
+16032 42148 Beethoven's Christmas Adventure eng \N Children's comedy starring Munro Chambers and John Cleese, 2011. Beethoven the dog must rescue an elf and recover a magic toy bag from crooks in time to save Christmas \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 09:30:00 2014-12-25 11:05:00 \N \N \N AD,S \N 2609673 t
+16032 42153 Victorious eng A Christmas Tori Sitcom about life at a Hollywood performing arts school. It is Christmas time and Sikowitz appoints the gang as Secret Santas to get them into the Christmas spirit. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 11:05:00 2014-12-25 11:30:00 \N \N \N S \N 2609674 t
+16032 42149 Almost Naked Animals eng The Perfect Gift Narwhal has special presents to give to the gang. It would be nice if they were presents that they actually wanted. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 11:30:00 2014-12-25 11:45:00 \N \N \N S \N 2609675 t
+16032 42162 Almost Naked Animals eng Home for the Howiedays Howie invites his conniving sister Poodle over for the Howiedays despite everyone's reservations. Will the spirit of the Howiedays bring them together? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 11:45:00 2014-12-25 11:55:00 \N \N \N S \N 2609676 t
+16032 35251 Tricky Quickies eng \N Stephen Mulhern presents a short spin-off programme from Tricky TV. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-25 11:55:00 2014-12-25 12:00:00 \N \N \N \N \N 2609677 t
+27648 4577 Salvage Hunters eng \N Modern-day treasure hunter Drew Pritchard is constantly on the road to salvage derelict gems and forgotten remnants to restore and sell on for a healthy profit. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2609678 t
+27648 4578 Wheeler Dealers eng BMW 635CSi Part 1 Mike's splashed out two grand on a tired 1985 BMW 635csi. Can Edd replace the exhaust and suspension and get it back on the road? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N \N \N 2609679 t
+27648 4579 Wheeler Dealers eng BMW 635CSi Part 2 It's D-Day for the 1985 BMW 635csi Edd China has completed the renovation so Mike Brewer takes charge and looks for a potential buyer. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 19:30:00 2014-12-25 20:00:00 \N \N \N \N \N 2609680 t
+27648 4580 Salvage Hunters eng \N Drew calls on some legendary hoarders like Chris, who collects cement mixers and has an herbaceous car park. But will he be able to persuade anyone to actually sell their stuff? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2609681 t
+17472 58376 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 18:15:00 2014-12-25 19:15:00 \N \N \N \N \N 2609682 t
+17472 55654 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 19:15:00 2014-12-25 19:45:00 \N \N \N \N \N 2609683 t
+17472 56545 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 19:45:00 2014-12-25 20:15:00 \N \N \N \N \N 2609684 t
+17472 57741 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 20:15:00 2014-12-25 21:00:00 \N \N \N \N \N 2609685 t
+23712 4190 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-21 08:00:00 2014-12-21 08:10:00 \N \N \N \N \N 2609686 t
+15808 50378 Goodwood Revival eng \N Another chance to catch the final day of the Goodwood Revival, which features the St. Mary's Trophy and RAC TT Celebration races. Day 2 Replay. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 15:45:00 2014-12-25 17:50:00 \N \N \N \N \N 2609687 t
+15808 50379 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 17:50:00 2014-12-25 18:55:00 \N \N \N \N \N 2609688 t
+22080 1689 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:30:00 \N \N \N S \N 2609689 t
+22080 1734 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 09:30:00 2014-12-26 10:00:00 \N \N \N S \N 2609690 t
+22080 1739 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 10:00:00 2014-12-26 10:30:00 \N \N \N \N \N 2609691 t
+22080 1740 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 10:30:00 2014-12-26 11:00:00 \N \N \N \N \N 2609692 t
+22080 1741 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N \N \N 2609693 t
+22080 1742 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 \N \N \N \N \N 2609694 t
+22272 2806 Close eng \N Close. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 03:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2609695 t
+28416 20143 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N \N \N 2609696 t
+28416 20144 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N \N \N 2609697 t
+28416 20145 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-23 02:00:00 2014-12-23 03:00:00 \N \N \N \N \N 2609698 t
+4168 51804 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:00:00 \N \N \N S \N 2609699 t
+15232 18959 Party Animals 2 eng \N Charlie looks great in her sexy sailor suit and when she sees a guy she fancies it's always plain sailing. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 03:10:00 2014-12-26 03:30:00 \N \N \N \N \N 2609700 t
+15232 18960 Planet Lolly 3 eng \N Lolly's ultimate fantasy is to be kidnapped by a guy and put in a cage... then treated to some intimate games. See her loving it! \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 03:30:00 2014-12-26 03:55:00 \N \N \N \N \N 2609701 t
+15232 18961 Women At Work 2 eng \N Suzie Best is expert at handling a power drill, and her technique so impresses lesbian workmate Nataly Lancaster that she gets her to put her up against some shelves. \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 03:55:00 2014-12-26 04:00:00 \N \N \N \N \N 2609702 t
+15232 18962 ..programmes start at 12.00am. eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 04:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2609703 t
+27520 814 Programmes start at midnight eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 05:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2609704 t
+28352 2445 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:20:00 \N \N \N \N \N 2609705 t
+28352 2446 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 03:20:00 2014-12-26 04:00:00 \N \N \N \N \N 2609706 t
+28352 2447 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 04:00:00 2014-12-26 04:30:00 \N \N \N \N \N 2609707 t
+28352 2448 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 04:30:00 2014-12-26 05:00:00 \N \N \N \N \N 2609708 t
+28352 2449 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 05:00:00 2014-12-26 05:30:00 \N \N \N \N \N 2609709 t
+28352 2450 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2609710 t
+27456 45531 Keiser Report eng \N Keiser Report is a no holds barred look at the shocking scandals behind the global financial headlines. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:30:00 \N \N \N \N \N 2609711 t
+27456 45532 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 03:30:00 2014-12-26 04:00:00 \N \N \N \N \N 2609712 t
+27456 45533 The Big Picture with Thom Hartmann eng \N The hottest political show in the US finds a new home with RT. The Big Picture with Thom Hartmann tackles the latest in political news, debates, commentary and more. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 04:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2609713 t
+27456 45534 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 05:00:00 2014-12-26 05:30:00 \N \N \N \N \N 2609714 t
+27456 45535 News Team eng \N News Team looks at the world's biggest news from behind-the-scenes, following the reporters who work hard to cover what's happening. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2609715 t
+27744 42373 S.O.F. - Special Ops Force eng \N An elite crime fighting group combines non-lethal weaponry and special operations capabilities which enable them to go places and perform tasks above and beyond ordinary law enforcement. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 03:05:00 2014-12-26 03:55:00 \N \N \N \N \N 2609716 t
+27744 42173 Hawaii Five-O eng \N Cult US cop drama following a special police unit headed up by Steve McGarrett (Jack Lord). 'Hippie' Ryan Moore robs an embezzler of the key to a locker containing $250,000./24 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 03:55:00 2014-12-26 04:45:00 5 \N \N \N 4 2609717 t
+27744 42174 Nash Bridges eng \N The high-action exploits of San Francisco police officer Nash Bridges. Nash's sister, Stacy, is robbed, forcing her to come out as a lesbian. Nash has his own secret romance./18 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 04:45:00 2014-12-26 06:00:00 11 \N \N \N 2 2609718 t
+27904 2193 Programmes start at 11pm eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 04:45:00 2014-12-26 23:00:00 \N \N \N \N \N 2609719 t
+28512 720 The Morning Show eng \N Good morning! Chat over a cuppa and cornflakes with us and tell us what you're up to. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 05:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2609720 t
+24032 31445 Blue Thunder eng \N Pilot cop Roy Scheider battles military extremists who plan to use an advanced helicopter, named Blue Thunder, for sinister purposes \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 21:00:00 2014-12-26 23:15:00 \N \N \N \N \N 2609721 t
+24032 31446 Broken Arrow eng \N John Travolta and Christian Slater star in this thriller in which a young military pilot battles against a former colleague who has stolen two nuclear warheads \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 23:15:00 2014-12-27 01:25:00 \N \N \N \N \N 2609722 t
+17609 20142 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 05:05:00 2014-12-26 06:00:00 \N \N \N \N \N 2609723 t
+27360 18263 FIFA World Cup Official Film 1978 eng Argentina - Campeones Despite doubts over the military regime that propped up Argentina's 1978 World Cup, the home team boasted stars such as Kempes, Ardiles and Villa. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 09:15:00 2014-12-25 11:00:00 \N \N \N \N \N 2609724 t
+27360 18264 Walk On - BT Sport Films eng \N Documentary charting the story of football's most famous song, You'll Never Walk Alone, from its show tune origins to it becoming the anthem of Liverpool FC and Celtic FC. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2609725 t
+25664 55912 Big Boxing Day Hits! eng \N Happy Boxing Day one and all. We have the ultimate selection of hits to warm you up as you get to grips with all your new presents. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 06:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2609726 t
+25664 55913 Ben Haenow eng X Factor Champion! Fresh from his big victory, we catch up with Ben to get all the goss on The X Factor, the judges, his fellow contestants, his musical heroes and future plans! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-26 08:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2609727 t
+14688 11634 The Night Shift eng \N George is on the Christmas nightshift with loads of great music, your requests and stuff to help you make it through the early hours. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 02:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2609728 t
+13024 51095 Michael Buble's Xmas Songbook eng \N Variety show. The Canadian baritone Michael Buble performs a selection of classic Christmas hits including 'Rockin' Around the Christmas Tree' and 'White Christmas'. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 19:10:00 2014-12-25 20:05:00 \N \N \N S \N 2609729 t
+13024 51096 Chas & Dave's Xmas Knees Up! eng \N The Cockney singers Chas & Dave are joined by Eric Clapton and Jim Davidson for this musical special. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 20:05:00 2014-12-25 21:00:00 \N \N \N S \N 2609730 t
+27168 59937 Gadget Man's Guide to Christmas eng \N Richard Ayoade presents an indispensable guide to improving Christmas with gadgets that help you shop, wrap presents, beat the weather, improve your carol singing and even cook the dinner. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N S \N 2609731 t
+27168 59938 The IT Crowd eng The Internet Is Coming: In this final one-off special, Jen and Roy's reputations are endangered by an online video clip, and Moss is transformed when he learns the secret of Douglas's self-confidence \N \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:05:00 \N \N \N AD,S \N 2609732 t
+27168 59677 Rude Tube Christmas Cracker 2014 eng \N Alex Zane presents a very festive collection of brand new internet clips from around the globe. Look out for a mashed-up Monty the penguin and Mariah Carey... with a beard! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 23:05:00 2014-12-27 00:05:00 \N \N \N S \N 2609733 t
+41056 18307 eng \N \N \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-26 21:30:00 2014-12-26 21:55:00 \N \N \N \N \N 2609734 t
+41056 18308 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 21:55:00 2014-12-26 22:00:00 \N \N \N \N \N 2609735 t
+41056 18309 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 22:00:00 2014-12-26 22:30:00 \N \N \N \N \N 2609736 t
+41056 18310 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 22:30:00 2014-12-26 23:00:00 \N \N \N \N \N 2609737 t
+41056 18311 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 23:00:00 2014-12-26 23:30:00 \N \N \N \N \N 2609738 t
+41056 18312 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 23:30:00 2014-12-27 00:00:00 \N \N \N \N \N 2609739 t
+25728 54700 Catfish eng The TV Show Reality series with Nev Schulman. Jasmine has been texting Mike for two years, and wants to take their relationship further - but is it all just an elaborate prank? \N 0 25 f 64 eng eng 2 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:30:00 \N \N \N AD,S \N 2609740 t
+25728 54701 Catfish eng The TV Show Reality series with Nev Schulman. After a year of chatting with Amanda online, Tyler thinks he has a future with her - but his friends think something is not right. \N 0 25 f 64 eng eng 2 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:30:00 \N \N \N AD,S \N 2609741 t
+25728 54702 Catfish: The TV Show eng Artis and Jess Reality series. Artis met Jess, online, five months ago. They were both in relationships, but believed they'd found true love. However, Jess may be hiding a secret. \N 0 25 f 64 eng eng 2 0 0 \N 2014-12-26 20:30:00 2014-12-26 21:00:00 \N \N \N AD,S \N 2609742 t
+4169 57886 Christmas of My Lifetime with Len Goodman eng \N Len Goodman takes four famous faces back to their Christmases of yore. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 12:30:00 2014-12-24 13:30:00 16 16 \N AD,S \N 2609743 t
+4169 51781 BBC News at One eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 13:30:00 2014-12-24 13:40:00 \N \N \N S \N 2609744 t
+4169 52563 Look North eng \N The latest news, sport and weather for the North East and Cumbria. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 13:40:00 2014-12-24 13:50:00 \N \N \N S \N 2609745 t
+4169 56480 Wallace and Gromit in The Curse of the Were-Rabbit eng \N Inventor Wallace and his dog Gromit's pest control business is called into action when a giant rabbit terrorises their town's vegetable patches. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 13:50:00 2014-12-24 15:05:00 \N \N 2005 AD,S \N 2609746 t
+41024 59937 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2609747 t
+41024 59938 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:05:00 \N \N \N \N \N 2609748 t
+41024 59677 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 23:05:00 2014-12-27 00:05:00 \N \N \N \N \N 2609749 t
+22656 999 The Hijack eng You Me At Six Hear some of the best artist takeovers from 2014 in our 12 hour #KerrangHijack marathon! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 06:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2609750 t
+22656 1000 The Hijack eng Halestorm Hear some of the best artist takeovers from 2014 in our 12 hour #KerrangHijack marathon! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 07:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2609751 t
+22656 1001 The Hijack eng Steel Panther Hear some of the best artist takeovers from 2014 in our 12 hour #KerrangHijack marathon! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 08:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2609752 t
+22656 991 Dan Black eng \N Dan Black steps in for Loz Guest to help make your Christmas week rock! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-22 14:00:00 2014-12-22 18:00:00 \N \N \N \N \N 2609753 t
+14372 8046 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2609754 t
+14372 8047 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 01:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2609755 t
+14372 8048 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 02:00:00 2014-12-26 03:00:00 \N \N \N \N \N 2609756 t
+15952 2823 Despicable Me eng \N Animation starring Steve Carell and Russell Brand, 2010. A criminal mastermind has to choose between stealing the moon or caring for three orphans \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 19:10:00 2014-12-26 21:00:00 \N \N \N AD,S \N 2609757 t
+24464 50380 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 18:55:00 2014-12-25 20:00:00 \N \N \N \N \N 2609758 t
+24464 50381 Sucker Punch Enduro eng \N Competitors are put through their paces in this Extreme Enduro event held in Bala, North Wales. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2609759 t
+40976 47879 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 00:35:00 2014-12-26 01:35:00 \N \N \N \N \N 2609760 t
+40976 47874 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 01:35:00 2014-12-26 02:00:00 \N \N \N \N \N 2609761 t
+40976 47757 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 02:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2609762 t
+8283 42192 The Aquabats! Super Show! eng Nights of the Cactus! Superheroic adventures of the rock band. The Aquabats! find a meteorite which has strange, otherworldly powers. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:20:00 \N \N \N S \N 2609763 t
+8283 36737 Pat & Stan eng Egg Surprise Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! It is Easter and the hunt for eggs begins. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 06:20:00 2014-12-26 06:30:00 \N \N \N AD,S,SL \N 2609764 t
+8283 42193 Dino Dan: Trek's Adventures eng Dino Footprints Jurassic adventures. When Hannah and Trek take an after school art class, Trek decides to use sculpture to see just how different dino footprints can be. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:30:00 2014-12-26 06:40:00 \N \N \N S \N 2609765 t
+8283 42194 Dino Dan: Trek's Adventures eng Dino Egg Hunt Jurassic adventures. Ms Carver's egg hunt gives Trek a chance to solve Dino Experiment 419 - do the compsognathus, dromaeosaurus and albertosaurus eat eggs? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:40:00 2014-12-26 06:55:00 \N \N \N S \N 2609766 t
+23280 5896 Speed Dating eng \N It's fun, it's fast, don't miss out. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2612217 t
+8283 42195 Sooty eng Panto Palaver When the actors in Mr Slater's pantomime fail to turn up, Sooty, Sweep and Soo perform instead. Will the Wicked Bunny have Little Blue Riding Hood for his supper? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:55:00 2014-12-26 07:05:00 \N \N \N S \N 2609767 t
+8283 42196 Almost Naked Animals eng All Dog No Danger Howie needs to find a new hero after getting kicked out of the Dirk Danger Club. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:05:00 2014-12-26 07:20:00 \N \N \N S \N 2609768 t
+8283 42198 Almost Naked Animals eng Cowboy Cabana Two troublemaking bulls, Burt and Burt, stay at the hotel hoping to trash the joint. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:20:00 2014-12-26 07:35:00 \N \N \N S \N 2609769 t
+8283 41852 Mr Bean eng Hopping Mad! The animated antics of the hapless bumbler Mr Bean. Mr Bean's landlady has invited the Mayor for tea. But the frogspawn in Mr Bean's bath have hatched out! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 07:35:00 2014-12-26 07:50:00 \N \N \N AD,S \N 2609770 t
+8283 42200 Super 4 eng Cleaning Day Animated comedy adventure series. Dr X reveals his latest invention - a giant robot designed to clean Technopolis. It is going to be a catastrophe! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:50:00 2014-12-26 08:10:00 \N \N \N S \N 2609771 t
+8283 42527 Super 4 eng Dragonraiders Animated comedy adventure series. Dragons attack King Kenric's castle! What can be done to stop these fire-spitting monsters? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 08:10:00 2014-12-26 08:25:00 \N \N \N S \N 2609772 t
+8283 45023 Weekend at Christmas eng \N Aled Jones presents a seasonal mix of chat and music. Today's guests are jazz musician Jamie Callum, Corrie's newest cast member Claire King, and Call the Midwife star Ben Caplan. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 08:25:00 2014-12-26 09:25:00 \N \N \N S \N 2609773 t
+16048 33042 Santa Claus eng The Movie Seasonal fantasy adventure starring Dudley Moore and John Lithgow, 1985. A disillusioned elf leaves Santa's North Pole workshop for New York to make toys for a scheming magnate \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 03:45:00 2014-12-26 05:35:00 \N \N \N AD,S \N 2609774 t
+16048 33667 Judge Judy eng \N New York City's outspoken family court judge Judy Sheindlin presides over a series of real-life cases and conflicts, trying to find solutions for all kinds of family issues. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 05:35:00 2014-12-26 06:00:00 \N \N \N S \N 2609775 t
+14784 2886 85mph CHILLY winds... eng \N Are on their way, so it's time to check out Holidays TV! We have 100s of established agents with YOUR holiday needs in mind. Whatever tickles your fancy, you'll find it here! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2609776 t
+8264 42192 The Aquabats! Super Show! eng Nights of the Cactus! Superheroic adventures of the rock band. The Aquabats! find a meteorite which has strange, otherworldly powers. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:20:00 \N \N \N S \N 2609777 t
+8264 36737 Pat & Stan eng Egg Surprise Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! It is Easter and the hunt for eggs begins. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 06:20:00 2014-12-26 06:30:00 \N \N \N AD,S,SL \N 2609778 t
+8264 42193 Dino Dan: Trek's Adventures eng Dino Footprints Jurassic adventures. When Hannah and Trek take an after school art class, Trek decides to use sculpture to see just how different dino footprints can be. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:30:00 2014-12-26 06:40:00 \N \N \N S \N 2609779 t
+8264 42194 Dino Dan: Trek's Adventures eng Dino Egg Hunt Jurassic adventures. Ms Carver's egg hunt gives Trek a chance to solve Dino Experiment 419 - do the compsognathus, dromaeosaurus and albertosaurus eat eggs? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:40:00 2014-12-26 06:55:00 \N \N \N S \N 2609780 t
+8264 42195 Sooty eng Panto Palaver When the actors in Mr Slater's pantomime fail to turn up, Sooty, Sweep and Soo perform instead. Will the Wicked Bunny have Little Blue Riding Hood for his supper? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:55:00 2014-12-26 07:05:00 \N \N \N S \N 2609781 t
+8264 42196 Almost Naked Animals eng All Dog No Danger Howie needs to find a new hero after getting kicked out of the Dirk Danger Club. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:05:00 2014-12-26 07:20:00 \N \N \N S \N 2609782 t
+8264 42198 Almost Naked Animals eng Cowboy Cabana Two troublemaking bulls, Burt and Burt, stay at the hotel hoping to trash the joint. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:20:00 2014-12-26 07:35:00 \N \N \N S \N 2609783 t
+8264 41852 Mr Bean eng Hopping Mad! The animated antics of the hapless bumbler Mr Bean. Mr Bean's landlady has invited the Mayor for tea. But the frogspawn in Mr Bean's bath have hatched out! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 07:35:00 2014-12-26 07:50:00 \N \N \N AD,S \N 2609784 t
+8264 42200 Super 4 eng Cleaning Day Animated comedy adventure series. Dr X reveals his latest invention - a giant robot designed to clean Technopolis. It is going to be a catastrophe! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:50:00 2014-12-26 08:10:00 \N \N \N S \N 2609785 t
+8264 42527 Super 4 eng Dragonraiders Animated comedy adventure series. Dragons attack King Kenric's castle! What can be done to stop these fire-spitting monsters? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 08:10:00 2014-12-26 08:25:00 \N \N \N S \N 2609786 t
+8264 45023 Weekend at Christmas eng \N Aled Jones presents a seasonal mix of chat and music. Today's guests are jazz musician Jamie Callum, Corrie's newest cast member Claire King, and Call the Midwife star Ben Caplan. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 08:25:00 2014-12-26 09:25:00 \N \N \N S \N 2609787 t
+22208 6364 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:30:00 \N \N \N \N \N 2609788 t
+22208 1691 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 06:30:00 2014-12-25 07:00:00 \N \N \N \N \N 2609789 t
+22208 1692 60 Minute Makeover eng \N Claire Sweeney presents a design series in which the team has just one hour to improve a home in Hampshire with a makeover. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 07:00:00 2014-12-25 08:00:00 \N \N \N S \N 2609790 t
+22208 1693 6ixth Sense With Colin Fry eng \N One of Britain's most successful spiritualist mediums, Colin Fry, attempts to make contact with the other side in front of an expectant studio audience. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:30:00 \N \N \N S \N 2609791 t
+22208 1696 6ixth Sense With Colin Fry eng \N One of Britain's most successful spiritualist mediums, Colin Fry, attempts to make contact with the other side in front of an expectant studio audience. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 08:30:00 2014-12-25 09:00:00 \N \N \N S \N 2609792 t
+17920 42985 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:30:00 \N \N \N \N \N 2609793 t
+17920 42115 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-26 22:30:00 2014-12-26 23:00:00 \N \N \N \N \N 2609794 t
+17920 42117 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 23:00:00 2014-12-26 23:25:00 \N \N \N \N \N 2609795 t
+17920 42118 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 23:25:00 2014-12-26 23:45:00 \N \N \N \N \N 2609796 t
+17920 42119 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 23:45:00 2014-12-27 00:10:00 \N \N \N \N \N 2609797 t
+41264 281 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 12:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2609798 t
+33088 17809 Garden Re-Leaf with Richard Jackson eng \N Celebrating the gardening industry's first ever Re-Leaf Day, QVC is getting in the spirit of the gardening season. Here's looking forward to sunny days ahead! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 21:00:00 2014-12-24 22:00:00 \N \N \N \N \N 2609799 t
+33088 17810 bareMinerals eng \N The perfect blend of cosmetics and skincare, the bareMinerals range is ideal for women who are concerned about the additives, preservatives and fragrances routinely found in make-up. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 22:00:00 2014-12-24 23:00:00 \N \N \N \N \N 2609800 t
+33088 17811 Accessories by Kipling eng \N Showcasing the fashionable and classic bags created by this international brand, including handbags, rucksacks, travel bags and weekend away bags. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-24 23:00:00 2014-12-25 00:00:00 \N \N \N \N \N 2609801 t
+27328 17466 The Football's On eng \N A humorous look at the week's football stories. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2609802 t
+8281 42192 The Aquabats! Super Show! eng Nights of the Cactus! Superheroic adventures of the rock band. The Aquabats! find a meteorite which has strange, otherworldly powers. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:20:00 \N \N \N S \N 2609803 t
+8281 36737 Pat & Stan eng Egg Surprise Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! It is Easter and the hunt for eggs begins. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 06:20:00 2014-12-26 06:30:00 \N \N \N AD,S,SL \N 2609804 t
+8281 42193 Dino Dan: Trek's Adventures eng Dino Footprints Jurassic adventures. When Hannah and Trek take an after school art class, Trek decides to use sculpture to see just how different dino footprints can be. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:30:00 2014-12-26 06:40:00 \N \N \N S \N 2609805 t
+8281 42194 Dino Dan: Trek's Adventures eng Dino Egg Hunt Jurassic adventures. Ms Carver's egg hunt gives Trek a chance to solve Dino Experiment 419 - do the compsognathus, dromaeosaurus and albertosaurus eat eggs? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:40:00 2014-12-26 06:55:00 \N \N \N S \N 2609806 t
+8281 42195 Sooty eng Panto Palaver When the actors in Mr Slater's pantomime fail to turn up, Sooty, Sweep and Soo perform instead. Will the Wicked Bunny have Little Blue Riding Hood for his supper? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:55:00 2014-12-26 07:05:00 \N \N \N S \N 2609807 t
+8281 42196 Almost Naked Animals eng All Dog No Danger Howie needs to find a new hero after getting kicked out of the Dirk Danger Club. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:05:00 2014-12-26 07:20:00 \N \N \N S \N 2609808 t
+8281 42198 Almost Naked Animals eng Cowboy Cabana Two troublemaking bulls, Burt and Burt, stay at the hotel hoping to trash the joint. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:20:00 2014-12-26 07:35:00 \N \N \N S \N 2609809 t
+8281 41852 Mr Bean eng Hopping Mad! The animated antics of the hapless bumbler Mr Bean. Mr Bean's landlady has invited the Mayor for tea. But the frogspawn in Mr Bean's bath have hatched out! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 07:35:00 2014-12-26 07:50:00 \N \N \N AD,S \N 2609810 t
+8281 42200 Super 4 eng Cleaning Day Animated comedy adventure series. Dr X reveals his latest invention - a giant robot designed to clean Technopolis. It is going to be a catastrophe! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:50:00 2014-12-26 08:10:00 \N \N \N S \N 2609811 t
+8281 42527 Super 4 eng Dragonraiders Animated comedy adventure series. Dragons attack King Kenric's castle! What can be done to stop these fire-spitting monsters? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 08:10:00 2014-12-26 08:25:00 \N \N \N S \N 2609812 t
+8281 45023 Weekend at Christmas eng \N Aled Jones presents a seasonal mix of chat and music. Today's guests are jazz musician Jamie Callum, Corrie's newest cast member Claire King, and Call the Midwife star Ben Caplan. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 08:25:00 2014-12-26 09:25:00 \N \N \N S \N 2609813 t
+8267 22765 Dinner Date Australia eng \N Jeremy is well put together, owns cafes and restaurants, and is a Wallabies legend. Maybe one of the ladies behind the menus will be the perfect fit for his complicated life? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 09:25:00 2014-12-26 10:25:00 \N \N \N S \N 2609814 t
+8267 29343 Celebrity Squares eng \N Ashley Roberts, David Haye, Reece Shearsmith, Andi Peters, Sandi Toksvig, Stewart Francis, Bridget Christie, Tim Vine and Joe Wilkinson play the classic game show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 10:25:00 2014-12-26 11:25:00 \N \N \N S \N 2609815 t
+8267 29348 For the Love of Dogs at Christmas eng \N Paul O'Grady visits Battersea Dogs and Cats Home to help give the residents a fabulous festive season and hopes to find loving homes for all the dogs in time for Christmas Day. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 11:25:00 2014-12-26 12:30:00 \N \N \N S \N 2609816 t
+15856 3564 The Real Housewives of Miami eng Waterfront & Center Reality series. After crashing the gala, Cristy is shocked to get an invoice from Lea. Vegetarian Lea unwittingly attends Alexia's hog roast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N S \N 2609817 t
+15856 3565 The Millionaire Matchmaker eng Cinderella and Moondoggie Walk Into a Bar Reality series. Patti's latest customers include PJ, a lazy millionaire who refuses to grow up, and Cindy, a romance novelist. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N S \N 2609818 t
+15856 3566 Minors in Designers eng \N Reality series following the fortunes of a children's designer clothes store. Jesse decides to launch an online sale which sends the business - and the staff - into meltdown. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N S \N 2609819 t
+18112 35011 Arthur eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:15:00 \N \N \N \N \N 2609820 t
+18112 36352 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 07:15:00 2014-12-26 07:45:00 \N \N \N \N \N 2609821 t
+18112 36516 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 07:45:00 2014-12-26 08:50:00 \N \N \N \N \N 2609822 t
+18112 36517 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 08:50:00 2014-12-26 09:15:00 \N \N \N \N \N 2609823 t
+27840 5297 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 09:30:00 2014-12-26 10:00:00 \N \N \N \N \N 2609824 t
+27840 5298 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2609825 t
+27840 5299 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2609826 t
+22336 58682 The Big Bang Theory eng E4's Top 20 - The 43 Peculiarity The guys follow Sheldon when they notice that he vanishes for 20 minutes after lunch every day in the show placed 10th in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:30:00 \N \N \N AD,S \N 2609827 t
+22336 58683 The Big Bang Theory eng E4's Top 20 - The Countdown Reflection Bernadette decides she wants to marry Howard before his Space Shuttle mission occurs in the show placed ninth in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 15:30:00 2014-12-25 16:00:00 \N \N \N AD,S \N 2609828 t
+22336 58684 The Big Bang Theory eng E4's Top 20 - The Good Guy Fluctuation Leonard doubts his feelings for Priya when he kisses a girl from the comic book shop in the show placed eighth in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 16:00:00 2014-12-25 16:30:00 \N \N \N AD,S \N 2609829 t
+22336 58685 The Big Bang Theory eng E4's Top 20 - The Roommate Transmogrification The gang tease Howard for not being a doctor when Bernadette gets her PhD in the show placed seventh in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 16:30:00 2014-12-25 17:00:00 \N \N \N AD,S \N 2609830 t
+22336 58686 The Big Bang Theory eng E4's Top 20 - The Lunar Excitation Raj and Howard register Sheldon for online dating and soon find the perfect woman for him in the show placed sixth in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:30:00 \N \N \N AD,S \N 2609831 t
+22336 58687 Ice Age eng A Mammoth Christmas When Sid accidentally ruins one of Manny's Christmas traditions, he's told that he will be on Santa's naughty list. So he heads to the North Pole to plead his case directly to Santa Claus. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-25 17:30:00 2014-12-25 18:00:00 \N \N \N S \N 2609832 t
+8381 14991 ITV News & Weather eng \N Charlene White with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:15:00 \N \N \N S \N 2609833 t
+8381 15025 You've Got to Love Christmas eng \N A comic trawl through the festive TV archives mixing classic footage with advice from an array of comedians, journalists and celebrities including Dame Edna Everage and Al Murray. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:15:00 2014-12-26 01:15:00 \N \N \N S \N 2609834 t
+8381 15343 Christmas Carols on ITV eng \N Aled Jones, Mica Paris, Lucy Kay and Collabro joins the congregation of St. Mary's Church in Prestwich, Manchester for their traditional candlelit Christmas Eve carol service. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 01:15:00 2014-12-26 02:15:00 \N \N \N S \N 2609835 t
+8381 15344 Murder, She Wrote eng Celtic Riddle Jessica travels to Ireland for the reading of an old friend's will and realises it could provide the answer to a series of murders, as well as the whereabouts of a secret treasure. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 02:15:00 2014-12-26 03:45:00 \N \N \N S,SL \N 2609836 t
+14448 27354 I Survived eng \N I Survived presents compelling, unbelievable stories of individuals who have survived dangerous situations, including natural disasters, animal attacks and technological failures. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2609837 t
+14448 27355 I Survived eng \N I Survived presents compelling, unbelievable stories of individuals who have survived dangerous situations, including natural disasters, animal attacks and technological failures. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2609838 t
+14448 27356 I Survived eng \N I Survived presents compelling, unbelievable stories of individuals who have survived dangerous situations, including natural disasters, animal attacks and technological failures. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2609839 t
+8274 22765 Dinner Date Australia eng \N Jeremy is well put together, owns cafes and restaurants, and is a Wallabies legend. Maybe one of the ladies behind the menus will be the perfect fit for his complicated life? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 09:25:00 2014-12-26 10:25:00 \N \N \N S \N 2609840 t
+8274 29343 Celebrity Squares eng \N Ashley Roberts, David Haye, Reece Shearsmith, Andi Peters, Sandi Toksvig, Stewart Francis, Bridget Christie, Tim Vine and Joe Wilkinson play the classic game show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 10:25:00 2014-12-26 11:25:00 \N \N \N S \N 2609841 t
+8274 29348 For the Love of Dogs at Christmas eng \N Paul O'Grady visits Battersea Dogs and Cats Home to help give the residents a fabulous festive season and hopes to find loving homes for all the dogs in time for Christmas Day. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 11:25:00 2014-12-26 12:30:00 \N \N \N S \N 2609842 t
+15840 3655 Wake Up In The 90s eng \N Let us whizz you back to the 90s when Madchester was all the rave, Britpop made Britannia cool again and a generation was getting down and dirty with Grunge. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2609843 t
+8448 58696 The Big Bang Theory eng The Santa Simulation Sheldon unwillingly reveals painful memories of Christmas past when Leonard persuades him to join in with a seasonal game of Dungeons & Dragons. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:30:00 \N \N \N AD,S \N 2609844 t
+8448 58697 The Big Bang Theory eng The Cooper Extraction Sheldon has to go back to Texas when his sister goes into labour, and while he is away the gang gather at the flat to decorate the Christmas tree. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 21:30:00 2014-12-25 22:00:00 \N \N \N AD,S \N 2609845 t
+8448 58868 The Inbetweeners eng Will Is Home Alone Will's mum is off on a weekend with an old schoolfriend. Will is left home alone and the other boys take full advantage of the situation. It's all fun until the morning. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:35:00 \N \N \N AD,S \N 2609846 t
+8448 58869 The Inbetweeners eng The Camping Trip Will draws on his scouting experience to cope with the last trip he has organised for the boys before they go their separate ways, but the others are woefully unprepared. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:35:00 2014-12-25 23:10:00 \N \N \N AD,S \N 2609847 t
+8448 58870 The Inbetweeners eng The Gig and the Girlfriend To impress a girl in the year below, Simon attends his first concert since seeing Take That with his mum. Unfortunately, Will, Jay and Neil tag along too. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 23:10:00 2014-12-25 23:45:00 \N \N \N AD,S \N 2609848 t
+8448 58871 The Inbetweeners eng Bunk Off Will, Simon, Jay and Neil bunk off school. They head to Neil's house to get drunk, where Simon has a vodka-induced romantic revelation about his childhood sweetheart Carli. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 23:45:00 2014-12-26 00:15:00 \N \N \N AD,S \N 2609849 t
+41136 50386 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 00:10:00 2014-12-26 01:15:00 \N \N \N \N \N 2609850 t
+41136 50387 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 01:15:00 2014-12-26 02:15:00 \N \N \N \N \N 2609851 t
+41136 50388 AMV Bike Cup eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 02:15:00 2014-12-26 02:45:00 \N \N \N \N \N 2609852 t
+41136 50389 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 02:45:00 2014-12-26 03:40:00 \N \N \N \N \N 2609853 t
+8325 4589 Emmerdale eng \N Andy and Robert's feud reaches boiling point. Charity manipulates Cain. Bernice finds comfort in an unlikely source. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 12:25:00 2014-12-25 12:55:00 \N \N \N AD,S \N 2609854 t
+8325 5141 Coronation Street eng \N Gary feels isolated from his family. Will Kylie give in to her demons? Lloyd is shocked by news of Jenna. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 12:55:00 2014-12-25 13:25:00 \N \N \N AD,S \N 2609855 t
+8325 2719 All Star Family Fortunes eng \N Vernon Kay hosts a seasonal special in which teams from This Morning and Emmerdale go head to head as they try to win big money for their chosen charities. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 13:25:00 2014-12-25 14:30:00 \N \N \N S \N 2609856 t
+8325 5329 Catchphrase eng Christmas Special Stephen Mulhern gets everyone in the festive mood with this hilarious, celebrity special of the much-loved game show. With Warwick Davis, Katie Price and Christopher Biggins. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 14:30:00 2014-12-25 15:35:00 \N \N \N S \N 2609857 t
+15808 50381 Sucker Punch Enduro eng \N Competitors are put through their paces in this Extreme Enduro event held in Bala, North Wales. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2609858 t
+24448 64048 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2609859 t
+24448 64049 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 01:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2609860 t
+24448 64050 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 02:00:00 2014-12-26 03:00:00 \N \N \N \N \N 2609861 t
+8384 58760 The Inbetweeners eng The Field Trip The first episode of series two of the comedy about four suburban teenagers. It's a new term at Rudge Park and the infamous sociology and geography field trip is looming. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 00:05:00 2014-12-25 00:35:00 \N \N \N AD,S \N 2609862 t
+8384 58759 The Inbetweeners eng Work Experience Jay arranges work experience for himself and Simon at his dad's company, but a mix-up leaves Neil at a newspaper and Will at a garage. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 00:35:00 2014-12-25 01:05:00 \N \N \N AD,S \N 2609863 t
+22752 1122 Kiss Fresh Up All Night eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 00:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2609864 t
+8384 58758 The Inbetweeners eng Will's Birthday Will plans a suitably grown-up dinner to celebrate his birthday, but his event clashes with a more popular party, leaving his friends with a dilemma. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 01:05:00 2014-12-25 01:30:00 \N \N \N AD,S \N 2609865 t
+8384 58756 The Inbetweeners eng Night Out in London Will decides the lads should be 'the boys who go to clubs'. They head to the West End, and meet aggressive bouncers, tramps and angry bus passengers. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 01:30:00 2014-12-25 01:55:00 \N \N \N AD,S \N 2609866 t
+8384 58761 Rare Exports eng A Christmas Tale A twisted, eccentrically inventive, and in parts gory, horror action-comedy take on the Father Christmas myth for adults. In Finnish/subs. Strong language/violence. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 01:55:00 2014-12-25 03:20:00 \N \N 2010 S \N 2609867 t
+16032 42159 Bah-Humduck! A Looney Tunes Xmas eng \N Animated tale inspired by Charles Dickens's holiday favourite, A Christmas Carol \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:50:00 \N \N \N S \N 2609868 t
+16032 35252 Mr Bean eng Keyboard Capers The animated antics of the hapless bumbler Mr Bean. Determined to finish Beethoven's symphony, Mr Bean wangles himself a grand piano, a music book and a candelabra. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 12:50:00 2014-12-25 13:05:00 \N \N \N AD,S \N 2609869 t
+16032 35253 Mr Bean eng Double Trouble The animated antics of the hapless bumbler Mr Bean. Mr Bean is over the moon when he meets Mr Pod - but then Irma Gobb finds Mr Pod much better looking than him. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 13:05:00 2014-12-25 13:20:00 \N \N \N AD,S \N 2609870 t
+16032 40774 Mr Bean eng Hopping Mad! The animated antics of the hapless bumbler Mr Bean. Mr Bean's landlady has invited the Mayor for tea. But the frogspawn in Mr Bean's bath have hatched out! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 13:20:00 2014-12-25 13:30:00 \N \N \N AD,S \N 2609871 t
+16032 35329 Canimals eng Snow Cans The Canimals find themselves racing for their lives, pursued by an ever-growing ball of snow. Will they manage to get themselves out of this in one piece? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 13:30:00 2014-12-25 13:40:00 \N \N \N S \N 2609872 t
+16032 37130 Canimals eng Paint Cans Mimi decides that she will be the topic of art. But when the results of the other Canimals' inspiration are not to her liking, a messy conflict ensues. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 13:40:00 2014-12-25 13:50:00 \N \N \N S \N 2609873 t
+16032 37183 Canimals eng Super Can Fizzy is inspired by a TV show and decides to imitate the starring superhero. But how difficult is it to find real adventure with villains or damsels to save? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 13:50:00 2014-12-25 14:00:00 \N \N \N S \N 2609874 t
+16032 42163 Dino Dan: Trek's Adventures eng Dino Tooth Fairy Jurassic adventures. While Trek waits for his loose tooth to fall out, he finds a baby dinosaur tooth in the house -but which baby dino does it belong to? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:15:00 \N \N \N S \N 2609875 t
+16032 42164 Dino Dan: Trek's Adventures eng Dino Pet Store Jurassic adventures. Trek tells a story to Hannah, Bobby and Penelope about what it would be like to have dinosaurs as pets. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 14:15:00 2014-12-25 14:30:00 \N \N \N S \N 2609876 t
+16032 42166 Nerds & Monsters eng Molting Day Animated comedy series about three nerdy kids and a football linebacker who are marooned on a strange uncharted island. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 14:30:00 2014-12-25 14:45:00 \N \N \N S \N 2609877 t
+16032 42167 Nerds & Monsters eng Zanit-Clops Animated comedy series about three nerdy kids and a football linebacker who are marooned on a strange uncharted island. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 14:45:00 2014-12-25 15:00:00 \N \N \N S \N 2609878 t
+17664 58760 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 00:05:00 2014-12-25 00:35:00 \N \N \N \N \N 2609879 t
+17664 58759 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 00:35:00 2014-12-25 01:05:00 \N \N \N \N \N 2609880 t
+17664 58758 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 01:05:00 2014-12-25 01:30:00 \N \N \N \N \N 2609881 t
+17664 58756 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 01:30:00 2014-12-25 01:55:00 \N \N \N \N \N 2609882 t
+17664 58761 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 01:55:00 2014-12-25 03:20:00 \N \N \N \N \N 2609883 t
+27648 5963 Baggage Battles eng \N 3,200 containers ship into Newark daily, but not everything reaches its destination. When duty goes unpaid or property is unclaimed, they go to auction. Are there bargains? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:30:00 \N \N \N \N \N 2609884 t
+27648 5964 Baggage Battles eng \N In 2011, the LAPD recovered over $2 billion of merchandise, all of which has to be destroyed, or sold. Our experts try to profit on some of these legally seized valuables. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 21:30:00 2014-12-25 22:00:00 \N \N \N \N \N 2609885 t
+27648 4583 Wheeler Dealers eng Porsche 944 Turbo Part 1 Mike and Edd are on cloud nine when they get their hands on a Porsche. But it's not all smooth sailing for the boys on this turbo-charged restoration. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:30:00 \N \N \N \N \N 2609886 t
+27648 4584 Wheeler Dealers eng Porsche 944 Turbo Part 2 The mechanical maestros continue to work on the spectacular Porsche Turbo, using all their skills to make sure this is an unforgettable overhaul. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:00:00 \N \N \N \N \N 2609887 t
+27648 4585 American Chopper: Senior vs Junior eng ESAB Bike Business is booming at the OCC, but Paul Jr is struggling to find clients - should he crack on and build a bike without a commission? Plus, Paul Sr reaches out to Mikey. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2609888 t
+17472 56571 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:30:00 \N \N \N \N \N 2609889 t
+17472 51557 QI eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:00:00 \N \N \N \N \N 2609890 t
+17472 56572 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:30:00 \N \N \N \N \N 2609891 t
+40960 53148 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 18:00:00 2014-12-20 18:30:00 \N \N \N \N \N 2609892 t
+40960 53149 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-20 18:30:00 2014-12-20 19:00:00 \N \N \N \N \N 2609893 t
+40960 53150 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 19:00:00 2014-12-20 19:30:00 \N \N \N \N \N 2609894 t
+40960 53151 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-20 19:30:00 2014-12-20 20:00:00 \N \N \N \N \N 2609895 t
+40960 53152 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 20:00:00 2014-12-20 20:30:00 \N \N \N \N \N 2609896 t
+40960 53153 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-20 20:30:00 2014-12-20 21:00:00 \N \N \N \N \N 2609897 t
+15808 50380 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 18:55:00 2014-12-25 20:00:00 \N \N \N \N \N 2609898 t
+22272 5724 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:05:00 \N \N \N \N \N 2609899 t
+22272 2887 Red Bull X-Fighters 2014 eng \N The stunt-packed Red Bull X-Fighters World Tour culminates with this gripping series finale in Pretoria, South Africa. Which airborne daredevil will be crowned world champion? \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 07:05:00 2014-12-26 07:55:00 \N \N \N \N \N 2609900 t
+22272 65239 The World of Stupid Criminals eng \N For some cretinous criminals, it's written in the stars. Chris Rowe takes us through all kinds of stupidity as we explore the signs of the zodiac in this hilarious clip show. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 07:55:00 2014-12-26 08:20:00 \N \N \N \N \N 2609901 t
+22272 65240 Top Gear eng Bolivia Special The boys are dropped deep into the Bolivian rainforest armed only with three 4x4s. They must drive to the Chilean coast - via drug lords and debilitating altitude. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-26 08:20:00 2014-12-26 10:00:00 \N \N \N AD,S \N 2609902 t
+28416 20146 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-23 03:00:00 2014-12-23 04:00:00 \N \N \N \N \N 2609903 t
+28416 20147 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-23 04:00:00 2014-12-23 05:00:00 \N \N \N \N \N 2609904 t
+28416 20148 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-23 05:00:00 2014-12-23 06:00:00 \N \N \N \N \N 2609905 t
+4168 58019 The Gruffalo eng \N Animation based on the classic children's book written by Julia Donaldson, telling the magical tale of a mouse who takes a walk through the woods in search of a nut. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N 2009 AD,S \N 2609906 t
+4168 57716 On Angel Wings eng On Angel Wings Magical reworking of the Nativity by Michael Morpurgo. A grandfather explains how, as a shepherd boy, he was taken by the angel Gabriel to visit the Christ child. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N AD,S \N 2609907 t
+4168 56512 Come and Join the Celebration eng \N Live from St George's Church in Leeds, a Christmas morning service for all the family with popular carols and contemporary songs. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N S \N 2609908 t
+4168 56513 Only Fools and Horses eng A Royal Flush When Rodney meets a pretty girl in the market, he fails to realise her connections. But when he is invited to her family home, Del sees his chance of making a buck. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N S \N 2609909 t
+28352 2451 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:20:00 \N \N \N \N \N 2609910 t
+28352 2452 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 06:20:00 2014-12-26 07:00:00 \N \N \N \N \N 2609911 t
+28352 2453 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:30:00 \N \N \N \N \N 2609912 t
+28352 2454 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 07:30:00 2014-12-26 08:00:00 \N \N \N \N \N 2609913 t
+28352 2455 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 08:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2609914 t
+27456 45536 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:30:00 \N \N \N \N \N 2609915 t
+27456 45537 Politicking with Larry King eng \N Legendary host Larry King and OraTV bring 'Politicking', their new political show. World leaders and policy makers will be regular guests of the interviewer whose deep knowledge have made him an icon. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 06:30:00 2014-12-26 07:00:00 \N \N \N \N \N 2609916 t
+27456 45538 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:30:00 \N \N \N \N \N 2609917 t
+27456 45539 SophieCo eng \N Tune in for the interview show SophieCo with its charming host Sophie Shevardnadze and enjoy good talk. Solid facts, uncommon opinions, thoughtful observations. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 07:30:00 2014-12-26 08:00:00 \N \N \N \N \N 2609918 t
+27456 45540 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:30:00 \N \N \N \N \N 2609919 t
+27456 45541 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N \N \N 2609920 t
+27744 42175 Teleshopping eng \N Put the pleasure back into shopping from the comfort of your home and choose from a selection of innovative products. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2609921 t
+26240 11755 heat Breakfast with Naomi Kent eng \N Morning you! Naomi wakes up the UK direct from heat! #heatradio \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 06:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2609922 t
+17609 19794 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:20:00 \N \N \N \N \N 2609923 t
+17609 19795 eng \N \N \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 06:20:00 2014-12-26 06:30:00 \N \N \N \N \N 2609924 t
+17609 19797 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:30:00 2014-12-26 06:40:00 \N \N \N \N \N 2609925 t
+17609 19798 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:40:00 2014-12-26 06:55:00 \N \N \N \N \N 2609926 t
+17609 19799 Sooty eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:55:00 2014-12-26 07:05:00 \N \N \N \N \N 2609927 t
+17609 19800 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:05:00 2014-12-26 07:20:00 \N \N \N \N \N 2609928 t
+17609 19801 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:20:00 2014-12-26 07:35:00 \N \N \N \N \N 2609929 t
+17609 19802 Mr Bean eng \N \N \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 07:35:00 2014-12-26 07:50:00 \N \N \N \N \N 2609930 t
+17609 19804 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:50:00 2014-12-26 08:10:00 \N \N \N \N \N 2609931 t
+17609 19805 eng \N \N \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 08:10:00 2014-12-26 08:25:00 \N \N \N \N \N 2609932 t
+17609 19807 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 08:25:00 2014-12-26 09:25:00 \N \N \N \N \N 2609933 t
+27360 18265 ESPN Soccer Stories eng Mysteries of the Rimet Trophy How the Nazis' plan to steal the Jules Rimet Trophy, awarded to the World Cup winners from 1930 to 1970, was thwarted by a mild-mannered Italian football official. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:30:00 \N \N \N \N \N 2609934 t
+27360 18266 ESPN Soccer Stories eng Barbosa: The Man Who Made Brazil Cry The story of Moacir Barbosa, the Brazilian goalkeeper who was blamed for his team's defeat to Uruguay in the 1950 World Cup final, plunging his country into mourning. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 12:30:00 2014-12-25 13:00:00 \N \N \N \N \N 2609935 t
+27360 18267 FIFA World Cup Official Film 1974 eng West Germany - Heading for Glory FIFA's glossily filmed record of 1974's World Cup finals. Grzegorz Lato finished top scorer, but it was Johan Cruyff who shone brightest. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:45:00 \N \N \N \N \N 2609936 t
+27360 18268 FIFA World Cup Official Film 1978 eng Argentina - Campeones Despite doubts over the military regime that propped up Argentina's 1978 World Cup, the home team boasted stars such as Kempes, Ardiles and Villa. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 14:45:00 2014-12-25 16:30:00 \N \N \N \N \N 2609937 t
+25664 55914 4Music Video Honours eng The Results! This is it! The weeks of voting are over, it's time for Miquita Oliver to reveal your winners for Best Boy, Best Girl, Best Breakthrough, Best RnB & Dance and Best Video - hold on tight! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 09:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2609938 t
+25664 55915 4Music's 50 Must-See Vids Of 2014! eng \N Join 4Music for the 50 must-see videos of 2014. These are the greatest videos of the year, so don't miss out! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-26 11:00:00 2014-12-26 15:15:00 \N \N \N \N \N 2609939 t
+13024 51097 Britain's Favourite Xmas Songs eng \N A countdown of the nation's favourite Christmas songs. Artists, producers and pundits unwrap the greatest gifts that musicians have given to us for Christmases past and present \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 21:00:00 2014-12-26 00:05:00 \N \N \N S \N 2609940 t
+25728 54703 Munich eng \N Thriller telling the story of the events following the 1972 Munich Olympics terrorist massacre, which left eleven Israeli athletes dead. With... Contains strong language and graphic violence. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 21:00:00 2014-12-27 00:30:00 \N \N 2005 \N \N 2609941 t
+32896 8322 Clay Kids eng \N Robbie pretends to be ill to avoid an exam, and starts to enjoy the sympathy that everybody shows him despite Flippy's pleas that he stops faking. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 21:00:00 2014-12-20 21:15:00 \N \N \N \N \N 2609942 t
+32896 8323 Clay Kids eng \N Robbie and Flippy are sent to the Principal for messing around, and become subjects of a new experiment in behaviour-control. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 21:15:00 2014-12-20 21:30:00 \N \N \N \N \N 2609943 t
+28512 721 Chat Your Socks off eng \N Don't just sit there! Get that guy or gal of your dreams. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 11:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2610112 t
+32896 8324 Littlest Pet Shop eng \N Zoe and Pepper get ultra-competitive while planning a party for Penny Ling, while Vinnie loses his tail he finds out something shocking. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 21:30:00 2014-12-20 22:00:00 \N \N \N \N \N 2609944 t
+32896 8325 Sally Bollywood eng \N Ring My Bell - The school bell is going crazy. The kids love it, except for the Principal's son. He is concerned that the crazy bell is driving his father crazy, so he asks Sally to investigate. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 22:00:00 2014-12-20 22:15:00 \N \N \N \N \N 2609945 t
+32896 8326 Sally Bollywood eng \N Catch Me If You Can - Sally receives warning letters telling her about crimes that are about to occur. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 22:15:00 2014-12-20 22:30:00 \N \N \N \N \N 2609946 t
+32896 8327 Grojband eng \N It's time for Grojband's first video! Everyone wants something different and there's only one solution - do it all! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 22:30:00 2014-12-20 22:45:00 1 2 \N \N \N 2609947 t
+32896 8328 Rekkit Rabbit eng \N SK says that she doesn't get scared. Jay and Rekkit decide to challenge SK by having her come to the old cheese factory at night. Rekkit summons Madame Ozelda to make the place come alive. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 22:45:00 2014-12-20 23:00:00 \N \N \N \N \N 2609948 t
+32896 8329 Eliot Kid eng \N Eliot Against The Bananas - Jeremy has just invented an automatic banana dispenser for the monkeys in the zoo. But the bananas have the strange power of making Eliot's father regress to a primate. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 23:00:00 2014-12-20 23:15:00 \N \N \N \N \N 2609949 t
+32896 8330 Eliot Kid eng \N My Neighbour, the Yeti - When Eliot discovers that the famous yeti has come to spend a few days holiday in the house across the street, he has to get a photo of the legendary beast. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 23:15:00 2014-12-20 23:30:00 \N \N \N \N \N 2609950 t
+32896 8331 Scaredy Squirrel eng \N Scaredy tries to win a lifetime supply of cleaning supplies by coaching Dave to victory. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 23:30:00 2014-12-20 23:45:00 \N \N \N \N \N 2609951 t
+32896 8332 Scaredy Squirrel eng \N Scaredy discovers Paddy's embarrassing secret and Paddy tries to find one about Scaredy. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-20 23:45:00 2014-12-21 00:00:00 \N \N \N \N \N 2609952 t
+4169 56479 Merry Madagascar eng \N Seasonal short. When Santa crashes into Madagascar and ends up with amnesia, the animals decide to deliver his presents themselves and hopefully get back to New York City. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 15:05:00 2014-12-24 15:25:00 \N \N 2009 S \N 2609953 t
+4169 56481 Shrek the Halls eng \N Festive animated comedy. Shrek (Mike Myers) just wants to have a nice quiet Christmas with Fiona and the baby ogres. Donkey, however, is full of holiday cheer and has other ideas. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 15:25:00 2014-12-24 15:50:00 \N \N \N AD,S \N 2609954 t
+4169 56482 The Gruffalo's Child eng \N Animated film based on the classic children's picture book. A little Gruffalo ignores her father's warnings and tiptoes out into the snow in search of the Big Bad Mouse... Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 15:50:00 2014-12-24 16:15:00 \N \N 2011 AD,S \N 2609955 t
+4169 56483 On Angel Wings eng On Angel Wings Magical reworking of the Nativity by Michael Morpurgo. A grandfather explains how, as a shepherd boy, he was taken by the angel Gabriel to visit the Christ child. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 16:15:00 2014-12-24 16:45:00 \N \N \N AD,S \N 2609956 t
+4169 56484 101 Dalmatians eng \N A litter of dalmatian puppies try to escape the evil Cruella De Vil. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 16:45:00 2014-12-24 18:05:00 \N \N 1961 AD,S \N 2609957 t
+22656 1002 The Hijack eng Gus G Hear some of the best artist takeovers from 2014 in our 12 hour #KerrangHijack marathon! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2609958 t
+22656 1003 The Hijack eng Brody Dalle Hear some of the best artist takeovers from 2014 in our 12 hour #KerrangHijack marathon! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2609959 t
+22656 1004 The Hijack eng Within Temptation Hear some of the best artist takeovers from 2014 in our 12 hour #KerrangHijack marathon! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2609960 t
+14720 23113 Boxing Day Breakfast Matt Jarvis eng \N Continue the festivities into Boxing Day with Matt Jarvis. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 06:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2609961 t
+14372 8049 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 03:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2609962 t
+14372 8050 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 04:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2609963 t
+14372 8051 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 05:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2609964 t
+28288 9272 Beauty Tools & Accessories Gifts eng \N The beauty tools you use are as important as your products, so enjoy professional-standard implements and accessories, from lash curlers to make-up bags and tweezers to brushes. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 09:00:00 2014-12-21 10:00:00 \N \N \N \N \N 2609965 t
+15952 39733 Tomorrow Never Dies eng \N James Bond action thriller starring Pierce Brosnan and Teri Hatcher, 1997. A media baron sets about triggering WWIII so that his 24-hour news network can profit from exclusive coverage \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 21:00:00 2014-12-26 23:30:00 \N \N \N AD,S \N 2609966 t
+15952 2832 Parallel Juicyverse Part 1 eng \N Keith Lemon hosts this festive special looking back at series nine and ten of his outrageous panel show Celebrity Juice. Guest starring TOWIE's Joey Essex. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 23:30:00 2014-12-27 00:30:00 \N \N \N S \N 2609967 t
+24464 50382 Bike World eng \N Episode 26. All the latest reviews, action and entertainment from the world of motorbikes. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:35:00 \N \N \N \N \N 2609968 t
+24464 50383 Roof Of Africa eng \N The world's best Xtreme Enduro competitors take on one of the toughest off-road endurance events. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 21:35:00 2014-12-25 22:35:00 \N \N \N \N \N 2609969 t
+24464 50384 Night Of The Jumps eng \N Freestyle motocross hits dizzying new heights thanks to Night of the Jumps' incredible line-up of aerial acrobats. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 22:35:00 2014-12-25 23:05:00 \N \N \N \N \N 2609970 t
+24464 50385 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 23:05:00 2014-12-26 00:10:00 \N \N \N \N \N 2609971 t
+40976 47289 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-26 04:00:00 2014-12-26 05:30:00 \N \N \N \N \N 2609972 t
+40976 45534 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 05:30:00 2014-12-26 18:58:00 \N \N \N \N \N 2609973 t
+8283 22765 Dinner Date Australia eng \N Jeremy is well put together, owns cafes and restaurants, and is a Wallabies legend. Maybe one of the ladies behind the menus will be the perfect fit for his complicated life? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 09:25:00 2014-12-26 10:25:00 \N \N \N S \N 2609974 t
+8283 29343 Celebrity Squares eng \N Ashley Roberts, David Haye, Reece Shearsmith, Andi Peters, Sandi Toksvig, Stewart Francis, Bridget Christie, Tim Vine and Joe Wilkinson play the classic game show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 10:25:00 2014-12-26 11:25:00 \N \N \N S \N 2609975 t
+41104 20023 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 09:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2610113 t
+8283 29348 For the Love of Dogs at Christmas eng \N Paul O'Grady visits Battersea Dogs and Cats Home to help give the residents a fabulous festive season and hopes to find loving homes for all the dogs in time for Christmas Day. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 11:25:00 2014-12-26 12:30:00 \N \N \N S \N 2609976 t
+16048 33668 Movies Now eng \N The latest news and reviews of this week's film releases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:10:00 \N \N \N \N \N 2609977 t
+16048 32784 Rising Damp eng For the Man Who Has Everything Classic sitcom about a miserly landlord. Rigsby is facing the prospect of a lonely Christmas, until Alan and Philip arrive unexpectedly. \N 0 25 f 3 eng eng 0 0 0 \N 2014-12-26 06:10:00 2014-12-26 06:35:00 \N \N \N S \N 2609978 t
+16048 32951 Housewife, 49 eng \N Victoria Wood stars as a downtrodden wife and mother, whose life dramatically improves after the outbreak of WWII when she joins the Women's Voluntary Service. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 06:35:00 2014-12-26 08:25:00 \N \N \N AD,S \N 2609979 t
+16048 32771 Clash of the Santas eng \N Family adventure. Bickering best friends Colin and Howie go to the World Santa Championships, but a mysterious team is threatening to ruin Christmas. Can the duo save the day? \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 08:25:00 2014-12-26 10:15:00 \N \N \N AD,S \N 2609980 t
+14784 2887 Walking On Sunshine? eng \N No, neither are we! With winter upon us, why not swap the wind and chill for golden sandy beaches? Check out Holidays TV, updated daily with 100s of the latest great deals! Bliss. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 04:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2609981 t
+8264 22765 Dinner Date Australia eng \N Jeremy is well put together, owns cafes and restaurants, and is a Wallabies legend. Maybe one of the ladies behind the menus will be the perfect fit for his complicated life? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 09:25:00 2014-12-26 10:25:00 \N \N \N S \N 2609982 t
+8264 29343 Celebrity Squares eng \N Ashley Roberts, David Haye, Reece Shearsmith, Andi Peters, Sandi Toksvig, Stewart Francis, Bridget Christie, Tim Vine and Joe Wilkinson play the classic game show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 10:25:00 2014-12-26 11:25:00 \N \N \N S \N 2609983 t
+8264 29348 For the Love of Dogs at Christmas eng \N Paul O'Grady visits Battersea Dogs and Cats Home to help give the residents a fabulous festive season and hopes to find loving homes for all the dogs in time for Christmas Day. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 11:25:00 2014-12-26 12:30:00 \N \N \N S \N 2609984 t
+22208 1706 Stargate SG-1 eng A Matter Of Time While trying to save fellow Stargate officers from a black hole, the SG-1 team and Earth become threatened by the hole's potentially fatal gravitational pull. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:00:00 \N \N \N S \N 2609985 t
+22208 1719 Stargate SG-1 eng The Fifth Race When O'Neill looks into an alien viewer, he becomes a receptacle for ancient knowledge which could unlock some of life's deepest mysteries. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N S \N 2609986 t
+22208 1720 Sinbad eng \N Surprises are in store when Sinbad and the gang climb on board an abandoned ship and meet an old man who isn't as sweet as he seems. Timothy Spall guest stars. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 4 \N \N S,AD 1 2609987 t
+33088 17812 The Charlie Bears Collection eng \N QVC is proud to present the Charlie Bears Collection, an exceptional range of collectable plush and limited edition bears, exclusively designed by celebrated teddy bear artists from around the world. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N \N \N 2609988 t
+33088 17813 The Charlie Bears Collection eng \N QVC is proud to present the Charlie Bears Collection, an exceptional range of collectable plush and limited edition bears, exclusively designed by celebrated teddy bear artists from around the world. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 01:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2609989 t
+33088 17814 no!no! Hair Removal eng \N Now available worldwide, the innovative no!no! system offers pain-free hair removal that can be performed in the comfort and convenience of your own home. No mess, no chemicals - just smooth skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 02:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2609990 t
+27328 17400 The Crazy Gang - BT Sport Films eng \N The extraordinary story of Wimbledon FC in the 1980s, the notorious win-at-all-costs team which rose from non-league obscurity to FA Cup winners in less than ten years. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:30:00 \N \N \N \N \N 2609991 t
+27328 17467 Five-a-Side eng Game On Comedy drama series following the lives of a London based five-a-side football team. Star United kick-off the tournament, Matt gets cold feet and Lee scores off the pitch. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-26 22:30:00 2014-12-26 23:00:00 \N \N \N \N \N 2609992 t
+27328 17468 Five-a-Side eng Playing To Win Comedy drama series about a five-a-side team. Star United look to make the finals, Matt spirals out of control and Johnny's feud with Carter comes to a head. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-26 23:00:00 2014-12-26 23:30:00 \N \N \N \N \N 2609993 t
+27328 17469 The Football's On eng \N A humorous look at the week's football stories. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 23:30:00 2014-12-27 00:30:00 \N \N \N \N \N 2609994 t
+8281 22765 Dinner Date Australia eng \N Jeremy is well put together, owns cafes and restaurants, and is a Wallabies legend. Maybe one of the ladies behind the menus will be the perfect fit for his complicated life? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 09:25:00 2014-12-26 10:25:00 \N \N \N S \N 2609995 t
+8281 29343 Celebrity Squares eng \N Ashley Roberts, David Haye, Reece Shearsmith, Andi Peters, Sandi Toksvig, Stewart Francis, Bridget Christie, Tim Vine and Joe Wilkinson play the classic game show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 10:25:00 2014-12-26 11:25:00 \N \N \N S \N 2609996 t
+8281 29348 For the Love of Dogs at Christmas eng \N Paul O'Grady visits Battersea Dogs and Cats Home to help give the residents a fabulous festive season and hopes to find loving homes for all the dogs in time for Christmas Day. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 11:25:00 2014-12-26 12:30:00 \N \N \N S \N 2609997 t
+8267 17426 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 12:30:00 2014-12-26 12:45:00 \N \N \N S \N 2609998 t
+8267 27048 The Chase eng Christmas Special Bradley Walsh hosts a special Christmas edition of the show, with actor Steve Pemberton, Corrie's Paula Lane, Educating Yorkshire's Mr Burton and comedian and actor Ben Miller. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 12:45:00 2014-12-26 13:45:00 \N \N \N S \N 2609999 t
+8267 22767 Back to the Future Part II eng \N Time-travel adventure sequel starring Michael J Fox and Christopher Lloyd, 1989. Marty McFly time-travels with eccentric inventor Doc Brown after the ruthless Biff creates an alternative 1985 \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 13:45:00 2014-12-26 15:45:00 \N \N \N AD,S \N 2610000 t
+15856 3567 The Millionaire Matchmaker eng Frat Brat and Numb with Fear Reality series. Patti helps 29-year-old John, a California financial advisor who wants to settle down and David, a 43-year-old cosmetic dentist. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N S \N 2610001 t
+15856 3568 The Real Housewives of Melbourne eng \N Reality series which follows the lives of a group of well-to-do socialites. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N S \N 2610002 t
+15856 3569 Mob Wives eng Rumble on the Rooftop Reality series. Carla adjusts to life with her husband now he is out of prison and Drita is pushed over the edge when revelations about Lee surface. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2610003 t
+18112 36353 ROY eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 09:15:00 2014-12-26 09:45:00 \N \N \N \N \N 2610004 t
+27840 5300 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2610010 t
+27840 5301 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2610011 t
+27840 5302 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2610012 t
+27712 22083 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:30:00 \N \N \N \N \N 2610013 t
+27712 22084 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 00:30:00 2014-12-25 01:00:00 \N \N \N \N \N 2610014 t
+27712 22085 Al Jazeera World eng \N A Qatari former camel herder travels to Australia to see if there_s a better way to deal with that country_s 1.2 million feral camels other than shooting them. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-25 01:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2610015 t
+27712 22086 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 02:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2610016 t
+22336 58688 The Snowman eng \N Raymond Briggs's classic animated tale of a little boy's snowman that comes to life and whisks him off to the North Pole for an adventure. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:25:00 \N \N \N AD,S \N 2610017 t
+22336 59290 The Snowman and the Snowdog eng \N Charming animated sequel to Raymond Briggs's classic The Snowman. When a young boy and his mother move house, he builds a Snowman and a Snowdog who magically come to life. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 18:25:00 2014-12-25 19:00:00 \N \N \N AD,S \N 2610018 t
+22336 58690 The Big Bang Theory eng The Countdown Reflection In the last episode of season five, Bernadette decides that she wants to get married to Howard before his NASA space mission takes place. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N AD,S \N 2610019 t
+22336 58691 The Big Bang Theory eng The Date Night Variable In the opening episode of season six of the US comedy, Howard gets caught in a row between his mum and Bernadette while he's at the International Space Station. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 19:30:00 2014-12-25 20:00:00 \N \N \N AD,S \N 2610020 t
+22336 58692 The Big Bang Theory eng Access All Areas: This treat for fans of the US sitcom sees Rick Edwards travel to the Hollywood set for an access-all-areas visit, catching up with the cast and learning all about the show \N \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 20:00:00 2014-12-25 20:30:00 \N \N \N AD,S \N 2610021 t
+22336 58693 The Big Bang Theory eng It All Started with a Big Bang: Rick Edwards looks back at some of the US sitcom's most hilarious and memorable scenes and talks with the cast and crew on the set in Hollywood \N \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 20:30:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2610022 t
+8381 14994 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 03:45:00 2014-12-26 06:05:00 \N \N \N \N \N 2610023 t
+14448 27357 I Survived eng \N I Survived presents compelling, unbelievable stories of individuals who have survived dangerous situations, including natural disasters, animal attacks and technological failures. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2610024 t
+14448 27358 I Survived eng \N I Survived presents compelling, unbelievable stories of individuals who have survived dangerous situations, including natural disasters, animal attacks and technological failures. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 01:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2610025 t
+14448 27359 I Survived eng \N I Survived presents compelling, unbelievable stories of individuals who have survived dangerous situations, including natural disasters, animal attacks and technological failures. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 02:00:00 2014-12-26 03:00:00 \N \N \N \N \N 2610026 t
+8274 17426 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 12:30:00 2014-12-26 12:45:00 \N \N \N S \N 2610027 t
+8274 27048 The Chase eng Christmas Special Bradley Walsh hosts a special Christmas edition of the show, with actor Steve Pemberton, Corrie's Paula Lane, Educating Yorkshire's Mr Burton and comedian and actor Ben Miller. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 12:45:00 2014-12-26 13:45:00 \N \N \N S \N 2610028 t
+8274 22767 Back to the Future Part II eng \N Time-travel adventure sequel starring Michael J Fox and Christopher Lloyd, 1989. Marty McFly time-travels with eccentric inventor Doc Brown after the ruthless Biff creates an alternative 1985 \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 13:45:00 2014-12-26 15:45:00 \N \N \N AD,S \N 2610029 t
+4175 56479 Merry Madagascar eng \N Seasonal short. When Santa crashes into Madagascar and ends up with amnesia, the animals decide to deliver his presents themselves and hopefully get back to New York City. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-24 15:05:00 2014-12-24 15:25:00 \N \N 2009 S \N 2610030 t
+4175 56481 Shrek the Halls eng \N Festive animated comedy. Shrek (Mike Myers) just wants to have a nice quiet Christmas with Fiona and the baby ogres. Donkey, however, is full of holiday cheer and has other ideas. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-24 15:25:00 2014-12-24 15:50:00 \N \N \N AD,S \N 2610031 t
+4175 56482 The Gruffalo's Child eng \N Animated film based on the classic children's picture book. A little Gruffalo ignores her father's warnings and tiptoes out into the snow in search of the Big Bad Mouse... Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 15:50:00 2014-12-24 16:15:00 \N \N 2011 AD,S \N 2610032 t
+4175 56483 On Angel Wings eng On Angel Wings Magical reworking of the Nativity by Michael Morpurgo. A grandfather explains how, as a shepherd boy, he was taken by the angel Gabriel to visit the Christ child. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-24 16:15:00 2014-12-24 16:45:00 \N \N \N AD,S \N 2610033 t
+4175 56484 101 Dalmatians eng \N A litter of dalmatian puppies try to escape the evil Cruella De Vil. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 16:45:00 2014-12-24 18:05:00 \N \N 1961 AD,S \N 2610034 t
+15840 3656 A Merry Little Christmas eng \N Penguins huddle together to keep warm, it's a scientific fact. So we say cuddle up and enjoy these wonderful Christmas videos. They're sure to have you feeling warm and fuzzy inside in no time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2610035 t
+15840 3657 Best Of British Soft Rock Bands eng We're toning rock down a notch to talk about something special love. Prefab Sprout's When Love Breaks Down, Small Faces' Stand By Me and Dire Straits' Romeo And Juliet all feature. Need we say more? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2610036 t
+15840 3658 Pat Sharp's Time Warp eng \N It's 1980, and Pat Sharp is having a jolly time with Hazel O'Connor. The Time Warp delivers a typewriter and some spine-chilling text; we're back in a world of The Shining! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N \N \N 2610037 t
+15840 3659 Breakaway eng \N Breakaway from the norm of daytime telly - let Vintage TV carry you through the day in style, as we thumb through our greatest hits record collection. Go on, take the weight off. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 11:30:00 2014-12-26 13:00:00 \N \N \N \N \N 2610038 t
+8448 58698 The Big Bang Theory eng The Jerusalem Duality When Sheldon encounters Dennis, a 15-year-old physicist who is clearly much brighter than he is, his confidence is shaken to the core. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 00:15:00 2014-12-26 00:45:00 \N \N \N AD,S \N 2610039 t
+8448 58699 The Big Bang Theory eng The Bat Jar Conjecture Sheldon is ousted from the gang's Physics Bowl quiz team, so he decides to prove his superiority by forming his own team for the event. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 00:45:00 2014-12-26 01:15:00 \N \N \N AD,S \N 2610040 t
+8448 58703 Brooklyn Nine-Nine eng Full Boyle Boyle's new romance increases his self-confidence, Diaz and Santiago can't take a costumed crime-fighter seriously, and Holt faces a leadership challenge. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 01:15:00 2014-12-26 01:45:00 \N \N \N S \N 2610041 t
+8448 58704 Brooklyn Nine-Nine eng The Apartment Peralta is in danger of losing his flat but has no money to buy his own place, so Gina tries to help him find a new home. The officers do self-evaluations. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:45:00 2014-12-26 02:15:00 \N \N \N S \N 2610042 t
+8448 58702 Virtually Famous eng \N Kevin McHale and team captains Seann Walsh and Chris Stark are joined by guests James Acaster, Alex Brooker, Jameela Jamil and Kimberly Wyatt in this online panel show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:15:00 2014-12-26 03:00:00 \N \N \N S \N 2610043 t
+41136 50390 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 03:40:00 2014-12-26 04:35:00 \N \N \N \N \N 2610044 t
+41136 50391 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 04:35:00 2014-12-26 05:30:00 \N \N \N \N \N 2610045 t
+41136 50392 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2610046 t
+22592 17870 Hawksbee and Jacobs - Clips of the Year eng \N Paul Hawksbee and Andy Jacobs look back over the funniest bumbles on talkSPORT in this very special edition of Clips of the Year \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-25 17:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2610047 t
+8325 2793 Jurassic Park eng \N Dinosaur-based blockbuster starring Sam Neill and Laura Dern, 1993. When the dinosaurs in a state-of-the-art theme park are let loose, a group of visitors fight for their lives \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 15:35:00 2014-12-25 18:00:00 \N \N \N AD,S \N 2610048 t
+16032 35254 Tricky Quickies eng \N Stephen Mulhern presents a short spin-off programme from Tricky TV. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-25 17:55:00 2014-12-25 18:00:00 \N \N \N \N \N 2610049 t
+24448 64051 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 03:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2610050 t
+24448 64052 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 04:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2610051 t
+24448 64053 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 05:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2610052 t
+8384 59183 Toys eng \N Fantasy. The late Robin Williams stars as a man trying to rescue his late father's factory from the clutches of his uncle (Michael Gambon) who wants to make weapons instead of toys. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-25 03:20:00 2014-12-25 05:20:00 \N \N 1992 S \N 2610053 t
+8384 59185 Kirstie's Vintage Gems eng \N Kirstie Allsopp shows how easy it is to make things for both the home and the important people in our lives. This episode features sugarcraft and a masterclass in perfume-making. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 05:20:00 2014-12-25 05:35:00 \N \N \N S \N 2610054 t
+8384 59184 Small Animal Hospital eng \N Cara the collie comes into the hospital suffering from breathing difficulties. John meets Mischief the cat, whose thyroid problem requires a 'radioactive' solution. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 05:35:00 2014-12-25 06:00:00 \N \N \N S,SL \N 2610055 t
+16032 42169 Big Time Rush eng Big Time Rescue Members of a boy band try to make it in the music industry. James and Logan volunteer to help at a dog shelter. Kendall starts to think that Carlos is under a spell. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:30:00 \N \N \N S \N 2610056 t
+16032 41882 Mr Bean eng A Grand Invitation Animated antics of a bumbler. Mr Bean meets an aristocratic old lady and is invited for lunch - but she and her sinister butler are not quite what they seem. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 15:30:00 2014-12-25 15:45:00 \N \N \N AD,S \N 2610057 t
+16032 38551 Mr Bean eng A Royal Makeover The animated antics of the hapless bumbler. Mr Bean decides to decorate his room in the style of Buckingham Palace and selects the same wallpaper as the Queen has. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 15:45:00 2014-12-25 16:00:00 \N \N \N AD,S \N 2610058 t
+16032 42171 Horrid Henry eng Horrid Henry and the Time Machine When Horrid Henry turns time traveller, it's back to the future for Peter - with disastrous results! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 16:00:00 2014-12-25 16:15:00 \N \N \N AD,S \N 2610059 t
+16032 42187 Horrid Henry eng Horrid Henry Goes Swimming Henry tries to come up with a good excuse to get out of his hated swimming lesson, but will his plans sink without a trace? \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 16:15:00 2014-12-25 16:30:00 \N \N \N AD,S \N 2610060 t
+16032 38039 Almost Naked Animals eng Crouching Narwhal, Hidden Pig Irreverent fast-paced comedy built around the antics of a group of underwear-clad animals set in a beach front hotel, the Banana Cabana. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 16:30:00 2014-12-25 16:45:00 \N \N \N S \N 2610061 t
+16032 42189 Almost Naked Animals eng Howiewe'en Irreverent fast-paced comedy built around the antics of a group of underwear-clad animals set in a beach front hotel, the Banana Cabana. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 16:45:00 2014-12-25 16:55:00 \N \N \N S \N 2610062 t
+16032 35335 Signed Stories: Share a Story eng The Cyclops Whose Eye Fell Out Signed programme which goes behind the scenes of the competition, meeting the competitors and the animators who turned their stories into short films. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 16:55:00 2014-12-25 17:00:00 \N \N \N S,SL \N 2610063 t
+16032 41397 The Aquabats! Super Show! eng The Return of The Aquabats! Musical comedy action adventure series. When The Aquabats! return from outer space, they are received as heroes who saved the world. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:30:00 \N \N \N S \N 2610064 t
+16032 42190 Deadtime Stories eng Along Came a Spider Anthology series. When a dead spider springs to life, Mikey and his friend find themselves battling for their own lives against a giant killer arachnid. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 17:30:00 2014-12-25 17:55:00 \N \N \N S \N 2610065 t
+17664 59183 Toys eng \N \N \N \N \N \N \N \N \N 1 0 0 \N 2014-12-25 03:20:00 2014-12-25 05:20:00 \N \N \N \N \N 2610066 t
+27648 4586 How It's Made eng \N Ever wondered how everyday items such as rolled wafers, wood pellets and class and championship rings are made? Find out how these familiar objects are formed. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:30:00 \N \N \N \N \N 2610067 t
+27648 4587 How It's Made eng \N More everyday items are put under the microscope as we discover how ski goggles, tower cranes, porcelain figurines and diesel engines are made. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:30:00 2014-12-26 01:00:00 \N \N \N \N \N 2610068 t
+27648 4588 How It's Made eng \N More everyday items are put under the microscope as we discover how stuffed olives, astrolabes and western saddles are made. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:00:00 2014-12-26 01:30:00 \N \N \N \N \N 2610069 t
+27648 4589 How It's Made eng \N More everyday items are put under the microscope as we discover how custom running shoes, axes, racing karts and animatronics are made. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:30:00 2014-12-26 02:00:00 \N \N \N \N \N 2610070 t
+17609 19808 eng \N \N \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 09:25:00 2014-12-26 10:25:00 \N \N \N \N \N 2610114 t
+27648 4590 FBI Case Files eng The Hunted Fear spreads through a small Pennsylvania town when kids find a cache of stockpiled weapons in the woods. Can the FBI thwart any planned attacks before tragedy strikes? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 02:00:00 2014-12-26 03:00:00 \N \N \N \N \N 2610071 t
+17472 56573 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 00:30:00 2014-12-26 02:35:00 \N \N \N \N \N 2610072 t
+17472 51531 eng \N \N \N \N \N \N \N \N eng 0 0 0 \N 2014-12-26 02:35:00 2014-12-26 06:10:00 \N \N \N \N \N 2610073 t
+15808 50382 Bike World eng \N Episode 26. All the latest reviews, action and entertainment from the world of motorbikes. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:35:00 \N \N \N \N \N 2610074 t
+15808 50383 Roof Of Africa eng \N The world's best Xtreme Enduro competitors take on one of the toughest off-road endurance events. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 21:35:00 2014-12-25 22:35:00 \N \N \N \N \N 2610075 t
+15808 50384 Night Of The Jumps eng \N Freestyle motocross hits dizzying new heights thanks to Night of the Jumps' incredible line-up of aerial acrobats. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 22:35:00 2014-12-25 23:05:00 \N \N \N \N \N 2610076 t
+15808 50385 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro Lite & Pro 2. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 23:05:00 2014-12-26 00:10:00 \N \N \N \N \N 2610077 t
+22752 1123 Kiss Fresh Early eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 03:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2610078 t
+22080 1751 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 15:00:00 2014-12-26 15:30:00 \N \N \N \N \N 2610079 t
+22080 1752 Year In Review eng 2014 Jayne Secker is joined by the Odd Couple of Fleet Street as they dissect the news stories that dominated the last year and pass judgement on the people who made the front pages in 2014. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 15:30:00 2014-12-26 16:00:00 \N \N \N \N \N 2610080 t
+22080 1754 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 16:00:00 2014-12-26 16:30:00 \N \N \N \N \N 2610081 t
+22080 1757 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:00:00 \N \N \N \N \N 2610082 t
+22080 1759 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 \N \N \N \N \N 2610083 t
+22080 1760 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 17:30:00 2014-12-26 18:00:00 \N \N \N \N \N 2610084 t
+22272 65241 Storage Hunters eng Men at War Those bargain-hunting Berniers face more run-ins with their rivals as they bid on valuables at storage auctions. Scott and Chrissy pounce as Jesse and Brandon argue. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 10:00:00 2014-12-26 10:30:00 \N \N \N S \N 2610085 t
+22272 65242 Storage Hunters eng Stormy Waters Cut-throat competition with those volatile bargain-hunters. The bidders head to Marina del Rey in search of prized nautical booty. Will the Berniers sink or swim? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 10:30:00 2014-12-26 11:00:00 \N \N \N S \N 2610086 t
+22272 65243 Sin City Motors eng \N Motor makeover madness! As the lads buff up a 1965 Lincoln Continental for a bling-loving bartender, Steve's sons follow in their dad's footsteps by assembling a nifty go-kart. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N S \N 2610087 t
+28416 20149 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-23 06:00:00 2014-12-23 07:00:00 \N \N \N \N \N 2610088 t
+28416 20150 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-23 07:00:00 2014-12-23 08:00:00 \N \N \N \N \N 2610089 t
+28416 20151 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-23 08:00:00 2014-12-23 09:00:00 \N \N \N \N \N 2610090 t
+4168 56514 Wallace and Gromit eng A Grand Day Out The first of Nick Park's award-winning claymations. Inventor Wallace and his dog Gromit blast off in a homemade rocket to find out if the moon is really made of cheese. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:25:00 \N \N 1989 AD,S \N 2610091 t
+4168 56515 Gnomeo & Juliet eng \N Animated movie about two garden gnomes from rivalling families, who fall in love but must keep their romance a secret from their parents. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 12:25:00 2014-12-25 13:40:00 \N \N 2011 AD,S \N 2610092 t
+4168 56516 Shaun the Sheep eng CBBC. We Wish Ewe a Merry Christmas Shaun discovers that the farmer will be spending Christmas Day alone. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 13:40:00 2014-12-25 13:50:00 \N \N \N S \N 2610093 t
+4168 51809 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 13:50:00 2014-12-25 14:00:00 \N \N \N S \N 2610094 t
+4168 57648 Top of the Pops Christmas eng \N Fearne Cotton and Reggie Yates celebrate Christmas Day with a special yuletide edition of Top of the Pops featuring Ed Sheeran, Ella Henderson, McBusted, Take That and more. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N S \N 2610095 t
+28352 2456 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2610096 t
+28352 2457 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 10:00:00 2014-12-26 10:30:00 \N \N \N \N \N 2610097 t
+28352 2458 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 10:30:00 2014-12-26 11:00:00 \N \N \N \N \N 2610098 t
+28352 2459 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N \N \N 2610099 t
+28352 2460 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 \N \N \N \N \N 2610100 t
+27456 45542 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:30:00 \N \N \N \N \N 2610101 t
+27456 45543 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 09:30:00 2014-12-26 10:00:00 \N \N \N \N \N 2610102 t
+27456 45544 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 10:00:00 2014-12-26 10:30:00 \N \N \N \N \N 2610103 t
+27456 45545 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 10:30:00 2014-12-26 11:00:00 \N \N \N \N \N 2610104 t
+27456 45546 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N \N \N 2610105 t
+27456 45547 Politicking with Larry King eng \N Legendary host Larry King and OraTV bring 'Politicking', their new political show. World leaders and policy makers will be regular guests of the interviewer whose deep knowledge have made him an icon. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 \N \N \N \N \N 2610106 t
+27744 42437 The New Twilight Zone eng \N Creepy classic series. Janet Leigh (Psycho) stars as a woman obsessed with death who attends funerals for fun. When an injured thief arrives at her door she eagerly awaits Death's arrival./30 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:30:00 26 \N \N \N 3 2610107 t
+27744 42438 The New Twilight Zone eng \N Classic '80s sci-fi serial. A regular guy is shocked to find he has been the unwitting star of a TV show for the past five years./30 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 09:30:00 2014-12-26 10:00:00 27 \N \N \N 3 2610108 t
+27744 42177 Hawaii Five-O eng \N Cult US cop drama following a special police unit headed up by Steve McGarrett (Jack Lord). 'Hippie' Ryan Moore robs an embezzler of the key to a locker containing $250,000./24 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 5 \N \N \N 4 2610109 t
+27744 42178 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. Picard and Riker masquerade as mercenaries to retrieve a potentially lethal Vulcan artefact. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2610110 t
+17609 20381 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 10:25:00 2014-12-26 11:25:00 \N \N \N \N \N 2610115 t
+27360 18269 NBA Action eng \N Action is the watch-word for this fast-paced highlights programme, which rounds up the latest action from the NBA. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 16:30:00 2014-12-25 17:00:00 \N \N \N \N \N 2610117 t
+27360 18098 WTA 2014 Best Matches eng \N A look back at the best matches to feature on the WTA tour during 2014. The quarter-final between Serena Williams and Ana Ivanovic in the Stanford Classic was an epic affair. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 17:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2610118 t
+14688 11635 The Christian O'Connell Breakfast Show eng \N Sarah Champion hosts your Christmas Day Breakfast Show. She's got the perfect soundtrack for you to open your presents to. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 06:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2610119 t
+13024 51098 Muriel's Wedding eng \N Romantic comedy starring Toni Collette and Bill Hunter. An ugly duckling longs for true romance and excitement, and heads off to Sydney, in search of fun and a man. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:05:00 2014-12-26 02:20:00 \N \N 1994 S \N 2610120 t
+13024 51289 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 02:20:00 2014-12-26 07:00:00 \N \N \N \N \N 2610121 t
+15920 17124 Carlito's Way eng \N Powerful crime drama starring Al Pacino and Sean Penn, 1993. A criminal is determined to go straight but finds himself drawn back into the world he sought to escape \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 04:00:00 2014-12-26 05:10:00 \N \N \N AD,S \N 2610122 t
+15920 30366 Movies Now eng \N The latest news and reviews of this week's film releases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 05:10:00 2014-12-26 05:20:00 \N \N \N \N \N 2610123 t
+15920 30367 ITV4 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 05:20:00 2014-12-26 05:30:00 \N \N \N \N \N 2610124 t
+15920 28048 Black Gold eng There's A Storm Brewing Reality-documentary series about oil drilling in the USA. Cheston tries to get his job back, and a very expensive drill bit goes missing, halting procedures. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N S,SL \N 2610125 t
+4169 51789 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:05:00 2014-12-24 18:15:00 \N \N \N S \N 2610126 t
+4169 52564 Look North eng \N The latest news, sport and weather for the North East and Cumbria. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:15:00 2014-12-24 18:25:00 \N \N \N S \N 2610127 t
+4169 56488 Toy Story 3 eng \N Family animation. With their owner leaving home for university, the toys fear for their future. Will they find their salvation at a childcare centre? Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 18:25:00 2014-12-24 20:00:00 \N \N 2010 AD,S \N 2610128 t
+4169 56049 EastEnders eng \N It is Christmas Eve on Albert Square and Mick is looking forward to a very special Christmas unaware of the dark secrets that surround his family. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N AD,S \N 2610129 t
+4169 56489 The Incredible Adventures of Professor Branestawm eng \N Professor Branestawm takes on a businessman who wants to bulldoze his workshop. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:30:00 \N \N \N AD,S \N 2610130 t
+22656 1005 The Hijack eng Mallory Knox Hear some of the best artist takeovers from 2014 in our 12 hour #KerrangHijack marathon! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2610131 t
+22656 1006 The Hijack eng Band Of Skulls Hear some of the best artist takeovers from 2014 in our 12 hour #KerrangHijack marathon! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2610132 t
+22656 1007 The Hijack eng Lonely The Brave Hear some of the best artist takeovers from 2014 in our 12 hour #KerrangHijack marathon! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2610133 t
+14720 23114 Margherita Taylor eng \N Margherita gets you feeling festive on your Boxing Day morning. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2610134 t
+14372 8052 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 06:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2610135 t
+14372 8053 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 07:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2610136 t
+14372 8054 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 08:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2610137 t
+24464 50386 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 00:10:00 2014-12-26 01:15:00 \N \N \N \N \N 2610138 t
+24464 50387 Trophe Andros eng \N Alpe D'Huez. Motor racing's favourite winter past time, the Andros Trophy, tests the skills of some of today's top circuit racers on the ice covered tracks of some of France's best known ski resorts. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 01:15:00 2014-12-26 02:15:00 \N \N \N \N \N 2610139 t
+24464 50388 AMV Bike Cup eng Some of the bravest riders on the planet tackle the ultimate two-wheeled challenge motorcycle racing on ice. Thrills and spills come as standard, naturally. Action from Alpe D'Huez. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 02:15:00 2014-12-26 02:45:00 \N \N \N \N \N 2610140 t
+24464 50389 Australasian Superbikes eng The fastest riders across the Australian peninsula and beyond go head-to-head over six rounds on the fastest bikes that Yamaha, Honda, Suzuki and Kawasaki have to offer. Rd 6 Sydney Motorsport Park. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 02:45:00 2014-12-26 03:40:00 \N \N \N \N \N 2610141 t
+8283 17426 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 12:30:00 2014-12-26 12:45:00 \N \N \N S \N 2610142 t
+8283 27048 The Chase eng Christmas Special Bradley Walsh hosts a special Christmas edition of the show, with actor Steve Pemberton, Corrie's Paula Lane, Educating Yorkshire's Mr Burton and comedian and actor Ben Miller. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 12:45:00 2014-12-26 13:45:00 \N \N \N S \N 2610143 t
+8283 22767 Back to the Future Part II eng \N Time-travel adventure sequel starring Michael J Fox and Christopher Lloyd, 1989. Marty McFly time-travels with eccentric inventor Doc Brown after the ruthless Biff creates an alternative 1985 \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 13:45:00 2014-12-26 15:45:00 \N \N \N AD,S \N 2610144 t
+16048 31920 Carry on Again, Doctor eng \N Classic British comedy starring Kenneth Williams and Jim Dale, 1969. A doctor stumbles upon a witch doctor's weight-reducing potion while working at a mission in the South Seas \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 10:15:00 2014-12-26 12:05:00 \N \N \N AD,S \N 2610145 t
+14784 2888 New Year's Eve in the Sun! eng All 7nts December 4*AI F'ventura £310! 3*SC Tenerife £229! 5*BB Algarve £299! 4*HB Madeira £219! 3*AI Benidorm £229! 4*AI C.Del Sol £259! 4*BB Dubai £429! See our WINTER SUN page \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 08:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2610146 t
+28032 28074 British Touring Car 2014 Review eng \N Louise Goodman takes a look back at the 2014 BTCC season with exclusive interviews with the drivers, including the newly crowned champion, Colin Turkington. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-25 01:45:00 2014-12-25 03:30:00 \N \N \N S \N 2610147 t
+23968 4914 The Adventures of Chuck & Friends eng \N New. Detective Chuck is on the case for Rowdy's missing horn and all clues point to Soku! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:15:00 \N \N \N \N \N 2610250 t
+8452 59154 Rude Tube Christmas Cracker 2014 eng \N Alex Zane presents a very festive collection of brand new internet clips from around the globe. Look out for a mashed-up Monty the penguin and Mariah Carey... with a beard! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 00:05:00 2014-12-25 01:05:00 \N \N \N S \N 2610148 t
+8452 58760 The Inbetweeners eng The Field Trip The first episode of series two of the comedy about four suburban teenagers. It's a new term at Rudge Park and the infamous sociology and geography field trip is looming. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 01:05:00 2014-12-25 01:35:00 \N \N \N AD,S \N 2610149 t
+8452 58759 The Inbetweeners eng Work Experience Jay arranges work experience for himself and Simon at his dad's company, but a mix-up leaves Neil at a newspaper and Will at a garage. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 01:35:00 2014-12-25 02:05:00 \N \N \N AD,S \N 2610150 t
+8452 58758 The Inbetweeners eng Will's Birthday Will plans a suitably grown-up dinner to celebrate his birthday, but his event clashes with a more popular party, leaving his friends with a dilemma. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:05:00 2014-12-25 02:30:00 \N \N \N AD,S \N 2610151 t
+8452 58756 The Inbetweeners eng Night Out in London Will decides the lads should be 'the boys who go to clubs'. They head to the West End, and meet aggressive bouncers, tramps and angry bus passengers. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:30:00 2014-12-25 02:55:00 \N \N \N AD,S \N 2610152 t
+8452 58761 Rare Exports eng A Christmas Tale A twisted, eccentrically inventive, and in parts gory, horror action-comedy take on the Father Christmas myth for adults. In Finnish/subs. Strong language/violence. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 02:55:00 2014-12-25 04:20:00 \N \N 2010 S \N 2610153 t
+8264 17426 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 12:30:00 2014-12-26 12:45:00 \N \N \N S \N 2610154 t
+8264 27048 The Chase eng Christmas Special Bradley Walsh hosts a special Christmas edition of the show, with actor Steve Pemberton, Corrie's Paula Lane, Educating Yorkshire's Mr Burton and comedian and actor Ben Miller. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 12:45:00 2014-12-26 13:45:00 \N \N \N S \N 2610155 t
+8264 22767 Back to the Future Part II eng \N Time-travel adventure sequel starring Michael J Fox and Christopher Lloyd, 1989. Marty McFly time-travels with eccentric inventor Doc Brown after the ruthless Biff creates an alternative 1985 \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 13:45:00 2014-12-26 15:45:00 \N \N \N AD,S \N 2610156 t
+22208 1721 Monkey Life eng \N Series two begins with a new arrival named Bryan, who strikes up a bond with one of the park's naughtiest residents. The adult orangutans, meanwhile, enjoy giant ice lollies. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:30:00 1 \N \N S 2 2610157 t
+22208 1722 Monkey Life eng \N While emotions run high for Alison when she says goodbye to Julio the woolly monkey, animal manager Jeremy visits Paris to collect a baby orangutan. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 12:30:00 2014-12-25 13:00:00 2 \N \N S 2 2610158 t
+22208 1723 Monkey Life eng \N A trip to the dentist is in order for Bryan when he has an operation on his teeth, while stump-tailed macaque Koko requires a helping hand from Jeremy. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 13:00:00 2014-12-25 13:30:00 3 \N \N S 2 2610159 t
+22208 1726 Neverland eng \N Rhys Ifans, Anna Friel and Bob Hoskins star in this spectacular adventure which reveals how Peter Pan became The Boy Who Wouldn't Grow Up. With the voice of Keira Knightley. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 13:30:00 2014-12-25 15:15:00 1 2 \N S,AD \N 2610160 t
+33088 17815 Magniflex eng Sleep made in Italy Made in Italy, Magniflex brings to QVC its range of memory foam mattresses, toppers and pillows to ensure you get a restful sleep. Add a little luxury to your bedroom and enjoy peaceful nights. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 03:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2610161 t
+33088 17816 The Charlie Bears Collection eng \N QVC is proud to present the Charlie Bears Collection, an exceptional range of collectable plush and limited edition bears, exclusively designed by celebrated teddy bear artists from around the world. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 04:00:00 2014-12-25 05:00:00 \N \N \N \N \N 2610162 t
+33088 17817 Vax Home Cleaning eng \N From wood to carpet, tile to slate, you can clean and vacuum all the surfaces in your home with help from the Vax range. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 05:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2610163 t
+8281 17426 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 12:30:00 2014-12-26 12:45:00 \N \N \N S \N 2610164 t
+8281 27048 The Chase eng Christmas Special Bradley Walsh hosts a special Christmas edition of the show, with actor Steve Pemberton, Corrie's Paula Lane, Educating Yorkshire's Mr Burton and comedian and actor Ben Miller. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 12:45:00 2014-12-26 13:45:00 \N \N \N S \N 2610165 t
+8281 22767 Back to the Future Part II eng \N Time-travel adventure sequel starring Michael J Fox and Christopher Lloyd, 1989. Marty McFly time-travels with eccentric inventor Doc Brown after the ruthless Biff creates an alternative 1985 \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 13:45:00 2014-12-26 15:45:00 \N \N \N AD,S \N 2610166 t
+8267 9844 Off Their Rockers eng \N Comedy series featuring fearless senior citizens. Velma gets racy in a photo booth, Seb needs a fright to get rid of his hiccups and Rosemary eats some funny tasting biscuits. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 15:45:00 2014-12-26 16:15:00 \N \N \N S \N 2610167 t
+8267 17457 Downton Abbey eng \N Feature-length special of the period drama. It is the autumn of 1924 and Lord Sinderby has rented Brancaster Castle in Northumberland for the grouse shooting season. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 16:15:00 2014-12-26 18:15:00 \N \N \N AD,S \N 2610168 t
+41008 59154 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 00:05:00 2014-12-25 01:05:00 \N \N \N \N \N 2610169 t
+41008 58760 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 01:05:00 2014-12-25 01:35:00 \N \N \N \N \N 2610170 t
+41008 58759 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 01:35:00 2014-12-25 02:05:00 \N \N \N \N \N 2610171 t
+41008 58758 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 02:05:00 2014-12-25 02:30:00 \N \N \N \N \N 2610172 t
+41008 58756 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 02:30:00 2014-12-25 02:55:00 \N \N \N \N \N 2610173 t
+41008 58761 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 02:55:00 2014-12-25 04:20:00 \N \N \N \N \N 2610174 t
+4166 51789 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:05:00 2014-12-24 18:15:00 \N \N \N S \N 2610175 t
+4166 52451 East Midlands Today eng \N The latest news, sport and weather for the East Midlands. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:15:00 2014-12-24 18:25:00 \N \N \N S \N 2610176 t
+4166 56488 Toy Story 3 eng \N Family animation. With their owner leaving home for university, the toys fear for their future. Will they find their salvation at a childcare centre? Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 18:25:00 2014-12-24 20:00:00 \N \N 2010 AD,S \N 2610177 t
+4166 56049 EastEnders eng \N It is Christmas Eve on Albert Square and Mick is looking forward to a very special Christmas unaware of the dark secrets that surround his family. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N AD,S \N 2610178 t
+4166 56489 The Incredible Adventures of Professor Branestawm eng \N Professor Branestawm takes on a businessman who wants to bulldoze his workshop. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:30:00 \N \N \N AD,S \N 2610179 t
+41136 50396 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 10:05:00 2014-12-26 13:10:00 \N \N \N \N \N 2610422 t
+15856 3570 Celebrity Christmas Dinner Date eng \N In a special festive edition of the culinary dating show, Made in Chelsea star Hugo Taylor chooses three ladies to date based on the menus he most likes the look of. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N S \N 2610180 t
+15856 3571 The Real Housewives of Atlanta eng Out of Tune Reality series following the lives of five glamorous Atlanta women. Kim tries to tune up her music career when a producer sends her to a music coach. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:00:00 2014-12-26 02:00:00 \N \N \N S \N 2610181 t
+15856 3572 The Real Housewives of Atlanta eng Dream a Little Nightmare Reality series. Sheree takes a boating trip with Kim on Lake Lanier. NeNe continues to deal with paternal identity issues and pursues DNA testing. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:00:00 2014-12-26 03:00:00 \N \N \N S \N 2610182 t
+25920 21131 Christmas Delivery Last Chance eng \N The last chance to get Christmas Delivery! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 07:00:00 2014-12-23 08:00:00 \N \N \N \N \N 2610183 t
+25920 21132 Christmas Delivery Last Chance eng \N The last chance to get Christmas Delivery! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 08:00:00 2014-12-23 09:00:00 \N \N \N \N \N 2610184 t
+18112 36354 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 \N \N \N \N \N 2610185 t
+18112 36355 Ludus eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 12:30:00 2014-12-26 13:00:00 \N \N \N \N \N 2610186 t
+18112 36356 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:30:00 \N \N \N \N \N 2610187 t
+18112 36357 Ludus eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 13:30:00 2014-12-26 13:55:00 \N \N \N \N \N 2610188 t
+18112 36358 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 13:55:00 2014-12-26 14:25:00 \N \N \N \N \N 2610189 t
+18112 36008 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 14:25:00 2014-12-26 14:50:00 \N \N \N \N \N 2610190 t
+18112 36005 Arthur eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 14:50:00 2014-12-26 15:00:00 \N \N \N \N \N 2610191 t
+27840 5303 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2610192 t
+27840 5304 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2610193 t
+27840 5305 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2610194 t
+27712 22087 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:30:00 \N \N \N \N \N 2610195 t
+27712 22088 Innovate Africa eng \N Today on Innovate Africa, connecting remote medical facilities by satellite broadband. Using Lasers to tackle serious diseases and a new African space race. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-25 03:30:00 2014-12-25 04:00:00 \N \N \N \N \N 2610196 t
+27712 22089 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:30:00 \N \N \N \N \N 2610197 t
+27712 22090 The Stream eng On The Stream Should Muslims be expected to speak up against ISIL? \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-25 04:30:00 2014-12-25 05:00:00 \N \N \N \N \N 2610198 t
+27712 22091 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2610199 t
+27712 22092 Witness eng \N In a city filled with challenges and hardships for the poor, one woman is dedicated to creating second chances. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2610200 t
+22336 58694 The Big Bang Theory eng The Bath Item Gift Hypothesis At Christmas, Leonard's handsome colleague starts dating Penny, while Sheldon's obsession with gift-giving etiquette torments his friends. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:30:00 \N \N \N AD,S \N 2610201 t
+22336 58695 The Big Bang Theory eng The Maternal Congruence Leonard is horrified when his mother turns up unannounced for a visit at Christmas, but then he finds out that Sheldon knew about her arrival in advance. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 21:30:00 2014-12-25 22:00:00 \N \N \N AD,S \N 2610202 t
+22336 58696 The Big Bang Theory eng The Santa Simulation Sheldon unwillingly reveals painful memories of Christmas past when Leonard persuades him to join in with a seasonal game of Dungeons & Dragons. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:30:00 \N \N \N AD,S \N 2610203 t
+22336 58697 The Big Bang Theory eng The Cooper Extraction Sheldon has to go back to Texas when his sister goes into labour, and while he is away the gang gather at the flat to decorate the Christmas tree. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:00:00 \N \N \N AD,S \N 2610204 t
+22336 58868 The Inbetweeners eng Will Is Home Alone Will's mum is off on a weekend with an old schoolfriend. Will is left home alone and the other boys take full advantage of the situation. It's all fun until the morning. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 23:00:00 2014-12-25 23:35:00 \N \N \N AD,S \N 2610205 t
+22336 58869 The Inbetweeners eng The Camping Trip Will draws on his scouting experience to cope with the last trip he has organised for the boys before they go their separate ways, but the others are woefully unprepared. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 23:35:00 2014-12-26 00:10:00 \N \N \N AD,S \N 2610206 t
+8381 15345 The Jeremy Kyle Show eng \N Jeremy Kyle deals with more dilemmas, fiery confrontations and topical issues all in front of a studio audience. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 06:05:00 2014-12-26 07:00:00 \N \N \N S,SL \N 2610207 t
+8381 14996 The Aquabats! Super Show! eng Nights of the Cactus! Superheroic adventures of the rock band. The Aquabats! find a meteorite which has strange, otherworldly powers. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:20:00 \N \N \N S \N 2610208 t
+8381 14997 Pat & Stan eng Egg Surprise Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! It is Easter and the hunt for eggs begins. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 07:20:00 2014-12-26 07:30:00 \N \N \N AD,S,SL \N 2610209 t
+8381 14999 Dino Dan: Trek's Adventures eng Dino Footprints Jurassic adventures. When Hannah and Trek take an after school art class, Trek decides to use sculpture to see just how different dino footprints can be. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:30:00 2014-12-26 07:40:00 \N \N \N S \N 2610210 t
+8381 15000 Dino Dan: Trek's Adventures eng Dino Egg Hunt Jurassic adventures. Ms Carver's egg hunt gives Trek a chance to solve Dino Experiment 419 - do the compsognathus, dromaeosaurus and albertosaurus eat eggs? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:40:00 2014-12-26 07:55:00 \N \N \N S \N 2610211 t
+8381 15001 Sooty eng Panto Palaver When the actors in Mr Slater's pantomime fail to turn up, Sooty, Sweep and Soo perform instead. Will the Wicked Bunny have Little Blue Riding Hood for his supper? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:55:00 2014-12-26 08:05:00 \N \N \N S \N 2610212 t
+8381 15002 Almost Naked Animals eng All Dog No Danger Howie needs to find a new hero after getting kicked out of the Dirk Danger Club. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 08:05:00 2014-12-26 08:20:00 \N \N \N S \N 2610213 t
+8381 15003 Almost Naked Animals eng Cowboy Cabana Two troublemaking bulls, Burt and Burt, stay at the hotel hoping to trash the joint. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 08:20:00 2014-12-26 08:35:00 \N \N \N S \N 2610214 t
+8381 15004 Mr Bean eng Hopping Mad! The animated antics of the hapless bumbler Mr Bean. Mr Bean's landlady has invited the Mayor for tea. But the frogspawn in Mr Bean's bath have hatched out! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 08:35:00 2014-12-26 08:50:00 \N \N \N AD,S \N 2610215 t
+8381 15006 Super 4 eng Cleaning Day Animated comedy adventure series. Dr X reveals his latest invention - a giant robot designed to clean Technopolis. It is going to be a catastrophe! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 08:50:00 2014-12-26 09:10:00 \N \N \N S \N 2610216 t
+14448 27360 I Survived eng \N I Survived presents compelling, unbelievable stories of individuals who have survived dangerous situations, including natural disasters, animal attacks and technological failures. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:50:00 \N \N \N \N \N 2610217 t
+14448 27361 Nowhere to Run eng \N High-speed reality series featuring actual footage of officers in hot pursuit of felons on the run. Interviews with suspects and police offer a unique insight into why they run. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 03:50:00 2014-12-26 04:20:00 \N \N \N \N \N 2610218 t
+14448 27362 Real Rescues eng \N Behind the scenes at one of the UK's biggest police control centres. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 04:20:00 2014-12-26 05:10:00 \N \N \N \N \N 2610219 t
+14448 27363 Real Rescues eng \N Behind the scenes at one of the UK's biggest police control centres. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 05:10:00 2014-12-26 06:00:00 \N \N \N \N \N 2610220 t
+8274 9844 Off Their Rockers eng \N Comedy series featuring fearless senior citizens. Velma gets racy in a photo booth, Seb needs a fright to get rid of his hiccups and Rosemary eats some funny tasting biscuits. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 15:45:00 2014-12-26 16:15:00 \N \N \N S \N 2610221 t
+8274 17457 Downton Abbey eng \N Feature-length special of the period drama. It is the autumn of 1924 and Lord Sinderby has rented Brancaster Castle in Northumberland for the grouse shooting season. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 16:15:00 2014-12-26 18:15:00 \N \N \N AD,S \N 2610222 t
+4175 51789 BBC News at Six eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:05:00 2014-12-24 18:15:00 \N \N \N S \N 2610223 t
+4175 52485 Look North eng \N The latest news, sport and weather for Yorkshire and Lincolnshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 18:15:00 2014-12-24 18:25:00 \N \N \N S \N 2610224 t
+4175 56488 Toy Story 3 eng \N Family animation. With their owner leaving home for university, the toys fear for their future. Will they find their salvation at a childcare centre? Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-24 18:25:00 2014-12-24 20:00:00 \N \N 2010 AD,S \N 2610225 t
+4175 56049 EastEnders eng \N It is Christmas Eve on Albert Square and Mick is looking forward to a very special Christmas unaware of the dark secrets that surround his family. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-24 20:00:00 2014-12-24 20:30:00 \N \N \N AD,S \N 2610226 t
+4175 56489 The Incredible Adventures of Professor Branestawm eng \N Professor Branestawm takes on a businessman who wants to bulldoze his workshop. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-24 20:30:00 2014-12-24 21:30:00 \N \N \N AD,S \N 2610227 t
+32896 9342 Pop Through The Night eng \N A late night round up of everyone's favourite Finding Stuff Out. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 00:00:00 2014-12-21 03:00:00 \N \N \N \N \N 2610228 t
+15840 3660 Never Mind The Baubles eng \N New! Trimming the tree will be a joy as you sing along to all your festive favourites \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2610229 t
+15840 3661 Your Vintage eng \N A celebration of YOU and your music choices. Hosted by Atomic Kitten's Liz McClarnon and BBC 6 Music presenter Matt Everitt - this week at Camden Lock. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:30:00 \N \N \N \N \N 2610230 t
+15840 3662 Defining Decades eng The 1980s Very much in vogue now, the soundtrack to the 80s gave us everything from big power ballads and pulsating synth-infused pop to dance, house and hip hop. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 14:30:00 2014-12-26 17:00:00 \N \N \N \N \N 2610231 t
+8448 58700 The Inbetweeners eng Will Is Home Alone Will's mum is off on a weekend with an old schoolfriend. Will is left home alone and the other boys take full advantage of the situation. It's all fun until the morning. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:25:00 \N \N \N AD,S \N 2610232 t
+8448 58701 The Inbetweeners eng The Camping Trip Will draws on his scouting experience to cope with the last trip he has organised for the boys before they go their separate ways, but the others are woefully unprepared. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 03:25:00 2014-12-26 03:55:00 \N \N \N AD,S \N 2610233 t
+8448 58705 The Inbetweeners eng The Gig and the Girlfriend To impress a girl in the year below, Simon attends his first concert since seeing Take That with his mum. Unfortunately, Will, Jay and Neil tag along too. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 03:55:00 2014-12-26 04:20:00 \N \N \N AD,S,SL \N 2610234 t
+8448 58873 How I Met Your Mother eng The Scorpion and the Toad Marshall has a string of ill-fated nights out with Barney in a bid to meet new women. He eventually goes on a date, but bumps into Lily. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 04:20:00 2014-12-26 04:45:00 \N \N \N AD,S \N 2610235 t
+8448 58876 Olive the Other Reindeer eng \N Olive, a dog, hears the sad news on the radio that Blitzen the reindeer has been injured and Christmas may be cancelled. So Olive sets off with her pet flea to save the day. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 04:45:00 2014-12-26 06:00:00 \N \N \N S,SL \N 2610236 t
+41136 50393 AMV Bike Cup eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:25:00 \N \N \N \N \N 2610237 t
+41136 50394 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 06:25:00 2014-12-26 07:20:00 \N \N \N \N \N 2610238 t
+41136 50395 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 07:20:00 2014-12-26 10:05:00 \N \N \N \N \N 2610239 t
+22592 17850 That Was The World Cup That Was eng \N Mark Saggers takes you on a journey back to the biggest show on earth, this year's World Cup in Brazil. \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-25 19:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2610240 t
+8325 2782 You've Been Framed at Christmas! eng \N Harry Hill presents viewers' hilarious festive footage. The show features rocking around the Christmas tree and five ways to kill a snowman. Plus Santa Claus is coming to town! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:30:00 \N \N \N S \N 2610241 t
+8325 4593 The Mummy Returns eng \N Fantasy sequel starring Brendan Fraser and Rachel Weisz, 2001. The evil mummy Imhotep resumes his relentless search for power and immortality \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 18:30:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2610242 t
+27456 45562 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N \N \N 2610243 t
+23968 4908 Numberjacks eng \N Spooky Spoon is making light things heavy, in Numberjacks! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 15:00:00 2014-12-26 15:15:00 \N \N \N \N \N 2610244 t
+23968 4909 Numberjacks eng \N Things don't belong when Spooky Spoon mixes things up, in Numberjacks! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 15:15:00 2014-12-26 15:30:00 \N \N \N \N \N 2610245 t
+23968 4910 Care Bears eng Welcome To Care-A-Lot The bears search for a pirate bear's buried treasure and before long, greed becomes their main motivation for finding it. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 15:30:00 2014-12-26 16:00:00 \N \N \N \N \N 2610246 t
+23968 4911 My Little Pony eng \N Twilight is confused by her conflicting feelings when she finds out her brother Shining Armor is marrying Celestia's niece Mi Amore. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 16:00:00 2014-12-26 16:30:00 \N \N \N \N \N 2610247 t
+23968 4912 Ella The Elephant eng \N Ella and the kids are invited to a special sleepover at the Museum and they're fired up. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 16:30:00 2014-12-26 16:45:00 \N \N \N \N \N 2610248 t
+23968 4913 Ella The Elephant eng \N Ella's Grandmother visits Elephant Islands and the kids are impressed to learn she was once a Trunk Trooper just like them. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 16:45:00 2014-12-26 17:00:00 \N \N \N \N \N 2610249 t
+41008 58764 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 08:30:00 2014-12-25 08:55:00 \N \N \N \N \N 2610567 t
+41008 58786 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 08:55:00 2014-12-25 09:20:00 \N \N \N \N \N 2610568 t
+23968 4915 The Adventures of Chuck & Friends eng \N New. Chuck has an extra ticket to the "Famous Trucks of History" show and faces the challenge of having to choose only one friend to bring. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 17:15:00 2014-12-26 17:30:00 \N \N \N \N \N 2610251 t
+23968 4916 Peg + Cat eng \N Peg the Bold and Brave Sir Cat, Knights of the Round Table, search far and wide to retrieve the Mermaid's golden pyramids. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 17:30:00 2014-12-26 17:45:00 \N \N \N \N \N 2610252 t
+23968 4917 Peg + Cat eng \N Peg and Cat have to show a group of very hungry Pirates how to share tropical fruit fairly. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 17:45:00 2014-12-26 18:00:00 \N \N \N \N \N 2610253 t
+24448 64054 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 06:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2610254 t
+24448 64055 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 07:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2610255 t
+24448 64056 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 08:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2610256 t
+8384 58763 The Ugly Duckling and Me! eng \N Children's animated comedy. Hans Christian Andersen's fable is updated to tell the story of Ratso, a showbiz agent who thinks he can make big money from exhibiting an ugly hatchling. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:30:00 \N \N 2006 S \N 2610257 t
+8384 58764 Prep & Landing eng \N Emmy award-winning animation Prep & Landing is the story of an elite unit of elves who ensure that every house around the world is ready for a visit from Santa Claus. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 07:30:00 2014-12-25 07:55:00 \N \N \N S \N 2610258 t
+8384 58786 Prep & Landing eng Naughty vs. Nice The animated adventures of Christmas elves Lanny and Wayne continue. The duo must recover classified North Pole technology that has fallen into the hands of a computer-hacking naughty kid. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 07:55:00 2014-12-25 08:20:00 \N \N \N S \N 2610259 t
+8384 58765 Father Christmas eng \N Classic animation based on Raymond Briggs's book. What does Father Christmas do with himself for the other 364 days of the year? Here's a chance to find out. Voiced by Mel Smith. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-25 08:20:00 2014-12-25 08:55:00 \N \N \N S \N 2610260 t
+8384 58769 Animals United eng \N Children's animated adventure. A drought in Africa prompts a meerkat and a lion to join forces with animals from around the world to find water and seek environmental justice. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 08:55:00 2014-12-25 10:45:00 \N \N 2010 S \N 2610261 t
+16032 55584 CITV returns at 06:00 eng CITV returns at 06 00. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 18:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2610262 t
+17664 58763 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:30:00 \N \N \N \N \N 2610263 t
+17664 58764 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 07:30:00 2014-12-25 07:55:00 \N \N \N \N \N 2610264 t
+17664 58786 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 07:55:00 2014-12-25 08:20:00 \N \N \N \N \N 2610265 t
+17664 58765 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 08:20:00 2014-12-25 08:55:00 \N \N \N \N \N 2610266 t
+17664 58769 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 08:55:00 2014-12-25 10:45:00 \N \N \N \N \N 2610267 t
+27648 4591 Challenge Tommy Walsh eng Shiplap Part 1 Tommy's off to the Welsh border to tackle another DIY dilemma: a timber clad house is in need of his special brand of DIY know-how. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:30:00 \N \N \N \N \N 2610268 t
+27648 4592 Challenge Tommy Walsh eng Shiplap Part 2 A timber clad house on the Welsh border is getting the treatment from Tommy Walsh, as he works on producing the perfect patio. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 03:30:00 2014-12-26 04:00:00 \N \N \N \N \N 2610269 t
+27648 4593 Build, Buy or Restore? eng \N Property expert Michael Holmes takes an in-depth look at the options available to a couple who want to improve their living situation. Will they build, buy, or restore? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 04:00:00 2014-12-26 04:30:00 \N \N \N \N \N 2610270 t
+27648 4594 Build, Buy or Restore? eng \N Michael is in Kidderminster to help Sarah and Ally make the right decision on their first joint house purchase. But how can they make the most of their 250,000 budget? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 04:30:00 2014-12-26 05:00:00 \N \N \N \N \N 2610271 t
+27648 4595 Wheeler Dealers eng Capri Part 1 Mike Brewer and mechanical genius Edd China get to work on a classic Ford Capri 1.6 Lazer in a bid to turn it from a mean machine into a dream machine. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 05:00:00 2014-12-26 05:30:00 \N \N \N \N \N 2610272 t
+27648 4596 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2610273 t
+15808 50386 Lucas Oil Off Road Racing eng Highlights of the wildly popular Lucas Oil Off-Road Racing Series that pits extreme pick-ups against one another over an enlarged motocross track. Rd 4 Lake Elsinore - Pro 4 & Pro Buggy. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 00:10:00 2014-12-26 01:15:00 \N \N \N \N \N 2610274 t
+15808 50387 Trophe Andros eng \N Alpe D'Huez. Motor racing's favourite winter past time, the Andros Trophy, tests the skills of some of today's top circuit racers on the ice covered tracks of some of France's best known ski resorts. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 01:15:00 2014-12-26 02:15:00 \N \N \N \N \N 2610275 t
+15808 50388 AMV Bike Cup eng Some of the bravest riders on the planet tackle the ultimate two-wheeled challenge motorcycle racing on ice. Thrills and spills come as standard, naturally. Action from Alpe D'Huez. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 02:15:00 2014-12-26 02:45:00 \N \N \N \N \N 2610276 t
+15808 50389 Australasian Superbikes eng The fastest riders across the Australian peninsula and beyond go head-to-head over six rounds on the fastest bikes that Yamaha, Honda, Suzuki and Kawasaki have to offer. Rd 6 Sydney Motorsport Park. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 02:45:00 2014-12-26 03:40:00 \N \N \N \N \N 2610277 t
+22752 1124 Kiss Fresh Wake Up eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2610278 t
+22752 1125 Kiss Fresh with Charlie Tee eng \N Charlie Tee with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 07:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2610279 t
+22080 1766 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 \N \N \N \N \N 2610280 t
+22080 1768 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N \N \N 2610281 t
+22080 1775 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N \N \N 2610282 t
+22080 1776 Sportsline eng \N Sky News presents a look at the biggest sporting stories both on and off the field. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N \N \N 2610283 t
+22080 1777 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:30:00 \N \N \N \N \N 2610284 t
+22080 1778 Entertainment Week eng \N Join Lucy Cotter and her panel of experts as they select this year's winners and losers from the world of showbiz. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 20:30:00 2014-12-26 21:00:00 \N \N \N \N \N 2610285 t
+22272 65244 Red Bull Soapbox Race eng Paris Catch all the thrills - and lots of spills - from the second leg of Red Bull Soapbox 2014. Courageous crews will be hurtling downhill in their crazy handmade contraptions in Paris. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2610286 t
+22272 65245 Traffic Cops eng Hit and Run Jamie Theakston narrates this compelling fly-on-the-wall factual series. In October 2005, Carole Miller's car was rammed from behind as she drove home in Fareham. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:40:00 \N \N \N \N \N 2610287 t
+22272 65246 Top Gear eng Bolivia Special The boys are dropped deep into the Bolivian rainforest armed only with three 4x4s. They must drive to the Chilean coast - via drug lords and debilitating altitude. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-26 13:40:00 2014-12-26 15:20:00 \N \N \N AD,S \N 2610288 t
+28416 20152 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N \N \N 2610289 t
+28416 20153 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-23 10:00:00 2014-12-23 11:00:00 \N \N \N \N \N 2610290 t
+28416 20154 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-23 11:00:00 2014-12-23 12:00:00 \N \N \N \N \N 2610291 t
+4168 57802 The Queen's Christmas Broadcast 2014 eng \N Her Majesty Queen Elizabeth II delivers her annual address in the Christmas message to the nation and Commonwealth. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:10:00 \N \N \N S \N 2610292 t
+4168 56517 Puss in Boots eng \N Puss teams up with a fellow thieving feline and Humpty Dumpty to go on an exciting quest. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 15:10:00 2014-12-25 16:30:00 \N \N 2011 AD,S \N 2610293 t
+4168 64835 Puss in Boots eng The Three Diablos CBBC. A spin-off special from Shrek. Puss in Boots returns with the help of three kittens to rescue a precious ruby from the evil Whisperer. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 16:30:00 2014-12-25 16:40:00 \N \N \N AD,S \N 2610294 t
+4168 51817 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 16:40:00 2014-12-25 17:00:00 \N \N \N S \N 2610295 t
+4168 57866 Strictly Come Dancing Christmas eng \N Sir Bruce Forsyth hosts the Strictly Come Dancing Christmas special with Tess Daly. The show goes to town with a pantomime theme as six memorable celebrities return. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:15:00 \N \N \N AD,S \N 2610296 t
+28352 2461 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2610297 t
+28352 2462 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:30:00 \N \N \N \N \N 2610298 t
+28352 2463 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 13:30:00 2014-12-26 14:00:00 \N \N \N \N \N 2610299 t
+28352 2464 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:30:00 \N \N \N \N \N 2610300 t
+28352 2465 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 14:30:00 2014-12-26 15:00:00 \N \N \N \N \N 2610301 t
+27456 45548 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 \N \N \N \N \N 2610302 t
+27456 45549 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 12:30:00 2014-12-26 13:00:00 \N \N \N \N \N 2610303 t
+27456 45550 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:30:00 \N \N \N \N \N 2610304 t
+27456 45551 SophieCo eng \N Tune in for the interview show SophieCo with its charming host Sophie Shevardnadze and enjoy good talk. Solid facts, uncommon opinions, thoughtful observations. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 13:30:00 2014-12-26 14:00:00 \N \N \N \N \N 2610305 t
+27456 45552 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:30:00 \N \N \N \N \N 2610306 t
+27456 45553 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 14:30:00 2014-12-26 15:00:00 \N \N \N \N \N 2610307 t
+27744 42179 Star Trek - The Original Series eng \N The original Star Trek series, digitally remastered. Kirk is once again in peril and the crew's efforts to save him are thwarted by a mysterious web of energy./24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 9 \N \N \N 3 2610308 t
+27744 42180 NCIS eng \N Spin off series of the highly successful JAG, featuring crimes concerning Navy personnel. A pretty petty officer is murdered during a bikini contest, and she may have had a stalker. S2 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 18 23 \N \N \N 2610309 t
+27744 42439 The New Twilight Zone eng \N Creepy classic series. Janet Leigh (Psycho) stars as a woman obsessed with death who attends funerals for fun. When an injured thief arrives at her door she eagerly awaits Death's arrival./30 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:30:00 26 \N \N \N 3 2610310 t
+27744 42440 The New Twilight Zone eng \N Classic '80s sci-fi serial. A regular guy is shocked to find he has been the unwitting star of a TV show for the past five years./30 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 14:30:00 2014-12-26 15:00:00 27 \N \N \N 3 2610311 t
+26240 11757 On Air With Ryan Seacrest eng \N Join Ryan Seacrest and Ellen K for the biggest celebrity guests and gossip direct from Hollywood \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 13:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2610312 t
+28512 722 Meet Someone New Today eng \N Put your flirting to the test and meet thousands of hopefuls, for fun, friendship and more. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 14:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2610313 t
+41104 20024 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 13:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2610314 t
+23184 17571 Conan eng \N Hit US late night chat show, hosted by the spontaneous comedian Conan O'Brien who combines the lewd and wacky with top celebrity interviews. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N \N \N 2610315 t
+23184 17572 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:30:00 \N \N \N \N \N 2610316 t
+23184 17573 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 01:30:00 2014-12-25 02:00:00 \N \N \N \N \N 2610317 t
+23184 17574 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 02:00:00 2014-12-25 02:30:00 \N \N \N \N \N 2610318 t
+23184 17575 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 02:30:00 2014-12-25 03:00:00 \N \N \N \N \N 2610319 t
+17609 19812 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 12:30:00 2014-12-26 12:45:00 \N \N \N \N \N 2610320 t
+17609 19811 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 12:45:00 2014-12-26 13:45:00 \N \N \N \N \N 2610321 t
+17609 19814 eng \N \N \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 13:45:00 2014-12-26 15:45:00 \N \N \N \N \N 2610322 t
+27360 18270 FIFA World Cup Official Film 1966 eng 1966 England - Goal Football came home in 1966 and hosts England reached the final for the first time, meeting bitter rivals West Germany for a thrilling and controversial game. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 19:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2610323 t
+25664 55916 UKHot40 Xmas eng Final Top 20 Find out the UK's new official Christmas number one as Will Best counts down the 20 biggest tracks of the week! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-26 15:15:00 2014-12-26 17:00:00 \N \N \N \N \N 2610324 t
+25664 55917 Celebrity Review Of 2014 with Mollie King eng \N Mollie from The Saturdays looks back at the brilliant and bonkers showbiz stories of the year, and plays the biggest hits from 2014's headline acts. \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-26 17:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2610325 t
+14688 11636 The No Repeat Guarantee eng \N Andy's got you covered with the Christmas No Repeat Guarantee. It's the perfect soundtrack for your morning. Text now on 81215 (50p + n/wk chrg) or email via the website at absolut \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 10:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2610326 t
+15920 40614 This Is ITV4+1 eng \N This Is ITV4+1. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 06:00:00 2014-12-27 04:00:00 \N \N \N \N \N 2610327 t
+4169 51853 Not Going Out eng Christmas Special Sitcom. The will-they-won't-they tension reaches new highs in this Christmas series finale that sees Lucy and Lee in previously uncharted emotional waters. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:15:00 10 11 \N S \N 2610328 t
+4169 56490 The Vicar of Dibley eng Winter Ecclesiastical sitcom about the unconventional Reverend Geraldine Granger. Alice miraculously solves the problem of the Christmas show by proposing an unusual nativity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:15:00 2014-12-24 22:55:00 2 4 \N S \N 2610329 t
+4169 58339 Mrs Brown's Boys Christmas Special eng Buckin' Mammy Festive edition of the sitcom about a meddling matriarch. Mrs Brown tries to find out what Bono would like for a Christmas present. Contains strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:55:00 2014-12-24 23:30:00 1 2 \N S \N 2610330 t
+4169 51795 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. Followed by weather and a National Lottery update. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:30:00 2014-12-24 23:45:00 \N \N \N S \N 2610331 t
+4169 56114 Midnight Mass from Arundel Cathedral eng \N A traditional Christmas Eve Roman Catholic mass from the picturesque town of Arundel in West Sussex, including the familiar carols O Come All Ye Faithful and Silent Night. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:45:00 2014-12-25 01:05:00 \N \N \N S \N 2610332 t
+22656 1008 The Hijack eng Robb Flynn Hear some of the best artist takeovers from 2014 in our 12 hour #KerrangHijack marathon! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2610333 t
+22656 1009 The Hijack eng The Blackout Hear some of the best artist takeovers from 2014 in our 12 hour #KerrangHijack marathon! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2610334 t
+22656 1010 The Hijack eng Black Veil Brides Hear some of the best artist takeovers from 2014 in our 12 hour #KerrangHijack marathon! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2610335 t
+14720 23119 Jason Donovan's Boxing Day Party eng \N The fun continues with Jason Donovan's Boxing Day Party. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 13:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2610336 t
+14372 8055 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2610337 t
+14372 8056 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2610338 t
+14372 8057 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2610339 t
+24464 50390 Sucker Punch Enduro eng \N Competitors are put through their paces in this Extreme Enduro event held in Bala, North Wales. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 03:40:00 2014-12-26 04:35:00 \N \N \N \N \N 2610340 t
+24464 50391 Roof Of Africa eng \N The world's best Xtreme Enduro competitors take on one of the toughest off-road endurance events. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 04:35:00 2014-12-26 05:30:00 \N \N \N \N \N 2610341 t
+24464 50392 Night Of The Jumps eng \N Freestyle motocross hits dizzying new heights thanks to Night of the Jumps' incredible line-up of aerial acrobats. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2610342 t
+8283 9844 Off Their Rockers eng \N Comedy series featuring fearless senior citizens. Velma gets racy in a photo booth, Seb needs a fright to get rid of his hiccups and Rosemary eats some funny tasting biscuits. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 15:45:00 2014-12-26 16:15:00 \N \N \N S \N 2610343 t
+8283 17457 Downton Abbey eng \N Feature-length special of the period drama. It is the autumn of 1924 and Lord Sinderby has rented Brancaster Castle in Northumberland for the grouse shooting season. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 16:15:00 2014-12-26 18:15:00 \N \N \N AD,S \N 2610344 t
+16048 32970 Carry on Cleo eng \N Classic British comedy starring Amanda Barrie and Sid James, 1965. The Carry On team take on ancient history and the big-budget film Cleopatra \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 12:05:00 2014-12-26 14:05:00 \N \N \N AD,S \N 2610345 t
+16048 20726 Carry On Girls eng \N Farcical comedy starring Sid James and Joan Sims, 1973. The town council of a seaside resort are persuaded to hold a beauty contest - with chaotic results \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 14:05:00 2014-12-26 15:50:00 \N \N \N AD,S \N 2610346 t
+28032 27998 Nitro Circus eng Home Sweet Home Reality series. The crew head back to the Utah birthplace of Nitro Circus, to race and wreck everything they can. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 03:30:00 2014-12-25 03:50:00 \N \N \N \N \N 2610347 t
+28032 27999 Nitro Circus eng The Circus Heads West Ronnie Renner invites the Nitro crew to California, where Johnny Knoxville is waiting to play bull croquet. They also drop in to Rob Drydek's Fantasy Factory. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 03:50:00 2014-12-25 04:10:00 \N \N \N \N \N 2610348 t
+28032 28544 Black Gold eng Cheston On The Chopping Block Reality-documentary series. Drilling grinds to a halt when a rival rig appears on the horizon, and Cheston's bid for promotion backfires. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 04:10:00 2014-12-25 04:45:00 \N \N \N S,SL \N 2610349 t
+28032 30364 Minder eng Fatal Impression A reformed gambler dies owing Arthur money, but a religious miracle seems to offer some compensation. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-25 04:45:00 2014-12-25 05:35:00 \N \N \N S,SL \N 2610350 t
+28032 26249 Tommy Cooper eng \N Comedy and magic from comedian Tommy Cooper. Guests include Ronnie Corbett. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 05:35:00 2014-12-25 06:00:00 \N \N \N S \N 2610351 t
+8452 59183 Toys eng \N Fantasy. The late Robin Williams stars as a man trying to rescue his late father's factory from the clutches of his uncle (Michael Gambon) who wants to make weapons instead of toys. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-25 04:20:00 2014-12-25 06:20:00 \N \N 1992 S \N 2610352 t
+8264 9844 Off Their Rockers eng \N Comedy series featuring fearless senior citizens. Velma gets racy in a photo booth, Seb needs a fright to get rid of his hiccups and Rosemary eats some funny tasting biscuits. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 15:45:00 2014-12-26 16:15:00 \N \N \N S \N 2610353 t
+8264 17457 Downton Abbey eng \N Feature-length special of the period drama. It is the autumn of 1924 and Lord Sinderby has rented Brancaster Castle in Northumberland for the grouse shooting season. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 16:15:00 2014-12-26 18:15:00 \N \N \N AD,S \N 2610354 t
+22208 1727 Riverdance In Beijing eng \N Documentary following the Irish dance troupe's remarkable sell-out shows in China. Including a performance along the Great Wall, the tour emphasised their cross-cultural success. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 15:15:00 2014-12-25 17:15:00 \N \N \N S \N 2610355 t
+22208 1729 Riverdance eng The 10 Years This documentary charts the phenomenal rise of Riverdance, from seven-minute Eurovision interval act to global hit. Featuring Michael Flatley, Gabriel Byrne and Liam Neeson. \N 0 25 f 64 eng eng 6 0 0 \N 2014-12-25 17:15:00 2014-12-25 18:15:00 \N \N \N S,AD \N 2610356 t
+33088 17818 Hi-Tech Toys & Electronics ft Acer eng \N A cutting-edge collection of electronic toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! This show features Acer products. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2610357 t
+33088 17819 The Charlie Bears Collection eng \N QVC is proud to present the Charlie Bears Collection, an exceptional range of collectable plush and limited edition bears, exclusively designed by celebrated teddy bear artists from around the world. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 07:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2610358 t
+33088 17820 The Charlie Bears Collection eng \N QVC is proud to present the Charlie Bears Collection, an exceptional range of collectable plush and limited edition bears, exclusively designed by celebrated teddy bear artists from around the world. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 08:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2610359 t
+8281 9844 Off Their Rockers eng \N Comedy series featuring fearless senior citizens. Velma gets racy in a photo booth, Seb needs a fright to get rid of his hiccups and Rosemary eats some funny tasting biscuits. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 15:45:00 2014-12-26 16:15:00 \N \N \N S \N 2610360 t
+8281 17457 Downton Abbey eng \N Feature-length special of the period drama. It is the autumn of 1924 and Lord Sinderby has rented Brancaster Castle in Northumberland for the grouse shooting season. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 16:15:00 2014-12-26 18:15:00 \N \N \N AD,S \N 2610361 t
+8267 26000 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:15:00 2014-12-26 18:30:00 \N \N \N S \N 2610362 t
+8267 17460 Emmerdale eng \N Jai leaves Megan with a dilemma. Katie has an idea regarding Robert. Belle is hopeful when offered a lifeline. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N AD,S \N 2610363 t
+8267 50116 Coronation Street eng \N Will Gary resort to desperate measures? Roy struggles to control his nerves. David's news shocks the Street. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N AD,S \N 2610364 t
+8267 25647 A Christmas Cracker eng \N Bradley Walsh hosts a Christmas spectacular from The Hammersmith Apollo, where he is joined by The Muppets and Katherine Jenkins - who performs a duet with Kermit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N S \N 2610365 t
+41008 59183 Toys eng \N \N \N \N \N \N \N \N \N 1 0 0 \N 2014-12-25 04:20:00 2014-12-25 06:20:00 \N \N \N \N \N 2610366 t
+4166 51853 Not Going Out eng Christmas Special Sitcom. The will-they-won't-they tension reaches new highs in this Christmas series finale that sees Lucy and Lee in previously uncharted emotional waters. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:15:00 10 11 \N S \N 2610367 t
+4166 56490 The Vicar of Dibley eng Winter Ecclesiastical sitcom about the unconventional Reverend Geraldine Granger. Alice miraculously solves the problem of the Christmas show by proposing an unusual nativity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:15:00 2014-12-24 22:55:00 2 4 \N S \N 2610368 t
+4166 58339 Mrs Brown's Boys Christmas Special eng Buckin' Mammy Festive edition of the sitcom about a meddling matriarch. Mrs Brown tries to find out what Bono would like for a Christmas present. Contains strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:55:00 2014-12-24 23:30:00 1 2 \N S \N 2610369 t
+4166 51795 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. Followed by weather and a National Lottery update. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:30:00 2014-12-24 23:45:00 \N \N \N S \N 2610370 t
+4166 56114 Midnight Mass from Arundel Cathedral eng \N A traditional Christmas Eve Roman Catholic mass from the picturesque town of Arundel in West Sussex, including the familiar carols O Come All Ye Faithful and Silent Night. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:45:00 2014-12-25 01:05:00 \N \N \N S \N 2610371 t
+15856 3573 Dinner Date eng \N Culinary dating series. Richard from Wimbledon is given five menus, each put together by a potential blind date. After dating three of them, who will he want to see for seconds? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:55:00 \N \N \N S \N 2610372 t
+15856 3574 Celebrity Dinner Date eng \N Celebrity edition of the dating series. Former star of The Only Way Is Essex Amy Childs is given five menus, each put together by a potential blind date. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 03:55:00 2014-12-26 04:45:00 \N \N \N S \N 2610373 t
+15856 3575 I Wanna Marry 'Harry' eng Sir US reality series in which a dozen American girls compete for Prince Harry's affections, unaware that he is just a lookalike. 'Sir' challenges the girls to a game of cricket. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 04:45:00 2014-12-26 05:35:00 \N \N \N S \N 2610374 t
+15856 3716 ITVBe Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 05:35:00 2014-12-26 06:00:00 \N \N \N \N \N 2610375 t
+25920 21133 SALE Launch eng \N Join us for our SALE Launch with Free Postage on selected items \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-23 09:00:00 2014-12-23 10:00:00 \N \N \N \N \N 2610376 t
+23904 789 Asian Connections eng \N Speak to our girls live in Thailand for flirty, chatty fun. 18+ Only \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 05:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2610377 t
+18112 36006 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 15:00:00 2014-12-26 15:15:00 \N \N \N \N \N 2610378 t
+18112 36007 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 15:15:00 2014-12-26 15:30:00 \N \N \N \N \N 2610379 t
+18112 36009 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 15:30:00 2014-12-26 16:00:00 \N \N \N \N \N 2610380 t
+18112 35019 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 16:00:00 2014-12-26 16:30:00 \N \N \N \N \N 2610381 t
+18112 36360 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:00:00 \N \N \N \N \N 2610382 t
+18112 36361 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 \N \N \N \N \N 2610383 t
+18112 36523 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 17:30:00 2014-12-26 18:00:00 \N \N \N \N \N 2610384 t
+27840 5306 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2610385 t
+27840 5307 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2610386 t
+27840 5308 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2610387 t
+27712 22097 The Girls of The Taliban eng \N Unprecedented access to a school for girls in Afghanistan which imposes an even stricter interpretation of Islam than that prescribed by the Taliban. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2610388 t
+27712 22098 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:30:00 \N \N \N \N \N 2610389 t
+27712 22099 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 07:30:00 2014-12-25 08:00:00 \N \N \N \N \N 2610390 t
+27712 22100 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:30:00 \N \N \N \N \N 2610391 t
+27712 22101 The Stream eng On The Stream Should Muslims be expected to speak up against ISIL? \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-25 08:30:00 2014-12-25 09:00:00 \N \N \N \N \N 2610392 t
+22336 58870 The Inbetweeners eng The Gig and the Girlfriend To impress a girl in the year below, Simon attends his first concert since seeing Take That with his mum. Unfortunately, Will, Jay and Neil tag along too. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 00:10:00 2014-12-26 00:45:00 \N \N \N AD,S \N 2610393 t
+22336 58871 The Inbetweeners eng Bunk Off Will, Simon, Jay and Neil bunk off school. They head to Neil's house to get drunk, where Simon has a vodka-induced romantic revelation about his childhood sweetheart Carli. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 00:45:00 2014-12-26 01:15:00 \N \N \N AD,S \N 2610394 t
+22336 58698 The Big Bang Theory eng The Jerusalem Duality When Sheldon encounters Dennis, a 15-year-old physicist who is clearly much brighter than he is, his confidence is shaken to the core. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 01:15:00 2014-12-26 01:45:00 \N \N \N AD,S \N 2610395 t
+22336 58699 The Big Bang Theory eng The Bat Jar Conjecture Sheldon is ousted from the gang's Physics Bowl quiz team, so he decides to prove his superiority by forming his own team for the event. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 01:45:00 2014-12-26 02:15:00 \N \N \N AD,S \N 2610396 t
+22336 58703 Brooklyn Nine-Nine eng Full Boyle Boyle's new romance increases his self-confidence, Diaz and Santiago can't take a costumed crime-fighter seriously, and Holt faces a leadership challenge. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 02:15:00 2014-12-26 02:45:00 \N \N \N S \N 2610397 t
+22336 58704 Brooklyn Nine-Nine eng The Apartment Peralta is in danger of losing his flat but has no money to buy his own place, so Gina tries to help him find a new home. The officers do self-evaluations. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:45:00 2014-12-26 03:15:00 \N \N \N S \N 2610398 t
+8381 15007 Super 4 eng Dragonraiders Animated comedy adventure series. Dragons attack King Kenric's castle! What can be done to stop these fire-spitting monsters? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 09:10:00 2014-12-26 09:25:00 \N \N \N S \N 2610399 t
+8381 15009 Weekend at Christmas eng \N Aled Jones presents a seasonal mix of chat and music. Today's guests are jazz musician Jamie Callum, Corrie's newest cast member Claire King, and Call the Midwife star Ben Caplan. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 09:25:00 2014-12-26 10:25:00 \N \N \N S \N 2610400 t
+8381 15010 Dinner Date Australia eng \N Jeremy is well put together, owns cafes and restaurants, and is a Wallabies legend. Maybe one of the ladies behind the menus will be the perfect fit for his complicated life? \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 10:25:00 2014-12-26 11:25:00 \N \N \N S \N 2610401 t
+8381 15585 Celebrity Squares eng \N Ashley Roberts, David Haye, Reece Shearsmith, Andi Peters, Sandi Toksvig, Stewart Francis, Bridget Christie, Tim Vine and Joe Wilkinson play the classic game show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 11:25:00 2014-12-26 12:25:00 \N \N \N S \N 2610402 t
+14448 27364 Teleshopping eng \N Innovative, value-for-money products brought directly to you at home... Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2610403 t
+8274 26000 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:15:00 2014-12-26 18:30:00 \N \N \N S \N 2610404 t
+8274 17460 Emmerdale eng \N Jai leaves Megan with a dilemma. Katie has an idea regarding Robert. Belle is hopeful when offered a lifeline. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N AD,S \N 2610405 t
+8274 50116 Coronation Street eng \N Will Gary resort to desperate measures? Roy struggles to control his nerves. David's news shocks the Street. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N AD,S \N 2610406 t
+8274 25647 A Christmas Cracker eng \N Bradley Walsh hosts a Christmas spectacular from The Hammersmith Apollo, where he is joined by The Muppets and Katherine Jenkins - who performs a duet with Kermit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N S \N 2610407 t
+4175 51853 Not Going Out eng Christmas Special Sitcom. The will-they-won't-they tension reaches new highs in this Christmas series finale that sees Lucy and Lee in previously uncharted emotional waters. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:15:00 10 11 \N S \N 2610408 t
+4175 56490 The Vicar of Dibley eng Winter Ecclesiastical sitcom about the unconventional Reverend Geraldine Granger. Alice miraculously solves the problem of the Christmas show by proposing an unusual nativity. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:15:00 2014-12-24 22:55:00 2 4 \N S \N 2610409 t
+4175 58339 Mrs Brown's Boys Christmas Special eng Buckin' Mammy Festive edition of the sitcom about a meddling matriarch. Mrs Brown tries to find out what Bono would like for a Christmas present. Contains strong language. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-24 22:55:00 2014-12-24 23:30:00 1 2 \N S \N 2610410 t
+4175 51795 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. Followed by weather and a National Lottery update. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:30:00 2014-12-24 23:45:00 \N \N \N S \N 2610411 t
+4175 56114 Midnight Mass from Arundel Cathedral eng \N A traditional Christmas Eve Roman Catholic mass from the picturesque town of Arundel in West Sussex, including the familiar carols O Come All Ye Faithful and Silent Night. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-24 23:45:00 2014-12-25 01:05:00 \N \N \N S \N 2610412 t
+32896 9343 Pop Through The Night eng \N A late night round up of everyone's favourite Finding Stuff Out. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 03:00:00 2014-12-21 05:00:00 \N \N \N \N \N 2610413 t
+32896 9344 Pop Through The Night eng \N A late night round up of everyone's favourite Finding Stuff Out. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-21 05:00:00 2014-12-21 06:00:00 \N \N \N \N \N 2610414 t
+15840 3663 Wonderful Christmas Time eng \N We may not be promised a white Christmas, but Vintage TV can promise you a wonderful one with this great selection of Christmas hits. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2610415 t
+8448 58711 Rude(ish) Tube eng \N Rude Tube's naughty little sister discovers some slightly less rude (but still daft) online videos, including a monkey buying himself a drink, Fenton chasing deer and some very odd beards. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:25:00 \N \N \N S \N 2610416 t
+8448 58712 Rude(ish) Tube eng \N Rude Tube's naughty little sister locates some slightly less rude online videos, including an 80s dating video montage, a man with glasses tattooed on his face and some dogs with socks. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:25:00 2014-12-26 06:45:00 \N \N \N S \N 2610417 t
+8448 59164 Prep & Landing eng \N Emmy award-winning animation Prep & Landing is the story of an elite unit of elves who ensure that every house around the world is ready for a visit from Santa Claus. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 06:45:00 2014-12-26 07:05:00 \N \N \N S,SL \N 2610418 t
+8448 58740 Suburgatory eng The Nutcracker As Christmas approaches, George breaks up with his New York girlfriend Zoe, but Tessa blames herself for the demise of the relationship and plots to revive it. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 07:05:00 2014-12-26 07:30:00 \N \N \N AD,S \N 2610419 t
+8448 59302 Suburgatory eng Krampus George arranges a Christmas trip to New York for Tessa and her mother. Ryan is distressed when he finds out that he's adopted. Dalia begs Carmen to come home. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 07:30:00 2014-12-26 08:00:00 \N \N \N AD,S \N 2610420 t
+8448 58709 Hollyoaks eng \N It's Ste and John Paul's wedding day, but it's a long road to the altar. Tony hosts Christmas lunch for his nearest and dearest, but will it be ruined by a revelation? \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-26 08:00:00 2014-12-26 09:00:00 \N \N \N AD,S \N 2610421 t
+22592 17871 The Two Mikes at Christmas eng \N Round off your Christmas Day with The Two Mikes, who are joined in the studio by some great guests and still full of festive cheer. \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-25 22:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2610423 t
+8325 2796 GoldenEye eng \N All-action Bond adventure starring Pierce Brosnan and Sean Bean, 1995. James Bond tries to discover who is behind the destruction of a space weapons centre inside the Arctic Circle \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 21:00:00 2014-12-25 23:35:00 \N \N \N AD,S \N 2610424 t
+8325 4566 Celebrity Juice Christmas Special eng \N Joining the panel for this Christmas special are Davina McCall, Louis Smith, Aston Merrygold, Stacey Solomon and Coronation Street favourite Simon Gregson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 23:35:00 2014-12-26 00:20:00 \N \N \N S \N 2610425 t
+23968 4918 Timothy Goes to School eng \N All of Fritz's messes conveniently get blamed on the Mess Fairy, and the children enjoy a day of games and races at the school picnic. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 \N \N \N \N \N 2610426 t
+23968 4919 Strawberry Shortcake eng Berry Bitty Adventures New. As this year's BerryFest Princess, Strawberry must learn to be a leader, and overcome many obstacles, to make sure the festival is a success. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N \N \N 2610427 t
+23968 4920 Programmes will resume at 03 eng 00pm Programmes will resume at 03.00pm \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 19:00:00 2014-12-27 06:00:00 \N \N \N \N \N 2610428 t
+24448 64057 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2610429 t
+24448 64058 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2610430 t
+24448 64059 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2610431 t
+8384 58766 The Simpsons eng Miracle on Evergreen Terrace When Bart destroys the family's Christmas tree and presents, his lies about a burglar stealing them spiral out of control... \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 10:45:00 2014-12-25 11:15:00 \N \N \N AD,S \N 2610432 t
+8384 58767 The Simpsons eng Dude, Where's My Ranch? After Homer has a hit record with an anti-Ned Flanders Christmas carol, the family decide to get away from it all at a ranch. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 11:15:00 2014-12-25 11:45:00 \N \N \N AD,S \N 2610433 t
+8384 58768 The Simpsons eng 'Tis the Fifteenth Season After seeing A Christmas Carol on TV, Homer realises he's been too selfish and decides to make amends, culminating in a 'nice-off' with Ned Flanders. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 11:45:00 2014-12-25 12:15:00 \N \N \N AD,S \N 2610434 t
+17664 58766 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 10:45:00 2014-12-25 11:15:00 \N \N \N \N \N 2610435 t
+17664 58767 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 11:15:00 2014-12-25 11:45:00 \N \N \N \N \N 2610436 t
+17664 58768 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 11:45:00 2014-12-25 12:15:00 \N \N \N \N \N 2610437 t
+27648 4597 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:30:00 \N \N \N \N \N 2610438 t
+27648 4598 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:30:00 2014-12-26 07:00:00 \N \N \N \N \N 2610439 t
+27648 4599 American Hot Rod eng Alumitub Part 1 Sparks fly as Boyd Coddington's crew take on the challenge of building a unique aluminium roadster. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:45:00 \N \N \N \N \N 2610440 t
+27648 4600 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 07:45:00 2014-12-26 08:10:00 \N \N \N \N \N 2610441 t
+27648 4601 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 08:10:00 2014-12-26 08:35:00 \N \N \N \N \N 2610442 t
+27648 4602 Total Fishing eng Carp at the Avenue Mick cracks a mirror, but Matt's got a fight on his hands with a common carp as they enjoy a feast of fish at a new lake. Plus, top tips on tackle. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 08:35:00 2014-12-26 09:00:00 \N \N \N \N \N 2610443 t
+17472 55677 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 06:10:00 2014-12-26 07:30:00 \N \N \N \N \N 2610444 t
+17472 57743 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 07:30:00 2014-12-26 08:50:00 \N \N \N \N \N 2610445 t
+17472 57951 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 08:50:00 2014-12-26 09:50:00 \N \N \N \N \N 2610446 t
+26368 6020 Through The Night eng \N Merry Christmas! Dave Brown takes you through the night with more of your Smooth favourites. From midnight. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2610447 t
+15808 50390 Sucker Punch Enduro eng \N Competitors are put through their paces in this Extreme Enduro event held in Bala, North Wales. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 03:40:00 2014-12-26 04:35:00 \N \N \N \N \N 2610448 t
+15808 50391 Roof Of Africa eng \N The world's best Xtreme Enduro competitors take on one of the toughest off-road endurance events. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 04:35:00 2014-12-26 05:30:00 \N \N \N \N \N 2610449 t
+15808 50392 Night Of The Jumps eng \N Freestyle motocross hits dizzying new heights thanks to Night of the Jumps' incredible line-up of aerial acrobats. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2610450 t
+22752 1126 Kiss Fresh with Tinea eng \N Tinea with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 11:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2610451 t
+22080 1782 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N \N \N 2610452 t
+22080 1817 Sportsline eng \N Sky News presents a look at the biggest sporting stories both on and off the field. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:00:00 \N \N \N \N \N 2610453 t
+22080 1873 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 22:00:00 2014-12-26 22:30:00 \N \N \N \N \N 2610454 t
+22080 1926 Press Preview eng \N A full review of the best stories in tomorrow's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 22:30:00 2014-12-26 23:00:00 \N \N \N S \N 2610455 t
+22080 1928 Sky News eng \N All the latest news, sport and weather. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 23:00:00 2014-12-26 23:30:00 \N \N \N \N \N 2610456 t
+22080 2020 Press Preview eng \N A full review of the best stories in tomorrow's national newspapers. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 23:30:00 2014-12-27 00:00:00 \N \N \N S \N 2610457 t
+22720 1367 Billy Da Kid eng \N Billy brings the biggest club beats to KISS \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N \N \N 2610458 t
+22720 1368 The Kiss Hip Hop Show eng \N Shortee Blitz & MK with the biggest Hip Hop tunes \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 01:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2610459 t
+22720 1369 Freddie eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 02:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2610460 t
+28096 59483 Dave Gorman Modern Life is Goodish eng Just Chips That Haven't Been Made Yet It's Dave on Dave! Modern life gets a ribbing as Mr Gorman considers celebrity endorsements and reveals the Queen's 'thoughts' on insoles! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N S \N 2610461 t
+28096 59484 QI XL eng Keeps Stephen Fry plays for keeps with Sarah Millican, Jason Manford, Bill Bailey and Alan Davies, who tentatively answer klaxon-baiting posers on ants, kilobytes and newtons. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 01:00:00 2014-12-25 02:00:00 \N \N \N S \N 2610462 t
+28096 60676 Mock the Week eng \N Hilarious panel show that combines the best elements of news quiz, stand-up comedy, and improvised games. Jovial host Dara O'Briain is joined by Andy Parsons and Sandi Toksvig. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:00:00 2014-12-25 02:40:00 \N \N \N S \N 2610463 t
+28096 60677 Mock the Week eng \N Two teams of quick-witted comics compete in the topical quiz. Guests Andy Parsons, Rhod Gilbert and Jo Caulfield join regulars Hugh Dennis and Frankie Boyle and host Dara O Briain. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:40:00 2014-12-25 03:15:00 \N \N \N S \N 2610464 t
+22272 65247 Top Gear Burma Special eng \N The lads are on a mission to build a bridge over the River Kwai, but first they must drive across Burma - a nation largely closed to Westerners - in three rickety lorries! \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-26 15:20:00 2014-12-26 18:00:00 \N \N \N AD,S \N 2610465 t
+28416 20155 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-23 12:00:00 2014-12-23 14:00:00 \N \N \N \N \N 2610466 t
+28416 20156 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-23 14:00:00 2014-12-23 14:30:00 \N \N \N \N \N 2610467 t
+28416 20157 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-23 14:30:00 2014-12-23 16:30:00 \N \N \N \N \N 2610468 t
+4168 56117 Doctor Who eng Last Christmas The Doctor and Clara face their last Christmas. Trapped on an Arctic base, under attack from terrifying creatures, who are you going to call? Santa Claus! Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 18:15:00 2014-12-25 19:15:00 \N \N \N AD,S \N 2610469 t
+4168 56119 Miranda eng I Do, But To Who? Sitcom. Miranda has received two proposals - one from Gary and one from Mike. Will she choose one of them or will she run away from the pressure? Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 19:15:00 2014-12-25 19:50:00 1 2 \N AD,S \N 2610470 t
+4168 56118 Call the Midwife eng Christmas Special Drama series about a group of midwives. 1959 is drawing to a close as the residents of Poplar prepare for Christmas, and the midwives are busier than ever. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 19:50:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2610471 t
+28352 2466 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 15:00:00 2014-12-26 15:30:00 \N \N \N \N \N 2610472 t
+28352 2467 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 15:30:00 2014-12-26 16:00:00 \N \N \N \N \N 2610473 t
+28352 2468 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 16:00:00 2014-12-26 16:30:00 \N \N \N \N \N 2610474 t
+28352 2469 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:00:00 \N \N \N \N \N 2610475 t
+28352 2470 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 \N \N \N \N \N 2610476 t
+28352 2471 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 17:30:00 2014-12-26 18:00:00 \N \N \N \N \N 2610477 t
+27456 45554 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 15:00:00 2014-12-26 15:30:00 \N \N \N \N \N 2610478 t
+27456 45555 Boom Bust eng \N Erin Ade breaks through the mainstream headlines to find the stories that matter, and help you navigate the booms and the busts. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 15:30:00 2014-12-26 16:00:00 \N \N \N \N \N 2610479 t
+27456 45556 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 16:00:00 2014-12-26 16:30:00 \N \N \N \N \N 2610480 t
+27456 45557 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:00:00 \N \N \N \N \N 2610481 t
+27456 45558 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 \N \N \N \N \N 2610482 t
+27456 45559 Politicking with Larry King eng \N Legendary host Larry King and OraTV bring 'Politicking', their new political show. World leaders and policy makers will be regular guests of the interviewer whose deep knowledge have made him an icon. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 17:30:00 2014-12-26 18:00:00 \N \N \N \N \N 2610483 t
+27744 42441 Hawaii Five-O eng \N Popular American police drama starring Jack Lord and James MacArthur. Young Vietnam veteran and marksman Billy Shem Jr buys a rifle and heads to a bunker.../24 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 6 \N \N \N 4 2610484 t
+27744 42442 Father Dowling Mysteries eng \N US mystery series centring on a Chicago Catholic priest who solves crimes. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2610485 t
+27744 42184 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. Picard and Riker masquerade as mercenaries to retrieve a potentially lethal Vulcan artefact. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2610486 t
+26240 11758 Sarah Powell eng \N Sarah ends the day on heat with the latest showbiz news and entertainment gossip! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 16:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2610487 t
+41104 20025 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 17:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2610488 t
+23184 17576 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 03:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2610489 t
+23184 17577 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:30:00 \N \N \N \N \N 2610490 t
+23184 17578 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-25 04:30:00 2014-12-25 05:00:00 \N \N \N \N \N 2610491 t
+23184 17579 Dominick Dunne's Power, Privilege & Justice, S6 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 05:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2610492 t
+17609 20383 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 15:45:00 2014-12-26 16:15:00 \N \N \N \N \N 2610493 t
+17609 19815 eng \N \N \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 16:15:00 2014-12-26 18:15:00 \N \N \N \N \N 2610494 t
+22688 1049 The Mellow Magic Love Hour eng \N Your all time greatest love songs \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N \N \N 2610495 t
+22688 1115 Mellow Magic eng \N Relax, chill out and feel More Music Magic \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 01:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2610496 t
+27360 18271 30 for 30 eng The Two Escobars Award-winning director Jeff Zimbalist examines the mysterious events leading up to and surrounding Colombian soccer player Andres Escobar's death in 1994. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 21:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2610497 t
+27360 18102 UFC 175 eng Weidman v Machida UFC 175 from the Mandalay Bay Events Center, Las Vegas. The middleweight championship bout between champion Chris Weidman and Lyoto Machida headlines a packed fight card. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 23:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2610498 t
+25664 55918 Fame eng \N Kay Panabaker and Asher Book star in this update of Alan Parker's 1980 musical about a group of young showbiz wannabes who have enrolled at the New York Academy of Performing Arts. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-26 19:00:00 2014-12-26 21:00:00 \N \N 2009 \N \N 2610499 t
+24016 12918 Brothers In Arms eng \N A group of outlaws band together to try and take down a local town dictator in this western. David Carradine stars. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 00:30:00 2014-12-25 02:10:00 \N \N 2005 \N \N 2610500 t
+24016 12919 Captain Apache eng \N A plot to assassinate the President of the United States is uncovered by an army officer. Stars Lee Van Cleef and Stuart Whitman. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 02:10:00 2014-12-25 04:00:00 \N \N 1971 \N \N 2610501 t
+24256 1037 Babestation Blue eng \N Babestation Blue where anything can happen. Bringing you the hottest babes specially selected for your pleasure. Tune in to find out who's on the show. Nothing else matters when you enter the blue. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2610502 t
+14688 11637 Christmas Lunch with Christian eng \N Join Christian and Richie for Christmas lunch. With special guests and another chance to hear the Breakfast show pantomime, this is the trimmings to go with your turkey. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 14:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2610503 t
+23296 5873 Loud and Proud eng \N Be proud of who you are and meet your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2610504 t
+23296 5875 Out and About eng \N Don't just sit there, get stuck in. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 02:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2610505 t
+22784 794 Kisstory Late Night eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 00:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2610506 t
+22784 795 Kisstory Early eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 02:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2610507 t
+23120 20495 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N \N \N 2610508 t
+23120 20503 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 01:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2610509 t
+23120 20502 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 02:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2610510 t
+22624 40510 Insight Extra eng \N RNIB's Insight Radio - Programmes and highlights of RNIB's newest radio service - Insight Extra. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2610511 t
+22624 40511 Sunset Melodies eng \N RNIB's Insight Radio - Gary Moritz plays relaxing tracks from the 30s, 40s, 50s and 60s for your Wednesday evening \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-25 02:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2610512 t
+23280 5890 Flirt Zone eng \N Flirt with thousands of people across the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2610513 t
+13024 51317 New: Thomas and Friends eng The Perfect Gift CGI animation. Emily is sent out to clear the tracks when Thomas hides his snow plough. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 08:30:00 2014-12-26 08:45:00 \N \N \N S \N 2610514 t
+13024 51319 Close eng \N Channel Off Air \N 0 25 f \N \N \N 0 0 0 \N 2014-12-26 08:45:00 2014-12-26 09:05:00 \N \N \N \N \N 2610515 t
+22656 917 Non-Stop Kerrang! eng \N Playing continuous K! music throughout the night. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 22:00:00 2014-12-27 07:00:00 \N \N \N \N \N 2610516 t
+4169 57709 Sliding Doors eng \N Romantic comedy about the nature of fate in which a young woman's (Gwyneth Paltrow) future is affected by a two-second delay. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 01:05:00 2014-12-25 02:40:00 \N \N 1998 AD,S \N 2610517 t
+4169 51802 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 02:40:00 2014-12-25 02:45:00 \N \N \N S \N 2610518 t
+4169 51803 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 02:45:00 2014-12-25 06:00:00 \N \N \N S \N 2610519 t
+22656 915 K! Rock n Roll Years eng \N An hour of the best rock hits all from one year. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2610520 t
+22656 916 Johnny Doom eng \N Johnny Doom presents the best in new rock, metal and alternative, plus interviews and classic tracks. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 19:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2610521 t
+14720 23120 Emma Bunton's Boxing Day Party eng \N Emma Bunton keeps the tunes coming with her Boxing Day Party. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 16:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2610522 t
+14372 8058 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2610523 t
+14372 8059 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2610524 t
+14372 8060 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2610525 t
+24464 50393 AMV Bike Cup eng Some of the bravest riders on the planet tackle the ultimate two-wheeled challenge motorcycle racing on ice. Thrills and spills come as standard, naturally. Action from Alpe D'Huez. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:25:00 \N \N \N \N \N 2610526 t
+24464 50394 Trophe Andros eng \N Alpe D'Huez. Motor racing's favourite winter past time, the Andros Trophy, tests the skills of some of today's top circuit racers on the ice covered tracks of some of France's best known ski resorts. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 06:25:00 2014-12-26 07:20:00 \N \N \N \N \N 2610527 t
+24464 50395 ROC Nations Cup Replay eng \N All the action from the 2014 Race of Champions Nations Cup event which sees the biggest names in world motorsport competing for their home countries. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 07:20:00 2014-12-26 10:05:00 \N \N \N \N \N 2610528 t
+8283 26000 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:15:00 2014-12-26 18:30:00 \N \N \N S \N 2610529 t
+8283 17460 Emmerdale eng \N Jai leaves Megan with a dilemma. Katie has an idea regarding Robert. Belle is hopeful when offered a lifeline. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N AD,S \N 2610530 t
+8283 50116 Coronation Street eng \N Will Gary resort to desperate measures? Roy struggles to control his nerves. David's news shocks the Street. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N AD,S \N 2610531 t
+8283 25647 A Christmas Cracker eng \N Bradley Walsh hosts a Christmas spectacular from The Hammersmith Apollo, where he is joined by The Muppets and Katherine Jenkins - who performs a duet with Kermit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N S \N 2610532 t
+16048 31921 Carry On Cowboy eng \N Western spoof starring Sid James and Kenneth Williams, 1965. Saddle up for a fistful of double entendres with the hilarious Carry On regulars \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 15:50:00 2014-12-26 17:55:00 \N \N \N AD,S \N 2610533 t
+16048 32973 A Touch of Frost eng Not with Kindness Police drama. There are threats, deaths, arson and a staff shortage at the police station. But for Frost, anything has to be better than staying at home. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-26 17:55:00 2014-12-26 20:00:00 \N \N \N S \N 2610534 t
+33088 17826 H2O - Super Clean with Steam eng \N Get your home spick and span with the power of pure steam. No matter what the surface, there will be a cleaning solution in this show. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2610768 t
+14784 2889 All Inclusive JANUARY Deals GALORE eng \N 3*AI Benidorm just £185! 4*AI Cyprus just £189! 5*AI Turkey just £119! 4*AI Tenerife just £296! 5*AI Majorca just £259! Barmy prices, palmy beaches! See our ALL INC SHORT HAUL page \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 12:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2610535 t
+28032 30345 World Of Sport eng Footballing Comebacks Richard Henwood delves into the archives to take a look back at some of the great footballing comebacks such as Liverpool's amazing night in Istanbul back in 2005. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:20:00 \N \N \N S \N 2610536 t
+28032 28050 Black Gold eng Brandon's Battle Reality-documentary series on oil drilling in the USA. Brandon considers turning himself in to the police when Aaron pays the price. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 06:20:00 2014-12-25 07:00:00 \N \N \N S \N 2610537 t
+28032 28079 Minder eng Fiddler on the Hoof Arthur puts his savings into an old safe in the lock-up, but his nest egg is in danger when an old acquaintance arrives from Marbella. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:55:00 \N \N \N S \N 2610538 t
+28032 28028 The Professionals eng Backtrack Bodie and Doyle take on the guise of burglars to investigate an embassy with a sinister secret. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-25 07:55:00 2014-12-25 09:00:00 \N \N \N AD,S \N 2610539 t
+8452 59185 Kirstie's Vintage Gems eng \N Kirstie Allsopp shows how easy it is to make things for both the home and the important people in our lives. This episode features sugarcraft and a masterclass in perfume-making. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 06:20:00 2014-12-25 06:35:00 \N \N \N S \N 2610540 t
+8452 59184 Small Animal Hospital eng \N Cara the collie comes into the hospital suffering from breathing difficulties. John meets Mischief the cat, whose thyroid problem requires a 'radioactive' solution. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 06:35:00 2014-12-25 07:00:00 \N \N \N S,SL \N 2610541 t
+8452 58763 The Ugly Duckling and Me! eng \N Children's animated comedy. Hans Christian Andersen's fable is updated to tell the story of Ratso, a showbiz agent who thinks he can make big money from exhibiting an ugly hatchling. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 07:00:00 2014-12-25 08:30:00 \N \N 2006 S \N 2610542 t
+8452 58764 Prep & Landing eng \N Emmy award-winning animation Prep & Landing is the story of an elite unit of elves who ensure that every house around the world is ready for a visit from Santa Claus. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 08:30:00 2014-12-25 08:55:00 \N \N \N S \N 2610543 t
+8452 58786 Prep & Landing eng Naughty vs. Nice The animated adventures of Christmas elves Lanny and Wayne continue. The duo must recover classified North Pole technology that has fallen into the hands of a computer-hacking naughty kid. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 08:55:00 2014-12-25 09:20:00 \N \N \N S \N 2610544 t
+8264 26000 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:15:00 2014-12-26 18:30:00 \N \N \N S \N 2610545 t
+8264 17460 Emmerdale eng \N Jai leaves Megan with a dilemma. Katie has an idea regarding Robert. Belle is hopeful when offered a lifeline. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N AD,S \N 2610546 t
+8264 50116 Coronation Street eng \N Will Gary resort to desperate measures? Roy struggles to control his nerves. David's news shocks the Street. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N AD,S \N 2610547 t
+8264 25647 A Christmas Cracker eng \N Bradley Walsh hosts a Christmas spectacular from The Hammersmith Apollo, where he is joined by The Muppets and Katherine Jenkins - who performs a duet with Kermit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N S \N 2610548 t
+22208 1730 Monkey Life eng \N Nerves jangle when orangutan Lingga is moved into her new enclosure to meet her housemates. Chimp Jimmy, meanwhile, hurts his leg. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 18:15:00 2014-12-25 18:45:00 4 \N \N S 2 2610549 t
+22208 1731 Monkey Life eng \N Young orangutan Hsiao-Ning experiences a sugar rush after eating too much fruit. Plus, Jeremy makes a risky decision to help Jimmy with his leg wound. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 18:45:00 2014-12-25 19:15:00 5 \N \N S 2 2610550 t
+22208 1732 Futurama eng Bender's Big Score A feature-length instalment of the animated favourite. Earth is invaded by some sticky-fingered aliens, with whom Fry, Bender, Leela et al must do battle. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 19:15:00 2014-12-25 21:00:00 17 \N \N S,AD 9 2610551 t
+41264 26 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2610552 t
+33088 17821 Winter Solutions eng \N Keep warm and safe in the colder weather with our Winter Solutions. From shoe grips to heated insoles, snow shovels to thermal clothing, we've got all you need to see you through the winter months. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2610553 t
+33088 17822 In The Kitchen eng \N Tantalise those taste buds with a selection of kitchen products, guaranteed to help you produce the dishes of your dreams. Join our guests for the latest in gourmet delights. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2610554 t
+33088 17823 Hi-Tech Toys & Electronics eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2610555 t
+8281 26000 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:15:00 2014-12-26 18:30:00 \N \N \N S \N 2610556 t
+8281 17460 Emmerdale eng \N Jai leaves Megan with a dilemma. Katie has an idea regarding Robert. Belle is hopeful when offered a lifeline. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N AD,S \N 2610557 t
+8281 50116 Coronation Street eng \N Will Gary resort to desperate measures? Roy struggles to control his nerves. David's news shocks the Street. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N AD,S \N 2610558 t
+8281 25647 A Christmas Cracker eng \N Bradley Walsh hosts a Christmas spectacular from The Hammersmith Apollo, where he is joined by The Muppets and Katherine Jenkins - who performs a duet with Kermit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N S \N 2610559 t
+8267 50109 Birds of a Feather eng Birds on a Plane Essex-based sitcom about sisters Tracey and Sharon. Dorien is treating Sharon and Tracey to a Christmas trip to the Canaries, but will it be plane sailing? \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N AD,S \N 2610560 t
+8267 17168 Through the Christmas Keyhole eng \N A festive Keith Lemon presents a seasonal edition of the show snooping around more homes of mystery celebrities. The studio panel are Jonathan Ross, Louis Walsh and Kym Marsh. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:30:00 \N \N \N S \N 2610561 t
+8267 28106 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 22:30:00 2014-12-26 22:45:00 \N \N \N S \N 2610562 t
+8267 26001 Out of Sight eng \N Comic crime caper starring George Clooney and Jennifer Lopez, 1998. After escaping from prison, a charming bank robber falls in love with the federal marshal he takes hostage \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 22:45:00 2014-12-27 00:50:00 \N \N \N AD,S \N 2610563 t
+41008 59185 eng \N \N \N \N \N \N \N \N \N 10 0 0 \N 2014-12-25 06:20:00 2014-12-25 06:35:00 \N \N \N \N \N 2610564 t
+41008 59184 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 06:35:00 2014-12-25 07:00:00 \N \N \N \N \N 2610565 t
+41008 58763 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 07:00:00 2014-12-25 08:30:00 \N \N \N \N \N 2610566 t
+4166 57709 Sliding Doors eng \N Romantic comedy about the nature of fate in which a young woman's (Gwyneth Paltrow) future is affected by a two-second delay. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 01:05:00 2014-12-25 02:40:00 \N \N 1998 AD,S \N 2610569 t
+4166 51802 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 02:40:00 2014-12-25 02:45:00 \N \N \N S \N 2610570 t
+4166 51803 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 02:45:00 2014-12-25 06:00:00 \N \N \N S \N 2610571 t
+15856 3641 Home Shopping with JML eng \N JML - where you can find a whole range of innovative products designed to make your everyday easier. From kitchen to DIY, fitness to cleaning, there's something for everyone. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2610572 t
+18112 36524 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:58:00 \N \N \N \N \N 2610573 t
+18112 63344 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 18:58:00 2014-12-27 05:30:00 \N \N \N \N \N 2610574 t
+27840 5309 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2610575 t
+27840 5310 Live Jewellery Auctions eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2610576 t
+27840 5311 Rocks and Co Replay eng \N Showcasing Rocks and Co's high quality gemstones and jewellery. Call us FREE on 0800 107 3535 for availability. Calls are free from landlines, mobiles may vary. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2610577 t
+27712 22102 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N \N \N 2610578 t
+27712 22103 People and Power eng \N Behind the scenes with Colombia's insurgents as they bring their 50 year bloody conflict to a close \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 1 2 \N \N \N 2610579 t
+27712 22104 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2610580 t
+27712 22105 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:30:00 \N \N \N \N \N 2610581 t
+27712 22106 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 11:30:00 2014-12-25 12:00:00 \N \N \N \N \N 2610582 t
+22336 58702 Virtually Famous eng \N Kevin McHale and team captains Seann Walsh and Chris Stark are joined by guests James Acaster, Alex Brooker, Jameela Jamil and Kimberly Wyatt in this online panel show. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 03:15:00 2014-12-26 04:00:00 \N \N \N S \N 2610583 t
+22336 58700 The Inbetweeners eng Will Is Home Alone Will's mum is off on a weekend with an old schoolfriend. Will is left home alone and the other boys take full advantage of the situation. It's all fun until the morning. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 04:00:00 2014-12-26 04:25:00 \N \N \N AD,S \N 2610584 t
+22336 58701 The Inbetweeners eng The Camping Trip Will draws on his scouting experience to cope with the last trip he has organised for the boys before they go their separate ways, but the others are woefully unprepared. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 04:25:00 2014-12-26 04:55:00 \N \N \N AD,S \N 2610585 t
+22336 58705 The Inbetweeners eng The Gig and the Girlfriend To impress a girl in the year below, Simon attends his first concert since seeing Take That with his mum. Unfortunately, Will, Jay and Neil tag along too. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 04:55:00 2014-12-26 05:20:00 \N \N \N AD,S,SL \N 2610586 t
+22336 58873 How I Met Your Mother eng The Scorpion and the Toad Marshall has a string of ill-fated nights out with Barney in a bid to meet new women. He eventually goes on a date, but bumps into Lily. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 05:20:00 2014-12-26 05:45:00 \N \N \N AD,S \N 2610587 t
+22336 58876 Olive the Other Reindeer eng \N Olive, a dog, hears the sad news on the radio that Blitzen the reindeer has been injured and Christmas may be cancelled. So Olive sets off with her pet flea to save the day. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 05:45:00 2014-12-26 07:00:00 \N \N \N S,SL \N 2610588 t
+8381 15484 For the Love of Dogs at Christmas eng \N Paul O'Grady visits Battersea Dogs and Cats Home to help give the residents a fabulous festive season and hopes to find loving homes for all the dogs in time for Christmas Day. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 12:25:00 2014-12-26 13:30:00 \N \N \N S \N 2610589 t
+8381 15014 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 13:30:00 2014-12-26 13:45:00 \N \N \N S \N 2610590 t
+8381 15013 The Chase eng Christmas Special Bradley Walsh hosts a special Christmas edition of the show, with actor Steve Pemberton, Corrie's Paula Lane, Educating Yorkshire's Mr Burton and comedian and actor Ben Miller. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 13:45:00 2014-12-26 14:45:00 \N \N \N S \N 2610591 t
+8381 15016 Back to the Future Part II eng \N Time-travel adventure sequel starring Michael J Fox and Christopher Lloyd, 1989. Marty McFly time-travels with eccentric inventor Doc Brown after the ruthless Biff creates an alternative 1985 \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 14:45:00 2014-12-26 16:45:00 \N \N \N AD,S \N 2610592 t
+14448 27365 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:25:00 \N \N \N \N \N 2610593 t
+14448 27366 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 09:25:00 2014-12-26 09:50:00 \N \N \N \N \N 2610594 t
+14448 27367 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 09:50:00 2014-12-26 10:15:00 \N \N \N \N \N 2610595 t
+14448 27368 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 10:15:00 2014-12-26 10:40:00 \N \N \N \N \N 2610596 t
+14448 27369 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 10:40:00 2014-12-26 11:05:00 \N \N \N \N \N 2610597 t
+14448 27370 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 11:05:00 2014-12-26 11:30:00 \N \N \N \N \N 2610598 t
+14448 27371 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 11:30:00 2014-12-26 11:55:00 \N \N \N \N \N 2610599 t
+28416 20160 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-23 23:30:00 2014-12-24 00:00:00 \N \N \N \N \N 2611049 t
+14448 27372 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 11:55:00 2014-12-26 12:20:00 \N \N \N \N \N 2610600 t
+8274 50109 Birds of a Feather eng Birds on a Plane Essex-based sitcom about sisters Tracey and Sharon. Dorien is treating Sharon and Tracey to a Christmas trip to the Canaries, but will it be plane sailing? \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N AD,S \N 2610601 t
+8274 17168 Through the Christmas Keyhole eng \N A festive Keith Lemon presents a seasonal edition of the show snooping around more homes of mystery celebrities. The studio panel are Jonathan Ross, Louis Walsh and Kym Marsh. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:30:00 \N \N \N S \N 2610602 t
+8274 28106 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 22:30:00 2014-12-26 22:45:00 \N \N \N S \N 2610603 t
+8274 26001 Out of Sight eng \N Comic crime caper starring George Clooney and Jennifer Lopez, 1998. After escaping from prison, a charming bank robber falls in love with the federal marshal he takes hostage \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 22:45:00 2014-12-27 00:50:00 \N \N \N AD,S \N 2610604 t
+4175 57709 Sliding Doors eng \N Romantic comedy about the nature of fate in which a young woman's (Gwyneth Paltrow) future is affected by a two-second delay. Contains some strong language. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 01:05:00 2014-12-25 02:40:00 \N \N 1998 AD,S \N 2610605 t
+4175 51802 Weather for the Week Ahead eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 02:40:00 2014-12-25 02:45:00 \N \N \N S \N 2610606 t
+4175 51803 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 02:45:00 2014-12-25 06:00:00 \N \N \N S \N 2610607 t
+15840 3664 Jive Bunny MiXmas eng \N We're all ears as those festive funsters Jive Bunny create a Christmas mix especially for Vintage TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2610608 t
+15840 3665 A Very Vintage Christmas eng \N Snuggling up by the fireside with Toyah Willcox and Roy Wood for some Christmas chat and festive songs are pop rock act The Feeling and Imagination's Leee John. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2610609 t
+15840 3666 Radical Riffs eng \N There is no way to put into words the brilliance of these iconic riffs. Da-na-na-na-na-na-na-na. Can't you tell that's Guns N' Roses' Sweet Child O' Mine? Let's just let the guitar do the talking. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2610610 t
+8448 58710 Melissa & Joey eng A New Kind of Christmas Mel is excited to spend Christmas with her sister Meredith, who is on a home visit from prison, but Joe is not at all pleased to see their guest. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:30:00 \N \N \N S \N 2610611 t
+8448 58878 Prep & Landing eng \N Emmy award-winning animation Prep & Landing is the story of an elite unit of elves who ensure that every house around the world is ready for a visit from Santa Claus. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 09:30:00 2014-12-26 09:55:00 \N \N \N S \N 2610612 t
+8448 59163 Prep & Landing eng Naughty vs. Nice The animated adventures of Christmas elves Lanny and Wayne continue. The duo must recover classified North Pole technology that has fallen into the hands of a computer-hacking naughty kid. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 09:55:00 2014-12-26 10:25:00 \N \N \N S \N 2610613 t
+8448 58713 Father Christmas eng \N Classic animation based on Raymond Briggs's book. What does Father Christmas do with himself for the other 364 days of the year? Here's a chance to find out. Voiced by Mel Smith. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 10:25:00 2014-12-26 11:00:00 \N \N \N S \N 2610614 t
+8448 58714 The Snowman eng \N Raymond Briggs's classic animated tale of a little boy's snowman that comes to life and whisks him off to the North Pole for an adventure. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N AD,S \N 2610615 t
+8448 58715 The Snowman and the Snowdog eng \N Charming animated sequel to Raymond Briggs's classic The Snowman. When a young boy and his mother move house, he builds a Snowman and a Snowdog who magically come to life. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 \N \N \N AD,S \N 2610616 t
+41136 50397 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 13:10:00 2014-12-26 14:15:00 \N \N \N \N \N 2610617 t
+41136 50398 AMV Bike Cup eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 14:15:00 2014-12-26 14:45:00 \N \N \N \N \N 2610618 t
+41136 50399 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 14:45:00 2014-12-26 15:15:00 \N \N \N \N \N 2610619 t
+22592 17851 Extra Time on talkSPORT eng \N Bob Ballard hosts the fastest sports show on the dial featuring reaction to sport at home and abroad. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-26 01:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2610620 t
+8325 4717 Celebrity Juice eng \N Keith Lemon, Holly Willoughby and Fearne Cotton count down the most special bits of series eleven in a Celebrity Juice Special Special to reveal the number one most special moment. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:20:00 2014-12-26 01:20:00 \N \N \N S \N 2610621 t
+8325 5330 Two and a Half Men eng Young People Have Phlegm Too American sitcom. Charlie and Alan feel their age when they go to a new nightclub where they are seen as old. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:20:00 2014-12-26 01:45:00 \N \N \N S \N 2610622 t
+8325 5331 Two and a Half Men eng I Merely Slept with a Commie US sitcom. When Evelyn complains about a lack of mourners at a friend's funeral, Charlie and Alan are brutally honest about what hers could be like. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:45:00 2014-12-26 02:10:00 \N \N \N S \N 2610623 t
+8325 5332 Two and a Half Men eng Castrating Sheep in Montana American sitcom about a well-off bachelor. Berta discovers that Alan has been dating her daughter Naomi. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:10:00 2014-12-26 02:30:00 \N \N \N S \N 2610624 t
+8325 5333 Two and a Half Men eng Don't Worry, Speed Racer American sitcom about a well-off bachelor. When Jake reveals that he heard his mother having sex, it brings back a repressed memory for Charlie. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:30:00 2014-12-26 02:55:00 \N \N \N S \N 2610625 t
+8325 5334 Celebrity Juice Christmas Special eng \N Joining the panel for this Christmas special are Davina McCall, Louis Smith, Aston Merrygold, Stacey Solomon and Coronation Street favourite Simon Gregson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:55:00 2014-12-26 03:30:00 \N \N \N S \N 2610626 t
+14816 1010 1-2-1 Dating - AFTER DARK eng \N Can't get to sleep? Try 1-2-1 Dating's all new AFTER DARK section. For those seeking something a little extra-curricular or unusual. All for a special price of just 51p/minute \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2610627 t
+14608 32059 A Different Kind Of Christmas eng \N What is it like to grow up with a dad who believes he is Santa? Shelley Long is running for mayor with a dad who sets up his own 'dream world' once a year. Can she keep his identity a secret? \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 01:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2610628 t
+16016 7477 This Is ITV3+1 eng \N This Is ITV3+1. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 00:04:00 2014-12-25 18:00:00 \N \N \N \N \N 2610629 t
+8442 55935 Father Ted eng Going to America Ted accepts a job offer in America, with his very own parish in Beverly Hills. But with his ambition about to be realised, Ted's only problem is how to tell the others. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 00:40:00 2014-12-25 01:15:00 \N \N \N AD,S \N 2610630 t
+8442 55936 Big Fat Gypsy Weddings eng \N Seventeen-year-old Freda grew up with non-travellers. But now she's to be married, she's keen to return to her traveller roots. And Johnson gets into a fight in a night club in York. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 01:15:00 2014-12-25 02:20:00 \N \N \N AD,S \N 2610631 t
+8442 55937 Homeland eng About a Boy Carrie tries to earn the trust of a frightened asset. On his way out of town, Saul catches a break when he spots a familiar face. Quinn and Fara stake out a new suspect. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-25 02:20:00 2014-12-25 03:25:00 \N \N \N AD,S \N 2610632 t
+24448 64060 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2610633 t
+24448 64061 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2610634 t
+24448 64062 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2610635 t
+15456 25 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2610636 t
+14832 1370 Blue Gay Rabbit NOW Open 7nts! eng \N Gay Rabbit goes BLUE from 10pm and is NOW open and live-hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail. PIN protected \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2610637 t
+14832 1371 Blue Gay Rabbit NOW Open 7nts! eng \N Gay Rabbit goes BLUE from 10pm and is NOW open and live-hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail. PIN protected \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 02:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2610638 t
+8384 59101 Ice Age eng A Mammoth Christmas When Sid accidentally ruins one of Manny's Christmas traditions, he's told that he will be on Santa's naughty list. So he heads to the North Pole to plead his case directly to Santa Claus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 12:15:00 2014-12-25 12:45:00 \N \N \N S \N 2610639 t
+8384 58770 The Snowman eng \N Raymond Briggs's classic animated tale of a little boy's snowman that comes to life and whisks him off to the North Pole for an adventure. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 12:45:00 2014-12-25 13:20:00 \N \N \N AD,S \N 2610640 t
+8384 58771 The Snowman and the Snowdog eng \N Charming animated sequel to Raymond Briggs's classic The Snowman. When a young boy and his mother move house, he builds a Snowman and a Snowdog who magically come to life. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 13:20:00 2014-12-25 13:50:00 \N \N \N AD,S \N 2610641 t
+8384 58773 The Alternative Christmas Message eng \N Channel 4's alternative to the Queen's Christmas Day message. First airing in 1993, the Alternative Christmas Message has featured an illustrious and varied selection of presenters. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 13:50:00 2014-12-25 13:55:00 \N \N \N S \N 2610642 t
+8384 58775 Channel 4 News eng \N Includes sport and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 13:55:00 2014-12-25 14:05:00 \N \N \N S \N 2610643 t
+8384 58772 Scrooged eng \N Black comedy. Bill Murray stars in this take on Dickens' classic as a misanthropic TV executive whose life is turned around by three very different Christmas ghosts. With Carol Kane. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 14:05:00 2014-12-25 16:00:00 \N \N 1988 AD,S \N 2610644 t
+14800 1370 Blue Rabbit NOW Open 7nts! eng \N Rabbit goes BLUE from 10pm and is NOW open & Live hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2610645 t
+14800 1371 Blue Rabbit NOW Open 7nts! eng \N Rabbit goes BLUE from 10pm and is NOW open & Live hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 02:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2610646 t
+15312 25 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2610647 t
+15440 25 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2610648 t
+17664 59101 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 12:15:00 2014-12-25 12:45:00 \N \N \N \N \N 2610649 t
+17664 58770 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 12:45:00 2014-12-25 13:20:00 \N \N \N \N \N 2610650 t
+17664 58771 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 13:20:00 2014-12-25 13:50:00 \N \N \N \N \N 2610651 t
+17664 58773 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 13:50:00 2014-12-25 13:55:00 \N \N \N \N \N 2610652 t
+17664 58775 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 13:55:00 2014-12-25 14:05:00 \N \N \N \N \N 2610653 t
+17664 58772 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 14:05:00 2014-12-25 16:00:00 \N \N \N \N \N 2610654 t
+27648 4603 Total Fishing eng \N Matt and Mick cast into the past as they share their season's highlights, including pole fishing at Furnace Mill, catching conger eel in Devon and chasing mullet on the fly. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:30:00 \N \N \N \N \N 2610655 t
+27648 4604 Total Fishing eng \N Matt and Mick cast into the past as they share their season's highlights, including fishing for monster carp at the Monument fishery, and exotic species at Angler's Paradise. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 09:30:00 2014-12-26 10:00:00 \N \N \N \N \N 2610656 t
+27648 4605 Total Fishing with Matt Hayes eng \N Matt's delighted with a feast of chub in Stourport. Will another meet with fish chef Stephen Bulmer prove as satisfying? Plus, is chicken the best bait to hook tope in Ireland? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 10:30:00 \N \N \N \N \N 2610657 t
+27648 4606 Total Fishing with Matt Hayes eng \N Matt is on the River Severn fishing for barbel. Then he joins Jan Porter off the coast of Norway in search of cod. Plus, top tips on tackle and bait. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 10:30:00 2014-12-26 11:00:00 \N \N \N \N \N 2610658 t
+27648 4607 Wheeler Dealers eng Jensen Interceptor Mike wants a classic Jensen Interceptor. New, the car costs as much as a house, so if he does find one for 5000, Ed might struggle to make it roadworthy. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2610659 t
+22400 671 Babestation Xtra eng The place to find all your favourite sexy babes at once. Babestation gives you XXXtra! Plus don't forget to check out BSX from 11 30pm. Press red on Ch 174 to find out more! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 22:00:00 2014-12-27 05:00:00 \N \N \N \N \N 2610660 t
+22226 6428 3-2-1 eng \N The popular game show presented by Ted Rogers with mascot Dusty Bin adopts a Western theme. Contestants try to solve cryptic clues with the help of celebrity guests. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:15:00 \N \N \N S \N 2610661 t
+22226 6436 Wall Of Fame eng \N The light-hearted panel show continues to loosen laughs. Joining David Walliams and co this week are Strictly Come Dancing's Anton du Beke, and Professor Robert Winston. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 01:15:00 2014-12-25 01:45:00 7 8 \N S,AD \N 2610662 t
+22226 6760 Wall Of Fame eng \N Before stepping out of the spotlight, the cheeky panel show delivers one final fix of funny, featuring appearances from Stacey Solomon and comedienne Jessica Hynes. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 01:45:00 2014-12-25 02:15:00 8 8 \N S,AD \N 2610663 t
+22226 6771 Supermarket Sweep eng \N Dale Winton hosts this supermarket-based favourite. The next time you're at the checkout counter and you hear the beep... \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:15:00 2014-12-25 02:45:00 \N \N \N S \N 2610664 t
+22226 6775 Supermarket Sweep eng \N Dale Winton hosts this supermarket-based favourite. The next time you're at the checkout counter and you hear the beep... \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 02:45:00 2014-12-25 03:15:00 \N \N \N S \N 2610665 t
+17472 55679 eng \N \N \N \N \N \N \N \N eng 9 0 0 \N 2014-12-26 09:50:00 2014-12-26 10:40:00 \N \N \N \N \N 2610666 t
+17472 55680 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 10:40:00 2014-12-26 11:40:00 \N \N \N \N \N 2610667 t
+17472 55681 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 11:40:00 2014-12-26 13:15:00 \N \N \N \N \N 2610668 t
+15808 50393 AMV Bike Cup eng Some of the bravest riders on the planet tackle the ultimate two-wheeled challenge motorcycle racing on ice. Thrills and spills come as standard, naturally. Action from Alpe D'Huez. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:25:00 \N \N \N \N \N 2610669 t
+27456 45563 SophieCo eng \N Tune in for the interview show SophieCo with its charming host Sophie Shevardnadze and enjoy good talk. Solid facts, uncommon opinions, thoughtful observations. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N \N \N 2610670 t
+15808 50394 Trophe Andros eng \N Alpe D'Huez. Motor racing's favourite winter past time, the Andros Trophy, tests the skills of some of today's top circuit racers on the ice covered tracks of some of France's best known ski resorts. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 06:25:00 2014-12-26 07:20:00 \N \N \N \N \N 2610671 t
+15808 50395 ROC Nations Cup Replay eng \N All the action from the 2014 Race of Champions Nations Cup event which sees the biggest names in world motorsport competing for their home countries. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 07:20:00 2014-12-26 10:05:00 \N \N \N \N \N 2610672 t
+28096 60678 Mock the Week eng \N Fast-paced panel show that blends satire and stand-up, hosted by Dara O Briain. Hugh Dennis and Frankie Boyle are joined by Andy Parsons, Russell Howard, Ian Stone and Mark Watson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 03:15:00 2014-12-25 03:50:00 \N \N \N S \N 2610673 t
+28096 59488 Storage Hunters eng Door Number One Bargain-hunters are at loggerheads as they compete for storage units. A monster scares the bidders. Brandon and Lori hope to break records with some DJing gear. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 03:50:00 2014-12-25 04:15:00 \N \N \N S \N 2610674 t
+28096 59489 Suits eng Yesterday's Gone Classy courtroom drama. Mike confesses to Louis about his faked grades. When her ex-husband Quentin dies, Jessica clashes with his second wife Lisa \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 04:15:00 2014-12-25 05:00:00 12 \N \N AD,S 3 2610675 t
+28096 59798 Close eng \N Close. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 05:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2610676 t
+14544 162 Xpanded TV eng \N Cheap Chat Live! Call in now to chat to one of the fab Xpanded babes at great low rates. VIP callers jump the queue for faster connections! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2610677 t
+22272 65248 New Red Bull Soapbox Race eng Seattle New. Craft, creativity and crashes as the motorless mayhem continues! Crews of enterprising amateur racers steer their screwball soapboxes through the streets of Seattle. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2610678 t
+22272 65249 Storage Hunters eng Claws for Cash Bidding wars abound in this feisty US reality show about auctions. Scott goes all-out to win a bin, while Lori and Chrissy clash. Can't they all just get along? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N S \N 2610679 t
+22272 65250 Storage Hunters eng Truth or Dare Bargain Hunt meets Wacky Races in this unmistakably American reality series! T Money makes a shocking revelation. And watch out, there's some new kids in town... \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N S \N 2610680 t
+22272 65251 QI XL eng Kitchen Sink Victoria Wood, Richard Osman, Jason Manford and Alan Davies address everything in the kitchen but the sink, as Stephen Fry serves up a menu of culinary questions. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N S \N 2610681 t
+28416 20158 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-23 16:30:00 2014-12-23 21:30:00 \N \N \N \N \N 2610682 t
+4168 51820 EastEnders eng \N With secrets rife, the Carters are set to explode. The Beales do their best to enjoy Christmas despite their beloved Lucy not being there, but there is an eerie twist coming. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:05:00 \N \N \N AD,S \N 2610683 t
+4168 58351 Mrs Brown's Boys Christmas Special eng Mammy's Tickled Pink Festive edition of the sitcom. Winnie drops a Christmas bombshell. Maybe her unusual new Christmas tree will bring Agnes some festive cheer? Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 22:05:00 2014-12-25 22:40:00 1 2 \N AD,S \N 2610684 t
+4168 56122 Michael McIntyre's Very Christmassy Christmas Show eng \N Christmas comedy entertainment special hosted by stand-up comedian Michael McIntyre, featuring celebrity guests, audience games and live music. Also in HD. \N 2 25 f 3 eng eng 0 0 0 \N 2014-12-25 22:40:00 2014-12-25 23:40:00 \N \N \N S \N 2610685 t
+4168 51824 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. Followed by weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 23:40:00 2014-12-25 23:55:00 \N \N \N S \N 2610686 t
+4168 56123 On Christmas Night eng \N Adjoa Andoh reflects on the implications of this night for the mother of Jesus and introduces the throught-provoking song Mary, Did You Know?, performed by Tessera. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 23:55:00 2014-12-26 00:00:00 \N \N \N S \N 2610687 t
+28352 2472 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 \N \N \N \N \N 2610688 t
+28352 2473 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N \N \N 2610689 t
+28352 2474 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N \N \N 2610690 t
+28352 2475 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N \N \N 2610691 t
+28352 2476 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:40:00 \N \N \N \N \N 2610692 t
+28352 2477 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 20:40:00 2014-12-26 21:00:00 \N \N \N \N \N 2610693 t
+27456 45560 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 \N \N \N \N \N 2610694 t
+27456 45561 Breaking the Set eng A new show on the RT Network hosted by Abby Martin, 'Breaking the Set' seeks to smash through the Left/Right Paradigm set in the media and political establishment to find the middle ground the truth. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N \N \N 2610695 t
+27456 45565 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 20:30:00 2014-12-26 21:00:00 \N \N \N \N \N 2610696 t
+27744 42185 Star Trek - The Original Series eng \N The original series, digitally remastered as you've never seen it before. The one famous for the first TV interracial kiss, as the crew become playthings for a bunch of aliens./24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 10 \N \N \N 3 2610697 t
+27744 42186 Nash Bridges eng \N The high-action exploits of San Francisco police officer Nash Bridges. When Cassidy is shot by a stray bullet during school, Nash and Joe hunt down the gun dealer./18 \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 12 \N \N \N 2 2610698 t
+27744 42187 Star Trek eng The Next Generation The new U.S.S. Enterprise and its crew boldly go where no man has gone before. Data's first bad dream turns into a real-life nightmare for the rest of the Enterprise crew. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2610699 t
+26240 11759 Party Heat with Grant eng \N Grant kicks off the weekend on heat - Friday night is go! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 19:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2610700 t
+28512 723 The Evening Schmooze eng \N Time to unwind and chat about the day and meet new people. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2610701 t
+23184 17580 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:30:00 \N \N \N \N \N 2610702 t
+23184 17581 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-25 06:30:00 2014-12-25 07:00:00 \N \N \N \N \N 2610703 t
+23184 17582 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:30:00 \N \N \N \N \N 2610704 t
+23184 17583 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-25 07:30:00 2014-12-25 08:00:00 \N \N \N \N \N 2610705 t
+23184 17584 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 08:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2610706 t
+17609 20068 eng \N \N \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:15:00 2014-12-26 18:30:00 \N \N \N \N \N 2610707 t
+17609 19836 eng \N \N \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N \N \N 2610708 t
+17609 21163 eng \N \N \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2610709 t
+17609 20284 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2610710 t
+24128 743 Asian Connections eng \N Speak to our girls live in Thailand for flirty, chatty fun. 18+ Only \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 04:00:00 2014-12-25 05:00:00 \N \N \N \N \N 2610711 t
+24128 744 Programmes start at 4am eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 05:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2610712 t
+27360 18103 MotoGP - Grand Prix of Catalunya eng \N Action from the MotoGP of Catalunya from the Circuit de Barcelona-Catalunya. Jorge Lorenzo won here last year, but it is local hero Marc Marquez who has dominated this year's championship. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 02:00:00 2014-12-26 03:30:00 \N \N \N \N \N 2610713 t
+25664 55919 8 Out Of 10 Cats eng Xmas Special! Jimmy Carr oversees the disputes on the festive topics that set the Great British public's chins wagging. With Sean Lock, Jon Richardson, Sarah Millican, Stephen Mangan and Joe Wilkinson. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2610714 t
+25664 55920 8 Out of 10 Cats eng Xmas Special! The comedy panel show's cracking Christmas special, hosted by Jimmy Carr. Team captains Sean Lock and Jon Richardson are joined by Jedward, Micky Flanagan, Liza Tarbuck and Greg Davies. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2610715 t
+25664 55921 Atlantic Rim eng \N 4Music premiere. The disappearance of an oil rig off the US coast leads to the discovery of enormous reptilian creatures. Now the giants are coming ashore and causing havoc. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:45:00 \N \N 2013 \N \N 2610716 t
+24016 12920 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 04:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2610717 t
+24256 1038 Babestation Daytime eng \N Speak to stunning girls (18+) on your screen and take part in this leading interactive show. Babestation babes are waiting for you! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-25 05:30:00 2014-12-25 07:00:00 \N \N \N \N \N 2610718 t
+23296 5876 Something for Everyone eng \N Thousands of like-minded people are waiting for you now. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 04:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2610719 t
+23120 20488 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 03:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2610720 t
+23120 20506 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 04:00:00 2014-12-25 05:00:00 \N \N \N \N \N 2610721 t
+23120 20505 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 05:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2610722 t
+22624 40512 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-25 03:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2610723 t
+22624 40513 Insight Highlights eng \N RNIB's Insight Radio - Rounding up the major interviews and features from the Insight team with great music \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-25 04:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2610724 t
+23280 5881 60 Second Date eng \N The fastest way to find a date in the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 04:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2610725 t
+13024 51104 Peppa Pig eng Camping Animated series about a lovable little pig. Peppa and family go camping, but soon realise that their tent is too small for everyone to fit in. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 09:05:00 2014-12-26 09:15:00 \N \N \N S \N 2610726 t
+13024 51105 Peppa Pig eng Santa's Grotto Pig tales. Peppa and George pay a visit to Father Christmas. Peppa asks for a very special doll as a present, but will Santa be able to deliver it to her? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 09:15:00 2014-12-26 09:20:00 \N \N \N S \N 2610727 t
+13024 51106 Toby's Travelling Circus eng Silent Circus Animation. When Dolores has circus flu and takes an afternoon nap, Toby tells everyone to rehearse in silence. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 09:20:00 2014-12-26 09:30:00 \N \N \N S \N 2610728 t
+13024 51107 Bananas In Pyjamas eng Rat the Gardener Animated series. When Rat tells everyone that he can make their gardens look beautiful, it's soon clear that he's up to his old tricks again. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 09:30:00 2014-12-26 09:45:00 \N \N \N S \N 2610729 t
+13024 51108 Tickety Toc eng Christmas Present Time Animation. Tommy and Tallulah come up with a clever plan to save Christmas after Santa makes a crash landing in the town of Tickety. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 09:45:00 2014-12-26 10:05:00 \N \N \N S \N 2610730 t
+13024 51109 Peppa Pig eng Mummy Pig at Work Peppa and George love helping Mummy Pig work on her computer, but they prefer playing computer games. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 10:05:00 2014-12-26 10:10:00 \N \N \N S \N 2610731 t
+13024 51110 Wanda and The Alien eng A Star for Wanda Animated series about a little girl rabbit and her friend from another planet. Owl gets lost in the dark when Alien uses his magic to help Wanda to catch stars. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 10:10:00 2014-12-26 10:25:00 \N \N \N S \N 2610732 t
+13024 51111 Bert and Ernie eng Heroes Bert and Ernie, posing as Super Pigeon and Rubber Ducky Man, must use their wings of steel and stretchy limbs to thwart the evil Mad Pancake, who has stolen their porridge. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-26 10:25:00 2014-12-26 10:35:00 \N \N \N S \N 2610733 t
+13024 51112 Mr Men eng Full Moon Mr Bump's search for a giant owl results in yet more accidents, while Little Miss Calamity manages to trap a ghost. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 10:35:00 2014-12-26 10:55:00 \N \N \N S \N 2610734 t
+13024 51113 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 10:55:00 2014-12-26 11:05:00 \N \N \N \N \N 2610735 t
+13024 51114 Carry On Constable eng \N Kicking off our best of British comedy day is an early Carry On farce starring Sid James and Eric Barker. A police station is hit by flu, and replacements do a pigs ear of covering the sick! (1... \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 11:05:00 2014-12-26 12:45:00 \N \N \N S \N 2610736 t
+16208 37017 Barbara Taylor Bradford's A Woman of Substance eng \N Concluding instalment of the classic miniseries. After her husband's death, Emma falls in love with an Australian soldier. Meanwhile, the Harte empire continues to expand. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-25 00:00:00 2014-12-25 02:00:00 \N \N \N S \N 2610737 t
+16208 37019 Wish Me Luck eng \N Liz is back in France with Kit, but they are yet to discover that it was Claudine who betrayed Matty - who is now in the hands of the Gestapo. Warren Clarke stars in this 80s drama. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-25 02:00:00 2014-12-25 03:00:00 \N \N \N S \N 2610738 t
+33088 18070 Accessories by Kipling eng \N Showcasing the fashionable and classic bags created by this international brand, including handbags, rucksacks, travel bags and weekend away bags. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-21 22:00:00 2014-12-21 23:00:00 \N \N \N \N \N 2610739 t
+14720 23121 Mark Wright's Party Classic's eng \N Mark Wright plays some great festive floorfillers. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2610740 t
+14372 8061 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2610741 t
+14372 8062 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2610742 t
+14372 8063 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2610743 t
+24464 50396 Race of Champions Replay eng \N The very best action from the 2014 Race of Champions. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 10:05:00 2014-12-26 13:10:00 \N \N \N \N \N 2610744 t
+8267 50121 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 03:40:00 2014-12-20 06:00:00 \N \N \N \N \N 2610745 t
+8283 50109 Birds of a Feather eng Birds on a Plane Essex-based sitcom about sisters Tracey and Sharon. Dorien is treating Sharon and Tracey to a Christmas trip to the Canaries, but will it be plane sailing? \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N AD,S \N 2610746 t
+8283 17168 Through the Christmas Keyhole eng \N A festive Keith Lemon presents a seasonal edition of the show snooping around more homes of mystery celebrities. The studio panel are Jonathan Ross, Louis Walsh and Kym Marsh. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:30:00 \N \N \N S \N 2610747 t
+8283 28106 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 22:30:00 2014-12-26 22:45:00 \N \N \N S \N 2610748 t
+8283 26001 Out of Sight eng \N Comic crime caper starring George Clooney and Jennifer Lopez, 1998. After escaping from prison, a charming bank robber falls in love with the federal marshal he takes hostage \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 22:45:00 2014-12-27 00:50:00 \N \N \N AD,S \N 2610749 t
+16048 27885 Lewis eng Counter Culture Blues When Lewis and Hathaway investigate a murder in town, forensic evidence leads them to suspect there is a connection with the reforming of an old rock band. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 20:00:00 2014-12-26 22:00:00 \N \N \N AD,S \N 2610750 t
+14784 2890 Christmas Wiped out your Finances? eng Check out our BARGAINS OF THE DAY page! All 7nt deals in January 3*BB L'rote £149! 4*HB Malta £269! 3*AI Algarve £129! 3*BB T'rife £139! 3*SC G.Canaria £159! FAB offers, MAD £££ \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 16:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2610751 t
+28032 28081 Hornblower eng Loyalty Drama series about C S Forester's famous seafaring hero. Hornblower is reduced to the rank of lieutenant as a result of the 1803 peace treaty with France. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-25 09:00:00 2014-12-25 11:00:00 \N \N \N S \N 2610752 t
+28032 18690 Pawn Stars eng Secret Santa Series following pawn shop owners in Las Vegas. Christmas at the shop brings festive good cheer, alleged revolutionary war currency and a battle axe. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:30:00 \N \N \N S \N 2610753 t
+28032 28082 Pawn Stars eng A Christmas Special The pawn stars reflect on the wise buys and white elephants of their year, discovering what became of the most memorable pieces that passed through their hands. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 11:30:00 2014-12-25 11:55:00 \N \N \N S \N 2610754 t
+28032 28083 The Far Country eng \N Classic western starring James Stewart and Ruth Roman, 1955. A cowboy's dreams of peace and prosperity in the Canadian gold towns are shattered by a corrupt sheriff \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 11:55:00 2014-12-25 13:55:00 \N \N \N S \N 2610755 t
+8452 58765 Father Christmas eng \N Classic animation based on Raymond Briggs's book. What does Father Christmas do with himself for the other 364 days of the year? Here's a chance to find out. Voiced by Mel Smith. \N 0 25 f 3 eng eng 5 0 0 \N 2014-12-25 09:20:00 2014-12-25 09:55:00 \N \N \N S \N 2610756 t
+8452 58769 Animals United eng \N Children's animated adventure. A drought in Africa prompts a meerkat and a lion to join forces with animals from around the world to find water and seek environmental justice. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 09:55:00 2014-12-25 11:45:00 \N \N 2010 S \N 2610757 t
+8452 58766 The Simpsons eng Miracle on Evergreen Terrace When Bart destroys the family's Christmas tree and presents, his lies about a burglar stealing them spiral out of control... \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 11:45:00 2014-12-25 12:15:00 \N \N \N AD,S \N 2610758 t
+8264 50109 Birds of a Feather eng Birds on a Plane Essex-based sitcom about sisters Tracey and Sharon. Dorien is treating Sharon and Tracey to a Christmas trip to the Canaries, but will it be plane sailing? \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N AD,S \N 2610759 t
+8264 17168 Through the Christmas Keyhole eng \N A festive Keith Lemon presents a seasonal edition of the show snooping around more homes of mystery celebrities. The studio panel are Jonathan Ross, Louis Walsh and Kym Marsh. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:30:00 \N \N \N S \N 2610760 t
+8264 28106 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 22:30:00 2014-12-26 22:45:00 \N \N \N S \N 2610761 t
+8264 26001 Out of Sight eng \N Comic crime caper starring George Clooney and Jennifer Lopez, 1998. After escaping from prison, a charming bank robber falls in love with the federal marshal he takes hostage \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 22:45:00 2014-12-27 00:50:00 \N \N \N AD,S \N 2610762 t
+22208 1736 Bait eng \N A freak tsunami flips the food chain when shoppers are left trapped in a supermarket with a 12-foot Great White Shark. Contains strong language/violence/flashing images. (93 mins) \N 2 25 f 5 eng eng 1 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:45:00 \N \N 2012 S \N 2610763 t
+22208 1737 Road Wars Xmas Special eng \N Thames Valley police provide more remarkable footage of vehicle theft, high-speed chases and dangerous driving in this seasonal special. Strong language. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 22:45:00 2014-12-25 23:45:00 \N \N \N S \N 2610764 t
+22208 1887 Most Shocking eng Wild Assaults Fast-paced clip show focusing on challenges the police have to face. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 23:45:00 2014-12-26 00:45:00 \N \N \N S \N 2610765 t
+33088 17824 HairMax - Hair Growth Laser Comb eng \N This show features the HairMax LaserComb, a device that stimulates new hair growth by gently bathing your hair follicles with nourishing laser light to promote new hair growth. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2610766 t
+33088 17825 Northern Nights eng \N Create a haven of relaxation in your bedroom with QVC's range of luxury bedding, made from soft, high-quality materials. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2610767 t
+8281 50109 Birds of a Feather eng Birds on a Plane Essex-based sitcom about sisters Tracey and Sharon. Dorien is treating Sharon and Tracey to a Christmas trip to the Canaries, but will it be plane sailing? \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N AD,S \N 2610769 t
+8281 17168 Through the Christmas Keyhole eng \N A festive Keith Lemon presents a seasonal edition of the show snooping around more homes of mystery celebrities. The studio panel are Jonathan Ross, Louis Walsh and Kym Marsh. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:30:00 \N \N \N S \N 2610770 t
+8281 28106 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 22:30:00 2014-12-26 22:45:00 \N \N \N S \N 2610771 t
+8281 26001 Out of Sight eng \N Comic crime caper starring George Clooney and Jennifer Lopez, 1998. After escaping from prison, a charming bank robber falls in love with the federal marshal he takes hostage \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 22:45:00 2014-12-27 00:50:00 \N \N \N AD,S \N 2610772 t
+41008 58765 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 09:20:00 2014-12-25 09:55:00 \N \N \N \N \N 2610773 t
+41008 58769 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 09:55:00 2014-12-25 11:45:00 \N \N \N \N \N 2610774 t
+41008 58766 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 11:45:00 2014-12-25 12:15:00 \N \N \N \N \N 2610775 t
+27712 22109 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:30:00 \N \N \N \N \N 2610776 t
+22080 945 Sky News eng \N All the news, sport and weather in 20 minutes, every 20 minutes. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 00:00:00 2014-12-20 00:30:00 \N \N \N \N \N 2610777 t
+22080 946 Sky News eng \N All the news, sport and weather in 20 minutes, every 20 minutes. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 00:30:00 2014-12-20 01:00:00 \N \N \N \N \N 2610778 t
+22080 947 Sky News eng \N Sky News brings you the latest home and international news, financial updates, top sporting headlines and weather summaries. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 01:00:00 2014-12-20 01:30:00 \N \N \N \N \N 2610779 t
+22080 948 Sky News eng \N Sky News brings you the latest home and international news, financial updates, top sporting headlines and weather summaries. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 01:30:00 2014-12-20 02:00:00 \N \N \N \N \N 2610780 t
+22080 949 Sky News eng \N Sky News brings you the latest home and international news, financial updates, top sporting headlines and weather summaries. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 02:00:00 2014-12-20 02:30:00 \N \N \N \N \N 2610781 t
+22080 950 Sky News eng \N Sky News brings you the latest home and international news, financial updates, top sporting headlines and weather summaries. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 02:30:00 2014-12-20 03:00:00 \N \N \N \N \N 2610782 t
+8281 50121 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 03:40:00 2014-12-20 06:00:00 \N \N \N \N \N 2610783 t
+15856 3576 I Wanna Marry 'Harry' eng Spotted by the 'Paparazzi' Dating show. Promotional model Kimberly's perfect date with 'Sir' is interrupted by an authentic-seeming intrusion from a gaggle of stalking paparazzi. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N S \N 2610784 t
+15856 3577 Jerseylicious eng Jersey Style Invasion Reality series about a beauty salon in New Jersey. After a multi-million dollar renovation, the Gatsby Salon seeks to bring in a new staff and new business. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2610785 t
+15856 3578 Jerseylicious eng Pain Is Beauty Reality series about a New Jersey beauty salon. The stylists are settling into their new home at the Gatsby and a clash of big personalities is leading to tension. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2610786 t
+27712 22107 Witness eng \N Six year old Tobias battles cancer with the help of Angus the clown. An emotionally powerful film where laughter really is one of the best medicines. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2610787 t
+27712 22108 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2610788 t
+27712 22110 The Stream eng On The Stream Should Muslims be expected to speak up against ISIL? \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-25 14:30:00 2014-12-25 15:00:00 \N \N \N \N \N 2610789 t
+22336 58711 Rude(ish) Tube eng \N Rude Tube's naughty little sister discovers some slightly less rude (but still daft) online videos, including a monkey buying himself a drink, Fenton chasing deer and some very odd beards. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:25:00 \N \N \N S \N 2610790 t
+22336 58712 Rude(ish) Tube eng \N Rude Tube's naughty little sister locates some slightly less rude online videos, including an 80s dating video montage, a man with glasses tattooed on his face and some dogs with socks. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 07:25:00 2014-12-26 07:45:00 \N \N \N S \N 2610791 t
+22336 59164 Prep & Landing eng \N Emmy award-winning animation Prep & Landing is the story of an elite unit of elves who ensure that every house around the world is ready for a visit from Santa Claus. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 07:45:00 2014-12-26 08:05:00 \N \N \N S,SL \N 2610792 t
+22336 58740 Suburgatory eng The Nutcracker As Christmas approaches, George breaks up with his New York girlfriend Zoe, but Tessa blames herself for the demise of the relationship and plots to revive it. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 08:05:00 2014-12-26 08:30:00 \N \N \N AD,S \N 2610793 t
+22336 59302 Suburgatory eng Krampus George arranges a Christmas trip to New York for Tessa and her mother. Ryan is distressed when he finds out that he's adopted. Dalia begs Carmen to come home. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N AD,S \N 2610794 t
+8381 15587 Off Their Rockers eng \N Comedy series featuring fearless senior citizens. Velma gets racy in a photo booth, Seb needs a fright to get rid of his hiccups and Rosemary eats some funny tasting biscuits. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 16:45:00 2014-12-26 17:15:00 \N \N \N S \N 2610795 t
+8381 15017 Downton Abbey eng \N Feature-length special of the period drama. It is the autumn of 1924 and Lord Sinderby has rented Brancaster Castle in Northumberland for the grouse shooting season. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 17:15:00 2014-12-26 19:15:00 \N \N \N AD,S \N 2610796 t
+14448 27373 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 12:20:00 2014-12-26 12:45:00 \N \N \N \N \N 2610797 t
+14448 27374 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 12:45:00 2014-12-26 13:10:00 \N \N \N \N \N 2610798 t
+14448 27375 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 13:10:00 2014-12-26 13:35:00 \N \N \N \N \N 2610799 t
+14448 27376 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 13:35:00 2014-12-26 14:00:00 \N \N \N \N \N 2610800 t
+14448 27377 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:25:00 \N \N \N \N \N 2610801 t
+4168 51829 Skiing Weatherview eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 04:05:00 2014-12-26 04:10:00 \N \N \N S \N 2611050 t
+14448 27378 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 14:25:00 2014-12-26 14:50:00 \N \N \N \N \N 2610802 t
+14448 27379 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 14:50:00 2014-12-26 15:15:00 \N \N \N \N \N 2610803 t
+24384 16023 Embellishment Attic Sale eng \N Don't miss great sale prices bought to you from Embellishment Attic. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 07:00:00 2014-12-24 08:00:00 \N \N \N \N \N 2610804 t
+24448 64064 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2610805 t
+15840 3667 Rock Royalty eng \N New! We are bowing to those iconic artists who have been crowned all-time ultimate rockers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2610806 t
+15840 3668 Amp It Up! eng \N Turn the amp up to 11 for this collection of hard rock favourites. We've got masters of rock The Who, Led Zeppelin, Deep Purple and Def Leppard to thank for ruining our ear drums. Ear plugs next time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2610807 t
+15840 3669 The Sound of Santa eng \N New! Christmas is a-coming as we deliver you the father of all festive selections. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2610808 t
+8448 58879 Aliens in the Attic eng \N Sci-fi comedy-adventure. A group of children find four small aliens at their remote holiday cottage. But the invaders plan to conquer Earth, and only the kids can stop them... \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:45:00 \N \N 2009 S \N 2610809 t
+8448 58880 Rude(ish) Tube Shorts eng \N A short, cheeky clip from Rude Tube's naughty little sister Rude(ish) Tube, featuring school, a spelling bee and ninjas. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 13:45:00 2014-12-26 14:00:00 \N \N \N S \N 2610810 t
+24448 64065 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2610811 t
+8448 59168 Tooth Fairy eng \N Family fantasy comedy. Dwayne Johnson stars as a tough ice hockey player who is transformed into a real-life fairy as punishment for telling a child that tooth fairies don't exist. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-26 14:00:00 2014-12-26 16:05:00 \N \N 2010 S \N 2610812 t
+41136 50400 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 15:15:00 2014-12-26 15:45:00 \N \N \N \N \N 2610813 t
+41136 50401 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 15:45:00 2014-12-26 16:50:00 \N \N \N \N \N 2610814 t
+41136 50402 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 16:50:00 2014-12-26 17:50:00 \N \N \N \N \N 2610815 t
+41136 50403 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 17:50:00 2014-12-26 18:55:00 \N \N \N \N \N 2610816 t
+8325 2740 Tricked eng \N Hidden camera magic show. Ben makes Tinchy Stryder think he has blown up a very expensive motorbike, while Natalie Anderson from Emmerdale tricks her co-star Matthew Wolfenden. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 03:30:00 2014-12-26 04:15:00 \N \N \N S \N 2610817 t
+8325 2708 Educating Joey Essex eng \N Phillip Schofield narrates as the endearingly naive reality star Joey Essex heads out of his comfort zone and into the wilds of South Africa's world-famous Kruger National Park. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 04:15:00 2014-12-26 05:05:00 \N \N \N S \N 2610818 t
+8325 2840 Totally Bonkers Guinness World Records eng \N Matt Edmondson presents more unique Guinness World Records, including the highest altitude balloon walk at 21,000 ft, and the most people crammed in a Smart Car. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 05:05:00 2014-12-26 05:30:00 \N \N \N S \N 2610819 t
+8325 58692 Bonkers Guinness World Records eng \N Matt Edmondson writes and narrates the series about the most entertaining Guinness World Records and the characters who set them, as captured by TV shows around the globe. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 05:30:00 2014-12-26 05:55:00 \N \N \N S \N 2610820 t
+8325 2712 ITV2 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 05:55:00 2014-12-26 06:00:00 \N \N \N \N \N 2610821 t
+14816 1011 1-2-1 Dating - Hot COUPLES eng \N 1-2-1 Dating's all new Couples section is for those seeking something a little extra... Or maybe TWO extras! Check it out. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 04:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2610822 t
+14608 32060 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 03:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2610823 t
+8274 50121 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 03:40:00 2014-12-20 06:00:00 \N \N \N \N \N 2610824 t
+8442 56260 Jamie's Family Christmas eng \N Jamie Oliver's guide to a stress-free family Christmas continues with the lowdown on brunches, lunches, snacks and special bits and pieces. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-25 03:25:00 2014-12-25 03:55:00 \N \N \N S \N 2610825 t
+8442 60716 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 03:55:00 2014-12-25 06:00:00 \N \N \N \N \N 2610826 t
+28160 15887 Night Light eng \N Michael Cleere rounds off your day with music, reflection and your contributions. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N \N \N 2610827 t
+28160 15888 Let the Bible Speak eng \N Dr. Patrick Baker with Bible teaching from South Grove Free Presbyterian Church \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:15:00 \N \N \N \N \N 2610828 t
+28160 15889 Hope in the Night eng \N Ben Vane has the best worship music to take you through the night. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 01:15:00 2014-12-25 04:00:00 \N \N \N \N \N 2610829 t
+24448 64063 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2610830 t
+14832 1372 Gay Rabbit Chat & Date Now Open at 7 eng \N Bounce into TVs warmest, SUNNIEST interactive gay community & make new friends, chat or flirt! Introduce a friend to Gay Rabbit and BOTH of you earn free credits! Now open from 7am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 04:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2610831 t
+8384 59102 Big eng \N Comedy-drama. After young Josh Baskin (David Moscow) asks a mechanical fortune teller to make him grow up, he wakes the next day as an adult (Tom Hanks). \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 16:00:00 2014-12-25 18:00:00 \N \N 1988 AD,S \N 2610832 t
+14800 1372 Rabbit Chat & Date Now Open at 7am eng \N Bounce into TVs warmest, SUNNIEST interactive community and make new friends, date, flirt or chat! Introduce a friend to Rabbit and BOTH of you earn free credits! Now open from 7am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 04:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2610833 t
+17664 59102 Big eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 16:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2610834 t
+27648 4608 Wheeler Dealers eng Ford Sierra Cosworth Mike's after a Ford Sierra Cosworth, which looks like a family vehicle and runs like a race car. But with only 5000 to spend, is his plan about to stall? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2610835 t
+27648 4609 Wheeler Dealers eng VW T2 Panel Van Mike hunts out a classic camper but impossibly high prices force him to settle for a less popular panel model. Can Edd realise the ambitious plans for its upgrade? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2610836 t
+27648 4610 Wheeler Dealers eng BMW 840 It sounds like the ultimate '90s supercar bargain and Mike couldn't be more pleased with his V8, but when Edd sees the state of it, he doesn't feel as enthusiastic. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2610837 t
+22784 798 Justin on Kisstory eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 13:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2611216 t
+22226 6784 Crystal Maze Xmas Specials eng \N Game show in which a team of contestants tackle a series of ingenious games and fiendish challenges in a giant fantasy world, with the aim of collecting as many crystals as possible. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 03:15:00 2014-12-25 04:10:00 \N \N \N S \N 2610838 t
+22226 6787 Bill Bailey's Birdwatching Bonanza eng \N Take flight with this fascinating series. Hosted by Bill Bailey, birdwatching shakes off its anorak image as celebrities go head-to-head in testing twitching tasks. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 04:10:00 2014-12-25 05:05:00 1 6 \N S,AD \N 2610839 t
+22226 6806 Whittle eng \N Comedian Tim Vine hosts the quiz show that whittles down 100 players to a single winner through a series of multiple-choice general knowledge questions. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-25 05:05:00 2014-12-25 05:30:00 \N \N \N S,AD \N 2610840 t
+22226 6808 Whittle eng \N Comedian Tim Vine hosts the quiz show that whittles down 100 players to a single winner through a series of multiple-choice general knowledge questions. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N S,AD \N 2610841 t
+17472 55682 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 13:15:00 2014-12-26 13:50:00 \N \N \N \N \N 2610842 t
+17472 55683 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 13:50:00 2014-12-26 15:30:00 \N \N \N \N \N 2610843 t
+26368 6021 Breakfast with Eamonn Kelly eng \N Merry Christmas! Join Eamonn Kelly for breakfast from 6.00am \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 06:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2610844 t
+15808 50396 Race of Champions Replay eng \N The very best action from the 2014 Race of Champions. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 10:05:00 2014-12-26 13:10:00 \N \N \N \N \N 2610845 t
+22752 1127 Kiss Fresh with Alex eng \N Alex with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 15:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2610846 t
+22720 1370 Rickie, Melvin & Charlie in the Morning eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2610847 t
+28096 60687 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:05:00 \N \N \N \N \N 2610848 t
+28096 59492 Red Bull X-Fighters 2014 eng \N The elite FMX series where 'pulling a wheelie' simply won't do. This amazing track in Munich is set on a lake, so the riders will have to take care to avoid an early bath! \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 08:05:00 2014-12-25 08:55:00 \N \N \N \N \N 2610849 t
+28096 59493 The World of Stupid Criminals eng \N Comic Chris Rowe trawls police archives and amateur videos for clips of incredibly idiotic acts carried out by clumsy crooks. Here Chris guides us through a lifetime of crime. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 08:55:00 2014-12-25 09:20:00 \N \N \N \N \N 2610850 t
+14544 163 FlirtXchange eng \N Live Flirt Chat! The FlirtXchange chat hosts are out to play! Call now to join the fun, or message them anytime from the FlirtXchange mobile apps! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2610851 t
+22272 65252 Room 101 eng \N Fat darts players, ladies' toilets and dancing are among the bizarre bugbears suggested to host Frank Skinner by guests Craig Revel Horwood, Sheila Hancock and Jon Richardson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:40:00 \N \N \N S \N 2610852 t
+22272 65253 Room 101 eng \N Deer, seagulls and metrosexuality. All annoyances Clive Anderson, Alex Jones and Jack Whitehall could well do without. But only Frank Skinner has the power to banish them for good! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 21:40:00 2014-12-26 22:20:00 \N \N \N S \N 2610853 t
+22272 65254 Room 101 eng \N The ever-witty panel show. Frank Skinner challenges Cilla Black, Hugh Dennis and Mel Giedroyc to argue the case for ridding the world of knickers, rhubarb and vending machines. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 22:20:00 2014-12-26 23:00:00 \N \N \N S \N 2610854 t
+22272 65255 Dave Gorman Modern Life is Goodish eng I Would Drink That Bathwater Dave G devilishly dissects modern life as he judges the worth of online petitions and reveals how he beat Alex Reid - not at cage fighting, obviously. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N S \N 2610855 t
+4168 58469 Not Going Out Christmas Special eng The House Sitcom. Lee invites Lucy's parents and Daisy to join them in an old country house for Christmas. However, there is a spooky presence. Contains adult humour. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:45:00 \N \N \N S \N 2610856 t
+4168 56519 Would I Lie to You? eng \N Rob Brydon hosts a festive edition of the panel show. David Mitchell is joined by Ray Winstone and Josh Widdicombe, while Lee Mack is joined by Rachel Riley and Ricky Tomlinson. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:45:00 2014-12-26 01:15:00 8 9 \N S \N 2610857 t
+4168 56520 George Michael at the Palais Garnier, Paris eng \N George Michael introduces his unique live solo performance at the historic Palais Garnier Opera House in Paris, recorded in 2012 for his live album Symphonica. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:15:00 2014-12-26 02:15:00 \N \N \N S \N 2610858 t
+4168 57717 The Heartbreak Kid eng \N A bachelor (Ben Stiller) rushes into marrying a seemingly perfect woman, only to discover he's made the worst decision of his life. Contains very strong language and some sexual content. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 02:15:00 2014-12-26 04:05:00 \N \N 2007 S \N 2610859 t
+28352 2478 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:40:00 \N \N \N \N \N 2610860 t
+28352 2479 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 21:40:00 2014-12-26 22:00:00 \N \N \N \N \N 2610861 t
+28352 2480 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 22:00:00 2014-12-26 22:30:00 \N \N \N \N \N 2610862 t
+28352 2481 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 22:30:00 2014-12-26 23:00:00 \N \N \N \N \N 2610863 t
+28352 2482 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 23:00:00 2014-12-26 23:30:00 \N \N \N \N \N 2610864 t
+28352 2483 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 23:30:00 2014-12-27 00:00:00 \N \N \N \N \N 2610865 t
+27456 45566 News UK eng \N Latest news update from London \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N \N \N 2610866 t
+27456 45567 Politicking with Larry King eng \N Legendary host Larry King and OraTV bring 'Politicking', their new political show. World leaders and policy makers will be regular guests of the interviewer whose deep knowledge have made him an icon. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:00:00 \N \N \N \N \N 2610867 t
+27456 45568 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 22:00:00 2014-12-26 22:30:00 \N \N \N \N \N 2610868 t
+27456 45569 RT Documentaries eng \N Featuring different aspects of life, ranging from news-related events and politics to historical heritage, culture, traditions, cuisine, wildlife, travel. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 22:30:00 2014-12-26 23:00:00 \N \N \N \N \N 2610869 t
+27456 45570 Headline News eng \N Latest news update. For more information go to www.rt.com \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 23:00:00 2014-12-26 23:30:00 \N \N \N \N \N 2610870 t
+27456 45571 Cross Talk eng \N This TV debate club presents hot-topic discussions on politics, business, newsmakers, global trends, present-day conflicts, dangers and challenges of the modern world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 23:30:00 2014-12-27 00:00:00 \N \N \N \N \N 2610871 t
+27744 42188 Flashpoint eng \N Action-packed drama following the lives of Strategic Response Unit cops. A company CEO is taken hostage, while the team search for a replacement for the injured Jules. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2610872 t
+27744 42443 S.O.F. - Special Ops Force eng \N An elite crime fighting group combines non-lethal weaponry and special operations capabilities which enable them to go places and perform tasks above and beyond ordinary law enforcement. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2610873 t
+23280 5887 60 Second Date eng \N The fastest way to find a date in the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 16:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2611381 t
+27744 42190 Star Trek - The Original Series eng \N The original series, digitally remastered as you've never seen it before. The one famous for the first TV interracial kiss, as the crew become playthings for a bunch of aliens./24 \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:05:00 10 \N \N \N 3 2610874 t
+26240 11760 Party Heat eng \N Non-stop party tunes - heat radio has your weekend soundtrack! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 22:00:00 2014-12-27 01:00:00 \N \N \N \N \N 2610875 t
+27904 2194 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 23:00:00 2014-12-26 23:30:00 \N \N \N \N \N 2610876 t
+27904 2195 BSX eng From 11 30pm tonight see the BSX babes in action. Press red to find out more. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 23:30:00 2014-12-27 00:00:00 \N \N \N \N \N 2610877 t
+28512 724 Midnight Mischief eng \N It's dark outside and its time to get flirty. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 22:00:00 2014-12-27 02:00:00 \N \N \N \N \N 2610878 t
+41104 20026 eng \N \N \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 21:00:00 2014-12-27 01:00:00 \N \N \N \N \N 2610879 t
+23184 17909 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N \N \N 2610880 t
+23184 17910 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N \N \N 2610881 t
+23184 17587 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-25 10:00:00 2014-12-25 10:30:00 \N \N \N \N \N 2610882 t
+23184 17588 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-25 10:30:00 2014-12-25 11:00:00 \N \N \N \N \N 2610883 t
+23184 17911 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2610884 t
+17609 21156 eng \N \N \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N \N \N 2610885 t
+17609 20285 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:30:00 \N \N \N \N \N 2610886 t
+17609 20418 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 22:30:00 2014-12-26 22:45:00 \N \N \N \N \N 2610887 t
+17609 19840 eng \N \N \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 22:45:00 2014-12-27 00:50:00 \N \N \N \N \N 2610888 t
+22688 1116 Richard Allinson eng \N Listen to Richard Allinson weekdays from 6am - 10am. Feel good music, travel every 15 minutes and the latest news & weather \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 07:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2610889 t
+27360 18104 MotoGP - Grand Prix of Assen eng \N Action from the MotoGP race from the TT Circuit Assen. Marc Marquez leads this year's series, but it was Valentino Rossi who won this GP for a record sixth time last year. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 03:30:00 2014-12-26 05:00:00 \N \N \N \N \N 2610890 t
+27360 18272 Road to Rio eng \N As the athletes prepare for their defining moment in 2016, BT Sport follows their journey on the road to Rio. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 05:00:00 2014-12-26 05:30:00 \N \N \N \N \N 2610891 t
+27360 18273 World Wide Sports eng \N Travelling the globe to delve into the magical world of sport with its drama, passion and dedication, we meet the individuals who strive to be the best. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2610892 t
+24016 12921 Archer of Fire eng \N Robin Hood robs from the rich to give to the poor - Italian-style! \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 06:00:00 2014-12-25 08:05:00 \N \N 1971 \N \N 2610893 t
+24016 12922 What A Carve Up! eng \N A wealthy recluse dies, leaving a fortune to his greedy relatives. But who keeps murdering them? Hilarious comedy farce from the Carry On team. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 08:05:00 2014-12-25 09:55:00 \N \N 1962 \N \N 2610894 t
+24256 1039 Programmes start at midnight eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 07:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2610895 t
+14688 11638 Classic Rock's Christmas Party eng \N Whether you've over-indulged and can't be bothered to leave the sofa or if you're having a Christmas night party, let Leona blow away the cobwebs with the biggest songs from Absolu \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 18:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2610896 t
+23296 5877 Gay Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 06:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2610897 t
+23296 5878 Rainbow Nation eng \N LGBT - No limits dating. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 08:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2610898 t
+22784 796 Kisstory Breakfast with Michael eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2610899 t
+24352 31264 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2610900 t
+24352 31263 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 07:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2610901 t
+23120 20523 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2610902 t
+23120 20516 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 07:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2610903 t
+23120 20510 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 08:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2610904 t
+23904 790 Programmes start at 5am eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 06:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2610905 t
+22624 40514 Early Edition eng \N RNIB's Insight Radio - Steven Scott and the team make today's newspapers accessible to blind and partially sighted people \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-25 07:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2610906 t
+23280 5882 Your Perfect Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 06:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2610907 t
+23280 5883 Flirt With Me eng \N Flirt and meet with Kiss Me TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 08:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2610908 t
+13024 51115 Carry On Teacher eng \N Next on our best of British comedy day is a classic starring Ted Ray and Hattie Jacques. A class do their best to turn a visit from the school inspectors into a nightmare for their headmaster. ... \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 12:45:00 2014-12-26 14:30:00 \N \N \N S \N 2610909 t
+13024 51116 Carry On Nurse eng \N Best of British comedy continues with this bawdy classic starring Kenneth Williams. Hospital hijinks as medical staff take on a ward of troublesome male patients in a power struggle. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 14:30:00 2014-12-26 16:15:00 \N \N 1959 S \N 2610910 t
+8264 50121 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 03:40:00 2014-12-20 06:00:00 \N \N \N \N \N 2610911 t
+16208 38385 Barbara Taylor Bradford's Hold the Dream eng \N Engrossing sequel to A Woman of Substance. Paula and Shane declare their love for each other. Emily and Winston wed, while Anthony and Sally plan their own nuptials. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:50:00 \N \N \N \N \N 2610912 t
+17664 58788 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 07:25:00 2014-12-26 07:55:00 \N \N \N \N \N 2611616 t
+16208 38386 Barbara Taylor Bradford's Hold the Dream eng \N Dramatic final episode of the classic 80s serial. Paula tries to bury herself in her work. The reading of Emma's will causes uproar and some of her family are left disappointed. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-25 03:50:00 2014-12-25 04:35:00 \N \N \N \N \N 2610913 t
+16208 38387 A Garden for All Seasons eng Forest Hill An all-year-round guide to great gardening from Anne-Marie Powell and Charlie Dimmock. Anne-Marie visits Jackie McLaren's French-style cottage garden in Forest Hill. \N 0 25 f 64 eng eng 10 0 0 \N 2014-12-25 04:35:00 2014-12-25 05:00:00 \N \N \N AD,S \N 2610914 t
+16208 40605 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 05:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2610915 t
+4169 51804 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:00:00 \N \N \N S \N 2610916 t
+14720 23122 Party Classics With Lucy Ellis eng \N Join Lucy as she keeps the party classics coming. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 21:00:00 2014-12-27 01:00:00 \N \N \N \N \N 2610917 t
+14372 8040 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2610918 t
+14372 8041 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2610919 t
+14372 8042 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2610920 t
+8283 50121 ITV Nightscreen eng \N Text-based information service. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-20 03:40:00 2014-12-20 06:00:00 \N \N \N \N \N 2610921 t
+24464 50397 Trophe Andros eng \N Alpe D'Huez. Motor racing's favourite winter past time, the Andros Trophy, tests the skills of some of today's top circuit racers on the ice covered tracks of some of France's best known ski resorts. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 13:10:00 2014-12-26 14:15:00 \N \N \N \N \N 2610922 t
+24464 50398 AMV Bike Cup eng Some of the bravest riders on the planet tackle the ultimate two-wheeled challenge motorcycle racing on ice. Thrills and spills come as standard, naturally. Action from Alpe D'Huez. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 14:15:00 2014-12-26 14:45:00 \N \N \N \N \N 2610923 t
+24464 50399 Bike World eng \N Episode 26. All the latest reviews, action and entertainment from the world of motorbikes. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 14:45:00 2014-12-26 15:15:00 \N \N \N \N \N 2610924 t
+40976 45539 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-26 18:58:00 2014-12-26 19:00:00 \N \N \N \N \N 2610925 t
+40976 47849 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N \N \N 2610926 t
+40976 47761 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 19:30:00 2014-12-26 21:00:00 \N \N \N \N \N 2610927 t
+16048 31923 Come Rain Come Shine eng \N David Jason stars as ex-docker Don Mitchell. Don is proud of his son David, but when David's life starts to unravel under a mountain of debt, family bonds are tested to the limit. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 22:00:00 2014-12-27 00:00:00 \N \N \N AD,S \N 2610928 t
+14784 2891 Chilled to the Bone? eng \N Time to book a CRUISE! Caribbean, Mediterranean, European. You name it, we got it! Whatever floats ya boat and whatever your budget, grab your toothbrush & sail away to Shangri-La \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 20:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2610929 t
+28032 28086 The Horse Soldiers eng \N Action western starring John Wayne and William Holden, 1959. A colonel and a surgeon lead a cavalry unit deep into Confederate territory to sabotage a railway supply line. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 13:55:00 2014-12-25 16:20:00 \N \N \N S \N 2610930 t
+8452 58767 The Simpsons eng Dude, Where's My Ranch? After Homer has a hit record with an anti-Ned Flanders Christmas carol, the family decide to get away from it all at a ranch. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 12:15:00 2014-12-25 12:45:00 \N \N \N AD,S \N 2610931 t
+8452 58768 The Simpsons eng 'Tis the Fifteenth Season After seeing A Christmas Carol on TV, Homer realises he's been too selfish and decides to make amends, culminating in a 'nice-off' with Ned Flanders. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 12:45:00 2014-12-25 13:15:00 \N \N \N AD,S \N 2610932 t
+8452 59101 Ice Age eng A Mammoth Christmas When Sid accidentally ruins one of Manny's Christmas traditions, he's told that he will be on Santa's naughty list. So he heads to the North Pole to plead his case directly to Santa Claus. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 13:15:00 2014-12-25 13:45:00 \N \N \N S \N 2610933 t
+8452 58770 The Snowman eng \N Raymond Briggs's classic animated tale of a little boy's snowman that comes to life and whisks him off to the North Pole for an adventure. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 13:45:00 2014-12-25 14:20:00 \N \N \N AD,S \N 2610934 t
+8452 58771 The Snowman and the Snowdog eng \N Charming animated sequel to Raymond Briggs's classic The Snowman. When a young boy and his mother move house, he builds a Snowman and a Snowdog who magically come to life. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 14:20:00 2014-12-25 14:50:00 \N \N \N AD,S \N 2610935 t
+8452 58773 The Alternative Christmas Message eng \N Channel 4's alternative to the Queen's Christmas Day message. First airing in 1993, the Alternative Christmas Message has featured an illustrious and varied selection of presenters. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 14:50:00 2014-12-25 14:55:00 \N \N \N S \N 2610936 t
+8452 58775 Channel 4 News eng \N Includes sport and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 14:55:00 2014-12-25 15:05:00 \N \N \N S \N 2610937 t
+22208 1888 Sea Beast eng \N Mythic monsters from the darkest depths of the ocean cause a splash when they start munching on the attractive residents of a sleepy bay village. \N 2 25 f 5 eng eng 15 0 0 \N 2014-12-26 00:45:00 2014-12-26 02:25:00 \N \N 2009 S \N 2610938 t
+22208 1914 Real NCIS eng \N Going beyond the popular TV series, this documentary follows the work of real Naval Criminal Investigation Service officers. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:25:00 2014-12-26 03:20:00 9 13 \N S \N 2610939 t
+33088 17510 QVC Showcase eng \N A great line-up from right across QVC's product ranges. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2610940 t
+33088 17827 Hi-Tech Toys & Electronics eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2610941 t
+33088 17828 Winter Solutions eng \N Keep warm and safe in the colder weather with our Winter Solutions. From shoe grips to heated insoles, snow shovels to thermal clothing, we've got all you need to see you through the winter months. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2610942 t
+41008 58767 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 12:15:00 2014-12-25 12:45:00 \N \N \N \N \N 2610943 t
+41008 58768 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 12:45:00 2014-12-25 13:15:00 \N \N \N \N \N 2610944 t
+41008 59101 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 13:15:00 2014-12-25 13:45:00 \N \N \N \N \N 2610945 t
+41008 58770 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 13:45:00 2014-12-25 14:20:00 \N \N \N \N \N 2610946 t
+41008 58771 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 14:20:00 2014-12-25 14:50:00 \N \N \N \N \N 2610947 t
+41008 58773 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 14:50:00 2014-12-25 14:55:00 \N \N \N \N \N 2610948 t
+41008 58775 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 14:55:00 2014-12-25 15:05:00 \N \N \N \N \N 2610949 t
+17664 58789 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-26 07:55:00 2014-12-26 09:00:00 \N \N \N \N \N 2611617 t
+4166 51804 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:00:00 \N \N \N S \N 2610950 t
+22080 951 Sky News eng \N Sky News brings you the latest home and international news, financial updates, top sporting headlines and weather summaries. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 03:00:00 2014-12-20 03:30:00 \N \N \N \N \N 2610951 t
+22080 955 Sky News eng \N Sky News brings you the latest home and international news, financial updates, top sporting headlines and weather summaries. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 03:30:00 2014-12-20 04:00:00 \N \N \N \N \N 2610952 t
+22080 956 Sky News eng \N Sky News brings you the latest home and international news, financial updates, top sporting headlines and weather summaries. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 04:00:00 2014-12-20 04:30:00 \N \N \N \N \N 2610953 t
+22080 958 Sky News eng \N Sky News brings you the latest home and international news, financial updates, top sporting headlines and weather summaries. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 04:30:00 2014-12-20 05:00:00 \N \N \N \N \N 2610954 t
+22080 960 Sky News eng \N Sky News brings you the latest home and international news, financial updates, top sporting headlines and weather summaries. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 05:00:00 2014-12-20 05:30:00 \N \N \N \N \N 2610955 t
+22080 978 Sky News eng \N Sky News brings you the latest home and international news, financial updates, top sporting headlines and weather summaries. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-20 05:30:00 2014-12-20 06:00:00 \N \N \N \N \N 2610956 t
+15856 3579 Jerseylicious eng Jersey Video Vixens Reality series about a New Jersey beauty salon. To raise the Gatsby's post-renovation profile, Gayle decides to shoot a local commercial for the salon. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2610957 t
+15856 3580 Jerseylicious eng Jersey Girl Brawl Staff at the Gatsby have to be on their best behaviour when a secret shopper visits the shop as part of a competition to find the best salon in New Jersey. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2610958 t
+15856 3581 Jerseylicious eng I Don't Wanna Lose My Nails Reality series. Gayle and Alexa feel that Olivia and Tracy do not have the right image, so they are sent to a top New York salon to learn from the best. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2610959 t
+14532 6344 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 00:05:00 2014-12-25 03:00:00 \N \N \N \N \N 2610960 t
+27712 22111 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2610961 t
+27712 22112 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 16:00:00 2014-12-25 16:30:00 \N \N \N \N \N 2610962 t
+27712 22113 Earthrise eng \N A series exploring solutions to today's environmental challenges, taking an upbeat look at ecological, scientific, technological and design projects. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-25 16:30:00 2014-12-25 17:00:00 \N \N \N \N \N 2610963 t
+27712 22114 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:30:00 \N \N \N \N \N 2610964 t
+27712 22115 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 17:30:00 2014-12-25 18:00:00 \N \N \N \N \N 2610965 t
+22336 58709 Hollyoaks eng \N It's Ste and John Paul's wedding day, but it's a long road to the altar. Tony hosts Christmas lunch for his nearest and dearest, but will it be ruined by a revelation? \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N AD,S \N 2610966 t
+22336 58710 Melissa & Joey eng A New Kind of Christmas Mel is excited to spend Christmas with her sister Meredith, who is on a home visit from prison, but Joe is not at all pleased to see their guest. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 10:30:00 \N \N \N S \N 2610967 t
+22336 58878 Prep & Landing eng \N Emmy award-winning animation Prep & Landing is the story of an elite unit of elves who ensure that every house around the world is ready for a visit from Santa Claus. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 10:30:00 2014-12-26 10:55:00 \N \N \N S \N 2610968 t
+22336 59163 Prep & Landing eng Naughty vs. Nice The animated adventures of Christmas elves Lanny and Wayne continue. The duo must recover classified North Pole technology that has fallen into the hands of a computer-hacking naughty kid. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 10:55:00 2014-12-26 11:25:00 \N \N \N S \N 2610969 t
+22336 58713 Father Christmas eng \N Classic animation based on Raymond Briggs's book. What does Father Christmas do with himself for the other 364 days of the year? Here's a chance to find out. Voiced by Mel Smith. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 11:25:00 2014-12-26 12:00:00 \N \N \N S \N 2610970 t
+8381 15276 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 19:15:00 2014-12-26 19:30:00 \N \N \N S \N 2610971 t
+8381 15038 Emmerdale eng \N Jai leaves Megan with a dilemma. Katie has an idea regarding Robert. Belle is hopeful when offered a lifeline. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N AD,S \N 2610972 t
+8381 16384 Coronation Street eng \N Will Gary resort to desperate measures? Roy struggles to control his nerves. David's news shocks the Street. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N AD,S \N 2610973 t
+14448 27380 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 15:15:00 2014-12-26 15:40:00 \N \N \N \N \N 2610974 t
+14448 27381 Judge Judy eng \N Punchy reality show about a female judge that has made a real impact on the American justice system. Judge Judy is real, honest and keen to get to the bottom of emotional cases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 15:40:00 2014-12-26 16:05:00 \N \N \N \N \N 2610975 t
+14448 27382 Dog and Beth eng On the Hunt Dog and Beth leave Hawaii to support and advise fellow bondsmen and bounty hunters across the country as they hunt down some of America's most dangerous criminals. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 16:05:00 2014-12-26 17:00:00 \N \N \N \N \N 2610976 t
+14448 27383 Dog and Beth eng On the Hunt Dog and Beth leave Hawaii to support and advise fellow bondsmen and bounty hunters across the country as they hunt down some of America's most dangerous criminals. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2610977 t
+4175 51804 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:00:00 \N \N \N S \N 2610978 t
+33088 17749 Last Minute Gifts eng \N Don't worry if you're stuck for gift inspiration! With our great selection of last-minute present ideas, you're bound to find something for everyone. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 00:00:00 2014-12-22 01:00:00 \N \N \N \N \N 2610979 t
+33088 17750 Winter Solutions eng \N Keep warm and safe in the colder weather with our Winter Solutions. From shoe grips to heated insoles, snow shovels to thermal clothing, we've got all you need to see you through the winter months. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:00:00 \N \N \N \N \N 2610980 t
+33088 17751 Flameless Candles eng \N Enjoy the ambience and glow of candlelight without the open flame, soot or melting wax. Candles near children and flammable material is no longer a problem - a great alternative to real candles. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 02:00:00 2014-12-22 03:00:00 \N \N \N \N \N 2610981 t
+8448 59169 Ice Age eng A Mammoth Christmas When Sid accidentally ruins one of Manny's Christmas traditions, he's told that he will be on Santa's naughty list. So he heads to the North Pole to plead his case directly to Santa Claus. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-26 16:05:00 2014-12-26 16:30:00 \N \N \N S \N 2610982 t
+8448 58722 Father Christmas eng \N Classic animation based on Raymond Briggs's book. What does Father Christmas do with himself for the other 364 days of the year? Here's a chance to find out. Voiced by Mel Smith. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:05:00 \N \N \N S \N 2610983 t
+8448 58723 Rude(ish) Tube eng \N Rude Tube's naughty little sister discovers some slightly less rude (but still cheeky) online videos, including extreme unicycling, a very bad mystic cat and some incredible frisbee shots. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 17:05:00 2014-12-26 17:35:00 \N \N \N S \N 2610984 t
+8448 58724 Rude(ish) Tube eng \N Rude Tube's naughty little sister locates some slightly less rude (but still daft) online videos, including a musical nun, Cat Woman crashing her bike and a car that catches a golf ball. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 17:35:00 2014-12-26 18:00:00 \N \N \N S \N 2610985 t
+41136 50404 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 18:55:00 2014-12-26 19:25:00 \N \N \N \N \N 2610986 t
+41136 50405 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 19:25:00 2014-12-26 20:00:00 \N \N \N \N \N 2610987 t
+41136 50406 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2610988 t
+22592 17872 The Alan Brazil Sports Breakfast eng \N Gerogie Bingham and Micky Quinn bring you all the latest sports news. Call the show on 08717 22 33 44 (10p/min), text 81089 (50p + chgs) or follow on Twitter @sportsbreakfast \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-26 06:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2610989 t
+8325 4651 McBusted eng The Hot Desk Interviews with celebrity guests and some of the hottest music acts around. Behind the desk today are boy band supergroup McBusted. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:10:00 \N \N \N S \N 2610990 t
+8325 2810 Arthur and the Great Adventure eng \N Animated adventure starring Mia Farrow and Penny Balfour, 2009. Arthur accidentally allows the evil emperor of the Minimoys to pass into the human world \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 06:10:00 2014-12-26 08:05:00 \N \N \N S \N 2610991 t
+8325 2813 Emmerdale eng \N It is Andy and Katie's wedding day. Cain tries to cover his suspicious behaviour. Lachlan offers Belle a way to ease her problems. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 08:05:00 2014-12-26 09:05:00 \N \N \N AD,S \N 2610992 t
+14816 1012 1-2-1 Dating - Find LOVE eng \N 1-2-1 Dating is a unique TV channel, broadcasting regionalised personal ads from around the UK, 24/7. New ads added daily. Free to join and place YOUR 1-2-1 advert. Check us out. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 08:00:00 2014-12-25 12:00:00 24 7 \N \N \N 2610993 t
+14608 32061 The Waltons eng \N The Gypsies - Despite dire predictions that a band of gypsies will steal from the Waltons, John-Boy invites them to live in the family home until they can fix their wagon. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:00:00 19 \N \N \N 1 2610994 t
+14608 32062 Little House On The Prairie eng \N Whatever happened to the class of '56'? - During a visit to a farmer's convention, Charles and Caroline meet up with old school mates, where Charles has some great advice to offer. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-25 07:00:00 2014-12-25 08:00:00 15 \N \N \N 6 2610995 t
+14608 32063 The Waltons eng \N The Ordeal - Part I - Elizabeth falls while standing on top of a wood pile and fractures her leg. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-25 08:00:00 2014-12-25 09:00:00 21 \N \N \N 6 2610996 t
+8442 60717 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 06:00:00 2014-12-25 08:55:00 \N \N \N \N \N 2610997 t
+8442 56248 River Cottage Bites eng \N Bite-sized films from River Cottage showing how to create a range of culinary treats. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 08:55:00 2014-12-25 09:15:00 \N \N \N S \N 2610998 t
+28160 15890 Telling the Truth eng \N Dynamic Bible teaching from Stuart, Jill and Pete Briscoe \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:30:00 \N \N \N \N \N 2610999 t
+28160 15891 The Word for Today eng \N Classic Bible teaching series with Chuck Smith \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 04:30:00 2014-12-25 05:00:00 \N \N \N \N \N 2611000 t
+28160 15892 Back to the Bible eng \N Dynamic Bible teaching from Dr John Munro. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2611001 t
+28160 15893 Grace to You eng \N Unleashing God's truth, one verse at a time, with Dr. John MacArthur. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2611002 t
+24448 64066 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2611003 t
+24448 64067 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2611004 t
+24448 64068 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2611005 t
+14832 1373 Rabbits & Bunnies & Meadows, Oh My eng \N Now in its 6th year, Gay Rabbit Chat & Date is an interactive TV chat service designed to put YOU in touch with new LGBT friends all over the UK. Chat, flirt, date and then some! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 08:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2611006 t
+8384 58777 Arthur Christmas eng \N Aardman CGI animated comedy. When a little girl's Christmas present is forgotten, Santa's son Arthur (voiced by James McAvoy) sets out to deliver it - causing mayhem along the way. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-25 18:00:00 2014-12-25 20:00:00 \N \N 2011 AD,S \N 2611007 t
+8384 58776 Frozen at Christmas eng \N Entertaining, in-depth look at the incredible story of Disney's Frozen, the most successful animated film of all time, hearing from film-makers, performers, celebrities, critics and fans. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2611008 t
+14800 1373 Winter in Rabbit Meadow eng \N Rabbit Chat & Date has been connecting people for 6 years now! Why not jump in and see why? Make new friends, chat, flirt and find that RIGHT somebody. Or that RIGHT NOW somebody. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 08:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2611009 t
+16032 42192 The Aquabats! Super Show! eng Nights of the Cactus! Superheroic adventures of the rock band. The Aquabats! find a meteorite which has strange, otherworldly powers. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:20:00 \N \N \N S \N 2611010 t
+16032 36737 Pat & Stan eng Egg Surprise Pat the purple hippo and his friend Stan the yellow dog manage to turn every event into the craziest of adventures! It is Easter and the hunt for eggs begins. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 06:20:00 2014-12-26 06:30:00 \N \N \N AD,S,SL \N 2611011 t
+16032 42193 Dino Dan: Trek's Adventures eng Dino Footprints Jurassic adventures. When Hannah and Trek take an after school art class, Trek decides to use sculpture to see just how different dino footprints can be. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:30:00 2014-12-26 06:40:00 \N \N \N S \N 2611012 t
+16032 42194 Dino Dan: Trek's Adventures eng Dino Egg Hunt Jurassic adventures. Ms Carver's egg hunt gives Trek a chance to solve Dino Experiment 419 - do the compsognathus, dromaeosaurus and albertosaurus eat eggs? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:40:00 2014-12-26 06:55:00 \N \N \N S \N 2611013 t
+16032 42195 Sooty eng Panto Palaver When the actors in Mr Slater's pantomime fail to turn up, Sooty, Sweep and Soo perform instead. Will the Wicked Bunny have Little Blue Riding Hood for his supper? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 06:55:00 2014-12-26 07:05:00 \N \N \N S \N 2611014 t
+16032 42196 Almost Naked Animals eng All Dog No Danger Howie needs to find a new hero after getting kicked out of the Dirk Danger Club. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:05:00 2014-12-26 07:20:00 \N \N \N S \N 2611015 t
+16032 42198 Almost Naked Animals eng Cowboy Cabana Two troublemaking bulls, Burt and Burt, stay at the hotel hoping to trash the joint. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:20:00 2014-12-26 07:35:00 \N \N \N S \N 2611016 t
+16032 41852 Mr Bean eng Hopping Mad! The animated antics of the hapless bumbler Mr Bean. Mr Bean's landlady has invited the Mayor for tea. But the frogspawn in Mr Bean's bath have hatched out! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 07:35:00 2014-12-26 07:50:00 \N \N \N AD,S \N 2611017 t
+16032 42200 Super 4 eng Cleaning Day Animated comedy adventure series. Dr X reveals his latest invention - a giant robot designed to clean Technopolis. It is going to be a catastrophe! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:50:00 2014-12-26 08:10:00 \N \N \N S \N 2611018 t
+16032 42527 Super 4 eng Dragonraiders Animated comedy adventure series. Dragons attack King Kenric's castle! What can be done to stop these fire-spitting monsters? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 08:10:00 2014-12-26 08:25:00 \N \N \N S \N 2611019 t
+16032 42203 Horrid Henry eng Horrid Henry Tells the Truth The animated adventures of the mischievous anti-hero. Henry discovers that telling the truth is not always easy, especially when it is Moody Margaret. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 08:25:00 2014-12-26 08:40:00 \N \N \N AD,S \N 2611020 t
+16032 38131 Horrid Henry eng Horrid Henry Flicks the Bogey The animated adventures of the mischievous anti-hero. Horrid Henry discovers that sometimes wormy little brothers can be very useful! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 08:40:00 2014-12-26 08:55:00 \N \N \N AD,S \N 2611021 t
+16032 42204 Horrid Henry eng Horrid Henry Loses Rude Ralph The animated adventures of the mischievous anti-hero. Rude Ralph is missing! Could the Evil Guardian really be responsible? \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 08:55:00 2014-12-26 09:10:00 \N \N \N AD,S \N 2611022 t
+17664 58777 eng \N \N \N \N \N \N \N \N \N 1 0 0 \N 2014-12-25 18:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2611023 t
+17664 58776 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2611024 t
+27648 4611 Wheeler Dealers eng Triumph Stag Mike tries to find a rust-free classic Stag, but it's harder than he thinks. Ed will have to keep costs super- low for any chance of a profit on this one. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2611025 t
+27648 4612 Wheeler Dealers eng Lotus Elan The boys are challenged to find a Lotus Elan that hasn't been snapped up by restorers. Once they've tracked one down, Mike falls in love after minutes behind the wheel. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2611026 t
+27648 4613 Wheeler Dealers eng Bond Bug Who said three-wheeled cars can't be desirable? Mike goes on the hunt for a truly iconic car - the 1970s Bond Bug. It's orange, has no doors and only three wheels. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2611027 t
+22226 6810 Bite Size Brainiac eng \N Vic Reeves, Jon Tickle and the Brainiac team tackle more outrageous experiments and daring scientific misdeeds. Take cover! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:15:00 \N \N \N S \N 2611028 t
+22226 3550 Deal Or No Deal eng Noel Edmonds presents the hit game show in which one of 22 players could win up to 250,000. There are 22 sealed boxes, but only one question deal, or no deal? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 06:15:00 2014-12-25 07:00:00 \N \N \N \N \N 2611029 t
+22226 3870 Deal Or No Deal eng Noel Edmonds presents the hit game show in which one of 22 players could win up to 250,000. There are 22 sealed boxes, but only one question deal, or no deal? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:45:00 \N \N \N \N \N 2611030 t
+22226 4126 Are You Smarter Than A 10 Year Old? Dick and Dom present the daily quiz that tests the nation's adults on questions spanning the primary school national curriculum in a bid to win 25,000 eng \N How smart are you? \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 07:45:00 2014-12-25 08:45:00 \N \N \N S,AD \N 2611031 t
+22226 4398 Going For Gold eng \N Iconic 80s game show presented by Henry Kelly. Contestants from across Europe compete for the star prize of a trip to the 1988 Olympic Games in Seoul. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 08:45:00 2014-12-25 09:15:00 \N \N \N S \N 2611032 t
+17472 56608 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-26 15:30:00 2014-12-26 16:30:00 \N \N \N \N \N 2611033 t
+17472 55685 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:25:00 \N \N \N \N \N 2611034 t
+17472 56609 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 17:25:00 2014-12-26 18:45:00 \N \N \N \N \N 2611035 t
+28288 8790 Australian Bodycare eng Crafted by Nature This Australian Bodycare range is inspired by the ancient traditions of the Aborigines who discovered the effects of natural ingredients. Find cleansing and caring products for your skin. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 05:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2611036 t
+26368 36422 Mid Mornings with Kate Garraway eng \N Join Kate Garraway for a very special festive show, including guests Ronan Keating, Gemma Arterton and Susanna Reid. Merry Christmas! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2611037 t
+15808 50397 Trophe Andros eng \N Alpe D'Huez. Motor racing's favourite winter past time, the Andros Trophy, tests the skills of some of today's top circuit racers on the ice covered tracks of some of France's best known ski resorts. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 13:10:00 2014-12-26 14:15:00 \N \N \N \N \N 2611038 t
+15808 50398 AMV Bike Cup eng Some of the bravest riders on the planet tackle the ultimate two-wheeled challenge motorcycle racing on ice. Thrills and spills come as standard, naturally. Action from Alpe D'Huez. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 14:15:00 2014-12-26 14:45:00 \N \N \N \N \N 2611039 t
+15808 50399 Bike World eng \N Episode 26. All the latest reviews, action and entertainment from the world of motorbikes. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 14:45:00 2014-12-26 15:15:00 \N \N \N \N \N 2611040 t
+22752 1128 Kiss Fresh with Joe eng \N Joe with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 19:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2611041 t
+22720 1371 Jez eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 09:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2611042 t
+22720 1372 Kisstory eng \N Kiss Anthems! Tweet your shouts and requests @KissFMUK using #Kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2611043 t
+28096 59494 Top Gear eng Middle East Special The not-so-wise Jeremy Clarkson, Richard Hammond and James May embark on an action-packed road trip as they attempt to follow the path of the Three Wise Men across the Middle East. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-25 09:20:00 2014-12-25 11:00:00 \N \N \N AD,S \N 2611044 t
+28096 59495 Storage Hunters eng Door Number One Bargain-hunters are at loggerheads as they compete for storage units. A monster scares the bidders. Brandon and Lori hope to break records with some DJing gear. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:30:00 \N \N \N S \N 2611045 t
+28096 59496 Storage Hunters eng Fasten Your Seatbelts The raging US reality series! The Berniers' future is up in the air as the bargain-hunters head to an airport auction and compete for luggage and plane parts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 11:30:00 2014-12-25 12:00:00 \N \N \N S \N 2611046 t
+14544 164 Xpanded TV eng \N Xpanded TV returns at Midnight \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 06:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611047 t
+28416 20159 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-23 21:30:00 2014-12-23 23:30:00 \N \N \N \N \N 2611048 t
+4168 51830 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 04:10:00 2014-12-26 06:00:00 \N \N \N S \N 2611051 t
+23184 17912 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2611052 t
+23184 17913 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2611053 t
+23184 17914 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2611054 t
+22688 1117 Olly Murs and Caroline Flack eng \N Olly Murs and Caroline Flack bring you a very special show to get you in the Christmas spirit. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 10:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2611055 t
+27360 18274 Baker & Kelly's V.S.P.O eng \N Stand by for an hour of unscripted entertainment, original features and spontaneous wit driven by our unique hosts, Dannys Baker and Kelly. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 06:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2611056 t
+27360 18275 FA WSL - A Day in the Life eng FA WSL A day in the life of Birmingham City Ladies and England midfielder Karen Carney. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:15:00 \N \N \N \N \N 2611057 t
+27360 18276 FIFA World Cup Official Film 1982 eng Spain - G'ole FIFA's glossily filmed record of the 1982 finals in Spain. When Brazil's legendary team was knocked out, the field was clear for France, Germany and Italy to star. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 07:15:00 2014-12-26 09:15:00 \N \N \N \N \N 2611058 t
+24016 12923 SOS Pacific eng \N A plane crashes on a remote island, leaving the survivors marooned on an atomic test site... with the clock counting down. Stars Richard Attenborough and John Gregson. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 09:55:00 2014-12-25 11:45:00 \N \N 1959 \N \N 2611059 t
+24016 12924 Mohawk eng \N A group of settlers warn an Indian chief that a shipment of arms has been smuggled into their territory. Stars Scott Brady. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 11:45:00 2014-12-25 13:25:00 \N \N 1956 \N \N 2611060 t
+14688 11639 Isle of Wight Festival Revisited eng \N The 2014 Isle of Wight Festival was the best in the event's history. Pete and Sarah were your hosts back in the Absolute Radio Wig-Wam and now they're back to re-live some of the b \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 22:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611061 t
+23296 5879 Fast and Fun eng \N The fastest gay dating around. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2611062 t
+22784 797 Neev on Kisstory eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 09:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2611063 t
+23120 20533 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2611064 t
+23120 20528 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2611065 t
+23120 20518 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2611066 t
+22624 40515 Morning Mix eng \N RNIB's Insight Radio - Simon Pauley plays great music and presents information relevant to blind and partially sighted people \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-25 10:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2611067 t
+23280 5884 Speed Dating eng \N It's fun, it's fast, don't miss out. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2611068 t
+13024 51117 The Lady Killers eng \N Classic crime caper for our best of British comedy day, starring Alec Guinness and Herbert Lom. A gang of crooks is rumbled by the old lady who owns their hideout so they decide to kill her. (1... \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 16:15:00 2014-12-26 18:00:00 \N \N \N S \N 2611069 t
+16208 37020 The Bill eng \N It doesn't get more dramatic than this as a gunshot shakes Sun Hill. Chandler is dead and McAllister is rushed to hospital with her baby's life hanging in the balance. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-25 08:00:00 2014-12-25 09:00:00 \N \N \N S \N 2611070 t
+4169 58019 The Gruffalo eng \N Animation based on the classic children's book written by Julia Donaldson, telling the magical tale of a mouse who takes a walk through the woods in search of a nut. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N 2009 AD,S \N 2611071 t
+4169 57716 On Angel Wings eng On Angel Wings Magical reworking of the Nativity by Michael Morpurgo. A grandfather explains how, as a shepherd boy, he was taken by the angel Gabriel to visit the Christ child. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N AD,S \N 2611072 t
+4169 56512 Come and Join the Celebration eng \N Live from St George's Church in Leeds, a Christmas morning service for all the family with popular carols and contemporary songs. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N S \N 2611073 t
+4169 56513 Only Fools and Horses eng A Royal Flush When Rodney meets a pretty girl in the market, he fails to realise her connections. But when he is invited to her family home, Del sees his chance of making a buck. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N S \N 2611074 t
+14498 26595 How It's Made eng \N More everyday items are put under the microscope as we discover how sails, walnuts, wheel immobilisers and honeycomb structural panels are made. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:30:00 \N \N \N \N \N 2611075 t
+14498 26596 How It's Made eng \N More everyday items are put under the microscope as we discover how surfboards, stickers, sandwich cookies and concrete roofing tiles are made. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 00:30:00 2014-12-25 01:00:00 \N \N \N \N \N 2611076 t
+14498 26597 FBI Case Files eng Trial of Terror When three female hikers go missing, investigators assume they've taken a detour. But soon a gruesome case of rape, abduction and murder is exposed. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 01:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2611077 t
+14498 26598 Challenge Tommy Walsh eng Baldock Part 2 We follow master builder Tommy Walsh as he continues to transform a Victorian school house into a modern family home. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 02:00:00 2014-12-25 02:30:00 \N \N \N \N \N 2611078 t
+14498 26599 Challenge Tommy Walsh eng Baldock Part 3 Tommy takes time out from transforming a Victorian schoolhouse to discuss the project over a cuppa, but before long he's back to work and building the bathroom. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 02:30:00 2014-12-25 03:00:00 \N \N \N \N \N 2611079 t
+14372 8043 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2611080 t
+14372 8044 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2611081 t
+14372 8045 Affordable Luxury eng \N For luxury jewellery without the expensive price tag, join The Jewellery Channel as we present stunning selections of opulent jewellery at affordable prices. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2611082 t
+24464 50400 Night Of The Jumps eng \N Freestyle motocross hits dizzying new heights thanks to Night of the Jumps' incredible line-up of aerial acrobats. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 15:15:00 2014-12-26 15:45:00 \N \N \N \N \N 2611083 t
+24464 50401 Sucker Punch Enduro eng \N Competitors are put through their paces in this Extreme Enduro event held in Bala, North Wales. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 15:45:00 2014-12-26 16:50:00 \N \N \N \N \N 2611084 t
+24464 50402 Roof Of Africa eng \N The world's best Xtreme Enduro competitors take on one of the toughest off-road endurance events. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 16:50:00 2014-12-26 17:50:00 \N \N \N \N \N 2611085 t
+24464 50403 Thundercats Gibraltar eng \N The action-packed global powerboat series heads to Gibraltar for the UIM European Championship. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 17:50:00 2014-12-26 18:55:00 \N \N \N \N \N 2611086 t
+40976 47711 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:55:00 \N \N \N \N \N 2611087 t
+40976 47762 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-26 21:55:00 2014-12-26 22:50:00 \N \N \N \N \N 2611088 t
+40976 47414 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 22:50:00 2014-12-26 23:50:00 \N \N \N \N \N 2611089 t
+40976 47875 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 23:50:00 2014-12-27 00:50:00 \N \N \N \N \N 2611090 t
+28032 28089 The Green Berets eng \N Vietnam guts-and-glory tribute starring John Wayne and David Janssen, 1968. A tough colonel and his regiment have the task of holding a hilltop position against the Vietcong \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 16:20:00 2014-12-25 19:10:00 \N \N \N S \N 2611091 t
+8452 58772 Scrooged eng \N Black comedy. Bill Murray stars in this take on Dickens' classic as a misanthropic TV executive whose life is turned around by three very different Christmas ghosts. With Carol Kane. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 15:05:00 2014-12-25 17:00:00 \N \N 1988 AD,S \N 2611092 t
+8452 59102 Big eng \N Comedy-drama. After young Josh Baskin (David Moscow) asks a mechanical fortune teller to make him grow up, he wakes the next day as an adult (Tom Hanks). \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 17:00:00 2014-12-25 19:00:00 \N \N 1988 AD,S \N 2611093 t
+22208 2022 Brit Cops eng Zero Tolerance Fly-on-the-wall documentary series following the work of the Met Police, including the robbery and drug squads and uniformed response unit, in the borough of Hammersmith and Fulham. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 03:20:00 2014-12-26 04:10:00 \N \N \N S \N 2611094 t
+22208 2056 Most Haunted eng Romania, Part 1 Entertainment series following Yvette Fielding and a team of paranormal experts as they spend 24 hours in Britain and Ireland's most haunted locations. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-26 04:10:00 2014-12-26 05:00:00 \N \N \N S,AD \N 2611095 t
+22208 2111 RSPCA Animal Rescue eng \N Moving series following RSPCA workers across Australia as they work to help animals in need. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 05:00:00 2014-12-26 05:30:00 \N \N \N S \N 2611096 t
+22208 2134 RSPCA Animal Rescue eng \N Moving series following RSPCA workers across Australia as they work to help animals in need. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N S \N 2611097 t
+33088 17513 Best of QVC Extra eng \N Catch all the recent highlights from QVC Extra. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2611098 t
+33088 17829 Flameless Candles eng \N Enjoy the ambience and glow of candlelight without the open flame, soot or melting wax. Candles near children and flammable material is no longer a problem - a great alternative to real candles. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2611099 t
+33088 17830 Kelly Hoppen Home Design eng \N Kelly Hoppen is a renowned interior designer and now she's created a range just for QVC! It includes fine linens, cushions and accent pieces featuring her signature style. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2611100 t
+41008 58772 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 15:05:00 2014-12-25 17:00:00 \N \N \N \N \N 2611101 t
+41008 59102 Big eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 17:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2611102 t
+12928 42168 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:30:00 \N \N \N \N \N 2611103 t
+12928 42169 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 00:30:00 2014-12-25 01:00:00 \N \N \N \N \N 2611104 t
+12928 42170 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:30:00 \N \N \N \N \N 2611105 t
+12928 42171 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 01:30:00 2014-12-25 02:00:00 \N \N \N \N \N 2611106 t
+12928 42083 ..programmes start at 1.00pm eng \N . \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 02:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2611107 t
+4166 58019 The Gruffalo eng \N Animation based on the classic children's book written by Julia Donaldson, telling the magical tale of a mouse who takes a walk through the woods in search of a nut. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N 2009 AD,S \N 2611108 t
+4166 57716 On Angel Wings eng On Angel Wings Magical reworking of the Nativity by Michael Morpurgo. A grandfather explains how, as a shepherd boy, he was taken by the angel Gabriel to visit the Christ child. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N AD,S \N 2611109 t
+4166 56512 Come and Join the Celebration eng \N Live from St George's Church in Leeds, a Christmas morning service for all the family with popular carols and contemporary songs. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N S \N 2611110 t
+4166 56513 Only Fools and Horses eng A Royal Flush When Rodney meets a pretty girl in the market, he fails to realise her connections. But when he is invited to her family home, Del sees his chance of making a buck. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N S \N 2611111 t
+15856 3582 The Real Housewives of Miami eng Waterfront & Center Reality series. After crashing the gala, Cristy is shocked to get an invoice from Lea. Vegetarian Lea unwittingly attends Alexia's hog roast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 15:00:00 2014-12-26 15:55:00 \N \N \N S \N 2611112 t
+15856 3583 The Real Housewives of Miami eng Beach Slap Reality series. Lea ruins lunch at Larsa's by dwelling on the gala drama and tragedy strikes when Alexia crashes her car. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 15:55:00 2014-12-26 16:50:00 \N \N \N S \N 2611113 t
+15856 3584 The Real Housewives of Miami eng Miami Mamis Know Best Reality series. Marysol's psychic mother Elsa sends her daughter's dinner party into a tailspin when she reads Larsa's energies as emotionally immature. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 16:50:00 2014-12-26 18:10:00 \N \N \N S \N 2611114 t
+14532 6345 Plates from The States eng \N Delicious recipe ideas from the diverse culinary landscape of the United States. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 03:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2611115 t
+14532 6346 The Store reopens here at 00 eng 05 Check out The Store website at www.TheStoreTV.com. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 04:00:00 2014-12-26 00:05:00 \N \N \N \N \N 2611116 t
+27712 22116 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2611117 t
+27712 22117 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N \N \N 2611118 t
+27712 22118 The Stream eng On The Stream Environmental activist Captain Paul Watson. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-25 19:30:00 2014-12-25 20:00:00 \N \N \N \N \N 2611119 t
+33088 18069 Fashion Sale eng \N A great time to fill up your wardrobe with amazing bargains - from this year's finest fashions to tried-and-tested classics! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 06:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2611688 t
+27712 22119 Crude Harvest eng Selling Mexico's Oil Exploited by the North American Free Trade Agreement, Mexico may be hitting the perfect storm when it opens its energy resources to foreign investors. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2611120 t
+22336 58714 The Snowman eng \N Raymond Briggs's classic animated tale of a little boy's snowman that comes to life and whisks him off to the North Pole for an adventure. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 \N \N \N AD,S \N 2611121 t
+22336 58715 The Snowman and the Snowdog eng \N Charming animated sequel to Raymond Briggs's classic The Snowman. When a young boy and his mother move house, he builds a Snowman and a Snowdog who magically come to life. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-26 12:30:00 2014-12-26 13:00:00 \N \N \N AD,S \N 2611122 t
+22336 58879 Aliens in the Attic eng \N Sci-fi comedy-adventure. A group of children find four small aliens at their remote holiday cottage. But the invaders plan to conquer Earth, and only the kids can stop them... \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:45:00 \N \N 2009 S \N 2611123 t
+22336 58880 Rude(ish) Tube Shorts eng \N A short, cheeky clip from Rude Tube's naughty little sister Rude(ish) Tube, featuring school, a spelling bee and ninjas. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 14:45:00 2014-12-26 15:00:00 \N \N \N S \N 2611124 t
+8381 15487 A Christmas Cracker eng \N Bradley Walsh hosts a Christmas spectacular from The Hammersmith Apollo, where he is joined by The Muppets and Katherine Jenkins - who performs a duet with Kermit. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N S \N 2611125 t
+8381 16377 Birds of a Feather eng Birds on a Plane Essex-based sitcom about sisters Tracey and Sharon. Dorien is treating Sharon and Tracey to a Christmas trip to the Canaries, but will it be plane sailing? \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 22:00:00 2014-12-26 22:30:00 \N \N \N AD,S \N 2611126 t
+8381 15488 Through the Christmas Keyhole eng \N A festive Keith Lemon presents a seasonal edition of the show snooping around more homes of mystery celebrities. The studio panel are Jonathan Ross, Louis Walsh and Kym Marsh. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 22:30:00 2014-12-26 23:30:00 \N \N \N S \N 2611127 t
+8381 15622 ITV News & Weather eng \N Steve Scott with the latest headlines from around the world. Followed by national and local weather forecasts. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 23:30:00 2014-12-26 23:45:00 \N \N \N S \N 2611128 t
+8381 15042 Out of Sight eng \N Comic crime caper starring George Clooney and Jennifer Lopez, 1998. After escaping from prison, a charming bank robber falls in love with the federal marshal he takes hostage \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 23:45:00 2014-12-27 01:50:00 \N \N \N AD,S \N 2611129 t
+14448 27384 Bait Car eng \N This show goes inside stolen cars as the theft is taking place with hidden cameras. We get to experience first hand the inner workings of the criminal mind. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 \N \N \N \N \N 2611130 t
+14448 27385 Bait Car eng \N This show goes inside stolen cars as the theft is taking place with hidden cameras. We get to experience first hand the inner workings of the criminal mind. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N \N \N 2611131 t
+14448 27386 Bait Car eng \N This show goes inside stolen cars as the theft is taking place with hidden cameras. We get to experience first hand the inner workings of the criminal mind. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N \N \N 2611132 t
+14448 27387 Bait Car eng \N This show goes inside stolen cars as the theft is taking place with hidden cameras. We get to experience first hand the inner workings of the criminal mind. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N \N \N 2611133 t
+14448 27388 Unsolved Mysteries eng \N Notorious incidents are revisited in this insightful series. Explore the mystery surrounding Kurt Cobain's death, and meet a group that claim to have witnessed over 100 exorcisms. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2611134 t
+4175 58019 The Gruffalo eng \N Animation based on the classic children's book written by Julia Donaldson, telling the magical tale of a mouse who takes a walk through the woods in search of a nut. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N 2009 AD,S \N 2611135 t
+4175 57716 On Angel Wings eng On Angel Wings Magical reworking of the Nativity by Michael Morpurgo. A grandfather explains how, as a shepherd boy, he was taken by the angel Gabriel to visit the Christ child. Also in HD. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N AD,S \N 2611136 t
+4175 56512 Come and Join the Celebration eng \N Live from St George's Church in Leeds, a Christmas morning service for all the family with popular carols and contemporary songs. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N S \N 2611137 t
+4175 56513 Only Fools and Horses eng A Royal Flush When Rodney meets a pretty girl in the market, he fails to realise her connections. But when he is invited to her family home, Del sees his chance of making a buck. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N S \N 2611138 t
+8448 58725 The Big Bang Theory eng The Decoupling Fluctuation Sheldon intervenes when he learns that Penny is thinking about breaking up with Leonard, but he is hampered by his inability to keep a secret. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 \N \N \N AD,S \N 2611139 t
+8448 58726 The Big Bang Theory eng The Higgs Boson Observation Amy is jealous when Sheldon hires an attractive female assistant. Howard discovers that his return from space has been delayed by a week. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N AD,S \N 2611140 t
+8448 58727 Hollyoaks eng \N Peri takes drastic action when Nancy confronts her, Robbie finds out what Rick has been up to, DS Thorpe has a plan to tear the Roscoes apart, and Ste and John Paul reach a turning point. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N S \N 2611141 t
+8448 59171 The Big Bang Theory eng E4's Top 20 - The Scavenger Vortex Raj organises a scavenger hunt for the gang that brings out surprising traits in everyone in the show placed fifth in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N AD,S \N 2611142 t
+8448 59172 The Big Bang Theory eng E4's Top 20 - The Hawking Excitation Sheldon is excited when Stephen Hawking comes to lecture at the university for a week in the show placed fourth in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:30:00 \N \N \N AD,S \N 2611143 t
+8448 59173 The Big Bang Theory eng E4's Top 20 - The Panty Piñata Polarization Penny retaliates when Sheldon bans her from the flat for various minor infractions in the show placed third in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 20:30:00 2014-12-26 21:00:00 \N \N \N AD,S \N 2611144 t
+41136 50407 eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 21:00:00 2014-12-27 00:10:00 \N \N \N \N \N 2611145 t
+22592 17873 Colin Murray eng \N Nat Coombs dissects the day's sports news. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-26 10:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2611146 t
+8325 5144 Coronation Street eng \N Does Kylie stand to lose everything? Steve pulls out all the festive stops. Gary ruins Faye's Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 09:05:00 2014-12-26 10:05:00 \N \N \N AD,S \N 2611147 t
+8325 5472 The Xtra Factor Winner's Story eng \N Sarah-Jane Crawford takes a look at the story of 2014's X Factor winner, from their first auditions to the final and beyond. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 10:05:00 2014-12-26 11:10:00 \N \N \N S \N 2611148 t
+17664 58792 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 09:55:00 2014-12-26 11:30:00 \N \N \N \N \N 2611758 t
+8325 4603 Casper eng \N Spooky family tale starring Christina Ricci and Bill Pullman, 1995. A lonely boy-ghost befriends the young daughter of a ghost hunter \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 11:10:00 2014-12-26 13:05:00 \N \N \N AD,S \N 2611149 t
+14608 32064 A Hobo's Christmas eng \N Walking out on his family 20 years ago, a hobo (Barnard Hughes) caused a bitter rift between himself and his family. However, it's Christmas, and he's back; what better time to heal past wounds? \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 09:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2611150 t
+14608 32065 If You Believe In Christmas eng \N Susan Stone is a modern-day scrooge. Out of nowhere, a carefree 7-year-old girl named Suzie, the embodiment of Susan's inner child, comes to help Susan recapture the love of life that she's lost. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 11:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2611151 t
+8442 56249 Jamie's Family Christmas eng \N Jamie Oliver dishes his kitchen secrets for making the very best roast potatoes and exciting Christmas vegetables. Plus, some delicious ways to use leftovers. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-25 09:15:00 2014-12-25 09:40:00 \N \N \N S \N 2611152 t
+8442 55942 Stephen Fry's 100 Greatest Gadgets eng \N Gadget aficionado Stephen Fry chooses and presents his 100 all-time favourite contraptions, from the tin opener, trouser press and answering machine to the apple peeler, iron and iPod. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 09:40:00 2014-12-25 12:55:00 \N \N \N S \N 2611153 t
+28160 15894 Turning Point eng \N Opening God's word, with Dr. David Jeremiah \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:30:00 \N \N \N \N \N 2611154 t
+28160 15895 Insight for Living eng \N The Bible-teaching ministry of Charles R. Swindoll \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 06:30:00 2014-12-25 07:00:00 \N \N \N \N \N 2611155 t
+28160 15896 Inspirational Breakfast eng \N John and Esther start your day with devotional reflection, uplifting music and inspiring guests. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 07:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2611156 t
+24448 64069 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2611157 t
+24448 64070 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2611158 t
+24448 64071 Sale Starts Here! eng \N Gems TV celebrate the last few days of 2014 with a clear out of the vault with a huge sale. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2611159 t
+8384 58779 Alan Carr eng Chatty Man Christmas Special: Joining Alan for festive fun are Terry Wogan, Sarah Millican, Dan Stevens, Emma Willis, Phillip Schofield and Gino D'Acampo, plus music from Sam Smith, George Ezra and McBusted \N \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 23:00:00 \N \N \N S \N 2611160 t
+8384 59171 8 Out of 10 Cats Christmas Special eng \N In this special festive edition of the show, Jimmy Carr and team captains Jon Richardson and Sean Lock are joined by special guests Freddie Flintoff, Ricky Wilson and Roisin Conaty. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N S \N 2611161 t
+16032 42205 Horrid Henry eng Horrid Henry Eco Warrior Animated adventures of the mischievous anti-hero. When Henry becomes the school's recycling ambassador, he finds that a bit of power can go a long way! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 09:10:00 2014-12-26 09:25:00 \N \N \N AD,S \N 2611162 t
+16032 41859 Signed Stories: Share a Story eng Jack the Astronaut Animated story telling the tale of Jack, an astronaut who travels to Saturn to get a splendid ring in order to propose to his girlfriend. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 09:25:00 2014-12-26 09:30:00 \N \N \N S,SL \N 2611163 t
+16032 42208 Nerds & Monsters eng The Marriage Ref Animated comedy about a group of nerdy kids exiled on an uncharted island. Becky is forced to spark some romance between the constantly bickering Urp and Durn. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 09:30:00 2014-12-26 09:40:00 \N \N \N S \N 2611164 t
+16032 42209 Nerds & Monsters eng Ka-Boom with a View Animated comedy series about a group of nerdy kids exiled on an uncharted island. When Dudley pigs out on a potentially explosive fruit, he must keep his temper. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 09:40:00 2014-12-26 09:55:00 \N \N \N S \N 2611165 t
+16032 42210 Nerds & Monsters eng Sub Sandwich Animated comedy series about a group of nerdy kids exiled on an uncharted island. Vink catches a submarine with a crew on board that the Monsters plan to eat. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 09:55:00 2014-12-26 10:10:00 \N \N \N S \N 2611166 t
+16032 42211 Nerds & Monsters eng The Dorkathalon Animated comedy series about a group of nerdy kids exiled on an uncharted island. Dudley holds a Nerd Olympics hoping he can finally defeat Stan. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 10:10:00 2014-12-26 10:30:00 \N \N \N S \N 2611167 t
+16032 38069 Almost Naked Animals eng Hotel of Horrors Irreverent fast-paced comedy built around the antics of a group of underwear-clad animals set in a beach front hotel, the Banana Cabana. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 10:30:00 2014-12-26 10:45:00 \N \N \N S \N 2611168 t
+16032 38119 Almost Naked Animals eng The Cabana Manana Irreverent fast-paced comedy built around the antics of a group of underwear-clad animals set in a beach front hotel, the Banana Cabana. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 10:45:00 2014-12-26 11:00:00 \N \N \N S \N 2611169 t
+16032 38120 Almost Naked Animals eng Howie's Little Helper Comedy set in a beach front hotel. Chesley's school project is to pick a person with a job. Who better to show Chesley how to be a hotel manager than Howie? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:15:00 \N \N \N S \N 2611170 t
+16032 38089 Almost Naked Animals eng Horn Swoggled The antics of a group of underwear-clad animals in a beachfront hotel. When Narwhal loses his horn - the source of his musical mojo - he switches jobs with Duck. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 11:15:00 2014-12-26 11:30:00 \N \N \N S \N 2611171 t
+16032 42212 Mr Bean eng Super Marrow The animated antics of the hapless bumbler. Mr Bean finds himself in a race to grow a giant marrow with his next-door neighbour. There is prize money at stake! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 11:30:00 2014-12-26 11:45:00 \N \N \N AD,S \N 2611172 t
+16032 42213 Mr Bean eng A Running Battle The animated antics of the hapless bumbler. It is the start of a Fun Run and Mr Bean lines up beside his deadly enemy - the fat bloke who stole his parking space. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 11:45:00 2014-12-26 11:55:00 \N \N \N AD,S \N 2611173 t
+16032 35255 Tricky Quickies eng \N Stephen Mulhern presents a short spin-off programme from Tricky TV. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-26 11:55:00 2014-12-26 12:00:00 \N \N \N \N \N 2611174 t
+17664 58779 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2611175 t
+17664 59171 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611176 t
+27648 4614 Wheeler Dealers eng Land Rover Defender Mike tries to find a V8-powered Land Rover Defender that Edd can turn into a cool urban cruiser. With just 5,000 can he find a decent car and spec it up? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2611177 t
+27648 4615 Wheeler Dealers eng Corvette C4 Part 1 With an eye for a bargain, Mike Brewer spends 2,100 on a 1984 Corvette C4. Can top mechanic Edd China restore it to its former glory? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N \N \N 2611178 t
+27648 4616 Wheeler Dealers eng Corvette C4 Part 2 After passing through Edd China's expert hands, the 1984 Corvette C4 is revamped and ready to be sold. Mike Brewer takes on the challenge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N \N \N 2611179 t
+17664 58793 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 11:30:00 2014-12-26 13:15:00 \N \N \N \N \N 2611759 t
+27648 4617 Salvage Hunters eng \N Drew heads to the cash-strapped Baronet of Maunsel's stately home - but what will he find in the rat-infested sheds? Plus, Julian finds a way to road-test a tank. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2611180 t
+22226 4415 Celebrity Who Wants To Be A Millionaire eng \N A celebrity edition of the award-winning quiz show presented by Chris Tarrant. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 09:15:00 2014-12-25 10:15:00 \N \N \N S \N 2611181 t
+22226 4439 Celebrity Who Wants To Be A Millionaire eng \N A celebrity edition of the award-winning quiz show presented by Chris Tarrant. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 10:15:00 2014-12-25 11:15:00 \N \N \N S \N 2611182 t
+22226 4468 Celebrity Who Wants To Be A Millionaire eng \N A celebrity edition of the award-winning quiz show presented by Chris Tarrant. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 11:15:00 2014-12-25 12:15:00 \N \N \N S \N 2611183 t
+17472 56611 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 18:45:00 2014-12-26 19:15:00 \N \N \N \N \N 2611184 t
+17472 57952 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 19:15:00 2014-12-26 20:00:00 \N \N \N \N \N 2611185 t
+17472 56612 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2611186 t
+28288 8791 Prai Beauty eng \N Prai is a ginger-like root that has been harvested in the tropical forests of Thailand for more than 1000 years. This range of prestige skincare combines traditional wisdom with the latest technology. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2611187 t
+28288 8792 Laura Geller Makeup eng \N Laura Geller is a renowned make-up artist, teacher and working mother and the creative force behind one of the most successful make-up studios in New York. Join us to explore her superb range. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 07:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2611188 t
+28288 8793 Beauty Pick Of The Month eng \N Tune in to see QVC's Beauty Pick of the Month. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 08:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2611189 t
+22720 1373 Neev eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 12:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2611190 t
+24480 3633 Vintage After Midnight eng \N Can't sleep? Or partying into the early hours? Make Vintage TV your companion. We're here to help you make it through the night with a smile on your sleepy face, we hope. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2611191 t
+26368 9361 Afternoons with Paul Phear eng \N Merry Christmas! Join Paul Phear from 2.00pm for a festive afternoon. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2611192 t
+15808 50400 Night Of The Jumps eng \N Freestyle motocross hits dizzying new heights thanks to Night of the Jumps' incredible line-up of aerial acrobats. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 15:15:00 2014-12-26 15:45:00 \N \N \N \N \N 2611193 t
+15808 50401 Sucker Punch Enduro eng \N Competitors are put through their paces in this Extreme Enduro event held in Bala, North Wales. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 15:45:00 2014-12-26 16:50:00 \N \N \N \N \N 2611194 t
+15808 50402 Roof Of Africa eng \N The world's best Xtreme Enduro competitors take on one of the toughest off-road endurance events. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 16:50:00 2014-12-26 17:50:00 \N \N \N \N \N 2611195 t
+15808 50403 Thundercats Gibraltar eng \N The action-packed global powerboat series heads to Gibraltar for the UIM European Championship. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 17:50:00 2014-12-26 18:55:00 \N \N \N \N \N 2611196 t
+22752 1129 Riddim Commission on Kiss Fresh eng \N Riddim Commission in the mix playing the best in new House and Bass beats on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2611197 t
+22752 1130 Kiss Fresh Mixblock eng \N The hottest DJ's in the mix on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611198 t
+28096 59497 Sin City Motors eng \N The Vegas crew who kit out one-of-a-kind wild rides. Costs escalate when the gang start work on a 1938 Big Rig Mack Truck cab. Steve blows out the engine on his beloved D-Rod. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N S \N 2611199 t
+28096 59498 Red Bull Soapbox Race eng Peru It's back! The welcome return of the global event in which daredevil drivers tackle perilous courses in their wacky homemade soapbox vehicles. The action kicks off in Peru. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2611200 t
+28096 59499 Traffic Cops eng Fatal Distraction Illuminating, fly-on-the-wall series about the UK's traffic police. Hampshire police are called to the scene of a road fatality and must work out what caused it. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:40:00 \N \N \N \N \N 2611201 t
+28096 59500 Storage Hunters eng Door Number One Bargain-hunters are at loggerheads as they compete for storage units. A monster scares the bidders. Brandon and Lori hope to break records with some DJing gear. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 14:40:00 2014-12-25 15:10:00 \N \N \N S \N 2611202 t
+28416 20161 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-24 00:00:00 2014-12-24 05:00:00 \N \N \N \N \N 2611203 t
+4168 51831 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:00:00 \N \N \N S \N 2611204 t
+23184 17915 Great Christmas Light Fight eng In the first Christmas lights competition of its kind for television, four families will compete each week to transform their homes for the holidays \N \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2611205 t
+23184 17596 New eng Crime Stories Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2611206 t
+23184 17597 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:30:00 \N \N \N \N \N 2611207 t
+23184 17598 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-25 17:30:00 2014-12-25 18:00:00 \N \N \N \N \N 2611208 t
+22688 1118 Afternoons with Angie Greaves eng \N Great music to get you through your afternoon \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 12:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2611209 t
+27360 18277 FIFA World Cup Official Film 1986 eng Mexico - Hero FIFA's glossily filmed record of the 1986 Mexico World Cup, where the Mexican wave was born and where the genius of Diego Maradona and his 'Hand of God' inspired Argentina to glory. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 09:15:00 2014-12-26 11:00:00 \N \N \N \N \N 2611210 t
+27360 18278 ESPN Soccer Stories eng White, Blue and White Documentary in which former Tottenham Hotspur midfielder Ossie Ardiles recounts how the Falklands War jeopardised his blossoming career in England. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2611211 t
+24016 12925 Tall in the Saddle eng \N John Wayne is the new ranch hand who arrives to find his boss murdered, two women competing for his attention and a corrupt judge running the town. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 13:25:00 2014-12-25 15:10:00 \N \N 1944 \N \N 2611212 t
+14688 11640 The Night Shift eng \N George is on the nightshift with loads of great music, your requests and stuff to help you make it through the early hours. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 00:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2611213 t
+23296 5868 Loud and Proud eng \N Be proud of who you are and meet your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 12:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2611214 t
+23296 5869 Out and About eng \N Don't just sit there, get stuck in. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2611215 t
+23120 20525 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2611217 t
+23120 20524 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2611218 t
+23120 20511 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2611219 t
+22624 40516 Daily Lunch eng \N RNIB's Insight Radio - Jill Daley reviews the latest magazines from Cosmopolitan to Q, as well as great music and chat \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-25 13:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2611220 t
+23280 5885 Flirt Zone eng \N Flirt with thousands of people across the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 12:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2611221 t
+23280 5886 Picture Dating eng \N Send a Picture, find your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2611222 t
+13024 51118 A Shot In The Dark eng \N Best of British comedy continues with the Inspector Clouseau comedy starring Peter Sellers. The bumbling policeman remains stubbornly convinced that a chambermaid is not guilty of murder. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 20:05:00 \N \N 1964 S \N 2611223 t
+13024 51119 Rob Brydon Live eng \N Part of best of British comedy day is this live 2009 recording of Rob Brydon's excruciatingly funny stand-up show. Packed with wry anecdotes, witty banter, improvisation, impersonations and songs. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 20:05:00 2014-12-26 21:00:00 \N \N \N S \N 2611224 t
+16208 37021 The Bill eng \N Sun Hill where it's not just about catching villains.Taviner risks his life, and makes a terrible confession. Ashton, who lied to Gilmore about his engagement, is in a panic. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:00:00 \N \N \N S \N 2611225 t
+16208 39661 Rock and Chips eng \N Comedy drama prequel to Only Fools and Horses featuring teenage versions of Del Boy, Boycie, Trigger and Denzil. Life for the Trotters changes when ex-con Freddie Robdal turns up. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2611226 t
+33088 17752 no!no! Hair Removal eng \N Now available worldwide, the innovative no!no! system offers pain-free hair removal that can be performed in the comfort and convenience of your own home. No mess, no chemicals - just smooth skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 03:00:00 2014-12-22 04:00:00 \N \N \N \N \N 2611227 t
+33088 17753 In the Salon with SBC eng \N SBC have captured the essences of plants to soothe your body. Tune in to find out how your skin can benefit from their renowned natural gel formulations. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 04:00:00 2014-12-22 05:00:00 \N \N \N \N \N 2611228 t
+33088 17754 Hi-Tech Toys & Electronics eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 05:00:00 2014-12-22 06:00:00 \N \N \N \N \N 2611229 t
+25792 52513 The Re-Inventors eng Da Vinci Gun Matt Hunter and Jeremy MacPherson dig up original patent designs to test intriguing inventions from the past. Leonardo da Vinci's 12-barrel machine gun is given a shot. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 00:30:00 2014-12-25 01:00:00 \N \N \N S \N 2611230 t
+25792 52514 The Re-Inventors eng Monowheel With the safety of road cyclists in the news of late, Matt and Jeremy's trial of the monowheel is particularly relevant. Is this the next big thing in commuting? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:25:00 \N \N \N S \N 2611231 t
+25792 52515 Find My Past eng Bounty Genealogy series. Descendants of John Fryer, Fletcher Christian and William Bligh, three key players in the 1789 mutiny on the Bounty, learn about their seafaring relatives. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-25 01:25:00 2014-12-25 02:10:00 \N \N \N AD,S \N 2611232 t
+25792 52516 King George and Queen Mary: The Royals Who Rescued the Monarchy eng King George V Two-part portrait of Elizabeth II's grandparents. George V was an unlikely moderniser who embraced democratic reform and reinvented royal... \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 02:10:00 2014-12-25 03:00:00 \N \N \N S \N 2611233 t
+4169 56514 Wallace and Gromit eng A Grand Day Out The first of Nick Park's award-winning claymations. Inventor Wallace and his dog Gromit blast off in a homemade rocket to find out if the moon is really made of cheese. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:25:00 \N \N 1989 AD,S \N 2611234 t
+4169 56515 Gnomeo & Juliet eng \N Animated movie about two garden gnomes from rivalling families, who fall in love but must keep their romance a secret from their parents. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 12:25:00 2014-12-25 13:40:00 \N \N 2011 AD,S \N 2611235 t
+4169 56516 Shaun the Sheep eng CBBC. We Wish Ewe a Merry Christmas Shaun discovers that the farmer will be spending Christmas Day alone. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 13:40:00 2014-12-25 13:50:00 \N \N \N S \N 2611236 t
+4169 51809 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 13:50:00 2014-12-25 14:00:00 \N \N \N S \N 2611237 t
+4169 57648 Top of the Pops Christmas eng \N Fearne Cotton and Reggie Yates celebrate Christmas Day with a special yuletide edition of Top of the Pops featuring Ed Sheeran, Ella Henderson, McBusted, Take That and more. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N S \N 2611238 t
+14498 26600 Build, Buy or Restore? eng \N How much freedom does a 250,000 property budget offer you? Expert Michael Holmes reveals to a Derbyshire couple how to maximise their investment opportunity. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:30:00 \N \N \N \N \N 2611239 t
+14498 26601 Build, Buy or Restore? eng \N Michael Holmes offers advice to a Solihull couple who are trying to decide whether to buy or build with their 800,000 budget. What option will they go for? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 03:30:00 2014-12-25 04:00:00 \N \N \N \N \N 2611240 t
+14498 26602 Wheeler Dealers eng Mercedes Part 2 Can auto experts Mike Brewer and Edd China work their mechanical magic on a classic Mercedes 230E to get its engine revving and back on the road again? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:30:00 \N \N \N \N \N 2611241 t
+14498 26603 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 04:30:00 2014-12-25 05:00:00 \N \N \N \N \N 2611242 t
+14498 26604 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2611243 t
+14498 26605 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2611244 t
+22208 3544 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 06:30:00 2014-12-26 07:00:00 \N \N \N \N \N 2611245 t
+24464 50404 NZ Jetsprint eng Rallying-meets-sporting trials on water as a navigator guides his driver through narrow channels at barely believable speeds. Blink and you'll miss it! Rd 1 Wanganui (Group A). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 18:55:00 2014-12-26 19:25:00 \N \N \N \N \N 2611246 t
+24464 50405 NZ Jetsprint eng Rallying-meets-sporting trials on water as a navigator guides his driver through narrow channels at barely believable speeds. Blink and you'll miss it! Rd 1 Wanganui (Superboat). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 19:25:00 2014-12-26 20:00:00 \N \N \N \N \N 2611247 t
+24464 50406 On The Limit Rallying eng \N Killarney and District Motor Club presents Ireland's only dedicated historic rally. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2611248 t
+28032 16360 Police Academy 3 eng Back in Training Slapstick comedy starring Steve Guttenberg and Bubba Smith, 1986. A group of incompetent cops must save their academy from closure, but a rival school plots sabotage \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 19:10:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2611249 t
+8452 58777 Arthur Christmas eng \N Aardman CGI animated comedy. When a little girl's Christmas present is forgotten, Santa's son Arthur (voiced by James McAvoy) sets out to deliver it - causing mayhem along the way. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-25 19:00:00 2014-12-25 21:00:00 \N \N 2011 AD,S \N 2611250 t
+22208 3524 Sunrise eng \N A round-up of all the main news stories of the morning, including showbiz news and sport. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:30:00 \N \N \N \N \N 2611251 t
+22208 3637 60 Minute Makeover eng \N Claire Sweeney presents a design series in which the team has just one hour to improve a home in Reigate, Surrey with a makeover. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 07:00:00 2014-12-26 08:00:00 \N \N \N S \N 2611252 t
+22208 3777 6ixth Sense With Colin Fry eng \N One of Britain's most successful spiritualist mediums, Colin Fry, attempts to make contact with the other side in front of an expectant studio audience. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:30:00 \N \N \N \N \N 2611253 t
+22208 3787 6ixth Sense With Colin Fry eng \N One of Britain's most successful spiritualist mediums, Colin Fry, attempts to make contact with the other side in front of an expectant studio audience. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N S \N 2611254 t
+41264 282 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 12:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2611255 t
+33088 17831 Food Glorious Food eng \N Food Glorious Food brings you a packed show full of your favourite and best loved brands at QVC. Celebrating our food range, you will see a range you can enjoy in the comfort of your own home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2611256 t
+33088 17832 Bodyblade Total Body Fitness... eng \N Join our presenters and find out more about the portable and lightweight Bodyblade conditioning tool, designed to tone and sculpt your body by stimulating the muscles! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2611257 t
+33088 17833 Dyson eng \N Vacuum your home with help from the iconic and much-loved British brand Dyson. We will be showcasing unique packages with added accessories, as well as discovering Dyson's new innovative technology. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611258 t
+17664 59104 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 02:30:00 2014-12-26 04:25:00 \N \N \N \N \N 2611259 t
+41008 58777 eng \N \N \N \N \N \N \N \N \N 1 0 0 \N 2014-12-25 19:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2611260 t
+4166 56514 Wallace and Gromit eng A Grand Day Out The first of Nick Park's award-winning claymations. Inventor Wallace and his dog Gromit blast off in a homemade rocket to find out if the moon is really made of cheese. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:25:00 \N \N 1989 AD,S \N 2611261 t
+4166 56515 Gnomeo & Juliet eng \N Animated movie about two garden gnomes from rivalling families, who fall in love but must keep their romance a secret from their parents. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 12:25:00 2014-12-25 13:40:00 \N \N 2011 AD,S \N 2611262 t
+4166 56516 Shaun the Sheep eng CBBC. We Wish Ewe a Merry Christmas Shaun discovers that the farmer will be spending Christmas Day alone. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 13:40:00 2014-12-25 13:50:00 \N \N \N S \N 2611263 t
+4166 51809 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 13:50:00 2014-12-25 14:00:00 \N \N \N S \N 2611264 t
+4166 57648 Top of the Pops Christmas eng \N Fearne Cotton and Reggie Yates celebrate Christmas Day with a special yuletide edition of Top of the Pops featuring Ed Sheeran, Ella Henderson, McBusted, Take That and more. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N S \N 2611265 t
+15856 3585 The Real Housewives of Miami eng Reunion Reality series. The ladies meet for a dramatic season finale. As Adriana's temper rages at Cristy, the women make their allegiances apparent. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:10:00 2014-12-26 19:00:00 \N \N \N S \N 2611266 t
+15856 3586 The Millionaire Matchmaker eng Opposites Don't Attract Reality series. Patti enlists the help of a body language expert to help two people attract their ideal mates. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N S \N 2611267 t
+15856 3587 Big Rich Atlanta eng Shut the Truck Up! Reality series. The pressure proves too much for Harvin when she is coerced into showing her artwork at an event headed by Sharlinda. Meagan's plans hit a snag. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2611268 t
+27712 22120 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2611269 t
+27712 22121 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:30:00 \N \N \N \N \N 2611270 t
+27712 22122 101 East eng \N Deconstructing the deadly dangers for consumers, 101 East shows the hidden harm in the Chinese food industry_s rush for lower costs. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:00:00 \N \N \N \N \N 2611271 t
+27712 22123 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611272 t
+22336 59168 Tooth Fairy eng \N Family fantasy comedy. Dwayne Johnson stars as a tough ice hockey player who is transformed into a real-life fairy as punishment for telling a child that tooth fairies don't exist. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-26 15:00:00 2014-12-26 17:05:00 \N \N 2010 S \N 2611273 t
+22336 59169 Ice Age eng A Mammoth Christmas When Sid accidentally ruins one of Manny's Christmas traditions, he's told that he will be on Santa's naughty list. So he heads to the North Pole to plead his case directly to Santa Claus. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-26 17:05:00 2014-12-26 17:30:00 \N \N \N S \N 2611274 t
+22336 58722 Father Christmas eng \N Classic animation based on Raymond Briggs's book. What does Father Christmas do with himself for the other 364 days of the year? Here's a chance to find out. Voiced by Mel Smith. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-26 17:30:00 2014-12-26 18:05:00 \N \N \N S \N 2611275 t
+14448 27389 Sally Anne Bowman eng Psychic Private Eyes Special Fascinating documentary on the death of Sally Anne Bowman. Celebrated medium Colin Fry reveals how his psychic readings indicated the young model's murderer. \N 2 25 f 3 eng \N 8 0 0 \N 2014-12-26 21:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2611276 t
+14448 27390 Psychic Private Eyes eng \N Britain's best known psychic mediums investigate mysterious criminal cases, often where the dead are the only witnesses. With Colin Fry & Tony Stockwell, and introducing the remarkable TJ Higgs. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2611277 t
+4175 56514 Wallace and Gromit eng A Grand Day Out The first of Nick Park's award-winning claymations. Inventor Wallace and his dog Gromit blast off in a homemade rocket to find out if the moon is really made of cheese. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:25:00 \N \N 1989 AD,S \N 2611278 t
+4175 56515 Gnomeo & Juliet eng \N Animated movie about two garden gnomes from rivalling families, who fall in love but must keep their romance a secret from their parents. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 12:25:00 2014-12-25 13:40:00 \N \N 2011 AD,S \N 2611279 t
+4175 56516 Shaun the Sheep eng CBBC. We Wish Ewe a Merry Christmas Shaun discovers that the farmer will be spending Christmas Day alone. Also in HD. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-25 13:40:00 2014-12-25 13:50:00 \N \N \N S \N 2611280 t
+4175 51809 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 13:50:00 2014-12-25 14:00:00 \N \N \N S \N 2611281 t
+4175 57648 Top of the Pops Christmas eng \N Fearne Cotton and Reggie Yates celebrate Christmas Day with a special yuletide edition of Top of the Pops featuring Ed Sheeran, Ella Henderson, McBusted, Take That and more. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N S \N 2611282 t
+24064 60198 Back at 3am and 24-hours on HD 109 eng \N No Information Available \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2611283 t
+41072 14297 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N \N \N 2611284 t
+41072 13805 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-25 01:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2611285 t
+41072 13806 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-25 02:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2611286 t
+8448 59174 The Big Bang Theory eng E4's Top 20 - The Thanksgiving Decoupling Howard takes the gang along as moral support to his mother's house for Thanksgiving in the show placed second in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N AD,S \N 2611287 t
+8448 59175 The Big Bang Theory eng E4's Top 20 - The Barbarian Sublimation Penny gets addicted to an online game about the world of Conan the Barbarian in the show placed at number one in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:00:00 \N \N \N AD,S \N 2611288 t
+8448 58732 Kick-Ass eng \N Superhero romp. A teen (Aaron Johnson), a foul-mouthed 11-year-old (Chloë Moretz) and her dad (Nicolas Cage) fight crime in New York. Graphic, extreme violence/very strong language. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-26 22:00:00 2014-12-27 00:20:00 \N \N 2010 AD,S \N 2611289 t
+22592 17874 Matchday Live eng \N All the best football action on matchday with Adrian Durham & Ray Parlour. \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-26 13:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2611290 t
+8325 4610 Elf eng Buddy's Musical Christmas Animation based on the film Elf. When Buddy travels to New York City, his unrelenting cheer transforms the lives of everyone and opens his father's eyes to the magic of Christmas. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 13:05:00 2014-12-26 14:05:00 \N \N \N S \N 2611291 t
+8325 4605 Emmerdale eng \N It is Andy and Katie's wedding day. Cain tries to cover his suspicious behaviour. Lachlan offers Belle a way to ease her problems. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 14:05:00 2014-12-26 15:05:00 \N \N \N AD,S \N 2611292 t
+14816 1013 1-2-1 Dating - NEW & Improved eng 1-2-1 Dating WORKS - Testimonial 'I thought, nothing ventured, nothing gained... Shortly after, I met Jonathan' - (K C, 32, London). Watch ads for free with 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 12:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2611293 t
+14608 32066 The Last Christmas eng \N A young boy's dream of finding his dead father comes true when his father visits him as an angel. But things turn sour when he discovers that his father was not the hero he imagined him to be. 1999 \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 13:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2611294 t
+8442 55943 Gadget Man's Guide to Christmas eng \N Richard Ayoade presents an indispensable guide to improving Christmas with gadgets that help you shop, wrap presents, beat the weather, improve your carol singing and even cook the dinner. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-25 12:55:00 2014-12-25 13:55:00 \N \N \N S \N 2611295 t
+8442 55944 Christmas In a Day eng \N \N \N 2 25 f 3 eng eng 0 0 0 \N 2014-12-25 13:55:00 2014-12-25 15:00:00 \N \N \N \N \N 2611296 t
+28160 15897 Leading the Way eng \N Dr. Michael Youssef's worldwide radio ministry, passionately proclaiming uncompromising truth. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N \N \N 2611297 t
+28160 16137 Salvation Army eng \N A traditional Salvation Army service from the Bristol Citadel. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:30:00 \N \N \N \N \N 2611298 t
+28160 16138 Telling the Truth eng \N Teaching from the Briscoes for Christmas Day! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 10:30:00 2014-12-25 11:00:00 \N \N \N \N \N 2611299 t
+28160 16139 The Nation's Favourite Carol eng \N We countdown the best Christmas carols, as voted for by you! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2611300 t
+15456 281 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 12:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611301 t
+14832 1374 Winter in Gay Rabbit Meadow eng \N Gay Rabbit Chat & Date has been connecting people for 6 years, so wherever you sit on the LGBT spectrum, pop in and say hi! Introduce a friend and earn FREE credits for each of you \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 12:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2611302 t
+8384 58778 Father Ted Christmas Special eng \N Father Ted and Father Dougal get lost in the lingerie section of a huge department store. Only Ted's quick thinking can avert a potential embarrassment for the church. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:05:00 \N \N \N AD,S \N 2611303 t
+8384 59170 Father Ted eng Hell It's time for Fathers Ted, Dougal and Jack's annual holiday to Kilkelly Caravan Park. With two 'places of interest' to visit, the stage is set for an incredibly exciting two weeks. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:05:00 2014-12-26 01:35:00 \N \N \N AD,S \N 2611304 t
+8384 58781 Father Ted eng Think Fast, Father Ted Ted receives a car from Bishop Brennan to raffle to raise funds to fix the leaky roof. But, as usual, things go horribly wrong. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:35:00 2014-12-26 02:00:00 \N \N \N AD,S \N 2611305 t
+8384 58782 Father Ted eng Tentacles of Doom With the island's most popular religious knick-knack about to be upgraded to a Class Two relic, Ted must ensure that all the priests are on their best behaviour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:30:00 \N \N \N AD,S \N 2611306 t
+8384 59104 Crazy Heart eng \N Romantic drama with Jeff Bridges as an alcoholic country music star who tries to turn his life around after meeting a young journalist (Maggie Gyllenhaal). Contains strong language. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 02:30:00 2014-12-26 04:25:00 \N \N 2009 AD,S \N 2611307 t
+12992 31484 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 03:00:00 2014-12-22 03:30:00 \N \N \N \N \N 2611308 t
+12992 31485 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 03:30:00 2014-12-22 04:00:00 \N \N \N \N \N 2611309 t
+12992 31486 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 04:00:00 2014-12-22 04:30:00 \N \N \N \N \N 2611310 t
+12992 31487 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 04:30:00 2014-12-22 05:00:00 \N \N \N \N \N 2611311 t
+12992 31488 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 05:00:00 2014-12-22 05:30:00 \N \N \N \N \N 2611312 t
+12992 31489 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-22 05:30:00 2014-12-22 06:00:00 \N \N \N \N \N 2611313 t
+14800 1374 Come Up and See Me eng \N Rabbit Chat & Date has been connecting people for over 6 years now on TV - and now also by our new iPhone app! Flirt, chat & make new friends. The opportunities are endless! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 12:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2611314 t
+15312 281 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 12:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611315 t
+16032 42214 Ben 10 eng Race Against Time Children's live action feature starring Phillips Graham and Haley Ramm, 2007. When the alien Eon threatens his home town, Ben tries to do battle without the Omnitrix to help him \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:15:00 \N \N \N AD,S \N 2611316 t
+16032 42233 Mr Bean eng Egg and Bean The animated antics of the hapless bumbler. Mr Bean gets in a flap when a harmless baby bird he finds in his cake mix grows into a huge stork and takes over his home! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 13:15:00 2014-12-26 13:30:00 \N \N \N AD,S \N 2611317 t
+16032 37979 Canimals eng Snow Cans The Canimals find themselves racing for their lives, pursued by an ever-growing ball of snow. Will they manage to get themselves out of this in one piece? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 13:30:00 2014-12-26 13:40:00 \N \N \N S \N 2611318 t
+16032 38022 Canimals eng Can't Blame Me A cute Canimal shows up. Nia and Mimi look after it but all is not as it seems. Can Ato convince them of its real intent and protect the pet bird? \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 13:40:00 2014-12-26 13:50:00 \N \N \N S \N 2611319 t
+16032 38073 Canimals eng Canned Nuts Toki and Ato leave Nia and go on a quest for shiny trinkets. The pyramid of nuts they discover belongs to a tribe of little Canimals and their big boss. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 13:50:00 2014-12-26 14:00:00 \N \N \N S \N 2611320 t
+16032 42220 Dino Dan: Trek's Adventures eng Dino Sightseeing Jurassic adventures. On a sightseeing tour of Niagara Falls, Trek finds a baby spinosaurus which seems to be lost. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:15:00 \N \N \N S \N 2611321 t
+16032 42221 Dino Dan: Trek's Adventures eng Quetza Grandma Jurassic adventures. Before Grandma heads south for the winter, she and Trek create a comic book about three pterosaur babies who get lost on their migration south. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 14:15:00 2014-12-26 14:30:00 \N \N \N S \N 2611322 t
+16032 42222 Nerds & Monsters eng Guys and Dolls Animated comedy series about a group of nerdy kids exiled on an uncharted island. Irwin and Dudley fight, but must work together when Vink threatens to destroy them. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 14:30:00 2014-12-26 14:45:00 \N \N \N S \N 2611323 t
+16032 42223 Nerds & Monsters eng Heatwave Animated comedy series about a group of nerdy kids exiled on an island. A heatwave causes all Zarg's hair to fall out, so he hides out with the Nerds until it grows back. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 14:45:00 2014-12-26 15:00:00 \N \N \N S \N 2611324 t
+15440 281 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 12:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611325 t
+17664 58778 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:05:00 \N \N \N \N \N 2611326 t
+17664 59170 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 01:05:00 2014-12-26 01:35:00 \N \N \N \N \N 2611327 t
+17664 58781 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 01:35:00 2014-12-26 02:00:00 \N \N \N \N \N 2611328 t
+17664 58782 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:30:00 \N \N \N \N \N 2611329 t
+27648 4618 Wheeler Dealers eng Porsche 944 Turbo Part 1 Mike and Edd are on cloud nine when they get their hands on a Porsche. But it's not all smooth sailing for the boys on this turbo-charged restoration. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N \N \N 2611330 t
+27648 4619 Wheeler Dealers eng Porsche 944 Turbo Part 2 The mechanical maestros continue to work on the spectacular Porsche Turbo, using all their skills to make sure this is an unforgettable overhaul. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:00:00 \N \N \N \N \N 2611331 t
+27648 4620 Gunslingers eng Jesse James the South Last Rebel From the ashes of the Confederacy rises an outlaw determined to get rich, and get even. James is seen by many as a modern day Robin Hood. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2611332 t
+27648 4621 Warrior Pov eng Beheading the Taliban Afghanistan, September 2006: US Army Green Berets take on nearly 1000 Taliban Fighters in one of the most intense battles of the War on Terror. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2611333 t
+22226 4791 Celebrity Who Wants To Be A Millionaire eng \N A celebrity edition of the award-winning quiz show presented by Chris Tarrant. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 12:15:00 2014-12-25 13:15:00 \N \N \N S \N 2611334 t
+22226 4792 Celebrity Who Wants To Be A Millionaire eng \N A celebrity edition of the award-winning quiz show presented by Chris Tarrant. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 13:15:00 2014-12-25 14:15:00 \N \N \N S \N 2611335 t
+22226 4794 Celebrity Who Wants To Be A Millionaire eng \N Soap stars take to the chair for a chance to win a million pounds for charity in a special episode of the award-winning quiz show presented by Chris Tarrant. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 14:15:00 2014-12-25 15:15:00 \N \N \N S \N 2611336 t
+17472 56613 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:30:00 \N \N \N \N \N 2611337 t
+17472 56614 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 22:30:00 2014-12-27 00:15:00 \N \N \N \N \N 2611338 t
+12992 30876 CSI: Crime Scene Investigation eng Still Life Las Vegas-based forensic drama. A mother reports her son missing - but does she know more than she is letting on? \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N AD,S \N 2611339 t
+12992 30877 Person of Interest eng Flesh and Blood New. US crime series. Elias snatches Carter's son when the team try to stop Elias from eliminating the five heads of the New York mobs and taking over their territories. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-25 01:00:00 2014-12-25 02:00:00 \N \N \N S \N 2611340 t
+12992 30878 Person of Interest eng Matsya Nyaya New. US crime drama series from the creators of Lost. When an undercover assignment to protect a security guard takes an unexpected turn, Reese experiences flashbacks to his CIA p... \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-25 02:00:00 2014-12-25 03:00:00 \N \N \N S \N 2611341 t
+28288 8794 Liz Earle Naturally Active Skincare eng \N Renowned for her knowledge in skin care, Liz Earle has developed a range of products that feature a high concentration of herbs, vitamins and essential oils to soothe your skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2611342 t
+28288 8795 New on Beauty eng \N New products from across all our range. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2611343 t
+28288 8796 Alpha-H Skincare eng \N Give your skin a boost with hi-tech skincare featuring a synergy of blended botanical ingredients coupled with glycolic acid - an alpha hydroxy acid (AHA) which occurs naturally in sugar cane. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2611344 t
+24480 3634 Neil McCormick's Needle Time eng \N Best known for the 1978 hit 'Glad to be Gay', Tom Robinson joins Neil McCormick for another episode of Needle Time and a thoughtful look back over his career in the music industry. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 03:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2611345 t
+24480 3635 Neil McCormick's Needle Time eng \N We go north of the border with Scottish singer songwriter Sharleen Spiteri of multi-million selling Texas as she chats about life at the helm of the hook-laden pop-rock band. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 04:00:00 2014-12-25 05:00:00 \N \N \N \N \N 2611346 t
+24480 3636 Neil McCormick's Needle Time eng \N The 'Suddenly I See' singer, KT Tunstall joins Neil McCormick for a frank review of her career to date, touching on the cathartic effect of writing and her love of instruments. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 05:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2611347 t
+15808 50404 NZ Jetsprint eng Rallying-meets-sporting trials on water as a navigator guides his driver through narrow channels at barely believable speeds. Blink and you'll miss it! Rd 1 Wanganui (Group A). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 18:55:00 2014-12-26 19:25:00 \N \N \N \N \N 2611348 t
+15808 50405 NZ Jetsprint eng Rallying-meets-sporting trials on water as a navigator guides his driver through narrow channels at barely believable speeds. Blink and you'll miss it! Rd 1 Wanganui (Superboat). \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 19:25:00 2014-12-26 20:00:00 \N \N \N \N \N 2611349 t
+15808 50406 On The Limit Rallying eng \N Killarney and District Motor Club presents Ireland's only dedicated historic rally. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2611350 t
+22752 1131 Kiss Fresh Up All Night eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 00:00:00 2014-12-26 03:00:00 \N \N \N \N \N 2611351 t
+22720 1374 Live@Kiss with Michael & Andrea eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 15:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2611352 t
+28096 59501 Storage Hunters eng Fasten Your Seatbelts The raging US reality series! The Berniers' future is up in the air as the bargain-hunters head to an airport auction and compete for luggage and plane parts. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 15:10:00 2014-12-25 15:40:00 \N \N \N S \N 2611353 t
+28096 59505 Storage Hunters eng Men at War Those bargain-hunting Berniers face more run-ins with their rivals as they bid on valuables at storage auctions. Scott and Chrissy pounce as Jesse and Brandon argue. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 15:40:00 2014-12-25 16:10:00 \N \N \N S \N 2611354 t
+28096 59506 Storage Hunters eng Stormy Waters Cut-throat competition with those volatile bargain-hunters. The bidders head to Marina del Rey in search of prized nautical booty. Will the Berniers sink or swim? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 16:10:00 2014-12-25 16:40:00 \N \N \N S \N 2611355 t
+28096 59502 Top Gear eng Middle East Special The not-so-wise Jeremy Clarkson, Richard Hammond and James May embark on an action-packed road trip as they attempt to follow the path of the Three Wise Men across the Middle East. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-25 16:40:00 2014-12-25 18:20:00 \N \N \N AD,S \N 2611356 t
+28416 20162 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-24 05:00:00 2014-12-24 08:30:00 \N \N \N \N \N 2611357 t
+4168 56616 Pinocchio eng \N In this classic Walt Disney film, Jiminy Cricket narrates the story of the puppet who wants to be a real boy. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:25:00 \N \N 1940 S \N 2611358 t
+4168 56617 CBeebies Peter Pan eng \N CBeebies. Musical stage adaptation of JM Barrie's classic tale, which tells the story of the boy who would not grow up and the adventures of the Darling children in Neverland. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 10:25:00 2014-12-26 11:05:00 \N \N \N AD,S \N 2611359 t
+4168 56618 Room on the Broom eng \N Animated film based on Julia Donaldson's picture book. A kind witch invites a surprising collection of animals to join her on her broom, much to the frustration of her cat. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 11:05:00 2014-12-26 11:30:00 \N \N 2012 AD,S \N 2611360 t
+4168 56619 Cool Runnings eng \N Family comedy, loosely based on the true exploits of four Jamaican bobsleighers who dream of competing in the Winter Olympics. John Candy stars. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 11:30:00 2014-12-26 13:05:00 \N \N 1993 AD,S \N 2611361 t
+23184 17916 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:30:00 \N \N \N \N \N 2611362 t
+23184 17600 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 18:30:00 2014-12-25 19:00:00 \N \N \N \N \N 2611363 t
+23184 17601 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N \N \N 2611364 t
+23184 17602 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-25 19:30:00 2014-12-25 20:00:00 \N \N \N \N \N 2611365 t
+23184 17603 Fear Factor eng Season 3 The ultimate adrenaline rush, a true test of stamina and guile for those contestants who have the guts and determination to face their inner fears. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2611366 t
+22688 1119 Afternoons with Simon Dale eng \N Great music to get you through your afternoon \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 15:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2611367 t
+22688 1120 Magic 80s with Gary Vincent eng \N Gary Vincent plays the best from the 80s. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 17:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2611368 t
+27360 18279 O Arise, All You Sons - BT Sport Films eng \N Documentary looking at how cricket has united the culturally diverse country of Papua New Guinea and emerged as a form of salvation for a remote population affected by poverty. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N S \N 2611369 t
+27360 18115 Cavaliers @ Heat eng \N In one of the most anticipated match-ups of the season, LeBron James returns to Miami to face the Heat for this NBA Eastern Conference clash at the AmericanAirlines Arena. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:30:00 \N \N \N \N \N 2611370 t
+27360 18116 Lakers @ Bulls eng \N NBA Eastern Conference action from the United Center sees the Lakers make their 16th consecutive Christmas Day appearance with a match-up against the Chicago Bulls. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 14:30:00 2014-12-26 16:30:00 \N \N \N \N \N 2611371 t
+24016 12926 She Wore a Yellow Ribbon eng \N John Wayne stars in one of the greatest westerns, John Ford's Oscar winner about a cavalry officer who is due to retire, only to realise he can't walk away from his duty. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 15:10:00 2014-12-25 17:10:00 \N \N 1949 \N \N 2611372 t
+24016 12927 Flying Leathernecks eng \N John Wayne and Robert Ryan star as tough marines initially in conflict but finally united in the heroic WW2 battle of Guadalcanal. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 17:10:00 2014-12-25 19:10:00 \N \N 1951 \N \N 2611373 t
+23296 5870 Something for Everyone eng \N Thousands of like-minded people are waiting for you now. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 16:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2611374 t
+22784 799 Freddie on Kisstory eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 17:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2611375 t
+23120 20517 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2611376 t
+23120 20513 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2611377 t
+23120 20514 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2611378 t
+22624 40517 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2611379 t
+22624 40518 Afternoon Edition eng \N RNIB's Insight Radio - Allan Russell and guests review the evening newspapers and round up the news of the day \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-25 16:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2611380 t
+13024 51120 Morecambe & Wise Live! 1973 eng \N As part of a night celebrating classic comedy this rarely seen live performance sees the official national treasures Morecambe and Wise perform some of their best loved comedy sketches. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:25:00 \N \N \N S \N 2611382 t
+13024 51121 Tommy Cooper's Christmas eng \N Best of classic British comedy with failed magic tricks! Joining Tommy are Dana, Vic Damone, Andre Tabon, Allan Cuthbertson, Tommy Godfrey, Glyn Houston, Damaris Hayman and Annette Potts. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 22:25:00 2014-12-26 23:25:00 \N \N \N S \N 2611383 t
+13024 51122 Carry On Christmas eng \N Classic comedy starring Sid James and Barbara Windsor. The Charles Dickens tale 'A Christmas Carol' is adapted by the Carry On team. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 23:25:00 2014-12-27 00:30:00 \N \N 1969 S \N 2611384 t
+16208 38388 The Green Green Grass Christmas eng The Special Relationship 'Only Fools' spin-off in which Boycie takes centre stage. When an unexpected visitor arrives at Winterdown Farm with a grave secret, Boycie turns detective. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N S \N 2611385 t
+16208 37023 Oliver Twist eng \N Adaptation of Charles Dickens's much-loved tale of a young orphan boy. Oliver finds himself in London and is introduced to the seductive world of Fagin and his gang. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 13:00:00 2014-12-25 15:00:00 \N \N \N AD,S \N 2611386 t
+33088 17755 HairMax - Hair Growth Laser Comb eng \N This show features the HairMax LaserComb, a device that stimulates new hair growth by gently bathing your hair follicles with nourishing laser light to promote new hair growth. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 06:00:00 2014-12-22 07:00:00 \N \N \N \N \N 2611387 t
+33088 17756 Beauty Showcase eng \N From skincare to colourful cosmetics, you can find all your beauty essentials right here! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 07:00:00 2014-12-22 08:00:00 \N \N \N \N \N 2611388 t
+33088 17757 In the Salon with SBC eng \N SBC have captured the essences of plants to soothe your body. Tune in to find out how your skin can benefit from their renowned natural gel formulations. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 08:00:00 2014-12-22 09:00:00 \N \N \N \N \N 2611389 t
+25792 53369 Home Shopping eng \N Shopping from home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 03:00:00 2014-12-25 06:15:00 \N \N \N \N \N 2611390 t
+4169 57802 The Queen's Christmas Broadcast 2014 eng \N Her Majesty Queen Elizabeth II delivers her annual address in the Christmas message to the nation and Commonwealth. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:10:00 \N \N \N S \N 2611391 t
+4169 56517 Puss in Boots eng \N Puss teams up with a fellow thieving feline and Humpty Dumpty to go on an exciting quest. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 15:10:00 2014-12-25 16:30:00 \N \N 2011 AD,S \N 2611392 t
+4169 64835 Puss in Boots eng The Three Diablos CBBC. A spin-off special from Shrek. Puss in Boots returns with the help of three kittens to rescue a precious ruby from the evil Whisperer. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 16:30:00 2014-12-25 16:40:00 \N \N \N AD,S \N 2611393 t
+4169 51817 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 16:40:00 2014-12-25 17:00:00 \N \N \N S \N 2611394 t
+4169 57866 Strictly Come Dancing Christmas eng \N Sir Bruce Forsyth hosts the Strictly Come Dancing Christmas special with Tess Daly. The show goes to town with a pantomime theme as six memorable celebrities return. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:15:00 \N \N \N AD,S \N 2611395 t
+14498 26606 American Hot Rod eng Rat Rod Build-Off Part 4 With the build complete, the race is on, as the boys cross deserts and mountains to decide who will be crowned the new king of American Hot Rod. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:45:00 \N \N \N \N \N 2611396 t
+14498 26607 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 06:45:00 2014-12-25 07:10:00 \N \N \N \N \N 2611397 t
+14498 26608 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 07:10:00 2014-12-25 07:35:00 \N \N \N \N \N 2611398 t
+14498 26609 Total Fishing eng Pike and Perch on the River Severn It's predator paradise for Matt when he casts for pike on the River Severn. Plus, top tips on tackle and bait from the experts. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 07:35:00 2014-12-25 08:00:00 \N \N \N \N \N 2611399 t
+14498 26610 Total Fishing eng Carp at Angler's Paradise Mick's gunning for gaudy flies and Matt's knotting nymphs as they fish a recently stocked lake. Plus, more top tips as the angling experts talk tackle. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:30:00 \N \N \N \N \N 2611400 t
+14498 26611 Total Fishing eng Mullet in Plymouth The weather's great, the tidal estuary location is perfect and they've recruited expert sea fishermen to help but will Matt or Mick manage to hook a mullet? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 08:30:00 2014-12-25 09:00:00 \N \N \N \N \N 2611401 t
+22656 992 Jack Saunders eng \N Jack, in for Jake, helps you through the daytime with big tracks and some laughs along the way. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 10:00:00 2014-12-23 14:00:00 \N \N \N \N \N 2611402 t
+24464 50407 FIA WRC Season Review eng \N Drivers and cars are challenged with some of the toughest and most varied conditions in this World Rally Championship season review. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 21:00:00 2014-12-27 00:10:00 \N \N \N \N \N 2611403 t
+28032 28093 National Lampoon's Vacation eng \N Broad farce starring Chevy Chase and Beverly D'Angelo, 1983. An accident-prone dad heads for California with his family, determined to give them the vacation of a lifetime \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 21:00:00 2014-12-25 23:05:00 \N \N \N AD,S \N 2611404 t
+28032 28096 Sneakers eng \N Hi-tech thriller starring Robert Redford and Dan Aykroyd, 1992. A team of computer hackers is sent to steal a code-breaking black box, a task in which nothing is as it seems \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 23:05:00 2014-12-26 01:30:00 \N \N \N S \N 2611405 t
+8452 58776 Frozen at Christmas eng \N Entertaining, in-depth look at the incredible story of Disney's Frozen, the most successful animated film of all time, hearing from film-makers, performers, celebrities, critics and fans. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N AD,S \N 2611406 t
+8452 58779 Alan Carr eng Chatty Man Christmas Special: Joining Alan for festive fun are Terry Wogan, Sarah Millican, Dan Stevens, Emma Willis, Phillip Schofield and Gino D'Acampo, plus music from Sam Smith, George Ezra and McBusted \N \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-26 00:00:00 \N \N \N S \N 2611407 t
+22208 3789 Stargate SG-1 eng Serpent's Song When SG-1's mortal enemy Apophis seeks sanctuary in the command centre, his presence unleashes an ancient spirit whose wrath threatens to destroy everyone. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N S \N 2611408 t
+22208 3793 Stargate SG-1 eng Holiday Daniel falls victim to an invention that swaps his body with that of a dying man. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N S \N 2611409 t
+22208 3794 Sinbad eng \N Gunnar's shady past comes back to haunt him when he and Sinbad are ambushed by a band of warriors. Meanwhile, Taryn concocts something special. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 5 \N \N S,AD 1 2611410 t
+24016 12931 Django eng \N The original Django classic film starring Franco Nero and directed by Sergio Corbucci. Contains some violent scenes. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 01:05:00 2014-12-26 02:50:00 \N \N 1966 \N \N 2611798 t
+33088 17834 Essential Intimates Sale eng \N Find great deals on essential intimates, featuring shapewear solutions to target everything from muffin tops to VPLs and all those unsightly lumps and bumps inbetween! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2611411 t
+33088 17835 Essential Intimates Sale eng \N Find great deals on essential intimates, featuring shapewear solutions to target everything from muffin tops to VPLs and all those unsightly lumps and bumps inbetween! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 01:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2611412 t
+33088 18066 Fashion Sale eng \N A great time to fill up your wardrobe with amazing bargains - from this year's finest fashions to tried-and-tested classics! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 02:00:00 2014-12-26 03:00:00 \N \N \N \N \N 2611413 t
+41008 58776 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2611414 t
+41008 58779 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611415 t
+12928 42172 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:30:00 \N \N \N \N \N 2611416 t
+12928 42173 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 06:30:00 2014-12-25 07:00:00 \N \N \N \N \N 2611417 t
+12928 42174 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:30:00 \N \N \N \N \N 2611418 t
+12928 42175 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 07:30:00 2014-12-25 08:00:00 \N \N \N \N \N 2611419 t
+12928 42176 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:30:00 \N \N \N \N \N 2611420 t
+12928 42177 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 08:30:00 2014-12-25 09:00:00 \N \N \N \N \N 2611421 t
+4166 57802 The Queen's Christmas Broadcast 2014 eng \N Her Majesty Queen Elizabeth II delivers her annual address in the Christmas message to the nation and Commonwealth. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:10:00 \N \N \N S \N 2611422 t
+4166 56517 Puss in Boots eng \N Puss teams up with a fellow thieving feline and Humpty Dumpty to go on an exciting quest. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 15:10:00 2014-12-25 16:30:00 \N \N 2011 AD,S \N 2611423 t
+4166 64835 Puss in Boots eng The Three Diablos CBBC. A spin-off special from Shrek. Puss in Boots returns with the help of three kittens to rescue a precious ruby from the evil Whisperer. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 16:30:00 2014-12-25 16:40:00 \N \N \N AD,S \N 2611424 t
+4166 51817 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 16:40:00 2014-12-25 17:00:00 \N \N \N S \N 2611425 t
+4166 57866 Strictly Come Dancing Christmas eng \N Sir Bruce Forsyth hosts the Strictly Come Dancing Christmas special with Tess Daly. The show goes to town with a pantomime theme as six memorable celebrities return. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:15:00 \N \N \N AD,S \N 2611426 t
+15856 3588 Bridezillas eng \N Following brides-to-be during their often stressful wedding preparations. Brittany is on the warpath when she suspects her bridesmaid of coveting the groom. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2611427 t
+15856 3589 Celebrity Dinner Date eng \N New series of the culinary dating show. Actor and TV presenter Joe Swash chooses three unsuspecting ladies to date based on the menus he most likes the look of. Will he find love? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N S \N 2611428 t
+15856 3590 Flipping Out eng Never Mix Food with Business Reality series following property speculator Jeff Lewis. For the first time ever, Jeff Lewis Designs takes on a restaurant - the legendary Casa Vega. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 23:00:00 2014-12-26 23:55:00 \N \N \N \N \N 2611429 t
+15856 3591 The Jeremy Kyle Show USA eng \N Jeremy Kyle takes his hugely successful chat show to the US, where his uncompromising views on relationships, addiction and more will no doubt produce some jaw-dropping moments! \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 23:55:00 2014-12-27 00:50:00 \N \N \N S \N 2611430 t
+27712 22124 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:30:00 \N \N \N \N \N 2611431 t
+27712 22125 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 00:30:00 2014-12-26 01:00:00 \N \N \N \N \N 2611432 t
+27712 22126 Witness eng \N Six year old Tobias battles cancer with the help of Angus the clown. An emotionally powerful film where laughter really is one of the best medicines. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-26 01:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2611433 t
+27712 22127 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 02:00:00 2014-12-26 03:00:00 \N \N \N \N \N 2611434 t
+22336 58723 Rude(ish) Tube eng \N Rude Tube's naughty little sister discovers some slightly less rude (but still cheeky) online videos, including extreme unicycling, a very bad mystic cat and some incredible frisbee shots. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 18:05:00 2014-12-26 18:35:00 \N \N \N S \N 2611435 t
+22336 58724 Rude(ish) Tube eng \N Rude Tube's naughty little sister locates some slightly less rude (but still daft) online videos, including a musical nun, Cat Woman crashing her bike and a car that catches a golf ball. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 18:35:00 2014-12-26 19:00:00 \N \N \N S \N 2611436 t
+22336 58725 The Big Bang Theory eng The Decoupling Fluctuation Sheldon intervenes when he learns that Penny is thinking about breaking up with Leonard, but he is hampered by his inability to keep a secret. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N AD,S \N 2611437 t
+22336 58726 The Big Bang Theory eng The Higgs Boson Observation Amy is jealous when Sheldon hires an attractive female assistant. Howard discovers that his return from space has been delayed by a week. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N AD,S \N 2611438 t
+22336 58727 Hollyoaks eng \N Peri takes drastic action when Nancy confronts her, Robbie finds out what Rick has been up to, DS Thorpe has a plan to tear the Roscoes apart, and Ste and John Paul reach a turning point. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:30:00 \N \N \N S \N 2611439 t
+22336 59171 The Big Bang Theory eng E4's Top 20 - The Scavenger Vortex Raj organises a scavenger hunt for the gang that brings out surprising traits in everyone in the show placed fifth in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 20:30:00 2014-12-26 21:00:00 \N \N \N AD,S \N 2611440 t
+4175 57802 The Queen's Christmas Broadcast 2014 eng \N Her Majesty Queen Elizabeth II delivers her annual address in the Christmas message to the nation and Commonwealth. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:10:00 \N \N \N S \N 2611441 t
+4175 56517 Puss in Boots eng \N Puss teams up with a fellow thieving feline and Humpty Dumpty to go on an exciting quest. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 15:10:00 2014-12-25 16:30:00 \N \N 2011 AD,S \N 2611442 t
+4175 64835 Puss in Boots eng The Three Diablos CBBC. A spin-off special from Shrek. Puss in Boots returns with the help of three kittens to rescue a precious ruby from the evil Whisperer. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-25 16:30:00 2014-12-25 16:40:00 \N \N \N AD,S \N 2611443 t
+4175 51817 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 16:40:00 2014-12-25 17:00:00 \N \N \N S \N 2611444 t
+22624 40528 Morning Mix eng \N RNIB's Insight Radio - Simon Pauley plays great music and presents information relevant to blind and partially sighted people \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-26 10:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2612216 t
+4175 57866 Strictly Come Dancing Christmas eng \N Sir Bruce Forsyth hosts the Strictly Come Dancing Christmas special with Tess Daly. The show goes to town with a pantomime theme as six memorable celebrities return. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:15:00 \N \N \N AD,S \N 2611445 t
+24064 59677 The Easy Riders eng \N Challenge 125. Danny John-Jules and Steve Keys are back on the road but this time the stakes are higher. The bikers have just £125 to make the long ride from London to Valencia. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:30:00 \N \N \N \N \N 2611446 t
+24064 59678 The Easy Riders eng \N Challenge 125. It's decision time for Danny John-Jules and Steve Keys as they choose a riding companion to join them on this low budget journey of a lifetime. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 03:30:00 2014-12-25 04:00:00 \N \N \N \N \N 2611447 t
+24064 59679 The Easy Riders eng \N Danny John-Jules and Steve Keys are joined by George Nickless on a Parisian adventure, before making an unscheduled stop to meet some feline friends. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:30:00 \N \N \N \N \N 2611448 t
+24064 59680 The Easy Riders eng \N Challenge 125. Danny John-Jules and the gang make a poignant visit to an abandoned French village, before heading off for some fun on more alternative forms of horsepower. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 04:30:00 2014-12-25 05:00:00 \N \N \N \N \N 2611449 t
+24064 59681 The Easy Riders eng \N The Easy Riders continue to battle the elements as Danny John-Jules decides there's only one way to keep warm, but will the locals approve? \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2611450 t
+24064 59682 The Easy Riders eng \N As the challenge reaches its final leg, Danny, Steve and George tot up their remaining cash before heading to Valencia. But will they make it in one piece? \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2611451 t
+14752 23791 Roman Kemp eng \N Roman's bringing you the HOTTEST hit music in the world! Keep it Capital and get involved at CapitalFM.com or Tweet @CapitalOfficial \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 01:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2611452 t
+41072 13704 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:15:00 \N \N \N \N \N 2611453 t
+41072 13705 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-25 07:15:00 2014-12-25 08:00:00 \N \N \N \N \N 2611454 t
+41072 13706 eng \N \N \N 0 25 f \N \N \N 5 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:30:00 \N \N \N \N \N 2611455 t
+41072 13807 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:30:00 \N \N \N \N \N 2611456 t
+41072 13808 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-25 03:30:00 2014-12-25 04:00:00 \N \N \N \N \N 2611457 t
+41072 13809 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:30:00 \N \N \N \N \N 2611458 t
+41072 13810 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-25 04:30:00 2014-12-25 05:00:00 \N \N \N \N \N 2611459 t
+41072 13811 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2611460 t
+41072 13812 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2611461 t
+22592 17875 Call Collymore eng \N Stan "The Man" Collymore hosts the fastest football phone-in on the dial, live from the Hawthorns \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-26 17:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2611462 t
+8325 4606 Coronation Street eng \N Does Kylie stand to lose everything? Steve pulls out all the festive stops. Gary ruins Faye's Christmas. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 15:05:00 2014-12-26 16:10:00 \N \N \N AD,S \N 2611463 t
+8325 2783 Nanny McPhee eng \N Family drama starring Emma Thompson and Colin Firth, 2005. A widowed father who cannot manage his seven children seeks the help of a scary nanny with magical powers \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 16:10:00 2014-12-26 18:10:00 \N \N \N AD,S \N 2611464 t
+14816 1014 1-2-1 Dating - Try ADULT eng \N 1-2-1 Dating's popular ADULT section is for those seeking something a little unusual, specific or extracurricular. Search the pages to find your adult 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 16:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2611465 t
+14608 32067 A Grandpa For Christmas eng \N After his estranged daughter is hospitalized, eighty-year-old Bert Riley takes Becca, the granddaughter he never met, under his wing. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 15:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2611466 t
+14608 32068 The Christmas Pageant eng \N When a temperamental Broadway director is fired from yet another job, she is forced to direct a community Christmas pageant. Starring Melissa Gilbert \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 17:00:00 2014-12-25 19:00:00 \N \N 2011 \N \N 2611467 t
+41072 13707 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-25 08:30:00 2014-12-25 09:00:00 \N \N \N \N \N 2611468 t
+8442 55952 100 Greatest Toys with Jonathan Ross eng Gadget and gizmo enthusiast Jonathan Ross counts down the nation's favourite toys and games, with the inside stories of their creation Plus, celebrities reveal their top toys. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 15:00:00 2014-12-25 18:15:00 \N \N \N S \N 2611469 t
+28160 16140 The Changing Face of Christmas eng \N Lisa Mainwaring looks at how Christmas is celebrated around the world, and what that means for our festive traditions. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2611470 t
+28160 16141 Trad Service eng \N Join your favourite Premier presenters for this traditional service. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2611471 t
+28160 16142 The Real Nativity eng \N Does the sanitised school Nativity bear any resemblance to how things really looked that first Christmas? Justin Brierley investigates. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2611472 t
+14832 1375 Rabbits & Bunnies & Meadows, Oh My eng \N Now in its 6th year, Gay Rabbit Chat & Date is an interactive TV chat service designed to put YOU in touch with new LGBT friends all over the UK. Chat, flirt, date and then some! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 16:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2611473 t
+8384 58785 Secret Eaters eng \N The secret cameras monitor couple Kelli and Tracey, who want to slim down before they get married. And do the sport fans of losing teams eat more snacks after the game? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 04:25:00 2014-12-26 05:20:00 \N \N \N S,SL \N 2611474 t
+8384 59103 Small Animal Hospital eng \N There's a horse called Hooligan Jack with hoof problems in the hospital. And can a dose of acupuncture relieve Molly the collie's stiffness? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 05:20:00 2014-12-26 05:50:00 \N \N \N S \N 2611475 t
+8384 58787 Flicka eng \N Drama. A rebellious teenager (Alison Lohman) defies her father's wishes and trains a wild mustang on the family ranch. But what will she do when the animal is sold to a rodeo? \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 05:50:00 2014-12-26 07:25:00 \N \N 2006 S \N 2611476 t
+14800 1375 Winter in Rabbit Meadow eng \N Rabbit Chat & Date has been connecting people for 6 years now! Why not jump in and see why? Make new friends, chat, flirt and find that RIGHT somebody. Or that RIGHT NOW somebody. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 16:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2611477 t
+16032 42226 Big Time Rush eng Big Time Gold A look at life for the members of a boy band. Camille finds a gold necklace and thinks it is Logan's gift to her, but it is really Kendall's birthday present for Jo. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 15:00:00 2014-12-26 15:30:00 \N \N \N S \N 2611478 t
+16032 42236 Mr Bean eng In the Wild The animated antics of the hapless bumbler Mr Bean. Mr Bean goes deep into the countryside in search of the perfect wildlife photograph. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 15:30:00 2014-12-26 15:45:00 \N \N \N AD,S \N 2611479 t
+16032 35339 Mr Bean eng Missing Teddy The animated antics of the hapless bumbler Mr Bean. Bean tracks down the men responsible for kidnapping his teddy - only to find he is not their only captive! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 15:45:00 2014-12-26 16:00:00 \N \N \N AD,S \N 2611480 t
+24016 12932 War In The Atlantic eng \N Detailed account of the ships and tactics that were used on both sides in the Atlantic during WW2. Including rare colour footage. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 02:50:00 2014-12-26 04:00:00 \N \N \N \N \N 2611799 t
+16032 42237 Horrid Henry eng Horrid Henry Eats Out A little encouragement from Dad and a delicious plate of snails help Henry make the best of a dining experience with Rich Aunt Ruby and Stuck Up Steve. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 16:00:00 2014-12-26 16:15:00 \N \N \N AD,S \N 2611481 t
+16032 42238 Horrid Henry eng Dinner Guests Henry manages to wheedle his way into a special dinner evening, and meets a worthy opponent - Mum's boss, who turns out to be even more horrid than him! \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 16:15:00 2014-12-26 16:30:00 \N \N \N AD,S \N 2611482 t
+16032 38137 Almost Naked Animals eng The Night Shift The antics of a group of underwear-clad animals in a beachfront hotel. Howie discovers there is a night shift at the Banana Cabana and that they have a lot more fun. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 16:30:00 2014-12-26 16:45:00 \N \N \N S \N 2611483 t
+16032 38138 Almost Naked Animals eng The Green Banana Comedy built around the antics of a group of underwear-clad animals in beachfront hotel the Banana Cabana. Howie attempts to go green - but goes too far. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-26 16:45:00 2014-12-26 16:55:00 \N \N \N \N \N 2611484 t
+16032 41890 Signed Stories: Share a Story eng The Possessed Pants Signed programme which goes behind the scenes of the competition, meeting the competitors and the animators who turned their stories into short films. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 16:55:00 2014-12-26 17:00:00 \N \N \N S,SL \N 2611485 t
+16032 42241 The Aquabats! Super Show! eng Summer Camp Musical comedy action adventure series. The Aquabats! spend the summer participating at Camp Radventures, a summer camp where kids are trained to become AquaCadets. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 \N \N \N S \N 2611486 t
+16032 42242 Deadtime Stories eng Revenge of the Goblins Anthology series. It is all Sammy's fault. Now it is too late. Nina and Sammy have released the goblins from under the Earth - and they are out for revenge! \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 17:30:00 2014-12-26 17:55:00 \N \N \N S \N 2611487 t
+16032 35256 Tricky Quickies eng \N Stephen Mulhern presents a short spin-off programme from Tricky TV. \N 2 25 f 3 eng \N 5 0 0 \N 2014-12-26 17:55:00 2014-12-26 18:00:00 \N \N \N \N \N 2611488 t
+17664 58785 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 04:25:00 2014-12-26 05:20:00 \N \N \N \N \N 2611489 t
+17664 59103 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 05:20:00 2014-12-26 05:50:00 \N \N \N \N \N 2611490 t
+17664 58787 Flicka eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 05:50:00 2014-12-26 07:25:00 \N \N \N \N \N 2611491 t
+22226 4898 Celebrity Who Wants To Be A Millionaire eng \N More soap stars take to the chair for a chance to win a million pounds for charity in a special episode of the award-winning quiz show presented by Chris Tarrant. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 15:15:00 2014-12-25 16:15:00 \N \N \N S \N 2611492 t
+22226 5974 Celebrity Who Wants to be A Millionaire eng \N More celebrities take to the chair for a chance to win a million pounds for charity in a special episode of the award-winning quiz show presented by Chris Tarrant. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 16:15:00 2014-12-25 17:15:00 \N \N \N \N \N 2611493 t
+22226 6358 Celebrity Who Wants to be A Millionaire eng \N More celebrities take to the chair for a chance to win a million pounds for charity in a special episode of the award-winning quiz show presented by Chris Tarrant. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 17:15:00 2014-12-25 18:15:00 \N \N \N \N \N 2611494 t
+12992 30879 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:30:00 \N \N \N \N \N 2611495 t
+12992 30880 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 03:30:00 2014-12-25 04:00:00 \N \N \N \N \N 2611496 t
+12992 30881 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:30:00 \N \N \N \N \N 2611497 t
+12992 30882 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 04:30:00 2014-12-25 05:00:00 \N \N \N \N \N 2611498 t
+12992 30883 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2611499 t
+12992 30884 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2611500 t
+28288 8797 In the Salon with SBC eng \N SBC have captured the essences of plants to soothe your body. Tune in to find out how your skin can benefit from their renowned natural gel formulations. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2611501 t
+28288 65360 Back at 5am eng \N Programmes start again at 5am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 13:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2611502 t
+24480 3637 A Vintage Christmas Morning eng \N Open your presents to the best Vintage Christmas songs \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2611503 t
+26368 6023 Tina Hobley and Friends eng \N On Christmas Day, Tina Hobley is joined by a host of friends to share their favourite festive memories. Merry Christmas! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 18:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2611504 t
+26368 6024 Paul Hollins eng \N Join Paul Hollins for the 'Christmas Sanctuary' - plenty of relaxing songs for your Christmas Day evening. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 20:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611505 t
+15808 50407 FIA WRC Season Review eng \N Drivers and cars are challenged with some of the toughest and most varied conditions in this World Rally Championship season review. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 21:00:00 2014-12-27 00:10:00 \N \N \N \N \N 2611506 t
+22752 1132 Kiss Fresh Early eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 03:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2611507 t
+22720 1375 Will eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 19:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2611508 t
+28096 59503 Red Bull Soapbox Race eng Paris Catch all the thrills - and lots of spills - from the second leg of Red Bull Soapbox 2014. Courageous crews will be hurtling downhill in their crazy handmade contraptions in Paris. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-25 18:20:00 2014-12-25 19:20:00 \N \N \N \N \N 2611509 t
+28096 59504 Top Gear eng Bolivia Special The boys are dropped deep into the Bolivian rainforest armed only with three 4x4s. They must drive to the Chilean coast - via drug lords and debilitating altitude. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-25 19:20:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2611510 t
+28416 20163 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-24 08:30:00 2014-12-24 09:00:00 \N \N \N \N \N 2611511 t
+4168 51837 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 13:05:00 2014-12-26 13:15:00 \N \N \N S \N 2611512 t
+4168 52603 North West Today eng \N The latest news, sport and weather for the North West of England. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 13:15:00 2014-12-26 13:25:00 \N \N \N S \N 2611513 t
+4168 56620 The Incredible Adventures of Professor Branestawm eng \N Professor Branestawm takes on a businessman who wants to bulldoze his workshop. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 13:25:00 2014-12-26 14:20:00 \N \N \N AD,S \N 2611514 t
+4168 56621 My Family eng 2039 A Christmas Oddity: Sitcom. It is December 2039, and the Harpers are gathering together to celebrate Christmas. However, there may not be too much room for peace and goodwill. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 14:20:00 2014-12-26 15:15:00 \N \N \N AD,S \N 2611515 t
+23184 17604 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:30:00 \N \N \N \N \N 2611516 t
+23184 17605 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 21:30:00 2014-12-25 22:00:00 \N \N \N \N \N 2611517 t
+41040 17291 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:30:00 \N \N \N \N \N 2611978 t
+41040 17292 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 07:30:00 2014-12-25 08:00:00 \N \N \N \N \N 2611979 t
+23184 17917 New eng Bear Swamp Recovery B.S.R repossesses what others can't and stop at nothing to get the job done; business booms in the summer when the Jersey shore is overrun with careless vacationers. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2611518 t
+23184 17608 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 23:00:00 2014-12-25 23:30:00 \N \N \N \N \N 2611519 t
+23184 17609 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 23:30:00 2014-12-26 00:00:00 \N \N \N \N \N 2611520 t
+22688 1056 Mellow Magic with Danny Pietroni eng \N Relax, chill out and feel the Magic \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 20:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611521 t
+27360 18455 Warriors @ Clippers eng \N NBA Christmas Day action from the Staples Center, LA. These teams met for a thrilling Western Conference first round series in last season's play-offs, which the Clippers won 4-3. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 16:30:00 2014-12-26 18:00:00 \N \N \N \N \N 2611522 t
+24016 12928 Operation Valkyrie eng \N Based on real events, a daring plot to assassinate Hitler by his own commanding officers is planned during WWII. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 19:10:00 2014-12-25 21:00:00 \N \N 2004 \N \N 2611523 t
+14688 11641 The Christian O'Connell Breakfast Show eng \N Andy Bush fills in for Christian O'Connell to give you your morning burst of good music, good banter and all the vitamins you need to start your day. Text the studio on 81215 (50p \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 06:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2611524 t
+23296 5871 Gay Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 18:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2611525 t
+23296 5872 Rainbow Nation eng \N LGBT - No limits dating. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 20:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2611526 t
+24352 31001 Baggage Battles eng Crate Expectations Billy, Mark and the Martins travel to Phoenix, Arizona, hoping to find a fortune inside giant crates. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:30:00 \N \N \N \N \N 2611527 t
+24352 31002 Baggage Battles eng California Scheming Billy, Mark and the Martins seek 'auction gold' in the Golden State. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 18:30:00 2014-12-25 19:00:00 \N \N \N \N \N 2611528 t
+24352 31003 Baggage Battles eng Grand Theft Auto In the Sunshine State, Billy seeks a big payday from a buyer in need of a special car, while the Martins and Mark look for cheap vehicles to flip for big profits. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N \N \N 2611529 t
+24352 31004 Baggage Battles eng Eye for an Eye In the nation to the north, Billy, Mark and the Martins test their luck, bidding on a wide variety of items and hoping for their next big score. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 19:30:00 2014-12-25 20:00:00 \N \N \N \N \N 2611530 t
+24352 31005 World's Greatest Motorcycle Rides eng Australia Part 2 Henry Cole heads out from Apollo Bay to ride up towards Adelaide on one of the greatest roads in the world, The Great Ocean Road. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2611531 t
+23120 20515 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2611532 t
+23120 20532 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2611533 t
+23120 20531 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2611534 t
+22624 40519 Pure 70s eng \N RNIB's Insight Radio - Roger Cole takes you back in time to the 70s in his new weekly show. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2611535 t
+22624 40520 This Is Insight eng \N RNIB's Insight Extra - Listen to interviews and news from the radio station of the RNIB \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-25 20:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2611536 t
+23280 5888 Your Perfect Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 18:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2611537 t
+23280 5889 Flirt With Me eng \N Flirt and meet with Kiss Me TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 20:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2611538 t
+16208 37024 Oliver Twist eng \N Conclusion to the 2007 adaptation of Charles Dickens' much-loved tale. Sikes escapes back to London with a badly wounded Oliver where the child is nursed by Nancy. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 15:00:00 2014-12-25 17:00:00 \N \N \N AD,S \N 2611539 t
+16208 38389 84 Charing Cross Road eng \N Romantic drama based on the true story of a love affair by letters between an outspoken New York writer and the owner of a dusty bookshop on London's Charing Cross Road. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-25 17:00:00 2014-12-25 19:00:00 \N \N 1987 \N \N 2611540 t
+25792 52518 Antiques Road Trip eng \N Antiques experts Phil Serrell and Jonathan Pratt comb Corbridge for cheap collectables, before waiting with bated breath as their purchases go under the hammer in Northallerton. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-25 06:15:00 2014-12-25 07:00:00 \N \N \N S \N 2611541 t
+25792 52519 Antiques Roadshow eng Brighton College Another masterclass with the antiques boffins at Brighton College. Under scrutiny are a portrait of a pig by a famous artist and items once owned by Agatha Christie. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-25 07:00:00 2014-12-25 08:00:00 \N \N \N S \N 2611542 t
+25792 52520 Bargain Hunt eng \N This tuneful episode of the budget antiques show comes from London's Portobello Market, where a pair of gospel singers fight it out with a pearly brother and sister double act. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-25 08:00:00 2014-12-25 09:00:00 \N \N \N S \N 2611543 t
+4169 56117 Doctor Who eng Last Christmas The Doctor and Clara face their last Christmas. Trapped on an Arctic base, under attack from terrifying creatures, who are you going to call? Santa Claus! Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 18:15:00 2014-12-25 19:15:00 \N \N \N AD,S \N 2611544 t
+4169 56119 Miranda eng I Do, But To Who? Sitcom. Miranda has received two proposals - one from Gary and one from Mike. Will she choose one of them or will she run away from the pressure? Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 19:15:00 2014-12-25 19:50:00 1 2 \N AD,S \N 2611545 t
+4169 56118 Call the Midwife eng Christmas Special Drama series about a group of midwives. 1959 is drawing to a close as the residents of Poplar prepare for Christmas, and the midwives are busier than ever. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 19:50:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2611546 t
+14498 26612 Total Fishing with Matt Hayes eng \N Matt hooks up with a world champion angler, travels to Norway for a spot of fjord fishing, discusses bite alarms with Mick Brown and lands some barbel on the Lower Severn. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N \N \N 2611547 t
+14498 26613 Total Fishing with Matt Hayes eng \N Matt catches tench on the feeder at Manor Lake in Oxford, before travelling to Madeira to fish for snapper. Plus, top tips on tackle and bait. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N \N \N 2611548 t
+14498 26614 Salvage Hunters eng \N Modern-day treasure hunter Drew Pritchard returns with even more demanding customers and a chance of profit as he hunts derelict gems and forgotten remnants. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2611549 t
+14498 26615 Salvage Hunters eng \N Modern-day treasure hunter Drew Pritchard returns with even more demanding customers and a chance of profit as he hunts derelict gems and forgotten remnants. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2611550 t
+22656 993 Dan Black eng \N Dan Black steps in for Loz Guest to help make your Christmas week rock! \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-23 14:00:00 2014-12-23 18:00:00 \N \N \N \N \N 2611551 t
+28032 17124 Carlito's Way eng \N Powerful crime drama starring Al Pacino and Sean Penn, 1993. A criminal is determined to go straight but finds himself drawn back into the world he sought to escape \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 01:30:00 2014-12-26 04:10:00 \N \N \N AD,S \N 2611552 t
+8452 59171 8 Out of 10 Cats Christmas Special eng \N In this special festive edition of the show, Jimmy Carr and team captains Jon Richardson and Sean Lock are joined by special guests Freddie Flintoff, Ricky Wilson and Roisin Conaty. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N S \N 2611553 t
+8452 58778 Father Ted Christmas Special eng \N Father Ted and Father Dougal get lost in the lingerie section of a huge department store. Only Ted's quick thinking can avert a potential embarrassment for the church. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:00:00 2014-12-26 02:05:00 \N \N \N AD,S \N 2611554 t
+8452 59170 Father Ted eng Hell It's time for Fathers Ted, Dougal and Jack's annual holiday to Kilkelly Caravan Park. With two 'places of interest' to visit, the stage is set for an incredibly exciting two weeks. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:05:00 2014-12-26 02:35:00 \N \N \N AD,S \N 2611555 t
+8452 58781 Father Ted eng Think Fast, Father Ted Ted receives a car from Bishop Brennan to raffle to raise funds to fix the leaky roof. But, as usual, things go horribly wrong. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:35:00 2014-12-26 03:00:00 \N \N \N AD,S \N 2611556 t
+26560 13728 All The Hits eng All Night Long Nothing but massive tunes all night long! Up early? The breakfast show with Darryl Morris kicks off at 7am! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2611557 t
+22208 3795 Futurama eng The Beast With A Billion Backs As space rips open, revealing a gateway to another universe, a repulsive, planet-sized monster armed with amorous intentions lies in wait. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:45:00 18 \N \N S,AD 6 2611558 t
+22208 3796 Neverland eng \N Rhys Ifans, Anna Friel and Bob Hoskins star in this spectacular adventure which reveals how Peter Pan became The Boy Who Wouldn't Grow Up. With the voice of Keira Knightley. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 13:45:00 2014-12-26 15:30:00 2 2 \N S,AD \N 2611559 t
+33088 18067 Fashion Sale eng \N A great time to fill up your wardrobe with amazing bargains - from this year's finest fashions to tried-and-tested classics! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 03:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2611560 t
+33088 17838 Essential Intimates Sale eng \N Find great deals on essential intimates, featuring shapewear solutions to target everything from muffin tops to VPLs and all those unsightly lumps and bumps inbetween! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 04:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2611561 t
+33088 18068 Fashion Sale eng \N A great time to fill up your wardrobe with amazing bargains - from this year's finest fashions to tried-and-tested classics! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 05:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2611562 t
+41008 59171 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2611563 t
+41008 58778 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 01:00:00 2014-12-26 02:05:00 \N \N \N \N \N 2611564 t
+41008 59170 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 02:05:00 2014-12-26 02:35:00 \N \N \N \N \N 2611565 t
+41008 58781 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 02:35:00 2014-12-26 03:00:00 \N \N \N \N \N 2611566 t
+12928 42178 Jewellery Maker - Teleshopping eng \N Ever wanted to handcraft your own jewellery? Our friendly presenters and Guest Designers will show you how to master a variety of techniques through easy to follow, step by step tutorials. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 09:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2611567 t
+4166 56117 Doctor Who eng Last Christmas The Doctor and Clara face their last Christmas. Trapped on an Arctic base, under attack from terrifying creatures, who are you going to call? Santa Claus! Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 18:15:00 2014-12-25 19:15:00 \N \N \N AD,S \N 2611568 t
+4166 56119 Miranda eng I Do, But To Who? Sitcom. Miranda has received two proposals - one from Gary and one from Mike. Will she choose one of them or will she run away from the pressure? Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 19:15:00 2014-12-25 19:50:00 1 2 \N AD,S \N 2611569 t
+4166 56118 Call the Midwife eng Christmas Special Drama series about a group of midwives. 1959 is drawing to a close as the residents of Poplar prepare for Christmas, and the midwives are busier than ever. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 19:50:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2611570 t
+27712 22128 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:30:00 \N \N \N \N \N 2611571 t
+27712 22129 People and Power eng \N Behind the scenes with Colombia's insurgents as they bring their 50 year bloody conflict to a close \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-26 03:30:00 2014-12-26 04:00:00 1 2 \N \N \N 2611572 t
+27712 22130 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 04:00:00 2014-12-26 04:30:00 \N \N \N \N \N 2611573 t
+27712 22131 The Stream eng On The Stream Environmental activist Captain Paul Watson. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-26 04:30:00 2014-12-26 05:00:00 \N \N \N \N \N 2611574 t
+27712 22132 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 05:00:00 2014-12-26 05:30:00 \N \N \N \N \N 2611575 t
+27712 22133 Earthrise eng \N A series exploring solutions to today's environmental challenges, taking an upbeat look at ecological, scientific, technological and design projects. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2611576 t
+22336 59172 The Big Bang Theory eng E4's Top 20 - The Hawking Excitation Sheldon is excited when Stephen Hawking comes to lecture at the university for a week in the show placed fourth in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N AD,S \N 2611577 t
+22336 59173 The Big Bang Theory eng E4's Top 20 - The Panty Piñata Polarization Penny retaliates when Sheldon bans her from the flat for various minor infractions in the show placed third in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:00:00 \N \N \N AD,S \N 2611578 t
+22336 59174 The Big Bang Theory eng E4's Top 20 - The Thanksgiving Decoupling Howard takes the gang along as moral support to his mother's house for Thanksgiving in the show placed second in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 22:00:00 2014-12-26 22:30:00 \N \N \N AD,S \N 2611579 t
+22336 59175 The Big Bang Theory eng E4's Top 20 - The Barbarian Sublimation Penny gets addicted to an online game about the world of Conan the Barbarian in the show placed at number one in E4's top 20 episodes of all time. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 22:30:00 2014-12-26 23:00:00 \N \N \N AD,S \N 2611580 t
+22336 58732 Kick-Ass eng \N Superhero romp. A teen (Aaron Johnson), a foul-mouthed 11-year-old (Chloë Moretz) and her dad (Nicolas Cage) fight crime in New York. Graphic, extreme violence/very strong language. \N 2 25 f 3 eng \N 1 0 0 \N 2014-12-26 23:00:00 2014-12-27 01:20:00 \N \N 2010 AD,S \N 2611581 t
+4175 56117 Doctor Who eng Last Christmas The Doctor and Clara face their last Christmas. Trapped on an Arctic base, under attack from terrifying creatures, who are you going to call? Santa Claus! Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 18:15:00 2014-12-25 19:15:00 \N \N \N AD,S \N 2611582 t
+4175 56119 Miranda eng I Do, But To Who? Sitcom. Miranda has received two proposals - one from Gary and one from Mike. Will she choose one of them or will she run away from the pressure? Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 19:15:00 2014-12-25 19:50:00 1 2 \N AD,S \N 2611583 t
+4175 56118 Call the Midwife eng Christmas Special Drama series about a group of midwives. 1959 is drawing to a close as the residents of Poplar prepare for Christmas, and the midwives are busier than ever. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 19:50:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2611584 t
+24064 59585 Postcards eng Swim Fat Boy Swim Nigel Reid is middle-aged, fond of fried breakfasts and cold water swims. Follow his quest to get fit for the National Cold Water Swimming Champoinships of Finland. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:15:00 \N \N \N \N \N 2611585 t
+24064 59586 Postcards eng The Spirit of the 1940s Documentary looking at people who go to extraordinary lengths to recreate the spirit of wartime Britain at re-enactment events throughout the summer. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 07:15:00 2014-12-25 08:00:00 \N \N \N \N \N 2611586 t
+24064 59587 The Brilliant Book eng Letter C It's Christmas! Follow the adventures of nine-year-old Benjamin and his friends as we take a look at the world from an autistic child's point of view... one alphabet letter at a time. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:30:00 \N \N \N \N \N 2611587 t
+24064 59588 Santaland eng \N Retired couple Ray and Marlene Kraatz, the official Mr and Mrs Claus of Zephyrhills, Florida, battle busy demands and failing health to be icons of hope 365 days a year. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 08:30:00 2014-12-25 09:00:00 \N \N \N \N \N 2611588 t
+33088 17758 no!no! Hair Removal eng \N Now available worldwide, the innovative no!no! system offers pain-free hair removal that can be performed in the comfort and convenience of your own home. No mess, no chemicals - just smooth skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 09:00:00 2014-12-22 10:00:00 \N \N \N \N \N 2611589 t
+33088 17759 Hi-Tech Toys & Electronics eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:00:00 \N \N \N \N \N 2611590 t
+33088 17760 Cozee Home eng \N Create a warm and cosy sanctuary in your home, with the Cozee Home range of snuggly bedding, throws and accessories offering comfort and coziness in your home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 11:00:00 2014-12-22 12:00:00 \N \N \N \N \N 2611591 t
+22592 17876 Kick Off eng The Players Lounge A weekly preview of the weekend's football with Matt Holland and Chris Iwelumo. Call the show on 08717 22 33 44 (10p/min), text 81089 (50p + charges) or email via talkSPORT.com \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-26 19:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2611592 t
+8325 2823 Despicable Me eng \N Animation starring Steve Carell and Russell Brand, 2010. A criminal mastermind has to choose between stealing the moon or caring for three orphans \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 18:10:00 2014-12-26 20:00:00 \N \N \N AD,S \N 2611593 t
+8325 39733 Tomorrow Never Dies eng \N James Bond action thriller starring Pierce Brosnan and Teri Hatcher, 1997. A media baron sets about triggering WWIII so that his 24-hour news network can profit from exclusive coverage \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 20:00:00 2014-12-26 22:30:00 \N \N \N AD,S \N 2611594 t
+14816 1015 1-2-1 Dating - Try ADULT eng \N 1-2-1 Dating's popular ADULT section is for those seeking something a little unusual, specific or extracurricular. Search the pages to find your adult 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 20:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2611595 t
+14608 32069 M*A*S*H eng \N The wounded arrive by helicopter, ambulance and jeep, leaving the 4077th overwhelmed by the casualties. Everyone is called into action while Hawkeye, Trapper and Henry work at top speed \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 5 \N \N \N 3 2611596 t
+14608 32070 M*A*S*H eng \N Several wild events happen during a spring day in Korea. Klinger receives a letter from his girl Laverne who agrees to marry him. Next, Radar falls for a nurse whose main interest is poetry. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-25 19:30:00 2014-12-25 20:00:00 6 \N \N \N 3 2611597 t
+14608 32071 Queen Elizabeth II eng 60 Years On This programme looks at the era of Queen Elizabeth II and examines her life and her historical record. This is her reign and her story. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2611598 t
+17540 51853 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 21:30:00 2014-12-24 22:15:00 \N \N \N \N \N 2611599 t
+17540 56490 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 22:15:00 2014-12-24 22:55:00 \N \N \N \N \N 2611600 t
+17540 58339 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-24 22:55:00 2014-12-24 23:30:00 \N \N \N \N \N 2611601 t
+17540 51795 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 23:30:00 2014-12-24 23:45:00 \N \N \N \N \N 2611602 t
+17540 56114 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-24 23:45:00 2014-12-25 01:05:00 \N \N \N \N \N 2611603 t
+16016 7483 Mutiny on the Buses eng \N Comedy spin-off starring Reg Varney and Anna Karen, 1973. Stan teaches his brother-in-law how to drive a bus \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:15:00 \N \N \N AD,S \N 2611604 t
+16016 7484 Holiday on the Buses eng \N Comedy spin-off from TV series starring Reg Varney and Stephen Lewis, 1974. There is mayhem at a Welsh holiday camp when bus crew Stan, Jack and Blakey go to work there over the summer \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 19:15:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2611605 t
+8442 55951 White Christmas eng \N Classic festive musical. Bing Crosby and Danny Kaye star as ex-servicemen who stage a spectacular musical to save their former commanding officer's business. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 18:15:00 2014-12-25 20:45:00 \N \N 1954 S \N 2611606 t
+8442 55950 Father Ted Christmas Special eng \N Father Ted and Father Dougal get lost in the lingerie section of a huge department store. Only Ted's quick thinking can avert a potential embarrassment for the church. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 20:45:00 2014-12-25 22:00:00 \N \N \N AD,S \N 2611607 t
+28160 16143 Tim Vine's Christmas Hour eng \N Great music, comedy and entertainement with the award-winning comedian! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2611608 t
+28160 16144 Christmas at Leicester Cathedral eng \N We spend the afternoon celebrating Christ's birth with the people of Leicester. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2611609 t
+28160 16145 Christmas with Susan Boyle eng \N The singing star shares Christmas and her favourite Christian music with you! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2611610 t
+14832 1376 Winter in Gay Rabbit Meadow eng \N Gay Rabbit Chat & Date has been connecting people for 6 years, so wherever you sit on the LGBT spectrum, pop in and say hi! Introduce a friend and earn FREE credits for each of you \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2611611 t
+8384 58788 The Bear eng \N Classic animation from Raymond Briggs. A large, furry polar bear arrives from the zoo to take up temporary residence with a little girl. With singing by Charlotte Church. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 07:25:00 2014-12-26 07:55:00 \N \N \N AD,S \N 2611612 t
+8384 58789 The Morning Line eng \N Nick Luck and guests are at Kempton Park to unwrap some top racing gifts for Boxing Day, with all the news, betting, tips and features ahead of the £200,000 King George VI Chase. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-26 07:55:00 2014-12-26 09:00:00 \N \N \N S \N 2611613 t
+14800 1376 Come Up and See Me eng \N Rabbit Chat & Date has been connecting people for over 6 years now on TV - and now also by our new iPhone app! Flirt, chat & make new friends. The opportunities are endless! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2611614 t
+16032 55588 CITV returns at 06:00 eng CITV returns at 06 00. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 18:00:00 2014-12-27 06:00:00 \N \N \N \N \N 2611615 t
+22226 6367 Celebrity Who Wants to be A Millionaire eng \N Stars from Britain's Got Talent take to the chair for a chance to win a million pounds for charity in a special episode of the quiz show presented by Chris Tarrant. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 18:15:00 2014-12-25 19:00:00 \N \N \N \N \N 2611618 t
+22226 6375 Celebrity Who Wants to be A Millionaire eng \N A celebrity edition of the award-winning quiz show presented by Chris Tarrant. Recorded in 2010. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N S \N 2611619 t
+22226 6454 Celebrity Who Wants to be A Millionaire eng \N A celebrity edition of the award-winning quiz show presented by Chris Tarrant. Recorded in 2011. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N S \N 2611620 t
+12992 31196 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:30:00 \N \N \N \N \N 2611621 t
+12992 31197 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 06:30:00 2014-12-25 07:00:00 \N \N \N \N \N 2611622 t
+12992 31198 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:30:00 \N \N \N \N \N 2611623 t
+12992 31199 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 07:30:00 2014-12-25 08:00:00 \N \N \N \N \N 2611624 t
+12992 31200 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:30:00 \N \N \N \N \N 2611625 t
+12992 31201 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 08:30:00 2014-12-25 09:00:00 \N \N \N \N \N 2611626 t
+23712 4191 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-22 08:00:00 2014-12-22 08:10:00 \N \N \N \N \N 2611627 t
+24480 3638 Number 1 At Christmas eng \N Christmas is a-coming and it's time to unwrap the December 25th chart-toppers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2611628 t
+24480 3639 So This Is Christmas eng \N Have yourself a rockin' little Christmas with Vintage TV, as we bring you the best of the best in Christmas pop. From Wham to The Pogues and Kirsty MacColl, we've got all the hits and more. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2611629 t
+24480 3640 Breakaway eng \N Breakaway from the norm of daytime telly - let Vintage TV carry you through the day in style, as we thumb through our greatest hits record collection. Go on, take the weight off. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2611630 t
+22752 1133 Kiss Fresh Wake Up eng \N Non Stop New Beats from Kiss Fresh. #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 06:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2611631 t
+22752 1134 Kiss Fresh with Charlie Tee eng \N Charlie Tee with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 07:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2611632 t
+22720 1376 Kiss UKG eng \N Majestic mixes the biggest House & Garage with weekly special guests. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 21:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611633 t
+28096 59507 QI XL eng Kris Kringle A feast of Stephen Fry as our jolly old quizmaster and his QI elves get into the Christmas spirit with Jo Brand, Brendan O'Carroll, Phill Jupitus and Alan Davies. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N S \N 2611634 t
+28096 59508 Would I Lie to You? eng \N Rob Brydon hosts the deceptive comedy panel show, with team captains David Mitchell and Lee Mack, and guest panellists Ronni Ancona, Chris Hoy, Gabby Logan and Danny Wallace. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:40:00 \N \N \N S \N 2611635 t
+28096 59509 Would I Lie to You? eng \N Rob Brydon hosts the comedy panel show in which players must tell fact from fiction. Joining David Mitchell and Lee Mack are Michael Ball, Charlie Brooker and Reece Shearsmith. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 22:40:00 2014-12-25 23:20:00 \N \N \N S \N 2611636 t
+28096 59510 Would I Lie to You? eng \N Rob Brydon hosts the jocular panel show about truth-bending and lie-telling, with David Mitchell and Lee Mack and guests Jason Manford, Ruth Jones, Jack Dee and Peter Serafinowicz. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 23:20:00 2014-12-26 00:00:00 \N \N \N S \N 2611637 t
+28416 20164 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-24 09:00:00 2014-12-24 14:00:00 \N \N \N \N \N 2611638 t
+4168 56622 Monsters Inc eng \N Animated comedy. Sulley the ogre and Mike, his lime green, one-eyed friend, work for Monsters Inc - a scream-processing factory that converts children's fear into energy. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 15:15:00 2014-12-26 16:40:00 \N \N 2001 AD,S \N 2611639 t
+4168 56623 The Pirates! In an Adventure with Scientists eng \N Fantastical animated comedy about a hapless pirate who dreams of being Pirate of the Year. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 16:40:00 2014-12-26 18:05:00 \N \N \N AD,S \N 2611640 t
+23184 17610 Conan eng \N Hit US late night chat show, hosted by the spontaneous comedian Conan O'Brien who combines the lewd and wacky with top celebrity interviews. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2611641 t
+23184 17611 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 01:00:00 2014-12-26 01:30:00 \N \N \N \N \N 2611642 t
+23184 17612 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 01:30:00 2014-12-26 02:00:00 \N \N \N \N \N 2611643 t
+23184 17613 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:30:00 \N \N \N \N \N 2611644 t
+23184 17614 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 02:30:00 2014-12-26 03:00:00 \N \N \N \N \N 2611645 t
+27360 18456 Live Nets @ Celtics eng \N Live NBA Eastern Conference action from TD Garden, Boston, Massachusetts. Celtics won 100-86 when they faced the Nets here in their last Atlantic Division match-up in October. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 18:00:00 2014-12-26 20:30:00 \N \N \N \N \N 2611646 t
+27360 18119 NBA Action eng \N Action is the watch-word for this fast-paced highlights programme, which rounds up the latest action from the NBA. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 20:30:00 2014-12-26 21:00:00 \N \N \N \N \N 2611647 t
+24016 12929 Massacre In Rome eng \N In Nazi occupied Rome, reprisals occur when an SS brigade is attacked by Italian nationals. Stars Richard Burton and Leo McKern. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 21:00:00 2014-12-25 23:05:00 \N \N 1973 \N \N 2611648 t
+24016 12930 Porky's eng \N In the 1950s, four US high school students decide to rid themselves of their virginity. But how? Time to visit the sleazy bar called Porky's. Contains sexual humour. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 23:05:00 2014-12-26 01:05:00 \N \N 1982 \N \N 2611649 t
+14688 11642 The No Repeat Guarantee eng \N Leona's here with your Boxing Day No Repeat Guarantee. Expect loads of great music, with zero repeats.. Text now on 81215 (50p + n/wk chrg) or email via the website at absoluteradi \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 10:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2611650 t
+23296 5874 Fast and Fun eng \N The fastest gay dating around. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611651 t
+22784 800 Kisstory Night eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-25 22:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611652 t
+24352 31006 Xtreme Xmas eng \N Xtreme Xmas travels into the most unusual, wild, wacky, bizarre and awe-inspiring Christmas celebrations America has to offer. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2611653 t
+24352 31262 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 22:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2611654 t
+23120 20522 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2611655 t
+23120 20520 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2611656 t
+23120 20521 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611657 t
+22624 40521 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2611658 t
+22624 40522 Relax With Insight eng \N RNIB's Insight Radio - Relax with great music to end the day \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611659 t
+23280 5879 Speed Dating eng \N It's fun, it's fast, don't miss out. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611660 t
+16208 38529 Rock and Chips eng Five Gold Rings A seasonal special of the Only Fools prequel, following the exploits of the Trotter clan in 1960. Joan is in love with her baby, and Fred's in love with his charlady. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:20:00 \N \N \N \N \N 2611661 t
+16208 39884 Last of the Summer Wine Christmas eng Merry Entwistle and Jackson Day Seasonal fun with Yorkshire's wise men. When Santa needs reviving after a hard day, surely he deserves a drink? Unfortunately, the Santa is Smiler. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 20:20:00 2014-12-25 21:00:00 \N \N \N S \N 2611662 t
+32836 43416 Teleshopping eng \N Teleshopping for eye make-up. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 02:00:00 2014-12-25 02:30:00 \N \N \N \N \N 2611663 t
+25792 52521 Flog It! eng Yeovil Antiques show where experts help sniff out bargains in the hope of making a few quid at auction. Paul Martin, Michael Baggott and James Lewis search for hidden gems in Yeovil. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:00:00 \N \N \N S \N 2611664 t
+25792 52522 Classic Soul at the BBC eng \N Catch some sensational and smooth soul performances from the BBC archives, featuring such music icons as Aretha Franklin, Al Green, Dusty Springfield, Isaac Hayes and Solomon Burke. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2611665 t
+25792 52523 Top of the Pops eng The Story of 1976 Take a nostalgic trip back to 1976 with Tony Blackburn and co. Glam was over and punk yet to begin - filling the gap on stage were Showaddywaddy, Brotherhood of Man and the Wurzels. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N S \N 2611666 t
+4169 51820 EastEnders eng \N With secrets rife, the Carters are set to explode. The Beales do their best to enjoy Christmas despite their beloved Lucy not being there, but there is an eerie twist coming. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:05:00 \N \N \N AD,S \N 2611667 t
+4169 58351 Mrs Brown's Boys Christmas Special eng Mammy's Tickled Pink Festive edition of the sitcom. Winnie drops a Christmas bombshell. Maybe her unusual new Christmas tree will bring Agnes some festive cheer? Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 22:05:00 2014-12-25 22:40:00 1 2 \N AD,S \N 2611668 t
+4169 56122 Michael McIntyre's Very Christmassy Christmas Show eng \N Christmas comedy entertainment special hosted by stand-up comedian Michael McIntyre, featuring celebrity guests, audience games and live music. Also in HD. \N 2 25 f 3 eng eng 0 0 0 \N 2014-12-25 22:40:00 2014-12-25 23:40:00 \N \N \N S \N 2611669 t
+4169 51824 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. Followed by weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 23:40:00 2014-12-25 23:55:00 \N \N \N S \N 2611670 t
+4169 56123 On Christmas Night eng \N Adjoa Andoh reflects on the implications of this night for the mother of Jesus and introduces the throught-provoking song Mary, Did You Know?, performed by Tessera. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 23:55:00 2014-12-26 00:00:00 \N \N \N S \N 2611671 t
+14498 26616 Salvage Hunters eng \N Salvager Drew Pritchard visits an antique dealer whose stock includes a lamp that could make his entire trip worthwhile, and searches for treasure in a Somerset estate coach house. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2611672 t
+14498 26617 Salvage Hunters eng \N Modern-day treasure hunter Drew Pritchard is constantly on the road to salvage derelict gems and forgotten remnants to restore and sell on for a healthy profit. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2611673 t
+14498 26618 Salvage Hunters eng \N Modern-day treasure hunter Drew Pritchard is constantly on the road to salvage derelict gems and forgotten remnants to restore and sell on for a healthy profit. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2611674 t
+28032 30366 Movies Now eng \N The latest news and reviews of this week's film releases. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 04:10:00 2014-12-26 04:20:00 \N \N \N \N \N 2611675 t
+28032 30367 ITV4 Nightscreen eng \N Text-based information service. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 04:20:00 2014-12-26 04:30:00 \N \N \N \N \N 2611676 t
+28032 28048 Black Gold eng There's A Storm Brewing Reality-documentary series about oil drilling in the USA. Cheston tries to get his job back, and a very expensive drill bit goes missing, halting procedures. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 04:30:00 2014-12-26 05:10:00 \N \N \N S,SL \N 2611677 t
+28032 30365 The Professionals eng Fall Girl When an old girlfriend from East Germany appears, Bodie is framed for assassination and hounded by Doyle and CI5. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-26 05:10:00 2014-12-26 06:00:00 \N \N \N AD,S,SL \N 2611678 t
+8452 58782 Father Ted eng Tentacles of Doom With the island's most popular religious knick-knack about to be upgraded to a Class Two relic, Ted must ensure that all the priests are on their best behaviour. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:30:00 \N \N \N AD,S \N 2611679 t
+8452 59104 Crazy Heart eng \N Romantic drama with Jeff Bridges as an alcoholic country music star who tries to turn his life around after meeting a young journalist (Maggie Gyllenhaal). Contains strong language. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 03:30:00 2014-12-26 05:25:00 \N \N 2009 AD,S \N 2611680 t
+8452 58785 Secret Eaters eng \N The secret cameras monitor couple Kelli and Tracey, who want to slim down before they get married. And do the sport fans of losing teams eat more snacks after the game? \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 05:25:00 2014-12-26 06:20:00 \N \N \N S,SL \N 2611681 t
+22208 3798 Andre Rieu eng Dancing Through the Skies The world-famous violinist's mesmerising concert from the Semper Opera House in Dresden, featuring spectacular waltzes and arias and music from Phantom Of The Opera. \N 2 25 f 3 eng eng 6 0 0 \N 2014-12-26 15:30:00 2014-12-26 17:30:00 \N \N \N S \N 2611682 t
+22208 3799 Riverdance In Beijing eng \N Documentary following the Irish dance troupe's remarkable sell-out shows in China. Including a performance along the Great Wall, the tour emphasised their cross-cultural success. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 17:30:00 2014-12-26 19:30:00 \N \N \N S \N 2611683 t
+41040 17276 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:30:00 \N \N \N \N \N 2611684 t
+41040 17277 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 00:30:00 2014-12-25 01:00:00 \N \N \N \N \N 2611685 t
+41040 17278 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-25 01:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2611686 t
+41040 17279 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 02:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2611687 t
+33088 17841 Essential Intimates Sale eng \N Find great deals on essential intimates, featuring shapewear solutions to target everything from muffin tops to VPLs and all those unsightly lumps and bumps inbetween! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 07:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2611689 t
+33088 17842 Essential Intimates Sale eng \N Find great deals on essential intimates, featuring shapewear solutions to target everything from muffin tops to VPLs and all those unsightly lumps and bumps inbetween! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 08:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2611690 t
+23712 4203 My Big Breasts and Me eng \N Is bigger better? British women have the largest breasts in Europe, but well-endowed women Jodie, Vicky and Maddie reveal that having ample bosoms can be - literally - a pain. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N \N \N 2611691 t
+23712 3415 The Sex Inspectors eng \N Tracey Cox and Michael Alvear help out couples who are having problems in the bedroom. Mark and Bina felt an instant attraction but now have differing sexual expectations. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 01:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2611692 t
+23712 3387 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 02:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2611693 t
+41008 58782 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:30:00 \N \N \N \N \N 2611694 t
+41008 59104 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 03:30:00 2014-12-26 05:25:00 \N \N \N \N \N 2611695 t
+41008 58785 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 05:25:00 2014-12-26 06:20:00 \N \N \N \N \N 2611696 t
+32836 43432 Teleshopping eng \N Teleshopping for a steam mop. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 02:30:00 2014-12-25 03:00:00 \N \N \N \N \N 2611697 t
+12928 42179 A Fairytale Christmas eng \N Romantic drama starring C Thomas Howell and Haylie Duff. Belle heads north from her California hometown on business. The attractive client is her main problem. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:05:00 \N \N 2013 AD,S \N 2611698 t
+12928 42180 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:05:00 2014-12-25 14:10:00 \N \N \N \N \N 2611699 t
+12928 42181 A Fairytale Christmas eng \N Romantic drama starring C Thomas Howell and Haylie Duff. Belle heads north from her California hometown on business. The attractive client is her main problem. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 14:10:00 2014-12-25 14:50:00 \N \N 2013 AD,S \N 2611700 t
+12928 42182 A Cinderella Story eng \N Romantic comedy starring Hilary Duff and Chad Michael Murray. A teenager oppressed by her wicked stepmother and bullied at school begins a secret internet relationship. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-25 14:50:00 2014-12-25 15:55:00 \N \N 2004 S \N 2611701 t
+4166 51820 EastEnders eng \N With secrets rife, the Carters are set to explode. The Beales do their best to enjoy Christmas despite their beloved Lucy not being there, but there is an eerie twist coming. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:05:00 \N \N \N AD,S \N 2611702 t
+4166 58351 Mrs Brown's Boys Christmas Special eng Mammy's Tickled Pink Festive edition of the sitcom. Winnie drops a Christmas bombshell. Maybe her unusual new Christmas tree will bring Agnes some festive cheer? Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 22:05:00 2014-12-25 22:40:00 1 2 \N AD,S \N 2611703 t
+4166 56122 Michael McIntyre's Very Christmassy Christmas Show eng \N Christmas comedy entertainment special hosted by stand-up comedian Michael McIntyre, featuring celebrity guests, audience games and live music. Also in HD. \N 2 25 f 3 eng eng 0 0 0 \N 2014-12-25 22:40:00 2014-12-25 23:40:00 \N \N \N S \N 2611704 t
+4166 51824 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. Followed by weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 23:40:00 2014-12-25 23:55:00 \N \N \N S \N 2611705 t
+4166 56123 On Christmas Night eng \N Adjoa Andoh reflects on the implications of this night for the mother of Jesus and introduces the throught-provoking song Mary, Did You Know?, performed by Tessera. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 23:55:00 2014-12-26 00:00:00 \N \N \N S \N 2611706 t
+27712 22134 Al Jazeera World eng \N A Qatari former camel herder travels to Australia to see if there_s a better way to deal with that country_s 1.2 million feral camels other than shooting them. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-26 06:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2611707 t
+27712 22135 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:30:00 \N \N \N \N \N 2611708 t
+27712 22136 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 07:30:00 2014-12-26 08:00:00 \N \N \N \N \N 2611709 t
+27712 22137 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:30:00 \N \N \N \N \N 2611710 t
+27712 22138 The Stream eng On The Stream Environmental activist Captain Paul Watson. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N \N \N 2611711 t
+32836 31083 Daniel Glyn - Questionable eng \N Join Daniel Glyn and guests at the Cameo Club in Pontcanna for an irreverent look at life in Cardiff. The stand up comedian has invited some of his best and naughty friends to shock and entertain you. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:30:00 \N \N \N \N \N 2611712 t
+32836 43803 Starhyke eng \N The captain and her crew wake in the 21st century and quickly realise that something is different. Sally and Ox visit Earth looking for answers. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 00:30:00 2014-12-25 01:00:00 \N \N \N \N \N 2611713 t
+32836 43461 Teleshopping eng \N Teleshopping for space saving system. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:30:00 \N \N \N \N \N 2611714 t
+32836 43475 Teleshopping eng \N Teleshopping for slim and lift Caresse jeans. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 01:30:00 2014-12-25 02:00:00 \N \N \N \N \N 2611715 t
+4175 51820 EastEnders eng \N With secrets rife, the Carters are set to explode. The Beales do their best to enjoy Christmas despite their beloved Lucy not being there, but there is an eerie twist coming. Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:05:00 \N \N \N AD,S \N 2611716 t
+4175 58351 Mrs Brown's Boys Christmas Special eng Mammy's Tickled Pink Festive edition of the sitcom. Winnie drops a Christmas bombshell. Maybe her unusual new Christmas tree will bring Agnes some festive cheer? Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-25 22:05:00 2014-12-25 22:40:00 1 2 \N AD,S \N 2611717 t
+4175 56122 Michael McIntyre's Very Christmassy Christmas Show eng \N Christmas comedy entertainment special hosted by stand-up comedian Michael McIntyre, featuring celebrity guests, audience games and live music. Also in HD. \N 2 25 f 3 eng eng 0 0 0 \N 2014-12-25 22:40:00 2014-12-25 23:40:00 \N \N \N S \N 2611718 t
+4175 51824 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. Followed by weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 23:40:00 2014-12-25 23:55:00 \N \N \N S \N 2611719 t
+4175 56123 On Christmas Night eng \N Adjoa Andoh reflects on the implications of this night for the mother of Jesus and introduces the throught-provoking song Mary, Did You Know?, performed by Tessera. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 23:55:00 2014-12-26 00:00:00 \N \N \N S \N 2611720 t
+24064 59589 Little Voice, Big Mountain eng Beyond Borders Nepal held its first National Youth Debating Championship in the summer of 2010. More than just a competition, it was also a journey of self-discovery. Narrated by Alan Rickman. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:20:00 \N \N \N \N \N 2611721 t
+41040 17293 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:30:00 \N \N \N \N \N 2611980 t
+24064 59590 Postcards eng A Very British Games Programme giving an insight into the alternative side of sport. From cheese rolling to shin kicking, it explores the sports that encapsulate Great British eccentricity. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:20:00 2014-12-25 11:00:00 \N \N \N \N \N 2611722 t
+24064 59591 Postcards eng The Beatbox Choir Follow beatbox pioneer Shlomo as he takes four of the UK's top beatboxers, alongside The Swingle Singers, and gives them six weeks to become the UK's first human beatboxing choir. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:20:00 \N \N \N \N \N 2611723 t
+14752 23792 Christian Williams eng \N Join Christian for the biggest tunes from the Capital playlist. Get involved @CapitalOfficial on Twitter or hit capitalfm.com for more. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2611724 t
+41072 13708 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:20:00 \N \N \N \N \N 2611725 t
+41072 13709 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-25 10:20:00 2014-12-25 11:00:00 \N \N \N \N \N 2611726 t
+41072 13710 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:20:00 \N \N \N \N \N 2611727 t
+22592 17877 The Sports Bar eng \N Andy Goldstein & Jason Cundy with reaction, analysis and your chance to have your say on the day's sport. Call the show on 08717 22 33 44 (10p/min) or text 81089 (50p + charges). \N \N \N \N 1 eng \N 4 0 0 \N 2014-12-26 22:00:00 2014-12-27 01:00:00 \N \N \N \N \N 2611728 t
+8325 2832 Parallel Juicyverse Part 1 eng \N Keith Lemon hosts this festive special looking back at series nine and ten of his outrageous panel show Celebrity Juice. Guest starring TOWIE's Joey Essex. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 22:30:00 2014-12-26 23:30:00 \N \N \N S \N 2611729 t
+8325 4613 Parallel Juicyverse Part 2 eng \N Keith Lemon hosts the second part of this festive special looking back at series nine and ten of his outrageous panel show Celebrity Juice. Guest starring TOWIE's Joey Essex. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 23:30:00 2014-12-27 00:35:00 \N \N \N S \N 2611730 t
+14816 1016 1-2-1 Dating - AFTER DARK eng \N Introducing 1-2-1 Dating's new AFTER DARK section at a VERY special low price! Strictly for the open-minded and unshockable. Curious? Check it out! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 22:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611731 t
+14608 32072 The Last Christmas eng \N A young boy's dream of finding his dead father comes true when his father visits him as an angel. But things turn sour when he discovers that his father was not the hero he imagined him to be. 1999 \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 21:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2611732 t
+14608 32073 A Chance Of Snow eng \N Thanks to a blanket of snow and a closed airport, two weary travellers discover they have nothing more to do, except fall in love again. Heartwarming family Christmas tale starring JoBeth Williams. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 23:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2611733 t
+17540 57709 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 01:05:00 2014-12-25 02:40:00 \N \N \N \N \N 2611734 t
+17540 51802 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 02:40:00 2014-12-25 02:45:00 \N \N \N \N \N 2611735 t
+17540 51803 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 02:45:00 2014-12-25 06:00:00 \N \N \N \N \N 2611736 t
+16016 7485 Carry on Cleo eng \N Classic British comedy starring Amanda Barrie and Sid James, 1965. The Carry On team take on ancient history and the big-budget film Cleopatra \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 21:00:00 2014-12-25 23:00:00 \N \N \N AD,S \N 2611737 t
+16016 7486 Steptoe and Son Ride Again eng \N Spin-off from the TV sitcom starring Wilfrid Brambell and Harry H Corbett, 1973. Business is so bad that Harold is convinced Albert must die so he can collect the old man's life insurance \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:04:00 \N \N \N AD,S \N 2611738 t
+8442 56250 The Storms That Stole Christmas eng \N The people who bore the brunt of the relentless stream of powerful storms that battered Britain across Christmas 2013 relive their experiences of this chaotic festive period. \N 2 25 f 3 eng eng 9 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N AD,S \N 2611739 t
+8442 56251 My Big Fat Gypsy Christmas eng \N This film follows the celebrations and traditions of members of the Irish traveller community at Christmas, as well as two of the most jaw-dropping weddings ever shown. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:05:00 \N \N \N AD,S \N 2611740 t
+28160 15906 Christianity Works eng \N Bernie Dymet with unique, down-to-earth teaching to equip your discipleship \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:15:00 \N \N \N \N \N 2611741 t
+28160 15907 The Olive Tree eng \N Julia Fisher with stories of Christians in the Holy Land. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 18:15:00 2014-12-25 18:30:00 \N \N \N \N \N 2611742 t
+28160 15908 Living Truth eng \N Charles Price brings us inspiring Bible teaching from Canada. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 18:30:00 2014-12-25 19:00:00 \N \N \N \N \N 2611743 t
+28160 15909 Grace to You eng \N Unleashing God's truth, one verse at a time, with Dr. John MacArthur. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N \N \N 2611744 t
+28160 15910 Through the Bible eng \N The systematic Bible teaching of Dr. J. Vernon McGee takes listeners through the entire Bible in just five years, \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 19:30:00 2014-12-25 20:00:00 \N \N \N \N \N 2611745 t
+28160 15911 Life Study of the Bible eng \N Teaching from Witness Lee and discussion on Bible topics. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 20:00:00 2014-12-25 20:30:00 \N \N \N \N \N 2611746 t
+28160 15912 In Touch eng \N Lively teaching from well-renowned Bible teacher, Dr. Charles Stanley. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 20:30:00 2014-12-25 21:00:00 \N \N \N \N \N 2611747 t
+14832 1377 Blue Gay Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Gay Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2611748 t
+14832 1378 Blue Gay Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Gay Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 22:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611749 t
+8384 58790 The Big Bang Theory eng The Maternal Congruence Leonard is horrified when his mother turns up unannounced for a visit at Christmas, but then he finds out that Sheldon knew about her arrival in advance. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:25:00 \N \N \N AD,S \N 2611750 t
+8384 58791 The Big Bang Theory eng The Santa Simulation Sheldon unwillingly reveals painful memories of Christmas past when Leonard persuades him to join in with a seasonal game of Dungeons & Dragons. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 09:25:00 2014-12-26 09:55:00 \N \N \N AD,S \N 2611751 t
+8384 58792 Inspector Gadget eng \N Comedy. Matthew Broderick stars in this fun fantasy as a security guard who, injured in a car crash, has his body and his hat equipped with every crime fighting device available. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 09:55:00 2014-12-26 11:30:00 \N \N 1999 S \N 2611752 t
+8384 58793 Horton Hears a Who! eng \N Animated family adventure based on the Dr Seuss book. Horton the elephant (voiced by Jim Carrey) sets out to save the miniscule planet of the Whos from destruction. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 11:30:00 2014-12-26 13:15:00 \N \N 2008 S \N 2611753 t
+14800 1377 Blue Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2611754 t
+14800 1378 Blue Rabbit NOW Open 7nts! eng \N Strictly for grown-ups, BLUE Rabbit is now open & live-hosted 7nts/week! Hop on in if you're 18+, feeling brave and have a kinky kick in your fluffy bunny tail. PIN protected. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 22:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611755 t
+17664 58790 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:25:00 \N \N \N \N \N 2611756 t
+17664 58791 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 09:25:00 2014-12-26 09:55:00 \N \N \N \N \N 2611757 t
+22226 6455 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N S \N 2611760 t
+22226 6456 Classic Who Wants To Be A Millionaire eng \N A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N S \N 2611761 t
+22226 6763 Bullseye eng \N Dartboard quiz game that tests contestants' darts skills and their general knowledge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 23:00:00 2014-12-25 23:30:00 \N \N \N S \N 2611762 t
+22226 6778 Bullseye eng \N Dartboard quiz game that tests contestants' darts skills and their general knowledge. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 23:30:00 2014-12-26 00:00:00 \N \N \N S \N 2611763 t
+24128 746 Programmes start at 4am eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 05:00:00 2014-12-27 04:00:00 \N \N \N \N \N 2611764 t
+12992 31202 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N \N \N 2611765 t
+12992 31203 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N \N \N 2611766 t
+12992 31204 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:00:00 2014-12-25 10:30:00 \N \N \N \N \N 2611767 t
+12992 31205 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 10:30:00 2014-12-25 11:00:00 \N \N \N \N \N 2611768 t
+12992 31206 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:30:00 \N \N \N \N \N 2611769 t
+12992 31207 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 11:30:00 2014-12-25 12:00:00 \N \N \N \N \N 2611770 t
+24480 3641 It's Snow Time eng \N Break out the sleigh bells for a host of festive favourites to chill out with this season. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2611771 t
+24480 3642 Defining Decades eng The 1960s Getting groovy here as we delve into the decade that revolutionised music, taking us through strawberry fields and psychedelic soundscapes to heavy rock and pure pop. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2611772 t
+26368 6025 Through The Night eng \N Dave Brown takes you through the night with more of your Smooth favourites. From midnight. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2611773 t
+22752 1135 Kiss Fresh with Tinea eng \N Tinea with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 11:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2611774 t
+22720 1377 Tough Love eng \N Tough Love brings the biggest club beats to KISS \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2611775 t
+22720 1378 DJ Pioneer eng \N DJ Pioneer playing the best in Underground & Funky House \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 01:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2611776 t
+22720 1379 Freddie eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 02:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2611777 t
+28096 59511 Dave Gorman Modern Life is Goodish eng Poogle The award-winning comic opines on life's little oddities, including micro-chipped cats, over-familiarity in coffee shops, self-driving cars, QR codes and cybersquatting! \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N S \N 2611778 t
+28096 59513 Would I Lie to You? eng \N Rob Brydon hosts the deceptive comedy panel show, with team captains David Mitchell and Lee Mack, and guest panellists Ronni Ancona, Chris Hoy, Gabby Logan and Danny Wallace. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:00:00 2014-12-26 01:40:00 \N \N \N S \N 2611779 t
+28096 59512 QI XL eng Kris Kringle A feast of Stephen Fry as our jolly old quizmaster and his QI elves get into the Christmas spirit with Jo Brand, Brendan O'Carroll, Phill Jupitus and Alan Davies. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:40:00 2014-12-26 02:40:00 \N \N \N S \N 2611780 t
+28096 59514 Would I Lie to You? eng \N Rob Brydon hosts the comedy panel show in which players must tell fact from fiction. Joining David Mitchell and Lee Mack are Michael Ball, Charlie Brooker and Reece Shearsmith. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:40:00 2014-12-26 03:15:00 \N \N \N S \N 2611781 t
+28416 20165 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-24 14:00:00 2014-12-24 14:30:00 \N \N \N \N \N 2611782 t
+28416 20166 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-24 14:30:00 2014-12-24 15:00:00 \N \N \N \N \N 2611783 t
+4168 51845 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:05:00 2014-12-26 18:20:00 \N \N \N S \N 2611784 t
+4168 52604 North West Tonight eng \N The latest news, sport and weather for the North West of England. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:20:00 2014-12-26 18:25:00 \N \N \N S \N 2611785 t
+4168 56624 Still Open All Hours eng \N Sitcom. Granville is forced into taking extra security precautions for the shop's takings, which cause him no end of discomfort. Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 18:25:00 2014-12-26 18:55:00 1 6 \N AD,S \N 2611786 t
+4168 56625 The Boy in the Dress eng \N One-off family comedy. Dennis is an ordinary boy but he feels different. He creates a whole new persona and puts it to the ultimate test - can a boy wear a dress? Also in HD. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 18:55:00 2014-12-26 20:00:00 \N \N \N AD,S \N 2611787 t
+4168 51850 EastEnders eng \N Life for the Carters continues to explode - can they ever recover? Elsewhere one resident looks set to depart, but will they go as planned? Also in HD. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:30:00 \N \N \N AD,S \N 2611788 t
+4168 56626 Marvel Avengers Assemble eng \N Comic book action adventure. The director of peacekeeping agency S.H.I.E.L.D. gathers an elite team of superheroes to protect the Earth from an alien invasion. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 20:30:00 2014-12-26 22:40:00 \N \N 2012 AD,S \N 2611789 t
+23184 17615 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 03:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2611790 t
+23184 17616 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-26 04:00:00 2014-12-26 04:30:00 \N \N \N \N \N 2611791 t
+23184 17617 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-26 04:30:00 2014-12-26 05:00:00 \N \N \N \N \N 2611792 t
+23184 17618 Dominick Dunne's Power, Privilege & Justice, S6 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 05:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2611793 t
+22688 1057 The Mellow Magic Love Hour eng \N Your all time greatest love songs \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2611794 t
+22688 1121 Mellow Magic eng \N Relax, chill out and feel More Music Magic \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 01:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2611795 t
+27360 18117 WTA 2014 Best Matches eng \N A look back at the best matches from the 2014 WTA tour. One of the most dramatic matches of the season came when Ana Ivanovic met Maria Sharapova in the Cincinnati semi-finals. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 21:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2611796 t
+27360 18121 UFC 177 eng Dillashaw v Soto UFC action from the Sleep Train Arena in Sacramento, California, the bantamweight contest of TJ Dillashaw v Joe Soto headlines a packed fight card for UFC 177. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 23:00:00 2014-12-27 02:00:00 \N \N \N \N \N 2611797 t
+24256 1040 Babestation Blue eng \N Babestation Blue where anything can happen. Bringing you the hottest babes specially selected for your pleasure. Tune in to find out who's on the show. Nothing else matters when you enter the blue. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 05:30:00 \N \N \N \N \N 2611800 t
+14688 11643 Rock 'N' Roll Football eng \N Join Chris for an afternoon of Boxing Day Rock 'N' Roll Football, with updates from the Barclays Premier League plus great music. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 14:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2611801 t
+23296 5885 Loud and Proud eng \N Be proud of who you are and meet your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2611802 t
+23296 5887 Out and About eng \N Don't just sit there, get stuck in. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 02:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2611803 t
+22784 801 Kisstory Late Night eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 00:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2611804 t
+22784 802 Kisstory Early eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 02:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2611805 t
+23120 20519 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2611806 t
+23120 20527 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 01:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2611807 t
+23120 20526 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 02:00:00 2014-12-26 03:00:00 \N \N \N \N \N 2611808 t
+22624 40523 Insight Extra eng \N RNIB's Insight Radio - Programmes and highlights of RNIB's newest radio service - Insight Extra. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2611809 t
+22624 40524 Pure 70s eng \N RNIB's Insight Radio - Roger Cole takes you back in time to the 70s in his new weekly show. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-26 02:00:00 2014-12-26 03:00:00 \N \N \N \N \N 2611810 t
+28416 20127 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-22 01:00:00 2014-12-22 02:30:00 \N \N \N \N \N 2611811 t
+28416 20128 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-22 02:30:00 2014-12-22 04:00:00 \N \N \N \N \N 2611812 t
+23280 5902 Flirt Zone eng \N Flirt with thousands of people across the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2611813 t
+23280 5892 Picture Dating eng \N Send a Picture, find your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 02:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2611814 t
+16208 39652 Jonathan Creek eng Miracle in Crooked Lane Offbeat mystery series starring the wonderful Alan Davies. A woman in a coma is sighted on her way to church in her home village. Creek is on the case. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 5 6 \N AD,S \N 2611815 t
+16208 38390 The Whale eng \N Martin Sheen stars in the dramatic retelling of the last voyage of the whaleship Essex, which was attacked and sunk by a sperm whale in 1820, sending her crew on an epic journey. \N 2 25 f 3 eng \N 15 0 0 \N 2014-12-25 22:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611816 t
+33088 17761 Winter Solutions eng \N Keep warm and safe in the colder weather with our Winter Solutions. From shoe grips to heated insoles, snow shovels to thermal clothing, we've got all you need to see you through the winter months. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 12:00:00 2014-12-22 13:00:00 \N \N \N \N \N 2611817 t
+33088 17762 Cook's Essentials eng \N Designed specifically in response to customers' feedback, the Cook's Essentials range includes everything from stainless steel cookware with unique, impact-bonded bases to innovative electrical tools. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-22 13:00:00 2014-12-22 14:00:00 \N \N \N \N \N 2611818 t
+33088 17763 Silver Diamonique eng \N An opulent combination of cool sterling silver and exquisite simulated diamonds, in classic and contemporary designs. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 14:00:00 2014-12-22 15:00:00 \N \N \N \N \N 2611819 t
+25792 52524 Top of the Pops eng 1977 - Big Hits Yes sir, we could boogie back then. Catch classic performances from TOTP in 1977, including Baccara, Heatwave, The Stranglers, David Bowie, Rod Stewart, The Jacksons and Bob Marley. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:20:00 \N \N \N S \N 2611820 t
+25792 52525 Old Grey Whistle Test eng 70s Gold A majestic 70s music mish-mash featuring landmark performances from the OGWT archives, from the glam of Elton John and David Bowie to the punk and new wave of Iggy Pop and Blondie. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 13:20:00 2014-12-25 15:20:00 \N \N \N S \N 2611821 t
+4169 58469 Not Going Out Christmas Special eng The House Sitcom. Lee invites Lucy's parents and Daisy to join them in an old country house for Christmas. However, there is a spooky presence. Contains adult humour. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:45:00 \N \N \N S \N 2611822 t
+4169 56519 Would I Lie to You? eng \N Rob Brydon hosts a festive edition of the panel show. David Mitchell is joined by Ray Winstone and Josh Widdicombe, while Lee Mack is joined by Rachel Riley and Ricky Tomlinson. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:45:00 2014-12-26 01:15:00 8 9 \N S \N 2611823 t
+4169 56520 George Michael at the Palais Garnier, Paris eng \N George Michael introduces his unique live solo performance at the historic Palais Garnier Opera House in Paris, recorded in 2012 for his live album Symphonica. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:15:00 2014-12-26 02:15:00 \N \N \N S \N 2611824 t
+4169 57717 The Heartbreak Kid eng \N A bachelor (Ben Stiller) rushes into marrying a seemingly perfect woman, only to discover he's made the worst decision of his life. Contains very strong language and some sexual content. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 02:15:00 2014-12-26 04:05:00 \N \N 2007 S \N 2611825 t
+40960 53326 HARDtalk eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 00:30:00 2014-12-25 01:00:00 \N \N \N \N \N 2611826 t
+40960 53327 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:30:00 \N \N \N \N \N 2611827 t
+14498 26619 Salvage Hunters eng \N Salvager Drew Pritchard examines strange salvage items at a beachside sale, which includes a collection of vintage skateboards and surfboards. Will he find a hidden treasure? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2611828 t
+14498 26620 Salvage Hunters eng \N Modern-day treasure hunter Drew Pritchard is constantly on the road to salvage derelict gems and forgotten remnants to restore and sell on for a healthy profit. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2611829 t
+14498 26621 Salvage Hunters eng \N Modern-day treasure hunter Drew Pritchard is constantly on the road to salvage derelict gems and forgotten remnants to restore and sell on for a healthy profit. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2611830 t
+28032 30719 Tommy Cooper eng \N Comedy and magic from comedian Tommy Cooper. Guests include Richard Briers. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:20:00 \N \N \N S \N 2611831 t
+28032 28078 Black Gold eng Truce & Termination Reality-documentary series about oil drilling in the USA. Brandon's absence makes things difficult, and Tank seeks a rematch with Cheston. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 06:20:00 2014-12-26 07:05:00 \N \N \N S \N 2611832 t
+28032 28103 Minder eng The Wrong Goodbye A local property developer offers to buy Arthur's lock-up and car lot. Terry suspects that the deal is bent and turns to DS Jones for help. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-26 07:05:00 2014-12-26 08:00:00 \N \N \N S \N 2611833 t
+41040 17294 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-25 08:30:00 2014-12-25 09:00:00 \N \N \N \N \N 2611981 t
+28032 28080 The Professionals eng The Madness of Mickey Hamilton The resources of CI5 are stretched when a killer without a motive attempts to wipe out hospital staff one by one. \N 0 25 f 64 eng eng 15 0 0 \N 2014-12-26 08:00:00 2014-12-26 09:00:00 \N \N \N AD,S \N 2611834 t
+8452 59103 Small Animal Hospital eng \N There's a horse called Hooligan Jack with hoof problems in the hospital. And can a dose of acupuncture relieve Molly the collie's stiffness? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:20:00 2014-12-26 06:50:00 \N \N \N S \N 2611835 t
+8452 58787 Flicka eng \N Drama. A rebellious teenager (Alison Lohman) defies her father's wishes and trains a wild mustang on the family ranch. But what will she do when the animal is sold to a rodeo? \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 06:50:00 2014-12-26 08:25:00 \N \N 2006 S \N 2611836 t
+8452 58788 The Bear eng \N Classic animation from Raymond Briggs. A large, furry polar bear arrives from the zoo to take up temporary residence with a little girl. With singing by Charlotte Church. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-26 08:25:00 2014-12-26 08:55:00 \N \N \N AD,S \N 2611837 t
+8452 58789 The Morning Line eng \N Nick Luck and guests are at Kempton Park to unwrap some top racing gifts for Boxing Day, with all the news, betting, tips and features ahead of the £200,000 King George VI Chase. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-26 08:55:00 2014-12-26 10:00:00 \N \N \N S \N 2611838 t
+26560 13756 Darryl Morris in the Morning eng \N All The Hits to kickstart your day! Get involved... thehitsradio on Facebook, Twitter & Instagram! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 07:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2611839 t
+22208 3800 Monkey Life eng \N Bryan learns a painful lesson when he heads outside for the first time. Chimp Susan, meanwhile, could be pregnant for the second time. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 6 \N \N S 2 2611840 t
+22208 3801 The Lost Room eng Night One When detective Joe Miller stumbles upon a motel room key, he unlocks a world of unimaginable power and unthinkable danger. Peter Krause stars in this mystery drama. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 22:00:00 \N \N \N S,AD \N 2611841 t
+41040 17280 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:30:00 \N \N \N \N \N 2611842 t
+41040 17281 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-25 03:30:00 2014-12-25 04:00:00 \N \N \N \N \N 2611843 t
+41040 17282 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:30:00 \N \N \N \N \N 2611844 t
+41040 17283 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-25 04:30:00 2014-12-25 05:00:00 \N \N \N \N \N 2611845 t
+41040 17284 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2611846 t
+41040 17285 Witness eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2611847 t
+33088 17843 H2O - Super Clean with Steam eng \N Get your home spick and span with the power of pure steam. No matter what the surface, there will be a cleaning solution in this show. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2611848 t
+33088 17844 Tiffany Style Lighting eng \N Envelop your room in warm, colourful light with Tiffany Style lamps. Inspired by the designs of Louis Comfort Tiffany, they're handcrafted using the same techniques employed in the early 1900s. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2611849 t
+33088 17845 Bodyblade Total Body Fitness... eng \N Join our presenters and find out more about the portable and lightweight Bodyblade conditioning tool, designed to tone and sculpt your body by stimulating the muscles! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2611850 t
+23712 3388 Programmes continue at 08:00am eng Programmes continue at 08 00am. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 04:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2611851 t
+40960 53328 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 01:30:00 2014-12-25 02:00:00 \N \N \N \N \N 2611852 t
+40960 53329 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 02:00:00 2014-12-25 02:30:00 \N \N \N \N \N 2611853 t
+40960 58155 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 02:30:00 2014-12-25 03:00:00 \N \N \N \N \N 2611854 t
+41008 59103 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 06:20:00 2014-12-26 06:50:00 \N \N \N \N \N 2611855 t
+41008 58787 Flicka eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 06:50:00 2014-12-26 08:25:00 \N \N \N \N \N 2611856 t
+41008 58788 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-26 08:25:00 2014-12-26 08:55:00 \N \N \N \N \N 2611857 t
+41008 58789 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-26 08:55:00 2014-12-26 10:00:00 \N \N \N \N \N 2611858 t
+12928 42183 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 15:55:00 2014-12-25 16:00:00 \N \N \N \N \N 2611859 t
+12928 42184 A Cinderella Story eng \N Romantic comedy starring Hilary Duff and Chad Michael Murray. A teenager oppressed by her wicked stepmother and bullied at school begins a secret internet relationship. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-25 16:00:00 2014-12-25 16:45:00 \N \N 2004 S \N 2611860 t
+12928 42185 Dumb & Dumber eng \N Slapstick comedy starring Jim Carrey and Jeff Daniels. A pair of idiotic friends try to return a briefcase to its owner - unaware that it contains ransom money. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 16:45:00 2014-12-25 17:50:00 \N \N 1994 AD,S \N 2611861 t
+12928 42186 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 17:50:00 2014-12-25 17:55:00 \N \N \N \N \N 2611862 t
+12928 42187 Dumb & Dumber eng \N Slapstick comedy starring Jim Carrey and Jeff Daniels. A pair of idiotic friends try to return a briefcase to its owner - unaware that it contains ransom money. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-25 17:55:00 2014-12-25 19:00:00 \N \N 1994 AD,S \N 2611863 t
+4166 58469 Not Going Out Christmas Special eng The House Sitcom. Lee invites Lucy's parents and Daisy to join them in an old country house for Christmas. However, there is a spooky presence. Contains adult humour. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:45:00 \N \N \N S \N 2611864 t
+4166 56519 Would I Lie to You? eng \N Rob Brydon hosts a festive edition of the panel show. David Mitchell is joined by Ray Winstone and Josh Widdicombe, while Lee Mack is joined by Rachel Riley and Ricky Tomlinson. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:45:00 2014-12-26 01:15:00 8 9 \N S \N 2611865 t
+4166 56520 George Michael at the Palais Garnier, Paris eng \N George Michael introduces his unique live solo performance at the historic Palais Garnier Opera House in Paris, recorded in 2012 for his live album Symphonica. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:15:00 2014-12-26 02:15:00 \N \N \N S \N 2611866 t
+4166 57717 The Heartbreak Kid eng \N A bachelor (Ben Stiller) rushes into marrying a seemingly perfect woman, only to discover he's made the worst decision of his life. Contains very strong language and some sexual content. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 02:15:00 2014-12-26 04:05:00 \N \N 2007 S \N 2611867 t
+25920 21118 Smartphone Half Price Sale eng \N A fantastic opportunity to get some of your favourite products in our half price event! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-24 13:00:00 2014-12-24 14:00:00 \N \N \N \N \N 2611868 t
+27712 22139 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:30:00 \N \N \N \N \N 2611869 t
+27712 22140 101 East eng \N Deconstructing the deadly dangers for consumers, 101 East shows the hidden harm in the Chinese food industry_s rush for lower costs. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 09:30:00 2014-12-26 10:00:00 \N \N \N \N \N 2611870 t
+27712 22141 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2611871 t
+27712 22142 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N \N \N 2611872 t
+41040 17298 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:30:00 \N \N \N \N \N 2612100 t
+41040 17299 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 11:30:00 2014-12-25 12:00:00 \N \N \N \N \N 2612101 t
+27712 22143 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 \N \N \N \N \N 2611873 t
+40960 53325 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:30:00 \N \N \N \N \N 2611874 t
+28480 11921 Family Worship Centre Associate Pastors eng \N The church service of Jimmy Swaggart Ministries. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N \N \N 2611875 t
+28480 11922 SBN Christmas Special eng \N Traditional Christmas songs performed by the Family Worship Center Singers \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 01:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2611876 t
+32836 43447 Teleshopping eng \N Teleshopping for beds and mattresses. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:30:00 \N \N \N \N \N 2611877 t
+32836 43462 Teleshopping eng \N Teleshopping for space saving system. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 03:30:00 2014-12-25 04:00:00 \N \N \N \N \N 2611878 t
+32836 43476 Teleshopping eng \N Teleshopping for slim and lift Caresse jeans. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:30:00 \N \N \N \N \N 2611879 t
+32836 43423 Teleshopping eng \N Teleshopping for eye make-up. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 04:30:00 2014-12-25 05:00:00 \N \N \N \N \N 2611880 t
+32836 43433 Teleshopping eng \N Teleshopping for a steam mop. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2611881 t
+32836 43448 Teleshopping eng \N Teleshopping for beds and mattresses. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2611882 t
+4175 58469 Not Going Out Christmas Special eng The House Sitcom. Lee invites Lucy's parents and Daisy to join them in an old country house for Christmas. However, there is a spooky presence. Contains adult humour. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:45:00 \N \N \N S \N 2611883 t
+4175 56519 Would I Lie to You? eng \N Rob Brydon hosts a festive edition of the panel show. David Mitchell is joined by Ray Winstone and Josh Widdicombe, while Lee Mack is joined by Rachel Riley and Ricky Tomlinson. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:45:00 2014-12-26 01:15:00 8 9 \N S \N 2611884 t
+4175 56520 George Michael at the Palais Garnier, Paris eng \N George Michael introduces his unique live solo performance at the historic Palais Garnier Opera House in Paris, recorded in 2012 for his live album Symphonica. Also in HD. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:15:00 2014-12-26 02:15:00 \N \N \N S \N 2611885 t
+4175 57717 The Heartbreak Kid eng \N A bachelor (Ben Stiller) rushes into marrying a seemingly perfect woman, only to discover he's made the worst decision of his life. Contains very strong language and some sexual content. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 02:15:00 2014-12-26 04:05:00 \N \N 2007 S \N 2611886 t
+24064 59592 Compass eng Game/Create An insight into the world of game creators, a subculture dedicated to the creation and love of video games. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 12:20:00 2014-12-25 14:30:00 \N \N \N \N \N 2611887 t
+24064 59593 Postcards eng Christmas with Dad An unconventional look at Christmas and fatherhood, exploring the stories of young men struggling to define themselves as parents over the festive period. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 14:30:00 2014-12-25 15:00:00 \N \N \N \N \N 2611888 t
+14752 23793 Dave Berry & Lisa Snowdon eng \N Dave Berry & Lisa Snowdon bring you the hottest interviews from the world's biggest celebrities. Watch all the action back at CapitalFM.com \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 09:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2611889 t
+41072 13711 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-25 12:20:00 2014-12-25 14:30:00 \N \N \N \N \N 2611890 t
+41072 13712 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-25 14:30:00 2014-12-25 15:00:00 \N \N \N \N \N 2611891 t
+14816 1017 1-2-1 Dating - AFTER DARK eng \N Can't get to sleep? Try 1-2-1 Dating's all new AFTER DARK section. For those seeking something a little extra-curricular or unusual. All for a special price of just 51p/minute \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2611892 t
+14608 32074 If You Believe In Christmas eng \N Susan Stone is a modern-day scrooge. Out of nowhere, a carefree 7-year-old girl named Suzie, the embodiment of Susan's inner child, comes to help Susan recapture the love of life that she's lost. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 01:00:00 2014-12-26 03:00:00 \N \N \N \N \N 2611893 t
+16016 7482 This Is ITV3+1 eng \N This Is ITV3+1. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 00:04:00 2014-12-26 18:00:00 \N \N \N \N \N 2611894 t
+8442 55953 8 Out of 10 Cats Christmas Special eng \N The comedy panel show's cracking Christmas special, hosted by Jimmy Carr. Team captains Sean Lock and Jon Richardson are joined by Jedward, Micky Flanagan, Liza Tarbuck and Greg Davies. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:05:00 2014-12-26 01:10:00 \N \N \N S \N 2611895 t
+8442 55954 8 Out of 10 Cats Christmas Special eng \N Jimmy Carr oversees the disputes on the festive topics that set the great British public's chins wagging. With Sean Lock, Jon Richardson, Sarah Millican, Stephen Mangan and Joe Wilkinson. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:10:00 2014-12-26 02:15:00 \N \N \N S \N 2611896 t
+8442 56171 Homeland eng From A to B and Back Again Carrie challenges Fara to show more commitment to their work. Carrie puts her operation in motion but, as events reach a crucial point, there's a shock in store. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 02:15:00 2014-12-26 03:20:00 \N \N \N AD,S \N 2611897 t
+28160 15913 Back to Basics eng \N Join Brian Broderson for foundational scripture teaching. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:30:00 \N \N \N \N \N 2611898 t
+28160 15914 Changing Your World eng \N Bible ministry from international teacher Dr. Creflo Dollar. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 21:30:00 2014-12-25 22:00:00 \N \N \N \N \N 2611899 t
+28160 16146 Ireland in Christmas Praise eng \N The New Irish Choir and Orchestra, featuring New Irish Youth and guest soloists perform at Belfast Waterfront. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 22:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2611900 t
+15456 26 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2611901 t
+14832 1379 Blue Gay Rabbit NOW Open 7nts! eng \N Gay Rabbit goes BLUE from 10pm and is NOW open and live-hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail. PIN protected \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2611902 t
+14832 1380 Blue Gay Rabbit NOW Open 7nts! eng \N Gay Rabbit goes BLUE from 10pm and is NOW open and live-hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail. PIN protected \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 02:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2611903 t
+8384 58794 Channel 4 Racing eng From Kempton Park and Wetherby. Presenters Clare Balding and Nick Luck, reporter: Rishi Persad, commentary and analysis: Simon Holt, Jim McGrath, Mick Fitzgerald and Tanya Stevenson. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-26 13:15:00 2014-12-26 15:50:00 \N \N \N S \N 2611904 t
+14800 1379 Blue Rabbit NOW Open 7nts! eng \N Rabbit goes BLUE from 10pm and is NOW open & Live hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2611905 t
+14800 1380 Blue Rabbit NOW Open 7nts! eng \N Rabbit goes BLUE from 10pm and is NOW open & Live hosted 7 nights/week! Hop on in if you're 18+ and have a kinky kick in your fluffy bunny tail \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 02:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2611906 t
+15312 26 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2611907 t
+15440 26 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2611908 t
+17664 58794 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-26 13:15:00 2014-12-26 15:50:00 \N \N \N \N \N 2611909 t
+20352 58307 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 00:40:00 2014-12-25 02:35:00 \N \N \N \N \N 2611910 t
+20352 58308 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 02:35:00 2014-12-25 04:25:00 \N \N \N \N \N 2611911 t
+8385 58308 Clerks eng \N Kevin Smith's cult classic comedy drama stars Brian O'Halloran and Jeff Anderson as buddies from adjoining shops discussing life, love and Star Wars. Very strong, offensive language. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 01:35:00 2014-12-25 03:25:00 \N \N 1994 S \N 2611912 t
+22226 6780 Bruce's Price is Right eng \N Bruce Forsyth hosts the game show in which contestants come on down to win prizes by correctly guessing the prices of various goods. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:30:00 \N \N \N S,AD \N 2611913 t
+22226 6782 Bruce's Price is Right eng \N Bruce Forsyth hosts the game show in which contestants come on down to win prizes by correctly guessing the prices of various goods. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-26 00:30:00 2014-12-26 01:00:00 \N \N \N S,AD \N 2611914 t
+22226 6809 Celebrity Squares eng \N Quiz master Bob Monkhouse presents the noughts and crosses game with a twist. Celebrities answer questions to help the contestants build a winning line. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:00:00 2014-12-26 01:30:00 \N \N \N S \N 2611915 t
+22226 6811 Celebrity Squares eng \N Quiz master Bob Monkhouse presents the noughts and crosses game with a twist. Celebrities answer questions to help the contestants build a winning line. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 01:30:00 2014-12-26 02:00:00 \N \N \N S \N 2611916 t
+22226 6812 Supermarket Sweep eng \N Dale Winton hosts this supermarket-based favourite. The next time you're at the checkout counter and you hear the beep... \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:30:00 \N \N \N S \N 2611917 t
+22226 6813 Supermarket Sweep eng \N Dale Winton hosts this supermarket-based favourite. The next time you're at the checkout counter and you hear the beep... \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 02:30:00 2014-12-26 03:00:00 \N \N \N S \N 2611918 t
+12992 31208 Red River (1948) eng \N Epic western starring John Wayne and Montgomery Clift. A cattle drive from Texas to Missouri in the aftermath of the Civil War is marked by conflict. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:10:00 \N \N 1948 \N \N 2611919 t
+12992 31209 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 13:10:00 2014-12-25 13:15:00 \N \N \N \N \N 2611920 t
+12992 31210 Red River (1948) eng \N Epic western starring John Wayne and Montgomery Clift. A cattle drive from Texas to Missouri in the aftermath of the Civil War is marked by conflict. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 13:15:00 2014-12-25 14:50:00 \N \N 1948 \N \N 2611921 t
+12992 31211 The Great Escape eng \N The WWII classic starring Steve McQueen and James Garner. A mass escape is attempted by Allied POWs from a supposedly escape-proof German camp. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-25 14:50:00 2014-12-25 18:20:00 \N \N 1963 S \N 2611922 t
+24480 3643 Jive Bunny MiXmas eng \N We're all ears as those festive funsters Jive Bunny create a Christmas mix especially for Vintage TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2611923 t
+28096 59515 Would I Lie to You? eng \N Rob Brydon hosts the jocular panel show about truth-bending and lie-telling, with David Mitchell and Lee Mack and guests Jason Manford, Ruth Jones, Jack Dee and Peter Serafinowicz. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 03:15:00 2014-12-26 03:45:00 \N \N \N S \N 2611924 t
+28096 59516 Storage Hunters eng Men at War Those bargain-hunting Berniers face more run-ins with their rivals as they bid on valuables at storage auctions. Scott and Chrissy pounce as Jesse and Brandon argue. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 03:45:00 2014-12-26 04:10:00 \N \N \N S \N 2611925 t
+28096 59517 Suits eng Moot Point Criminally good legal drama! Harvey faces an old foe who he has never been able to defeat. Jessica and Harvey are caught up in Louis and Scottie's feud \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 04:10:00 2014-12-26 05:00:00 13 \N \N AD,S 3 2611926 t
+28096 59800 Close eng \N Close. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 05:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2611927 t
+14544 165 Xpanded TV eng \N Cheap Chat Live! Call in now to chat to one of the fab Xpanded babes at great low rates. VIP callers jump the queue for faster connections! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 05:30:00 \N \N \N \N \N 2611928 t
+28416 20167 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-24 15:00:00 2014-12-24 15:30:00 \N \N \N \N \N 2611929 t
+28416 20168 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-24 15:30:00 2014-12-24 16:00:00 \N \N \N \N \N 2611930 t
+28416 20169 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-24 16:00:00 2014-12-24 16:30:00 \N \N \N \N \N 2611931 t
+28416 20170 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-24 16:30:00 2014-12-24 18:30:00 \N \N \N \N \N 2611932 t
+4168 51854 BBC News eng \N The latest national and international news, with reports from BBC correspondents worldwide. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 22:40:00 2014-12-26 22:50:00 \N \N \N S \N 2611933 t
+4168 52605 North West Tonight eng \N The latest news, sport and weather for the North West of England. Followed by national weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 22:50:00 2014-12-26 23:00:00 \N \N \N S \N 2611934 t
+4168 56077 Match of the Day eng \N Highlights of the day's Premier League games, which see all 20 top-flight sides in action. There is a London derby at Stamford Bridge, where Chelsea take on West Ham. Also in HD. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:35:00 \N \N \N S \N 2611935 t
+23184 17619 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:30:00 \N \N \N \N \N 2611936 t
+23184 17620 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-26 06:30:00 2014-12-26 07:00:00 \N \N \N \N \N 2611937 t
+23184 17621 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:30:00 \N \N \N \N \N 2611938 t
+23184 17622 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-26 07:30:00 2014-12-26 08:00:00 \N \N \N \N \N 2611939 t
+23184 17623 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 08:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2611940 t
+24128 745 Asian Connections eng \N Speak to our girls live in Thailand for flirty, chatty fun. 18+ Only \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 04:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2611941 t
+24016 12933 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 04:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2611942 t
+24256 1041 Babestation Daytime eng \N Speak to stunning girls (18+) on your screen and take part in this leading interactive show. Babestation babes are waiting for you! \N 2 25 f 3 eng \N 6 0 0 \N 2014-12-26 05:30:00 2014-12-26 07:00:00 \N \N \N \N \N 2611943 t
+23296 5888 Something for Everyone eng \N Thousands of like-minded people are waiting for you now. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 04:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2611944 t
+23120 20512 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 03:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2611945 t
+23120 20530 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 04:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2611946 t
+23120 20529 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 05:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2611947 t
+23904 791 Asian Connections eng \N Speak to our girls live in Thailand for flirty, chatty fun. 18+ Only \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 05:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2611948 t
+22624 40525 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-26 03:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2611949 t
+22624 40526 Insight Highlights eng \N RNIB's Insight Radio - Rounding up the major interviews and features from the Insight team with great music \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-26 04:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2611950 t
+23280 5893 60 Second Date eng \N The fastest way to find a date in the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 04:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2611951 t
+16208 37029 Barbara Taylor Bradford's Act of Will eng \N Classic four-part drama based on Barbara Taylor Bradford's amazing true-life story. Audra is sent out to train as a nurse when her mother dies and leaves no estate. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2611952 t
+16208 37030 Barbara Taylor Bradford's Act of Will eng \N Gripping drama in which three generations of women battle bravely through five eventful decades of hidden love. Audra and Vincent's first child dies. World War II is announced. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-26 01:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2611953 t
+16208 38391 Find My Past eng Titanic Amazing genealogy. The relatives of a wireless operator, a passenger and a steward discover how their lives intertwined in April 1912 when the 'unsinkable' Titanic sank. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:55:00 \N \N \N AD,S \N 2611954 t
+16208 37031 Wish Me Luck eng \N Classic wartime drama about a group of women agents. Three Brits working behind enemy lines are rounded up and shot. Who will be chosen to take their places - Emily or Vivien? \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-26 02:55:00 2014-12-26 03:45:00 \N \N \N S \N 2611955 t
+33088 17764 Sound Innovations from Bose eng \N Bose are a premium audio brand not found in normal high street outlets. This special Bose hour will allow you to buy the latest Bose audio technology directly through QVC. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:00:00 \N \N \N \N \N 2611956 t
+33088 17765 The Charlie Bears Collection eng \N QVC is proud to present the Charlie Bears Collection, an exceptional range of collectable plush and limited edition bears, exclusively designed by celebrated teddy bear artists from around the world. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 17:00:00 2014-12-22 18:00:00 \N \N \N \N \N 2611957 t
+32896 8728 Pop Through The Night eng \N A late night round up of everyone's favourite Invisible Network of Kids. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 00:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2611958 t
+25792 52526 Operation Mincemeat eng \N Gripping documentary about a fiendish WWII mission. In 1943, British intelligence floated a corpse off the Spanish coast along with a briefcase containing fake military plans. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 15:20:00 2014-12-25 16:20:00 \N \N \N S \N 2611959 t
+25792 52527 The Dark Charisma of Adolf Hitler eng \N First episode of a revealing three-part series. Adolf Hitler seemed an unlikely leader, yet this evil character was once loved by millions in Germany. How did he become so popular? \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-25 16:20:00 2014-12-25 17:20:00 \N \N \N AD,S \N 2611960 t
+25792 52528 The Dark Charisma of Adolf Hitler eng \N What role did Hitler's supposed 'charisma' play in his success? Archive footage reveals how the Fuhrer led Germany to war in 1939 and orchestrated victory over the French. Part two. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-25 17:20:00 2014-12-25 18:20:00 \N \N \N AD,S \N 2611961 t
+4169 51829 Skiing Weatherview eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 04:05:00 2014-12-26 04:10:00 \N \N \N S \N 2611962 t
+4169 51830 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 04:10:00 2014-12-26 06:00:00 \N \N \N S \N 2611963 t
+14498 26622 Wheeler Dealers eng BMW 635CSi Part 1 Mike's splashed out two grand on a tired 1985 BMW 635csi. Can Edd replace the exhaust and suspension and get it back on the road? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:30:00 \N \N \N \N \N 2611964 t
+14498 26623 Wheeler Dealers eng BMW 635CSi Part 2 It's D-Day for the 1985 BMW 635csi Edd China has completed the renovation so Mike Brewer takes charge and looks for a potential buyer. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 18:30:00 2014-12-25 19:00:00 \N \N \N \N \N 2611965 t
+14498 26624 Salvage Hunters eng \N Drew calls on some legendary hoarders like Chris, who collects cement mixers and has an herbaceous car park. But will he be able to persuade anyone to actually sell their stuff? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2611966 t
+14498 28010 Baggage Battles eng \N 3,200 containers ship into Newark daily, but not everything reaches its destination. When duty goes unpaid or property is unclaimed, they go to auction. Are there bargains? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 20:00:00 2014-12-25 20:30:00 \N \N \N \N \N 2611967 t
+14498 28011 Baggage Battles eng \N In 2011, the LAPD recovered over $2 billion of merchandise, all of which has to be destroyed, or sold. Our experts try to profit on some of these legally seized valuables. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 20:30:00 2014-12-25 21:00:00 \N \N \N \N \N 2611968 t
+28032 28105 Hornblower eng Duty Drama series about C S Forester's famous seafaring hero. Hornblower is filled with trepidation on what should be the most important day of his life. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 09:00:00 2014-12-26 11:05:00 \N \N \N S \N 2611969 t
+28032 30369 Kojak eng A Wind from Corsica American police drama series. A man with an infectious disease inadvertently wreaks havoc in New York City. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-26 11:05:00 2014-12-26 12:10:00 \N \N \N S \N 2611970 t
+8452 58790 The Big Bang Theory eng The Maternal Congruence Leonard is horrified when his mother turns up unannounced for a visit at Christmas, but then he finds out that Sheldon knew about her arrival in advance. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 10:25:00 \N \N \N AD,S \N 2611971 t
+8452 58791 The Big Bang Theory eng The Santa Simulation Sheldon unwillingly reveals painful memories of Christmas past when Leonard persuades him to join in with a seasonal game of Dungeons & Dragons. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 10:25:00 2014-12-26 10:55:00 \N \N \N AD,S \N 2611972 t
+8452 58792 Inspector Gadget eng \N Comedy. Matthew Broderick stars in this fun fantasy as a security guard who, injured in a car crash, has his body and his hat equipped with every crime fighting device available. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 10:55:00 2014-12-26 12:30:00 \N \N 1999 S \N 2611973 t
+26560 13823 All The Hits with Fat eng \N Fat's got the hottest soundtrack for whatever you're up to! All The Hits play right here all day long! Tweet @thehitsradio! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 10:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2611974 t
+22208 3802 Cockneys Vs Zombies eng \N The undead are brown bread... A bunch of bank robbers must fight their way out of a zombie-infested London in this fun Brit flick starring Harry Treadaway and Michelle Ryan. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:45:00 \N \N \N S \N 2611975 t
+22208 3803 Most Shocking eng Four Wheel Demolition Fast-paced clip show focusing on challenges the police have to face. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 23:45:00 2014-12-27 00:45:00 \N \N \N S \N 2611976 t
+41040 17290 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2611977 t
+33088 17846 Winter Solutions eng \N Keep warm and safe in the colder weather with our Winter Solutions. From shoe grips to heated insoles, snow shovels to thermal clothing, we've got all you need to see you through the winter months. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2611982 t
+33088 17847 Cook's Essentials eng \N Designed specifically in response to customers' feedback, the Cook's Essentials range includes everything from stainless steel cookware with unique, impact-bonded bases to innovative electrical tools. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2611983 t
+33088 17848 Hi-Tech Toys & Electronics eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2611984 t
+23712 3416 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 07:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2611985 t
+23712 4193 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:05:00 \N \N \N \N \N 2611986 t
+23712 3419 Extreme Makeover: Home Edition eng The Rhodes Family - Part One Ty Pennington spreads joy in the home makeover series. The team are in Ohio to help a mother of four who has been diagnosed with a deadly brain tumour. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-25 08:05:00 2014-12-25 09:00:00 \N \N \N S \N 2611987 t
+27328 18428 Drift Allstars eng \N Action from the EXTREME Drift Allstars Championship 2014, which is fought over six rounds across Europe. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-24 10:30:00 2014-12-24 11:00:00 \N \N \N \N \N 2611988 t
+41008 58790 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 10:25:00 \N \N \N \N \N 2611989 t
+41008 58791 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 10:25:00 2014-12-26 10:55:00 \N \N \N \N \N 2611990 t
+41008 58792 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 10:55:00 2014-12-26 12:30:00 \N \N \N \N \N 2611991 t
+12928 42188 Michael Buble's Xmas Songbook eng \N Variety show. The Canadian baritone Michael Buble performs a selection of classic Christmas hits including 'Rockin' Around the Christmas Tree' and 'White Christmas'. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N S \N 2611992 t
+12928 42189 My Crazy Christmas Obsession eng \N Brand new documentary featuring people who take Christmas decorations to a whole new level. Includes a man who wants to cover his entire house in one million Christmas lights! \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N S \N 2611993 t
+4166 51829 Skiing Weatherview eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 04:05:00 2014-12-26 04:10:00 \N \N \N S \N 2611994 t
+4166 51830 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 04:10:00 2014-12-26 06:00:00 \N \N \N S \N 2611995 t
+27712 22144 Crude Harvest eng Selling Mexico's Oil Exploited by the North American Free Trade Agreement, Mexico may be hitting the perfect storm when it opens its energy resources to foreign investors. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2611996 t
+27712 22145 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2611997 t
+27712 22146 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:30:00 \N \N \N \N \N 2611998 t
+27712 22147 The Stream eng On The Stream Environmental activist Captain Paul Watson. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-26 14:30:00 2014-12-26 15:00:00 \N \N \N \N \N 2611999 t
+40960 53332 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:30:00 \N \N \N \N \N 2612000 t
+40960 58156 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 03:30:00 2014-12-25 04:00:00 \N \N \N \N \N 2612001 t
+40960 53335 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:30:00 \N \N \N \N \N 2612002 t
+40960 58157 HARDtalk eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 04:30:00 2014-12-25 05:00:00 \N \N \N \N \N 2612003 t
+40960 53337 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2612004 t
+40960 58158 eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2612005 t
+28480 11923 Jimmy Swaggart Crusade Classics eng \N A programme featuring Jimmy Swaggart Evangelical Crusades filmed around the world. Music and preaching. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 03:00:00 2014-12-25 05:00:00 \N \N \N \N \N 2612006 t
+28480 11924 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 05:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2612007 t
+32836 31092 Wake Up Leeds eng \N Wake up to the latest local news, weather and traffic updates in Leeds. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:30:00 \N \N \N \N \N 2612008 t
+24384 15997 Tattered Lace Sale Pick of the Week eng \N A chance for you to get our special product of the week - the Create & Craft Pick of the Week. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2612009 t
+24384 15998 Tonic Sale eng \N Get some of the best craft materials at fantastic prices in our craft sale show. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 07:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2612010 t
+24384 15250 Tattered Lace Christmas Cracker eng \N Be quick off the mark for this fast & furious show of sensational Christmas products at unbelievable prices. Blink & you'll miss it! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 08:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2612011 t
+28416 20129 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-22 04:00:00 2014-12-22 05:30:00 \N \N \N \N \N 2612012 t
+28416 20130 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-22 05:30:00 2014-12-22 07:00:00 \N \N \N \N \N 2612013 t
+4175 51829 Skiing Weatherview eng \N Detailed weather forecast. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 04:05:00 2014-12-26 04:10:00 \N \N \N S \N 2612014 t
+4175 51830 BBC News eng \N BBC One joins the BBC's rolling news channel for a night of news, with bulletins on the hour and the headlines every 15 minutes. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 04:10:00 2014-12-26 06:00:00 \N \N \N S \N 2612015 t
+24064 60199 Back at 7pm and 24-hours on HD 109 eng \N No Information Available \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 15:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2612016 t
+14752 40863 The Bassman eng \N The Bassman's on hand with the biggest hit music including Rita Ora, Katy Perry, Miley Cyrus, Ed Sheeran and more. Join the conversation @CapitalOfficial on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 12:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2612017 t
+41072 14326 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2612018 t
+41072 13714 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:15:00 \N \N \N \N \N 2612019 t
+41072 13715 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-25 17:15:00 2014-12-25 18:00:00 \N \N \N \N \N 2612020 t
+14816 1018 1-2-1 Dating - Hot COUPLES eng \N 1-2-1 Dating's all new Couples section is for those seeking something a little extra... Or maybe TWO extras! Check it out. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 04:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2612021 t
+14608 32075 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 03:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2612022 t
+17540 51804 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 06:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2612023 t
+8442 56262 Jamie's Family Christmas eng \N Jamie Oliver dishes his kitchen secrets for making the very best roast potatoes and exciting Christmas vegetables. Plus, some delicious ways to use leftovers. \N 2 25 f 3 eng eng 10 0 0 \N 2014-12-26 03:20:00 2014-12-26 03:55:00 \N \N \N S \N 2612024 t
+8442 60718 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 03:55:00 2014-12-26 06:00:00 \N \N \N \N \N 2612025 t
+28160 15916 Night Light eng \N Michael Cleere rounds off your day with music, reflection and your contributions. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2612026 t
+28160 15917 Hope in the Night eng \N Ben Vane has the best worship music to take you through the night. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 01:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2612027 t
+14832 1381 Gay Rabbit Chat & Date Now Open at 7 eng \N Bounce into TVs warmest, SUNNIEST interactive gay community & make new friends, chat or flirt! Introduce a friend to Gay Rabbit and BOTH of you earn free credits! Now open from 7am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 04:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2612028 t
+8384 58795 Turner & Hooch eng Comedy-thriller. Tom Hanks stars as a cop investigating a murder to which there's just one witness Hooch, a slobbering, beer-drinking mastiff who needs 24/7 protection. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 15:50:00 2014-12-26 17:50:00 \N \N 1989 S \N 2612029 t
+8384 58796 Channel 4 News eng \N Includes sport and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 17:50:00 2014-12-26 18:00:00 \N \N \N S \N 2612030 t
+14800 1381 Rabbit Chat & Date Now Open at 7am eng \N Bounce into TVs warmest, SUNNIEST interactive community and make new friends, date, flirt or chat! Introduce a friend to Rabbit and BOTH of you earn free credits! Now open from 7am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 04:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2612031 t
+17664 58795 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 15:50:00 2014-12-26 17:50:00 \N \N \N \N \N 2612032 t
+17664 58796 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 17:50:00 2014-12-26 18:00:00 \N \N \N \N \N 2612033 t
+20352 58309 eng \N \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 04:25:00 2014-12-25 04:35:00 \N \N \N \N \N 2612034 t
+20352 60716 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 04:35:00 2014-12-25 07:00:00 \N \N \N \N \N 2612035 t
+8385 58309 Unbroken Interview Special eng \N Director Angelina Jolie and star Jack O'Connell talk about making the dramatic wartime adventure about real-life hero Louis Zamperini. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-25 03:25:00 2014-12-25 03:35:00 \N \N \N \N \N 2612036 t
+8385 60716 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 03:35:00 2014-12-25 06:00:00 \N \N \N \N \N 2612037 t
+22226 6848 Crystal Maze Xmas Specials eng \N Game show in which a team of contestants tackle a series of ingenious games and fiendish challenges in a giant fantasy world, with the aim of collecting as many crystals as possible. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 03:00:00 2014-12-26 04:00:00 \N \N \N S \N 2612038 t
+22226 6854 Bill Bailey's Birdwatching Bonanza eng \N Former Corrie actress Sherrie Hewson and funnyman Joe Pasquale leave the city behind to visit Britain's feathered friends. Who will Bill Bailey name best birder? \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 04:00:00 2014-12-26 05:00:00 2 6 \N S,AD \N 2612039 t
+22226 6855 Whittle eng \N Comedian Tim Vine hosts the quiz show that whittles down 100 players to a single winner through a series of multiple-choice general knowledge questions. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-26 05:00:00 2014-12-26 05:30:00 \N \N \N S,AD \N 2612040 t
+22226 6856 Whittle eng \N Comedian Tim Vine hosts the quiz show that whittles down 100 players to a single winner through a series of multiple-choice general knowledge questions. \N 0 25 f 64 eng eng 3 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N S,AD \N 2612041 t
+13120 8363 The Charlie Bears Collection eng \N QVC is proud to present the Charlie Bears Collection, an exceptional range of collectable plush and limited edition bears, exclusively designed by celebrated teddy bear artists from around the world. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N \N \N 2612042 t
+13120 8364 The Charlie Bears Collection eng \N QVC is proud to present the Charlie Bears Collection, an exceptional range of collectable plush and limited edition bears, exclusively designed by celebrated teddy bear artists from around the world. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 01:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2612043 t
+13120 8365 The Charlie Bears Collection eng \N QVC is proud to present the Charlie Bears Collection, an exceptional range of collectable plush and limited edition bears, exclusively designed by celebrated teddy bear artists from around the world. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 02:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2612044 t
+24480 3644 Tune In... To 1987 eng \N Aretha Franklin became the first woman inducted into the Rock and Roll Hall of Fame, the Great Storm of 1987 hit and construction began on the Channel Tunnel... Tune in and enjoy the best of 1987. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2612045 t
+24480 3645 Tune In... To 1990 eng \N Britain joined The Exchange Rate Mechanism and Stephen Hendry became the youngest ever world snooker champion. Here are some of the sounds from the year. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2612046 t
+24480 3646 Christmas In The Studio eng \N A cracker of a festive show, as Michael Ball and Martine McCutcheon present our Christmas show with performances from top artists, and a certain Jive Bunny! \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2612047 t
+26368 6026 Breakfast with Eamonn Kelly eng \N Join Eamonn Kelly for breakfast from 6.00am \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 06:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2612048 t
+22752 1136 Kiss Fresh with Alex eng \N Alex with non stop new beats from Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 15:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2612049 t
+22720 1380 Rickie, Melvin & Charlie in the Morning eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2612050 t
+28096 60688 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:05:00 \N \N \N \N \N 2612051 t
+28096 59520 Red Bull X-Fighters 2014 eng \N The stunt-packed Red Bull X-Fighters World Tour culminates with this gripping series finale in Pretoria, South Africa. Which airborne daredevil will be crowned world champion? \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 08:05:00 2014-12-26 08:55:00 \N \N \N \N \N 2612052 t
+28096 59521 The World of Stupid Criminals eng \N For some cretinous criminals, it's written in the stars. Chris Rowe takes us through all kinds of stupidity as we explore the signs of the zodiac in this hilarious clip show. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 08:55:00 2014-12-26 09:20:00 \N \N \N \N \N 2612053 t
+14544 166 FlirtXchange eng \N Live Flirt Chat! The FlirtXchange chat hosts are out to play! Call now to join the fun, or message them anytime from the FlirtXchange mobile apps! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2612054 t
+28416 20171 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-24 18:30:00 2014-12-24 19:00:00 \N \N \N \N \N 2612055 t
+28416 20172 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-24 19:00:00 2014-12-24 21:00:00 \N \N \N \N \N 2612056 t
+23184 17624 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:30:00 \N \N \N \N \N 2612057 t
+23184 17625 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 09:30:00 2014-12-26 10:00:00 \N \N \N \N \N 2612058 t
+23184 17626 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-26 10:00:00 2014-12-26 10:30:00 \N \N \N \N \N 2612059 t
+23184 17627 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-26 10:30:00 2014-12-26 11:00:00 \N \N \N \N \N 2612060 t
+23184 17628 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2612061 t
+22688 1122 Magic in the Morning with Sam Hughes eng \N Feel good music, travel every 15 minutes and the latest news & weather \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 07:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2612062 t
+24016 12934 Fort Algiers eng \N A woman is sent to spy on a rebel Arab leader following the massacre of hundreds of Foreign Legion troops in north-west Africa. Stars Raymond Burr and Yvonne de Carlo. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 06:00:00 2014-12-26 07:40:00 \N \N 1953 \N \N 2612063 t
+24016 12935 Mayflower eng The Pilgrims' Adventure A group of Pilgrims emigrate to the Americas to escape persecution by the English crown in 1620. Navigating the treacherous seas proves a test. Stars Anthony Hopkins. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 07:40:00 2014-12-26 09:35:00 \N \N 1979 \N \N 2612064 t
+24256 1042 Programmes start at midnight eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 07:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2612065 t
+14688 11644 Absolute 80s Greatest Hits eng \N 80s Greatest Hits is that show that reminds you of all those great 1980s hits you thought you'd forgotten. Playing you the undisputed classics of the 1980s. Text the studio on 8121 \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 18:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2612066 t
+23296 5889 Gay Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2612067 t
+23296 5890 Rainbow Nation eng \N LGBT - No limits dating. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 08:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2612068 t
+22784 803 Kisstory Breakfast with Michael eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2612069 t
+24352 31267 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2612070 t
+24352 31266 Travel Channel returns at 18:00 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 07:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2612071 t
+23120 20547 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2612072 t
+23120 20540 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 07:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2612073 t
+23120 20534 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 08:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2612074 t
+23904 792 Programmes start at 5am eng \N \N \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 06:00:00 2014-12-27 05:00:00 \N \N \N \N \N 2612075 t
+22624 40527 Early Edition eng \N RNIB's Insight Radio - Steven Scott and the team make today's newspapers accessible to blind and partially sighted people \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-26 07:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2612076 t
+23280 5894 Your Perfect Match eng \N Sit back and find your perfect partner. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2612077 t
+23280 5895 Flirt With Me eng \N Flirt and meet with Kiss Me TV. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 08:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2612078 t
+16208 37032 Wish Me Luck eng \N WWII drama. Emily and Vivien are parachuted into France and Emily gets an unwelcome reminder of her old life. Meanwhile, danger soon threatens the circuit in an unlikely shape... \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-26 03:45:00 2014-12-26 04:35:00 \N \N \N S \N 2612079 t
+16208 38392 A Garden for All Seasons eng Peak District Princesses of planting Anne-Marie Powell and Charlie Dimmock with more tips for every month of the gardening year. Anne-Marie visits Sue McAdie in the Peak District. \N 0 25 f 64 eng eng 10 0 0 \N 2014-12-26 04:35:00 2014-12-26 05:00:00 \N \N \N AD,S \N 2612080 t
+16208 40606 Home Shopping eng \N Shopping from home. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 05:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2612081 t
+32896 8729 Pop Through The Night eng \N A late night round up of everyone's favourite Invisible Network of Kids. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 03:00:00 2014-12-25 05:00:00 \N \N \N \N \N 2612082 t
+32896 8730 Pop Through The Night eng \N A late night round up of everyone's favourite Invisible Network of Kids. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 05:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2612083 t
+25792 52529 The Dark Charisma of Adolf Hitler eng \N Final part of this absorbing series. First-hand testimonies and home movies help paint a vivid picture of how Hitler retained his grip on power even when Germany was losing the war. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-25 18:20:00 2014-12-25 19:20:00 \N \N \N AD,S \N 2612084 t
+25792 52530 Escape from Colditz eng \N Dr Hugh Hunt and his crack team of modern-day experts attempt to execute a daring - but hitherto untested - plan devised by World War II British POWs to escape from Colditz Castle! \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-25 19:20:00 2014-12-25 21:00:00 \N \N \N S \N 2612085 t
+4169 51831 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:00:00 \N \N \N S \N 2612086 t
+14498 26627 Wheeler Dealers eng Porsche 944 Turbo Part 1 Mike and Edd are on cloud nine when they get their hands on a Porsche. But it's not all smooth sailing for the boys on this turbo-charged restoration. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:30:00 \N \N \N \N \N 2612087 t
+14498 26628 Wheeler Dealers eng Porsche 944 Turbo Part 2 The mechanical maestros continue to work on the spectacular Porsche Turbo, using all their skills to make sure this is an unforgettable overhaul. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 21:30:00 2014-12-25 22:00:00 \N \N \N \N \N 2612088 t
+14498 26629 American Chopper: Senior vs Junior eng ESAB Bike Business is booming at the OCC, but Paul Jr is struggling to find clients - should he crack on and build a bike without a commission? Plus, Paul Sr reaches out to Mikey. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2612089 t
+14498 26630 How It's Made eng \N Ever wondered how everyday items such as rolled wafers, wood pellets and class and championship rings are made? Find out how these familiar objects are formed. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 23:00:00 2014-12-25 23:30:00 \N \N \N \N \N 2612090 t
+14498 26631 How It's Made eng \N More everyday items are put under the microscope as we discover how ski goggles, tower cranes, porcelain figurines and diesel engines are made. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 23:30:00 2014-12-26 00:00:00 \N \N \N \N \N 2612091 t
+28032 30370 Kojak eng Bad Dude Police drama series. Kojak is baffled by a man who seems to be making himself an assassin's target. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-26 12:10:00 2014-12-26 13:15:00 \N \N \N S \N 2612092 t
+28032 28108 The 'Burbs eng \N Comedy of paranoia starring Tom Hanks and Rick Ducummon, 1989. A typical suburban husband becomes obsessed with finding out the secret of his mysterious new neighbours \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 13:15:00 2014-12-26 15:20:00 \N \N \N AD,S \N 2612093 t
+8452 58793 Horton Hears a Who! eng \N Animated family adventure based on the Dr Seuss book. Horton the elephant (voiced by Jim Carrey) sets out to save the miniscule planet of the Whos from destruction. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 12:30:00 2014-12-26 14:15:00 \N \N 2008 S \N 2612094 t
+8452 58794 Channel 4 Racing eng From Kempton Park and Wetherby. Presenters Clare Balding and Nick Luck, reporter: Rishi Persad, commentary and analysis: Simon Holt, Jim McGrath, Mick Fitzgerald and Tanya Stevenson. \N 2 25 f 3 eng eng 4 0 0 \N 2014-12-26 14:15:00 2014-12-26 16:50:00 \N \N \N S \N 2612095 t
+26560 13757 Non-Stop Hits! eng \N Non-Stop Hits getting you through your day! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2612096 t
+41040 17295 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N \N \N 2612097 t
+41040 17296 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N \N \N 2612098 t
+41040 17297 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2612099 t
+33088 17849 no!no! Hair Removal eng \N Now available worldwide, the innovative no!no! system offers pain-free hair removal that can be performed in the comfort and convenience of your own home. No mess, no chemicals - just smooth skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2612103 t
+33088 17850 Dyson eng \N Vacuum your home with help from the iconic and much-loved British brand Dyson. We will be showcasing unique packages with added accessories, as well as discovering Dyson's new innovative technology. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2612104 t
+23712 3420 Extreme Makeover: Home Edition eng The Rhodes Family - Part Two Ty Pennington spreads joy in the home makeover series. The team are in Ohio to help a mother of four who has been diagnosed with a deadly brain tumour. \N 0 25 f 3 eng eng 2 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:00:00 \N \N \N S \N 2612105 t
+23712 3421 Escape to the Country eng \N Nicki Chapman heads to Leicestershire to help a couple of hoteliers find their perfect retirement home. However, with a wish list as long as an arm, it's a tough task. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N AD,S \N 2612106 t
+23712 3422 Escape to the Country eng Cotswolds Experts help more city dwellers to relocate. Alistair Appleton meets a couple who spend half the year in Florida and need a 'lock-up and leave' home in the Cotswolds. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N AD,S \N 2612107 t
+41008 58793 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 12:30:00 2014-12-26 14:15:00 \N \N \N \N \N 2612108 t
+41008 58794 eng \N \N \N \N \N \N \N \N eng 4 0 0 \N 2014-12-26 14:15:00 2014-12-26 16:50:00 \N \N \N \N \N 2612109 t
+12928 42190 Tears of The Sun eng \N Thriller starring Bruce Willis and Monica Bellucci. A veteran American soldier leads his team into the jungle to rescue a doctor caught up in a civil war. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:15:00 \N \N 2002 S \N 2612110 t
+12928 42191 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:15:00 2014-12-25 22:20:00 \N \N \N \N \N 2612111 t
+12928 42192 Tears of The Sun eng \N Thriller starring Bruce Willis and Monica Bellucci. A veteran American soldier leads his team into the jungle to rescue a doctor caught up in a civil war. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 22:20:00 2014-12-25 23:20:00 \N \N 2002 S \N 2612112 t
+12928 42193 Police Interceptors eng \N Highlights from the road-crime documentary series where the ultimate police interceptors hit the streets and roads to clean up Britain. \N 2 25 f 3 eng eng 8 0 0 \N 2014-12-25 23:20:00 2014-12-25 23:50:00 \N \N \N S \N 2612113 t
+12928 42194 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 23:50:00 2014-12-26 00:00:00 \N \N \N \N \N 2612114 t
+4166 51831 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:00:00 \N \N \N S \N 2612115 t
+14532 6347 Jackpot247 eng \N Join the presenters live and play roulette on your telly. Find out how and join in now at www.Jackpot247.com. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 00:05:00 2014-12-26 03:00:00 \N \N \N \N \N 2612116 t
+27712 22148 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2612117 t
+27712 22149 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 16:00:00 2014-12-26 16:30:00 \N \N \N \N \N 2612118 t
+27712 22150 Innovate Africa eng \N Today on Innovate Africa, connecting remote medical facilities by satellite broadband. Using Lasers to tackle serious diseases and a new African space race. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:00:00 \N \N \N \N \N 2612119 t
+27712 22151 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 \N \N \N \N \N 2612120 t
+27712 22152 Inside Story eng \N Beyond the headlines to the heart of the news of the day. Al Jazeera gets the Inside Story from some of the best minds in the Middle East and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 17:30:00 2014-12-26 18:00:00 \N \N \N \N \N 2612121 t
+40960 53340 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:30:00 \N \N \N \N \N 2612122 t
+40960 58163 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 06:30:00 2014-12-25 07:00:00 \N \N \N \N \N 2612123 t
+40960 58160 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:30:00 \N \N \N \N \N 2612124 t
+40960 58164 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 07:30:00 2014-12-25 08:00:00 \N \N \N \N \N 2612125 t
+40960 58161 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:30:00 \N \N \N \N \N 2612126 t
+40960 58165 Click eng \N \N \N \N \N \N \N \N eng 10 0 0 \N 2014-12-25 08:30:00 2014-12-25 09:00:00 \N \N \N \N \N 2612127 t
+28480 11925 A Study In The Word eng \N Bible teaching programme hosted by Jimmy Swaggart. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:30:00 \N \N \N \N \N 2612128 t
+28480 11926 Insight eng \N Today's news from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 06:30:00 2014-12-25 07:00:00 \N \N \N \N \N 2612129 t
+28480 11927 The Message of the Cross eng \N A Biblical teaching programme hosted by Rev. Jimmy Swaggart, with a panel of pastors, professors and other church leaders. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 07:00:00 2014-12-25 08:30:00 \N \N \N \N \N 2612130 t
+28480 11928 FWC Music eng \N Live Gospel music recorded in Family Worship Center Church featuring Jimmy Swaggart and other singers. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 08:30:00 2014-12-25 09:00:00 \N \N \N \N \N 2612131 t
+32836 31093 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N \N \N 2612132 t
+32836 43763 The Real Extras eng \N Dozens of extras rise from the dead and descend on London in their pursuit of a role in a new zombie movie. Craig takes the viewer through a day in his life as a background artist on Heartbeat. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2612133 t
+32836 43762 The Real Extras eng \N Rock band Mother Vulpine search for a dog that looks like a wolf for their new video. In Liverpool, a familiar face is looking for angels and demons to promote his charity single. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2612134 t
+24384 15251 Stamps Away Home Dcor Festive Fun eng \N Join us for some festive fun this Christmas with our fantastic shows. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2612135 t
+24384 15252 Craftwork Cards Christmas Cracker eng \N Be quick off the mark for this fast & furious show of sensational Christmas products at unbelievable prices. Blink & you'll miss it! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2612136 t
+24384 15253 Stamps by Chloe Festive Fun eng \N Join us for some festive fun this Christmas with our fantastic shows. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2612137 t
+28416 20131 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-22 07:00:00 2014-12-22 08:30:00 \N \N \N \N \N 2612138 t
+28416 20132 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-22 08:30:00 2014-12-22 10:00:00 \N \N \N \N \N 2612139 t
+4175 51831 Breakfast eng \N The latest news, sport, business and weather from the BBC's Breakfast team. Also in HD. Including regional news at 25 and 55 minutes past each hour. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:00:00 \N \N \N S \N 2612140 t
+24064 60297 Santaland eng \N Retired couple Ray and Marlene Kraatz, the official Mr and Mrs Claus of Zephyrhills, Florida, battle busy demands and failing health to be icons of hope 365 days a year. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N \N \N 2612141 t
+24064 59599 BSL Zone eng BSL Zone Punk Chef - Kids Challenge (Pt2): Punk Chef's competition for the Best Young Deaf Chef reaches the final. Who will win the coveted trophy? (SL). \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 19:30:00 2014-12-25 20:00:00 \N \N \N \N \N 2612142 t
+24064 59600 Swim, Santa, Swim! eng \N Meet Nige Read - he is 52 and enjoys a good fry up. Oh, and he's decided to enter the Winter Swimming World Championships in Lapland. Grab your thermal trunks and come for a dip. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2612143 t
+14752 23794 Ant Payne eng \N Ant's got all the biggest and best hits around. You can join the conversation @CapitalOfficial on Twitter and online at capitalfm.com! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 16:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2612144 t
+33088 17766 Tiffany Style Lighting eng \N Envelop your room in warm, colourful light with Tiffany Style lamps. Inspired by the designs of Louis Comfort Tiffany, they're handcrafted using the same techniques employed in the early 1900s. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 19:00:00 2014-12-22 20:00:00 \N \N \N \N \N 2612145 t
+33088 17767 Hi-Tech Toys & Electronics eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 20:00:00 2014-12-22 21:00:00 \N \N \N \N \N 2612146 t
+41072 14327 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2612147 t
+41072 14328 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N \N \N 2612148 t
+41072 13718 BSL Zone eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-25 19:30:00 2014-12-25 20:00:00 \N \N \N \N \N 2612149 t
+41072 13719 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2612150 t
+14816 1019 1-2-1 Dating - Find LOVE eng \N 1-2-1 Dating is a unique TV channel, broadcasting regionalised personal ads from around the UK, 24/7. New ads added daily. Free to join and place YOUR 1-2-1 advert. Check us out. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 08:00:00 2014-12-26 12:00:00 24 7 \N \N \N 2612151 t
+14608 32076 The Waltons eng \N The Deed - John-Boy leaves home to get a job to help pay legal fees when the Waltons are in danger of losing the mountain because their forebears never filed a deed. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-26 06:00:00 2014-12-26 07:00:00 20 \N \N \N 1 2612152 t
+14608 32077 Little House On The Prairie eng \N Darkness Is My Friend - On a dark and stormy night, Laura and Mary are staying alone at the School For the Blind when they are taken hostage by a trio of escaped convicts. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-26 07:00:00 2014-12-26 08:00:00 16 \N \N \N 6 2612153 t
+14608 32078 The Waltons eng \N The Ordeal - Part II - Elizabeth falls while standing on top of a wood pile and fractures her leg. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-26 08:00:00 2014-12-26 09:00:00 22 \N \N \N 6 2612154 t
+17540 58019 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N \N \N 2612155 t
+17540 57716 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N \N \N 2612156 t
+17540 56512 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2612157 t
+17540 56513 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2612158 t
+8442 60719 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 06:00:00 2014-12-26 08:55:00 \N \N \N \N \N 2612159 t
+8442 56236 SuperScrimpers eng \N Mrs Moneypenny gives money-saving advice in Manchester; Essex firefighter Gary feels the heat when he's challenged to curb his spending; and Harry Wallop seeks the best-value toilet paper. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 08:55:00 2014-12-26 09:30:00 \N \N \N S \N 2612160 t
+28160 15918 Telling the Truth eng \N Dynamic Bible teaching from Stuart, Jill and Pete Briscoe \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 04:00:00 2014-12-26 04:30:00 \N \N \N \N \N 2612161 t
+28160 15919 The Word for Today eng \N Classic Bible teaching series with Chuck Smith \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 04:30:00 2014-12-26 05:00:00 \N \N \N \N \N 2612162 t
+28160 15920 Back to the Bible eng \N Dynamic Bible teaching from Dr John Munro. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 05:00:00 2014-12-26 05:30:00 \N \N \N \N \N 2612163 t
+28160 15921 Grace to You eng \N Unleashing God's truth, one verse at a time, with Dr. John MacArthur. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2612164 t
+14832 1382 Rabbits & Bunnies & Meadows, Oh My eng \N Now in its 6th year, Gay Rabbit Chat & Date is an interactive TV chat service designed to put YOU in touch with new LGBT friends all over the UK. Chat, flirt, date and then some! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 08:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2612165 t
+8384 58797 The Simpsons eng The Fight Before Christmas Marge gets into the holiday spirit but the rest of the family don't share her enthusiasm, so she writes a letter to Martha Stewart, who comes to the rescue. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 \N \N \N AD,S \N 2612166 t
+8384 58798 Hollyoaks eng \N Sinead's life hangs in the balance, while Ste and John Paul's relationship is on shaky ground again. Nancy is desperate for more pills and has to decide whose help she needs most. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N AD,S \N 2612167 t
+8384 58800 Marvel's Agents of S.H.I.E.L.D. eng What They Become Coulson and Whitehall's forces meet in an explosive confrontation that dramatically alters the fate of everyone involved. Skye discovers shocking secrets about her past. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N AD,S \N 2612168 t
+8384 58799 Bear's Wild Weekend with Ben Stiller eng Adventurer Bear Grylls is partnered with actor/director Ben Stiller for a 48-hour journey in which they undertake a high-octane, action-filled trek into the wilds of Scotland \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N S \N 2612169 t
+14800 1382 Winter in Rabbit Meadow eng \N Rabbit Chat & Date has been connecting people for 6 years now! Why not jump in and see why? Make new friends, chat, flirt and find that RIGHT somebody. Or that RIGHT NOW somebody. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 08:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2612170 t
+17664 58797 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 \N \N \N \N \N 2612171 t
+17664 58798 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N \N \N 2612172 t
+17664 58800 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2612173 t
+17664 58799 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2612174 t
+20352 60717 eng \N \N \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 07:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2612175 t
+8385 60717 Teleshopping eng \N Teleshopping. \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-25 06:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2612176 t
+22226 6857 Deal Or No Deal eng Noel Edmonds presents the hit game show in which one of 22 players could win up to 250,000. There are 22 sealed boxes, but only one question deal, or no deal? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:45:00 \N \N \N \N \N 2612177 t
+22226 3814 Deal Or No Deal eng Noel Edmonds presents the hit game show in which one of 22 players could win up to 250,000. There are 22 sealed boxes, but only one question deal, or no deal? \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:45:00 2014-12-26 07:30:00 \N \N \N \N \N 2612178 t
+22226 3816 Are You Smarter Than A 10 Year Old? Dick and Dom present the daily quiz that tests the nation's adults on questions spanning the primary school national curriculum in a bid to win 25,000 eng \N How smart are you? \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 07:30:00 2014-12-26 08:30:00 \N \N \N S,AD \N 2612179 t
+22226 3818 Going For Gold eng \N Iconic 80s game show presented by Henry Kelly. Contestants from across Europe compete for the star prize of a trip to the 1988 Olympic Games in Seoul. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N S \N 2612180 t
+13120 8366 The Charlie Bears Collection eng \N QVC is proud to present the Charlie Bears Collection, an exceptional range of collectable plush and limited edition bears, exclusively designed by celebrated teddy bear artists from around the world. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 03:00:00 2014-12-25 04:00:00 \N \N \N \N \N 2612181 t
+13120 8367 The Charlie Bears Collection eng \N QVC is proud to present the Charlie Bears Collection, an exceptional range of collectable plush and limited edition bears, exclusively designed by celebrated teddy bear artists from around the world. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 04:00:00 2014-12-25 05:00:00 \N \N \N \N \N 2612182 t
+13120 8368 The Charlie Bears Collection eng \N QVC is proud to present the Charlie Bears Collection, an exceptional range of collectable plush and limited edition bears, exclusively designed by celebrated teddy bear artists from around the world. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 05:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2612183 t
+12992 31212 Greystoke eng The Legend of Tarzan Edgar Rice Burroughs's tale of the wild man raised by apes in the African jungle after his explorer parents died in a shipwreck. Starring Christopher Lambert and Ian Holm \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 18:20:00 2014-12-25 21:00:00 \N \N 1984 S \N 2612184 t
+28288 8814 OPI Professional Nailcare eng \N As one of the world's largest manufacturers of professional nail products, OPI is a must-have for anyone wanting salon-quality results in their own home. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 05:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2612185 t
+17540 56430 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-22 16:00:00 2014-12-22 17:15:00 \N \N \N \N \N 2612186 t
+17540 56431 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-22 17:15:00 2014-12-22 18:00:00 \N \N \N \N \N 2612187 t
+24480 3647 Toyah's Christmas At The Zoo eng \N Cosy up with family and friends as Toyah Willcox brings you a selection of fine Christmas songs and a sprinkling of festive stories, surrounded by a variety of creatures great and small. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2612188 t
+24480 3648 Feel The Heat... Funky Beat eng \N From the genre that fused jazz-funk with electronic dance in the late 80s and 90s, we give you innovative music from Jamiroquai, Brand New Heavies, Incognito and more. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:30:00 \N \N \N \N \N 2612189 t
+24480 3649 Daniel O'Donnell eng My Vintage New! Everything from big ballads to haunting instrumentals evoking his beloved homeland feature in the top song choices of Ireland's iconic singer songwriter. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:30:00 2014-12-25 23:30:00 \N \N \N \N \N 2612190 t
+24480 3650 A Very Vintage Christmas eng \N Presenters Toyah Willcox and Wizzard's Roy Wood are cosying up by the fireplace with two guest artists as they talk Christmas and sing favourite festive songs. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 23:30:00 2014-12-26 00:30:00 \N \N \N \N \N 2612191 t
+26368 6027 Andrew Castle eng \N Join Andrew Castle from 10.00am for more of your relaxing music mix \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2612192 t
+22752 1137 Charlie Hedges on Kiss Fresh eng \N Charlie Hedges in the mix playing the best in new Dance and party beats on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 19:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2612193 t
+22720 1381 Jez eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 09:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2612194 t
+22720 1382 Kisstory eng \N Kiss Anthems! Tweet your shouts and requests @KissFMUK using #Kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2612195 t
+28096 59522 Top Gear eng Bolivia Special The boys are dropped deep into the Bolivian rainforest armed only with three 4x4s. They must drive to the Chilean coast - via drug lords and debilitating altitude. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-26 09:20:00 2014-12-26 11:00:00 \N \N \N AD,S \N 2612196 t
+28096 59523 Storage Hunters eng Men at War Those bargain-hunting Berniers face more run-ins with their rivals as they bid on valuables at storage auctions. Scott and Chrissy pounce as Jesse and Brandon argue. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N S \N 2612197 t
+28096 59524 Storage Hunters eng Stormy Waters Cut-throat competition with those volatile bargain-hunters. The bidders head to Marina del Rey in search of prized nautical booty. Will the Berniers sink or swim? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 \N \N \N S \N 2612198 t
+14544 167 Xpanded TV eng \N Xpanded TV returns at Midnight \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 06:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2612199 t
+28416 20173 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-24 21:00:00 2014-12-24 23:00:00 \N \N \N \N \N 2612200 t
+28416 20174 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-24 23:00:00 2014-12-25 02:30:00 \N \N \N \N \N 2612201 t
+23184 17629 Dominick Dunne's Power, Privilege & Justice, S6 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2612202 t
+23184 17630 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:30:00 \N \N \N \N \N 2612203 t
+23184 17631 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-26 13:30:00 2014-12-26 14:00:00 \N \N \N \N \N 2612204 t
+23184 17632 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:30:00 \N \N \N \N \N 2612205 t
+23184 17633 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 14:30:00 2014-12-26 15:00:00 \N \N \N \N \N 2612206 t
+22688 1123 Kim Wilde's Christmas Favourites eng \N Kim plays out all her favourite Christmas songs. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 10:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2612207 t
+24016 12936 The Cariboo Trail eng \N It's every man for himself as gold fever sweeps the Cariboo region. Which prospectors will finally strike lucky? Stars Randolf Scott and Dale Robertson. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 09:35:00 2014-12-26 11:20:00 \N \N 1950 \N \N 2612208 t
+24016 12937 The Sword Of El Cid eng \N The ruler of Catalonia is replaced by his evil twin brother, but the rightful owner of the crown then attempts to reclaim the throne by forceful means. Stars Roland Carey. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 11:20:00 2014-12-26 13:05:00 \N \N 1962 \N \N 2612209 t
+14688 11645 90s Anthems eng \N George Godfrey plays all the best Britpop, grunge, indie and rock tracks you remember from the 1990s and none of the duds. Send him a request via facebook.com/absoluteradio \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 22:00:00 2014-12-27 04:00:00 \N \N \N \N \N 2612210 t
+23296 5891 Fast and Fun eng \N The fastest gay dating around. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2612211 t
+22784 804 Neev on Kisstory eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 09:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2612212 t
+23120 20557 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2612213 t
+23120 20552 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2612214 t
+23120 20542 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2612215 t
+16208 37033 The Bill eng \N Sun Hill where it's not just about catching villains.Taviner risks his life, and makes a terrible confession. Ashton, who lied to Gilmore about his engagement, is in a panic. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-26 08:00:00 2014-12-26 09:00:00 \N \N \N S \N 2612218 t
+23040 38231 Diners, Drive-Ins And Dives eng \N Guy Fieri visits America's most interesting and unique restaurants. Guy visits an authentic Mexican restaurant in Phoenix, and a Kentucky truck stop where home-made biscuits come with everything. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:30:00 \N \N \N \N \N 2612219 t
+23040 38232 Diners, Drive-Ins And Dives eng \N This trip, Guy's digging into unique holiday traditions in Tennessee. In Hendersonville is a barbecue joint with a storied past serving up holiday ham with a fiery finish. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 00:30:00 2014-12-25 01:00:00 \N \N \N \N \N 2612220 t
+23040 38233 Ching's Restaurant Redemption eng \N Ching is headed to Kansas City to a family run Vietnamese restaurant. Mimi Perkins opened Saigon 39 to rave reviews and lines down the block. Now, over 20 years later, business has plummeted. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:30:00 \N \N \N \N \N 2612221 t
+23040 38234 Ching's Restaurant Redemption eng \N John Bian and his family run a struggling Chinese restaurant in Bloomington. The restaurant is the only income for the family and as sales continue to drop, tensions have begun to run high. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 01:30:00 2014-12-25 02:00:00 \N \N \N \N \N 2612222 t
+23040 38235 Diners, Drive-Ins And Dives eng \N Guy's taking on some truly unique eats. In Honolulu, there's a Jamaican joint serving up jerk chicken wings. In Texas, Guy finds a Russian place making a potato pancake stuffed with beef. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 02:00:00 2014-12-25 02:30:00 \N \N \N \N \N 2612223 t
+23040 38236 Reza Spice Prince of Vietnam eng \N This series follows Chef Reza Mahammad, one of the UK's top Indian restaurateurs, on an unforgettable journey around Vietnam to discover the history of royal food and feasting. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 02:30:00 2014-12-25 03:00:00 \N \N \N \N \N 2612224 t
+16080 14928 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 01:15:00 2014-12-25 01:45:00 \N \N \N \N \N 2612225 t
+16080 14929 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 01:45:00 2014-12-25 02:15:00 \N \N \N \N \N 2612226 t
+16080 14930 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 02:15:00 2014-12-25 02:45:00 \N \N \N \N \N 2612227 t
+16080 14931 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 02:45:00 2014-12-25 03:00:00 \N \N \N \N \N 2612228 t
+32896 8731 The Yogi Bear Show eng \N The Park Service films a movie at Jellystone, with Yogi chosen to star as a typical park bear! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:15:00 \N \N \N \N \N 2612229 t
+32896 8732 Rekkit Rabbit eng \N When Jay and Rekkit try to find out who has been stealing stuff around town, Jay discovers that it's been Rekkit who has been sleep walking. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 06:15:00 2014-12-25 06:30:00 \N \N \N \N \N 2612230 t
+32896 9271 The Adventures Of Brer Rabbit eng \N Animated adventure based on the tales of Uncle Remus about a mischievous rabbit and his silly enemies Brer Wolf and Brer Bear. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 06:30:00 2014-12-25 08:00:00 \N \N \N \N \N 2612231 t
+32896 9272 Equestria Girls eng Rainbow Rocks Canterlot High is hosting a musical showcase and the ponies are going to be performing with their new band, The Rainbooms. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 08:00:00 2014-12-25 09:30:00 \N \N \N \N \N 2612232 t
+25792 52531 Parade's End eng \N Conclusion to Tom Stoppard's period drama. While Valentine waits for news of Christopher, who has been sent to the front, Sylvia also makes one final play for him. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:20:00 \N \N \N AD,S \N 2612233 t
+25792 53825 Disco at the BBC eng \N Feel the groove with some classic disco hits from Top of the Pops, the Old Grey Whistle Test and Later with Jools. Real cool cats getting funky include Chic, Labelle and Rose Royce. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 22:20:00 2014-12-25 23:20:00 \N \N \N S \N 2612234 t
+25792 52533 Classic Soul at the BBC eng \N Catch some sensational and smooth soul performances from the BBC archives, featuring such music icons as Aretha Franklin, Al Green, Dusty Springfield, Isaac Hayes and Solomon Burke. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 23:20:00 2014-12-26 00:25:00 \N \N \N \N \N 2612235 t
+4169 56616 Pinocchio eng \N In this classic Walt Disney film, Jiminy Cricket narrates the story of the puppet who wants to be a real boy. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:25:00 \N \N 1940 S \N 2612236 t
+4169 56617 CBeebies Peter Pan eng \N CBeebies. Musical stage adaptation of JM Barrie's classic tale, which tells the story of the boy who would not grow up and the adventures of the Darling children in Neverland. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 10:25:00 2014-12-26 11:05:00 \N \N \N AD,S \N 2612237 t
+4169 56618 Room on the Broom eng \N Animated film based on Julia Donaldson's picture book. A kind witch invites a surprising collection of animals to join her on her broom, much to the frustration of her cat. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 11:05:00 2014-12-26 11:30:00 \N \N 2012 AD,S \N 2612238 t
+4169 56619 Cool Runnings eng \N Family comedy, loosely based on the true exploits of four Jamaican bobsleighers who dream of competing in the Winter Olympics. John Candy stars. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 11:30:00 2014-12-26 13:05:00 \N \N 1993 AD,S \N 2612239 t
+14498 26632 How It's Made eng \N More everyday items are put under the microscope as we discover how stuffed olives, astrolabes and western saddles are made. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:30:00 \N \N \N \N \N 2612240 t
+14498 26633 How It's Made eng \N More everyday items are put under the microscope as we discover how custom running shoes, axes, racing karts and animatronics are made. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 00:30:00 2014-12-26 01:00:00 \N \N \N \N \N 2612241 t
+14498 26634 FBI Case Files eng The Hunted Fear spreads through a small Pennsylvania town when kids find a cache of stockpiled weapons in the woods. Can the FBI thwart any planned attacks before tragedy strikes? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 01:00:00 2014-12-26 02:00:00 \N \N \N \N \N 2612242 t
+14498 26635 Challenge Tommy Walsh eng Shiplap Part 1 Tommy's off to the Welsh border to tackle another DIY dilemma: a timber clad house is in need of his special brand of DIY know-how. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 02:00:00 2014-12-26 02:30:00 \N \N \N \N \N 2612243 t
+14498 26636 Challenge Tommy Walsh eng Shiplap Part 2 A timber clad house on the Welsh border is getting the treatment from Tommy Walsh, as he works on producing the perfect patio. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 02:30:00 2014-12-26 03:00:00 \N \N \N \N \N 2612244 t
+28288 8817 Beauty Pick Of The Month eng \N Tune in to see QVC's Beauty Pick of the Month. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 08:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2612245 t
+28032 28111 Smokey and the Bandit eng \N Tongue-in-cheek adventure starring Burt Reynolds and Sally Field, 1977. Tale of a high-speed car chase across America involving a sheriff and a bootlegger, with crash stunts galore \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 15:20:00 2014-12-26 17:10:00 \N \N \N AD,S \N 2612246 t
+28032 28114 Smokey and the Bandit 2 eng \N Car-chase action comedy sequel starring Burt Reynolds and Sally Field, 1980. Folk hero the Bandit makes a comeback when he transports a pregnant elephant to a Republican convention \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 17:10:00 2014-12-26 19:15:00 \N \N \N AD,S \N 2612247 t
+8452 58795 Turner & Hooch eng Comedy-thriller. Tom Hanks stars as a cop investigating a murder to which there's just one witness Hooch, a slobbering, beer-drinking mastiff who needs 24/7 protection. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 16:50:00 2014-12-26 18:50:00 \N \N 1989 S \N 2612248 t
+26560 13732 All The Hits with Olivia Jones eng Oliva has all the hits for your afternoon, the latest & biggest showbiz gossip and YOU! Get involved NOW @thehitsradio \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 15:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2612249 t
+41040 17300 Witness eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2612250 t
+41040 17301 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2612251 t
+41040 17302 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:30:00 \N \N \N \N \N 2612252 t
+41040 17303 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-25 14:30:00 2014-12-25 15:00:00 \N \N \N \N \N 2612253 t
+33088 17537 Best of QVC Extra eng \N Catch all the recent highlights from QVC Extra. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2612254 t
+33088 17851 Bodyblade Total Body Fitness... eng \N Join our presenters and find out more about the portable and lightweight Bodyblade conditioning tool, designed to tone and sculpt your body by stimulating the muscles! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2612255 t
+33088 17852 Hi-Tech Toys & Electronics eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2612256 t
+23712 3423 Escape to the Country eng Warwickshire City dwellers hope to start a new life in the perfect rural pad. Jules Hudson helps a young couple find a property in Warwickshire with period features. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N AD,S \N 2612257 t
+23712 3424 Escape to the Country eng \N City dwellers hope to start a new life in the perfect rural pad. A Blackheath couple seek a property large enough for a family, an office and the husband's classic cars. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N AD,S \N 2612258 t
+23712 3425 Escape to the Country eng Bedfordshire Property hunting experts help out more hopeful homeowners. Alistair Appleton is in Bedfordshire meeting a couple who dream of a home with outstanding rural views. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N AD,S \N 2612259 t
+41008 58795 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-26 16:50:00 2014-12-26 18:50:00 \N \N \N \N \N 2612260 t
+12928 42195 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:30:00 \N \N \N \N \N 2612261 t
+12928 42196 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 00:30:00 2014-12-26 01:00:00 \N \N \N \N \N 2612262 t
+12928 42197 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 01:00:00 2014-12-26 01:30:00 \N \N \N \N \N 2612263 t
+12928 42198 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 01:30:00 2014-12-26 02:00:00 \N \N \N \N \N 2612264 t
+12928 42199 ..programmes start at 1.00pm eng \N . \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 02:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2612265 t
+4166 56616 Pinocchio eng \N In this classic Walt Disney film, Jiminy Cricket narrates the story of the puppet who wants to be a real boy. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:25:00 \N \N 1940 S \N 2612266 t
+4166 56617 CBeebies Peter Pan eng \N CBeebies. Musical stage adaptation of JM Barrie's classic tale, which tells the story of the boy who would not grow up and the adventures of the Darling children in Neverland. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 10:25:00 2014-12-26 11:05:00 \N \N \N AD,S \N 2612267 t
+4166 56618 Room on the Broom eng \N Animated film based on Julia Donaldson's picture book. A kind witch invites a surprising collection of animals to join her on her broom, much to the frustration of her cat. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 11:05:00 2014-12-26 11:30:00 \N \N 2012 AD,S \N 2612268 t
+4166 56619 Cool Runnings eng \N Family comedy, loosely based on the true exploits of four Jamaican bobsleighers who dream of competing in the Winter Olympics. John Candy stars. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 11:30:00 2014-12-26 13:05:00 \N \N 1993 AD,S \N 2612269 t
+14532 6348 Plates from The States eng \N Delicious recipe ideas from the diverse culinary landscape of the United States. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 03:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2612270 t
+14532 6349 The Store reopens here at 00 eng 05 Check out The Store website at www.TheStoreTV.com. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-26 04:00:00 2014-12-27 00:05:00 \N \N \N \N \N 2612271 t
+27712 22153 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 18:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2612272 t
+27712 22154 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N \N \N 2612273 t
+27712 22155 TechKnow eng \N Science series exploring how the latest scientific discoveries are changing our lives, investigating controversies and celebrating innovation across the world. \N 0 25 f 3 eng \N 9 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N \N \N 2612274 t
+27712 22156 Head to Head eng \N Mehdi Hasan goes head to head with influential economist Arthur Laffer on his support of tax cuts and deregulation. Have his ideas shaped current policy? \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2612275 t
+40960 53342 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 09:00:00 2014-12-25 09:30:00 \N \N \N \N \N 2612276 t
+40960 58166 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 09:30:00 2014-12-25 10:00:00 \N \N \N \N \N 2612277 t
+40960 53343 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 10:00:00 2014-12-25 10:30:00 \N \N \N \N \N 2612278 t
+40960 58167 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 10:30:00 2014-12-25 11:00:00 \N \N \N \N \N 2612279 t
+40960 53344 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:30:00 \N \N \N \N \N 2612280 t
+40960 58168 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 11:30:00 2014-12-25 12:00:00 \N \N \N \N \N 2612281 t
+28480 11929 SBN Christmas Special eng \N Traditional Christmas songs performed by the Family Worship Center Singers \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 09:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2612282 t
+28480 11930 Backstage with Donnie Swaggart eng \N An inside look of the Sonlife Broadcasting Network. Also the history of Jimmy Swaggart Ministries. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:30:00 \N \N \N \N \N 2612283 t
+28480 11931 A Study In The Word eng \N Bible teaching programme hosted by Jimmy Swaggart. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 11:30:00 2014-12-25 12:00:00 \N \N \N \N \N 2612284 t
+32836 43764 Restaurant in our Living Room eng \N Restaurant in our Living Room puts would-be restaurant owners and amateur chefs' culinary, business and entrepreneurial skills to the test. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2612285 t
+32836 45154 Life After United eng \N Catch up with the legends of Leeds United and see how they spent Christmas as a footballer. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-25 13:00:00 2014-12-25 13:30:00 \N \N \N \N \N 2612286 t
+32836 31099 Dudley's Christmas Fayre eng \N Celebrity Chef, Dudley Newbury serves up perfect Christmas meals. Learn short cuts and tricks of the trade with Cardiff's longest serving TV Chef. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 13:30:00 2014-12-25 14:00:00 \N \N \N \N \N 2612287 t
+32836 43766 Make Me a Millionaire Inventor eng \N Shini seeks out a grandmother who is the inventor of the wallet that requires a fingerprint to open. Jem, meanwhile, meets an Israeli family man who has drawn an incredibly futuristic kitchen device. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2612288 t
+24384 15254 Tattered Lace Christmas Cracker eng \N Be quick off the mark for this fast & furious show of sensational Christmas products at unbelievable prices. Blink & you'll miss it! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2612289 t
+24384 15255 Cake Lace Festive Fun eng \N Join us for some festive fun this Christmas with our fantastic shows. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2612290 t
+24384 15256 Craftwork Cards Christmas Cracker eng \N Be quick off the mark for this fast & furious show of sensational Christmas products at unbelievable prices. Blink & you'll miss it! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2612291 t
+4175 56616 Pinocchio eng \N In this classic Walt Disney film, Jiminy Cricket narrates the story of the puppet who wants to be a real boy. Also in HD. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:25:00 \N \N 1940 S \N 2612292 t
+4175 56617 CBeebies Peter Pan eng \N CBeebies. Musical stage adaptation of JM Barrie's classic tale, which tells the story of the boy who would not grow up and the adventures of the Darling children in Neverland. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 10:25:00 2014-12-26 11:05:00 \N \N \N AD,S \N 2612293 t
+4175 56618 Room on the Broom eng \N Animated film based on Julia Donaldson's picture book. A kind witch invites a surprising collection of animals to join her on her broom, much to the frustration of her cat. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 11:05:00 2014-12-26 11:30:00 \N \N 2012 AD,S \N 2612294 t
+4175 56619 Cool Runnings eng \N Family comedy, loosely based on the true exploits of four Jamaican bobsleighers who dream of competing in the Winter Olympics. John Candy stars. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 11:30:00 2014-12-26 13:05:00 \N \N 1993 AD,S \N 2612295 t
+24064 59601 Planet Norfolk eng Uncut Unstaged reality series. Sean the Confusionist has a baby up his sleeve, Mr D's Diner is making a big noise and the charity night guests have a close shave. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:30:00 \N \N \N \N \N 2612296 t
+24064 60236 New eng Quality Control Music show bringing together fresh and established acts for a live extravaganza. Join us as we get up-close and personal with the soulful Adrian Roye. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 21:30:00 2014-12-25 22:00:00 \N \N \N \N \N 2612297 t
+24064 59602 Bad Santas eng \N Bosses at the UK's biggest Santa school help unemployed men back into work, starting with tough Santa training. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2612298 t
+24064 59603 Bad Santas eng \N Bosses at the UK's biggest Santa school help unemployed men back into work. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2612299 t
+14752 23795 Toni Phillips eng \N Toni brings you the biggest hits from the Capital playlist. Get involved @CapitalOfficial on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 19:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2612300 t
+41120 14171 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 00:00:00 2014-12-25 01:00:00 \N \N \N \N \N 2612301 t
+41120 14172 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 01:00:00 2014-12-25 02:00:00 \N \N \N \N \N 2612302 t
+41120 14173 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 02:00:00 2014-12-25 02:30:00 \N \N \N \N \N 2612303 t
+41120 14174 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 02:30:00 2014-12-25 03:00:00 \N \N \N \N \N 2612304 t
+41072 13720 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-25 21:00:00 2014-12-25 21:30:00 \N \N \N \N \N 2612305 t
+41072 14308 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-25 21:30:00 2014-12-25 22:00:00 \N \N \N \N \N 2612306 t
+41072 13721 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-25 23:00:00 \N \N \N \N \N 2612307 t
+41072 13722 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-25 23:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2612308 t
+14608 32079 The Christmas Pageant eng \N When a temperamental Broadway director is fired from yet another job, she is forced to direct a community Christmas pageant. Starring Melissa Gilbert \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 09:00:00 2014-12-26 11:00:00 \N \N 2011 \N \N 2612309 t
+14608 32080 Chicago Hope eng \N At Chicago Hope, one of the country's leading hospitals, follow the lives and trials of the staff in this American medical series. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2612310 t
+17540 56514 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:25:00 \N \N \N \N \N 2612311 t
+17540 56515 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 12:25:00 2014-12-25 13:40:00 \N \N \N \N \N 2612312 t
+17540 56516 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 13:40:00 2014-12-25 13:50:00 \N \N \N \N \N 2612313 t
+17540 51809 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 13:50:00 2014-12-25 14:00:00 \N \N \N \N \N 2612314 t
+17540 57648 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2612315 t
+8442 56258 Arctic Tale eng \N Documentary following the lives of Seela the walrus and Nanu the polar bear, as they grow to maturity in one of the harshest environments on the planet. Narrated by Queen Latifah. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 09:30:00 2014-12-26 11:15:00 \N \N 2007 S \N 2612316 t
+8442 55963 A Place in the Sun eng \N Fay Davies helps a couple from Cornwall who want to move to a peaceful, sunny spot in Europe, starting their search on Portugal's western Algarve. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 11:15:00 2014-12-26 11:50:00 \N \N \N S \N 2612317 t
+8442 55958 Come Dine with Me eng \N This festive celebrity culinary competition features Rav Wilding, Rebecca Adlington, Jennifer Ellison, Alex Carter and Mrs Moneypenny from SuperScrimpers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 11:50:00 2014-12-26 12:20:00 \N \N \N S \N 2612318 t
+28160 15922 Turning Point eng \N Opening God's word, with Dr. David Jeremiah \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:30:00 \N \N \N \N \N 2612319 t
+28160 15923 Insight for Living eng \N The Bible-teaching ministry of Charles R. Swindoll \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 06:30:00 2014-12-26 07:00:00 \N \N \N \N \N 2612320 t
+28160 15924 Inspirational Breakfast eng \N John and Lisa start your day with devotional reflection, uplifting music and inspiring guests. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 07:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2612321 t
+8384 58801 The Big Fat Quiz of the Year 2014 eng \N Jimmy Carr tests the memories of celebrity contestants Richard Ayoade, David Mitchell, Mel B, Micky Flanagan, Sarah Millican and Kevin Bridges. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 23:00:00 \N \N \N S \N 2612322 t
+8384 58803 Alan Carr eng Chatty Man Christmas Special: Joining Alan for festive fun are Terry Wogan, Sarah Millican, Dan Stevens, Emma Willis, Phillip Schofield and Gino D'Acampo, plus music from Sam Smith, George Ezra and McBusted \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 23:00:00 2014-12-27 01:05:00 \N \N \N S \N 2612323 t
+17664 58801 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2612324 t
+17664 58803 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 23:00:00 2014-12-27 01:05:00 \N \N \N \N \N 2612325 t
+8385 58310 Mr Popper's Penguins eng \N Family comedy. Jim Carrey stars as a completely work-focused New York property developer whose life is turned upside down when he receives a crate of six live penguins. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:50:00 \N \N 2011 S \N 2612326 t
+22226 3820 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 09:00:00 2014-12-26 09:30:00 \N \N \N S \N 2612327 t
+22226 3821 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 09:30:00 2014-12-26 10:00:00 \N \N \N S \N 2612328 t
+22226 3848 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 10:30:00 \N \N \N S \N 2612329 t
+22226 3850 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 10:30:00 2014-12-26 11:00:00 \N \N \N S \N 2612330 t
+22226 3859 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 11:00:00 2014-12-26 11:30:00 \N \N \N S \N 2612331 t
+22226 3860 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 11:30:00 2014-12-26 12:00:00 \N \N \N S \N 2612332 t
+13120 8369 The Charlie Bears Collection eng \N QVC is proud to present the Charlie Bears Collection, an exceptional range of collectable plush and limited edition bears, exclusively designed by celebrated teddy bear artists from around the world. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2612333 t
+13120 8370 The Charlie Bears Collection eng \N QVC is proud to present the Charlie Bears Collection, an exceptional range of collectable plush and limited edition bears, exclusively designed by celebrated teddy bear artists from around the world. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 07:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2612334 t
+13120 8371 The Charlie Bears Collection eng \N QVC is proud to present the Charlie Bears Collection, an exceptional range of collectable plush and limited edition bears, exclusively designed by celebrated teddy bear artists from around the world. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 08:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2612335 t
+23152 17572 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:30:00 \N \N \N \N \N 2612336 t
+23152 17573 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 00:30:00 2014-12-25 01:00:00 \N \N \N \N \N 2612337 t
+23152 17574 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:30:00 \N \N \N \N \N 2612338 t
+23152 17575 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 01:30:00 2014-12-25 02:00:00 \N \N \N \N \N 2612339 t
+23152 17576 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 02:00:00 2014-12-25 03:00:00 \N \N \N \N \N 2612340 t
+12992 31213 Unforgiven eng \N Ending our Clint Eastwood night is this Oscar winner starring Clint Eastwood and Morgan Freeman. A retired gunslinger takes on one last job, with the help of his old partner and a young man. (1... \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 21:00:00 2014-12-25 22:00:00 \N \N \N S \N 2612341 t
+12992 31214 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-25 22:05:00 \N \N \N \N \N 2612342 t
+12992 31215 Unforgiven eng \N Ending our Clint Eastwood night is this Oscar winner starring Clint Eastwood and Morgan Freeman. A retired gunslinger takes on one last job, with the help of his old partner and a young man. (1... \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 22:05:00 2014-12-25 23:45:00 \N \N \N S \N 2612343 t
+12992 31216 CSI: Crime Scene Investigation eng Loco Motives Las Vegas-based forensic drama. A man incriminates himself when he falls in cement while trying to transport his wife's dead body. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-25 23:45:00 2014-12-26 00:45:00 \N \N \N AD,S \N 2612344 t
+28288 8815 Mally Beauty eng \N Celebrity make-up artist, Mally Roncal, is renowned as one of New York's most dynamic and sought-after beauty professionals. Her beauty philosophy emphasises healthy skin that looks flawless. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 06:00:00 2014-12-26 07:00:00 \N \N \N \N \N 2612345 t
+28288 8816 Discover Elemis eng \N Defined by nature, led by science - this award-winning skin care brand boasts unique and potent scientific formulations that target specific skin conditions. Find the right formula for you. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 07:00:00 2014-12-26 08:00:00 \N \N \N \N \N 2612346 t
+24480 3651 Vintage After Midnight eng \N Can't sleep? Or partying into the early hours? Make Vintage TV your companion. We're here to help you make it through the night with a smile on your sleepy face, we hope. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 00:30:00 2014-12-26 03:00:00 \N \N \N \N \N 2612347 t
+26368 9362 Gary King eng \N Join Gary King for more of your relaxing music mix \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 14:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2612348 t
+22752 1138 DEVolution on Kiss Fresh eng \N DEVolution in the mix playing all the freshest party beats on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2612349 t
+22752 1139 Dixon Brothers on Kiss Fresh eng \N Dixon Brothers in the mix playing all the freshest party beats on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2612350 t
+22752 1140 Friday Night Mix on Kiss Fresh eng \N Check out the worlds hottest DJ's in the mix on Kiss Fresh. Tweet @kissfreshmusic #kissfresh \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2612351 t
+22720 1383 Neev eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 12:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2612352 t
+28096 59525 Sin City Motors eng \N Motor makeover madness! As the lads buff up a 1965 Lincoln Continental for a bling-loving bartender, Steve's sons follow in their dad's footsteps by assembling a nifty go-kart. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N S \N 2612353 t
+28096 59526 Red Bull Soapbox Race eng Paris Catch all the thrills - and lots of spills - from the second leg of Red Bull Soapbox 2014. Courageous crews will be hurtling downhill in their crazy handmade contraptions in Paris. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2612354 t
+28096 59527 Traffic Cops eng Hit and Run Jamie Theakston narrates this compelling fly-on-the-wall factual series. In October 2005, Carole Miller's car was rammed from behind as she drove home in Fareham. \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:40:00 \N \N \N \N \N 2612355 t
+28096 59528 Top Gear eng Bolivia Special The boys are dropped deep into the Bolivian rainforest armed only with three 4x4s. They must drive to the Chilean coast - via drug lords and debilitating altitude. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-26 14:40:00 2014-12-26 16:20:00 \N \N \N AD,S \N 2612356 t
+28416 20175 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-25 02:30:00 2014-12-25 07:30:00 \N \N \N \N \N 2612357 t
+22688 1125 Nothing But Christmas Number Ones eng \N Nick Snaith presents Nothing But Christmas Number Ones. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 15:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2612358 t
+23184 17634 Dominick Dunne's Power, Privilege & Justice, S6 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2612359 t
+23184 17919 Crime Stories eng Season 3 Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2612360 t
+23184 17636 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 \N \N \N \N \N 2612361 t
+23184 17637 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-26 17:30:00 2014-12-26 18:00:00 \N \N \N \N \N 2612362 t
+22688 1124 Afternoons with Angie Greaves eng \N Great music to get you through your afternoon \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 13:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2612363 t
+24016 12938 Submarine Seahawk eng \N A US submarine is on a reconnaissance mission in the Pacific, where the crew are becoming increasingly unsettled. World War Two adventure. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 13:05:00 2014-12-26 14:50:00 \N \N 1958 \N \N 2612364 t
+24016 12939 The Secret Of The Sahara eng \N Hidden treasure lies somewhere in the Sahara Desert. An ancient parchment indictates the treasure's whereabouts... but who will get there first? Stars Michael York. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 14:50:00 2014-12-26 17:25:00 \N \N 1988 \N \N 2612365 t
+23296 5880 Loud and Proud eng \N Be proud of who you are and meet your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 12:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2612366 t
+23296 5881 Out and About eng \N Don't just sit there, get stuck in. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 14:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2612367 t
+22784 805 Justin on Kisstory eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 13:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2612368 t
+23120 20549 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2612369 t
+23120 20548 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2612370 t
+23120 20535 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2612371 t
+22624 40529 Daily Lunch eng \N RNIB's Insight Radio - Jill Daley reviews the latest magazines from Cosmopolitan to Q, as well as great music and chat \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-26 13:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2612372 t
+28416 20133 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-22 10:00:00 2014-12-22 11:30:00 \N \N \N \N \N 2612373 t
+28416 20134 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-22 11:30:00 2014-12-22 12:00:00 \N \N \N \N \N 2612374 t
+23280 5897 Flirt Zone eng \N Flirt with thousands of people across the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 12:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2612375 t
+23280 5898 Picture Dating eng \N Send a Picture, find your match. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 14:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2612376 t
+16208 37034 The Bill eng \N Back on the beat, Nixon is convinced Baxter is the serial killer, but the case profiler is sceptical. \N 0 25 f 3 eng eng 15 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N S \N 2612377 t
+16208 38530 Rock and Chips eng Five Gold Rings A seasonal special of the Only Fools prequel, following the exploits of the Trotter clan in 1960. Joan is in love with her baby, and Fred's in love with his charlady. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:20:00 \N \N \N \N \N 2612378 t
+16208 39885 Last of the Summer Wine Christmas eng Merry Entwistle and Jackson Day Seasonal fun with Yorkshire's wise men. When Santa needs reviving after a hard day, surely he deserves a drink? Unfortunately, the Santa is Smiler. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 11:20:00 2014-12-26 12:00:00 \N \N \N S \N 2612379 t
+33088 17768 Yankee Candles eng \N Since 1969, Yankee Candles have been made in the US from superior materials, including their premium fragrance oils. Fill your home with a wonderfully romantic atmosphere and exquisite scents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 21:00:00 2014-12-22 22:00:00 \N \N \N \N \N 2612380 t
+33088 17769 Household Helpers eng \N Take the elbow grease out of household chores with our superb selection of products for a shipshape home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-22 22:00:00 2014-12-22 23:00:00 \N \N \N \N \N 2612381 t
+23040 38237 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:30:00 \N \N \N \N \N 2612382 t
+23040 38238 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 03:30:00 2014-12-25 04:00:00 \N \N \N \N \N 2612383 t
+23040 38239 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:30:00 \N \N \N \N \N 2612384 t
+23040 38240 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 04:30:00 2014-12-25 05:00:00 \N \N \N \N \N 2612385 t
+23040 38241 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2612386 t
+23040 38242 Teleshopping eng \N Innovative, value-for-money products that will look great in any kitchen. Shop 'til you drop whilst avoiding the hustle and bustle of the High Street. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2612387 t
+16080 14932 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:30:00 \N \N \N \N \N 2612388 t
+16080 14933 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 03:30:00 2014-12-25 04:00:00 \N \N \N \N \N 2612389 t
+16080 14934 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:30:00 \N \N \N \N \N 2612390 t
+16080 14935 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 04:30:00 2014-12-25 05:00:00 \N \N \N \N \N 2612391 t
+16080 14936 Teleshopping eng \N No Synopsis \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2612392 t
+16080 14937 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2612393 t
+32896 9273 Sally Bollywood eng \N Eye In The Sky - The school model rocket club has a problem - their rockets keep blowing up. Meanwhile, Sally is investigating another crime - someone is tampering with the school lunches. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 09:30:00 2014-12-25 09:45:00 \N \N \N \N \N 2612394 t
+32896 9274 Sally Bollywood eng Cirque de Sally - Someone is sabotaging the sporting clubs at Sally's school stealing the soccer balls, the badminton racquets and volleyball equipment. Sally and Doowee investigate. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 09:45:00 2014-12-25 10:00:00 \N \N \N \N \N 2612395 t
+32896 9275 Sally Bollywood eng \N Camp Of Doom - Sally and Doowee are going with a few other students on an overnight school camping trip. They have only just pitched their tents when they experience an Extra Terrestrial phenomenon. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 10:00:00 2014-12-25 10:15:00 \N \N \N \N \N 2612396 t
+32896 9276 Sally Bollywood eng \N A Bird In The Hand - The Principal is distressed that his pet parrot has got away. The Principal thinks it escaped of its own accord, but Sally and Doowee discover that the cage has been forced open. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 10:15:00 2014-12-25 10:30:00 \N \N \N \N \N 2612397 t
+32896 9277 Sally Bollywood eng \N Too Many Cooks - Sally, Rahani and Albert are finalists in a school cooking competition, the first prize being an appearance on a TV show. Rahani says his food was sabotaged, so the SBI investigates. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 10:30:00 2014-12-25 10:45:00 \N \N \N \N \N 2612398 t
+32896 9278 Sally Bollywood eng \N Ripped Off Rap - Alex improvises a rap and writes it in his diary but someone steals it. Alex asks the SBI to find the missing rap - he needs to submit it as his poetry assignment. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 10:45:00 2014-12-25 11:00:00 \N \N \N \N \N 2612399 t
+32896 8738 Totally Spies eng \N 0067 - When Jerry is approached by a Hollywood producer and asked to star in a big-budget, James Bond-type spy movie, he just can't resist. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 11:00:00 2014-12-25 11:30:00 \N \N \N \N \N 2612400 t
+32896 8739 Totally Spies eng \N Mime Your Own Business - The girls are sent to investigate a strange series of events where a mysterious man seems to be stealing voices. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 11:30:00 2014-12-25 12:00:00 \N \N \N \N \N 2612401 t
+25792 52534 The Re-Inventors eng Panjandrum Rediscovering lost inventions. The Panjandrum was a huge, rocket-powered cart built by the Brits in WWII - to no avail. Can the experts succeed where the military failed? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 00:25:00 2014-12-26 00:55:00 \N \N \N S \N 2612402 t
+25792 52535 The Re-Inventors eng Windmill Potty patents and practical prototypes put to the test. The boys reconstruct an Islamic windmill that was designed over 400 years before the Dutch first harnessed the wind. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 00:55:00 2014-12-26 01:20:00 \N \N \N S \N 2612403 t
+25792 52536 Find My Past eng D-Day Awe-inspiring genealogy. The humbling stories of three heroic members of the 'Coup de Main' mission - a glider pilot, a soldier and a medic - are relayed to their relatives. \N 2 25 f 64 eng eng 2 0 0 \N 2014-12-26 01:20:00 2014-12-26 02:10:00 \N \N \N AD,S \N 2612404 t
+25792 52537 King George and Queen Mary: The Royals Who Rescued the Monarchy eng Queen Mary A captivating look at the legacy of Elizabeth II's grandparents. Queen Mary guided the monarchy through troubled times and the 1936 abdication... \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 02:10:00 2014-12-26 03:00:00 \N \N \N S \N 2612405 t
+4169 51837 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 13:05:00 2014-12-26 13:15:00 \N \N \N S \N 2612406 t
+4169 52569 Look North eng \N The latest news, sport and weather for the North East and Cumbria. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 13:15:00 2014-12-26 13:25:00 \N \N \N S \N 2612407 t
+4169 56620 The Incredible Adventures of Professor Branestawm eng \N Professor Branestawm takes on a businessman who wants to bulldoze his workshop. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 13:25:00 2014-12-26 14:20:00 \N \N \N AD,S \N 2612408 t
+4169 56621 My Family eng 2039 A Christmas Oddity: Sitcom. It is December 2039, and the Harpers are gathering together to celebrate Christmas. However, there may not be too much room for peace and goodwill. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 14:20:00 2014-12-26 15:15:00 \N \N \N AD,S \N 2612409 t
+14498 26637 Build, Buy or Restore? eng \N Property expert Michael Holmes takes an in-depth look at the options available to a couple who want to improve their living situation. Will they build, buy, or restore? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 03:00:00 2014-12-26 03:30:00 \N \N \N \N \N 2612410 t
+14498 26638 Build, Buy or Restore? eng \N Michael is in Kidderminster to help Sarah and Ally make the right decision on their first joint house purchase. But how can they make the most of their 250,000 budget? \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 03:30:00 2014-12-26 04:00:00 \N \N \N \N \N 2612411 t
+14498 26639 Wheeler Dealers eng Capri Part 1 Mike Brewer and mechanical genius Edd China get to work on a classic Ford Capri 1.6 Lazer in a bid to turn it from a mean machine into a dream machine. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 04:00:00 2014-12-26 04:30:00 \N \N \N \N \N 2612412 t
+14498 26640 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 04:30:00 2014-12-26 05:00:00 \N \N \N \N \N 2612413 t
+14498 26641 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 05:00:00 2014-12-26 05:30:00 \N \N \N \N \N 2612414 t
+14498 26642 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 05:30:00 2014-12-26 06:00:00 \N \N \N \N \N 2612415 t
+28032 28117 Police Academy eng Citizens on Patrol Slapstick comedy sequel starring Steve Guttenberg and Bubba Smith, 1987. The bumbling cops face a new challenge - training a bunch of oddball civilians to help fight community crime \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 19:15:00 2014-12-26 21:00:00 \N \N \N AD,S \N 2612416 t
+8452 58796 Channel 4 News eng \N Includes sport and weather. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 18:50:00 2014-12-26 19:00:00 \N \N \N S \N 2612417 t
+8452 58797 The Simpsons eng The Fight Before Christmas Marge gets into the holiday spirit but the rest of the family don't share her enthusiasm, so she writes a letter to Martha Stewart, who comes to the rescue. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N AD,S \N 2612418 t
+8452 58798 Hollyoaks eng \N Sinead's life hangs in the balance, while Ste and John Paul's relationship is on shaky ground again. Nancy is desperate for more pills and has to decide whose help she needs most. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N AD,S \N 2612419 t
+8452 58800 Marvel's Agents of S.H.I.E.L.D. eng What They Become Coulson and Whitehall's forces meet in an explosive confrontation that dramatically alters the fate of everyone involved. Skye discovers shocking secrets about her past. \N 2 25 f 3 eng eng 15 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N AD,S \N 2612420 t
+26560 13733 In:Demand with Stu Tolan eng The Biggest Hits & The Biggest Stars on your radio every weeknight from 7pm! This is the all new In Demand! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 19:00:00 2014-12-25 22:00:00 \N \N \N \N \N 2612421 t
+41040 17304 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2612422 t
+41040 17305 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 16:00:00 2014-12-25 16:30:00 \N \N \N \N \N 2612423 t
+41040 17306 eng \N \N \N \N \N \N \N \N \N 9 0 0 \N 2014-12-25 16:30:00 2014-12-25 17:00:00 \N \N \N \N \N 2612424 t
+41040 17307 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:30:00 \N \N \N \N \N 2612425 t
+41040 17308 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 17:30:00 2014-12-25 18:00:00 \N \N \N \N \N 2612426 t
+33088 17540 Winter Solutions eng \N Keep warm and safe in the colder weather with our Winter Solutions. From shoe grips to heated insoles, snow shovels to thermal clothing, we've got all you need to see you through the winter months. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2612427 t
+33088 17541 Flameless Candles eng \N Enjoy the ambience and glow of candlelight without the open flame, soot or melting wax. Candles near children and flammable material is no longer a problem - a great alternative to real candles. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2612428 t
+33088 17853 no!no! Hair Removal eng \N Now available worldwide, the innovative no!no! system offers pain-free hair removal that can be performed in the comfort and convenience of your own home. No mess, no chemicals - just smooth skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2612429 t
+23712 3426 Escape to the Country eng Cotswolds Experts help more city dwellers to relocate. Alistair Appleton meets a couple who spend half the year in Florida and need a 'lock-up and leave' home in the Cotswolds. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N AD,S \N 2612430 t
+23712 3427 Escape to the Country eng Warwickshire City dwellers hope to start a new life in the perfect rural pad. Jules Hudson helps a young couple find a property in Warwickshire with period features. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N AD,S \N 2612431 t
+23712 3428 Escape to the Country eng \N City dwellers hope to start a new life in the perfect rural pad. A Blackheath couple seek a property large enough for a family, an office and the husband's classic cars. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N AD,S \N 2612432 t
+41008 58796 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-26 18:50:00 2014-12-26 19:00:00 \N \N \N \N \N 2612433 t
+41008 58797 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N \N \N 2612434 t
+41008 58798 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N \N \N 2612435 t
+41008 58800 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2612436 t
+4166 51837 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 13:05:00 2014-12-26 13:15:00 \N \N \N S \N 2612437 t
+4166 52456 East Midlands Today eng \N The latest news, sport and weather for the East Midlands. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 13:15:00 2014-12-26 13:25:00 \N \N \N S \N 2612438 t
+4166 56620 The Incredible Adventures of Professor Branestawm eng \N Professor Branestawm takes on a businessman who wants to bulldoze his workshop. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 13:25:00 2014-12-26 14:20:00 \N \N \N AD,S \N 2612439 t
+4166 56621 My Family eng 2039 A Christmas Oddity: Sitcom. It is December 2039, and the Harpers are gathering together to celebrate Christmas. However, there may not be too much room for peace and goodwill. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 14:20:00 2014-12-26 15:15:00 \N \N \N AD,S \N 2612440 t
+25920 65359 Back at 5am eng \N Programmes start again at 5am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 00:00:00 2014-12-25 05:00:00 \N \N \N \N \N 2612441 t
+8500 5940 Scrooge - A Christmas Carol eng \N Classic festive fairytale starring Alastair Sim and Mervyn Johns. A miser discovers the true meaning of Christmas through his encounters with three seasonal ghosts. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 00:30:00 2014-12-25 02:20:00 \N \N 1951 S \N 2612442 t
+8500 5941 SuperCasino eng \N Live interactive gaming featuring roulette, blackjack and autowheel. For more information and to register visit www.SuperCasino.com. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 02:20:00 2014-12-25 04:00:00 \N \N \N \N \N 2612443 t
+27712 22157 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2612444 t
+27712 22158 News Live eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 22:00:00 2014-12-26 22:30:00 \N \N \N \N \N 2612445 t
+27712 22159 Counting the Cost eng \N "Counting the Cost" provides background to the economics stories that shape our world and impact on the lives of ordinary people. \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-26 22:30:00 2014-12-26 23:00:00 \N \N \N \N \N 2612446 t
+27712 22160 Newshour eng \N Live, breaking and in-depth news from Asia, Africa, Europe and the Americas. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 23:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2612447 t
+28160 16151 Tim Vine's Christmas Hour eng \N Great music, comedy and entertainement with the award-winning comedian! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N \N \N 2612448 t
+40960 53345 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:30:00 \N \N \N \N \N 2612449 t
+40960 58169 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 12:30:00 2014-12-25 13:00:00 \N \N \N \N \N 2612450 t
+40960 53346 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2612451 t
+40960 53348 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:30:00 \N \N \N \N \N 2612452 t
+40960 58170 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 14:30:00 2014-12-25 15:00:00 \N \N \N \N \N 2612453 t
+28480 11932 Family Worship Centre Associate Pastors eng \N The church service of Jimmy Swaggart Ministries. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2612454 t
+28480 11933 The Message of the Cross eng \N A Biblical teaching programme hosted by Rev. Jimmy Swaggart, with a panel of pastors, professors and other church leaders. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:30:00 \N \N \N \N \N 2612455 t
+28480 11934 Insight eng \N Today's news from a Biblical perspective. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 14:30:00 2014-12-25 15:00:00 \N \N \N \N \N 2612456 t
+32836 31105 Make Me a Millionaire Inventor eng \N Jem is obsessed by the sun lounger that rotates with the sun throughout the day. Shini seeks out and surprises the inventor of a golf-training device who turns out to be quite the comedian. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2612457 t
+32836 43767 Seaside Rescue eng \N Duncan Bannatyne tries to revive interest in Suffolk resort Felixstowe. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2612458 t
+32836 31106 Acapela eng \N Join us from Acapela, the boutique venue/recording studios in Pentyrch just outside of Cardiff. We give an opportunity for artists from Cardiff and beyond. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:30:00 \N \N \N \N \N 2612459 t
+32836 31102 Britain And Ireland From The Sky eng \N We embark on a breath-taking aerial tour of the British Isles in this exclusive series. Spanning all four seasons, Britain & Ireland from the Sky. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 17:30:00 2014-12-25 18:00:00 \N \N \N \N \N 2612460 t
+24384 15260 Dreamees Festive Fun eng \N Join us for some festive fun this Christmas with our fantastic shows. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 15:00:00 2014-12-25 16:00:00 \N \N \N \N \N 2612461 t
+24384 15257 Tattered Lace Christmas Cracker eng \N Be quick off the mark for this fast & furious show of sensational Christmas products at unbelievable prices. Blink & you'll miss it! \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2612462 t
+24384 15259 Bead Spider Festive Fun eng \N Join us for some festive fun this Christmas with our fantastic shows. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:00:00 \N \N \N \N \N 2612463 t
+4175 51837 BBC News eng \N The latest national and international news stories from the BBC News team, followed by weather. Also in HD. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 13:05:00 2014-12-26 13:15:00 \N \N \N S \N 2612464 t
+4175 52490 Look North eng \N The latest news, sport and weather for Yorkshire and Lincolnshire. \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 13:15:00 2014-12-26 13:25:00 \N \N \N S \N 2612465 t
+4175 56620 The Incredible Adventures of Professor Branestawm eng \N Professor Branestawm takes on a businessman who wants to bulldoze his workshop. Also in HD. \N 2 25 f 64 eng eng 5 0 0 \N 2014-12-26 13:25:00 2014-12-26 14:20:00 \N \N \N AD,S \N 2612466 t
+4175 56621 My Family eng 2039 A Christmas Oddity: Sitcom. It is December 2039, and the Harpers are gathering together to celebrate Christmas. However, there may not be too much room for peace and goodwill. \N 2 25 f 64 eng eng 3 0 0 \N 2014-12-26 14:20:00 2014-12-26 15:15:00 \N \N \N AD,S \N 2612467 t
+24064 60213 Back at 3am and 24-hours on HD 109 eng \N No Information Available \N 0 25 f 3 eng \N 0 0 0 \N 2014-12-26 00:00:00 2014-12-26 03:00:00 \N \N \N \N \N 2612468 t
+14752 40865 Max eng \N Max has all the hits from the Capital playlist, plus she'll be interviewing the world's biggest music artists and featuring exclusive live performances from your favourite stars. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-25 22:00:00 2014-12-26 01:00:00 \N \N \N \N \N 2612469 t
+41120 14175 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 03:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2612470 t
+41120 14176 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2612471 t
+41072 13723 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 00:00:00 2014-12-26 00:45:00 \N \N \N \N \N 2612472 t
+41072 13724 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 00:45:00 2014-12-26 01:00:00 \N \N \N \N \N 2612473 t
+41072 13725 eng \N \N \N 0 25 f \N \N \N 10 0 0 \N 2014-12-26 01:00:00 2014-12-26 02:15:00 \N \N \N \N \N 2612474 t
+41072 13726 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-26 02:15:00 2014-12-26 03:00:00 \N \N \N \N \N 2612475 t
+14816 1020 1-2-1 Dating - NEW & Improved eng 1-2-1 Dating WORKS - Testimonial 'I thought, nothing ventured, nothing gained... Shortly after, I met Jonathan' - (K C, 32, London). Watch ads for free with 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 12:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2612476 t
+14608 32081 Little House On The Prairie eng \N The Werewolf of Walnut Grove - School bully Bart begins menacing his classmates, especially Albert. Tired of the constant harassment, Albert creates a werewolf mask to terrorize Bart. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 14 \N \N \N 6 2612477 t
+14608 32082 Angel In The Family eng \N Christmas drama starring Meredith Baxter. An ailing widowed father and his two estranged daughters experience a miracle when their late matriarch returns to spend Christmas with them. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 13:00:00 2014-12-26 15:00:00 \N \N 2004 \N \N 2612478 t
+17540 57802 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:10:00 \N \N \N \N \N 2612479 t
+17540 56517 eng \N \N \N \N \N \N \N \N eng 1 0 0 \N 2014-12-25 15:10:00 2014-12-25 16:30:00 \N \N \N \N \N 2612480 t
+17540 64835 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 16:30:00 2014-12-25 16:40:00 \N \N \N \N \N 2612481 t
+17540 51817 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 16:40:00 2014-12-25 17:00:00 \N \N \N \N \N 2612482 t
+17540 57866 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 17:00:00 2014-12-25 18:15:00 \N \N \N \N \N 2612483 t
+8442 55959 Come Dine with Me eng \N This festive celebrity culinary competition features Rav Wilding, Rebecca Adlington, Jennifer Ellison, Alex Carter and Mrs Moneypenny from SuperScrimpers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 12:20:00 2014-12-26 12:50:00 \N \N \N S \N 2612484 t
+8442 55960 Come Dine with Me eng \N This festive celebrity culinary competition features Rav Wilding, Rebecca Adlington, Jennifer Ellison, Alex Carter and Mrs Moneypenny from SuperScrimpers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 12:50:00 2014-12-26 13:25:00 \N \N \N S \N 2612485 t
+8442 55961 Come Dine with Me eng \N This festive celebrity culinary competition features Rav Wilding, Rebecca Adlington, Jennifer Ellison, Alex Carter and Mrs Moneypenny from SuperScrimpers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 13:25:00 2014-12-26 13:55:00 \N \N \N S \N 2612486 t
+8442 55962 Come Dine with Me eng \N This festive celebrity culinary competition features Rav Wilding, Rebecca Adlington, Jennifer Ellison, Alex Carter and Mrs Moneypenny from SuperScrimpers. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 13:55:00 2014-12-26 14:30:00 \N \N \N S \N 2612487 t
+8442 55964 Casablanca eng \N Classic drama. Humphrey Bogart and Ingrid Bergman star as ex-lovers re-united in the neutral World War II tinderbox of Casablanca, where only he can save her husband's life. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-26 14:30:00 2014-12-26 16:35:00 \N \N 1942 AD,S \N 2612488 t
+28160 16147 Journey to the Centre of the Stable eng \N From Cyncoed Methodist Church, Cardiff. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2612489 t
+28160 16148 All Souls eng \N A celebration of Christmas with the world renowned orchestra from All Souls, London. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 10:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2612490 t
+15456 282 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 12:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2612491 t
+14832 1383 Winter in Gay Rabbit Meadow eng \N Gay Rabbit Chat & Date has been connecting people for 6 years, so wherever you sit on the LGBT spectrum, pop in and say hi! Introduce a friend and earn FREE credits for each of you \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 12:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2612492 t
+14800 1383 Come Up and See Me eng \N Rabbit Chat & Date has been connecting people for over 6 years now on TV - and now also by our new iPhone app! Flirt, chat & make new friends. The opportunities are endless! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 12:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2612493 t
+15312 282 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-26 12:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2612494 t
+16032 56659 Canimals eng Florence Nighting Can When Mimi and Nia get the idea to play doctors and nurses on the toys in the hospital waiting room, their enthusiasm begins to spread and no one can escape. \N 2 25 f 3 eng eng 5 0 0 \N 2014-12-23 13:50:00 2014-12-23 14:00:00 \N \N \N S \N 2612495 t
+15440 282 eng \N \N \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 12:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2612496 t
+20352 58310 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:50:00 \N \N \N \N \N 2612497 t
+20352 58311 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 13:50:00 2014-12-25 15:35:00 \N \N \N \N \N 2612498 t
+8385 58311 A Monster in Paris eng \N Family animation. An experiment accidentally creates a man-sized flea. But while the rest of Paris hunts the 'monster', a singer discovers the gentle creature has a talent for music. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 12:50:00 2014-12-25 14:35:00 \N \N 2012 S \N 2612499 t
+8385 58312 Stormbreaker eng \N Family action-thriller. British intelligence recruit a schoolboy (Alex Pettyfer) to take on the man (Mickey Rourke) who killed his father and who threatens to unleash a deadly virus. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 14:35:00 2014-12-25 16:20:00 \N \N 2006 AD,S \N 2612500 t
+22226 3862 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:30:00 \N \N \N S \N 2612501 t
+22226 3863 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 12:30:00 2014-12-26 13:00:00 \N \N \N S \N 2612502 t
+22226 3903 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 13:00:00 2014-12-26 13:30:00 \N \N \N S \N 2612503 t
+22226 3904 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 13:30:00 2014-12-26 14:00:00 \N \N \N S \N 2612504 t
+22226 3924 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 14:00:00 2014-12-26 14:30:00 \N \N \N S \N 2612505 t
+22226 3926 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 14:30:00 2014-12-26 15:00:00 \N \N \N S \N 2612506 t
+13120 8372 no!no! Hair Removal eng \N Now available worldwide, the innovative no!no! system offers pain-free hair removal that can be performed in the comfort and convenience of your own home. No mess, no chemicals - just smooth skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 09:00:00 2014-12-25 10:00:00 \N \N \N \N \N 2612507 t
+13120 8373 Hi-Tech Toys & Electronics ft Acer eng \N A cutting-edge collection of electronic toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! This show features Acer products. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 10:00:00 2014-12-25 11:00:00 \N \N \N \N \N 2612508 t
+13120 8374 In the Kitchen featuring Ninja eng \N Tantalise those taste buds with a selection of kitchen products guaranteed to help you produce the dishes of your dreams. Join Ninja for the latest in gourmet delights. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 11:00:00 2014-12-25 12:00:00 \N \N \N \N \N 2612509 t
+23152 17577 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-25 03:00:00 2014-12-25 03:30:00 \N \N \N \N \N 2612510 t
+23152 17578 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-25 03:30:00 2014-12-25 04:00:00 \N \N \N \N \N 2612511 t
+23152 17579 Dominick Dunne's Power, Privilege & Justice, S6 eng Dunne knows the dark side of the rich and famous The celebrated author will rivet you with his selection of notorious cases that uncover the lowest depths of high society. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 04:00:00 2014-12-25 05:00:00 \N \N \N \N \N 2612512 t
+28480 11936 Jimmy Swaggart Crusade Classics eng \N A programme featuring Jimmy Swaggart Evangelical Crusades filmed around the world. Music and preaching. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 17:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2612629 t
+23152 17580 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-25 05:00:00 2014-12-25 05:30:00 \N \N \N \N \N 2612513 t
+23152 17581 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2612514 t
+12992 31217 Access eng \N A daily round-up of showbiz news and gossip from around the world, focusing on celebrities, movies, music and entertainment. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 00:45:00 2014-12-26 01:00:00 \N \N \N \N \N 2612515 t
+12992 31218 Super Casino eng \N Live interactive gaming featuring roulette, blackjack and autowheel. For more information and to register visit www.SuperCasino.com. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 01:00:00 2014-12-26 03:00:00 \N \N \N \N \N 2612516 t
+28288 8818 Australian Bodycare eng Crafted by Nature This Australian Bodycare range is inspired by the ancient traditions of the Aborigines who discovered the effects of natural ingredients. Find cleansing and caring products for your skin. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 09:00:00 2014-12-26 10:00:00 \N \N \N \N \N 2612517 t
+28288 8819 In the Salon with Decleor eng \N A selection of products from world famous French skincare company Decleor that feature highly concentrated essential oils to offer a pure and natural treat for your face and body. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 10:00:00 2014-12-26 11:00:00 \N \N \N \N \N 2612518 t
+28288 8820 Make-Up Tutorial eng \N Tune in to see professional make-up experts provide step by step tutorials with the top QVC beauty products. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 11:00:00 2014-12-26 12:00:00 \N \N \N \N \N 2612519 t
+24480 3652 Neil McCormick's Needle Time eng \N Her fresh take on traditional songs has helped make folk cool again. Here the award-winning Cara Dillon tells her story, from Derry to Disney. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 03:00:00 2014-12-26 04:00:00 \N \N \N \N \N 2612520 t
+24480 3653 Neil McCormick's Needle Time eng \N Travis' frontman and the singer-songwriter behind the UK chart-topping album, The Invisible Band, touches on the trials of writing, the joys of fatherhood, and the loss of innocence. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 04:00:00 2014-12-26 05:00:00 \N \N \N \N \N 2612521 t
+24480 3654 Neil McCormick's Needle Time eng \N She smashed the glass ceiling of rock and became the first female bassist superstar, with hits including 'Devil Gate Drive'. Now find out what makes the leather-clad Suzi Q tick. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 05:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2612522 t
+40992 49182 eng \N \N \N \N \N \N \N \N und 0 0 0 \N 2014-12-25 05:30:00 2014-12-25 06:00:00 \N \N \N \N \N 2612523 t
+22720 1384 Live@Kiss with Michael & Andrea eng \N Get involved on the KissFMUK facebook page or tweet @KissFMUK \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 15:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2612524 t
+28096 59529 Top Gear Burma Special eng \N The lads are on a mission to build a bridge over the River Kwai, but first they must drive across Burma - a nation largely closed to Westerners - in three rickety lorries! \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-26 16:20:00 2014-12-26 19:00:00 \N \N \N AD,S \N 2612525 t
+24032 31421 Broken Arrow eng \N John Travolta and Christian Slater star in this thriller in which a young military pilot battles against a former colleague who has stolen two nuclear warheads \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 00:40:00 2014-12-25 02:50:00 \N \N \N \N \N 2612526 t
+24032 31422 Behind the Screens eng \N From directors to costume-makers we take a look behind the screens to see what it takes to sprinkle that Hollywood movie magic! \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 02:50:00 2014-12-25 03:00:00 \N \N \N \N \N 2612527 t
+23184 17638 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 18:00:00 2014-12-26 18:30:00 \N \N \N \N \N 2612528 t
+23184 17639 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 18:30:00 2014-12-26 19:00:00 \N \N \N \N \N 2612529 t
+23184 17640 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-26 19:00:00 2014-12-26 19:30:00 \N \N \N \N \N 2612530 t
+23184 17641 I, Detective eng Season 2 Armchair detectives get yourselves ready to follow clues, find evidence and learn how some of the most intriguing criminal investigations are solved. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-26 19:30:00 2014-12-26 20:00:00 \N \N \N \N \N 2612531 t
+23184 17642 Fear Factor eng Season 3 The ultimate adrenaline rush, a true test of stamina and guile for those contestants who have the guts and determination to face their inner fears. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 20:00:00 2014-12-26 21:00:00 \N \N \N \N \N 2612532 t
+24016 12940 Marine Raiders eng \N Robert Ryan, who served as a marine in WW2, brings an extra conviction to this story about this elite unit of brave soldiers who heroically served in the Pacific in WW2. \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 17:25:00 2014-12-26 19:10:00 \N \N 1944 \N \N 2612533 t
+23296 5882 Something for Everyone eng \N Thousands of like-minded people are waiting for you now. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 16:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2612534 t
+22784 806 Kisstory Friday Night eng \N Non Stop Old Skool & Anthems from Kiss #kisstory \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2612535 t
+23120 20541 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2612536 t
+23120 20537 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 \N \N \N \N \N 2612537 t
+23120 20538 TBN UK eng \N TBN UK is an exciting premiere Christian channel with a selection of the best local and international wholesome programmes and show for the Whole family. Tune in on 5th January 2015 \N 2 25 f 1 eng \N 2 0 0 \N 2014-12-26 17:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2612538 t
+22624 40530 Talking Books eng \N RNIB's Insight Radio - Robert Kirkwood introduces the best in spoken word, and interviews with audio book narrators, producers and authors. \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 \N \N \N \N \N 2612539 t
+22624 40531 Afternoon Edition eng \N RNIB's Insight Radio - Allan Russell and guests review the evening newspapers and round up the news of the day \N \N \N \N 3 eng \N 0 0 0 \N 2014-12-26 16:00:00 2014-12-26 19:00:00 \N \N \N \N \N 2612540 t
+23280 5899 60 Second Date eng \N The fastest way to find a date in the UK. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 16:00:00 2014-12-26 18:00:00 \N \N \N \N \N 2612541 t
+16208 38531 Keeping Up Appearances Christmas Special eng The Father Christmas Suit Festive laughs with Hyacinth Bucket who decides her poor husband should distribute gifts to the old folk at the church hall dressed as Father Christmas! \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 12:00:00 2014-12-26 12:40:00 \N \N \N S \N 2612542 t
+16208 38532 Keeping Up Appearances Christmas Special eng Sea Fever Seasonal special from 1993 as Hyacinth Bucket boards the QE2 for an exclusive cruise. Alas the seating plan for the Captain's table is not what she had in mind. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 12:40:00 2014-12-26 14:00:00 \N \N \N S \N 2612543 t
+16208 37038 Sense and Sensibility eng \N King of period drama Andrew Davies adapts the much-loved novel by Jane Austen. The Dashwoods start a new life in Devonshire where one of the sisters finds she has several suitors. \N 2 25 f 64 eng eng 15 0 0 \N 2014-12-26 14:00:00 2014-12-26 15:00:00 \N \N \N AD,S \N 2612544 t
+27168 59636 Gogglebox 2014 eng A chance to see some of the best moments of the past year of Gogglebox 2014 in review from the country's best loved households. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 00:05:00 2014-12-25 01:40:00 \N \N \N S \N 2612545 t
+27168 59637 Rewind the Christmas Hits eng \N Festive special uncovering the real stories behind the UK's favourite Christmas hits, featuring Slade, The Darkness, Mel C, Midge Ure, Status Quo, Heaven 17, Jona Lewie and Sandie Shaw. \N 2 25 f 3 eng eng 6 0 0 \N 2014-12-25 01:40:00 2014-12-25 03:00:00 \N \N \N \N \N 2612546 t
+41056 18191 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 00:00:00 2014-12-25 00:05:00 \N \N \N \N \N 2612547 t
+41056 18192 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-25 00:05:00 2014-12-25 00:55:00 \N \N \N \N \N 2612548 t
+41056 18193 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 00:55:00 2014-12-25 01:00:00 \N \N \N \N \N 2612549 t
+41056 18194 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:30:00 \N \N \N \N \N 2612550 t
+41056 18195 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 01:30:00 2014-12-25 02:00:00 \N \N \N \N \N 2612551 t
+41056 18196 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 02:00:00 2014-12-25 02:05:00 \N \N \N \N \N 2612552 t
+41056 18197 eng \N \N \N 0 25 f 3 eng \N 8 0 0 \N 2014-12-25 02:05:00 2014-12-25 03:00:00 \N \N \N \N \N 2612553 t
+23040 38243 Home Cooking Made Easy eng \N Lorraine Pascale's food series comes to a delicious finale with an episode that is all about simple, scrumptious recipes that will knock people's socks off. First up it is two great canaps. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:30:00 \N \N \N \N \N 2612554 t
+23040 38244 Baking Made Easy eng \N Lorraine reveals the essential kit for baking, along with several recipes. Chef, baker and patissier Lorraine Pascale shares her secrets, passion and knowledge on baking sweet and savoury recipes. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 06:30:00 2014-12-25 07:00:00 \N \N \N \N \N 2612555 t
+23040 38245 Jamie's 15 Minute Meals eng \N This time the two meals cooked up in a quarter of an hour are sausage gnocchi, warm kale and bean salad, plus Mexican chicken, wicked mole sauce, veg and rice. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:30:00 \N \N \N \N \N 2612556 t
+23040 38246 Jamie's 15 Minute Meals eng \N Jamie Oliver cooks Asian sea bass, sticky rice and dressed greens, plus chorizo carbonara and Catalan market salad. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 07:30:00 2014-12-25 08:00:00 \N \N \N \N \N 2612557 t
+23040 38247 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:30:00 \N \N \N \N \N 2612558 t
+23040 38248 A Celebration of Fanny with Nadia G eng \N Nadia hosts a special series about cookery legend Fanny Craddock. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 08:30:00 2014-12-25 09:00:00 \N \N \N \N \N 2612559 t
+16080 14938 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:30:00 \N \N \N \N \N 2612560 t
+16080 14939 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 06:30:00 2014-12-25 07:00:00 \N \N \N \N \N 2612561 t
+16080 14940 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:30:00 \N \N \N \N \N 2612562 t
+16080 14941 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 07:30:00 2014-12-25 08:00:00 \N \N \N \N \N 2612563 t
+16080 14942 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:30:00 \N \N \N \N \N 2612564 t
+16080 14943 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-25 08:30:00 2014-12-25 09:00:00 \N \N \N \N \N 2612565 t
+32896 8740 The Little Reindeer eng \N Santa Claus' little reindeer accidentally gets wrapped up like a gift and gets delivered to a little boy who sees in him a very special gift and they soon become best friends! \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 12:00:00 2014-12-25 12:30:00 \N \N \N \N \N 2612566 t
+32896 8741 My Little Pony eng Equestria Girls Twilight Sparkle travels into another world in order to recover a crown that was stolen from the Crystal Empire. Upon her arrival she is shocked to learn that she has turned into a human. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 12:30:00 2014-12-25 14:00:00 \N \N \N \N \N 2612567 t
+32896 8742 Littlest Pet Shop eng \N Penny Ling has a hard time speaking up when she disapproves of the outfit Blythe is designing for her to wear to a charity ball. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 14:00:00 2014-12-25 14:30:00 \N \N \N \N \N 2612568 t
+32896 8743 Littlest Pet Shop eng \N Russell starts to change into something he's not, while Blythe is bothered that her friend Sue seems to be trying to copy her personality. \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-25 14:30:00 2014-12-25 15:00:00 \N \N \N \N \N 2612569 t
+25792 53370 Home Shopping eng \N Shopping from home. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 03:00:00 2014-12-26 06:15:00 \N \N \N \N \N 2612570 t
+32896 9345 The Life & Adventure Of Santa Claus eng \N Find out the answers to how does Santa make all the Christmas toys? How does he get in and out of the house without being seen? Why do reindeer pull the sleigh? \N 0 25 f 3 eng \N 5 0 0 \N 2014-12-22 09:30:00 2014-12-22 11:00:00 \N \N \N \N \N 2612571 t
+4169 56622 Monsters Inc eng \N Animated comedy. Sulley the ogre and Mike, his lime green, one-eyed friend, work for Monsters Inc - a scream-processing factory that converts children's fear into energy. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 15:15:00 2014-12-26 16:40:00 \N \N 2001 AD,S \N 2612572 t
+4169 56623 The Pirates! In an Adventure with Scientists eng \N Fantastical animated comedy about a hapless pirate who dreams of being Pirate of the Year. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 16:40:00 2014-12-26 18:05:00 \N \N \N AD,S \N 2612573 t
+41024 59636 eng \N \N \N \N \N \N \N \N \N 3 0 0 \N 2014-12-25 00:05:00 2014-12-25 01:40:00 \N \N \N \N \N 2612574 t
+41024 59637 eng \N \N \N \N \N \N \N \N eng 6 0 0 \N 2014-12-25 01:40:00 2014-12-25 03:00:00 \N \N \N \N \N 2612575 t
+14498 26643 American Hot Rod eng Alumitub Part 1 Sparks fly as Boyd Coddington's crew take on the challenge of building a unique aluminium roadster. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:45:00 \N \N \N \N \N 2612576 t
+14498 26644 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:45:00 2014-12-26 07:10:00 \N \N \N \N \N 2612577 t
+14498 26645 Cash Cab eng \N When unsuspecting members of the public hail the cash cab, they are plunged into a game show. Will they have enough general knowledge to win big en route to their destination? \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 07:10:00 2014-12-26 07:35:00 \N \N \N \N \N 2612578 t
+14498 26646 Total Fishing eng Carp at the Avenue Mick cracks a mirror, but Matt's got a fight on his hands with a common carp as they enjoy a feast of fish at a new lake. Plus, top tips on tackle. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 07:35:00 2014-12-26 08:00:00 \N \N \N \N \N 2612579 t
+14498 26647 Total Fishing eng \N Matt and Mick cast into the past as they share their season's highlights, including pole fishing at Furnace Mill, catching conger eel in Devon and chasing mullet on the fly. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:30:00 \N \N \N \N \N 2612580 t
+14498 26648 Total Fishing eng \N Matt and Mick cast into the past as they share their season's highlights, including fishing for monster carp at the Monument fishery, and exotic species at Angler's Paradise. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N \N \N 2612581 t
+22656 994 Jack Saunders eng \N Jack, in for Jake, helps you through the daytime with big tracks and some laughs along the way. \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-24 10:00:00 2014-12-24 14:00:00 \N \N \N \N \N 2612582 t
+32836 31108 On The Aire eng \N Find out what's been happening in the city today. Your Made in Leeds news team bringing you all the stories that matter to you. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 18:00:00 2014-12-25 18:30:00 \N \N \N \N \N 2612630 t
+28032 28120 National Lampoon's European Vacation eng \N Farcical comedy starring Chevy Chase and Beverly D'Angelo, 1985. The accident-prone Griswald family win a European holiday on a TV show and wreak havoc across the continent \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:55:00 \N \N \N AD,S \N 2612583 t
+28032 28123 Bowfinger eng \N Frenetic movie world satire starring Steve Martin and Eddie Murphy, 1999. A director makes a film without the consent of its lead actor, with the star's brother filling in where needed \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 22:55:00 2014-12-27 00:50:00 \N \N \N AD,S \N 2612584 t
+8452 58799 Bear's Wild Weekend with Ben Stiller eng Adventurer Bear Grylls is partnered with actor/director Ben Stiller for a 48-hour journey in which they undertake a high-octane, action-filled trek into the wilds of Scotland \N \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N S \N 2612585 t
+8452 58801 The Big Fat Quiz of the Year 2014 eng \N Jimmy Carr tests the memories of celebrity contestants Richard Ayoade, David Mitchell, Mel B, Micky Flanagan, Sarah Millican and Kevin Bridges. \N 2 25 f 3 eng eng 3 0 0 \N 2014-12-26 22:00:00 2014-12-27 00:00:00 \N \N \N S \N 2612586 t
+26560 13734 Hit Music eng Late Nights : Danny Mylo All The Hits are on all night long! \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-25 22:00:00 2014-12-26 00:00:00 \N \N \N \N \N 2612587 t
+17920 42726 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 00:15:00 2014-12-25 00:35:00 \N \N \N \N \N 2612588 t
+17920 42727 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 00:35:00 2014-12-25 01:00:00 \N \N \N \N \N 2612589 t
+17920 42975 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 01:00:00 2014-12-25 01:20:00 \N \N \N \N \N 2612590 t
+17920 42976 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 01:20:00 2014-12-25 01:45:00 \N \N \N \N \N 2612591 t
+17920 42729 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 01:45:00 2014-12-25 02:15:00 \N \N \N \N \N 2612592 t
+17920 42977 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 02:15:00 2014-12-25 02:45:00 \N \N \N \N \N 2612593 t
+17920 41816 In Deep eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 02:45:00 2014-12-25 03:00:00 \N \N \N \N \N 2612594 t
+41040 17309 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N \N \N 2612595 t
+41040 17310 eng \N \N \N \N \N \N \N \N \N 2 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N \N \N 2612596 t
+41040 17311 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-25 19:30:00 2014-12-25 20:00:00 \N \N \N \N \N 2612597 t
+41040 17312 eng \N \N \N \N \N \N \N \N \N 8 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2612598 t
+33088 17770 Hi-Tech Toys & Electronics eng \N A cutting-edge collection of electronic and hi-tech toys for grown-ups - from the hottest music gadgets to state-of-the-art cameras and everything in between! \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 00:00:00 2014-12-23 01:00:00 \N \N \N \N \N 2612599 t
+33088 17771 Yankee Candles eng \N Since 1969, Yankee Candles have been made in the US from superior materials, including their premium fragrance oils. Fill your home with a wonderfully romantic atmosphere and exquisite scents. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 01:00:00 2014-12-23 02:00:00 \N \N \N \N \N 2612600 t
+33088 17772 Northern Nights eng \N Create a haven of relaxation in your bedroom with QVC's range of luxury bedding, made from soft, high-quality materials. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-23 02:00:00 2014-12-23 03:00:00 \N \N \N \N \N 2612601 t
+23712 3429 Escape to the Country eng Bedfordshire Property hunting experts help out more hopeful homeowners. Alistair Appleton is in Bedfordshire meeting a couple who dream of a home with outstanding rural views. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-25 18:00:00 2014-12-25 19:00:00 \N \N \N AD,S \N 2612602 t
+23712 3430 DIY SOS eng Romford More impressive home makeovers. In Romford, the Morris family want to turn their loft into a space that will give Sharon's autistic 17-year-old son some independence. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-25 19:00:00 2014-12-25 19:30:00 \N \N \N AD,S \N 2612603 t
+23712 3431 DIY SOS eng West Bromwich Nick Knowles remedies DIY dilemmas. Debbie wants a space where she can spend quality time with son Tyler, but her heart condition means she can't do the work herself. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-25 19:30:00 2014-12-25 20:00:00 \N \N \N AD,S \N 2612604 t
+23712 3432 DIY SOS: The Big Build Children in Need Special eng Liverpool Nick Knowles and the team take on a special build in aid of Children In Need. In Liverpool, they refurbish the crumbling Norris Green Youth Centre. \N 2 25 f 64 eng eng 10 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N AD,S \N 2612605 t
+41008 58799 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 21:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2612606 t
+41008 58801 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-26 22:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2612607 t
+12928 42200 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:00:00 2014-12-26 06:30:00 \N \N \N \N \N 2612608 t
+12928 42201 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:30:00 2014-12-26 07:00:00 \N \N \N \N \N 2612609 t
+12928 42202 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 07:00:00 2014-12-26 07:30:00 \N \N \N \N \N 2612610 t
+12928 42203 Teleshopping eng \N Teleshopping \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 07:30:00 2014-12-26 08:00:00 \N \N \N \N \N 2612611 t
+12928 42204 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 08:00:00 2014-12-26 08:30:00 \N \N \N \N \N 2612612 t
+12928 42205 Teleshopping eng \N Teleshopping. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 08:30:00 2014-12-26 09:00:00 \N \N \N \N \N 2612613 t
+4166 56622 Monsters Inc eng \N Animated comedy. Sulley the ogre and Mike, his lime green, one-eyed friend, work for Monsters Inc - a scream-processing factory that converts children's fear into energy. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 15:15:00 2014-12-26 16:40:00 \N \N 2001 AD,S \N 2612614 t
+4166 56623 The Pirates! In an Adventure with Scientists eng \N Fantastical animated comedy about a hapless pirate who dreams of being Pirate of the Year. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 16:40:00 2014-12-26 18:05:00 \N \N \N AD,S \N 2612615 t
+8500 5943 House Doctor eng Ewhurst Green Home-improvement series. Californian real-estate agent Ann Maurice tries to help the owner of a 200-year-old cottage in East Sussex to sell the property. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 04:00:00 2014-12-25 04:25:00 \N \N \N S,SL \N 2612616 t
+8500 5944 House Doctor eng \N Home improvement series. Californian interior designer Ann Maurice and Alistair Appleton tackle a property in Crieff, Perthshire. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 04:25:00 2014-12-25 04:45:00 \N \N \N S,SL \N 2612617 t
+8500 5945 House Doctor eng \N Home improvement series. Californian interior designer Ann Maurice and Alistair Appleton tackle a property in Yeovil, Somerset. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 04:45:00 2014-12-25 05:10:00 \N \N \N S,SL \N 2612618 t
+8500 5946 House Doctor eng \N Home improvement series. Californian real-estate agent Ann Maurice and Alistair Appleton tackle a property in London. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-25 05:10:00 2014-12-25 05:35:00 \N \N \N S,SL \N 2612619 t
+8500 5947 Wildlife SOS eng \N Documentary series about the work of dedicated animal lovers who save injured and orphaned wild animals brought into their sanctuary. \N 0 25 f 3 eng eng 8 0 0 \N 2014-12-25 05:35:00 2014-12-25 06:00:00 \N \N \N S,SL \N 2612620 t
+25920 20171 Early Morning Shopping eng \N A selection of our best shows for the early morning shopper. \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-25 05:00:00 2014-12-25 06:00:00 \N \N \N \N \N 2612621 t
+40960 53349 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 15:30:00 \N \N \N \N \N 2612622 t
+40960 58171 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 15:30:00 2014-12-25 16:00:00 \N \N \N \N \N 2612623 t
+40960 53350 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 16:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2612624 t
+40960 53351 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 17:00:00 2014-12-25 17:15:00 \N \N \N \N \N 2612625 t
+40960 58173 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 17:15:00 2014-12-25 17:30:00 \N \N \N \N \N 2612626 t
+40960 58172 eng \N \N \N \N \N \N \N \N eng 2 0 0 \N 2014-12-25 17:30:00 2014-12-25 18:00:00 \N \N \N \N \N 2612627 t
+28480 11935 SBN Christmas Special eng \N Traditional Christmas songs performed by the Family Worship Center Singers \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 15:00:00 2014-12-25 17:00:00 \N \N \N \N \N 2612628 t
+32836 31109 The Book-It List eng \N Find out what's going on around the region and meet some of the people who make the city great, in our nightly slice of Leeds life served up by Leanne Megson, Mark O'Brien and the Book-It List team. \N 0 25 f 3 eng \N 10 0 0 \N 2014-12-25 18:30:00 2014-12-25 19:00:00 \N \N \N \N \N 2612631 t
+32836 31110 Rugby AM eng Evening Edition Alex Simmons hosts a Rugby League chat show, offering expert analysis and witty banter on the comings and goings in the world of Rugby League in Yorkshire and the North. \N 0 25 f 3 eng \N 4 0 0 \N 2014-12-25 19:00:00 2014-12-25 20:00:00 \N \N \N \N \N 2612632 t
+32836 31111 On Closer Inspection eng \N This hard-hitting flagship current affairs programme is the "News after the News". We delve deeper into the political and social stories that shape the daily lives of Leeds people. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 20:00:00 2014-12-25 21:00:00 \N \N \N \N \N 2612633 t
+24384 65359 Back at 6am eng \N Programmes start again at 6am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-25 18:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2612634 t
+28416 20135 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-22 12:00:00 2014-12-22 17:00:00 \N \N \N \N \N 2612635 t
+4175 56622 Monsters Inc eng \N Animated comedy. Sulley the ogre and Mike, his lime green, one-eyed friend, work for Monsters Inc - a scream-processing factory that converts children's fear into energy. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 15:15:00 2014-12-26 16:40:00 \N \N 2001 AD,S \N 2612636 t
+4175 56623 The Pirates! In an Adventure with Scientists eng \N Fantastical animated comedy about a hapless pirate who dreams of being Pirate of the Year. Also in HD. \N 2 25 f 64 eng eng 1 0 0 \N 2014-12-26 16:40:00 2014-12-26 18:05:00 \N \N \N AD,S \N 2612637 t
+24064 59608 Martin Luther King: Ripple of Hope eng Beyond Borders Robert Kennedy was on the campaign trail when Martin Luther King was assassinated. This moving film documents the connection between two great men and the hope they gave the world. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 03:00:00 2014-12-26 04:15:00 \N \N \N \N \N 2612638 t
+24064 59609 Furries - An Inside Look eng \N An inside perspective on the strange and interesting subculture known as the furry fandom. Filmed at the Midwest Furfest, the fandom is explained by furries in their own words. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-26 04:15:00 2014-12-26 05:00:00 \N \N \N \N \N 2612639 t
+24064 59610 War Game eng \N A unique perspective on the events of WWI, this film details the role football played in the war, from the formation of the Football Battalion to the Christmas truce match of 1914. \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-26 05:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2612640 t
+14752 40866 Will Cozens eng \N Will takes you into the early hours with the biggest tracks from the Capital playlist. Get involved @CapitalOfficial on Twitter. \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 01:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2612641 t
+41120 14177 eng \N \N \N 2 25 f 3 eng \N 2 0 0 \N 2014-12-25 06:00:00 2014-12-25 07:00:00 \N \N \N \N \N 2612642 t
+41120 14178 eng \N \N \N 0 25 f 3 eng \N 2 0 0 \N 2014-12-25 07:00:00 2014-12-25 09:00:00 \N \N \N \N \N 2612643 t
+41072 13727 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-26 03:00:00 2014-12-26 04:15:00 \N \N \N \N \N 2612644 t
+41072 13728 eng \N \N \N 0 25 f \N \N \N 3 0 0 \N 2014-12-26 04:15:00 2014-12-26 05:00:00 \N \N \N \N \N 2612645 t
+41072 13729 eng \N \N \N 0 25 f \N \N \N 2 0 0 \N 2014-12-26 05:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2612646 t
+28160 16150 Edinburgh eng \N Musical treats and great teaching from Scotland. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 13:00:00 2014-12-26 14:00:00 \N \N \N \N \N 2612647 t
+14816 1021 1-2-1 Dating - Try ADULT eng \N 1-2-1 Dating's popular ADULT section is for those seeking something a little unusual, specific or extracurricular. Search the pages to find your adult 1-2-1. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 16:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2612648 t
+14608 32083 Highway To Heaven eng \N Bill Cassidy is the warm-hearted TV dad of the hit series, 'That's Our Dad.' When the cameras stop rolling he is an egotistical man who verbally abuses his co-stars and crewmembers. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-26 15:00:00 2014-12-26 16:00:00 5 \N \N \N 3 2612649 t
+14608 32084 Dr Finlay eng \N Rachel Gant has been committed to an asylum for the past 38 years. Upon her father's death, her mother seeks to her release only to discover the dark secrets that have been locked away. \N 0 25 f 3 eng \N 15 0 0 \N 2014-12-26 16:00:00 2014-12-26 17:00:00 3 \N \N \N 2 2612650 t
+14608 32085 Three Wise Women eng \N What do you get someone, who seems to have everything, for Christmas? For one young woman, it's a second chance. Starring Amy Huberman \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-26 17:00:00 2014-12-26 19:00:00 \N \N 2010 \N \N 2612651 t
+17540 56117 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-25 18:15:00 2014-12-25 19:15:00 \N \N \N \N \N 2612652 t
+17540 56119 eng \N \N \N \N \N \N \N \N eng 3 0 0 \N 2014-12-25 19:15:00 2014-12-25 19:50:00 \N \N \N \N \N 2612653 t
+17540 56118 eng \N \N \N \N \N \N \N \N eng 15 0 0 \N 2014-12-25 19:50:00 2014-12-25 21:00:00 \N \N \N \N \N 2612654 t
+8442 55965 The 100 Greatest Musicals eng \N Denise Van Outen kicks off a two-part celebration of the great songs and performers from the best classic and contemporary musicals, featuring interviews with writers, directors and stars. \N 2 25 f 3 eng eng 6 0 0 \N 2014-12-26 16:35:00 2014-12-26 19:20:00 \N \N \N S \N 2612655 t
+28160 16149 Daniel O'Donnell eng My Kind of Christmas The singer chooses his favourite Christmas songs and shares what Christmas means to him. \N \N \N \N 1 eng \N 0 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2612656 t
+14832 1384 Rabbits & Bunnies & Meadows, Oh My eng \N Now in its 6th year, Gay Rabbit Chat & Date is an interactive TV chat service designed to put YOU in touch with new LGBT friends all over the UK. Chat, flirt, date and then some! \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 16:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2612657 t
+14800 1384 Winter in Rabbit Meadow eng \N Rabbit Chat & Date has been connecting people for 6 years now! Why not jump in and see why? Make new friends, chat, flirt and find that RIGHT somebody. Or that RIGHT NOW somebody. \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 16:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2612658 t
+20352 58312 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 15:35:00 2014-12-25 17:20:00 \N \N \N \N \N 2612659 t
+20352 58313 eng \N \N \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 17:20:00 2014-12-25 19:25:00 \N \N \N \N \N 2612660 t
+8385 58313 Johnny English Reborn eng \N Comedy sequel. Rowan Atkinson stars as the inept British secret agent, brought out of retirement to foil a plot to kill China's leader. With Gillian Anderson and Dominic West. \N 2 25 f 3 eng eng 1 0 0 \N 2014-12-25 16:20:00 2014-12-25 18:25:00 \N \N 2011 AD,S \N 2612661 t
+22226 3928 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 15:00:00 2014-12-26 15:30:00 \N \N \N S \N 2612662 t
+22226 3929 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 15:30:00 2014-12-26 16:00:00 \N \N \N S \N 2612663 t
+22226 3935 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 16:00:00 2014-12-26 16:30:00 \N \N \N S \N 2612664 t
+22226 3936 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 16:30:00 2014-12-26 17:00:00 \N \N \N S \N 2612665 t
+22226 3938 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 17:00:00 2014-12-26 17:30:00 \N \N \N S \N 2612666 t
+22226 3942 Bullseye eng \N Jim Bowen hosts the dartboard quiz game that tests contestants' darts skills and their general knowledge to win prizes. \N 0 25 f 3 eng eng 3 0 0 \N 2014-12-26 17:30:00 2014-12-26 18:00:00 \N \N \N S \N 2612667 t
+13120 8375 Vax Home Cleaning eng \N From wood to carpet, tile to slate, you can clean and vacuum all the surfaces in your home with help from the Vax range. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 12:00:00 2014-12-25 13:00:00 \N \N \N \N \N 2612668 t
+13120 8376 Magniflex eng Sleep made in Italy Made in Italy, Magniflex brings to QVC its range of memory foam mattresses, toppers and pillows to ensure you get a restful sleep. Add a little luxury to your bedroom and enjoy peaceful nights. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 13:00:00 2014-12-25 14:00:00 \N \N \N \N \N 2612669 t
+13120 8377 no!no! Hair Removal eng \N Now available worldwide, the innovative no!no! system offers pain-free hair removal that can be performed in the comfort and convenience of your own home. No mess, no chemicals - just smooth skin. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-25 14:00:00 2014-12-25 15:00:00 \N \N \N \N \N 2612670 t
+23152 17582 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:30:00 \N \N \N \N \N 2612671 t
+23152 17583 Masterminds eng \N Real stories about the characters behind amazing deceptions and seemingly impossible capers. The show focuses on the deceivers and their glamorous targets. S3 \N 0 25 f 1 eng \N 2 0 0 \N 2014-12-25 06:30:00 2014-12-25 07:00:00 \N \N \N \N \N 2612672 t
+23152 17584 Crime Stories eng \N Crimes re-enacted by those involved in the investigations, piecing together interviews, police work, and the evidence that eventually leads to a conviction. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 07:00:00 2014-12-25 08:00:00 \N \N \N \N \N 2612673 t
+23152 19209 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 08:00:00 2014-12-25 08:30:00 \N \N \N \N \N 2612674 t
+23152 19210 Haunting Evidence eng \N Filled with dramatic storylines, chilling murders, exotic locations and fascinating real-life personalities, Haunting Evidence tests the boundaries between science and the unknown. S1 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-25 08:30:00 2014-12-25 09:00:00 \N \N \N \N \N 2612675 t
+12992 31490 ...programmes start at 12.00pm eng \N . \N 2 25 f 3 eng \N 0 0 0 \N 2014-12-26 03:00:00 2014-12-26 06:00:00 \N \N \N \N \N 2612676 t
+28288 8821 Benefit Cosmetics eng \N Benefit Cosmetics have taken the beauty world by storm with their quirky packaging, catchy names and fabulous products. \N 2 25 f 3 eng \N 10 0 0 \N 2014-12-26 12:00:00 2014-12-26 13:00:00 \N \N \N \N \N 2612677 t
+28288 65361 Back at 5am eng \N Programmes start again at 5am \N \N \N \N \N \N \N 0 0 0 \N 2014-12-26 13:00:00 2014-12-27 05:00:00 \N \N \N \N \N 2612678 t
+24480 3655 Wake Up In The 90s eng \N Let us whizz you back to the 90s when Madchester was all the rave, Britpop made Britannia cool again and a generation was getting down and dirty with Grunge. \N 2 25 f 3 eng \N 3 0 0 \N 2014-12-26 06:00:00 2014-12-26 09:00:00 \N \N \N \N \N 2612679 t
+26368 6028 Klass Christmas eng \N Join Myleene Klass on Boxing Day from 6.00pm. Myleene shares her tales of Christmas and tries to come up with inventive things to do with the leftover turkey! \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 18:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2612680 t
+26368 6029 Paul Hollins eng \N Join Paul Hollins for more of your relaxing music mix \N \N \N \N 3 eng \N 3 0 0 \N 2014-12-26 20:00:00 2014-12-27 00:00:00 \N \N \N \N \N 2612681 t
+40992 52218 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 06:00:00 2014-12-25 06:20:00 \N \N \N \N \N 2612682 t
+40992 52219 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 06:20:00 2014-12-25 06:45:00 \N \N \N \N \N 2612683 t
+40992 52220 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 06:45:00 2014-12-25 07:00:00 \N \N \N \N \N 2612684 t
+40992 52221 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 07:00:00 2014-12-25 07:15:00 \N \N \N \N \N 2612685 t
+40992 52222 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 07:15:00 2014-12-25 07:40:00 \N \N \N \N \N 2612686 t
+40992 52223 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 07:40:00 2014-12-25 07:45:00 \N \N \N \N \N 2612687 t
+40992 52224 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 07:45:00 2014-12-25 08:10:00 \N \N \N \N \N 2612688 t
+40992 52225 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 08:10:00 2014-12-25 08:30:00 \N \N \N \N \N 2612689 t
+40992 52226 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 08:30:00 2014-12-25 08:50:00 \N \N \N \N \N 2612690 t
+40992 52227 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 08:50:00 2014-12-25 08:55:00 \N \N \N \N \N 2612691 t
+40992 52228 eng \N \N \N \N \N \N \N \N eng 5 0 0 \N 2014-12-25 08:55:00 2014-12-25 09:25:00 \N \N \N \N \N 2612692 t
+22720 1385 Friday Night Kiss eng Steve Smart Steve Smart playing the biggest club tunes \N \N \N \N 1 eng \N 6 0 0 \N 2014-12-26 19:00:00 2014-12-26 22:00:00 \N \N \N \N \N 2612693 t
+28096 59530 New Red Bull Soapbox Race eng Seattle New. Craft, creativity and crashes as the motorless mayhem continues! Crews of enterprising amateur racers steer their screwball soapboxes through the streets of Seattle. \N 2 25 f 3 eng \N 4 0 0 \N 2014-12-26 19:00:00 2014-12-26 20:00:00 \N \N \N \N \N 2612694 t
+28096 59531 Storage Hunters eng Claws for Cash Bidding wars abound in this feisty US reality show about auctions. Scott goes all-out to win a bin, while Lori and Chrissy clash. Can't they all just get along? \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 20:00:00 2014-12-26 20:30:00 \N \N \N S \N 2612695 t
+28096 59532 Storage Hunters eng Truth or Dare Bargain Hunt meets Wacky Races in this unmistakably American reality series! T Money makes a shocking revelation. And watch out, there's some new kids in town... \N 2 25 f 3 eng eng 2 0 0 \N 2014-12-26 20:30:00 2014-12-26 21:00:00 \N \N \N S \N 2612696 t
+28416 20176 eng \N \N \N \N \N \N \N \N \N 4 0 0 \N 2014-12-25 07:30:00 2014-12-25 12:30:00 \N \N \N \N \N 2612697 t
+24032 31423 Flight of Fancy eng \N Romantic drama with Dean Cain in which a daredevil pilot crashes in a remote part of South America. He meets a beautiful woman and a small boy who will change his life \N 0 25 f 3 eng \N 1 0 0 \N 2014-12-25 03:00:00 2014-12-25 05:05:00 \N \N \N \N \N 2612698 t
+24032 31424 Behind the Screens eng \N From directors to costume-makers we take a look behind the screens to see what it takes to sprinkle that Hollywood movie magic! \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 05:05:00 2014-12-25 05:15:00 \N \N \N \N \N 2612699 t
+24032 31425 The Light Before Christmas eng \N Animated adventure. The Candleman finds two lost children and he reads to them an enchanting version of a classic Christmas tale. Magically, they become part of the story. \N 0 25 f 3 eng \N 3 0 0 \N 2014-12-25 05:15:00 2014-12-25 06:00:00 \N \N 2007 \N \N 2612700 t
+23184 17643 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 21:00:00 2014-12-26 21:30:00 \N \N \N \N \N 2612701 t
+23184 17644 Tattoo Nightmares eng \N Real people with really bad tattoos seek the help of three of the best cover-up tattoo artists. Watch them work miracles by turning hilarious disasters into Tru masterpieces. S2 \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 21:30:00 2014-12-26 22:00:00 \N \N \N \N \N 2612702 t
+23184 17645 New eng Ink Master Tattoo artists from across the US compete in extreme ink`challenges proving their skill and grit in an epic battle for cash and the coveted title of Ink Master. \N 0 25 f 1 eng \N 3 0 0 \N 2014-12-26 22:00:00 2014-12-26 23:00:00 \N \N \N \N \N 2612703 t
+23184 17646 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 23:00:00 2014-12-26 23:30:00 \N \N \N \N \N 2612704 t
+23184 17647 South Beach Tow eng Season 4 Series following the day-to-day actions of Tremont Towing, a well-established towing company in the South Beach area. \N 0 25 f 1 eng \N 0 0 0 \N 2014-12-26 23:30:00 2014-12-27 00:00:00 \N \N \N \N \N 2612705 t
diff --git a/p2pvr/daemon/unittests/datasources/networks b/p2pvr/daemon/unittests/datasources/networks
new file mode 100644
index 0000000..74828d4
--- /dev/null
+++ b/p2pvr/daemon/unittests/datasources/networks
@@ -0,0 +1 @@
+12333 Yorkshire
diff --git a/p2pvr/daemon/unittests/datasources/postgres.xml b/p2pvr/daemon/unittests/datasources/postgres.xml
new file mode 100644
index 0000000..363572d
--- /dev/null
+++ b/p2pvr/daemon/unittests/datasources/postgres.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0"?>
+<project2:rdbmsdatasource xmlns:project2="http://project2.randomdan.homeip.net" name="postgres">
+ <masterdsn provider="mock" dsn="postgres" />
+</project2:rdbmsdatasource>
diff --git a/p2pvr/daemon/unittests/datasources/record b/p2pvr/daemon/unittests/datasources/record
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/p2pvr/daemon/unittests/datasources/record
diff --git a/p2pvr/daemon/unittests/datasources/recorded b/p2pvr/daemon/unittests/datasources/recorded
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/p2pvr/daemon/unittests/datasources/recorded
diff --git a/p2pvr/daemon/unittests/datasources/recordings b/p2pvr/daemon/unittests/datasources/recordings
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/p2pvr/daemon/unittests/datasources/recordings
diff --git a/p2pvr/daemon/unittests/datasources/schedules b/p2pvr/daemon/unittests/datasources/schedules
new file mode 100644
index 0000000..c445c41
--- /dev/null
+++ b/p2pvr/daemon/unittests/datasources/schedules
@@ -0,0 +1,2 @@
+7 \N \N \N Top Gear 1 00:03:00 00:10:00 t
+8 \N \N \N Top Gear Special 0 00:05:00 00:15:00 t
diff --git a/p2pvr/daemon/unittests/datasources/services b/p2pvr/daemon/unittests/datasources/services
new file mode 100644
index 0000000..fe9eb1d
--- /dev/null
+++ b/p2pvr/daemon/unittests/datasources/services
@@ -0,0 +1,145 @@
+32896 POP \N 1 popfun.co.uk 4 t t f 32772
+33088 QVC EXTRA \N 1 http://www.qvcuk.com 4 t t f 32772
+32836 Made In Leeds \N 1 madeinleeds.tv 4 t t f 32772
+4170 BBC ONE Yorks \N 1 fp.bbc.co.uk 4 t t f 4170
+4287 BBC TWO \N 1 fp.bbc.co.uk 4 t t f 4170
+4288 BBC THREE \N 1 fp.bbc.co.uk 4 t t f 4170
+4544 BBC FOUR \N 1 fp.bbc.co.uk 4 t t f 4170
+4608 CBBC \N 1 fp.bbc.co.uk 4 t t f 4170
+4672 CBeebies \N 1 fp.bbc.co.uk 4 t t f 4170
+13120 QVC \N 1 http://www.qvcuk.com 4 t t f 12294
+14784 Holidays TV \N 12 \N 4 t t f 12294
+15232 Television X \N 1 \N 4 t t f 12294
+12928 5* \N 1 www.five.tv 4 t t f 12294
+12992 5 USA \N 1 www.five.tv 4 t t f 12294
+16032 CITV \N 1 www.itv.com 4 t t f 12294
+14816 1-2-1 Dating \N 12 \N 4 t t f 12294
+14498 QUEST \N 1 www.questtv.co.uk 4 t t f 12294
+16048 ITV3 \N 1 www.itv.com 4 t t f 12294
+15200 ADULT Section \N 1 \N 4 f f f 12294
+14688 Absolute Radio \N 2 \N 4 t t f 12294
+14720 Heart \N 2 \N 4 t t f 12294
+14752 Capital FM \N 2 \N 4 t t f 12294
+15952 ITV2 +1 \N 1 www.itv.com 4 t t f 12294
+15056 CONNECT 4 \N 12 \N 4 f f f 12294
+41040 Al Jazeera Eng HD \N 25 rovicorp.com 4 t t f 40960
+40992 CBeebies HD \N 25 fp.bbc.co.uk 4 t t f 40960
+40976 BBC FOUR HD \N 25 fp.bbc.co.uk 4 t t f 40960
+40960 BBC NEWS HD \N 25 fp.bbc.co.uk 4 t t f 40960
+41056 Al Jazeera Arabic \N 22 rovicorp.com 4 t t f 40960
+41072 Community HD \N 25 communitychannel.org 4 t t f 40960
+41008 Channel 4+1 HD \N 25 www.channel4.com 4 t t f 40960
+41024 4seven HD \N 25 www.channel4.com 4 t t f 40960
+41104 Jewellery Maker \N 22 \N 4 t t f 40960
+41120 ARISE News \N 22 \N 4 t t f 40960
+41136 Motors TV \N 22 www.motorstv.com 4 t t f 40960
+41264 Planet Knowledge \N 12 \N 4 t t f 40960
+22208 Pick \N 1 www.sky.com 4 t t f 20544
+22272 Dave \N 1 bds.tv 4 t t f 20544
+22336 E4+1 \N 1 www.channel4.com 4 t t f 20544
+22080 Sky News \N 1 www.sky.com 4 t t f 20544
+22400 ADULT smileTV3 \N 1 bds.tv 4 t t f 20544
+22592 talkSPORT \N 2 www.talksport.net 4 t t f 20544
+24064 Community \N 1 communitychannel.org 4 t t f 20544
+24128 ADULT Blue \N 1 \N 4 t t f 20544
+24256 ADULT PARTY \N 1 \N 4 t t f 20544
+24384 Create & Craft \N 1 \N 4 t t f 20544
+23904 ADULT Babestn2 \N 1 \N 4 t t f 20544
+24448 Gems TV \N 1 \N 4 t t f 20544
+23040 Food Network \N 1 www.foodnetwork.co.uk 4 t t f 20544
+23712 Really \N 1 bds.tv 4 t t f 20544
+22226 Challenge \N 1 www.sky.com 4 t t f 20544
+24032 Movie Mix \N 1 \N 4 t t f 20544
+25792 Yesterday \N 1 bds.tv 4 t t f 24640
+25664 4Music \N 1 bds.tv 4 t t f 24640
+25728 VIVA \N 1 bds.tv 4 t t f 24640
+25920 Ideal World \N 1 bds.tv 4 t t f 24640
+28032 ITV4 \N 1 www.itv.com 4 t t f 24640
+27840 Rocks & Co 1 \N 1 \N 4 t t f 24640
+27456 RT \N 1 www.rt.com 4 t t f 24640
+27520 ADULT smileTV2 \N 1 \N 4 t t f 24640
+27904 ADULT Babestn \N 1 \N 4 t t f 24640
+27584 ADULT Section \N 1 \N 4 f f f 24640
+26560 The Hits Radio \N 2 bds.tv 4 t t f 24640
+26240 heat \N 2 bds.tv 4 t t f 24640
+26368 SMOOTH RADIO \N 2 bds.tv 4 t t f 24640
+27712 Al Jazeera Eng \N 1 rovicorp.com 4 t t f 24640
+28160 Premier Radio \N 2 bds.tv 4 t t f 24640
+28288 QVC Beauty \N 1 \N 4 t t f 24640
+28320 Connect 1 \N 12 \N 4 f f f 24640
+28352 CCTV \N 12 \N 4 t t f 24640
+28384 Connect 2 \N 12 \N 4 f f f 24640
+28416 Racing UK \N 12 \N 4 t t f 24640
+27168 4seven \N 1 www.channel4.com 4 t t f 24640
+17540 BBC ONE HD \N 25 fp.bbc.co.uk 4 t t f 16521
+17609 ITV HD \N 25 www.itv.com 4 t t f 16521
+17664 Channel 4 HD \N 25 www.channel4.com 4 t t f 16521
+17472 BBC TWO HD \N 25 fp.bbc.co.uk 4 t t f 16521
+17920 BBC THREE HD \N 25 fp.bbc.co.uk 4 t t f 16521
+18112 CBBC HD \N 25 fp.bbc.co.uk 4 t t f 16521
+20352 Film4+1 \N 22 www.channel4.com 4 t t f 16521
+8325 ITV2 \N 1 www.itv.com 4 t t f 8217
+8384 Channel 4 \N 1 www.channel4.com 4 t t f 8217
+8448 E4 \N 1 www.channel4.com 4 t t f 8217
+8442 More 4 \N 1 www.channel4.com 4 t t f 8217
+8452 Channel 4+1 \N 1 www.channel4.com 4 t t f 8217
+8381 ITV +1 \N 1 www.itv.com 4 t t f 8217
+8500 Channel 5 \N 1 www.five.tv 4 t t f 8217
+8281 ITV \N 1 www.itv.com 4 t t f 8217
+8385 Film4 \N 1 www.channel4.com 4 t t f 8217
+4352 BBC NEWS \N 1 fp.bbc.co.uk 4 t t f 4170
+4736 BBC Parliament \N 1 fp.bbc.co.uk 4 t t f 4170
+4416 BBC Red Button \N 1 fp.bbc.co.uk 4 f t f 4170
+6720 BBC Radio 1 \N 2 fp.bbc.co.uk 4 t t f 4170
+5888 BBC R1X \N 2 fp.bbc.co.uk 4 t t f 4170
+6784 BBC Radio 2 \N 2 fp.bbc.co.uk 4 t t f 4170
+6848 BBC Radio 3 \N 2 fp.bbc.co.uk 4 t t f 4170
+6912 BBC Radio 4 \N 2 fp.bbc.co.uk 4 t t f 4170
+5632 BBC R5L \N 2 fp.bbc.co.uk 4 t t f 4170
+5696 BBC R5SX \N 2 fp.bbc.co.uk 4 t t f 4170
+5760 BBC 6 Music \N 2 fp.bbc.co.uk 4 t t f 4170
+5824 BBC Radio 4 Ex \N 2 fp.bbc.co.uk 4 t t f 4170
+5952 BBC Asian Net. \N 2 fp.bbc.co.uk 4 t t f 4170
+6016 BBC World Sv. \N 2 fp.bbc.co.uk 4 t t f 4170
+7168 BBC RB 1 \N 1 fp.bbc.co.uk 4 t t f 4170
+14372 Jewellery Ch. \N 1 www.tjc.co.uk 4 t t f 12294
+14532 The Store \N 1 www.itv.com 4 t t f 12294
+13024 Channel 5+1 \N 1 www.five.tv 4 t t f 12294
+14800 Rabbit \N 12 \N 4 t t f 12294
+14832 Gay Rabbit \N 12 \N 4 t t f 12294
+16208 Drama \N 1 bds.tv 4 t t f 12294
+14608 True Entertainment \N 1 www.cscmediagroup.com 4 t t f 12294
+16080 Channel 5+24 \N 1 www.five.tv 4 t t f 12294
+15312 VuTV \N 12 \N 4 t t f 12294
+16016 ITV3+1 \N 1 www.itv.com 4 t t f 12294
+15920 ITV4+1 \N 1 www.itv.com 4 t t f 12294
+14544 ADULT Xpanded TV \N 1 www.xxxpanded.com 4 t t f 12294
+14448 CBS Reality \N 1 www.cbsreality.co.uk 4 t t f 12294
+15440 TVPlayer \N 12 \N 4 t t f 12294
+15856 ITVBe \N 1 www.itv.com 4 t t f 12294
+15456 VisionTV \N 12 www.visiontvnetwork.co.uk 4 t t f 12294
+15808 Motors \N 12 \N 4 t t f 12294
+15840 Vintage TV \N 12 \N 4 t t f 12294
+24352 Travel Channel \N 1 www.travelchannel.co.uk 4 t t f 20544
+23280 Kiss Me TV \N 12 \N 4 t t f 20544
+23296 Proud Dating \N 12 \N 4 t t f 20544
+24464 Motors \N 12 \N 4 t t f 20544
+22624 Insight Radio \N 2 rnib.org.uk 4 t t f 20544
+24016 movies4men \N 1 movies4men.co.uk 4 t t f 20544
+23152 truTV \N 1 www.turner.com 4 t t f 20544
+24480 Vintage TV \N 12 \N 4 t t f 20544
+23120 TBN UK \N 1 \N 4 t t f 20544
+23184 truTV+1 \N 1 www.turner.com 4 t t f 20544
+23968 Tiny Pop \N 1 popfun.co.uk 4 t t f 20544
+22752 KISS FRESH \N 2 bds.tv 4 t t f 20544
+22656 Kerrang! \N 2 bds.tv 4 t t f 20544
+22784 KISSTORY \N 2 \N 4 t t f 20544
+22720 Kiss \N 2 bds.tv 4 t t f 20544
+22688 Magic \N 2 bds.tv 4 t t f 20544
+27328 BT Sport 1 \N 1 www.bt.com 4 t t t 24640
+27360 BT Sport 2 \N 1 www.bt.com 4 t t t 24640
+28480 Sonlife \N 12 \N 4 t t f 24640
+27744 CBS Action \N 1 www.cbsaction.co.uk 4 t t f 24640
+28512 Dating \N 12 \N 4 t t f 24640
+27648 QUEST+1 \N 1 www.questtv.co.uk 4 t t f 24640
+28096 Dave ja vu \N 1 bds.tv 4 t t f 24640
diff --git a/p2pvr/daemon/unittests/datasources/transportstreams b/p2pvr/daemon/unittests/datasources/transportstreams
new file mode 100644
index 0000000..251301d
--- /dev/null
+++ b/p2pvr/daemon/unittests/datasources/transportstreams
@@ -0,0 +1,8 @@
+20544 12333 9018
+24640 12333 9018
+40960 12333 9018
+32772 12333 9018
+4170 12333 9018
+8217 12333 9018
+16521 12333 9018
+12294 12333 9018
diff --git a/p2pvr/daemon/test/dummySelect.sql b/p2pvr/daemon/unittests/dummySelect.sql
index 3f9397b..3f9397b 100644
--- a/p2pvr/daemon/test/dummySelect.sql
+++ b/p2pvr/daemon/unittests/dummySelect.sql
diff --git a/p2pvr/daemon/unittests/mockDefs.cpp b/p2pvr/daemon/unittests/mockDefs.cpp
new file mode 100644
index 0000000..466bfe2
--- /dev/null
+++ b/p2pvr/daemon/unittests/mockDefs.cpp
@@ -0,0 +1,24 @@
+#include "mockDefs.h"
+#include <definedDirs.h>
+
+SchemaOnlyMockDatabase::SchemaOnlyMockDatabase() :
+ MockPqDatabase("user=postgres dbname=postgres", "postgres", {
+ RootDir.parent_path().parent_path() / "datasources" / "schema.sql" })
+{
+}
+
+StandardMockDatabase::StandardMockDatabase() :
+ MockPqDatabase("user=postgres dbname=postgres", "postgres", {
+ RootDir.parent_path().parent_path() / "datasources/schema.sql",
+ RootDir / "datasources" / "data.sql" })
+{
+}
+
+StandardMockDatabasePlusOffset::StandardMockDatabasePlusOffset() :
+ MockPqDatabase("user=postgres dbname=postgres", "postgres", {
+ RootDir.parent_path().parent_path() / "datasources" / "schema.sql",
+ RootDir / "datasources" / "data.sql",
+ RootDir / "datasources" / "eventOffset.sql" })
+{
+}
+
diff --git a/p2pvr/daemon/unittests/mockDefs.h b/p2pvr/daemon/unittests/mockDefs.h
new file mode 100644
index 0000000..958e1dd
--- /dev/null
+++ b/p2pvr/daemon/unittests/mockDefs.h
@@ -0,0 +1,16 @@
+#ifndef MOCKDEFS_H
+#define MOCKDEFS_H
+
+#include <mockDatasource.h>
+#include <sql-modPQ.h>
+
+#define DECLAREMOCK(Name) class Name : public MockPqDatabase { public: Name(); }
+
+DECLAREMOCK(SchemaOnlyMockDatabase);
+DECLAREMOCK(StandardMockDatabase);
+DECLAREMOCK(StandardMockDatabasePlusOffset);
+
+#undef DECLAREMOCK
+
+#endif
+
diff --git a/p2pvr/daemon/unittests/mockDevices.cpp b/p2pvr/daemon/unittests/mockDevices.cpp
new file mode 100644
index 0000000..777d5d3
--- /dev/null
+++ b/p2pvr/daemon/unittests/mockDevices.cpp
@@ -0,0 +1,29 @@
+#include "mockDevices.h"
+#include <mockTuner.h>
+#include <Ice/ObjectAdapter.h>
+
+P2PVR::TunerPrx MockDevices::GetTunerSpecific(const DVBSI::DeliveryPtr&, const Ice::Current & ice)
+{
+ return P2PVR::PrivateTunerPrx::checkedCast(ice.adapter->addWithUUID(new MockTuner()));
+}
+
+P2PVR::TunerPrx MockDevices::GetTunerAny(const DVBSI::DeliveryPtr&, const Ice::Current & ice)
+{
+ return P2PVR::PrivateTunerPrx::checkedCast(ice.adapter->addWithUUID(new MockTuner()));
+}
+
+P2PVR::PrivateTunerPrx MockDevices::GetPrivateTuner(Ice::Short, const Ice::Current & ice)
+{
+ return P2PVR::PrivateTunerPrx::checkedCast(ice.adapter->addWithUUID(new MockTuner()));
+}
+
+void MockDevices::ReleaseTuner(const P2PVR::TunerPrx & tuner, const Ice::Current & ice)
+{
+ ice.adapter->remove(tuner->ice_getIdentity());
+}
+
+Ice::Int MockDevices::TunerCount(const Ice::Current&)
+{
+ return 1;
+}
+
diff --git a/p2pvr/daemon/unittests/mockDevices.h b/p2pvr/daemon/unittests/mockDevices.h
new file mode 100644
index 0000000..195867e
--- /dev/null
+++ b/p2pvr/daemon/unittests/mockDevices.h
@@ -0,0 +1,16 @@
+#ifndef P2PVR_MOCKS_DEVICES_H
+#define P2PVR_MOCKS_DEVICES_H
+
+#include <dvb.h>
+
+class MockDevices : public P2PVR::Devices {
+ public:
+ P2PVR::TunerPrx GetTunerSpecific(const DVBSI::DeliveryPtr&, const Ice::Current & ice) override;
+ P2PVR::TunerPrx GetTunerAny(const DVBSI::DeliveryPtr&, const Ice::Current & ice) override;
+ P2PVR::PrivateTunerPrx GetPrivateTuner(Ice::Short, const Ice::Current & ice) override;
+ void ReleaseTuner(const P2PVR::TunerPrx & tuner, const Ice::Current & ice) override;
+ Ice::Int TunerCount(const Ice::Current&) override;
+};
+
+#endif
+
diff --git a/p2pvr/daemon/unittests/mockRecorder.cpp b/p2pvr/daemon/unittests/mockRecorder.cpp
new file mode 100644
index 0000000..0796aba
--- /dev/null
+++ b/p2pvr/daemon/unittests/mockRecorder.cpp
@@ -0,0 +1,8 @@
+#include "mockRecorder.h"
+
+void
+MockRecorder::RefreshSchedules(const Ice::Current &)
+{
+
+}
+
diff --git a/p2pvr/daemon/unittests/mockRecorder.h b/p2pvr/daemon/unittests/mockRecorder.h
new file mode 100644
index 0000000..85f747b
--- /dev/null
+++ b/p2pvr/daemon/unittests/mockRecorder.h
@@ -0,0 +1,12 @@
+#ifndef P2PVR_MOCKS_RECORDER_H
+#define P2PVR_MOCKS_RECORDER_H
+
+#include <p2pvr.h>
+
+class MockRecorder : public P2PVR::Recorder {
+ public:
+ void RefreshSchedules(const Ice::Current &) override;
+};
+
+#endif
+
diff --git a/p2pvr/daemon/unittests/mockScheduler.cpp b/p2pvr/daemon/unittests/mockScheduler.cpp
new file mode 100644
index 0000000..2677df7
--- /dev/null
+++ b/p2pvr/daemon/unittests/mockScheduler.cpp
@@ -0,0 +1,36 @@
+#include "mockScheduler.h"
+
+void
+MockScheduler::DoReschedule(const::Ice::Current &)
+{
+}
+
+void
+MockScheduler::DeleteSchedule(Ice::Int, const Ice::Current &)
+{
+}
+
+P2PVR::SchedulePtr
+MockScheduler::GetSchedule(::Ice::Int, const::Ice::Current &)
+{
+ return P2PVR::SchedulePtr();
+}
+
+P2PVR::ScheduleList
+MockScheduler::GetSchedules(const::Ice::Current &)
+{
+ return P2PVR::ScheduleList();
+}
+
+P2PVR::ScheduledToRecordList
+MockScheduler::GetScheduledToRecord(const::Ice::Current &)
+{
+ return P2PVR::ScheduledToRecordList();
+}
+
+Ice::Int
+MockScheduler::UpdateSchedule(const::P2PVR::SchedulePtr &, const::Ice::Current &)
+{
+ return 0;
+}
+
diff --git a/p2pvr/daemon/unittests/mockScheduler.h b/p2pvr/daemon/unittests/mockScheduler.h
new file mode 100644
index 0000000..9176bb6
--- /dev/null
+++ b/p2pvr/daemon/unittests/mockScheduler.h
@@ -0,0 +1,17 @@
+#ifndef P2PVR_MOCKS_SCHEDULER_H
+#define P2PVR_MOCKS_SCHEDULER_H
+
+#include <p2pvr.h>
+
+class MockScheduler : public P2PVR::Schedules {
+ public:
+ void DoReschedule(const ::Ice::Current&) override;
+ void DeleteSchedule(Ice::Int, const Ice::Current&) override;
+ P2PVR::SchedulePtr GetSchedule(::Ice::Int, const ::Ice::Current&) override;
+ P2PVR::ScheduleList GetSchedules(const ::Ice::Current&) override;
+ P2PVR::ScheduledToRecordList GetScheduledToRecord(const ::Ice::Current&) override;
+ Ice::Int UpdateSchedule(const ::P2PVR::SchedulePtr&, const ::Ice::Current&) override;
+};
+
+#endif
+
diff --git a/p2pvr/daemon/testEmbedding.cpp b/p2pvr/daemon/unittests/testEmbedding.cpp
index b0e01f1..b0e01f1 100644
--- a/p2pvr/daemon/testEmbedding.cpp
+++ b/p2pvr/daemon/unittests/testEmbedding.cpp
diff --git a/p2pvr/daemon/unittests/testErrorHandling.cpp b/p2pvr/daemon/unittests/testErrorHandling.cpp
new file mode 100644
index 0000000..9c720a2
--- /dev/null
+++ b/p2pvr/daemon/unittests/testErrorHandling.cpp
@@ -0,0 +1,135 @@
+#define BOOST_TEST_MODULE ErrorHandling
+#include <boost/test/unit_test.hpp>
+#include <boost/filesystem/operations.hpp>
+#include <testOptionsSource.h>
+#include <Ice/ObjectAdapter.h>
+#include <Ice/Service.h>
+#include <scopeObject.h>
+#include <maintenance.h>
+#include <mockTuner.h>
+#include "mockDevices.h"
+#include "mockScheduler.h"
+#include <si.h>
+#include <recordings.h>
+#include <linux/dvb/frontend.h>
+#include <definedDirs.h>
+#include <siParsers/network.h>
+#include <temporaryIceAdapterObject.h>
+#include "mockDefs.h"
+#include <testAppInstance.h>
+
+class Core : public TestAppInstance {
+ public:
+ Core()
+ {
+ int paramCount = 0;
+ ic = Ice::initialize(paramCount, NULL);
+ adapter = ic->createObjectAdapterWithEndpoints("Adp", "tcp -p 12006");
+ TestOptionsSource::LoadTestOptions({
+ { "common.datasourceRoot", (RootDir / "datasources").string() },
+ });
+ adapter->add(new MockDevices(), ic->stringToIdentity("GlobalDevices"));
+ adapter->add(new SI(), ic->stringToIdentity("SI"));
+ adapter->activate();
+
+ s = P2PVR::SIPrx::checkedCast(ic->stringToProxy("SI"));
+ BOOST_REQUIRE(s);
+ s->ice_ping();
+
+ d = P2PVR::DevicesPrx::checkedCast(ic->stringToProxy("GlobalDevices"));
+ BOOST_REQUIRE(d);
+ d->ice_ping();
+ }
+
+ ~Core()
+ {
+ ic->destroy();
+ }
+
+ P2PVR::DevicesPrx d;
+ P2PVR::SIPrx s;
+
+ protected:
+ Ice::ObjectAdapterPtr adapter;
+ private:
+ Ice::CommunicatorPtr ic;
+};
+
+class TestClient : public P2PVR::RawDataClient {
+ public:
+ virtual bool NewData(const P2PVR::Data &, const Ice::Current &) override
+ {
+ return false;
+ }
+};
+
+class FailingTestClient : public P2PVR::RawDataClient {
+ public:
+ bool NewData(const P2PVR::Data &, const Ice::Current &) override
+ {
+ throw P2PVR::DataHandlingException();
+ }
+};
+
+class TestNetworkParser : public SiNetworkInformationParser {
+ public:
+ bool HandleTable(DVBSI::NetworkPtr) override
+ {
+ return false;
+ }
+};
+
+class FailingTestNetworkParser : public SiNetworkInformationParser {
+ public:
+ bool HandleTable(DVBSI::NetworkPtr) override
+ {
+ throw P2PVR::DataHandlingException();
+ }
+};
+
+BOOST_GLOBAL_FIXTURE( StandardMockDatabase );
+
+BOOST_FIXTURE_TEST_SUITE(ErrorHandling, Core)
+
+BOOST_AUTO_TEST_CASE(TestRawDataClient)
+{
+ BOOST_CHECKPOINT("Setup");
+ auto del = s->GetDeliveryForSi();
+ auto gd = d->GetTunerAny(del);
+ TemporaryIceAdapterObject<P2PVR::RawDataClient> a(adapter, new TestClient());
+ BOOST_CHECKPOINT("Make successful call");
+ gd->SendNetworkInformation(a);
+}
+
+BOOST_AUTO_TEST_CASE(TestParser)
+{
+ BOOST_CHECKPOINT("Setup");
+ auto del = s->GetDeliveryForSi();
+ auto gd = d->GetTunerAny(del);
+ TemporaryIceAdapterObject<P2PVR::RawDataClient> a(adapter, new TestNetworkParser());
+ BOOST_CHECKPOINT("Make successful call");
+ gd->SendNetworkInformation(a);
+}
+
+BOOST_AUTO_TEST_CASE(TestRawDataClientWithError)
+{
+ BOOST_CHECKPOINT("Setup");
+ auto del = s->GetDeliveryForSi();
+ auto gd = d->GetTunerAny(del);
+ TemporaryIceAdapterObject<P2PVR::RawDataClient> a(adapter, new FailingTestClient());
+ BOOST_CHECKPOINT("Make failing call");
+ BOOST_REQUIRE_THROW(gd->SendNetworkInformation(a), P2PVR::DataHandlingException);
+}
+
+BOOST_AUTO_TEST_CASE(TestParserWithError)
+{
+ BOOST_CHECKPOINT("Setup");
+ auto del = s->GetDeliveryForSi();
+ auto gd = d->GetTunerAny(del);
+ TemporaryIceAdapterObject<P2PVR::RawDataClient> a(adapter, new FailingTestNetworkParser());
+ BOOST_CHECKPOINT("Make failing call");
+ BOOST_REQUIRE_THROW(gd->SendNetworkInformation(a), P2PVR::DataHandlingException);
+}
+
+BOOST_AUTO_TEST_SUITE_END()
+
diff --git a/p2pvr/daemon/unittests/testMaint.cpp b/p2pvr/daemon/unittests/testMaint.cpp
new file mode 100644
index 0000000..0d7d5a0
--- /dev/null
+++ b/p2pvr/daemon/unittests/testMaint.cpp
@@ -0,0 +1,259 @@
+#define BOOST_TEST_MODULE Maintenance
+#include <boost/test/unit_test.hpp>
+#include <boost/filesystem/operations.hpp>
+#include <testOptionsSource.h>
+#include <Ice/ObjectAdapter.h>
+#include <Ice/Service.h>
+#include <scopeObject.h>
+#include <maintenance.h>
+#include <mockTuner.h>
+#include "mockDevices.h"
+#include "mockScheduler.h"
+#include <si.h>
+#include <recordings.h>
+#include <linux/dvb/frontend.h>
+#include <definedDirs.h>
+#include "mockDefs.h"
+#include "sqlSelectDeserializer.h"
+#include "commonHelpers.h"
+#include <slicer/slicer.h>
+#include <testAppInstance.h>
+
+class Core : public CommonObjects, public TestAppInstance {
+ public:
+ Core()
+ {
+ int paramCount = 0;
+ ic = Ice::initialize(paramCount, NULL);
+ auto adapter = ic->createObjectAdapterWithEndpoints("Adp", "tcp -p 12000");
+ TestOptionsSource::LoadTestOptions({
+ { "common.datasourceRoot", (RootDir / "datasources").string() },
+ });
+ adapter->add(new MockDevices(), ic->stringToIdentity("GlobalDevices"));
+ adapter->add(new MockScheduler(), ic->stringToIdentity("Schedules"));
+ adapter->add(new SI(), ic->stringToIdentity("SI"));
+ adapter->add(new Recordings(), ic->stringToIdentity("Recordings"));
+ adapter->add(new Maintenance(adapter, NULL), ic->stringToIdentity("Maintenance"));
+ adapter->activate();
+
+ r = P2PVR::RecordingsPrx::checkedCast(ic->stringToProxy("Recordings"));
+ BOOST_REQUIRE(r);
+ r->ice_ping();
+
+ s = P2PVR::SIPrx::checkedCast(ic->stringToProxy("SI"));
+ BOOST_REQUIRE(s);
+ s->ice_ping();
+
+ m = P2PVR::MaintenancePrx::checkedCast(ic->stringToProxy("Maintenance"));
+ BOOST_REQUIRE(m);
+ m->ice_ping();
+ }
+
+ ~Core()
+ {
+ ic->destroy();
+ }
+
+ P2PVR::MaintenancePrx m;
+ P2PVR::RecordingsPrx r;
+ P2PVR::SIPrx s;
+
+ private:
+ Ice::CommunicatorPtr ic;
+};
+
+BOOST_GLOBAL_FIXTURE( SchemaOnlyMockDatabase );
+
+BOOST_FIXTURE_TEST_SUITE( MaintCore, Core );
+
+const int serviceId = 4170;
+const int transportId = 20544;
+const int eventId1 = 31;
+const int eventId2 = 915;
+
+//
+// Run all these tests when there's no data
+// This tests behaviour from clean startup/fresh install
+//
+BOOST_AUTO_TEST_CASE( GetNetworks_emptySet )
+{
+ BOOST_REQUIRE(s->GetNetworks().empty());
+}
+
+BOOST_AUTO_TEST_CASE( GetAllDeliveries_emptySet )
+{
+ BOOST_REQUIRE(s->GetAllDeliveries().empty());
+}
+
+BOOST_AUTO_TEST_CASE( GetDeliveryForService_notFound )
+{
+ BOOST_REQUIRE_THROW(s->GetDeliveryForService(serviceId), P2PVR::NotFound);
+}
+
+BOOST_AUTO_TEST_CASE( GetDeliveryForTransport_notFound )
+{
+ BOOST_REQUIRE_THROW(s->GetDeliveryForTransport(transportId), P2PVR::NotFound);
+}
+
+BOOST_AUTO_TEST_CASE( GetDeliveryForSi_null )
+{
+ BOOST_REQUIRE_EQUAL(s->GetDeliveryForSi(), DVBSI::DeliveryPtr());
+}
+
+BOOST_AUTO_TEST_CASE( GetServices_emptySet )
+{
+ BOOST_REQUIRE(s->GetServices().empty());
+}
+
+BOOST_AUTO_TEST_CASE( GetService_notFound )
+{
+ BOOST_REQUIRE_THROW(s->GetService(serviceId), P2PVR::NotFound);
+}
+
+BOOST_AUTO_TEST_CASE( GetSpecificEvents_notFound )
+{
+ BOOST_REQUIRE_THROW(s->GetEvents({ eventId1, eventId2 }), P2PVR::NotFound);
+}
+
+//
+// Now scan for and configure a network
+//
+
+BOOST_AUTO_TEST_CASE( update_network )
+{
+ m->UpdateNetwork(FE_OFDM);
+}
+
+BOOST_AUTO_TEST_CASE( GetNetworks )
+{
+ auto ns = s->GetNetworks();
+ BOOST_REQUIRE_EQUAL(ns.size(), 1);
+ BOOST_REQUIRE_EQUAL(ns[0]->NetworkId, 12333);
+ BOOST_REQUIRE_EQUAL(ns[0]->Name, "Yorkshire");
+}
+
+BOOST_AUTO_TEST_CASE( GetDeliveryForService )
+{
+ auto del = s->GetDeliveryForService(serviceId);
+ BOOST_REQUIRE(del);
+ BOOST_REQUIRE_EQUAL(del->ice_id(), "::DVBSI::TerrestrialDelivery");
+ BOOST_REQUIRE_EQUAL(del->Frequency, 682000000);
+}
+
+BOOST_AUTO_TEST_CASE( GetDeliveryForTransport )
+{
+ auto del = s->GetDeliveryForTransport(transportId);
+ BOOST_REQUIRE(del);
+ BOOST_REQUIRE_EQUAL(del->ice_id(), "::DVBSI::TerrestrialDelivery");
+ BOOST_REQUIRE_EQUAL(del->Frequency, 722000000);
+}
+
+BOOST_AUTO_TEST_CASE( GetServices_stubs )
+{
+ auto services = s->GetServices();
+ BOOST_REQUIRE_EQUAL(services.size(), 145);
+ BOOST_REQUIRE_EQUAL(services[0]->ServiceId, 4170);
+ BOOST_REQUIRE_EQUAL(services[0]->TransportStreamId, 4170);
+ // Definitely a stub
+ BOOST_REQUIRE(!services[0]->Name);
+}
+
+BOOST_AUTO_TEST_CASE( GetService_stubs )
+{
+ auto service = s->GetService(serviceId);
+ BOOST_REQUIRE_EQUAL(service->ServiceId, serviceId);
+ // Definitely a stub
+ BOOST_REQUIRE(!service->Name);
+}
+
+BOOST_AUTO_TEST_CASE( GetDeliveryForSi_any )
+{
+ auto del = s->GetDeliveryForSi();
+ BOOST_REQUIRE(del);
+ // Any yes, but is our case it should be DVB-T
+ BOOST_REQUIRE_EQUAL(del->ice_id(), "::DVBSI::TerrestrialDelivery");
+}
+
+BOOST_AUTO_TEST_CASE( UpdateNetwork_prepopulated )
+{
+ // This should now run using existing transport data (although this test doesn't prove that)
+ m->UpdateNetwork(FE_OFDM);
+}
+
+//
+// Load in the service details
+// Should give things names etc, but not add/remove
+//
+BOOST_AUTO_TEST_CASE( update_services )
+{
+ m->UpdateServices();
+}
+
+BOOST_AUTO_TEST_CASE( GetServices )
+{
+ auto services = s->GetServices();
+ BOOST_REQUIRE_EQUAL(services.size(), 145);
+ BOOST_REQUIRE_EQUAL(services[0]->ServiceId, 4170);
+ BOOST_REQUIRE_EQUAL(services[0]->TransportStreamId, 4170);
+ BOOST_REQUIRE_EQUAL(services[0]->Name, "BBC ONE Yorks");
+ BOOST_REQUIRE_EQUAL(services[0]->DefaultAuthority, "fp.bbc.co.uk");
+}
+
+BOOST_AUTO_TEST_CASE( GetService )
+{
+ auto service = s->GetService(serviceId);
+ BOOST_REQUIRE_EQUAL(service->ServiceId, serviceId);
+ BOOST_REQUIRE_EQUAL(service->TransportStreamId, 4170);
+ BOOST_REQUIRE_EQUAL(service->Name, "BBC ONE Yorks");
+ BOOST_REQUIRE_EQUAL(service->DefaultAuthority, "fp.bbc.co.uk");
+}
+
+BOOST_AUTO_TEST_CASE( update_events )
+{
+ BOOST_CHECKPOINT("Get a DB connection for faking stuff");
+ auto db = this->dataSource<RdbmsDataSource>("postgres")->getReadonly(); // Naughty, but don't want txs
+
+ BOOST_CHECKPOINT("Write first events");
+ MockTuner::SetEventsSet(0);
+ m->UpdateEvents();
+ auto dayOneEvents = s->EventSearch(IceUtil::Optional<std::string>(), IceUtil::Optional<int>(),
+ Common::DateTime {2014, 12, 18, 3, 0}, Common::DateTime {2014, 12, 19, 3, 0});
+ BOOST_REQUIRE_EQUAL(dayOneEvents.size(), 3345);
+ BOOST_REQUIRE(s->GetEvent(14448, 27052));
+ BOOST_REQUIRE_THROW(s->GetEvent(15856, 3591), P2PVR::NotFound);
+
+ BOOST_CHECKPOINT("Fake some recorded stuff");
+ db->execute("INSERT INTO schedules(repeats) VALUES(false)");
+ db->execute("INSERT INTO recorded(scheduleId, eventUid) VALUES(1, 3)");
+ db->execute("INSERT INTO recordings(storageAddress, guid, scheduleId, eventUid) VALUES('', '', 1, 8)");
+ auto keyEvents = s->GetEvents({3, 8});
+ BOOST_REQUIRE_EQUAL(keyEvents.size(), 2);
+ BOOST_REQUIRE(keyEvents[0]->Current);
+ BOOST_REQUIRE_EQUAL(keyEvents[0]->StartTime, Common::DateTime({2014, 12, 18, 21, 0}));
+ BOOST_REQUIRE(keyEvents[1]->Current);
+ BOOST_REQUIRE_EQUAL(keyEvents[1]->StartTime, Common::DateTime({2014, 12, 17, 5, 30}));
+
+ BOOST_CHECKPOINT("Write second events");
+ MockTuner::SetEventsSet(1);
+ m->UpdateEvents();
+ BOOST_REQUIRE_THROW(s->GetEvent(14448, 27052), P2PVR::NotFound);
+ BOOST_REQUIRE(s->GetEvent(15856, 3591));
+
+ BOOST_CHECKPOINT("Check our faked stuff is still there and right");
+ auto dayOneEventsOnDayTwo = s->EventSearch(IceUtil::Optional<std::string>(), IceUtil::Optional<int>(),
+ Common::DateTime {2014, 12, 18, 3, 0}, Common::DateTime {2014, 12, 19, 3, 0});
+ // Some datetime range overlap, but most are gone
+ BOOST_REQUIRE_EQUAL(dayOneEventsOnDayTwo.size(), 373);
+ BOOST_REQUIRE_EQUAL(std::count_if(dayOneEventsOnDayTwo.begin(), dayOneEventsOnDayTwo.end(),
+ [](const P2PVR::EventPtr & e) { return e->EventUid == 3 || e->EventUid == 8; }), 0);
+ auto keyEventsOnDayTwo = s->GetEvents({3, 8});
+ BOOST_REQUIRE_EQUAL(keyEventsOnDayTwo.size(), 2);
+ BOOST_REQUIRE(!keyEventsOnDayTwo[0]->Current);
+ BOOST_REQUIRE(!keyEventsOnDayTwo[1]->Current);
+
+ BOOST_REQUIRE_EQUAL(keyEvents[0]->Title, keyEventsOnDayTwo[0]->Title);
+ BOOST_REQUIRE_EQUAL(keyEvents[1]->Title, keyEventsOnDayTwo[1]->Title);
+}
+
+BOOST_AUTO_TEST_SUITE_END()
+
diff --git a/p2pvr/daemon/unittests/testRecording.cpp b/p2pvr/daemon/unittests/testRecording.cpp
new file mode 100644
index 0000000..720b868
--- /dev/null
+++ b/p2pvr/daemon/unittests/testRecording.cpp
@@ -0,0 +1,107 @@
+#define BOOST_TEST_MODULE Recording
+#include <boost/test/unit_test.hpp>
+#include <boost/filesystem/operations.hpp>
+#include <testOptionsSource.h>
+#include <Ice/ObjectAdapter.h>
+#include <Ice/Service.h>
+#include <scopeObject.h>
+#include <maintenance.h>
+#include <mockTuner.h>
+#include "mockDevices.h"
+#include "mockScheduler.h"
+#include <si.h>
+#include <recordings.h>
+#include <linux/dvb/frontend.h>
+#include <definedDirs.h>
+#include "mockDefs.h"
+#include "sqlSelectDeserializer.h"
+#include "commonHelpers.h"
+#include "serviceStreamer.h"
+#include "temporaryIceAdapterObject.h"
+#include <slicer/slicer.h>
+#include <testAppInstance.h>
+
+class Core : public CommonObjects, public TestAppInstance {
+ public:
+ Core()
+ {
+ int paramCount = 0;
+ ic = Ice::initialize(paramCount, NULL);
+ adapter = ic->createObjectAdapterWithEndpoints("Adp", "tcp -p 12005");
+ TestOptionsSource::LoadTestOptions({
+ { "common.datasourceRoot", (RootDir / "datasources").string() },
+ });
+ adapter->add(new MockDevices(), ic->stringToIdentity("GlobalDevices"));
+ adapter->add(new MockScheduler(), ic->stringToIdentity("Schedules"));
+ adapter->add(new SI(), ic->stringToIdentity("SI"));
+ adapter->add(new Recordings(), ic->stringToIdentity("Recordings"));
+ adapter->add(new Maintenance(adapter, NULL), ic->stringToIdentity("Maintenance"));
+ adapter->activate();
+
+ r = P2PVR::RecordingsPrx::checkedCast(ic->stringToProxy("Recordings"));
+ BOOST_REQUIRE(r);
+ r->ice_ping();
+
+ s = P2PVR::SIPrx::checkedCast(ic->stringToProxy("SI"));
+ BOOST_REQUIRE(s);
+ s->ice_ping();
+
+ m = P2PVR::MaintenancePrx::checkedCast(ic->stringToProxy("Maintenance"));
+ BOOST_REQUIRE(m);
+ m->ice_ping();
+ }
+
+ ~Core()
+ {
+ ic->destroy();
+ }
+
+ P2PVR::MaintenancePrx m;
+ P2PVR::RecordingsPrx r;
+ P2PVR::SIPrx s;
+
+ protected:
+ Ice::CommunicatorPtr ic;
+ Ice::ObjectAdapterPtr adapter;
+};
+
+class MockTarget : public P2PVR::RawDataClient {
+ public:
+ MockTarget() : bytesReceived(0) { }
+
+ bool NewData(const P2PVR::Data & data, const Ice::Current &) override
+ {
+ bytesReceived += data.size();
+ return false;
+ }
+
+ unsigned int bytesReceived;
+};
+
+BOOST_GLOBAL_FIXTURE( StandardMockDatabase );
+
+BOOST_FIXTURE_TEST_SUITE( RecordingCore, Core );
+
+BOOST_AUTO_TEST_CASE( streamServiceToTarget )
+{
+ BOOST_CHECKPOINT("Create mock target");
+ IceUtil::Handle<MockTarget> target = new MockTarget();
+ TemporaryIceAdapterObject<P2PVR::RawDataClient> targetPrx(adapter, target);
+
+ BOOST_CHECKPOINT("Create service streamer");
+ auto ss = ServiceStreamerPtr(new ServiceStreamer(4170, targetPrx, ic, adapter));
+
+ BOOST_CHECKPOINT("Start");
+ ss->Start();
+ sleep(2);
+
+ BOOST_CHECKPOINT("Stop");
+ ss->Stop();
+
+ BOOST_MESSAGE("Received bytes: " << target->bytesReceived);
+ BOOST_REQUIRE(target->bytesReceived > 150000);
+}
+
+BOOST_AUTO_TEST_SUITE_END();
+
+
diff --git a/p2pvr/daemon/unittests/testRecordings.cpp b/p2pvr/daemon/unittests/testRecordings.cpp
new file mode 100644
index 0000000..eb3d5db
--- /dev/null
+++ b/p2pvr/daemon/unittests/testRecordings.cpp
@@ -0,0 +1,78 @@
+#define BOOST_TEST_MODULE Recordings
+#include <boost/test/unit_test.hpp>
+#include <boost/filesystem/operations.hpp>
+#include <testOptionsSource.h>
+#include <Ice/ObjectAdapter.h>
+#include <Ice/Service.h>
+#include <scopeObject.h>
+#include <maintenance.h>
+#include <mockTuner.h>
+#include <si.h>
+#include <recordings.h>
+#include <linux/dvb/frontend.h>
+#include <definedDirs.h>
+#include <boost/uuid/uuid_generators.hpp>
+#include <boost/uuid/uuid_io.hpp>
+#include <boost/lexical_cast.hpp>
+#include "mockDefs.h"
+#include <testAppInstance.h>
+
+class Core : public TestAppInstance {
+ public:
+ Core()
+ {
+ int paramCount = 0;
+ ic = Ice::initialize(paramCount, NULL);
+ auto adapter = ic->createObjectAdapterWithEndpoints("Adp", "tcp -p 12001");
+ TestOptionsSource::LoadTestOptions({
+ { "common.datasourceRoot", (RootDir / "datasources").string() },
+ });
+ adapter->add(new Recordings(), ic->stringToIdentity("Recordings"));
+ adapter->add(new SI(), ic->stringToIdentity("SI"));
+ adapter->activate();
+
+ r = P2PVR::RecordingsPrx::checkedCast(ic->stringToProxy("Recordings"));
+ BOOST_REQUIRE(r);
+ r->ice_ping();
+
+ si = P2PVR::SIPrx::checkedCast(ic->stringToProxy("SI"));
+ BOOST_REQUIRE(si);
+ si->ice_ping();
+ }
+
+ ~Core()
+ {
+ ic->destroy();
+ }
+
+ P2PVR::SIPrx si;
+ P2PVR::RecordingsPrx r;
+
+ private:
+ Ice::CommunicatorPtr ic;
+};
+
+BOOST_GLOBAL_FIXTURE( StandardMockDatabase );
+
+BOOST_FIXTURE_TEST_SUITE( RecCore, Core )
+
+BOOST_AUTO_TEST_CASE( recordings_get )
+{
+ r->GetRecordings();
+}
+
+BOOST_AUTO_TEST_CASE( recordings_addAndDelete )
+{
+ auto event = si->GetEvent(5696, 40124);
+ BOOST_REQUIRE(event);
+ BOOST_MESSAGE(event->Title);
+
+ auto guid = boost::lexical_cast<std::string>(boost::uuids::random_generator()());
+ auto rec = P2PVR::RecordingPtr(new P2PVR::Recording(0, "", guid, 0, event->EventUid));
+ auto id = r->NewRecording(rec);
+ r->GetRecordings();
+ r->DeleteRecording(id);
+}
+
+BOOST_AUTO_TEST_SUITE_END()
+
diff --git a/p2pvr/daemon/unittests/testSched.cpp b/p2pvr/daemon/unittests/testSched.cpp
new file mode 100644
index 0000000..3a513d0
--- /dev/null
+++ b/p2pvr/daemon/unittests/testSched.cpp
@@ -0,0 +1,112 @@
+#define BOOST_TEST_MODULE Scheduler
+#include <boost/test/unit_test.hpp>
+#include <boost/filesystem/operations.hpp>
+#include <testOptionsSource.h>
+#include <Ice/ObjectAdapter.h>
+#include <Ice/Service.h>
+#include <maintenance.h>
+#include <mockTuner.h>
+#include <si.h>
+#include <schedules.h>
+#include "mockDevices.h"
+#include "mockRecorder.h"
+#include <definedDirs.h>
+#include <boost/uuid/uuid_generators.hpp>
+#include <boost/uuid/uuid_io.hpp>
+#include <boost/lexical_cast.hpp>
+#include <commonHelpers.h>
+#include "mockDefs.h"
+#include <testAppInstance.h>
+
+class Core : public TestAppInstance {
+ public:
+ Core()
+ {
+ int paramCount = 0;
+ ic = Ice::initialize(paramCount, NULL);
+ auto adapter = ic->createObjectAdapterWithEndpoints("Adp", "tcp -p 12003");
+ TestOptionsSource::LoadTestOptions({
+ { "common.datasourceRoot", (RootDir / "datasources").string() },
+ });
+ adapter->add(new Schedules(), ic->stringToIdentity("Schedules"));
+ adapter->add(new MockDevices(), ic->stringToIdentity("GlobalDevices"));
+ adapter->add(new MockRecorder(), ic->stringToIdentity("Recorder"));
+ adapter->activate();
+
+ sc = P2PVR::SchedulesPrx::checkedCast(ic->stringToProxy("Schedules"));
+ BOOST_REQUIRE(sc);
+ sc->ice_ping();
+ }
+
+ ~Core()
+ {
+ ic->destroy();
+ }
+
+ P2PVR::SchedulesPrx sc;
+
+ private:
+ Ice::CommunicatorPtr ic;
+};
+
+BOOST_GLOBAL_FIXTURE( StandardMockDatabasePlusOffset );
+
+BOOST_FIXTURE_TEST_SUITE( ScCore, Core )
+
+BOOST_AUTO_TEST_CASE( sc_getSchedules )
+{
+ auto ss = sc->GetSchedules();
+ BOOST_REQUIRE_EQUAL(ss.size(), 2);
+ BOOST_REQUIRE(ss[0]->Search);
+ BOOST_REQUIRE_EQUAL(*ss[0]->Search, "Top Gear");
+ BOOST_REQUIRE(ss[1]->Search);
+ BOOST_REQUIRE_EQUAL(*ss[1]->Search, "Top Gear Special");
+}
+
+BOOST_AUTO_TEST_CASE( sc_doReschedule )
+{
+ sc->DoReschedule();
+}
+
+BOOST_AUTO_TEST_CASE( sc_getScheduled )
+{
+ auto str = sc->GetScheduledToRecord();
+ BOOST_REQUIRE_EQUAL(str.size(), 62);
+}
+
+BOOST_AUTO_TEST_CASE( sc_crud )
+{
+ P2PVR::SchedulePtr schedule = new P2PVR::Schedule();
+ schedule->Search = "Top Gear";
+
+ auto id = sc->UpdateSchedule(schedule);
+ BOOST_REQUIRE(id > 0);
+ schedule->ScheduleId = id;
+
+ auto fetched = sc->GetSchedule(id);
+ BOOST_REQUIRE_EQUAL(schedule->ScheduleId, fetched->ScheduleId);
+ BOOST_REQUIRE_EQUAL(*schedule->Search, *fetched->Search);
+ BOOST_REQUIRE_EQUAL(schedule->Priority, fetched->Priority);
+ BOOST_REQUIRE_EQUAL(schedule->Repeats, fetched->Repeats);
+ BOOST_REQUIRE_EQUAL(schedule->Early, fetched->Early);
+ BOOST_REQUIRE_EQUAL(schedule->Late, fetched->Late);
+
+ schedule->Search = "Top Gear Special";
+ schedule->Early.Minutes = 5;
+ schedule->Late.Minutes = 15;
+ auto updatedId = sc->UpdateSchedule(schedule);
+
+ fetched = sc->GetSchedule(id);
+ BOOST_REQUIRE_EQUAL(updatedId, id);
+ BOOST_REQUIRE_EQUAL(schedule->ScheduleId, fetched->ScheduleId);
+ BOOST_REQUIRE_EQUAL(*schedule->Search, *fetched->Search);
+ BOOST_REQUIRE_EQUAL(schedule->Priority, fetched->Priority);
+ BOOST_REQUIRE_EQUAL(schedule->Repeats, fetched->Repeats);
+ BOOST_REQUIRE_EQUAL(schedule->Early, fetched->Early);
+ BOOST_REQUIRE_EQUAL(schedule->Late, fetched->Late);
+
+ sc->DeleteSchedule(fetched->ScheduleId);
+}
+
+BOOST_AUTO_TEST_SUITE_END()
+
diff --git a/p2pvr/daemon/unittests/testSi.cpp b/p2pvr/daemon/unittests/testSi.cpp
new file mode 100644
index 0000000..6cc810b
--- /dev/null
+++ b/p2pvr/daemon/unittests/testSi.cpp
@@ -0,0 +1,170 @@
+#define BOOST_TEST_MODULE SI
+#include <boost/test/unit_test.hpp>
+#include <boost/filesystem/operations.hpp>
+#include <testOptionsSource.h>
+#include <Ice/ObjectAdapter.h>
+#include <Ice/Service.h>
+#include <maintenance.h>
+#include <mockTuner.h>
+#include <si.h>
+#include <linux/dvb/frontend.h>
+#include <definedDirs.h>
+#include <boost/uuid/uuid_generators.hpp>
+#include <boost/uuid/uuid_io.hpp>
+#include <boost/lexical_cast.hpp>
+#include "mockDefs.h"
+#include <testAppInstance.h>
+
+class Core : public TestAppInstance {
+ public:
+ Core()
+ {
+ int paramCount = 0;
+ ic = Ice::initialize(paramCount, NULL);
+ auto adapter = ic->createObjectAdapterWithEndpoints("Adp", "tcp -p 12002");
+ TestOptionsSource::LoadTestOptions({
+ { "common.datasourceRoot", (RootDir / "datasources").string() },
+ });
+ adapter->add(new SI(), ic->stringToIdentity("SI"));
+ adapter->activate();
+
+ si = P2PVR::SIPrx::checkedCast(ic->stringToProxy("SI"));
+ BOOST_REQUIRE(si);
+ si->ice_ping();
+ }
+
+ ~Core()
+ {
+ ic->destroy();
+ }
+
+ P2PVR::SIPrx si;
+
+ private:
+ Ice::CommunicatorPtr ic;
+};
+
+BOOST_GLOBAL_FIXTURE( StandardMockDatabase );
+
+BOOST_FIXTURE_TEST_SUITE( SiCore, Core )
+
+BOOST_AUTO_TEST_CASE ( si_getEvents )
+{
+ // Get an event known to exist so we can use its uid
+ auto event = si->GetEvent(23968, 4378);
+ BOOST_REQUIRE(event);
+
+ auto events = si->GetEvents({ event->EventUid });
+ BOOST_REQUIRE_EQUAL(events.size(), 1);
+ BOOST_REQUIRE_EQUAL(events.front()->ServiceId, 23968);
+ BOOST_REQUIRE_EQUAL(events.front()->EventId, 4378);
+}
+
+BOOST_AUTO_TEST_CASE ( si_getEvents_missing )
+{
+ BOOST_REQUIRE_THROW(si->GetEvents({ 0 }), P2PVR::NotFound);
+}
+
+BOOST_AUTO_TEST_CASE( si_getEvent )
+{
+ auto event = si->GetEvent(23968, 4378);
+ BOOST_REQUIRE(event);
+ BOOST_REQUIRE_EQUAL(event->Title, "Timothy Goes to School");
+ BOOST_REQUIRE_EQUAL(event->Current, true);
+}
+
+BOOST_AUTO_TEST_CASE( si_getEvent_missing )
+{
+ BOOST_REQUIRE_THROW(si->GetEvent(0, 0), P2PVR::NotFound);
+}
+
+BOOST_AUTO_TEST_CASE( si_getEventsOnNow )
+{
+ si->EventsOnNow();
+}
+
+BOOST_AUTO_TEST_CASE( si_getEventsInSched )
+{
+ si->EventsInSchedule(0);
+}
+
+BOOST_AUTO_TEST_CASE( si_getEventsInScheds )
+{
+ si->EventsInSchedules();
+}
+
+BOOST_AUTO_TEST_CASE( si_getEventsInRange )
+{
+ si->EventsInRange(Common::DateTime {2014, 12, 19, 3, 0}, Common::DateTime {2014, 12, 20, 3, 0});
+}
+
+BOOST_AUTO_TEST_CASE( si_getEventSearch )
+{
+ si->EventSearch("Top Gear", IceUtil::Optional< ::Ice::Int >(),
+ IceUtil::Optional<Common::DateTime>(), IceUtil::Optional<Common::DateTime>());
+ si->EventSearch("Top Gear", 22272,
+ IceUtil::Optional<Common::DateTime>(), IceUtil::Optional<Common::DateTime>());
+ si->EventSearch("Top Gear", 22272,
+ Common::DateTime {2014, 12, 19, 3, 0}, IceUtil::Optional<Common::DateTime>());
+ si->EventSearch("Top Gear", 22272,
+ Common::DateTime {2014, 12, 19, 3, 0}, Common::DateTime {2014, 12, 20, 3, 0});
+}
+
+BOOST_AUTO_TEST_CASE( si_getAllDeliveries )
+{
+ auto dels = si->GetAllDeliveries();
+ BOOST_REQUIRE_EQUAL(dels.size(), 6);
+}
+
+BOOST_AUTO_TEST_CASE( si_getDeliveryForTransport )
+{
+ auto del = si->GetDeliveryForTransport(4170);
+ BOOST_REQUIRE(del);
+ auto dvbt = DVBSI::TerrestrialDeliveryPtr::dynamicCast(del);
+ BOOST_REQUIRE(dvbt);
+ BOOST_REQUIRE_EQUAL(dvbt->TransportStreamId, 4170);
+}
+
+BOOST_AUTO_TEST_CASE( si_getDeliveryForSI )
+{
+ auto del = si->GetDeliveryForSi();
+ BOOST_REQUIRE(del);
+ auto dvbt = DVBSI::TerrestrialDeliveryPtr::dynamicCast(del);
+ BOOST_REQUIRE(dvbt);
+}
+
+BOOST_AUTO_TEST_CASE( si_getDeliveryForService )
+{
+ auto del = si->GetDeliveryForService(4170);
+ BOOST_REQUIRE(del);
+ auto dvbt = DVBSI::TerrestrialDeliveryPtr::dynamicCast(del);
+ BOOST_REQUIRE(dvbt);
+ BOOST_REQUIRE_EQUAL(dvbt->TransportStreamId, 4170);
+}
+
+BOOST_AUTO_TEST_CASE( si_getServices )
+{
+ auto services = si->GetServices();
+ BOOST_REQUIRE_EQUAL(services.size(), 145);
+ BOOST_REQUIRE_EQUAL(services[0]->Name, "BBC ONE Yorks");
+ BOOST_REQUIRE_EQUAL(services[0]->DefaultAuthority, "fp.bbc.co.uk");
+ BOOST_REQUIRE_EQUAL(services[0]->EitSchedule, true);
+ BOOST_REQUIRE_EQUAL(services[0]->EitPresentFollowing, true);
+}
+
+BOOST_AUTO_TEST_CASE( si_getService )
+{
+ auto service = si->GetService(4170);
+ BOOST_REQUIRE_EQUAL(service->Name, "BBC ONE Yorks");
+ BOOST_REQUIRE_EQUAL(service->DefaultAuthority, "fp.bbc.co.uk");
+ BOOST_REQUIRE_EQUAL(service->EitSchedule, true);
+ BOOST_REQUIRE_EQUAL(service->EitPresentFollowing, true);
+}
+
+BOOST_AUTO_TEST_CASE( si_getServiceMissing )
+{
+ BOOST_REQUIRE_THROW(si->GetService(0), P2PVR::NotFound);
+}
+
+BOOST_AUTO_TEST_SUITE_END()
+
diff --git a/p2pvr/daemon/unittests/testSqlSelectDeserializer.cpp b/p2pvr/daemon/unittests/testSqlSelectDeserializer.cpp
new file mode 100644
index 0000000..2608fd8
--- /dev/null
+++ b/p2pvr/daemon/unittests/testSqlSelectDeserializer.cpp
@@ -0,0 +1,86 @@
+#define BOOST_TEST_MODULE SqlSelectDeserializer
+#include <boost/test/unit_test.hpp>
+#include <sqlSelectDeserializer.h>
+#include <slicer/slicer.h>
+#include <connection.h>
+#include <p2pvr.h>
+#include <rdbmsDataSource.h>
+#include <commonObjects.h>
+#include <testOptionsSource.h>
+#include <boost/filesystem/operations.hpp>
+#include <definedDirs.h>
+#include <commonHelpers.h>
+#include "mockDefs.h"
+#include <testAppInstance.h>
+
+typedef boost::shared_ptr<DB::SelectCommand> SelectPtr;
+
+class TestCommonObjects : public CommonObjects, public TestAppInstance {
+ public:
+ TestCommonObjects()
+ {
+ TestOptionsSource::LoadTestOptions({
+ { "common.datasourceRoot", (RootDir / "datasources").string() },
+ });
+ }
+};
+
+BOOST_GLOBAL_FIXTURE( StandardMockDatabase );
+
+BOOST_FIXTURE_TEST_SUITE ( Sql, TestCommonObjects );
+
+BOOST_AUTO_TEST_CASE( listOfEvents )
+{
+ auto db = dataSource<RdbmsDataSource>("postgres")->getReadonly();
+ auto sel = SelectPtr(db->newSelectCommand("SELECT * FROM events ORDER BY serviceId, eventId LIMIT 100"));
+ auto res = Slicer::DeserializeAny<SqlSelectDeserializer, P2PVR::Events>(*sel);
+ BOOST_REQUIRE_EQUAL(res.size(), 100);
+ BOOST_REQUIRE_EQUAL(res[0]->ServiceId, 4166);
+ BOOST_REQUIRE_EQUAL(res[0]->EventId, 49741);
+ BOOST_REQUIRE_EQUAL(res[0]->Title, "Skiing Weatherview");
+ BOOST_REQUIRE(!res[0]->Subtitle);
+ BOOST_REQUIRE_EQUAL(res[0]->Description, "Detailed weather forecast.");
+ BOOST_REQUIRE_EQUAL(res[0]->StartTime, Common::DateTime({2014, 12, 19, 0, 25}));
+ BOOST_REQUIRE_EQUAL(res[0]->StopTime, Common::DateTime({2014, 12, 19, 0, 30}));
+ BOOST_REQUIRE(res[0]->Current);
+ BOOST_REQUIRE_EQUAL(res[99]->ServiceId, 4166);
+ BOOST_REQUIRE_EQUAL(res[99]->EventId, 52448);
+ BOOST_REQUIRE_EQUAL(res[99]->Title, "East Midlands Today");
+}
+
+BOOST_AUTO_TEST_CASE( singleField )
+{
+ auto db = dataSource<RdbmsDataSource>("postgres")->getReadonly();
+ auto sel = SelectPtr(db->newSelectCommand("SELECT EventId FROM events ORDER BY serviceId, eventId LIMIT 1"));
+ auto res = Slicer::DeserializeAny<SqlSelectDeserializer, int>(*sel);
+ BOOST_REQUIRE_EQUAL(res, 49741);
+}
+
+BOOST_AUTO_TEST_CASE( singleEvent )
+{
+ auto db = dataSource<RdbmsDataSource>("postgres")->getReadonly();
+ auto sel = SelectPtr(db->newSelectCommand("SELECT * FROM events ORDER BY serviceId, eventId LIMIT 1"));
+ auto res = Slicer::DeserializeAny<SqlSelectDeserializer, P2PVR::EventPtr>(*sel);
+ BOOST_REQUIRE_EQUAL(res->ServiceId, 4166);
+ BOOST_REQUIRE_EQUAL(res->EventId, 49741);
+ BOOST_REQUIRE_EQUAL(res->Title, "Skiing Weatherview");
+ BOOST_REQUIRE(!res->Subtitle);
+ BOOST_REQUIRE_EQUAL(res->Description, "Detailed weather forecast.");
+ BOOST_REQUIRE_EQUAL(res->StartTime, Common::DateTime({2014, 12, 19, 0, 25}));
+ BOOST_REQUIRE_EQUAL(res->StopTime, Common::DateTime({2014, 12, 19, 0, 30}));
+}
+
+BOOST_AUTO_TEST_CASE( dynamicTypes )
+{
+ auto db = dataSource<RdbmsDataSource>("postgres")->getReadonly();
+ auto sel = SelectPtr(db->newSelectCommand("SELECT d.*, '::DVBSI::TerrestrialDelivery' \"typeid\" FROM delivery_dvbt d ORDER BY TransportStreamId"));
+ auto res = Slicer::DeserializeAny<SqlSelectDeserializer, P2PVR::Deliveries>(*sel, "typeid");
+ BOOST_REQUIRE_EQUAL(res.size(), 6);
+ auto dvbt = DVBSI::TerrestrialDeliveryPtr::dynamicCast(res[0]);
+ BOOST_REQUIRE_EQUAL(dvbt->Frequency, 682000000);
+ BOOST_REQUIRE_EQUAL(dvbt->TransportStreamId, 4170);
+ BOOST_REQUIRE_EQUAL(dvbt->CodeRateHP, 2);
+}
+
+BOOST_AUTO_TEST_SUITE_END();
+
diff --git a/p2pvr/daemon/unittests/testStorage.cpp b/p2pvr/daemon/unittests/testStorage.cpp
new file mode 100644
index 0000000..973e93b
--- /dev/null
+++ b/p2pvr/daemon/unittests/testStorage.cpp
@@ -0,0 +1,84 @@
+#define BOOST_TEST_MODULE Storage
+#include <boost/test/unit_test.hpp>
+#include <boost/filesystem/operations.hpp>
+#include <testOptionsSource.h>
+#include <Ice/ObjectAdapter.h>
+#include <Ice/Service.h>
+#include <maintenance.h>
+#include <mockTuner.h>
+#include <si.h>
+#include <storage.h>
+#include <boost/lexical_cast.hpp>
+#include <commonHelpers.h>
+#include <testAppInstance.h>
+
+const boost::filesystem::path rootDir = "/tmp/ut/p2pvr/recordings";
+class Core : public TestAppInstance {
+ public:
+ Core()
+ {
+ int paramCount = 0;
+ ic = Ice::initialize(paramCount, NULL);
+ auto adapter = ic->createObjectAdapterWithEndpoints("Adp", "tcp -p 12004");
+ TestOptionsSource::LoadTestOptions({
+ { "p2pvr.storage.muxercommand", std::string() },
+ { "p2pvr.storage.root", rootDir.string() },
+ });
+ adapter->add(new Storage(), ic->stringToIdentity("Storage"));
+ adapter->activate();
+
+ st = P2PVR::StoragePrx::checkedCast(ic->stringToProxy("Storage"));
+ BOOST_REQUIRE(st);
+ st->ice_ping();
+ }
+
+ ~Core()
+ {
+ ic->destroy();
+ }
+
+ P2PVR::StoragePrx st;
+
+ private:
+ Ice::CommunicatorPtr ic;
+};
+
+BOOST_FIXTURE_TEST_SUITE( StCore, Core )
+
+BOOST_AUTO_TEST_CASE( st_openWriteClose )
+{
+ boost::filesystem::remove_all(rootDir);
+ std::string id = "made-up-storage-id";
+
+ auto rdc = st->OpenForWrite(id);
+
+ P2PVR::Data data;
+ data.resize(1024);
+
+ rdc->NewData(data);
+
+ st->Close(rdc);
+
+ auto stSize = st->FileSize(id);
+ BOOST_REQUIRE_EQUAL(1024, stSize);
+ BOOST_REQUIRE_EQUAL(1024, boost::filesystem::file_size(rootDir / id));
+
+ st->Delete(id);
+ BOOST_REQUIRE(!boost::filesystem::exists(rootDir / id));
+}
+
+BOOST_AUTO_TEST_CASE( st_notuniqueid )
+{
+ boost::filesystem::remove_all(rootDir);
+ std::string id = "made-up-storage-id";
+
+ auto rdc = st->OpenForWrite(id);
+ st->Close(rdc);
+
+ BOOST_REQUIRE_THROW(st->OpenForWrite(id), P2PVR::StorageException);
+ st->Delete(id);
+}
+
+BOOST_AUTO_TEST_SUITE_END()
+
+
diff --git a/p2pvr/daemon/unittests/testp2ice.cpp b/p2pvr/daemon/unittests/testp2ice.cpp
index 9f9e9a8..4d29cc9 100644
--- a/p2pvr/daemon/unittests/testp2ice.cpp
+++ b/p2pvr/daemon/unittests/testp2ice.cpp
@@ -2,18 +2,40 @@
#include <boost/test/unit_test.hpp>
#include <boost/filesystem/operations.hpp>
#include <testOptionsSource.h>
+#include <definedDirs.h>
+#include <sourceObject.h>
+#include <testAppInstance.h>
-#define XSTR(s) STR(s)
-#define STR(s) #s
-const auto bindir = boost::filesystem::canonical("/proc/self/exe").parent_path();
-const boost::filesystem::path variant = bindir.leaf();
-const boost::filesystem::path compiler = bindir.parent_path().leaf();
-const boost::filesystem::path root = boost::filesystem::path(XSTR(ROOT)).parent_path().parent_path();
+const boost::filesystem::path variant = BinDir.leaf();
+const boost::filesystem::path compiler = BinDir.parent_path().leaf();
+const boost::filesystem::path root = RootDir.parent_path().parent_path();
const boost::filesystem::path iceroot = root / "ice";
+static
+void
+commonTests()
+{
+ BOOST_REQUIRE(ElementLoader::getFor("p2pvrrecordingstream"));
+ BOOST_REQUIRE(ElementLoader::getFor("p2pvrservicestream"));
+ BOOST_REQUIRE(ElementLoader::getFor("P2PVR-SI-GetEvent"));
+}
+
+static
+void
+unloadTests()
+{
+ BOOST_REQUIRE_THROW(ElementLoader::getFor("P2PVR-SI-GetEvent"), NotSupported);
+ // Known issue, these *should* unload, but for some reason, don't.
+ BOOST_WARN_THROW(ElementLoader::getFor("p2pvrrecordingstream"), NotSupported);
+ BOOST_WARN_THROW(ElementLoader::getFor("p2pvrservicestream"), NotSupported);
+}
+
+BOOST_GLOBAL_FIXTURE( TestAppInstance );
BOOST_AUTO_TEST_CASE( compile_client_clientOnly )
{
+ TestOptionsSource::LoadTestOptions({ });
+
const std::string tmpdir = "/tmp/ut/p2pvr.slice";
BOOST_TEST_CHECKPOINT("Clean up");
boost::filesystem::remove_all(tmpdir);
@@ -23,13 +45,15 @@ BOOST_AUTO_TEST_CASE( compile_client_clientOnly )
{ "ice.compile.tmpdir", tmpdir },
{ "ice.client.slicerclient", (iceroot / "common.ice").string() },
{ "library", (root / "ice" / "bin" / compiler / variant / "slicer-yes" / "libp2pvrice.so").string() },
+ { "library", (root / "dvb" / "bin" / compiler / variant / "libp2pvrdvb.so").string() },
+ { "library", (root / "lib" / "bin" / compiler / variant / "libp2pvrlib.so").string() },
{ "library", (root / "p2comp" / "bin" / compiler / variant / "libp2pvrp2comp.so").string() },
{ "ice.client.slicerclient", (iceroot / "dvbsi.ice").string() },
{ "ice.client.slicerclient", (iceroot / "dvb.ice").string() },
{ "ice.client.slicerclient", (iceroot / "p2pvr.ice").string() },
});
- //commonTests();
+ commonTests();
TestOptionsSource::LoadTestOptions({ });
- //unloadTests();
+ unloadTests();
}
diff --git a/p2pvr/lib/fileSink.cpp b/p2pvr/daemonbase/fileSink.cpp
index dade921..dade921 100644
--- a/p2pvr/lib/fileSink.cpp
+++ b/p2pvr/daemonbase/fileSink.cpp
diff --git a/p2pvr/lib/fileSink.h b/p2pvr/daemonbase/fileSink.h
index 8c7594b..8c7594b 100644
--- a/p2pvr/lib/fileSink.h
+++ b/p2pvr/daemonbase/fileSink.h
diff --git a/p2pvr/datasources/schema.sql b/p2pvr/datasources/schema.sql
index 393325d..26655c2 100644
--- a/p2pvr/datasources/schema.sql
+++ b/p2pvr/datasources/schema.sql
@@ -25,6 +25,17 @@ COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language';
SET search_path = public, pg_catalog;
+--
+-- Name: recordstatuses; Type: TYPE; Schema: public; Owner: -
+--
+
+CREATE TYPE recordstatuses AS ENUM (
+ 'WillRecordThisShowing',
+ 'WillRecordOtherShowing',
+ 'CannotRecordAnyShowing'
+);
+
+
SET default_tablespace = '';
SET default_with_oids = false;
@@ -57,7 +68,9 @@ CREATE TABLE events (
episodes smallint,
year smallint,
flags text,
- season integer
+ season integer,
+ eventuid integer NOT NULL,
+ current boolean DEFAULT true NOT NULL
);
@@ -128,6 +141,109 @@ CREATE TABLE delivery_dvbt (
--
+-- Name: alldeliveries; Type: VIEW; Schema: public; Owner: -
+--
+
+CREATE VIEW alldeliveries AS
+ SELECT '::DVBSI::TerrestrialDelivery'::text AS delivery_type,
+ delivery_dvbt.transportstreamid,
+ delivery_dvbt.bandwidth,
+ delivery_dvbt.coderatehp,
+ delivery_dvbt.coderatelp,
+ delivery_dvbt.constellation,
+ NULL::smallint AS fecinner,
+ NULL::smallint AS fecouter,
+ delivery_dvbt.frequency,
+ delivery_dvbt.guardinterval,
+ delivery_dvbt.hierarchy,
+ NULL::smallint AS modulation,
+ NULL::boolean AS modulationsystem,
+ NULL::smallint AS modulationtype,
+ delivery_dvbt.mpefec,
+ NULL::integer AS orbitalposition,
+ delivery_dvbt.otherfrequencyflag,
+ NULL::smallint AS polarization,
+ delivery_dvbt.priority,
+ NULL::smallint AS rolloff,
+ NULL::integer AS symbolrate,
+ delivery_dvbt.timeslicing,
+ delivery_dvbt.transmissionmode,
+ NULL::boolean AS westeastflag
+ FROM delivery_dvbt
+UNION ALL
+ SELECT '::DVBSI::CableDelivery'::text AS delivery_type,
+ delivery_dvbc.transportstreamid,
+ NULL::smallint AS bandwidth,
+ NULL::smallint AS coderatehp,
+ NULL::smallint AS coderatelp,
+ NULL::smallint AS constellation,
+ delivery_dvbc.fecinner,
+ delivery_dvbc.fecouter,
+ delivery_dvbc.frequency,
+ NULL::smallint AS guardinterval,
+ NULL::smallint AS hierarchy,
+ delivery_dvbc.modulation,
+ NULL::boolean AS modulationsystem,
+ NULL::smallint AS modulationtype,
+ NULL::boolean AS mpefec,
+ NULL::integer AS orbitalposition,
+ NULL::boolean AS otherfrequencyflag,
+ NULL::smallint AS polarization,
+ NULL::boolean AS priority,
+ NULL::smallint AS rolloff,
+ delivery_dvbc.symbolrate,
+ NULL::boolean AS timeslicing,
+ NULL::smallint AS transmissionmode,
+ NULL::boolean AS westeastflag
+ FROM delivery_dvbc
+UNION ALL
+ SELECT '::DVBSI::SatelliteDelivery'::text AS delivery_type,
+ delivery_dvbs.transportstreamid,
+ NULL::smallint AS bandwidth,
+ NULL::smallint AS coderatehp,
+ NULL::smallint AS coderatelp,
+ NULL::smallint AS constellation,
+ delivery_dvbs.fecinner,
+ NULL::smallint AS fecouter,
+ delivery_dvbs.frequency,
+ NULL::smallint AS guardinterval,
+ NULL::smallint AS hierarchy,
+ NULL::smallint AS modulation,
+ delivery_dvbs.modulationsystem,
+ delivery_dvbs.modulationtype,
+ NULL::boolean AS mpefec,
+ delivery_dvbs.orbitalposition,
+ NULL::boolean AS otherfrequencyflag,
+ NULL::smallint AS polarization,
+ NULL::boolean AS priority,
+ delivery_dvbs.rolloff,
+ delivery_dvbs.symbolrate,
+ NULL::boolean AS timeslicing,
+ NULL::smallint AS transmissionmode,
+ delivery_dvbs.westeastflag
+ FROM delivery_dvbs;
+
+
+--
+-- Name: events_eventuid_seq; Type: SEQUENCE; Schema: public; Owner: -
+--
+
+CREATE SEQUENCE events_eventuid_seq
+ START WITH 1
+ INCREMENT BY 1
+ NO MINVALUE
+ NO MAXVALUE
+ CACHE 1;
+
+
+--
+-- Name: events_eventuid_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
+--
+
+ALTER SEQUENCE events_eventuid_seq OWNED BY events.eventuid;
+
+
+--
-- Name: networks; Type: TABLE; Schema: public; Owner: -; Tablespace:
--
@@ -142,10 +258,8 @@ CREATE TABLE networks (
--
CREATE TABLE record (
- serviceid integer NOT NULL,
- eventid integer NOT NULL,
- recordstatus integer NOT NULL,
- recordingstatus integer DEFAULT 0 NOT NULL,
+ eventuid integer NOT NULL,
+ recordstatus recordstatuses NOT NULL,
scheduleid integer NOT NULL
);
@@ -157,11 +271,7 @@ CREATE TABLE record (
CREATE TABLE recorded (
recordedid integer NOT NULL,
scheduleid integer,
- title text,
- subtitle text,
- description text,
- starttime timestamp without time zone NOT NULL,
- duration interval NOT NULL
+ eventuid integer NOT NULL
);
@@ -193,11 +303,7 @@ CREATE TABLE recordings (
storageaddress text NOT NULL,
guid text NOT NULL,
scheduleid integer NOT NULL,
- title text,
- subtitle text,
- description text,
- starttime timestamp without time zone NOT NULL,
- duration interval NOT NULL
+ eventuid integer NOT NULL
);
@@ -227,7 +333,7 @@ ALTER SEQUENCE recordings_recordingid_seq OWNED BY recordings.recordingid;
CREATE TABLE schedules (
scheduleid integer NOT NULL,
serviceid integer,
- eventid integer,
+ eventuid integer,
title text,
search text,
priority integer DEFAULT 0 NOT NULL,
@@ -270,7 +376,7 @@ CREATE TABLE services (
eitschedule boolean,
eitpresentfollowing boolean,
freecamode boolean,
- transportstreamid integer NOT NULL
+ transportstreamid integer
);
@@ -286,6 +392,13 @@ CREATE TABLE transportstreams (
--
+-- Name: eventuid; Type: DEFAULT; Schema: public; Owner: -
+--
+
+ALTER TABLE ONLY events ALTER COLUMN eventuid SET DEFAULT nextval('events_eventuid_seq'::regclass);
+
+
+--
-- Name: recordedid; Type: DEFAULT; Schema: public; Owner: -
--
@@ -335,7 +448,7 @@ ALTER TABLE ONLY delivery_dvbt
--
ALTER TABLE ONLY events
- ADD CONSTRAINT pk_events PRIMARY KEY (serviceid, eventid);
+ ADD CONSTRAINT pk_events PRIMARY KEY (eventuid);
--
@@ -367,7 +480,7 @@ ALTER TABLE ONLY recordings
--
ALTER TABLE ONLY record
- ADD CONSTRAINT pk_records PRIMARY KEY (serviceid, eventid);
+ ADD CONSTRAINT pk_records PRIMARY KEY (eventuid);
--
@@ -423,20 +536,6 @@ CREATE INDEX idx_recorded_schedule ON recorded USING btree (scheduleid);
--
--- Name: idx_recorded_starttime; Type: INDEX; Schema: public; Owner: -; Tablespace:
---
-
-CREATE INDEX idx_recorded_starttime ON recorded USING btree (starttime);
-
-
---
--- Name: idx_recorded_title; Type: INDEX; Schema: public; Owner: -; Tablespace:
---
-
-CREATE INDEX idx_recorded_title ON recorded USING btree (title);
-
-
---
-- Name: idx_recordings_schedule; Type: INDEX; Schema: public; Owner: -; Tablespace:
--
@@ -444,17 +543,10 @@ CREATE INDEX idx_recordings_schedule ON recordings USING btree (scheduleid);
--
--- Name: idx_recordings_starttime; Type: INDEX; Schema: public; Owner: -; Tablespace:
+-- Name: uni_events_serviceevent; Type: INDEX; Schema: public; Owner: -; Tablespace:
--
-CREATE INDEX idx_recordings_starttime ON recordings USING btree (starttime);
-
-
---
--- Name: idx_recordings_title; Type: INDEX; Schema: public; Owner: -; Tablespace:
---
-
-CREATE INDEX idx_recordings_title ON recordings USING btree (title);
+CREATE UNIQUE INDEX uni_events_serviceevent ON events USING btree (serviceid, eventid) WHERE current;
--
@@ -489,6 +581,22 @@ ALTER TABLE ONLY delivery_dvbt
--
+-- Name: fk_record_eventuid; Type: FK CONSTRAINT; Schema: public; Owner: -
+--
+
+ALTER TABLE ONLY record
+ ADD CONSTRAINT fk_record_eventuid FOREIGN KEY (eventuid) REFERENCES events(eventuid) ON UPDATE CASCADE ON DELETE CASCADE;
+
+
+--
+-- Name: fk_recorded_eventuid; Type: FK CONSTRAINT; Schema: public; Owner: -
+--
+
+ALTER TABLE ONLY recorded
+ ADD CONSTRAINT fk_recorded_eventuid FOREIGN KEY (eventuid) REFERENCES events(eventuid) ON UPDATE CASCADE;
+
+
+--
-- Name: fk_recorded_schedule; Type: FK CONSTRAINT; Schema: public; Owner: -
--
@@ -497,11 +605,11 @@ ALTER TABLE ONLY recorded
--
--- Name: fk_records_event; Type: FK CONSTRAINT; Schema: public; Owner: -
+-- Name: fk_recordings_eventuid; Type: FK CONSTRAINT; Schema: public; Owner: -
--
-ALTER TABLE ONLY record
- ADD CONSTRAINT fk_records_event FOREIGN KEY (serviceid, eventid) REFERENCES events(serviceid, eventid) ON UPDATE CASCADE ON DELETE CASCADE;
+ALTER TABLE ONLY recordings
+ ADD CONSTRAINT fk_recordings_eventuid FOREIGN KEY (eventuid) REFERENCES events(eventuid) ON UPDATE CASCADE;
--
@@ -517,7 +625,7 @@ ALTER TABLE ONLY record
--
ALTER TABLE ONLY schedules
- ADD CONSTRAINT fk_schedule_event FOREIGN KEY (serviceid, eventid) REFERENCES events(serviceid, eventid) ON DELETE CASCADE;
+ ADD CONSTRAINT fk_schedule_event FOREIGN KEY (eventuid) REFERENCES events(eventuid) ON UPDATE CASCADE ON DELETE CASCADE;
--
@@ -533,7 +641,7 @@ ALTER TABLE ONLY schedules
--
ALTER TABLE ONLY services
- ADD CONSTRAINT fk_services_transportstreams FOREIGN KEY (transportstreamid) REFERENCES transportstreams(transportstreamid) ON UPDATE CASCADE ON DELETE CASCADE;
+ ADD CONSTRAINT fk_services_transportstreams FOREIGN KEY (transportstreamid) REFERENCES transportstreams(transportstreamid) ON UPDATE CASCADE ON DELETE SET NULL;
--
@@ -545,16 +653,6 @@ ALTER TABLE ONLY transportstreams
--
--- Name: public; Type: ACL; Schema: -; Owner: -
---
-
-REVOKE ALL ON SCHEMA public FROM PUBLIC;
-REVOKE ALL ON SCHEMA public FROM postgres;
-GRANT ALL ON SCHEMA public TO postgres;
-GRANT ALL ON SCHEMA public TO PUBLIC;
-
-
---
-- PostgreSQL database dump complete
--
diff --git a/p2pvr/devices/Jamfile.jam b/p2pvr/devices/Jamfile.jam
index a3452a4..8e18afa 100644
--- a/p2pvr/devices/Jamfile.jam
+++ b/p2pvr/devices/Jamfile.jam
@@ -1,5 +1,10 @@
+import type ;
+import generators ;
+
lib boost_system ;
+lib boost_thread ;
lib boost_filesystem ;
+lib lzma ;
cpp-pch pch : pch.hpp :
<library>boost_system
@@ -10,7 +15,7 @@ cpp-pch pch : pch.hpp :
lib p2pvrdevices :
pch
- [ glob-tree *.cpp ]
+ [ glob-tree *.cpp : mockTuner.cpp ]
:
<library>boost_system
<library>boost_filesystem
@@ -25,3 +30,37 @@ lib p2pvrdevices :
<library>boost_system
<include>.
;
+
+type.register DATXZ : datxz ;
+
+generators.register-standard datxz.embed.asm : DATXZ : ASM ;
+
+actions datxz.embed.asm
+{
+ m4 -DNAME="$(2:B)" -DPATH="$(2)" "$(root)/embed.m4" > "$(1)"
+}
+
+IMPORT $(__name__) : datxz.embed.asm : : datxz.embed.asm ;
+
+
+lib p2pvrMockTuner :
+ pch
+ mockTuner.cpp
+ [ glob-tree *.datxz ]
+ :
+ <library>lzma
+ <library>boost_system
+ <library>boost_thread
+ <library>boost_filesystem
+ <library>../dvb//p2pvrdvb
+ <library>../ice//p2pvrice
+ <library>../lib//p2pvrlib
+ <library>..//p2common
+ <implicit-dependency>../ice//p2pvrice
+ : :
+ <library>boost_filesystem
+ <implicit-dependency>../ice//p2pvrice
+ <library>boost_system
+ <include>.
+ ;
+
diff --git a/p2pvr/devices/localDevices.cpp b/p2pvr/devices/localDevices.cpp
index 7a43a15..00ec395 100644
--- a/p2pvr/devices/localDevices.cpp
+++ b/p2pvr/devices/localDevices.cpp
@@ -34,7 +34,7 @@ void
LocalDevices::ClientCheck(Ice::ObjectAdapterPtr adapter)
{
std::lock_guard<std::mutex> g(lock);
- BOOST_FOREACH(auto & device, devices) {
+ for (auto & device : devices) {
if (device.second && device.second->tuner->GetLastUsedTime() < time(NULL) - 30) {
Logger()->messagebf(LOG_DEBUG, "%s: Device %s no longer in use", __PRETTY_FUNCTION__, device.first);
auto id = device.second->tuner->ice_getIdentity();
@@ -79,7 +79,7 @@ LocalDevices::GetTunerSpecific(const DVBSI::DeliveryPtr & delivery, const Ice::C
}
P2PVR::TunerPrx
-LocalDevices::GetTunerAny(short , const DVBSI::DeliveryPtr & delivery, const Ice::Current & ice)
+LocalDevices::GetTunerAny(const DVBSI::DeliveryPtr & delivery, const Ice::Current & ice)
{
std::lock_guard<std::mutex> g(lock);
Logger()->messagebf(LOG_DEBUG, "%s: Searching for an open sharable tuner any frequency", __PRETTY_FUNCTION__);
diff --git a/p2pvr/devices/localDevices.h b/p2pvr/devices/localDevices.h
index 5521f8d..3c3d51b 100644
--- a/p2pvr/devices/localDevices.h
+++ b/p2pvr/devices/localDevices.h
@@ -14,7 +14,7 @@ class LocalDevices : public P2PVR::LocalDevices {
~LocalDevices();
P2PVR::TunerPrx GetTunerSpecific(const DVBSI::DeliveryPtr &, const Ice::Current &);
- P2PVR::TunerPrx GetTunerAny(short type, const DVBSI::DeliveryPtr &, const Ice::Current &);
+ P2PVR::TunerPrx GetTunerAny(const DVBSI::DeliveryPtr &, const Ice::Current &);
P2PVR::PrivateTunerPrx GetPrivateTuner(short type, const Ice::Current &);
void ReleaseTuner(const P2PVR::TunerPrx &, const Ice::Current &);
int TunerCount(const Ice::Current &);
diff --git a/p2pvr/devices/mockTuner.cpp b/p2pvr/devices/mockTuner.cpp
new file mode 100644
index 0000000..05a0437
--- /dev/null
+++ b/p2pvr/devices/mockTuner.cpp
@@ -0,0 +1,176 @@
+#include "mockTuner.h"
+#include <Ice/Service.h>
+#include <lzma.h>
+#include <logger.h>
+#include <list>
+
+#define ResourceFile(resource) \
+extern "C" { \
+ extern char resource##_start, resource##_end;\
+ extern unsigned int resource##_len; \
+} \
+static const Ice::ByteSeq resource(&resource##_start, &resource##_end);
+
+#define LZMA_ASSERT(ret_xz) \
+ if (ret_xz != LZMA_OK) { \
+ Logger()->messagebf(LOG_ERR, "%s: LZMA error (%d)", __PRETTY_FUNCTION__, ret_xz); \
+ throw P2PVR::DeviceError("LZMA", "Decompressor error", ret_xz); \
+ }
+
+ResourceFile(network);
+ResourceFile(services);
+ResourceFile(events1);
+ResourceFile(events2);
+ResourceFile(pat);
+ResourceFile(pmt);
+ResourceFile(vid);
+
+int MockTuner::eventSet = 0;
+
+void
+MockTuner::SetEventsSet(int n)
+{
+ eventSet = n;
+}
+
+MockTuner::MockTuner() :
+ senderId(1)
+{
+}
+
+void MockTuner::TuneTo(const DVBSI::DeliveryPtr &, const Ice::Current&)
+{
+}
+
+int MockTuner::GetStatus(const Ice::Current&)
+{
+ return 0;
+}
+
+Ice::ByteSeq MockTuner::Decompress(const Ice::ByteSeq & dataxz)
+{
+ Logger()->messagebf(LOG_DEBUG, "%s: setup", __PRETTY_FUNCTION__);
+ lzma_stream strm = LZMA_STREAM_INIT;
+ const uint32_t flags = LZMA_TELL_UNSUPPORTED_CHECK | LZMA_CONCATENATED;
+ const uint64_t memory_limit = UINT64_MAX;
+ LZMA_ASSERT(lzma_stream_decoder(&strm, memory_limit, flags));
+ strm.next_in = &dataxz.front();
+ strm.avail_in = dataxz.size();
+ uint8_t buf[BUFSIZ];
+
+ Logger()->messagebf(LOG_DEBUG, "%s: decompress %d bytes", __PRETTY_FUNCTION__, dataxz.size());
+ Ice::ByteSeq data;
+ data.reserve(dataxz.size() * 20);
+ do {
+ strm.next_out = buf;
+ strm.avail_out = BUFSIZ;
+ LZMA_ASSERT(lzma_code(&strm, LZMA_RUN));
+ for (auto idx = 0u; idx < BUFSIZ - strm.avail_out; idx += 1) {
+ data.push_back(buf[idx]);
+ }
+ } while (strm.avail_out == 0);
+ data.shrink_to_fit();
+ return data;
+}
+
+void MockTuner::DecompressAndSendPackets(const Ice::ByteSeq & dataxz, const P2PVR::RawDataClientPrx & client, const Ice::Current & ice) const
+{
+ Logger()->messagebf(LOG_DEBUG, "%s: deserialize", __PRETTY_FUNCTION__);
+ std::list<Ice::ByteSeq> packets;
+ auto istrm = Ice::createInputStream(ice.adapter->getCommunicator(), Decompress(dataxz));
+ istrm->read(packets);
+
+ Logger()->messagebf(LOG_DEBUG, "%s: send", __PRETTY_FUNCTION__);
+ for (const auto & packet : packets) {
+ client->NewData(packet);
+ }
+
+ Logger()->messagebf(LOG_DEBUG, "%s: complete", __PRETTY_FUNCTION__);
+}
+
+void MockTuner::ScanAndSendNetworkInformation(const P2PVR::RawDataClientPrx & client, const Ice::Current & ice)
+{
+ DecompressAndSendPackets(network, client, ice);
+}
+
+void MockTuner::SendNetworkInformation(const P2PVR::RawDataClientPrx & client, const Ice::Current & ice)
+{
+ DecompressAndSendPackets(network, client, ice);
+}
+
+void MockTuner::SendBouquetAssociations(const P2PVR::RawDataClientPrx &, const Ice::Current&)
+{
+}
+
+void MockTuner::SendServiceDescriptions(const P2PVR::RawDataClientPrx & client, const Ice::Current & ice)
+{
+ DecompressAndSendPackets(services, client, ice);
+}
+
+void MockTuner::SendProgramMap(Ice::Int, const P2PVR::RawDataClientPrx &, const Ice::Current&)
+{
+}
+
+void MockTuner::SendProgramAssociationTable(const P2PVR::RawDataClientPrx &, const Ice::Current&)
+{
+}
+
+void MockTuner::SendEventInformation(const P2PVR::RawDataClientPrx & client, const Ice::Current & ice)
+{
+ DecompressAndSendPackets(eventSet == 0 ? events1 : events2, client, ice);
+}
+
+void MockTuner::SendLoop(const P2PVR::RawDataClientPrx & t, const Ice::ByteSeq & dataxz, const Ice::Current & ice) const
+{
+ std::list<Ice::ByteSeq> packets;
+ auto istrm = Ice::createInputStream(ice.adapter->getCommunicator(), Decompress(dataxz));
+ istrm->read(packets);
+ Logger()->messagebf(LOG_DEBUG, "%s: loop over %d packets", __PRETTY_FUNCTION__, packets.size());
+ auto p = packets.begin();
+ while (true) {
+ {
+ boost::this_thread::disable_interruption whileSending;
+ t->NewData(*p);
+ }
+ boost::this_thread::interruption_point();
+ p++;
+ if (p == packets.end()) {
+ p = packets.begin();
+ }
+ usleep(100000);
+ }
+}
+
+
+int MockTuner::StartSendingTS(const P2PVR::PacketIds &, const P2PVR::RawDataClientPrx & t, const Ice::Current & ice)
+{
+ return senders.insert({senderId++, new boost::thread(&MockTuner::SendLoop, this, t, vid, ice)}).first->first;
+}
+
+int MockTuner::StartSendingSection(Ice::Int sid, const P2PVR::RawDataClientPrx & t, const Ice::Current & ice)
+{
+ switch (sid) {
+ case 0: // pat
+ return senders.insert({senderId++, new boost::thread(&MockTuner::SendLoop, this, t, pat, ice)}).first->first;
+ case 100: // sample pmt
+ return senders.insert({senderId++, new boost::thread(&MockTuner::SendLoop, this, t, pmt, ice)}).first->first;
+ }
+ throw std::runtime_error("I don't have a sample for that");
+}
+
+void MockTuner::StopSending(int s, const Ice::Current &)
+{
+ Logger()->messagebf(LOG_DEBUG, "%s: stop %d", __PRETTY_FUNCTION__, s);
+ auto sitr = senders.find(s);
+ if (sitr != senders.end()) {
+ sitr->second->interrupt();
+ sitr->second->join();
+ senders.erase(sitr);
+ }
+}
+
+Ice::Long MockTuner::GetLastUsedTime(const Ice::Current&)
+{
+ return time(NULL);
+}
+
diff --git a/p2pvr/devices/mockTuner.h b/p2pvr/devices/mockTuner.h
new file mode 100644
index 0000000..aa51580
--- /dev/null
+++ b/p2pvr/devices/mockTuner.h
@@ -0,0 +1,42 @@
+#ifndef P2PVR_MOCKTUNER_H
+#define P2PVR_MOCKTUNER_H
+
+#include <dvb.h>
+#include <Ice/BuiltinSequences.h>
+#include <boost/thread.hpp>
+
+class MockTuner : public P2PVR::PrivateTuner {
+ public:
+ MockTuner();
+
+ void TuneTo(const DVBSI::DeliveryPtr &, const Ice::Current&);
+ int GetStatus(const Ice::Current&);
+
+ void ScanAndSendNetworkInformation(const P2PVR::RawDataClientPrx & client, const Ice::Current&);
+ void SendNetworkInformation(const P2PVR::RawDataClientPrx & client, const Ice::Current&);
+ void SendBouquetAssociations(const P2PVR::RawDataClientPrx & client, const Ice::Current&);
+ void SendServiceDescriptions(const P2PVR::RawDataClientPrx & client, const Ice::Current&);
+ void SendProgramMap(Ice::Int pid, const P2PVR::RawDataClientPrx & client, const Ice::Current&);
+ void SendProgramAssociationTable(const P2PVR::RawDataClientPrx & client, const Ice::Current&);
+ void SendEventInformation(const P2PVR::RawDataClientPrx & client, const Ice::Current&);
+
+ int StartSendingTS(const P2PVR::PacketIds & pids, const P2PVR::RawDataClientPrx & client, const Ice::Current &);
+ int StartSendingSection(Ice::Int pid, const P2PVR::RawDataClientPrx & client, const Ice::Current &);
+ void StopSending(int handle, const Ice::Current &);
+
+ Ice::Long GetLastUsedTime(const Ice::Current&);
+
+ static void SetEventsSet(int n);
+
+ protected:
+ static Ice::ByteSeq Decompress(const Ice::ByteSeq &);
+ void DecompressAndSendPackets(const Ice::ByteSeq &, const P2PVR::RawDataClientPrx &, const Ice::Current&) const;
+ void SendLoop(const P2PVR::RawDataClientPrx & t, const Ice::ByteSeq & dataxz, const Ice::Current & ice) const;
+
+ static int eventSet;
+ std::map<int, boost::thread *> senders;
+ int senderId;
+};
+
+#endif
+
diff --git a/p2pvr/devices/pch.hpp b/p2pvr/devices/pch.hpp
index 2eeeea5..435ce48 100644
--- a/p2pvr/devices/pch.hpp
+++ b/p2pvr/devices/pch.hpp
@@ -4,7 +4,6 @@
#include <Ice/Ice.h>
#include <boost/bind.hpp>
-#include <boost/foreach.hpp>
#include <boost/function.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/shared_ptr.hpp>
diff --git a/p2pvr/devices/sampleSiData/events1.datxz b/p2pvr/devices/sampleSiData/events1.datxz
new file mode 100644
index 0000000..a84d777
--- /dev/null
+++ b/p2pvr/devices/sampleSiData/events1.datxz
Binary files differ
diff --git a/p2pvr/devices/sampleSiData/events2.datxz b/p2pvr/devices/sampleSiData/events2.datxz
new file mode 100644
index 0000000..b2fa9c2
--- /dev/null
+++ b/p2pvr/devices/sampleSiData/events2.datxz
Binary files differ
diff --git a/p2pvr/devices/sampleSiData/network.datxz b/p2pvr/devices/sampleSiData/network.datxz
new file mode 100644
index 0000000..f2e74cd
--- /dev/null
+++ b/p2pvr/devices/sampleSiData/network.datxz
Binary files differ
diff --git a/p2pvr/devices/sampleSiData/pat.datxz b/p2pvr/devices/sampleSiData/pat.datxz
new file mode 100644
index 0000000..cdbd63b
--- /dev/null
+++ b/p2pvr/devices/sampleSiData/pat.datxz
Binary files differ
diff --git a/p2pvr/devices/sampleSiData/pmt.datxz b/p2pvr/devices/sampleSiData/pmt.datxz
new file mode 100644
index 0000000..b883c0c
--- /dev/null
+++ b/p2pvr/devices/sampleSiData/pmt.datxz
Binary files differ
diff --git a/p2pvr/devices/sampleSiData/services.datxz b/p2pvr/devices/sampleSiData/services.datxz
new file mode 100644
index 0000000..0961e92
--- /dev/null
+++ b/p2pvr/devices/sampleSiData/services.datxz
Binary files differ
diff --git a/p2pvr/devices/sampleStreamData/vid.datxz b/p2pvr/devices/sampleStreamData/vid.datxz
new file mode 100644
index 0000000..ec8ed6e
--- /dev/null
+++ b/p2pvr/devices/sampleStreamData/vid.datxz
Binary files differ
diff --git a/p2pvr/devices/tuner.cpp b/p2pvr/devices/tuner.cpp
index fe90231..ee1625a 100644
--- a/p2pvr/devices/tuner.cpp
+++ b/p2pvr/devices/tuner.cpp
@@ -322,7 +322,7 @@ Tuner::senderThread()
int n = backgroundClients.rbegin()->first + 1;
fd_set rfds;
FD_ZERO(&rfds);
- BOOST_FOREACH(const auto & c, backgroundClients) {
+ for (const auto & c : backgroundClients) {
FD_SET(c.first, &rfds);
}
lock.unlock();
diff --git a/p2pvr/dvb/Jamfile.jam b/p2pvr/dvb/Jamfile.jam
index c8f2fe0..2dbbbda 100644
--- a/p2pvr/dvb/Jamfile.jam
+++ b/p2pvr/dvb/Jamfile.jam
@@ -4,7 +4,7 @@ cpp-pch pch : pch.hpp :
lib p2pvrdvb :
pch
- [ glob-tree *.cpp ]
+ [ glob-tree *.cpp : unittests ]
:
<library>../ice//p2pvrice
<implicit-dependency>../ice//p2pvrice
diff --git a/p2pvr/dvb/bindDataHandler.cpp b/p2pvr/dvb/bindDataHandler.cpp
new file mode 100644
index 0000000..cb4fd69
--- /dev/null
+++ b/p2pvr/dvb/bindDataHandler.cpp
@@ -0,0 +1,12 @@
+#include "bindDataHandler.h"
+
+BindDataHandler::BindDataHandler(const Callback & cb) :
+ callBack(cb)
+{
+}
+
+bool BindDataHandler::NewData(const P2PVR::Data & data, const Ice::Current &)
+{
+ return callBack(data);
+}
+
diff --git a/p2pvr/dvb/bindDataHandler.h b/p2pvr/dvb/bindDataHandler.h
new file mode 100644
index 0000000..3805d7f
--- /dev/null
+++ b/p2pvr/dvb/bindDataHandler.h
@@ -0,0 +1,19 @@
+#ifndef BINDDATAHANDLER_H
+#define BINDDATAHANDLER_H
+
+#include <boost/function.hpp>
+#include <dvb.h>
+
+class BindDataHandler : public P2PVR::RawDataClient {
+ public:
+ typedef boost::function<bool(const P2PVR::Data &)> Callback;
+ BindDataHandler(const Callback & cb);
+
+ bool NewData(const P2PVR::Data & data, const Ice::Current &) override;
+
+ private:
+ const Callback callBack;
+};
+
+#endif
+
diff --git a/p2pvr/lib/bindSiParserHandler.h b/p2pvr/dvb/bindSiParserHandler.h
index a4813c2..a4813c2 100644
--- a/p2pvr/lib/bindSiParserHandler.h
+++ b/p2pvr/dvb/bindSiParserHandler.h
diff --git a/p2pvr/dvb/pch.hpp b/p2pvr/dvb/pch.hpp
index c6319b8..7828bd2 100644
--- a/p2pvr/dvb/pch.hpp
+++ b/p2pvr/dvb/pch.hpp
@@ -5,7 +5,6 @@
#include <Ice/Ice.h>
#include <glibmm.h>
#include <boost/bind.hpp>
-#include <boost/foreach.hpp>
#include <boost/function.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/shared_ptr.hpp>
diff --git a/p2pvr/dvb/siParsers/event.cpp b/p2pvr/dvb/siParsers/event.cpp
index c094331..4c3a572 100644
--- a/p2pvr/dvb/siParsers/event.cpp
+++ b/p2pvr/dvb/siParsers/event.cpp
@@ -7,7 +7,6 @@
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/trim.hpp>
#include <boost/bind.hpp>
-#include <boost/foreach.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/tuple/tuple_comparison.hpp>
#include "event.h"
diff --git a/p2pvr/dvb/siParsers/event.h b/p2pvr/dvb/siParsers/event.h
index 6b316cc..d437c4e 100644
--- a/p2pvr/dvb/siParsers/event.h
+++ b/p2pvr/dvb/siParsers/event.h
@@ -21,7 +21,7 @@ class SiEpgParser : public SiTableParser<EventInformation, DVBSI::EitInformation
uint8_t LastTableId(const EventInformation * ei) { return ei->LastTableId; }
void ParseSiTable(const EventInformation * eit, DVBSI::EitInformationPtr);
bool HandleTable(DVBSI::EitInformationPtr);
- virtual void HandleTable(DVBSI::EventPtr) = 0;
+ virtual bool HandleTable(DVBSI::EventPtr) = 0;
private:
static void parseStartTimeAndDuration(DVBSI::EventPtr, const u_char * data);
diff --git a/p2pvr/dvb/unittests/Jamfile.jam b/p2pvr/dvb/unittests/Jamfile.jam
new file mode 100644
index 0000000..699cfcd
--- /dev/null
+++ b/p2pvr/dvb/unittests/Jamfile.jam
@@ -0,0 +1,39 @@
+import testing ;
+
+lib boost_system ;
+lib boost_filesystem ;
+lib IceUtil ;
+lib Ice ;
+
+path-constant me : . ;
+
+exe createSamples :
+ createSamples.cpp
+ :
+ <define>BOOST_TEST_DYN_LINK
+ <library>..//p2pvrdvb
+ <library>../../ice//p2pvrice
+ <library>IceUtil
+ <library>Ice
+ <library>boost_system
+ <library>boost_filesystem
+ <library>../..//boost_utf
+ <define>ROOT=\"$(me)\"
+ ;
+
+exe createBroadcast :
+ createBroadcast.cpp
+ :
+ <define>BOOST_TEST_DYN_LINK
+ <library>..//p2pvrdvb
+ <library>../../lib//p2pvrlib
+ <library>../../ice//p2pvrice
+ <library>IceUtil
+ <library>Ice
+ <library>boost_system
+ <library>boost_filesystem
+ <library>../..//boost_utf
+ <library>../..//p2ut
+ <define>ROOT=\"$(me)\"
+ ;
+
diff --git a/p2pvr/dvb/unittests/createBroadcast.cpp b/p2pvr/dvb/unittests/createBroadcast.cpp
new file mode 100644
index 0000000..c65c9ad
--- /dev/null
+++ b/p2pvr/dvb/unittests/createBroadcast.cpp
@@ -0,0 +1,136 @@
+#define BOOST_TEST_MODULE CreateSamples
+#include <testOptionsSource.h>
+#include <boost/test/unit_test.hpp>
+#include <boost/filesystem/operations.hpp>
+#include <boost/function.hpp>
+#include <boost/bind.hpp>
+#include <boost/tuple/tuple.hpp>
+#include <Ice/ObjectAdapter.h>
+#include <Ice/Service.h>
+#include <scopeObject.h>
+#include <linux/dvb/frontend.h>
+#include "serviceStreamerCore.h"
+#include "bindDataHandler.h"
+
+#define XSTR(s) STR(s)
+#define STR(s) #s
+const boost::filesystem::path root(XSTR(ROOT));
+
+Ice::StringSeq params {
+ "--Ice.ThreadPool.Client.Size=5",
+ "--Ice.ThreadPool.Client.SizeMax=10",
+ "--Ice.ThreadPool.Server.Size=5",
+ "--Ice.ThreadPool.Server.SizeMax=10"
+ };
+
+class Core {
+ public:
+ Core() :
+ ic(Ice::initialize(params)),
+ adapter(ic->createObjectAdapterWithEndpoints("Adp", "tcp -p 12003"))
+ {
+ TestOptionsSource::LoadTestOptions({ });
+ adapter->activate();
+
+ devs = P2PVR::DevicesPrx::checkedCast(ic->stringToProxy("Devices:tcp -h defiant -p 10000"));
+ BOOST_REQUIRE(devs);
+ devs->ice_ping();
+ }
+
+ ~Core()
+ {
+ ic->destroy();
+ }
+
+ P2PVR::DevicesPrx devs;
+ Ice::CommunicatorPtr ic;
+ Ice::ObjectAdapterPtr adapter;
+
+};
+
+class Sampler {
+ public:
+ Sampler(int sid, P2PVR::DevicesPrx d, Ice::ObjectAdapterPtr a) :
+ patp(a, new BindDataHandler(boost::bind(&Sampler::Handle, this, _1, boost::ref(pat)))),
+ pmtp(a, new BindDataHandler(boost::bind(&Sampler::Handle, this, _1, boost::ref(pmt)))),
+ vidp(a, new BindDataHandler(boost::bind(&Sampler::Handle, this, _1, boost::ref(vid)))),
+ ss(sid, patp, pmtp, vidp, d, a)
+ {
+ }
+
+ TemporaryIceAdapterObject<P2PVR::RawDataClient> patp;
+ TemporaryIceAdapterObject<P2PVR::RawDataClient> pmtp;
+ TemporaryIceAdapterObject<P2PVR::RawDataClient> vidp;
+ ServiceStreamerCore ss;
+
+ typedef std::list<P2PVR::Data> Sampled;
+ Sampled pat, pmt, vid;
+
+ bool Handle(const P2PVR::Data & data, Sampled & rec)
+ {
+ rec.push_back(data);
+ return false;
+ }
+
+ void Start(DVBSI::DeliveryPtr transport) { ss.Start(transport); }
+ void Stop() { ss.Stop(); }
+
+ void Save(Ice::CommunicatorPtr ic)
+ {
+ Save(ic, pat, "pat.dat");
+ Save(ic, pmt, "pmt.dat");
+ Save(ic, vid, "vid.dat");
+ }
+
+ private:
+ void Save(Ice::CommunicatorPtr ic, const Sampled & s, const boost::filesystem::path & fileName)
+ {
+ auto out = Ice::createOutputStream(ic);
+ out->write(s);
+ Ice::ByteSeq buf;
+ out->finished(buf);
+ BOOST_MESSAGE(root);
+ auto outFile = fopen((root / fileName).string().c_str(), "w");
+ BOOST_REQUIRE(outFile);
+ BOOST_REQUIRE_EQUAL(1, fwrite(&buf.front(), buf.size(), 1, outFile));
+ BOOST_REQUIRE_EQUAL(0, fclose(outFile));
+ }
+
+};
+
+BOOST_FIXTURE_TEST_SUITE( X, Core )
+
+BOOST_AUTO_TEST_CASE( broadcast_sample )
+{
+ DVBSI::TerrestrialDeliveryPtr transport = new DVBSI::TerrestrialDelivery {
+ 4170, 682000000, 0, true, true, true, 3, 0, 2, 1, 0, 1, true
+ };
+ BOOST_REQUIRE_EQUAL(transport->Frequency, 682000000);
+ BOOST_REQUIRE_EQUAL(transport->TransmissionMode, 1);
+
+ BOOST_CHECKPOINT("Acquire device");
+ P2PVR::TunerPrx tuner = devs->GetTunerSpecific(transport);
+ BOOST_REQUIRE(tuner);
+ tuner->ice_ping();
+
+ BOOST_CHECKPOINT("Create sampler");
+ Sampler sampler(4170, devs, adapter);
+
+ BOOST_CHECKPOINT("Start stream");
+ sampler.Start(transport);
+
+ sleep(10);
+
+ BOOST_CHECKPOINT("Stop stream");
+ sampler.Stop();
+
+ BOOST_MESSAGE("PAT packets: " << sampler.pat.size());
+ BOOST_MESSAGE("PMT packets: " << sampler.pmt.size());
+ BOOST_MESSAGE("Vid packets: " << sampler.vid.size());
+
+ BOOST_CHECKPOINT("Save samples");
+ sampler.Save(ic);
+}
+
+BOOST_AUTO_TEST_SUITE_END();
+
diff --git a/p2pvr/dvb/unittests/createSamples.cpp b/p2pvr/dvb/unittests/createSamples.cpp
new file mode 100644
index 0000000..1bb8f92
--- /dev/null
+++ b/p2pvr/dvb/unittests/createSamples.cpp
@@ -0,0 +1,130 @@
+#define BOOST_TEST_MODULE CreateSamples
+#include <boost/test/unit_test.hpp>
+#include <boost/filesystem/operations.hpp>
+#include <boost/function.hpp>
+#include <boost/bind.hpp>
+#include <boost/tuple/tuple.hpp>
+#include <Ice/ObjectAdapter.h>
+#include <Ice/Service.h>
+#include <scopeObject.h>
+#include <linux/dvb/frontend.h>
+#include <siParsers/network.h>
+#include <siParsers/service.h>
+#include <siParsers/event.h>
+
+#define XSTR(s) STR(s)
+#define STR(s) #s
+const boost::filesystem::path root(XSTR(ROOT));
+
+template <class Parser>
+static
+boost::tuple<Ice::CommunicatorPtr, Ice::ObjectAdapterPtr, Parser *>
+standardConfig()
+{
+ Ice::StringSeq params {
+ "--Ice.ThreadPool.Client.Size=5",
+ "--Ice.ThreadPool.Client.SizeMax=10",
+ "--Ice.ThreadPool.Server.Size=5",
+ "--Ice.ThreadPool.Server.SizeMax=10"
+ };
+ Ice::CommunicatorPtr ic = Ice::initialize(params);
+ auto adapter = ic->createObjectAdapterWithEndpoints("Adp", "tcp -p 12000");
+ auto parser = new Parser();
+ adapter->add(parser, ic->stringToIdentity("parser"));
+ adapter->activate();
+ return { ic, adapter, parser };
+}
+
+template <class Base, class Object>
+class SiSampleCollector : public Base {
+ public:
+ SiSampleCollector() :
+ packets(0)
+ {
+ }
+
+ bool HandleTable(Object) override
+ {
+ return false;
+ }
+
+ bool NewData(const P2PVR::Data & bytes, const Ice::Current & ice) override
+ {
+ std::lock_guard<std::mutex> g(lock);
+ packets.push_back(bytes);
+ return SiTableParserBase::NewData(bytes, ice);
+ }
+
+ std::list<P2PVR::Data> packets;
+
+ private:
+ std::mutex lock;
+};
+
+template <class Base, class Object>
+static
+void
+CaptureAndSave(const boost::filesystem::path & fileName, const boost::function<void(P2PVR::TunerPrx, P2PVR::RawDataClientPrx)> & method)
+{
+ auto icp = standardConfig<SiSampleCollector<Base, Object>>();
+ auto ic = boost::get<0>(icp);
+ auto adap = boost::get<1>(icp);
+ auto p = boost::get<2>(icp);
+ ScopeObject _([&ic]{ ic->destroy(); });
+
+ auto devs = P2PVR::DevicesPrx::checkedCast(ic->stringToProxy("Devices:tcp -h defiant -p 10000"));
+ auto parser = P2PVR::RawDataClientPrx::checkedCast(adap->createProxy(ic->stringToIdentity("parser")));
+ BOOST_REQUIRE(devs);
+ devs->ice_ping();
+ BOOST_REQUIRE(parser);
+ parser->ice_ping();
+
+ DVBSI::TerrestrialDeliveryPtr transport = new DVBSI::TerrestrialDelivery {
+ 4170, 682000000, 0, true, true, true, 3, 0, 2, 1, 0, 1, true
+ };
+ BOOST_REQUIRE_EQUAL(transport->Frequency, 682000000);
+ BOOST_REQUIRE_EQUAL(transport->TransmissionMode, 1);
+
+ BOOST_CHECKPOINT("Acquire device");
+ P2PVR::TunerPrx tuner = devs->GetTunerAny(transport);
+ BOOST_REQUIRE(tuner);
+ tuner->ice_ping();
+
+ BOOST_CHECKPOINT("Get data");
+ method(tuner, parser);
+
+ BOOST_CHECKPOINT("Release device");
+ devs->ReleaseTuner(tuner);
+
+ BOOST_MESSAGE("Total packets: " << p->packets.size());
+ BOOST_REQUIRE(p->packets.size() > 0);
+
+ auto out = Ice::createOutputStream(ic);
+ out->write(p->packets);
+ Ice::ByteSeq buf;
+ out->finished(buf);
+ BOOST_MESSAGE(root);
+ auto outFile = fopen((root / fileName).string().c_str(), "w");
+ BOOST_REQUIRE(outFile);
+ BOOST_REQUIRE_EQUAL(1, fwrite(&buf.front(), buf.size(), 1, outFile));
+ BOOST_REQUIRE_EQUAL(0, fclose(outFile));
+}
+
+BOOST_AUTO_TEST_CASE( network_sample )
+{
+ CaptureAndSave<SiNetworkInformationParser, DVBSI::NetworkPtr>("network.dat",
+ [](P2PVR::TunerPrx t, P2PVR::RawDataClientPrx rdc) { t->SendNetworkInformation(rdc); });
+}
+
+BOOST_AUTO_TEST_CASE( services_sample )
+{
+ CaptureAndSave<SiServicesParser, DVBSI::TransportStreamPtr>("services.dat",
+ [](P2PVR::TunerPrx t, P2PVR::RawDataClientPrx rdc) { t->SendServiceDescriptions(rdc); });
+}
+
+BOOST_AUTO_TEST_CASE( events_sample )
+{
+ CaptureAndSave<SiEpgParser, DVBSI::EventPtr>("events.dat",
+ [](P2PVR::TunerPrx t, P2PVR::RawDataClientPrx rdc) { t->SendEventInformation(rdc); });
+}
+
diff --git a/p2pvr/embedSql.m4 b/p2pvr/embed.m4
index d94ee7c..d94ee7c 100644
--- a/p2pvr/embedSql.m4
+++ b/p2pvr/embed.m4
diff --git a/p2pvr/ice/common.ice b/p2pvr/ice/common.ice
index 14ca155..3dc309c 100644
--- a/p2pvr/ice/common.ice
+++ b/p2pvr/ice/common.ice
@@ -1,7 +1,10 @@
#ifndef COMMON_ICE
#define COMMON_ICE
+[["cpp:include:boost/date_time/posix_time/posix_time_types.hpp"]]
+
module Common {
+ [ "slicer:conversion:boost.posix_time.ptime:ptimeToDateTime:dateTimeToPTime" ]
struct DateTime {
short Year;
short Month;
@@ -10,9 +13,10 @@ module Common {
short Minute;
};
+ [ "slicer:conversion:boost.posix_time.time_duration:timedurationToDuration:durationToTimeDuration" ]
struct Duration {
- short Hour;
- short Minute;
+ short Hours = 0;
+ short Minutes = 0;
};
};
diff --git a/p2pvr/ice/commonHelpers.cpp b/p2pvr/ice/commonHelpers.cpp
index 46c7fad..6ad120b 100644
--- a/p2pvr/ice/commonHelpers.cpp
+++ b/p2pvr/ice/commonHelpers.cpp
@@ -12,7 +12,7 @@ namespace Common {
boost::posix_time::time_duration operator*(const Common::Duration & d)
{
- return boost::posix_time::time_duration(d.Hour, d.Minute, 0);
+ return boost::posix_time::time_duration(d.Hours, d.Minutes, 0);
}
}
diff --git a/p2pvr/ice/commonHelpers.h b/p2pvr/ice/commonHelpers.h
index cc3cac1..3f7e57d 100644
--- a/p2pvr/ice/commonHelpers.h
+++ b/p2pvr/ice/commonHelpers.h
@@ -18,6 +18,18 @@ namespace Common {
<< ":" << std::setw(2) << std::setfill('0') << dt.Minute;
return o;
}
+
+ template<typename C, typename T>
+ std::basic_ostream<C, T> &
+ operator<<(std::basic_ostream<C, T> & o, const Common::Duration & d)
+ {
+ if (d.Hours) {
+ o << d.Hours << "hrs ";
+ }
+ o << d.Minutes << "min";
+ return o;
+ }
+
boost::posix_time::ptime operator*(const Common::DateTime &);
boost::posix_time::time_duration operator*(const Common::Duration &);
}
diff --git a/p2pvr/ice/converters.cpp b/p2pvr/ice/converters.cpp
index 23861f8..2a6b3c2 100644
--- a/p2pvr/ice/converters.cpp
+++ b/p2pvr/ice/converters.cpp
@@ -43,5 +43,17 @@ namespace Slicer {
{
return *c;
}
+
+ Common::Duration
+ timedurationToDuration(const boost::posix_time::time_duration & td)
+ {
+ return *td;
+ }
+
+ boost::posix_time::time_duration
+ durationToTimeDuration(const Common::Duration & td)
+ {
+ return *td;
+ }
}
diff --git a/p2pvr/ice/dvb.ice b/p2pvr/ice/dvb.ice
index 00ba64b..7565d33 100644
--- a/p2pvr/ice/dvb.ice
+++ b/p2pvr/ice/dvb.ice
@@ -25,11 +25,11 @@ module P2PVR {
idempotent int GetStatus();
idempotent long GetLastUsedTime();
- idempotent void SendNetworkInformation(RawDataClient * client) throws DeviceError;
- idempotent void SendBouquetAssociations(RawDataClient * client) throws DeviceError;
- idempotent void SendServiceDescriptions(RawDataClient * client) throws DeviceError;
- idempotent void SendProgramAssociationTable(RawDataClient * client) throws DeviceError;
- idempotent void SendProgramMap(int pid, RawDataClient * client) throws DeviceError;
+ idempotent void SendNetworkInformation(RawDataClient * client) throws DeviceError, DataHandlingException;
+ idempotent void SendBouquetAssociations(RawDataClient * client) throws DeviceError, DataHandlingException;
+ idempotent void SendServiceDescriptions(RawDataClient * client) throws DeviceError, DataHandlingException;
+ idempotent void SendProgramAssociationTable(RawDataClient * client) throws DeviceError, DataHandlingException;
+ idempotent void SendProgramMap(int pid, RawDataClient * client) throws DeviceError, DataHandlingException;
idempotent void SendEventInformation(RawDataClient * client) throws DeviceError;
int StartSendingTS(PacketIds pids, RawDataClient * client);
@@ -39,7 +39,7 @@ module P2PVR {
interface PrivateTuner extends Tuner {
idempotent void TuneTo(DVBSI::Delivery d) throws DeviceError;
- idempotent void ScanAndSendNetworkInformation(RawDataClient * client) throws DeviceError;
+ idempotent void ScanAndSendNetworkInformation(RawDataClient * client) throws DeviceError, DataHandlingException;
};
exception NoSuitableDeviceAvailable { };
@@ -48,7 +48,7 @@ module P2PVR {
// Get a tuner that is tuned to <del>, acquire and tune to <del> if required.
Tuner * GetTunerSpecific(DVBSI::Delivery del);
// Get any tuner that is tuned, acquire and tune to <del> if required.
- Tuner * GetTunerAny(short type, DVBSI::Delivery del);
+ Tuner * GetTunerAny(DVBSI::Delivery del);
// Get a private tuner, not shared or sharable
PrivateTuner * GetPrivateTuner(short type);
// Release a tuner when no longer required.
diff --git a/p2pvr/ice/dvbsi.ice b/p2pvr/ice/dvbsi.ice
index 29e5396..aae3fd2 100644
--- a/p2pvr/ice/dvbsi.ice
+++ b/p2pvr/ice/dvbsi.ice
@@ -1,8 +1,6 @@
#ifndef DVISI_ICE
#define DVISI_ICE
-[["cpp:include:boost/date_time/posix_time/posix_time_types.hpp"]]
-
#include "common.ice"
// This attempts to define an ICE representation of domain objects contained
@@ -12,6 +10,7 @@
module DVBSI {
// Descriptors
class Delivery {
+ [ "slicer:merge:key" ]
int TransportStreamId;
long Frequency;
};
@@ -49,45 +48,60 @@ module DVBSI {
};
struct NetworkService {
+ [ "slicer:merge:key" ]
int ServiceId;
int TransportStreamId;
- short ServiceType;
+ short Type;
};
sequence<NetworkService> NetworkServiceList;
class NetworkTransportStream {
int NetworkId;
+ [ "slicer:merge:key" ]
int TransportStreamId;
int OriginalNetworkId;
+ [ "slicer:merge:omit" ]
SatelliteDelivery Satellite;
+ [ "slicer:merge:omit" ]
CableDelivery Cable;
+ [ "slicer:merge:omit" ]
TerrestrialDelivery Terrestrial;
+ [ "slicer:merge:omit" ]
NetworkServiceList Services;
};
sequence<NetworkTransportStream> NetworkTransportStreams;
class Network {
+ [ "slicer:merge:key" ]
int NetworkId;
optional(1) string Name;
+ [ "slicer:merge:omit" ]
NetworkTransportStreams TransportStreams;
};
+ sequence<Network> Networks;
class BouquetTransportStream {
+ [ "slicer:merge:key" ]
int TransportStreamId;
+ [ "slicer:merge:key" ]
int OriginalNetworkId;
};
sequence <BouquetTransportStream> BouquetTransportStreamList;
class Bouquet {
+ [ "slicer:merge:key" ]
int BouquetId;
optional(1) string Name;
optional(2) string DefaultAuthority;
+ [ "slicer:merge:omit" ]
BouquetTransportStreamList Streams;
};
["project2:type"]
class Service {
+ [ "slicer:merge:key" ]
int ServiceId;
+ [ "slicer:merge:key" ]
int TransportStreamId;
bool EitSchedule;
bool EitPresentFollowing;
@@ -101,8 +115,10 @@ module DVBSI {
sequence<Service> ServiceList;
class TransportStream {
+ [ "slicer:merge:key" ]
int TransportStreamId;
int OriginalNetworkId;
+ [ "slicer:merge:omit" ]
ServiceList Services;
};
@@ -126,16 +142,16 @@ module DVBSI {
["project2:type"]
class Event {
+ [ "slicer:merge:key" ]
int ServiceId;
+ [ "slicer:merge:key" ]
int EventId;
string Title;
string TitleLang;
optional(1) string Subtitle;
optional(2) string Description;
optional(3) string DescriptionLang;
- [ "slicer:conversion:boost.posix_time.ptime:ptimeToDateTime:dateTimeToPTime" ]
Common::DateTime StartTime;
- [ "slicer:conversion:boost.posix_time.ptime:ptimeToDateTime:dateTimeToPTime" ]
Common::DateTime StopTime;
optional(4) short Episode;
optional(5) short Episodes;
diff --git a/p2pvr/ice/p2pvr.ice b/p2pvr/ice/p2pvr.ice
index eb4ebbf..8f746d1 100644
--- a/p2pvr/ice/p2pvr.ice
+++ b/p2pvr/ice/p2pvr.ice
@@ -7,6 +7,13 @@
module P2PVR {
["project2:type"]
+ class Event extends DVBSI::Event {
+ int EventUid;
+ bool Current = true;
+ };
+ sequence<Event> Events;
+
+ ["project2:type"]
exception NotFound { };
// Something that we have recorded.
@@ -15,44 +22,47 @@ module P2PVR {
int RecordingId;
string StorageAddress;
string Guid;
- optional(1) int ScheduleId;
- string Title;
- optional(2) string Subtitle;
- optional(3) string Description;
- Common::DateTime StartTime;
- Common::Duration Duration;
+ int ScheduleId;
+ int EventUid;
};
sequence<Recording> RecordingList;
// Something that defines what we would like to record.
["project2:type"]
class Schedule {
- int ScheduleId;
+ int ScheduleId = 0;
optional(1) int ServiceId;
- optional(2) int EventId;
+ optional(2) int EventUid;
optional(3) string Title;
optional(4) string Search;
- int Priority;
+ int Priority = 0;
Common::Duration Early;
Common::Duration Late;
- bool Repeats;
+ bool Repeats = false;
};
sequence<Schedule> ScheduleList;
+ enum RecordStatuses {
+ WillRecordThisShowing = 0,
+ WillRecordOtherShowing = 1,
+ CannotRecordAnyShowing = 2
+ };
+
// Ids for something to record
["project2:type"]
class ScheduledToRecord {
+ [ "slicer:merge:key" ]
+ int EventUid;
+ RecordStatuses RecordStatus;
int ScheduleId;
- int ServiceId;
- int EventId;
};
sequence<ScheduledToRecord> ScheduledToRecordList;
interface Maintenance {
idempotent void UpdateAll();
idempotent void UpdateNetwork(short type);
- idempotent void UpdateServices(short type);
- idempotent void UpdateEvents(short type);
+ idempotent void UpdateServices();
+ idempotent void UpdateEvents();
};
["project2:type"]
@@ -62,7 +72,6 @@ module P2PVR {
};
interface Storage {
- idempotent string CreateForEventRecording(string ext, Schedule sc, DVBSI::Service se, DVBSI::Event ev) throws StorageException;
idempotent RawDataClient * OpenForWrite(string guid) throws StorageException;
idempotent void Close(RawDataClient * file) throws StorageException;
idempotent void Delete(string guid) throws StorageException;
@@ -77,7 +86,7 @@ module P2PVR {
["project2:rows"]
idempotent RecordingList GetRecordings();
};
-
+
interface Schedules {
["project2:task"]
idempotent void DeleteSchedule(int scheduleId);
@@ -91,13 +100,16 @@ module P2PVR {
["project2:task"]
idempotent void DoReschedule();
};
-
+
sequence<DVBSI::Delivery> Deliveries;
+ sequence<int> IntSequence;
interface SI {
+ // Get networks
+ idempotent DVBSI::Networks GetNetworks();
// Get delivery methods
- idempotent Deliveries GetAllDeliveries(short type);
- idempotent DVBSI::Delivery GetDeliveryForService(int id);
- idempotent DVBSI::Delivery GetDeliveryForTransport(int id);
+ idempotent Deliveries GetAllDeliveries();
+ idempotent DVBSI::Delivery GetDeliveryForService(int id) throws NotFound;
+ idempotent DVBSI::Delivery GetDeliveryForTransport(int id) throws NotFound;
idempotent DVBSI::Delivery GetDeliveryForSi();
// Get services
["project2:rows"]
@@ -105,18 +117,19 @@ module P2PVR {
["project2:rows"]
idempotent DVBSI::Service GetService(int id) throws NotFound;
// Get events
+ idempotent Events GetEvents(IntSequence eventUids) throws NotFound;
["project2:rows"]
- idempotent DVBSI::Event GetEvent(int serviceId, int eventId) throws NotFound;
+ idempotent Event GetEvent(int serviceId, int eventId) throws NotFound;
["project2:rows"]
- idempotent DVBSI::Events EventsOnNow();
+ idempotent Events EventsOnNow();
["project2:rows"]
- idempotent DVBSI::Events EventsInSchedules();
+ idempotent Events EventsInSchedules();
["project2:rows"]
- idempotent DVBSI::Events EventsInSchedule(int scheduleId);
+ idempotent Events EventsInSchedule(int scheduleId);
["project2:rows"]
- idempotent DVBSI::Events EventsInRange(Common::DateTime from, Common::DateTime to);
+ idempotent Events EventsInRange(Common::DateTime from, Common::DateTime to);
["project2:rows"]
- idempotent DVBSI::Events EventSearch(optional(1) string keywords, optional(2) int serviceId, optional(3) Common::DateTime from, optional(4) Common::DateTime to);
+ idempotent Events EventSearch(optional(1) string keywords, optional(2) int serviceId, optional(3) Common::DateTime from, optional(4) Common::DateTime to);
};
interface Recorder {
diff --git a/p2pvr/lib/Jamfile.jam b/p2pvr/lib/Jamfile.jam
index a7ce426..2083c30 100644
--- a/p2pvr/lib/Jamfile.jam
+++ b/p2pvr/lib/Jamfile.jam
@@ -1,3 +1,4 @@
+lib slicer : : <name>slicer : : <include>/usr/include/slicer ;
lib boost_system ;
lib boost_filesystem ;
@@ -20,6 +21,7 @@ lib p2pvrlib :
<library>..//p2common
<library>..//p2lib
<implicit-dependency>../ice//p2pvrice
+ <library>slicer
: :
<library>boost_filesystem
<implicit-dependency>../ice//p2pvrice
diff --git a/p2pvr/lib/containerCreator.h b/p2pvr/lib/containerCreator.h
deleted file mode 100644
index 9804d9b..0000000
--- a/p2pvr/lib/containerCreator.h
+++ /dev/null
@@ -1,33 +0,0 @@
-#ifndef CONTAINERCREATOR_H
-#define CONTAINERCREATOR_H
-
-#include <boost/function.hpp>
-#include <Ice/Handle.h>
-#include "objectRowState.h"
-
-template <typename T, typename V, typename P = IceInternal::Handle<V>>
-class ContainerCreator {
- public:
- ContainerCreator(T & c) : container(c) { }
-
- void populate(
- boost::function<bool()> fetch,
- boost::function<VariableType(unsigned int)> get,
- unsigned int columnCount)
- {
- while (fetch()) {
- auto v = P(new V);
- container.push_back(v);
- ObjectRowState<P> rs;
- for (unsigned int c = 0; c < columnCount; c++) {
- rs.fields[c] = get(c);
- }
- UnbindColumns<P>(rs, v);
- }
- }
- private:
- T & container;
-};
-
-#endif
-
diff --git a/p2pvr/lib/dvbsiHelpers.h b/p2pvr/lib/dvbsiHelpers.h
deleted file mode 100644
index 137bf98..0000000
--- a/p2pvr/lib/dvbsiHelpers.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef ICE_DVBSI_HELPERS_H
-#define ICE_DVBSI_HELPERS_H
-
-#include <dvbsi.h>
-#include "objectRowState.h"
-
-#define ColumnHelper(T) \
- template<> void CreateColumns<T>(const ColumnCreator & cc); \
- template<> void BindColumns(RowState & rs, const T & obj); \
- template<> void UnbindColumns(RowState & rs, const T & s)
-
-ColumnHelper(DVBSI::NetworkPtr);
-ColumnHelper(DVBSI::NetworkTransportStreamPtr);
-ColumnHelper(DVBSI::NetworkService);
-ColumnHelper(DVBSI::TerrestrialDeliveryPtr);
-ColumnHelper(DVBSI::CableDeliveryPtr);
-ColumnHelper(DVBSI::SatelliteDeliveryPtr);
-ColumnHelper(DVBSI::ServicePtr);
-ColumnHelper(DVBSI::StreamPtr);
-ColumnHelper(DVBSI::EventPtr);
-
-#endif
-
diff --git a/p2pvr/lib/dvbsiHelpers/cableDelivery.cpp b/p2pvr/lib/dvbsiHelpers/cableDelivery.cpp
deleted file mode 100644
index 7bf9f6d..0000000
--- a/p2pvr/lib/dvbsiHelpers/cableDelivery.cpp
+++ /dev/null
@@ -1,39 +0,0 @@
-#include <pch.hpp>
-#include "../dvbsiHelpers.h"
-#include "../p2Helpers.h"
-
-template<>
-void
-CreateColumns<DVBSI::CableDeliveryPtr>(const ColumnCreator & cc)
-{
- cc("frequency", false);
- cc("transportStreamId", true);
- cc("fecOuter", false);
- cc("modulation", false);
- cc("symbolRate", false);
- cc("fecInner", false);
-}
-
-template<>
-void
-BindColumns(RowState & rs, const DVBSI::CableDeliveryPtr & s)
-{
- rs.fields[0] << s->Frequency;
- rs.fields[1] << s->TransportStreamId;
- rs.fields[2] << s->FecOuter;
- rs.fields[3] << s->Modulation;
- rs.fields[4] << s->SymbolRate;
- rs.fields[5] << s->FecInner;
-}
-template<>
-void
-UnbindColumns(RowState & rs, DVBSI::CableDeliveryPtr const & s)
-{
- rs.fields[0] >> s->Frequency;
- rs.fields[1] >> s->TransportStreamId;
- rs.fields[2] >> s->FecOuter;
- rs.fields[3] >> s->Modulation;
- rs.fields[4] >> s->SymbolRate;
- rs.fields[5] >> s->FecInner;
-}
-
diff --git a/p2pvr/lib/dvbsiHelpers/event.cpp b/p2pvr/lib/dvbsiHelpers/event.cpp
deleted file mode 100644
index ca072df..0000000
--- a/p2pvr/lib/dvbsiHelpers/event.cpp
+++ /dev/null
@@ -1,94 +0,0 @@
-#include <pch.hpp>
-#include "../dvbsiHelpers.h"
-#include "../p2Helpers.h"
-
-template<>
-void
-CreateColumns<DVBSI::EventPtr>(const ColumnCreator & cc)
-{
- cc("serviceId", true);
- cc("eventId", true);
- cc("title", false);
- cc("titleLang", false);
- cc("subtitle", false);
- cc("description", false);
- cc("descriptionLang", false);
- cc("videoAspect", false);
- cc("videoFrameRate", false);
- cc("videoHd", false);
- cc("audioChannels", false);
- cc("audioLanguage", false);
- cc("subtitleLanguage", false);
- cc("category", false);
- cc("subCategory", false);
- cc("userCategory", false);
- cc("dvbRating", false);
- cc("startTime", false);
- cc("stopTime", false);
- cc("episode", false);
- cc("episodes", false);
- cc("year", false);
- cc("flags", false);
- cc("season", false);
-}
-
-template<>
-void
-BindColumns(RowState & rs, const DVBSI::EventPtr & e)
-{
- rs.fields[0] << e->ServiceId;
- rs.fields[1] << e->EventId;
- rs.fields[2] << e->Title;
- rs.fields[3] << e->TitleLang;
- rs.fields[4] << e->Subtitle;
- rs.fields[5] << e->Description;
- rs.fields[6] << e->DescriptionLang;
- rs.fields[7] << e->VideoAspect;
- rs.fields[8] << e->VideoFrameRate;
- rs.fields[9] << e->VideoHD;
- rs.fields[10] << e->AudioChannels;
- rs.fields[11] << e->AudioLanguage;
- rs.fields[12] << e->SubtitleLanguage;
- rs.fields[13] << e->Category;
- rs.fields[14] << e->SubCategory;
- rs.fields[15] << e->UserCategory;
- rs.fields[16] << e->DvbRating;
- rs.fields[17] << e->StartTime;
- rs.fields[18] << e->StopTime;
- rs.fields[19] << e->Episode;
- rs.fields[20] << e->Episodes;
- rs.fields[21] << e->Year;
- rs.fields[22] << e->Flags;
- rs.fields[23] << e->Season;
-}
-
-template<>
-void
-UnbindColumns(RowState & rs, const DVBSI::EventPtr & e)
-{
- rs.fields[0] >> e->ServiceId;
- rs.fields[1] >> e->EventId;
- rs.fields[2] >> e->Title;
- rs.fields[3] >> e->TitleLang;
- rs.fields[4] >> e->Subtitle;
- rs.fields[5] >> e->Description;
- rs.fields[6] >> e->DescriptionLang;
- rs.fields[7] >> e->VideoAspect;
- rs.fields[8] >> e->VideoFrameRate;
- rs.fields[9] >> e->VideoHD;
- rs.fields[10] >> e->AudioChannels;
- rs.fields[11] >> e->AudioLanguage;
- rs.fields[12] >> e->SubtitleLanguage;
- rs.fields[13] >> e->Category;
- rs.fields[14] >> e->SubCategory;
- rs.fields[15] >> e->UserCategory;
- rs.fields[16] >> e->DvbRating;
- rs.fields[17] >> e->StartTime;
- rs.fields[18] >> e->StopTime;
- rs.fields[19] >> e->Episode;
- rs.fields[20] >> e->Episodes;
- rs.fields[21] >> e->Year;
- rs.fields[22] >> e->Flags;
- rs.fields[23] >> e->Season;
-}
-
diff --git a/p2pvr/lib/dvbsiHelpers/network.cpp b/p2pvr/lib/dvbsiHelpers/network.cpp
deleted file mode 100644
index 3b117f1..0000000
--- a/p2pvr/lib/dvbsiHelpers/network.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-#include <pch.hpp>
-#include "../dvbsiHelpers.h"
-#include "../p2Helpers.h"
-
-template<>
-void
-CreateColumns<DVBSI::NetworkPtr>(const ColumnCreator & cc)
-{
- cc("networkId", true);
- cc("name", false);
-}
-
-template<>
-void
-BindColumns(RowState & rs, const DVBSI::NetworkPtr & network)
-{
- rs.fields[0] << network->NetworkId;
- rs.fields[1] << network->Name;
-}
-
-
diff --git a/p2pvr/lib/dvbsiHelpers/networkService.cpp b/p2pvr/lib/dvbsiHelpers/networkService.cpp
deleted file mode 100644
index a4a47d5..0000000
--- a/p2pvr/lib/dvbsiHelpers/networkService.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-#include <pch.hpp>
-#include "../dvbsiHelpers.h"
-#include "../p2Helpers.h"
-
-template<>
-void
-CreateColumns<DVBSI::NetworkService>(const ColumnCreator & cc)
-{
- cc("serviceId", true);
- cc("type", false);
- cc("transportStreamId", false);
-}
-
-template<>
-void
-BindColumns(RowState & rs, const DVBSI::NetworkService & s)
-{
- rs.fields[0] << s.ServiceId;
- rs.fields[1] << s.ServiceType;
- rs.fields[2] << s.TransportStreamId;
-}
-
diff --git a/p2pvr/lib/dvbsiHelpers/networkTransportStream.cpp b/p2pvr/lib/dvbsiHelpers/networkTransportStream.cpp
deleted file mode 100644
index bdc7c4f..0000000
--- a/p2pvr/lib/dvbsiHelpers/networkTransportStream.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-#include <pch.hpp>
-#include "../dvbsiHelpers.h"
-#include "../p2Helpers.h"
-
-template<>
-void
-CreateColumns<DVBSI::NetworkTransportStreamPtr>(const ColumnCreator & cc)
-{
- cc("transportStreamId", true);
- cc("networkId", false);
- cc("originalNetworkId", false);
-}
-
-template<>
-void
-BindColumns(RowState & rs, const DVBSI::NetworkTransportStreamPtr & ts)
-{
- rs.fields[0] << ts->TransportStreamId;
- rs.fields[1] << ts->NetworkId;
- rs.fields[2] << ts->OriginalNetworkId;
-}
-
-
diff --git a/p2pvr/lib/dvbsiHelpers/programMap.cpp b/p2pvr/lib/dvbsiHelpers/programMap.cpp
deleted file mode 100644
index d8cf400..0000000
--- a/p2pvr/lib/dvbsiHelpers/programMap.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-#include <pch.hpp>
-#include "../dvbsiHelpers.h"
-#include "../p2Helpers.h"
-
-template<>
-void
-CreateColumns<DVBSI::StreamPtr>(const ColumnCreator & cc)
-{
- cc("serviceId", true);
- cc("id", true);
- cc("type", false);
-}
-
-template<>
-void
-BindColumns(RowState & rs, const DVBSI::StreamPtr & stream)
-{
- rs.fields[0] << stream->ServiceId;
- rs.fields[1] << stream->Id;
- rs.fields[2] << stream->Type;
-}
-
-
-
diff --git a/p2pvr/lib/dvbsiHelpers/satelliteDelivery.cpp b/p2pvr/lib/dvbsiHelpers/satelliteDelivery.cpp
deleted file mode 100644
index 8231fc3..0000000
--- a/p2pvr/lib/dvbsiHelpers/satelliteDelivery.cpp
+++ /dev/null
@@ -1,51 +0,0 @@
-#include <pch.hpp>
-#include "../dvbsiHelpers.h"
-#include "../p2Helpers.h"
-
-template<>
-void
-CreateColumns<DVBSI::SatelliteDeliveryPtr>(const ColumnCreator & cc)
-{
- cc("frequency", false);
- cc("transportStreamId", true);
- cc("orbitalPosition", false);
- cc("westEastFlag", false);
- cc("polarization", false);
- cc("rollOff", false);
- cc("modulationSystem", false);
- cc("modulationType", false);
- cc("symbolRate", false);
- cc("fecInner", false);
-}
-
-template<>
-void
-BindColumns(RowState & rs, const DVBSI::SatelliteDeliveryPtr & s)
-{
- rs.fields[0] << s->Frequency;
- rs.fields[1] << s->TransportStreamId;
- rs.fields[2] << s->OrbitalPosition;
- rs.fields[3] << s->WestEastFlag;
- rs.fields[4] << s->Polarization;
- rs.fields[5] << s->RollOff;
- rs.fields[6] << s->ModulationSystem;
- rs.fields[7] << s->ModulationType;
- rs.fields[8] << s->SymbolRate;
- rs.fields[9] << s->FecInner;
-}
-template<>
-void
-UnbindColumns(RowState & rs, DVBSI::SatelliteDeliveryPtr const & s)
-{
- rs.fields[0] >> s->Frequency;
- rs.fields[1] << s->TransportStreamId;
- rs.fields[2] >> s->OrbitalPosition;
- rs.fields[3] >> s->WestEastFlag;
- rs.fields[4] >> s->Polarization;
- rs.fields[5] >> s->RollOff;
- rs.fields[6] >> s->ModulationSystem;
- rs.fields[7] >> s->ModulationType;
- rs.fields[8] >> s->SymbolRate;
- rs.fields[9] >> s->FecInner;
-}
-
diff --git a/p2pvr/lib/dvbsiHelpers/service.cpp b/p2pvr/lib/dvbsiHelpers/service.cpp
deleted file mode 100644
index 9f82d91..0000000
--- a/p2pvr/lib/dvbsiHelpers/service.cpp
+++ /dev/null
@@ -1,49 +0,0 @@
-#include <pch.hpp>
-#include "../dvbsiHelpers.h"
-#include "../p2Helpers.h"
-
-template<>
-void
-CreateColumns<DVBSI::ServicePtr>(const ColumnCreator & cc)
-{
- cc("serviceId", true);
- cc("transportStreamId", true);
- cc("name", false);
- cc("providerName", false);
- cc("defaultAuthority", false);
- cc("runningStatus", false);
- cc("eitSchedule", false);
- cc("eitPresentFollowing", false);
- cc("freeCAMode", false);
-}
-
-template<>
-void
-BindColumns(RowState & rs, const DVBSI::ServicePtr & s)
-{
- rs.fields[0] << s->ServiceId;
- rs.fields[1] << s->TransportStreamId;
- rs.fields[2] << s->Name;
- rs.fields[3] << s->ProviderName;
- rs.fields[4] << s->DefaultAuthority;
- rs.fields[5] << s->RunningStatus;
- rs.fields[6] << s->EitSchedule;
- rs.fields[7] << s->EitPresentFollowing;
- rs.fields[8] << s->FreeCaMode;
-}
-
-template<>
-void
-UnbindColumns(RowState & rs, DVBSI::ServicePtr const & s)
-{
- rs.fields[0] >> s->ServiceId;
- rs.fields[1] >> s->TransportStreamId;
- rs.fields[2] >> s->Name;
- rs.fields[3] >> s->ProviderName;
- rs.fields[4] >> s->DefaultAuthority;
- rs.fields[5] >> s->RunningStatus;
- rs.fields[6] >> s->EitSchedule;
- rs.fields[7] >> s->EitPresentFollowing;
- rs.fields[8] >> s->FreeCaMode;
-}
-
diff --git a/p2pvr/lib/dvbsiHelpers/terrestrialDelivery.cpp b/p2pvr/lib/dvbsiHelpers/terrestrialDelivery.cpp
deleted file mode 100644
index 46e60f9..0000000
--- a/p2pvr/lib/dvbsiHelpers/terrestrialDelivery.cpp
+++ /dev/null
@@ -1,59 +0,0 @@
-#include <pch.hpp>
-#include "../dvbsiHelpers.h"
-#include "../p2Helpers.h"
-
-template<>
-void
-CreateColumns<DVBSI::TerrestrialDeliveryPtr>(const ColumnCreator & cc)
-{
- cc("frequency", false);
- cc("transportStreamId", true);
- cc("bandwidth", false);
- cc("priority", false);
- cc("timeSlicing", false);
- cc("mpeFec", false);
- cc("constellation", false);
- cc("hierarchy", false);
- cc("codeRateHP", false);
- cc("codeRateLP", false);
- cc("guardInterval", false);
- cc("transmissionMode", false);
- cc("otherFrequencyFlag", false);
-}
-
-template<>
-void
-BindColumns(RowState & rs, const DVBSI::TerrestrialDeliveryPtr & s)
-{
- rs.fields[0] << s->Frequency;
- rs.fields[1] << s->TransportStreamId;
- rs.fields[2] << s->Bandwidth;
- rs.fields[3] << s->Priority;
- rs.fields[4] << s->TimeSlicing;
- rs.fields[5] << s->MpeFec;
- rs.fields[6] << s->Constellation;
- rs.fields[7] << s->Hierarchy;
- rs.fields[8] << s->CodeRateHP;
- rs.fields[9] << s->CodeRateLP;
- rs.fields[10] << s->GuardInterval;
- rs.fields[11] << s->TransmissionMode;
- rs.fields[12] << s->OtherFrequencyFlag;
-}
-template<>
-void
-UnbindColumns(RowState & rs, DVBSI::TerrestrialDeliveryPtr const & s)
-{
- rs.fields[0] >> s->Frequency;
- rs.fields[2] >> s->Bandwidth;
- rs.fields[3] >> s->Priority;
- rs.fields[4] >> s->TimeSlicing;
- rs.fields[5] >> s->MpeFec;
- rs.fields[6] >> s->Constellation;
- rs.fields[7] >> s->Hierarchy;
- rs.fields[8] >> s->CodeRateHP;
- rs.fields[9] >> s->CodeRateLP;
- rs.fields[10] >> s->GuardInterval;
- rs.fields[11] >> s->TransmissionMode;
- rs.fields[12] >> s->OtherFrequencyFlag;
-}
-
diff --git a/p2pvr/lib/mapIterator.cpp b/p2pvr/lib/mapIterator.cpp
deleted file mode 100644
index 157669a..0000000
--- a/p2pvr/lib/mapIterator.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <pch.hpp>
-#include "mapIterator.h"
-#include "p2Helpers.h"
-
-template<>
-void BindColumns<std::pair<unsigned short const, unsigned short>>(RowState & rs, std::pair<unsigned short const, unsigned short> const & p)
-{
- rs.fields[0] << p.first;
- rs.fields[1] << p.second;
-}
-
diff --git a/p2pvr/lib/mapIterator.h b/p2pvr/lib/mapIterator.h
deleted file mode 100644
index 8a06fe6..0000000
--- a/p2pvr/lib/mapIterator.h
+++ /dev/null
@@ -1,45 +0,0 @@
-#ifndef MAPITERATOR_H
-#define MAPITERATOR_H
-
-#include <iHaveSubTasks.h>
-#include <boost/foreach.hpp>
-#include "objectRowState.h"
-
-template <typename T>
-class MapIterator : public IHaveSubTasks {
- public:
- template <typename ... Parents>
- MapIterator(const ColumnSpecifier & cs, const T * m, const Parents & ... p) :
- SourceObject(__PRETTY_FUNCTION__),
- IHaveSubTasks(NULL),
- binder(boost::bind(&BindColumns<typename T::value_type, Parents...>, _1, _2, p...)),
- columnSpecifier(cs),
- map(m)
- {
- }
-
- void execute(ExecContext * ec) const
- {
- ObjectRowState<typename T::value_type> rs(columnSpecifier);
- BOOST_FOREACH(const auto & i, *map) {
- binder(rs, i);
- rs.process(boost::bind(&MapIterator::executeChildren, this, ec));
- }
- }
-
- private:
- boost::function<void(RowState &, const typename T::value_type &)> binder;
- const ColumnSpecifier columnSpecifier;
- const T * map;
-
- void executeChildren(ExecContext * ec) const
- {
- BOOST_FOREACH(const Tasks::value_type & sq, normal) {
- sq->execute(ec);
- }
- }
-};
-
-#endif
-
-
diff --git a/p2pvr/lib/muxer.cpp b/p2pvr/lib/muxer.cpp
index 5c1beaa..15152a2 100644
--- a/p2pvr/lib/muxer.cpp
+++ b/p2pvr/lib/muxer.cpp
@@ -125,7 +125,7 @@ Muxer::ReadMuxerAndSend(int waitTime) const
buf.resize(len);
std::vector<std::string> lines;
boost::algorithm::split(lines, buf, boost::algorithm::is_any_of("\r\n\f"), boost::algorithm::token_compress_on);
- BOOST_FOREACH(const auto & line, lines) {
+ for (const auto & line : lines) {
if (line.empty()) continue;
Logger()->messagebf(LOG_INFO, "Muxer::%p > %s", this, line);
}
diff --git a/p2pvr/lib/objectRowState.h b/p2pvr/lib/objectRowState.h
deleted file mode 100644
index 9ba69f0..0000000
--- a/p2pvr/lib/objectRowState.h
+++ /dev/null
@@ -1,45 +0,0 @@
-#ifndef OBJECT_ROW_STATE_H
-#define OBJECT_ROW_STATE_H
-
-#include <boost/function.hpp>
-#include <string>
-#include <rowSet.h>
-
-typedef boost::function<void(const std::string &, bool)> ColumnCreator;
-typedef boost::function<void(const ColumnCreator &)> ColumnSpecifier;
-
-template <typename V>
-void BindColumns(RowState &, const V &);
-
-template <typename V>
-void UnbindColumns(RowState &, const V &);
-
-template <typename V>
-void CreateColumns(const ColumnCreator &);
-
-template <typename T>
-class ObjectRowState : public RowState {
- public:
- ObjectRowState(const ColumnSpecifier & cs = CreateColumns<T>) :
- columns(ColumnCreatorHelper(cs))
- {
- fields.resize(columns.size());
- }
- const Columns & getColumns() const { return columns; }
-
- private:
- static Columns ColumnCreatorHelper(const ColumnSpecifier & cs)
- {
- int index = 0;
- Columns columns;
- cs([&columns, &index](const std::string & name, bool) {
- columns.insert(new Column(index++, name));
- });
- return columns;
- }
-
- Columns columns;
-};
-
-#endif
-
diff --git a/p2pvr/lib/p2pvrHelpers/schedule.cpp b/p2pvr/lib/p2pvrHelpers/schedule.cpp
deleted file mode 100644
index f8abc1e..0000000
--- a/p2pvr/lib/p2pvrHelpers/schedule.cpp
+++ /dev/null
@@ -1,51 +0,0 @@
-#include <pch.hpp>
-#include <p2pvr.h>
-#include "../dvbsiHelpers.h"
-#include "../p2Helpers.h"
-
-template<>
-void
-CreateColumns<P2PVR::SchedulePtr>(const ColumnCreator & cc)
-{
- cc("scheduleid", true);
- cc("serviceid", true);
- cc("eventid", false);
- cc("title", false);
- cc("search", false);
- cc("priority", false);
- cc("early", false);
- cc("late", false);
- cc("repeats", false);
-}
-
-template<>
-void
-BindColumns(RowState & rs, const P2PVR::SchedulePtr & s)
-{
- rs.fields[0] << s->ScheduleId;
- rs.fields[1] << s->ServiceId;
- rs.fields[2] << s->EventId;
- rs.fields[3] << s->Title;
- rs.fields[4] << s->Search;
- rs.fields[5] << s->Priority;
- rs.fields[6] << s->Early;
- rs.fields[7] << s->Late;
- rs.fields[8] << s->Repeats;
-}
-
-template<>
-void
-UnbindColumns(RowState & rs, P2PVR::SchedulePtr const & s)
-{
- rs.fields[0] >> s->ScheduleId;
- rs.fields[1] >> s->ServiceId;
- rs.fields[2] >> s->EventId;
- rs.fields[3] >> s->Title;
- rs.fields[4] >> s->Search;
- rs.fields[5] >> s->Priority;
- rs.fields[6] >> s->Early;
- rs.fields[7] >> s->Late;
- rs.fields[8] >> s->Repeats;
-}
-
-
diff --git a/p2pvr/lib/pch.hpp b/p2pvr/lib/pch.hpp
index 36ccd9c..b9a507c 100644
--- a/p2pvr/lib/pch.hpp
+++ b/p2pvr/lib/pch.hpp
@@ -5,7 +5,6 @@
#include <Ice/Ice.h>
#include <glibmm.h>
#include <boost/bind.hpp>
-#include <boost/foreach.hpp>
#include <boost/function.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/shared_ptr.hpp>
diff --git a/p2pvr/lib/serviceStreamer.cpp b/p2pvr/lib/serviceStreamer.cpp
index b9de8fd..c80f942 100644
--- a/p2pvr/lib/serviceStreamer.cpp
+++ b/p2pvr/lib/serviceStreamer.cpp
@@ -1,30 +1,16 @@
#include <pch.hpp>
#include "serviceStreamer.h"
-#include <boost/bind.hpp>
-#include "fileSink.h"
-#include "bindSiParserHandler.h"
ServiceStreamer::ServiceStreamer(int sid, P2PVR::RawDataClientPrx t, const Ice::CommunicatorPtr & ic, const Ice::ObjectAdapterPtr & a) :
- adapter(a),
- devs(P2PVR::DevicesPrx::checkedCast(adapter->createProxy(ic->stringToIdentity("GlobalDevices")))),
- si(P2PVR::SIPrx::checkedCast(adapter->createProxy(ic->stringToIdentity("SI")))),
- target(t),
- patParser(adapter, new BindSiParserHandler<ProgramAssociationMapPtr, SiProgramAssociationParser>(boost::bind(&ServiceStreamer::HandlePAT, this, _1))),
- pmtParser(adapter, new BindSiParserHandler<DVBSI::ProgramMapPtr, SiProgramMapParser>(boost::bind(&ServiceStreamer::HandlePMT, this, _1))),
- serviceId(sid),
- patHandle(0), pmtStream(0), pmtHandle(0), serviceHandle(0)
+ ServiceStreamerCore(sid, t, t, t,
+ P2PVR::DevicesPrx::checkedCast(a->createProxy(ic->stringToIdentity("GlobalDevices"))), a),
+ si(P2PVR::SIPrx::checkedCast(a->createProxy(ic->stringToIdentity("SI"))))
{
}
ServiceStreamer::ServiceStreamer(int sid, P2PVR::RawDataClientPrx t, const P2PVR::DevicesPrx & d, const P2PVR::SIPrx & s, const Ice::ObjectAdapterPtr & a) :
- adapter(a),
- devs(d),
- si(s),
- target(t),
- patParser(adapter, new BindSiParserHandler<ProgramAssociationMapPtr, SiProgramAssociationParser>(boost::bind(&ServiceStreamer::HandlePAT, this, _1))),
- pmtParser(adapter, new BindSiParserHandler<DVBSI::ProgramMapPtr, SiProgramMapParser>(boost::bind(&ServiceStreamer::HandlePMT, this, _1))),
- serviceId(sid),
- patHandle(0), pmtStream(0), pmtHandle(0), serviceHandle(0)
+ ServiceStreamerCore(sid, t, t, t, d, a),
+ si(s)
{
}
@@ -32,63 +18,10 @@ ServiceStreamer::~ServiceStreamer()
{
}
-bool
-ServiceStreamer::HandlePAT(ProgramAssociationMapPtr pam)
-{
- const auto p = pam->find(serviceId);
- if (p != pam->end() && p->second != pmtStream) {
- pmtStream = p->second;
- Logger()->messagef(LOG_DEBUG, "%s: Got ProgramAssociationMap, pmtStream now = %d", __PRETTY_FUNCTION__, pmtStream);
- stopHandle(pmtHandle);
- pmtHandle = tuner->StartSendingSection(pmtStream, pmtParser);
- }
- target->NewData(patParser.Get()->CurrentRawData());
- return false;
-}
-
-bool
-ServiceStreamer::HandlePMT(DVBSI::ProgramMapPtr pmp)
-{
- Streams strms;
- BOOST_FOREACH(const auto & s, pmp->Streams) {
- if (s->Type >= 2 && s->Type <= 5) {
- strms.insert(s->Id);
- }
- }
- if (strms != streams) {
- streams = strms;
- Logger()->messagebf(LOG_DEBUG, "%s: Got ProgramMap, switching to %d streams", __PRETTY_FUNCTION__, streams.size());
- stopHandle(serviceHandle);
- serviceHandle = tuner->StartSendingTS(P2PVR::PacketIds(streams.begin(), streams.end()), target);
- }
- target->NewData(pmtParser.Get()->CurrentRawData());
- return false;
-}
-
void
ServiceStreamer::Start()
{
const auto transport = si->GetDeliveryForService(serviceId);
- tuner = devs->GetTunerSpecific(transport);
- patHandle = tuner->StartSendingSection(0, patParser);
-}
-
-void
-ServiceStreamer::Stop()
-{
- stopHandle(serviceHandle);
- stopHandle(patHandle);
- stopHandle(pmtHandle);
- devs->ReleaseTuner(tuner);
- tuner = NULL;
-}
-
-void
-ServiceStreamer::stopHandle(int & handle)
-{
- if (handle) {
- tuner->StopSending(handle);
- handle = 0;
- }
+ ServiceStreamerCore::Start(transport);
}
diff --git a/p2pvr/lib/serviceStreamer.h b/p2pvr/lib/serviceStreamer.h
index 20ea8e2..bff14ec 100644
--- a/p2pvr/lib/serviceStreamer.h
+++ b/p2pvr/lib/serviceStreamer.h
@@ -1,43 +1,20 @@
#ifndef SERVICESTREAMER_H
#define SERVICESTREAMER_H
-#include <Ice/Communicator.h>
-#include <Ice/ObjectAdapter.h>
-#include "siParsers/programAssociation.h"
-#include "siParsers/programMap.h"
-#include "temporaryIceAdapterObject.h"
-#include <p2pvr.h>
-#include <set>
+#include "serviceStreamerCore.h"
-class ServiceStreamer {
+class ServiceStreamer : public ServiceStreamerCore {
public:
ServiceStreamer(int sid, P2PVR::RawDataClientPrx, const Ice::CommunicatorPtr & ic, const Ice::ObjectAdapterPtr & a);
ServiceStreamer(int sid, P2PVR::RawDataClientPrx, const P2PVR::DevicesPrx & d, const P2PVR::SIPrx & s, const Ice::ObjectAdapterPtr & a);
~ServiceStreamer();
- bool HandlePAT(ProgramAssociationMapPtr pam);
- bool HandlePMT(DVBSI::ProgramMapPtr pmp);
void Start();
- void Stop();
- private:
- void stopHandle(int & handle);
- const Ice::ObjectAdapterPtr & adapter;
- P2PVR::DevicesPrx devs;
+ private:
P2PVR::SIPrx si;
- P2PVR::TunerPrx tuner;
- P2PVR::RawDataClientPrx target;
- TemporarayIceAdapterObject<SiTableParserBase> patParser;
- TemporarayIceAdapterObject<SiTableParserBase> pmtParser;
-
- int serviceId;
- int patHandle;
- int pmtStream;
- int pmtHandle;
- typedef std::set<int> Streams;
- Streams streams;
- int serviceHandle;
};
+
typedef boost::shared_ptr<ServiceStreamer> ServiceStreamerPtr;
#endif
diff --git a/p2pvr/lib/serviceStreamerCore.cpp b/p2pvr/lib/serviceStreamerCore.cpp
new file mode 100644
index 0000000..4e253d2
--- /dev/null
+++ b/p2pvr/lib/serviceStreamerCore.cpp
@@ -0,0 +1,83 @@
+#include <pch.hpp>
+#include "serviceStreamerCore.h"
+#include <boost/bind.hpp>
+#include "bindSiParserHandler.h"
+
+ServiceStreamerCore::ServiceStreamerCore(int sid, P2PVR::RawDataClientPrx pat, P2PVR::RawDataClientPrx pmt, P2PVR::RawDataClientPrx ser,
+ P2PVR::DevicesPrx d, Ice::ObjectAdapterPtr a) :
+ adapter(a),
+ devs(d),
+ patTarget(pat),
+ pmtTarget(pmt),
+ serTarget(ser),
+ patParser(adapter, new BindSiParserHandler<ProgramAssociationMapPtr, SiProgramAssociationParser>(boost::bind(&ServiceStreamerCore::HandlePAT, this, _1))),
+ pmtParser(adapter, new BindSiParserHandler<DVBSI::ProgramMapPtr, SiProgramMapParser>(boost::bind(&ServiceStreamerCore::HandlePMT, this, _1))),
+ serviceId(sid),
+ patHandle(0), pmtStream(0), pmtHandle(0), serviceHandle(0)
+{
+
+}
+
+ServiceStreamerCore::~ServiceStreamerCore()
+{
+}
+
+bool
+ServiceStreamerCore::HandlePAT(ProgramAssociationMapPtr pam)
+{
+ const auto p = pam->find(serviceId);
+ if (p != pam->end() && p->second != pmtStream) {
+ pmtStream = p->second;
+ Logger()->messagef(LOG_DEBUG, "%s: Got ProgramAssociationMap, pmtStream now = %d", __PRETTY_FUNCTION__, pmtStream);
+ stopHandle(pmtHandle);
+ pmtHandle = tuner->StartSendingSection(pmtStream, pmtParser);
+ }
+ patTarget->NewData(patParser.Get()->CurrentRawData());
+ return false;
+}
+
+bool
+ServiceStreamerCore::HandlePMT(DVBSI::ProgramMapPtr pmp)
+{
+ Streams strms;
+ for (const auto & s : pmp->Streams) {
+ if (s->Type >= 2 && s->Type <= 5) {
+ strms.insert(s->Id);
+ }
+ }
+ if (strms != streams) {
+ streams = strms;
+ Logger()->messagebf(LOG_DEBUG, "%s: Got ProgramMap, switching to %d streams", __PRETTY_FUNCTION__, streams.size());
+ stopHandle(serviceHandle);
+ serviceHandle = tuner->StartSendingTS(P2PVR::PacketIds(streams.begin(), streams.end()), serTarget);
+ }
+ pmtTarget->NewData(pmtParser.Get()->CurrentRawData());
+ return false;
+}
+
+void
+ServiceStreamerCore::Start(DVBSI::DeliveryPtr transport)
+{
+ tuner = devs->GetTunerSpecific(transport);
+ patHandle = tuner->StartSendingSection(0, patParser);
+}
+
+void
+ServiceStreamerCore::Stop()
+{
+ stopHandle(serviceHandle);
+ stopHandle(patHandle);
+ stopHandle(pmtHandle);
+ devs->ReleaseTuner(tuner);
+ tuner = NULL;
+}
+
+void
+ServiceStreamerCore::stopHandle(int & handle)
+{
+ if (handle) {
+ tuner->StopSending(handle);
+ handle = 0;
+ }
+}
+
diff --git a/p2pvr/lib/serviceStreamerCore.h b/p2pvr/lib/serviceStreamerCore.h
new file mode 100644
index 0000000..4af422a
--- /dev/null
+++ b/p2pvr/lib/serviceStreamerCore.h
@@ -0,0 +1,45 @@
+#ifndef SERVICESTREAMERCORE_H
+#define SERVICESTREAMERCORE_H
+
+#include <Ice/Communicator.h>
+#include <Ice/ObjectAdapter.h>
+#include "siParsers/programAssociation.h"
+#include "siParsers/programMap.h"
+#include "temporaryIceAdapterObject.h"
+#include <p2pvr.h>
+#include <set>
+
+class ServiceStreamerCore {
+ public:
+ ServiceStreamerCore(int sid, P2PVR::RawDataClientPrx, P2PVR::RawDataClientPrx, P2PVR::RawDataClientPrx,
+ P2PVR::DevicesPrx, Ice::ObjectAdapterPtr);
+ virtual ~ServiceStreamerCore();
+
+ void Start(DVBSI::DeliveryPtr);
+ void Stop();
+
+ protected:
+ bool HandlePAT(ProgramAssociationMapPtr pam);
+ bool HandlePMT(DVBSI::ProgramMapPtr pmp);
+ void stopHandle(int & handle);
+
+ const Ice::ObjectAdapterPtr & adapter;
+ P2PVR::DevicesPrx devs;
+ P2PVR::RawDataClientPrx patTarget;
+ P2PVR::RawDataClientPrx pmtTarget;
+ P2PVR::RawDataClientPrx serTarget;
+ TemporaryIceAdapterObject<SiTableParserBase> patParser;
+ TemporaryIceAdapterObject<SiTableParserBase> pmtParser;
+ P2PVR::TunerPrx tuner;
+
+ int serviceId;
+ int patHandle;
+ int pmtStream;
+ int pmtHandle;
+ typedef std::set<int> Streams;
+ Streams streams;
+ int serviceHandle;
+};
+
+#endif
+
diff --git a/p2pvr/lib/singleIterator.h b/p2pvr/lib/singleIterator.h
deleted file mode 100644
index 1aac418..0000000
--- a/p2pvr/lib/singleIterator.h
+++ /dev/null
@@ -1,39 +0,0 @@
-#ifndef SINGLEITERATOR_H
-#define SINGLEITERATOR_H
-
-#include <iHaveSubTasks.h>
-#include <boost/foreach.hpp>
-#include "objectRowState.h"
-
-template <typename T>
-class SingleIterator : public IHaveSubTasks {
- public:
- SingleIterator(const T * i) :
- SourceObject(__PRETTY_FUNCTION__),
- IHaveSubTasks(NULL),
- binder(boost::bind(&BindColumns<T>, _1, _2)),
- item(i)
- {
- }
-
- void execute(ExecContext * ec) const
- {
- ObjectRowState<T> rs;
- binder(rs, *item);
- rs.process(boost::bind(&SingleIterator::executeChildren, this, ec));
- }
-
- private:
- boost::function<void(RowState &, const T &)> binder;
- const T * item;
-
- void executeChildren(ExecContext * ec) const
- {
- BOOST_FOREACH(const Tasks::value_type & sq, normal) {
- sq->execute(ec);
- }
- }
-};
-
-#endif
-
diff --git a/p2pvr/lib/temporaryIceAdapterObject.h b/p2pvr/lib/temporaryIceAdapterObject.h
index bc1dfcf..d7fc77d 100644
--- a/p2pvr/lib/temporaryIceAdapterObject.h
+++ b/p2pvr/lib/temporaryIceAdapterObject.h
@@ -4,24 +4,25 @@
#include <Ice/ObjectAdapter.h>
template <typename Object>
-class TemporarayIceAdapterObject {
+class TemporaryIceAdapterObject {
public:
- TemporarayIceAdapterObject(Ice::ObjectAdapterPtr a, Object * o) :
+ TemporaryIceAdapterObject(Ice::ObjectAdapterPtr a, IceUtil::Handle<Object> o) :
adapter(a),
object(o),
proxy(Object::ProxyType::checkedCast(adapter->addWithUUID(object)))
{
if (!proxy) {
+ throw std::runtime_error("Failed to set up new object proxy");
}
}
- ~TemporarayIceAdapterObject()
+ ~TemporaryIceAdapterObject()
{
- adapter->remove(proxy->ice_getIdentity());
+ remove();
}
- TemporarayIceAdapterObject(const TemporarayIceAdapterObject &) = delete;
- void operator=(const TemporarayIceAdapterObject &) = delete;
+ TemporaryIceAdapterObject(const TemporaryIceAdapterObject &) = delete;
+ void operator=(const TemporaryIceAdapterObject &) = delete;
operator typename Object::ProxyType() const
{
@@ -30,7 +31,7 @@ class TemporarayIceAdapterObject {
Object * Get() const
{
- return object;
+ return object.get();
}
typename Object::ProxyType operator->() const
@@ -43,9 +44,17 @@ class TemporarayIceAdapterObject {
return pr == proxy;
}
+ void remove()
+ {
+ if (proxy) {
+ adapter->remove(proxy->ice_getIdentity());
+ proxy = NULL;
+ }
+ }
+
private:
Ice::ObjectAdapterPtr adapter;
- Object * object;
+ IceUtil::Handle<Object> object;
typename Object::ProxyType proxy;
};
diff --git a/p2pvr/p2comp/recordingStream.cpp b/p2pvr/p2comp/recordingStream.cpp
index 21e8684..b77a2ce 100644
--- a/p2pvr/p2comp/recordingStream.cpp
+++ b/p2pvr/p2comp/recordingStream.cpp
@@ -22,7 +22,7 @@ class RecordingStream : public StreamBase {
std::promise<int> prom;
{
- TemporarayIceAdapterObject<P2PVR::RawDataClient> output(adapter, new StreamSinkWrapper(sink, prom));
+ TemporaryIceAdapterObject<P2PVR::RawDataClient> output(adapter, new StreamSinkWrapper(sink, prom));
try {
auto range = getRange(ec);
diff --git a/p2pvr/p2comp/serviceStream.cpp b/p2pvr/p2comp/serviceStream.cpp
index 307cb93..02d19d1 100644
--- a/p2pvr/p2comp/serviceStream.cpp
+++ b/p2pvr/p2comp/serviceStream.cpp
@@ -26,9 +26,9 @@ class ServiceStream : public StreamBase {
std::promise<int> prom;
{
- TemporarayIceAdapterObject<P2PVR::RawDataClient> output(adapter, new StreamSinkWrapper(sink, prom));
+ TemporaryIceAdapterObject<P2PVR::RawDataClient> output(adapter, new StreamSinkWrapper(sink, prom));
{
- TemporarayIceAdapterObject<P2PVR::RawDataClient> muxer(adapter, new Muxer(output, muxerCommand));
+ TemporaryIceAdapterObject<P2PVR::RawDataClient> muxer(adapter, new Muxer(output, muxerCommand));
ServiceStreamerPtr ss(new ServiceStreamer(serviceId(ec), muxer, devices, si, adapter));