public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* epg data grabber
@ 2009-04-02 22:26 Simon Kenyon
  2009-04-02 22:59 ` Re : " Manu
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Kenyon @ 2009-04-02 22:26 UTC (permalink / raw)
  To: linux-media

i've been hacking together a epg data grabber
taking pieces from here, there and everywhere

the basic idea is to grab data off-air and generate xmltv format xml files

the plan is to support DVB, Freesat, Sky (UK and IT) and MediaHighway1 and 2
i have the first two working and am working on the rest

is this of interest to the linuxtv.org community
i asked the xmltv people, but they are strictly perl. i do understand.

very little of this is original work of mine. just some applied google 
and a smidgen of C

i could put it up on sf.net if there is no room on linutv.org

if anyone wants the work in progress, then please let me know
it is big released under GPL 3

i want to get it out there because i'm pretty soon going to be at the 
end of my knowledge and would appreciate help

regards
--
simon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re : epg data grabber
  2009-04-02 22:26 epg data grabber Simon Kenyon
@ 2009-04-02 22:59 ` Manu
  2009-04-02 23:06   ` Simon Kenyon
  0 siblings, 1 reply; 4+ messages in thread
From: Manu @ 2009-04-02 22:59 UTC (permalink / raw)
  To: linux-media

Le 02.04.2009 18:26:18, Simon Kenyon a écrit :
> i've been hacking together a epg data grabber
> taking pieces from here, there and everywhere
> 
> the basic idea is to grab data off-air and generate xmltv format xml
> files
> 
> the plan is to support DVB, Freesat, Sky (UK and IT) and 
> MediaHighway1
> and 2
> i have the first two working and am working on the rest
> 
> is this of interest to the linuxtv.org community
> i asked the xmltv people, but they are strictly perl. i do 
> understand.
> 
> very little of this is original work of mine. just some applied 
> google
> 
> and a smidgen of C
> 
> i could put it up on sf.net if there is no room on linutv.org
> 
> if anyone wants the work in progress, then please let me know
> it is big released under GPL 3
> 
> i want to get it out there because i'm pretty soon going to be at the 
> end of my knowledge and would appreciate help
> 

Hi Simon,
I have hacked something for what is supposedly mediaHighway epg (it is 
used on CanalSat Caraibes which is affiliated to Canal Satellite from 
France). I actually have a patch against mythtv (it uses the scanner to 
get the epg directly).
I can provide my patches if needed (will need some time to sort things 
out abit, especially if you want a stand alone version).
Bye
Manu



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Re : epg data grabber
  2009-04-02 22:59 ` Re : " Manu
@ 2009-04-02 23:06   ` Simon Kenyon
  2009-04-02 23:28     ` Re : " Manu
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Kenyon @ 2009-04-02 23:06 UTC (permalink / raw)
  To: linux-media

Manu wrote:
> Le 02.04.2009 18:26:18, Simon Kenyon a écrit :
>   
>> i've been hacking together a epg data grabber
>> taking pieces from here, there and everywhere
>>
>> the basic idea is to grab data off-air and generate xmltv format xml
>> files
>>
>> the plan is to support DVB, Freesat, Sky (UK and IT) and 
>> MediaHighway1
>> and 2
>> i have the first two working and am working on the rest
>>
>> is this of interest to the linuxtv.org community
>> i asked the xmltv people, but they are strictly perl. i do 
>> understand.
>>
>> very little of this is original work of mine. just some applied 
>> google
>>
>> and a smidgen of C
>>
>> i could put it up on sf.net if there is no room on linutv.org
>>
>> if anyone wants the work in progress, then please let me know
>> it is big released under GPL 3
>>
>> i want to get it out there because i'm pretty soon going to be at the 
>> end of my knowledge and would appreciate help
>>
>>     
>
> Hi Simon,
> I have hacked something for what is supposedly mediaHighway epg (it is 
> used on CanalSat Caraibes which is affiliated to Canal Satellite from 
> France). I actually have a patch against mythtv (it uses the scanner to 
> get the epg directly).
> I can provide my patches if needed (will need some time to sort things 
> out abit, especially if you want a stand alone version).
> Bye
> Manu
>   
i am doing it "stand alone" so i can see what is going on
i would propose to do  mythtv version but that is some way off

don't modify your stuff. i already extracted the freesat code from the 
mythtv code base
that was a couple of hours work

regards
--
simon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re : Re : epg data grabber
  2009-04-02 23:06   ` Simon Kenyon
@ 2009-04-02 23:28     ` Manu
  0 siblings, 0 replies; 4+ messages in thread
From: Manu @ 2009-04-02 23:28 UTC (permalink / raw)
  To: linux-media

Le 02.04.2009 19:06:05, Simon Kenyon a écrit :
> Manu wrote:
> > Le 02.04.2009 18:26:18, Simon Kenyon a écrit :
> >   
> >> i've been hacking together a epg data grabber
> >> taking pieces from here, there and everywhere
> >>
> >> the basic idea is to grab data off-air and generate xmltv format
> xml
> >> files
> >>
> >> the plan is to support DVB, Freesat, Sky (UK and IT) and 
> >> MediaHighway1
> >> and 2
> >> i have the first two working and am working on the rest
> >>
> >> is this of interest to the linuxtv.org community
> >> i asked the xmltv people, but they are strictly perl. i do 
> >> understand.
> >>
> >> very little of this is original work of mine. just some applied 
> >> google
> >>
> >> and a smidgen of C
> >>
> >> i could put it up on sf.net if there is no room on linutv.org
> >>
> >> if anyone wants the work in progress, then please let me know
> >> it is big released under GPL 3
> >>
> >> i want to get it out there because i'm pretty soon going to be at
> the 
> >> end of my knowledge and would appreciate help
> >>
> >>     
> >
> > Hi Simon,
> > I have hacked something for what is supposedly mediaHighway epg (it
> is 
> > used on CanalSat Caraibes which is affiliated to Canal Satellite
> from 
> > France). I actually have a patch against mythtv (it uses the 
> scanner
> to 
> > get the epg directly).
> > I can provide my patches if needed (will need some time to sort
> things 
> > out abit, especially if you want a stand alone version).
> > Bye
> > Manu
> >   
> i am doing it "stand alone" so i can see what is going on
> i would propose to do  mythtv version but that is some way off
> 
> don't modify your stuff. i already extracted the freesat code from 
> the
> 
> mythtv code base
> that was a couple of hours work
> 

Hmm I might have a stadn alone version around, give me a few days and I 
can find that, life is busy right now ;-)
Bye
Manu


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-02 23:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-02 22:26 epg data grabber Simon Kenyon
2009-04-02 22:59 ` Re : " Manu
2009-04-02 23:06   ` Simon Kenyon
2009-04-02 23:28     ` Re : " Manu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox