View Single Post
  #555  
Old 03-31-2011, 10:09 AM
gxdata gxdata is offline
Western Wombat
 
Join Date: Feb 2009
Posts: 332
gxdata is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by blood.eaglz View Post
k: "go to website" Text for hyperlink
l: URL used in hyperlink

m: maturity classification (if missing then I think is the equivalent of "E" I've only seen it happen on news/current affairs)
k, l seem logical - m with the "E" variant, is something I haven't seen*.

Quote:
my best guess as to why c doesn't exist is that c in the xml series section (a to f prior to the stepped episode info) contains the description of the series, and if memory serves me there have been shows where each episode merely contains the series description, ergo if episodes d does not exist use series c .
Yes, logical enough

Quote:
unable to find an indicator for captions, though judging by the slight delay by the iview player showing the availability and the fact that the caption files match the name given in n (except of course the extension) it appears it may simply do a search in http://www.abc.net.au/iview/captions/ for n.xml if matches then is available if not then no captions available
Yes, that is the way I have been getting them - the config.xml points to that location -

<param name="categories" value="xml/categories.xml"/>
<param name="classifications" value="xml/classifications.xml" />
<param name="captions" value="http://www.abc.net.au/iview/captions/"/>

* The classifications should be equivalent to "m" ?

Quote:
Anywho or mce can tell you for certain

anyway hope this helps
Thanks - appreciate it.

Last edited by gxdata : 03-31-2011 at 10:45 AM. Reason: clarification
Reply With Quote