--- OSA_system2/OSAS_root.py 2005/04/13 16:29:54 1.10 +++ OSA_system2/OSAS_root.py 2005/04/21 10:10:10 1.11 @@ -151,11 +151,11 @@ class OSAS_add_contextData(Folder): """Hinzufuegen der Ressource""" gifPath=path.replace("/mpiwg/online/","") rawPath=path.replace("/mpiwg/online/permanent/einstein_exhibition/movies/","") - lowresPath=path.replace("/mpiwg/online/permanent/einstein_exhibition/movies/","") + #lowresPath=path.replace("/mpiwg/online/permanent/einstein_exhibition/movies/","") thumbUrl="http://einst3.mpiwg-berlin.mpg.de/"+gifPath+"/"+thumb link="rtsp://einst1.mpiwg-berlin.mpg.de/"+gifPath+"/"+streamingfile rawFile="file:///Volumes/einstein_movies/"+rawPath+"/"+rawfile - lowresFile="file:///Volumes/einstein_movies/"+lowresPath+"/"+lowresfile + lowresFile="rtsp://einst1.mpiwg-berlin.mpg.de/"+gifPath+"/"+lowresfile params=urllib.urlencode({'id':id,'title':title,'link':link,'thumbUrl':thumbUrl,'rawFile':rawFile,'label':label,'description':description,'contentType':content_type,'responsible':responsible,'weight':weight,'credits':credits,'metalink':metalink})