Changes between Version 10 and Version 11 of WikiStart
- Timestamp:
- Aug 27, 2010, 11:11:00 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v10 v11 40 40 subtitle format as he want. 41 41 42 Realtime Re-timing, cutting - SubLib supports re-timing, cutting, "moving" subtitles, so42 Realtime Re-timing, cutting - !SubLib supports re-timing, cutting, "moving" subtitles, so 43 43 this should be done also online and via API. 44 44 … … 51 51 bad, but they don't provide any official API access to their database. That's why there is need to 52 52 implement sites like [http://www.themoviedb.org/ TheMovieDB.org] [http://github.com/dbr/themoviedb python wrapper here] and [http://thetvdb.com/ TheTVDB.com] [http://pypi.python.org/pypi?%3Aaction=search&term=thetvdb&submit=search python wrapper]. 53 So support 3 sites, imdb.com as last, when 2 other fails (?) 53 So support 3 sites, imdb.com as last, when 2 other fails (?). Mark if movie is TV Series, add Season and Episode 54 54 55 55 Movie hashing - there is little need for stronger hash, which need some research, how to … … 115 115 [http://sphinxsearch.com/ Sphinx-search] for fulltext search 116 116 117 == Other notes == 118 * Ratings should just be upvote and downvote. 119 * Multiple-Subtitle TryUpload support, with response for all requests sent. 120 * Multiple Movie subtitle upload support (just allowing upload of more than one CD array) 121 * Official support for subtitle upload without matched movie 122 * Simple multiple deletion of subtitles 123 * Community picked "best-version" of subtitle 124 * maximum two subtitles per language per release 117 125 126 == Database Design == 127 Tables name and columns name are not final and will be changed. 128 129 [http://www.opensubtitles.org/addons/sql/?keyword=version1&toolbar=hidden Version 1] 118 130 119 131 == Study ==