<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On 11 November 2013 19:02, Phill Edwards <span dir="ltr">&lt;<a href="mailto:philledwards@gmail.com" target="_blank">philledwards@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="im"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF"><font face="Helvetica, Arial, sans-serif">
      The data I&#39;m talking about is the Freeview EPG (the one that works
      only on their devices).<br>
      <br>
      For a while I have been using the EPG data to generate an xmltv
      file for mythfilldatabase, which has worked quite well. I am now
      doing a rewrite (in perl rather than c++) so that others can
      benefit.<br>
      <br>
      So, What I would like is a dump of the DSMCC data from your area.
      It shouldn&#39;t matter what channel you use; they all carry it here
      in WA.<br>
      I&#39;ve modified a version of rb-download to download the data and
      exit after no new data is found.<br>
    </font><br>
    <a href="https://github.com/thiakil/rb-download" target="_blank">https://github.com/thiakil/rb-download</a><br>
    Hopefully the readme is detailed enough. I need the 3 folders it
    creates; cache, carousels, services. One they&#39;re tarred up (gz or
    bzip2 preferred) it should be a small file, direct email should be
    fine.<br>
    <br>
    It would also be helpful if you can provide me a copy of the
    channels.conf file (so I can see which channels your actually
    receive), and your region (e.g. nsw Sydney; qld regional, etc)<br></div></blockquote></div><br></div></div><div class="gmail_extra">Hi Xander, I too would be glad to help, but you may be over-estimating people&#39;s abilities to download and compile code. I have no idea how to download all those files from github and hardly, hardly ever compile anything. If you could make it a bit easier to get the software and run it then you might get a bigger response.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">Also, just thought I&#39;d mention that Shepherd does a great job in providing guide data in Australia, though you probably already know that.</div></div>
<br></blockquote></div><br></div><div class="gmail_extra">If you really want this data I would suggest setting this up in a ppa or an rpm, also maybe provide a script to generate the channels.conf from the mythtv database<br>
<br></div><div class="gmail_extra">as I&#39;m getting errors making this, perhaps as ubuntu uses zlib1g-dev instead of libz-dev ?<br><br>cc -Wall -O2 -g -MD  -c -o rb-download.o rb-download.c<br>cc -Wall -O2 -g -MD  -c -o list.o list.c<br>
cc -Wall -O2 -g -MD  -c -o findmheg.o findmheg.c<br>cc -Wall -O2 -g -MD  -c -o listen.o listen.c<br>cc -Wall -O2 -g -MD  -c -o command.o command.c<br>cc -Wall -O2 -g -MD  -c -o stream.o stream.c<br>cc -Wall -O2 -g -MD  -c -o assoc.o assoc.c<br>
cc -Wall -O2 -g -MD  -c -o carousel.o carousel.c<br>cc -Wall -O2 -g -MD  -c -o module.o module.c<br>cc -Wall -O2 -g -MD  -c -o table.o table.c<br>cc -Wall -O2 -g -MD  -c -o dsmcc.o dsmcc.c<br>cc -Wall -O2 -g -MD  -c -o biop.o biop.c<br>
biop.c: In function âprocess_biop_dirâ:<br>biop.c:210:16: warning: âkind.dataâ may be used uninitialized in this function [-Wuninitialized]<br>biop.c:210:16: warning: âname.sizeâ may be used uninitialized in this function [-Wuninitialized]<br>
biop.c:210:16: warning: âname.dataâ may be used uninitialized in this function [-Wuninitialized]<br>cc -Wall -O2 -g -MD  -c -o fs.o fs.c<br>cc -Wall -O2 -g -MD  -c -o channels.o channels.c<br>cc -Wall -O2 -g -MD  -c -o cache.o cache.c<br>
cc -Wall -O2 -g -MD  -c -o utils.o utils.c<br>utils.c: In function âhexdumpâ:<br>utils.c:150:4: warning: format â%xâ expects argument of type âunsigned intâ, but argument 2 has type âsize_tâ [-Wformat]<br>cc -lz  rb-download.o list.o findmheg.o listen.o command.o stream.o assoc.o carousel.o module.o table.o dsmcc.o biop.o fs.o channels.o cache.o utils.o   -o rb-download<br>
module.o: In function `uncompress_module&#39;:<br>./rb-download/module.c:187: undefined reference to `inflateInit_&#39;<br>./rb-download/module.c:199: undefined reference to `inflate&#39;<br>./rb-download/module.c:211: undefined reference to `inflateEnd&#39;<br>
./rb-download/module.c:202: undefined reference to `inflateEnd&#39;<br>collect2: ld returned 1 exit status<br>make: *** [rb-download] Error 1<br><br></div><div class="gmail_extra">Cheers,<br></div><div class="gmail_extra">
<br></div><div class="gmail_extra">Anthony<br></div><div class="gmail_extra"> <br></div></div>