<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en" xml:base="http://swolter.sdf1.org/software/"><updated>2009-11-21T16:24:19+01:00</updated><title>My software</title><subtitle>Software projects I worked on</subtitle><author><name>Thiton</name></author><logo>http://swolter.sdf1.org/pnyx-small.ico</logo><id>http://swolter.sdf1.org/software/index.xml</id><link rel="alternate" href="http://swolter.sdf1.org/software/index.html" type="text/html"/><link rel="self" href="http://swolter.sdf1.org/software/index.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 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 xmlns:footn="http://www.uni-bielefeld.de/~swolter2/Footnote" xml:lang="en"><updated>2008-04-05T21:32:49+02:00</updated><category scheme="http://www.uni-bielefeld.de/~swolter2/Blog/archive" term="2008-04"/><published>2008-04-05T21:32:49+02:00</published><id>sdf1.org:mklircrc.article</id>
   <title>mklircrc – Generating LIRC configuration files</title>
   <category term="mklircrc" scheme="tag:swolter.sdf1.org,2007:" label="mklircrc"/>
   <category term="tools" scheme="tag:swolter.sdf1.org,2007:"/>

   <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
      <p>Writ­ing a LIRC con­fig­u­ra­tion file is the ma­jor part of any 
         re­mote con­trol work with Lin­ux. Un­for­tu­nate­ly, the low de­gree
         of script­ing avail­able in LIRC makes this a lot hard­er –
         there is no ab­strac­tion from the but­tons on the re­mote con­trol
         to a gen­er­al con­cept of the <em>task</em> one wants to achieve
         with the re­mote, which could then be in­ter­pret­ed by clients in
         their re­spec­tive ways.</p>
      <p>To ad­dress that is­sue, I wrote mk­lir­crc. By an­no­tat­ing your
         <code>lir­cd.conf</code> with a few words, you can tell mk­lir­crc
         which high-lev­el task like "pause" or "raise vol­ume" you want
         to get done, and the script will write the LIRC con­trol file
         for you, in­clud­ing all ap­pli­ca­tions it knows about –
         cur­rent­ly mythtv, xine and mplay­er, but more are easy to add.</p>
      <p><a href="/src/mklircrc.tar.gz">Down­load source tar­ball</a></p>
   </div></content>
<link rel="self" type="application/atom+xml" href="http://swolter.sdf1.org/software/article-mklircrc.xml"/><link rel="alternate" type="text/html" href="http://swolter.sdf1.org/software/article-mklircrc.html"/></entry><entry xmlns:footn="http://www.uni-bielefeld.de/~swolter2/Footnote" xml:lang="en"><updated>2008-03-28T16:48:24+01:00</updated><category scheme="http://www.uni-bielefeld.de/~swolter2/Blog/archive" term="2008-03"/><published>2008-03-28T16:19:39+01:00</published><id>sdf1.org:debateTimer.article</id>
   <title>DebateTimer: A MIDP application for timing debates</title>
   <category term="midp" scheme="tag:swolter.sdf1.org,2007:" label="MIDP"/>
   
   <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
      <p>I proud­ly present you De­bateTimer, a MIDP ap­pli­ca­tion for your
         Ja­va-ca­pa­ble mo­bile phone that sup­ports you in tim­ing a for­mal
         de­bate. After en­ter­ing a speech time, a timer is start­ed which
         will give a num­ber of sig­nals:</p>
      <ul>
         <li>Start of ques­tion­ing phase. Oc­curs not at all on speech­es
            of one minute or less, at 30 sec­onds on speech­es of two
            min­utes or less, and at 60 sec­onds on all oth­er speech­es.</li>
         <li>End of ques­tion­ing phase. Oc­curs not at all on speech­es
            of one minute or less, 30 sec­onds be­fore the end of speech sig­nal
            on speech­es of four min­utes or less, and 60 sec­onds be­fore
            the end of speech sig­nal on all oth­er speech­es.</li>
         <li>End of speech sig­nal. For clar­i­ty, this sig­nal is giv­en twice
            in short suc­ces­sion.</li>
         <li>Over­time beeps. 15 sec­onds af­ter the end of the speech, the
            soft­ware starts beep­ing re­peat­ed­ly.</li>
      </ul>
      <p>For tim­ing com­pet­i­tive de­bates in Bri­tish Par­lia­ment Style or 
         Open Par­lia­ment De­bate, the us­age is ex­treme­ly sim­ple: En­ter
         the length of speech and hit the Start but­ton. Every time your
         mo­bile beeps, ham­mer. Divert con­cen­tra­tion to the re­al tasks
         at hand.</p>
      <p><a href="/midp/DebateTimer.jad">JAD file for De­bateTimer</a></p>
      <p><a href="/midp/DebateTimer.jar">JAR file for De­bateTimer</a></p>
      <p><a href="/src/DebateTimer-1.0.tar.gz">Source code</a></p>
   </div></content>
<link rel="self" type="application/atom+xml" href="http://swolter.sdf1.org/software/article-debateTimer.xml"/><link rel="alternate" type="text/html" href="http://swolter.sdf1.org/software/article-debateTimer.html"/></entry></feed>
