Commit graph

731 commits

Author SHA1 Message Date
MichaelOultram 14aebb85d3 Fixing build errors 2015-08-12 20:53:44 +01:00
MichaelOultram ab95cfb9bc Fixing build errors 2015-08-12 20:52:20 +01:00
MichaelOultram 48377ece09 Fixing build errors 2015-08-12 20:46:32 +01:00
MichaelOultram ee8578119f Fixing build errors 2015-08-12 20:39:49 +01:00
MichaelOultram 5fcec92929 Trying to work out why dummy won't connect 2015-08-12 20:34:32 +01:00
MichaelOultram c6c58c4d11 Trying to work out why dummy won't connect 2015-08-12 20:31:12 +01:00
MichaelOultram d9527a4093 Getting tests to run 2015-08-12 20:26:27 +01:00
MichaelOultram fb16dc1db3 Fixing build errors 2015-08-12 20:23:51 +01:00
MichaelOultram 77723f4941 Fixing build errors 2015-08-12 19:54:56 +01:00
MichaelOultram 43f412e722 Fixing build errors 2015-08-12 19:52:38 +01:00
MichaelOultram dbc4583794 Trying to work out why music can not be downloaded 2015-08-12 19:49:03 +01:00
MichaelOultram 5f9e778ac1 Modified circle.yml to make it work 2015-08-12 19:29:22 +01:00
MichaelOultram f8a0940ae1 Added circle.yml to build on circleci 2015-08-12 19:19:28 +01:00
Connor Mahaffey 2df3613636 Fixed cache clearing earlier than expected
By default, the date on a file downloaded by youtube-dl is the date the video was originally uploaded to youtube. As a result, items will always be cleared from the cache because they appear to be years old - even though they were just downloaded. Adding the directive "--no-mtime" will make the date on files the date the file was downloaded.

See this issue on youtube-dl: https://github.com/rg3/youtube-dl/issues/4667
2015-08-12 11:46:09 -04:00
MichaelOultram d494642e27 Fixing build errors 2015-08-10 19:32:24 +01:00
MichaelOultram d340781611 Fixing build errors 2015-08-10 19:31:12 +01:00
MichaelOultram 46820b68ea Added more error messages 2015-08-10 19:29:58 +01:00
MichaelOultram af9b4d8405 Trying to get tests to run 2015-08-10 19:17:16 +01:00
MichaelOultram d1c3255ed9 Deleted web section from config.gcfg until I can work out what went wrong 2015-08-10 19:14:01 +01:00
MichaelOultram edba4d447a Put quotation marks around WebAddress string in config.gcfg 2015-08-10 19:08:11 +01:00
MichaelOultram a48d10a1cc Fixed parseConfig.go to include new Web section 2015-08-10 19:05:20 +01:00
MichaelOultram 068323e9b8 Fixing panic on launch 2015-08-10 18:57:01 +01:00
MichaelOultram acc55bad30 Fixing build issues 2015-08-10 18:52:44 +01:00
MichaelOultram bf8a3f52be Actually reverting 2015-08-10 18:50:58 +01:00
MichaelOultram b8fb029f80 Revert "Fixing build errors"
This reverts commit 9c6c65a036.
2015-08-10 18:44:49 +01:00
MichaelOultram f77045f80b Using godeps for Heroku 2015-08-10 18:42:12 +01:00
MichaelOultram 9c6c65a036 Fixing build errors 2015-08-10 16:06:20 +01:00
MichaelOultram c85b04cd45 Fixing build errors 2015-08-10 16:04:31 +01:00
MichaelOultram 4b24ac56b4 Seporated Service APIs and youtube-dl 2015-08-10 16:00:47 +01:00
MichaelOultram e114268c30 Correcting .travis.yml sections 2015-08-10 01:57:24 +01:00
MichaelOultram defe9f36cd Fixing errors that the cache was hiding 2015-08-10 01:52:58 +01:00
MichaelOultram 8fbdde89b9 Fixing errors that the cache was hiding 2015-08-10 01:50:53 +01:00
MichaelOultram e3f4e2faba Fixing errors that the cache was hiding 2015-08-10 01:49:10 +01:00
MichaelOultram 380fc75a01 Fixing errors that the cache was hiding 2015-08-10 01:45:48 +01:00
MichaelOultram 80a4cd01b2 Moved opus back to its original place 2015-08-10 01:39:58 +01:00
MichaelOultram e52ed9a2d1 Moved opus into bin folder 2015-08-10 01:33:46 +01:00
MichaelOultram 75b0e7c9c6 Fixing build errors 2015-08-10 01:27:26 +01:00
MichaelOultram bb023a468a Fixing build errors 2015-08-10 01:24:48 +01:00
MichaelOultram 1d1c3e08f2 Fixing build errors 2015-08-10 01:22:32 +01:00
MichaelOultram 2bb84599ea Given up on go test, using my own 2015-08-10 01:19:27 +01:00
MichaelOultram 2a42e4456c Renamed test to try and get it to work 2015-08-10 01:06:56 +01:00
MichaelOultram a03933e3a9 Fixing build errors 2015-08-10 00:59:06 +01:00
MichaelOultram 2d80b9ecb7 Fixing build errors 2015-08-10 00:57:08 +01:00
MichaelOultram 51daba26f0 Fixing build errors 2015-08-10 00:52:45 +01:00
MichaelOultram 7c96195dc6 Made a hacky change to use environment variable during test 2015-08-10 00:50:37 +01:00
MichaelOultram 1b6a52b63e Added missing import for test 2015-08-10 00:42:41 +01:00
MichaelOultram a34d8b991b Written first test 2015-08-10 00:41:26 +01:00
MichaelOultram d1c0905a78 Updated MakeFile to improve compile times 2015-08-10 00:03:19 +01:00
MichaelOultram 61d5a6fd66 Added .gitattributes file 2015-08-10 00:01:12 +01:00
MichaelOultram 906adab101 Added missing dependancy installer 2015-08-09 23:50:39 +01:00