Custom Query (41 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 41)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#5 fixed TryUploadSubtitles method has faults guest
Description

TryUploadSubtitles? method has problems when used outside the original needs of (I think) SubDownloader?.

Currently it doesn't work for multiple unrelated files, as it needs to report the upload of "several CDs" and this implies a relationship that may not be necessary.

Response contains 90% useless information for upload afterwards, instead of just basic Movie Data.

New Method should support: -Upload of unmatched subtitles (plain subtitles, not matched to a movie) -Upload of multiple subtitles per movie (more than one language or subtitle format)

New Method should be improved by: -Provide one response per subtitle item in original request, matched either by sequential ID sent in request or by Subtitle hash. -For existing subtitles: Report if subtitle exists in DB, confirm if new name or new match were made. -For MovieHash?-Matched Subtitles:Adopting a more compact response, including only the basic movie data as regarding to the moviehash sent. -For Single, unmatched Subtitles: Search Results based on name and return in appropriate array, for later upload.

All items in request should have one item in return response. Responses would be:

-Sub Existing. Nothing changed. -Sub Existing. New Moviehash Match made. -Sub Existing. Language Discrepancy. Logged for review. -Sub Existing. New Sub Name recorded. -Sub Doesn't Exist. Moviehash exists. Movie Information Follows. -Sub Doesn't Exist. Moviehash doesn't exist. Movie Information based on name Follows. -Sub Doesn't Exist. No Moviehash was sent. Movie Information based on name Follows.

ALSO, improvements to the API for this procedure:

-Include versioning (no versioning in request implies "classic" method or "latest", your choice) -Record stats per user of uploads, matched uploads, moviehash creation and new matches for existing files. These could later be the source for nice competition ladders in the web and a reason for visiting the web afterwards. -Upload should NEVER be anonymous. -Method should record the client and version used for the upload, for tracking purposes. More incentive for developers ;)

#6 invalid malen guest guest
#7 fixed Provide working example for hash search guest
Description

It will be very helpful if you can provide to developers, a small example movie, that we can download, and also include all its details, like calculated hash and the file size. It should also include the hash xml-rpc query, and the expected response that includes several matching subtitles.

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.