Bugs item #983143, was opened at 2004-07-01 02:02
Message generated for change (Comment added) made by dischi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=983143&group_id=46652

Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: syrius.ml (syriusml)
Assigned to: Nobody/Anonymous (nobody)
Summary: cover picture/fxd in overlay/covering a directory

Initial Comment:
We've already talked about that issue. It's still not
fixed:

FREEVO_CACHEDIR = '/temp/freevo'
OVERLAY_DIR = os.path.join(FREEVO_CACHEDIR, 'vfs')

$ cat
/temp/freevo/vfs/data/media/video/films/cold.mountain/cold.mountain.fxd
<?xml version="1.0" ?>
<freevo>
  <copyright>
    The information in this file are from the Internet
Movie Database (IMDb).
    Please visit http://www.imdb.com for more informations.
    <source url="http://www.imdb.com/Title?0159365"/>
  </copyright>
  <movie title="Cold Mountain">
    <cover-img
source="http://www.impawards.com/2003/posters/cold_mountain.jpg";>cold.mountain.jpg</cover-img>
    <video>
      <file id="f0">blabla1.avi</file>
      <file id="f1">blabla2-cd2.avi</file>
    </video>
    <info>
      <rating>7.3/10 (7,559 votes)</rating>
      <plot>In the waning days of the American Civil
War, a wounded soldier (Law) embarks on a perilous
journey back home to Cold Mountain, North Carolina to
reunite with his sweetheart (Kidman). Based on the
novel by Charles Frazier.</plot>
      <tagline>Find Your Way Home</tagline>
      <year>2003</year>
      <genre>Drama / War / Romance</genre>
      <runtime>152 min</runtime>
    </info>
  </movie>
</freevo>

$ file
/temp/freevo/vfs/data/media/video/films/cold.mountain/cold.mountain.jpg
/temp/freevo/vfs/data/media/video/films/cold.mountain/cold.mountain.jpg:
JPEG image data, JFIF standard 1.01

when browsing video files: (error from freevo)
osd.py: Bitmap file
"/data/media/video/films/cold.mountain/cold.mountain.jpg"
doesnt exist!

freevo is reading the fxd file in OVERLAY_DIR, the
cover is described with a relative path, freevo tries
to read the cover in the vfs.normalized path. I guess
that's not the expected behavior.

http://sourceforge.net/mailarchive/message.php?msg_id=8295590

TIA

----------------------------------------------------------------------

>Comment By: Dirk Meyer (dischi)
Date: 2004-07-11 10:57

Message:
Logged In: YES 
user_id=33647

found it. cvs should work now.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=983143&group_id=46652


-------------------------------------------------------
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to