Commit graph

20 commits

Author SHA1 Message Date
calzoneman
e973813718 Patch a memory leak caused by an earlier failsafe
A global object AllPlaylists was added back in v2 as a hardfix for an issue where playlists would continue to send updates after the channel was reloaded and the playlist object was obsolete.  This condition should no longer happen due to other fixes, so the only thing this object was doing was wasting memory.
2014-04-10 16:10:55 -05:00
calzoneman
15dc61a761 Fix livestream issue 2014-02-20 21:24:28 -06:00
calzoneman
54102863ac Fix random playlist death bug 2014-02-16 13:12:49 -06:00
calzoneman
0f9bfe1429 JWPlayer serverside synchronization 2014-02-09 20:10:11 -06:00
calzoneman
3bebc34e21 Redo channel logs 2014-02-08 12:45:07 -06:00
calzoneman
e6acf92bdb Add volume normalization and vimeo workaround 2014-02-02 20:04:50 -06:00
calzoneman
1aa464caa5 Continue fixing things 2014-01-06 09:55:12 -06:00
calzoneman
521c786cdc Start the long process of making it work again 2014-01-05 19:42:09 -06:00
calzoneman
4198f3ce2c Add support for Google Docs videos 2013-11-07 17:19:36 -06:00
calzoneman
718a70bc60 Fix clean; minor error message fixes 2013-10-07 00:10:16 -05:00
calzoneman
89422c3c1d Fix #289 2013-10-03 22:07:44 -05:00
calzoneman
0c52c3f17d Fix /clean 2013-09-30 21:34:40 -05:00
calzoneman
3666b43f7a Use new asyncqueue system for moving and deleting 2013-09-30 10:05:09 -05:00
calzoneman
2fc8349daf Migrate youtube playlists and user playlists, comma lists sometimes break still 2013-09-29 22:32:37 -05:00
calzoneman
a371ca6440 Continue refactoring playlist 2013-09-29 19:53:27 -05:00
calzoneman
21bd270813 Improvements to playlist queue 2013-09-29 11:30:36 -05:00
calzoneman
851491e4ac Modify lead function for lead-in 2013-09-21 23:54:29 -05:00
calzoneman
4517741455 A few minor changes to the /clean merge 2013-09-21 00:10:22 -05:00
calzoneman
f7e968a13c Alter channel unload behavior, add additional checks
- Should prevent "write after end" errors caused by unloading a channel before it finishes loading
- Might prevent strange cases of playlists gone wild
2013-09-08 17:43:30 -05:00
calzoneman
7840fa35e8 Move server files to lib/ to clean up root directory 2013-09-05 13:48:05 -05:00
Renamed from playlist.js (Browse further)