<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en" xml:base="http://swolter.sdf1.org/software/" title="tvmovie"><updated>2010-08-29T23:24:56+01:00</updated><title>My software</title><subtitle>tvmovie</subtitle><author><name>Thiton</name></author><logo>http://swolter.sdf1.org/pnyx-small.ico</logo><id>http://swolter.sdf1.org/software/tvmovie.xml</id><link rel="alternate" href="http://swolter.sdf1.org/software/tvmovie.html" type="text/html"/><link rel="self" href="http://swolter.sdf1.org/software/tvmovie.xml" type="application/atom+xml"/><generator uri="http://swolter.sdf1.org/CommandBlog" version="0.99">CommandBlog</generator><entry xmlns:footn="http://www.uni-bielefeld.de/~swolter2/Footnote" xml:lang="en"><updated>2009-05-24T19:24:31+02:00</updated><category scheme="http://www.uni-bielefeld.de/~swolter2/Blog/archive" term="2009-05"/><published>2009-05-24T19:24:31+02:00</published><id>sdf1.org:tvmovie-1-2.article</id>
   <title>TV Movie programme for XMLTV, version 1.2</title>

   <category term="tvmovie" scheme="tag:swolter.sdf1.org,2007:" label="tvmovie"/>
   <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
      <p>I've recently taken the time to scan the remaining channel
         numbers for additional channels like Premiere and Comedy Central,
         to write autoconf and automake files for this grabber
         to ease installation, and to write a standard XMLTV grabber
         script. All in all, this grabber can now be used like a 
         standard XMLTV grabber.</p>
      <p><a href="/tvmovie-xmltv-1.2.tar.gz">Download current version 1.2 of
         the tv_grab_de_tvmovie_clickfinder grabber</a></p>
   </div></content>
<link rel="self" type="application/atom+xml" href="http://swolter.sdf1.org/software/article-tvmovie-1-2.xml"/><link rel="alternate" type="text/html" href="http://swolter.sdf1.org/software/article-tvmovie-1-2.html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie-1-2.article"/>  <id>sdf1.org:tvmovie-1-2.article-57</id>  <published>2009-06-15T13:59:17+01:00</published>  <updated>2009-06-15T13:59:17+01:00</updated>  <title>Comment on TV Movie programme for XMLTV, version 1.2</title>
  <author>
    <name>Steltek</name>
  </author>
  <content type="text">Seems to require manual intervention when running. Mine
got stuck with:

replace /tmp/tv_grab_de_tvmovie_clickfinder-mythtv/091.tv1?
[y]es, [n]o, [A]ll, [N]one, [r]ename:
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie-1-2.article"/>  <id>sdf1.org:tvmovie-1-2.article-58</id>  <published>2009-09-08T17:59:00+01:00</published>  <updated>2009-09-08T17:59:00+01:00</updated>  <title>Comment on TV Movie programme for XMLTV, version 1.2</title>
  <author>
    <name>Mike H.</name>
  </author>
  <content type="text">@Steltek

Changed line 46 from

system("unzip", "-q", "-P", '�������', "-d",
"$tempdir",

to

system("unzip", "-q", "-o", "-P", '�������',
"-d", "$tempdir",

"-o" tells unzip to overwrite files without question.
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie-1-2.article"/>  <id>sdf1.org:tvmovie-1-2.article-62</id>  <published>2010-03-30T10:12:21+01:00</published>  <updated>2010-03-30T10:12:21+01:00</updated>  <title>Comment on TV Movie programme for XMLTV, version 1.2</title>
  <author>
    <name>Bernd</name>
  </author>
  <content type="text">I always get zhis error, as i try to run the grabber. What
is my fault?

 sh: xmllint: not found
Unable to open
/tmp/tv_grab_de_tvmovie_clickfinder-username/*.tv[1-2]
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie-1-2.article"/>  <id>sdf1.org:tvmovie-1-2.article-63</id>  <published>2010-04-22T21:10:58+01:00</published>  <updated>2010-04-22T21:10:58+01:00</updated>  <title>Comment on TV Movie programme for XMLTV, version 1.2</title>
  <author>
    <name>Roland</name>
    <email>write.me.rl@googlemail.com</email>
  </author>
  <content type="text"> Hi,

somehow I can't get it to build. I run
./configure

in the directory, where the files are and get the
following:

checking for a BSD-compatible install... /usr/bin/install
-c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name... 
configure: error: in `/home/roland/tvmovie-xmltv-1.2':
configure: error: C++ compiler cannot create executables
See `config.log' for more details.

Any idea?

Thks,

Roland
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie-1-2.article"/>  <id>sdf1.org:tvmovie-1-2.article-64</id>  <published>2010-04-22T22:33:20+01:00</published>  <updated>2010-04-22T22:33:20+01:00</updated>  <title>Comment on TV Movie programme for XMLTV, version 1.2</title>
  <author>
    <name>Thiton</name>
  </author>
  <content type="text">Dear Roland,

you might simply be lacking a C++ compiler. On most
distributions, the gcc package provides one. Have you
tried installing it?

Best regards, Thiton
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie-1-2.article"/>  <id>sdf1.org:tvmovie-1-2.article-65</id>  <published>2010-04-22T22:35:47+01:00</published>  <updated>2010-04-22T22:35:47+01:00</updated>  <title>Comment on TV Movie programme for XMLTV, version 1.2</title>
  <author>
    <name>Thiton</name>
  </author>
  <content type="text">Dear Bernd,

your system seems to lack the xmllint program. On
Debian-based systems (e.g. Ubuntu), it is provided by the
libxml2-utils package.

Best Regards, Thiton
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie-1-2.article"/>  <id>sdf1.org:tvmovie-1-2.article-66</id>  <published>2010-04-26T22:37:06+01:00</published>  <updated>2010-04-26T22:37:06+01:00</updated>  <title>Comment on TV Movie programme for XMLTV, version 1.2</title>
  <author>
    <name>Roland</name>
  </author>
  <content type="text"> yes, gcc is installed and up to date...
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie-1-2.article"/>  <id>sdf1.org:tvmovie-1-2.article-67</id>  <published>2010-04-27T19:01:41+01:00</published>  <updated>2010-04-27T19:01:41+01:00</updated>  <title>Comment on TV Movie programme for XMLTV, version 1.2</title>
  <author>
    <name>Kai</name>
  </author>
  <content type="text"> Hey,

I also get this error:
Unable to open
/tmp/tv_grab_de_tvmovie_clickfinder-kai/*.tv[1-2]

-:1: parser error : Document is empty

^
-:1: parser error : Start tag expected, '&lt;' not found

^
I/O error : Invalid seek

I can see this directory created and deleted.
Any hints?
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie-1-2.article"/>  <id>sdf1.org:tvmovie-1-2.article-68</id>  <published>2010-05-03T21:37:32+01:00</published>  <updated>2010-05-03T21:37:32+01:00</updated>  <title>Comment on TV Movie programme for XMLTV, version 1.2</title>
  <author>
    <name>Frank</name>
  </author>
  <content type="text">@Kai:
Check the install of unzip.
I had the same failure and I tried to analyze the
grab-script.
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie-1-2.article"/>  <id>sdf1.org:tvmovie-1-2.article-69</id>  <published>2010-05-07T09:59:02+01:00</published>  <updated>2010-05-07T09:59:02+01:00</updated>  <title>Comment on TV Movie programme for XMLTV, version 1.2</title>
  <author>
    <name>uli</name>
  </author>
  <content type="text"> Hi,
I don't have any EPG Data for prosieben and kabel1 but
they are listed in the config file. Do you have any ideas?
How can I add zdf_info?
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie-1-2.article"/>  <id>sdf1.org:tvmovie-1-2.article-70</id>  <published>2010-06-27T12:28:11+01:00</published>  <updated>2010-06-27T12:28:11+01:00</updated>  <title>Comment on TV Movie programme for XMLTV, version 1.2</title>
  <author>
    <name>MadMud</name>
  </author>
  <content type="text"> Hi guys,
I suggest to put (at least) xmllint and unzip in the
dependacies of configure. Even better put a check for them
before there execution and give a more explanatory error
message...
Cheers,
MadMud
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie-1-2.article"/>  <id>sdf1.org:tvmovie-1-2.article-71</id>  <published>2010-08-29T23:24:56+01:00</published>  <updated>2010-08-29T23:24:56+01:00</updated>  <title>Comment on TV Movie programme for XMLTV, version 1.2</title>
  <author>
    <name>thx</name>
  </author>
  <content type="text">thx
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xmlns:footn="http://www.uni-bielefeld.de/~swolter2/Footnote" xml:lang="en"><updated>2009-04-21T01:07:06+02:00</updated><category scheme="http://www.uni-bielefeld.de/~swolter2/Blog/archive" term="2009-04"/><published>2009-04-14T01:26:43+02:00</published><id>sdf1.org:tvmovie-1-1.article</id>
   <title>TV Movie programme for XMLTV, version 1.1</title>

   <category term="tvmovie" scheme="tag:swolter.sdf1.org,2007:" label="tvmovie"/>
   <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
      <p>There have been sev­er­al bugs in the TV Movie grab­ber script,
         most promi­nent­ly bro­ken day­light sav­ing time sup­port. Thanks
         ev­ery­one for point­ing these out. I have im­proved the script
         in sev­er­al re­spects and pack­aged these changes for the ver­sion
         1.1. Changes are:</p>
      <ul>
         <li>Fixed day­light sav­ing time</li>
         <li>Fixed XML dec­la­ra­tion for ISO-8859-1</li>
         <li>Fixed orig­i­nal ti­tle for movies (was in­cor­rect­ly parsed as sub-ti­tle)</li>
         <li>Fixed star-rat­ing (in­cor­rect­ly dis­played as rat­ing)</li>
         <li>Added out­put of FSK rat­ing</li>
         <li>Added ex­tend­ed cat­e­go­ry out­put</li>
         <li>Added coun­try pars­ing and canon­i­fi­ca­tion</li>
         <li>Re­duced chan­nel list in XML file to ac­tu­al­ly present chan­nels</li>
         <li>Added Mono/Stereo/Dol­by cat­e­go­riza­tion</li>
         <li>Added black/white pars­ing</li>
         <li>Cleanup in code.</li>
      </ul>
      <p><a href="/tvmovie-xmltv-1-1.tar.gz">Down­load cur­rent ver­sion 1.1 of
         script</a></p>
      <p><b>P.S.:</b> In the code pub­lished be­fore the 21st of April a ter­ri­bly
         stupid bug pre­vents prop­er date/time pars­ing. Fixed it.</p>
   </div></content>
<link rel="self" type="application/atom+xml" href="http://swolter.sdf1.org/software/article-tvmovie-1-1.xml"/><link rel="alternate" type="text/html" href="http://swolter.sdf1.org/software/article-tvmovie-1-1.html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie-1-1.article"/>  <id>sdf1.org:tvmovie-1-1.article-46</id>  <published>2009-04-14T15:28:35+01:00</published>  <updated>2009-04-14T15:28:35+01:00</updated>  <title>Comment on TV Movie programme for XMLTV, version 1.1</title>
  <author>
    <name>Reisner Anselm</name>
    <email>anselm.reisner@googlemail.com</email>
  </author>
  <content type="text"> Hello
First of all thanks that seems to be a great grabber
but when I try to compile the decode.cpp file with g++
-o decode decode.cpp I get many errrors and end up with
an exit status of 1. What do I make wrong? It explicitly
complains about a undefined reference to `channels'
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie-1-1.article"/>  <id>sdf1.org:tvmovie-1-1.article-47</id>  <published>2009-04-14T20:25:12+01:00</published>  <updated>2009-04-14T20:25:12+01:00</updated>  <title>Comment on TV Movie programme for XMLTV, version 1.1</title>
  <author>
    <name>Thiton</name>
  </author>
  <content type="text">Hello Reisner,

it's missing a file. I've sorted the tabular information
and the database stuff into extra files to make the package
more readable. Try

g++ -o decode decode.cpp tables.cpp

Sorry for the old README file.

Regards, Thiton
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xmlns:footn="http://www.uni-bielefeld.de/~swolter2/Footnote" xml:lang="en"><updated>2009-05-24T19:28:50+02:00</updated><category scheme="http://www.uni-bielefeld.de/~swolter2/Blog/archive" term="2009-02"/><published>2009-02-18T14:31:24+01:00</published><id>sdf1.org:tvmovie.article</id>
   <title>TV Movie programme for XMLTV</title>

   <category term="tvmovie" scheme="tag:swolter.sdf1.org,2007:" label="tvmovie"/>
   <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
      <p>Recently, the TV Movie paper has changed its publication format
         for electronic programme data to match its new ClickFinder
         software. Unfortunately, a Linux version of this software is
         still missing; to remedy this, I have written a converter for
         these data to XMLTV and a script automating the EPG data
         acquisition.</p>
      <p>I donate this script to the public. However, since the TV Movie paper
         probably finances its Click-Finder program with advertisements<a xmlns:xhtml="http://www.w3.org/1999/xhtml" href="#footnotetext1" name="footnotemark1" class="footnotemark">[1]</a>, please make sure you visit their web page
         regularily or find some other while to make this service
         worth their while.</p>
      <p><b>UPDATE:</b> <a href="/software/article-tvmovie-1-2.html">Version 1.2</a> of this
         script is available.</p>
   <div class="footnotes"><p xmlns:xhtml="http://www.w3.org/1999/xhtml"><a href="#footnotemark1" name="footnotetext1" class="footnotetext">[1]</a> An
         assumption I could not check due to an incompatibility with
            Wine</p></div></div></content>
<link rel="self" type="application/atom+xml" href="http://swolter.sdf1.org/software/article-tvmovie.xml"/><link rel="alternate" type="text/html" href="http://swolter.sdf1.org/software/article-tvmovie.html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie.article"/>  <id>sdf1.org:tvmovie.article-37</id>  <published>2009-03-06T00:29:17+01:00</published>  <updated>2009-03-06T00:29:17+01:00</updated>  <title>Comment on TV Movie programme for XMLTV</title>
  <author>
    <name>Lorus</name>
  </author>
  <content type="text">That Script seems to be amazing, but I have a questtion
before i'm going to test it.

what to fill in the channels-file?

The Readme-File says: Edit the channels file to contain
all channels to grab, with one
XMLTV id per line.

That means, something like this?

urn:xmltv.info:de:ard 
urn:xmltv.info:de:zdf
...

But the channels-file is already filled with some other
synthax, like:

ard.de
zdf.de
...

So what is the right Synthax, to get this Script work?
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie.article"/>  <id>sdf1.org:tvmovie.article-38</id>  <published>2009-03-06T00:30:06+01:00</published>  <updated>2009-03-06T00:30:06+01:00</updated>  <title>Comment on TV Movie programme for XMLTV</title>
  <author>
    <name>Lorus</name>
  </author>
  <content type="text"> That Script seems to be amazing, but I have a questtion
 before i'm going to test it.

what to fill in the channels-file?

The Readme-File says: Edit the channels file to contain
all channels to grab, with one
XMLTV id per line.

That means, something like this?

urn:xmltv.info:de:ard 
urn:xmltv.info:de:zdf
...

But the channels-file is already filled with some other
synthax, like:

ard.de
zdf.de
...

So what is the right Synthax, to get this Script work?
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie.article"/>  <id>sdf1.org:tvmovie.article-39</id>  <published>2009-03-06T09:11:44+01:00</published>  <updated>2009-03-06T09:11:44+01:00</updated>  <title>Comment on TV Movie programme for XMLTV</title>
  <author>
    <name>Thiton</name>
  </author>
  <content type="text">Hi Lorus,

this script uses the URLs, not the URNs.
You can get a list of the available URLs
together with the familiar plain-text callsigns
by running decode --list-channels .

You got the syntax just right. If the URLs don't
suit you, you might consider changing the channelsList
table in decoder.cpp .

Hope that helps, Steve
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie.article"/>  <id>sdf1.org:tvmovie.article-40</id>  <published>2009-03-06T19:30:30+01:00</published>  <updated>2009-03-06T19:30:30+01:00</updated>  <title>Comment on TV Movie programme for XMLTV</title>
  <author>
    <name>Lorus</name>
  </author>
  <content type="text">Ok, I just changed the XMLTV ID's of my stations to the
URL Synthax.

Now it works like a charm :-)

Wonderful work :-)

2 little things:

1) It don't gather information for nick
2) What to do to add an additional station, i.e. dmax? I
think it's part of the free section of tvmovie, but isn't
listed in your script
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie.article"/>  <id>sdf1.org:tvmovie.article-41</id>  <published>2009-03-08T23:32:10+01:00</published>  <updated>2009-03-08T23:32:10+01:00</updated>  <title>Comment on TV Movie programme for XMLTV</title>
  <author>
    <name>Thiton</name>
  </author>
  <content type="text">Hi Lorus,

thanks.
For Nick, I have no idea why the grabber would break. I've
just tried manually (downloading channel with number 190
and decoding it), and
it returned programme data for today.

For missing channels, you'd need to scan the TV Movie site
for the channel IDs. I've done this by
a loop like "for chan in `seq 250`; do wget
http://tvmovie/$i.cftv; done", with the exact URL to be
found in the tvmovie.sh script. I've only scanned channels
up to roughly 250; there might be more around. If you find
more, add them
to the channelList array in decode.cpp, and I'd be happy
to integrate these into the upstream.

Regards, Thiton
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie.article"/>  <id>sdf1.org:tvmovie.article-43</id>  <published>2009-04-02T19:30:36+01:00</published>  <updated>2009-04-02T19:30:36+01:00</updated>  <title>Comment on TV Movie programme for XMLTV</title>
  <author>
    <name>Horny</name>
  </author>
  <content type="text">Great!
Thank you very much for this new grabber after
tv_grab_prisma doesn't work anymore...

This one works so much better :-)
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie.article"/>  <id>sdf1.org:tvmovie.article-44</id>  <published>2009-04-11T23:42:15+01:00</published>  <updated>2009-04-11T23:42:15+01:00</updated>  <title>Comment on TV Movie programme for XMLTV</title>
  <author>
    <name>Harald</name>
  </author>
  <content type="text"> Thanks, great tool, one little problem - start times of
 all programs in the db are one hour too early. Guess it's
 a DST issue (I'm in CEST zone), I'm a bit confused about
 the "epoch" part of the source code, maybe somebody else
 knows how to fix this easily.
Thanks!
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie.article"/>  <id>sdf1.org:tvmovie.article-45</id>  <published>2009-04-14T00:34:31+01:00</published>  <updated>2009-04-14T00:34:31+01:00</updated>  <title>Comment on TV Movie programme for XMLTV</title>
  <author>
    <name>Thiton</name>
  </author>
  <content type="text">Hello Harald,

thanks for the hint. Yes, this is actually a DST issue -
TV Movie seems to give DST-adjusted times in their files. I
have fixed that together with a few other issues in the
1.1 release.
Let me know if the issue persists.

Best regards, Thiton
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie.article"/>  <id>sdf1.org:tvmovie.article-48</id>  <published>2009-04-26T11:49:07+01:00</published>  <updated>2009-04-26T11:49:07+01:00</updated>  <title>Comment on TV Movie programme for XMLTV</title>
  <author>
    <name>Harald</name>
  </author>
  <content type="text">Hi Thiton,

thanks for your update. Now the start/stop times are in
GMT, thus 2h earlier than at my local timezone (CEST). Now
that we got the GMT right, we just have to adjust the
timezone, I guess...

Best, Harald
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie.article"/>  <id>sdf1.org:tvmovie.article-49</id>  <published>2009-04-26T13:00:50+01:00</published>  <updated>2009-04-26T13:00:50+01:00</updated>  <title>Comment on TV Movie programme for XMLTV</title>
  <author>
    <name>Thiton</name>
  </author>
  <content type="text">Hi Harald,

as far as I interpret the results, the times are correct
and given in GMT, which is in my humble opinion a good
fail-safe default. Any program processing XMLTV data
should be able to process these times and put them into
local time zone.

Do you have any application that can't? If so, you could
try changing the time-printing code (Database.h, lines 130
and 132) to use localtime() instead of gmtime() and then
make sure the strftime() in line 132 prints the proper
time zone with it. If this change is of wider interest,
I'd be happy to integrate it into the upstream.

Best Regards, Thiton
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie.article"/>  <id>sdf1.org:tvmovie.article-50</id>  <published>2009-04-26T20:45:00+01:00</published>  <updated>2009-04-26T20:45:00+01:00</updated>  <title>Comment on TV Movie programme for XMLTV</title>
  <author>
    <name>Harald</name>
  </author>
  <content type="text">Hi Thiton,

mythfilldatabase doesn't seem to interpret timezone "+0000"
as GMT, so applying the changes you suggested to Database.h
did the trick:

130c130
&lt;             broken = gmtime(&amp;unixTime);
---
&gt;             broken = localtime(&amp;unixTime);
132c132
&lt;             strftime(buffer, 30, "%Y%m%d%H%M%S +0000",
broken);
---
&gt;             strftime(buffer, 30, "%Y%m%d%H%M%S %Z",
broken);

Thanks, Thiton, great script!

Best, Harald
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie.article"/>  <id>sdf1.org:tvmovie.article-51</id>  <published>2009-04-28T21:45:32+01:00</published>  <updated>2009-04-28T21:45:32+01:00</updated>  <title>Comment on TV Movie programme for XMLTV</title>
  <author>
    <name>Opa[TROLL]</name>
  </author>
  <content type="text"> Hello,
I just cant find out how to set the xmltv IDs
I always get 
Unknown xmltv channel identifier: 3.br-online.de - Skipping
channel.
for every single channel.

What do I have to enter as ID in mythtv?
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie.article"/>  <id>sdf1.org:tvmovie.article-52</id>  <published>2009-04-30T10:42:05+01:00</published>  <updated>2009-04-30T10:42:05+01:00</updated>  <title>Comment on TV Movie programme for XMLTV</title>
  <author>
    <name>Thiton</name>
  </author>
  <content type="text">Hello Opa,

this is an error from mythfilldatabase, right? Probably,
you need to either remove 3.br-online.de from the
"channels" configuration file of the script or add it to
mythtv. Additionally, did you check if the source ID in
the tvmovie.sh script is correct?

Regards, Thiton
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie.article"/>  <id>sdf1.org:tvmovie.article-53</id>  <published>2009-05-01T10:12:58+01:00</published>  <updated>2009-05-01T10:12:58+01:00</updated>  <title>Comment on TV Movie programme for XMLTV</title>
  <author>
    <name>Opa[TROLL]</name>
  </author>
  <content type="text">Yes, it is an error from mythfilldatabase. The problem
occurs, when the script tries to sort the programm
information into the database. The problem is, that I
don't know what xmltv-ids  I have to enter in mythtvs
channel configuration. I think it is the same thing as
above with the URL and URN thing. But I can't figure out,
what I have to do.

Regards, Opa[TROLL]
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie.article"/>  <id>sdf1.org:tvmovie.article-54</id>  <published>2009-05-03T15:40:30+01:00</published>  <updated>2009-05-03T15:40:30+01:00</updated>  <title>Comment on TV Movie programme for XMLTV</title>
  <author>
    <name>Thiton</name>
  </author>
  <content type="text">Hello Opa,

you can get a list of all used XMLTV ID's together
with normal callsigns by running "decode
--list-channels". Try to insert those into the mythtv
database.
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie.article"/>  <id>sdf1.org:tvmovie.article-55</id>  <published>2009-05-05T17:45:38+01:00</published>  <updated>2009-05-05T17:45:38+01:00</updated>  <title>Comment on TV Movie programme for XMLTV</title>
  <author>
    <name>Opa[TROLL]</name>
  </author>
  <content type="text">Hello again,
I worked it out now :)
the problem was, that my channels are on source 2 and not
source 1.
But in your mythfilldatabase line, you hardcoded the 1. You
could maybe add a comment there
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie.article"/>  <id>sdf1.org:tvmovie.article-56</id>  <published>2009-05-05T20:04:24+01:00</published>  <updated>2009-05-05T20:04:24+01:00</updated>  <title>Comment on TV Movie programme for XMLTV</title>
  <author>
    <name>Opa[TROLL]</name>
  </author>
  <content type="text">Thank you very much for your help, but the problem was,
that the source 1 is hardcoded in the mythfilldatabase
line... but my source has the number 2....

Regards, Opa[TROLL]
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie.article"/>  <id>sdf1.org:tvmovie.article-59</id>  <published>2009-11-21T16:24:19+01:00</published>  <updated>2009-11-21T16:24:19+01:00</updated>  <title>Comment on TV Movie programme for XMLTV</title>
  <author>
    <name>Wolfgang</name>
  </author>
  <content type="text">I tried your script on my mythbuntu 9.10. The download of
the files seems to work but I get the following error at
the decoding:

$ /usr/local/libexec/decode_tvmovie_clickfinder
tvdaten-free-001.cftv

terminate called after throwing an instance of
'std::bad_alloc'
  what():  std::bad_alloc
Aborted

Can you help me?
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:tvmovie.article"/>  <id>sdf1.org:tvmovie.article-61</id>  <published>2010-03-14T22:01:18+01:00</published>  <updated>2010-03-14T22:01:18+01:00</updated>  <title>Comment on TV Movie programme for XMLTV</title>
  <author>
    <name>Stefan</name>
  </author>
  <content type="text"> Thank you very much for the grabber, works
 perfectly for me. I wrote a tutorial concerning
 Mythtv and Aontv, which also covers the
 installation of this grabber: available here
 http://tutori.alitility.com/doku.php?id=ubuntu:aontv_mythtv
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry></feed>
