Ok I'm really new around here and this is my first
post.
I'm here because A) Love freevo and want to help
out
B) I'm making a specialized version of freevo for a
project I'm doing.
So two things
first off, when can we expect to see an offical
release of freevo 2?
I'm wondering because fro
Hi,
On 08.08.2005 14:18, Hans Meine wrote:
On Monday 08 August 2005 10:49, Markus Obermeier wrote:
I started the webserver to test the access. Please see the logs and
confs below. However, I cannot login.
Ah, you too? I also get "login failed" messages from my browser.
Did not have the tim
On Monday 08 August 2005 10:49, Markus Obermeier wrote:
> I started the webserver to test the access. Please see the logs and
> confs below. However, I cannot login.
Ah, you too? I also get "login failed" messages from my browser.
Did not have the time to debug/provide closer information/logs, so
Hi,
I started the webserver to test the access. Please see the logs and
confs below. However, I cannot login.
Any ideas how to fix this? Help would be appreciated. And thanks for
your support in advance.
Best regards,
Markus
INFO webserver(62): HTTPServer running on port 8080
INFO client(1
thanks a lot, i was experiencing the exact same problem. i'm also
fetching my tv listings with nxtvepg. i think its output corresponds to
the xmltv rules, but the freevo webinterface coder did not expect shows
with several paragraphs of description :)
On Wed, 2005-08-03 at 14:25 +0200, Pete Hilleb
Hy,
this is my first post on this list, so ;)
I realized that I coudnt open detail infos in the tvguide using the
webinterface, because of an JavaScript error. Searching for the reason I
found that there are linewraps in my TV.xml file in the description tag -
and so in the JavaScript code ge
Hey,
My web server was crashing, I tracked the problem down to this line:
www/server.py line 292:
self.socket= socket.socket(socket.AF_INET6, socket.SOCK_STREAM)
for me (I don't support IP6) I needed to change it to:
self.socket= socket.socket(socket.AF_INET, socket.SOCK_STREAM)
Perha
Dirk Meyer wrote:
Hi,
I tried the webserver today and here some things to talk about:
1. The recording listing gets the informations from the epg. It should
get everything needed (inclusing description) from the
recordserver. I changed that (not in cvs right now)
The recordserver doesn't ha
Hi,
I tried the webserver today and here some things to talk about:
1. The recording listing gets the informations from the epg. It should
get everything needed (inclusing description) from the
recordserver. I changed that (not in cvs right now)
2. The recording listing and the search pag