root
e888271bc5
Added version command both commandline and in chat
...
Hi! I've added a command line version argument, as well as a version command that the bot will respond to in chat.
The current version is listed in the strings.go file.
2016-02-02 13:45:32 +01:00
Khoi Tran
6210f620bb
Added an argument for listsongs command that limits the number of songs in the list
2015-12-15 20:32:20 -05:00
Khoi Tran
4e9b30c513
Added addnext command
2015-12-14 20:07:12 -05:00
Khoi Tran
6e0b95b9b2
Added listsongs command
2015-12-13 22:34:33 -05:00
Gabriel Plassard
5deb85d8fb
cosmetic
2015-10-10 11:31:39 +02:00
Gabriel Plassard
2246695220
[WIP] Added support for !shuffleon and !shuffleoff commands #39
2015-10-08 00:02:34 +02:00
Gabriel Plassard
03a51ed3b6
added support for !shuffle command
2015-10-06 22:33:37 +02:00
Matthieu Grieger
3b0b77858b
Merged PR #87 . Added Soundcloud support. Fixes #87 .
2015-10-01 12:56:05 -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
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
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
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
2393727137
Song/playlist is now skipped when submitter skips
2015-03-20 21:35:19 -07:00
Matthieu Grieger
180761117b
Fix https://github.com/matthieugrieger/mumbledj/issues/43 : Queue freezing up on download fail
2015-02-18 15:11:13 -08:00
Jake
2b9394a371
Fixed panic when attempting to play empty queue
2015-02-18 00:11:02 +00:00
Jake
d11b6326cc
Added a restriction on maximum video length
2015-02-18 00:11:01 +00:00
Matthieu Grieger
4957133c14
https://github.com/matthieugrieger/mumbledj/issues/27 : Added song caching
2015-02-17 15:43:20 -08: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
d8b31e60c2
https://github.com/matthieugrieger/mumbledj/issues/33 : Playlist titles in notifications
2015-02-07 17:54:24 -08:00
Matthieu Grieger
0bb039b52f
https://github.com/matthieugrieger/mumbledj/issues/33 : Add !setcomment
2015-02-07 14:23:47 -08:00
Matthieu Grieger
a28450e5ca
Replace sanitize with gumbleutil.PlainText
2015-02-07 14:10:45 -08:00
Matthieu Grieger
42d9147b41
Fix go build issues
2015-02-02 17:45:55 -08:00
Matthieu Grieger
fc9f3c8f23
Fixed empty song/playlist entry being added upon !add with invalid YouTube ID.
2015-02-02 12:05:00 -08:00
Matthieu Grieger
6ba9f94e71
Fix https://github.com/matthieugrieger/mumbledj/issues/32 : Newlines messing up \!add commands
2015-02-02 11:50:31 -08:00
Matthieu Grieger
0275ab2fb3
Fix https://github.com/matthieugrieger/mumbledj/issues/32 : \!reset crash when no audio is playing
2015-02-02 11:41:11 -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
9940939542
Add currentsong command
2015-01-25 11:27:28 -08:00
Matthieu Grieger
7465922c43
Fix https://github.com/matthieugrieger/mumbledj/issues/23 : Move to channel with spaces in name
2015-01-19 13:28:25 -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
6a172fc81b
Slight tweaks and fixes to help command
2015-01-10 16:16:05 -08:00
MrKrucible
7d29ff727e
Add help command.
2015-01-10 15:15:12 -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
aa60f2bad7
Fix https://github.com/matthieugrieger/mumbledj/issues/16 : Type mismatch on make
2015-01-10 12:32:27 -08:00
Matthieu Grieger
7fe12c4e43
Fix https://github.com/matthieugrieger/mumbledj/issues/14 : Bot crash on YouTube playlist URLs with '-' character
2015-01-09 16:45:17 -08:00
Matthieu Grieger
5d91ca95f4
Possible fix for crash after skipping more than once
2015-01-08 18:17:36 -08:00
Matthieu Grieger
9667157d63
Fix https://github.com/matthieugrieger/mumbledj/issues/11 : Crash on skip when no song is playing
2015-01-07 11:06:58 -08:00
Matthieu Grieger
1586180246
Added reset command
2015-01-05 19:16:59 -08:00
Matthieu Grieger
aa86b570a0
Added ability to add YouTube playlists to queue
2015-01-03 11:31:29 -08:00
Matthieu Grieger
bc43b183de
Cleaned and relocated some code
2015-01-01 07:54:11 -08:00
Matthieu Grieger
6e26d4ace6
Fails more gracefully if audio download fails
2014-12-30 13:32:48 -08:00
Matthieu Grieger
68a4052809
Fixed URL parsing not working for some URLs
2014-12-30 13:27:12 -08:00