[Freevo-users] Re: tv guide grabber for Dutch channels

2006-01-29 Thread Eric Bus
TheHog wrote:
> From the wiki I understood that the xmltv scripts for Dutch channel listings
> are broken. Are there Dutch Freevo users who have a working script?

Are they? I haven't had any complaints lately, but I'm not using them
myself at the moment, so I wouldn't know.

--
Eric



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: [PATCH] Headlines

2005-01-09 Thread Eric Bus
Dirk Meyer wrote:
Thanks, it also works here and it's in cvs. One big problem with your
patch is that it doesn't keep the main loop alive. When the headlines
are fetched, Freevo is blocked. This is bad for keeping mbus and other
timers alive. One bad solution would be to wrap it in a thread (using
util.fthread.call). The best way would be to use the non blocking
socket in fsocket. Maybe we need to good way to combine fsocket with
the urllib. 
I'll take a look at the possibilities. Non-blocking seems the way to go, 
but threading should be do-able too. Either way, I'll try to fix it :)

Eric
---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] [PATCH] Headlines (was: Re: [Announce] Freevo release plan)

2005-01-09 Thread Eric Bus
Dirk Meyer wrote:
We need more help. We need someone fixing the games section and the
command and headline plugin. Please send a patch and if you want to
maintain this sections, we can also talk about cvs access. 
First try at a patch for the headlines plugin. As I mentioned before, 
I'm not fully up to speed with all the GUI stuff. But these changes seem 
to work on my end.

The plugin also has some extra code for recognizing RSS versus Atom 
feeds. Both feed types are quite similar for the stuff we get from them.

There is a configuration value config.MAX_HEADLINE_AGE. Maybe this one 
should be added to the main configuration file(s). The extra check if 
the value exists and the default value should then be removed from the 
plugin code.

Eric


headlines.patch.gz
Description: Binary data


Re: [Freevo-users] runtime config changes

2004-10-14 Thread Eric Bus
Richard van Paasen wrote:
The advantage that XML offers is that it adds the hierarchy that Freevo config
files are currently missing. The impact of a erro in XML format is indeed huge,
on the other hand.
 

But most of the time well debug-able. And a better hierarchy would 
indeed be a very big plus. It would at least bind some options toghether.

Maybe YAML (posted some days ago) could be an option here. I don't have
experience with YAML, but it looks OK, for what I've read from the YAML site. It
adds hierarchy without too much tagging.
 

I haven't looked at YAML for very long, but I guess using YAML would 
mean people have to 'learn' YAML before they can start using the config 
file. I don't know if that is a big problem.

Eric
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] runtime config changes

2004-10-14 Thread Eric Bus
Dale Cooper wrote:
However, if _some_ parts of config should be done still in vi (nano, 
..your fav editor) it would be IMHO better to keep the config file the 
way it is now -> more readable for humans. Also, if someone 
omits/accidentally deletes XML closing tag for example...all XML 
parsing goes to hell.
True, but when making mistakes in the current config file, the system 
doesn't work either :)

XML is more 'difficult' to edit then most config formats, but it has a 
few advantages. And my guess is that people who can setup Freevo at the 
moment should have no problem with the XML format.

Personally, I think XML is very easy to read and write. Maybe even 
easier then Python when it comes to maps and structures, but that's 
because I work with other languages to much. All those datatypes and 
structures are messing up my head ;)

Eric
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] runtime config changes

2004-10-14 Thread Eric Bus
Richard van Paasen wrote:
Instead, all modules should be extended with a 'reconfigure' method that is
called after a (set of) config setting(s) has been changed.
 

And I guess the config file should be written in a 'plain-text' format, 
like XML, so Freevo can reload it while running.

Eric
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: Widescreen layout

2004-10-12 Thread Eric Bus
Robert Kortenoeven wrote:
(I haven't used Freevo on a widescreen tv yet, so I'm not sure what it 
looks like)
I'm using a widescreen TV for Freevo. It has the normal widescreen 
behaviour for 4:3 source material: the image is stretched horizontally. 
So a square looks like a rectangle and a circle like an eplipse.

Eric
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] (re) Ideas for next major release wanted

2004-10-01 Thread Eric Bus
Dale Cooper wrote:
Hum, on the other hand, is anyone actually recording movies from TV to 
_keep_ them? I mean - we have got DVD, right... and if not then P2P :) 
I for one hate movies run on TV for these reasons:
In my case: no :)
Cable TV here is always 4:3, so all 16:9 movies are cropped. Quality is 
not as good as DVD and you have to remove the commercials. So the only 
reason I record TV is for normal shows that don't come out on DVD or 
that are 4:3 by origin.

a) it is in 99% dubbed (not VO). Thats why I bought DVD to watch it in 
English, French, German, Chinese... whatever the original was... (ah 
-with subtitles, of course :) )
Fortunately most programs here are in the original language with subtitles.
b) sound is just stereo, not DD, DTS, 5+1
Depends on your source ofcourse. Digital TV has MPEG2 video with 5.1 
sound. In theory, because most programs are still broadcasted in Stereo :)

Eric
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Re: website maintainer wanted

2004-09-30 Thread Eric Bus
Dale Cooper wrote:
I already forgot that such thing as forum exists :).)/
What forum? :o)
Eric
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Re: website maintainer wanted

2004-09-30 Thread Eric Bus
Dirk Meyer wrote:
Great. But maybe a home server isn't that good, Freevo isn't a small
project anymore. 
I think Dale ment that he installed it at home to try things out ;) I 
think hosting won't be a problem.

1. still use sf, but with better security, a different wiki with
   logins, maybe a CMS. 
I don't know what the limitations are with SF hosting. Most CMS's have a 
few requirements that not all servers have.

2. use an isp and www.freevo.org. Move all the web stuff to a new
   server. 
Seems to be the best approach, but more difficult and 'unstable'.
I don't care what solution we choose, the only thing is: I want to
code and someone else should take care of all the web stuff. If
someone has a root server somewere, this would be really cool!
'I' (the company I work for) has a few. Don't know if I can use them 
tough, but I guess more people have such resources available.

Eric
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] website maintainer wanted

2004-09-30 Thread Eric Bus
Dale Cooper wrote:
Cheers to Netherland, just got back from Amsterdam :)
Cheers back from The Netherlands ;)

I have the same experience with the package. We installed it at work, to 
take a look at the CMS alternatives. The installation didn't work 
(mainly because we use PHP5, but still... ;) And it didn't look like it 
could easily contain a 'normal' site. You were always limited by the 
wiki design.

We've decided to take a better look at EZPublish, but even that CMS has 
some flaws (for example, bad administration interface and too steep 
learning curve for normal users). At the end, our own CMS didn't look 
that bad after all ;)

Eric

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] [webradio|fxd] List of Dutch radiostations

2004-07-18 Thread Eric Bus
Hi,
The attached fxd contains a list of a few well known Dutch 
radiostations. Feel free to add your own.

Eric


	
		
			http://www.omroep.nl/radio1/radio1-breed.asx
			
http://www.radio1.nl
64
De radiozender voor nieuws en sport
			
			
			
		
		
			http://www.omroep.nl/radio2/radio2-breed.asx
			
http://www.radio2.nl
64
Je hoort nog eens wat
			
			
			
		
		
			http://www.omroep.nl/radio3/radio3-breed.asx
			
http://www.radio3.nl
64
Serious radio
			
			
			
		
		
			http://www.omroep.nl/radio4/radio4-breed.asx
			
http://www.radio4.nl
64
			
			
			
		
		
			http://www.garnierstreamingmedia.com/asx/veronica.asp
			
http://www.radioveronica.nl
96
			
			
			
		
		
			http://www.garnierstreamingmedia.com/asx/radio538.asp
			
http://www.radio538.nl
96
			
			
			
		
		
			http://www.garnierstreamingmedia.com/asx/skyradio.asp
			
http://www.skyradio.nl
96
The non stop music station
			
			
			
		
		
			http://81.23.249.40:8003/listen.pls
			
http://www.kinkfm.nl
128
Kink FM - The Alternative
			
			
			
		
		
			http://media.rtl.nl/yorinfm/livestream/yorinfmbroad.asx
			
http://www.yorinfm.nl
			
			
			
		
		
			http://media.rtl.nl/rtlfm/livestream/rtlfmbroad.asx
			
http://www.rtlfm.nl
			
			
			
		
		
			mms://hollywood.win2k.vuurwerk.nl/noordzee
			
http://www.rtlfm.nl
Je krijgt er zin in op 100.7 FM
			
			
			
		
		
			mms://hollywood.win2k.vuurwerk.nl/r10gold
			
http://www.radio10gold.nl
			
			
			
		
		
			Online radiostations
		
	


Re: [Freevo-users] favorites are not recorded

2004-07-02 Thread Eric Bus
Daniel Caujolle-Bert wrote:
So you think it would be better to let freevo grabbing tv programs. Thanks for 
the tips, i will try that immediately.
 

When running $ freevo tv_grab, there is a line that says something like: 
re-adding favorites...

So I guess that should do the trick :)
Eric
---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: How to create new freevo i18n files?

2004-06-14 Thread Eric Bus
Zhenxin Li wrote:

>I wonder where is the code for character display...
>  
>
Maybe you can grep on the existing font filename? (or just on ttf)

Eric


---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] FYI: Dutch TV guide with logo's

2004-06-02 Thread Eric Bus
Hi,
I don't know if this has been brought up before, but Dutch users can use 
another XMLTV grabber. There is a modified script at 
http://www.addictivesoftware.net/index.php?option=content&task=view&id=3&Itemid=28 
that is much quicker then the default tv_grab_nl. I works as a proxy for 
the default tv_grab_nl script (like tv_grab_nl_wolf), but contains 
logo-links for all the channels in the list.

Eric

---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: fxd problems

2004-05-28 Thread Eric Bus
Dirk Meyer wrote:
The DTD is only the doc, freevo doesn't parse against it. 
 

I noticed. Wouldn't it be a good idea to force this? Just to be sure 
people stick to the format? Or has this been proposed before? I haven't 
had time to scan the archives :) I haven't looked deep into the 
fxdparser, but I suspect it has it limits when it comes to style and 
fxd-format...

Eric
---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] fxd problems

2004-05-27 Thread Eric Bus
Eric Bus wrote:
I couldn't validate the file with the W3C XHTML validator. Don't know 
if it should for the parsing to work?
Well, to reply to myself: validation fails because of an error in the 
DTD. The declaration of the  element states:


The extra comma between year and the question mark should be removed. 
This should bring the document one step further to XML compliancy. Don't 
know if it does the trick though :)

Eric
---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] fxd problems

2004-05-27 Thread Eric Bus
Georg Künzel wrote:


 
   The information in this file are from the Internet Movie Database (IMDb).
   Please visit http://www.imdb.com for more informations.
   http://www.imdb.com/Title?0108214"/>
 
 

Shouldn't  be part of  ? The DTD states it should. 
Furthermore, I cannot find an element named  in the DTD either. 
Maybe I'm using a wrong version? It came from the 
Docs/freevo_XML_data.dtd file.

I couldn't validate the file with the W3C XHTML validator. Don't know if 
it should for the parsing to work?

Eric
Eric
---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id66&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users