Matthieu Grieger
9928986bfe
Update CHANGELOG.md
2015-08-12 21:24:41 -07:00
Matthieu Grieger
ccf4f6c747
Merge pull request #80 from CMahaff/master
...
Fixed cache clearing earlier than expected
2015-08-12 21:21:42 -07: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
Matthieu Grieger
6415a597da
Remove debug print statement
2015-05-19 01:22:59 -07:00
Matthieu Grieger
0af6a94dbc
Update CHANGELOG
2015-05-19 01:22:21 -07:00
Matthieu Grieger
2173edd1c6
Fix https://github.com/matthieugrieger/mumbledj/issues/70 : panic on playlist add
2015-05-19 01:21:33 -07:00
Matthieu Grieger
1615ed38e9
Fixed README formatting
2015-05-18 18:33:46 -07:00
Matthieu Grieger
0697bcd8a2
Add new troubleshooting solution
2015-05-18 18:33:11 -07:00
Matthieu Grieger
9e16b73b53
Updated README with more detailed descriptions of commandline options
2015-05-14 10:54:14 -07:00
Matthieu Grieger
189153f888
Update CHANGELOG
2015-05-14 10:47:43 -07:00
Matthieu Grieger
12b7cb3a77
Fixed error message for videos exceeding time limit not showing
2015-05-14 10:44:28 -07:00
Matthieu Grieger
fce0f0e378
Merge pull request #68 from fiveofeight/upstream
...
Now gives an error message if you have an invalid API key, instead of…
2015-05-14 10:41:08 -07:00
Matthieu Grieger
6398ef43c8
Merge pull request #67 from mkbwong/master
...
Fix for issue #34 : !move does not work with sub channels
2015-05-14 10:39:50 -07:00
fiveofeight
522bfa465b
Now gives an error message if you have an invalid API key, instead of simply saying "The Youtube URL you supplied did not contain a valid YouTube ID."
2015-05-14 11:01:51 -04:00
Miguel Wong
b15cd9e835
Fix for issue #34 : !move does not work with sub channels
...
Added -accesstokens command line argument
2015-05-14 02:15:18 -07:00
Matthieu Grieger
5f1d84169b
Update CHANGELOG
2015-05-12 22:55:59 -07:00
Matthieu Grieger
b39eb72cb9
Cleaned up timestamp display
2015-05-12 22:55:06 -07:00
Matthieu Grieger
2843d94179
Timestamps and offsets correctly calculated and displayed for days and hours
2015-05-12 22:47:14 -07:00
Matthieu Grieger
e947524524
Update CHANGELOG
2015-05-09 22:07:40 -07:00
Matthieu Grieger
36ff581886
Fixed duration showing 0:00 when song is less than a minute long
2015-05-09 22:05:05 -07: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
35f673447f
Updated dependencies
2015-05-09 21:44:36 -07:00
Matthieu Grieger
2b43cb979a
Removed extra stuff from README
2015-05-02 00:52:23 -07:00
Matthieu Grieger
b138c68662
Added Troubleshooting section to README
2015-05-02 00:49:41 -07:00
Matthieu Grieger
23be5da322
Make it more clear which IP address to use in API
2015-04-21 12:46:38 -07:00
Matthieu Grieger
4e389fc189
Update Golang version requirement
2015-04-17 21:35:21 -07:00
Matthieu Grieger
8751c7e723
Updated CHANGELOG
2015-04-17 16:57:56 -07:00
Matthieu Grieger
bf5ec20416
Add PerformStartupChecks() to check for YOUTUBE_API_KEY and other stuff in the future
2015-04-17 16:54:30 -07:00
Matthieu Grieger
f7e8cf1e40
More formatting fixes
2015-04-17 16:45:48 -07:00
Matthieu Grieger
07d24d0bb2
Fix README formatting
2015-04-17 16:45:07 -07:00
Matthieu Grieger
4f0bb2f14d
Add YouTube API key guide to README
2015-04-17 16:44:09 -07:00
Matthieu Grieger
6477c17116
Fully functional songs and playlists
2015-04-17 16:30:13 -07:00
Matthieu Grieger
1df88a41de
Fixed more go build errors
2015-04-15 23:44:35 -07:00
Matthieu Grieger
f6b301edd6
More changes and additions to Song and Playlist types
2015-04-15 23:32:32 -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
26a9d78fac
go fmt
2015-04-09 13:23:21 -07:00
Matthieu Grieger
73fb4bd82b
Removed playlist.go and song.go
2015-04-09 13:21:28 -07:00
Matthieu Grieger
985f48572f
Finished YouTube API
2015-04-09 13:20:40 -07:00
Matthieu Grieger
14bb9df146
Added PerformGetRequest
2015-04-08 23:44:48 -07:00
Matthieu Grieger
6a836f13b7
gofmt
2015-04-08 18:47:39 -07:00
Matthieu Grieger
ccbfe12340
Added services and youtube packages
2015-04-08 18:44:22 -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
b6c5310240
Update CHANGELOG.md
2015-03-27 20:46:09 -07:00
Matthieu Grieger
3af978fb38
Merge pull request #54 from dylanetaft/master
...
Fix https://github.com/matthieugrieger/mumbledj/issues/50 : Load config before connecting to mumble server
2015-03-27 20:44:11 -07:00
Dylan E Taft
fbd355afaa
Load config before connecting to mumble server
2015-03-27 20:56:47 -04:00
Matthieu Grieger
c05967047c
Tweaked Makefile to handle version numbers in executable name
2015-03-26 10:33:52 -07:00
Matthieu Grieger
c73c3794e1
Renamed mumbledj.gcfg to config.gcfg
2015-03-26 10:27:44 -07:00
Matthieu Grieger
7662c6466d
Update CHANGELOG
2015-03-20 21:37:37 -07:00