Opened 15 years ago
Closed 14 years ago
#9074 closed enhancement (Won't Fix)
allocine script for new metadata schema and allocine API
Reported by: | Owned by: | robertm | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | Plugin - MythVideo | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description (last modified by )
Allocine has release an API for the metadata (thanks to http://wiki.gromez.fr/dev/api/allocine): http://api.allocine.fr/xml/movie?code=$movieid&partner=3
I have made some modification based on the allocine.pl script from Xavier Hervy to be consistant with the allocine API and the mythtv 0.24 metadata schema
I hope this helps
Attachments (2)
Change History (7)
Changed 15 years ago by
Attachment: | allocine.pl added |
---|
comment:1 Changed 15 years ago by
Component: | MythTV - General → Plugin - MythVideo |
---|---|
Milestone: | unknown → 0.25 |
Owner: | set to robertm |
Status: | new → assigned |
Version: | Unspecified → Trunk Head |
comment:3 Changed 15 years ago by
Status: | assigned → infoneeded |
---|
The script attached here only outputs the correct XML for individual movies (-D), not for the searches (-M) or version output (-v). It cannot be applied until this is fixed.
See:
http://www.mythtv.org/wiki/MythTV_Universal_Metadata_Format#Version_Output http://www.mythtv.org/wiki/MythTV_Universal_Metadata_Format#Query_Results
comment:4 Changed 15 years ago by
I've attached a version of the script with correct version output, now you just need to update with correct query results.
allocine script