A javascript implementation of the Showveo REST service using node.js. http://www.showveo.com
  • JavaScript 100%
Find a file
2011-04-10 00:09:15 -06:00
.idea Added more data to read from the movie service. 2011-04-10 00:09:15 -06:00
encoding Tweaked the mobile encoding settings to my liking (bugzid: 18). 2011-03-29 18:40:15 -06:00
extensions Mongoose updated. It broke my data access code. I've begun the refactor to fix it, starting with the UserRepository and GenreRepository classes. 2011-02-19 23:19:55 -07:00
file Fixed a bug in which the file retriever would fail when given nonsensical bounds. 2011-03-29 18:23:49 -06:00
handlers Updated the fileretriever class to load everything sequentially into a buffer. This solved the problem of loading a huge binary string into memory on the initial request for a movie from the Android movie player. Plus, it solved the slow loading problem on the HTML 5 video player in Firefox *and* now allows me to watch in Chrome, too. Good fix. 2011-03-27 23:29:31 -06:00
logging Added a movie watcher class which is used to monitor a folder for new movie additions. Still need to perform the encoding step. 2011-01-03 23:11:01 -07:00
remote Added more data to read from the movie service. 2011-04-10 00:09:15 -06:00
repositories The user can now view a movie added from start to finish on an Android device. 2011-03-27 22:14:09 -06:00
service The user can now view a movie added from start to finish on an Android device. 2011-03-27 22:14:09 -06:00
watcher The user can now view a movie added from start to finish on an Android device. 2011-03-27 22:14:09 -06:00
.gitignore Cleaning up the repo. 2011-03-28 22:38:36 -06:00
database.js I've almost completed the move to native mongo. I still need to strip the _id objects from all the serialized data and replace it with a comparable id object. I'm doing this so I'm not coupled to the _id object. 2011-02-23 23:08:21 -07:00
service.js The user can now view a movie added from start to finish on an Android device. 2011-03-27 22:14:09 -06:00
setup.js Added a user-agent analyzer class with methods to determine if a request originated from a desktop or mobile browser. 2011-03-27 12:50:04 -06:00
setupempty.js Updated the fileretriever class to load everything sequentially into a buffer. This solved the problem of loading a huge binary string into memory on the initial request for a movie from the Android movie player. Plus, it solved the slow loading problem on the HTML 5 video player in Firefox *and* now allows me to watch in Chrome, too. Good fix. 2011-03-27 23:29:31 -06:00
test.js Updated the fileretriever class to load everything sequentially into a buffer. This solved the problem of loading a huge binary string into memory on the initial request for a movie from the Android movie player. Plus, it solved the slow loading problem on the HTML 5 video player in Firefox *and* now allows me to watch in Chrome, too. Good fix. 2011-03-27 23:29:31 -06:00
webserver.js Updated the fileretriever class to load everything sequentially into a buffer. This solved the problem of loading a huge binary string into memory on the initial request for a movie from the Android movie player. Plus, it solved the slow loading problem on the HTML 5 video player in Firefox *and* now allows me to watch in Chrome, too. Good fix. 2011-03-27 23:29:31 -06:00