MichaelOultram
7b96f4c3ce
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-09-27 00:58:48 +01:00
MichaelOultram
7d585ce02e
Starting web interface
2015-07-28 14:56:20 +01:00
MichaelOultram
38fd0ab7cd
Fixing build issues
2015-07-28 14:18:43 +01:00
MichaelOultram
87f70a7f8c
Fixing build issues
2015-07-28 13:47:02 +01:00
MichaelOultram
26db170fd3
Fixing build issues
2015-07-28 13:45:22 +01:00
MichaelOultram
d62cdc70da
Precaching
2015-07-28 13:43:43 +01:00
MichaelOultram
b780052726
Fixing build issues
2015-07-28 13:29:14 +01:00
MichaelOultram
f8b3236ae1
Fixing build issues
2015-07-28 13:16:28 +01:00
MichaelOultram
09637395cc
Fixing build issues
2015-07-28 13:12:49 +01:00
Matthieu Grieger
20c2d82ff8
Comment cleanups
2015-05-09 22:00:24 -07:00
Matthieu Grieger
34431c9fa5
https://github.com/matthieugrieger/mumbledj/issues/65 : Add support for YouTube offsets
2015-05-09 21:45:00 -07:00
Matthieu Grieger
1df88a41de
Fixed more go build errors
2015-04-15 23:44:35 -07:00
Matthieu Grieger
e0a936ab63
Restructured project to use interfaces instead of packages
2015-04-13 23:40:39 -07:00
Matthieu Grieger
b37937769b
Small tweaks
2015-04-09 13:52:32 -07:00
Matthieu Grieger
ccb0b4a3de
Fix https://github.com/matthieugrieger/mumbledj/issues/55 : Crash after skipping last song of playlist
2015-03-28 16:12:14 -07:00
Matthieu Grieger
b6a6da718d
Greatly simplified song queue data structure
2015-02-12 13:27:04 -08:00
Matthieu Grieger
24fb620e1f
Updated dependencies, updated code to reflect gumble API changes
2015-02-11 15:25:47 -08:00
Matthieu Grieger
b0a2704e26
Fix https://github.com/matthieugrieger/mumbledj/issues/31 : Crash on private message
2015-01-30 18:26:51 -08:00
Matthieu Grieger
097b504947
Fix https://github.com/matthieugrieger/mumbledj/issues/26 : nextsong showing incorrect info
2015-01-26 22:12:09 -08:00
Matthieu Grieger
4d08287530
More copyright year updates
2015-01-18 14:44:40 -08:00
Matthieu Grieger
4376fe7394
Added nextsong command
2015-01-12 16:21:53 -08:00
Matthieu Grieger
98d2ce08ab
Add SongQueue.PeekNext()
2015-01-12 16:02:20 -08:00
Matthieu Grieger
a31da73f39
Add request https://github.com/matthieugrieger/mumbledj/issues/15 : numsongs command
2015-01-10 13:03:52 -08:00
Matthieu Grieger
1586180246
Added reset command
2015-01-05 19:16:59 -08:00
Matthieu Grieger
803d977e27
Hopefully fixed queue not working after awhile
2015-01-05 19:00:05 -08:00
Matthieu Grieger
aa86b570a0
Added ability to add YouTube playlists to queue
2015-01-03 11:31:29 -08:00
Matthieu Grieger
f6c86f8566
Switched from queue to Golang slice for SongQueue
2014-12-31 14:36:53 -08:00
Matthieu Grieger
a90b4671e9
Commented code
2014-12-27 10:05:13 -08:00
Matthieu Grieger
ecc0cd30c1
Reached feature parity with Lua MumbleDJ
2014-12-27 00:25:49 -08:00
Matthieu Grieger
7c1933e93f
SongQueue now working, Song almost completed
2014-12-18 16:28:27 -08:00
Matthieu Grieger
6924df7f13
Add some unfinished methods to SongQueue
2014-12-15 16:41:58 -08:00
Matthieu Grieger
6721a7f51f
Add songqueue.go
2014-12-14 21:37:55 -08:00