Hi,

I've got an fxd called webtv.fxd in my video_items defined as follows:

('Web stations', '/root/webtv.fxd')]

The fxd (below) has a number of different online videos defined all with 
their own individual <movie title> entries. However in freevo's display 
where I'm looking at all my video_items I get a list of with each 
individual video shown but their titles are all 'Web stations' and not 
the movie title. Is this expected behaviour? If so I'd suggest that it 
be changed to display their movie titles or description (both maybe) 
otherwise each video would have to be in their fxd and that then added 
to video_items in order for them to be identifiable which obviously is a 
pita.

<?xml version="1.0" ?>
<freevo>

  <movie title="RTE2 live">
    <video>
      <url id="p1">
        http://dynamic.rte.ie/av/live/ngb/rte2-450.asx
        <playlist/>
      </url>
    </video>
    <info>
      <description>RTE 2 live stream</description>
    </info>
  </movie>


  <movie title="Test">
    <video>
      <url id="p2">
        http://zdpub.vo.llnwd.net/o2/dltv/hdtvspecial/dl.tv.hdtv.mp4
        <playlist/>
      </url>
    </video>
    <info>
      <description>n-tv live video stream</description>
    </info>
  </movie>

  <movie title="Future Shock - Irish property crash">
    <video>
      <url id="p3">
        rtsp://streaming2.rte.ie/2007/0416/futurshockproperty-144269-228.rm
      </url>
    </video>
    <info>
      <description>A look at the volotile Irish property 
market</description>
    </info>
  </movie>
</freevo>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to