Skip to content
Federico Abad edited this page Feb 21, 2014 · 2 revisions

√ Means done.
- Means half-done / some progress.
[ ] Means not yet started.

Alpha (0.1a)

  • [√] Connect VLC and peerflix app using .torrent files instad of magnet:
  • [√] Movie landing information Movie sidebar information with conditionals for subtitles, quality and play button.
  • [√] Use localStorage Web SQL to cache most of the application content such as URLs (images, torrents, etc.) and information in order to load it faster preventing multiple API requests for things we already had requested in the past.
  • [√] Implement subtitles functionality, including multiple languages. Current support for Spanish and English.
  • [√] Implement optional quality functionality (SD vs. HD). This version should be dvdrip/dvdscreener or 720p. For connectivity issues, we need the smallest version possible, even if it is 720p some version are 800mb. Compressed but a great quality.
  • [√] Define what to do with our current API usage.
    • Change User-Agent on subtitles properly,
    • Check rate limits on RottenTomatoes
    • Avoid using KimonoLabs, implement YIFY?

Beta (v0.1b)

  • [√] Search through movies functionality (fuck yeah bitches!)
  • [√] Loading indicator:
    • when launching a movie.
    • when searching.
    • when app is loading the latest 50.
  • [√] Make sure downloaded movie files are deleted from disk, either with TTL or on demand. Subtitles don't matter because they're lightweight (bunch of KBs) Movie files will be deleted after rebooting.
  • [√] Make an effort for better subtitles match.
  • [√] Add --debug flag to see extra information in console.
  • [√] Create gh-pages with downloadable application (project landing page.)

Release Candidate 1

  • [√] Support for Mac OS X
  • [√] Support for Windows
  • [√] Sidebar functionality (Genres)
  • [√] VideoJS full integration
  • [√] Build rotten-cache
  • [√] Better subtitles. Scrapping http://yifysubtitles.com or a script that download the subtitles from that page and uploads it to opensubtitles
  • [√] Package Windows and OSX release apps.

Release Candidate 2

  • Fix subtitles on windows. (When you select a subtitle and play the movie the app crash with a nasty node error page)
  • Remove the scrollbar in Windows with something like this http://jamesflorentino.github.io/nanoScrollerJS
  • Manual input torrent / subtitles files

Release Candidate 3

  • Multi-language support (Spanish, English) - use of navigator.language (indexOf en|es) could be en-US, en-GB, es, es-AR, en, etc.
  • Play a random movie