Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#551
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersQuote:
Lately though, they seem to have stopped that tom-foolery. |
#552
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersOne thing I do differently is when scanning for .flv's and .mp4's, I don't really parse the file properly at all, I simply have it check for .mp4 and .flv, then backtrack until it hits a comma, quote or something that can't be part of a filename. So whatever formatting change they make to that particular area won't have any effect at all.
Where it can be done, I also don't rely on any particular ordering when parsing any other files. |
#553
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersExamining the iView Player and comparing the JSON files, I can decipher most of the series/episode metadata, except for about 4 or 5.
Can someone take a guess at what the JSON elements (for Episodes) "k", "l", "m" represent? eg, for Escape from Scorpion Island "k":"Go to website" "l":"http:\/\/www.abc.net.au\/abc3\/scorpionisland\/" "m":"G" "k" - ? My guess is that "l" is the show's website (if the element is absent, there isn't one), and "m" = Classification - but I haven't encountered some 'missing' Episode element letters - c, o, p, t Also, iView Player shows whether Captions are available (compare for example, Eps 1 and 14 of Scorpion Island) - and I can't see that in the JSON. Any ideas? |
#554
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersa: Episode ID number
b: Episode Name d: Description e: Category f: Date Added g: Date Expires h: Date Broadcast i: File Size j: Duration (in Seconds) 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) n: file name s: series screenshot u: season number v: episode number Code:
http://tviview.abc.net.au/iview/api2/?series=3134038,3159328,3130146,3121597,3142826,3132936,2765543,3169248,3158494,2955433 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 Anywho or mce can tell you for certain anyway hope this helps |
#555
|
||||
|
||||
Re: How to use iView (ABC Australia) downloadersQuote:
Quote:
Quote:
<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:
Last edited by gxdata : 03-31-2011 at 11:45 AM. Reason: clarification |
#556
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersYou wouldn't technically see it as 'E' meaning exempt is represented by m: being non-existant in the xml data (so skips straight from l to n), which is why when you look at a news program on the iview player the entire rating row is missing on the show info box.
|
#557
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersQuote:
|
#558
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersToo modest! Not that I have experience of the other platforms (Windows-only here), but you've done a great job.
|
#559
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersQuote:
though when you think about it it makes sense, this way they can add/remove/update captions at anytime, all without breaking the player or misleading viewers. |
#560
|
|||
|
|||
Re: How to use iView (ABC Australia) downloadersMore on these elements in the JSON - I decided to use the "h" = Broadcast Date one, and (experimenting a bit) found that 3 separate Series don't have it (!), so I need to code around the (.NET) KeyNotFoundException.
(It is 1April2011 - but I'm not joking ) the Series - mister maker, raymond, five minutes more * * Kids shows are convenient |
Tags: abc, abc australia, abc iview, iview, rtmpdump |
Thread Tools | |
Display Modes | |
|
|