Hi,

Just to be totally sure (and also for a small private trouble), I just 
reinstalled totally my test server, with freevo 1.7rc2.

Server : Athlon XP 1150, 512 Mb RAM, NVIDIA graphic card, BT 878 TV 
Card, Mandriva 2007 installed in French - Unicode.
I use Mandriva mainly because of some good rpm repositories available. 
installing freevo (1.5.4) is as simple as
urpmi freevo
So I did a urpmi freevo to install all dependencies,  then urpme freevo 
to remove the 1.5.4 version.
added :
python-libxml2
BeautifulSoup 3.0.3 (from the web site)
python-elementtree
kaa-base 0.1.2
kaa-metadata-0.6.0
kaa-imlib2-0.2.0

I did very few changes in my local_conf.py file (directly copied from 
local_conf.py.sample )

One of the main diff in my configuration file could be this one : As I 
use to store every file in a specific homedir (in my case /home/media), 
I added a new variable in the file :

FREEVO_MEDIA_DIR = '/home/media'

And then, all other variables are made this way :

TV_RECORD_DIR = '%s/TV_Records/' % ( FREEVO_MEDIA_DIR )

or

VIDEO_ITEMS = [ ('Films d\'action', '%s/movies/action' % ( 
FREEVO_MEDIA_DIR ) ),
                ('Humour', '%s/movies/comedy' % ( FREEVO_MEDIA_DIR ) ),
                ('Jeunesse', '%s/movies/Jeunesse' % ( FREEVO_MEDIA_DIR ) ),
                ('Series TV', '%s/movies/TV' % ( FREEVO_MEDIA_DIR ) ),
                ('Films musicaux', '%s/movies/Music' % ( 
FREEVO_MEDIA_DIR ) ),
                ('Films famille', '%s/movies/family' % ( 
FREEVO_MEDIA_DIR ) ) ]


Sorry for this long introduction, Just wanted to give an accurate view 
of the environment.

For the first report :

When connecting to the web interface (on port 8080 not started by the 
plugin, but by freevo webserver start), and when browsing in the Medias 
--> recorded TV, I can see my recorded movies. If I click on a Link, a 
popup appears with information from the fxd file.
But if I click on 'Play file' a new broswer window appears, with an 
error 404 (no such resource on Firefox)
in /var/log/freevo/webserver-501.log I find that :

2007/01/04 20:52 CET [HTTPChannel,4,192.168.73.101] get_fxd_info(self, 
'/home/media/TV_Records/12-19_Tuesday_12:10_Pimp_my_Ride.fxd')
2007/01/04 20:52 CET [HTTPChannel,4,192.168.73.101] convert_dir(self, 
dir_str=/home/media/TV_Records/12-19_Tuesday_12:10_Pimp_my_Ride.avi)
2007/01/04 20:52 CET [HTTPChannel,4,192.168.73.101] 192.168.73.101 - - 
[04/Jan/2007:19:52:43 +0000] "GET 
/fileinfo.rpy?dir=/home/media/TV_Records/12-19_Tuesday_12%3A10_Pimp_my_Ride.avi 
HTTP/1.1" 200 870 
"http://a1000:8080/library.rpy?media=rectv&dir=/home/media/TV_Records/"; 
"Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.1) Gecko/20061204 
Firefox/2.0.0.1"
2007/01/04 20:52 CET [HTTPChannel,4,192.168.73.101] 192.168.73.101 - - 
[04/Jan/2007:19:52:49 +0000] "GET 
/_home_media_TV_Records_12-19_Tuesday_12:10_Pimp_my_Ride.avi HTTP/1.1" 
404 165 
"http://a1000:8080/library.rpy?media=rectv&dir=/home/media/TV_Records/"; 
"Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.1) Gecko/20061204 
Firefox/2.0.0.1"

moving the files 12-19_Tuesday_12:10_Pimp_my_Ride.avi and 
12-19_Tuesday_12:10_Pimp_my_Ride.fxd in the
/home/medias/movies/TV dir does work (the movie is downloaded ) :
2007/01/04 20:54 CET [HTTPChannel,4,192.168.73.101] get_fxd_info(self, 
'/home/media/movies/TV/12-19_Tuesday_12:10_Pimp_my_Ride.fxd')
2007/01/04 20:54 CET [HTTPChannel,4,192.168.73.101] convert_dir(self, 
dir_str=/home/media/movies/TV/12-19_Tuesday_12:10_Pimp_my_Ride.avi)
2007/01/04 20:54 CET [HTTPChannel,4,192.168.73.101] 192.168.73.101 - - 
[04/Jan/2007:19:54:57 +0000] "GET 
/fileinfo.rpy?dir=/home/media/movies/TV  
/12-19_Tuesday_12%3A10_Pimp_my_Ride.avi HTTP/1.1" 200 869 
"http://a1000:8080/library.rpy?media=movies&dir=/home/media/movies/TV"; 
"Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.1) Gecko/20061204 
Firefox/2.0.0.1"
2007/01/04 20:57 CET [HTTPChannel,4,192.168.73.101] 192.168.73.101 - - 
[04/Jan/2007:19:57:28 +0000] "GET 
/_home_media_movies_TV/12-19_Tuesday_12  :10_Pimp_my_Ride.avi HTTP/1.1" 
200 243517974 
"http://a1000:8080/library.rpy?media=movies&dir=/home/media/movies/TV"; 
"Mozilla/5.0 (Windows; U; Wi  ndows NT 5.1; fr; rv:1.8.1.1) 
Gecko/20061204 Firefox/2.0.0.1"

Thanks,

-- 
Pascal Schirrmann


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to