Changes between Version 17 and Version 18 of DevReadFirst


Ignore:
Timestamp:
May 16, 2010, 10:15:32 AM (14 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevReadFirst

    v17 v18  
    4646
    4747== Supporting Automatic Subtitle Uploading ==
    48 The idea's very simple - if a user watching a movie with subtitles watches 80% or more of the movie (without modifying the delay or framerate during this time), we can safely say that those subtitles are suitable for the movie. In that case, why don't you upload them? In many cases this should be done in automated way, in the background (as the default setting). In your player preferences, user should of course be able to change login/password, enable/disable automatic upload, as well as changing any other settings.
     48The idea's very simple - if a user watching a movie with subtitles, already saw 80% or more of the movie (without modifying the delay or framerate subtitles, or fast forward the movie, he really must watch it), we can safely say that those subtitles are suitable for the movie. In that case, why don't you upload them? In many cases this should be done in automated way, in the background (as the default setting). In your player preferences, user should of course be able to change login/password, enable/disable automatic upload, as well as changing any other settings.
    4949 * Workflow:
    5050   * After 80% of '''watching''' movie (this means user can skip back and forth, but must watch at least 80% of the movie in real-time), launch the automatic uploader module in player,
    51    * [wiki:XMLRPC#CheckMovieHash LogIn()]
     51   * [wiki:XMLRPC#CheckMovieHash CheckMovieHash()]
    5252   * We got movie and subtitles, call [wiki:XMLRPC#TryUploadSubtitles TryUploadSubtitles()]
    5353   * If subtitles are not in the database, get IMDB ID from .nfo file or [wiki:XMLRPC#CheckMovieHash CheckMovieHash()]
    5454   * If we don't have IMDB ID, user should be prompted to find it using [wiki:XMLRPC#SearchMoviesOnIMDB SearchMoviesOnIMDB()]
    5555   * [wiki:XMLRPC#UploadSubtitles UploadSubtitles()]
    56 
    57 
    58 
    5956
    6057