Go to advanced search

by slowdog
Sat Mar 02, 2013 3:47 pm
Forum: Python
Topic: Live Newsfeed??
Replies: 2
Views: 1308

Re: Live Newsfeed??

The BBC publishes a bunch of stuff as RSS feeds: http://www.bbc.co.uk/news/10628494

You could use the feedparser python module to retrieve them: http://pythonhosted.org/feedparser/
by slowdog
Sat Feb 09, 2013 11:45 pm
Forum: General programming discussion
Topic: libcec locks up after using omxplayer?
Replies: 1
Views: 1825

Re: libcec locks up after using omxplayer?

I see this behaviour too, and stumbled on a workaround. The symptoms are as you describe: The libcec program receives events before omxplayer starts, and even while omxplayer is running, but after omxplayer exits, no more events are seen. I have no idea why that happens, but by accident I discovered...

Go to advanced search