Commit graph

488 commits

Author SHA1 Message Date
Matthieu Grieger 7b9086c0f7 Merge pull request #104 from nkhoit/master
Added listsongs command
2015-12-14 13:01:06 -08:00
Khoi Tran 6e0b95b9b2 Added listsongs command 2015-12-13 22:34:33 -05:00
Matthieu Grieger c5d6b68d5e Update CHANGELOG.md 2015-12-07 22:39:24 -08:00
Matthieu Grieger efe5fb5bb9 Merge pull request #100 from Gamah/master
Use config vars instead of env vars
2015-12-07 22:37:20 -08:00
gamah 7d27f9087b Modify make install to use existing env vars if possible. 2015-11-19 14:08:34 -06:00
gamah 912e657c8b Use config vars instead of env vars 2015-11-19 02:05:06 -06:00
Matthieu Grieger ca08f5710f Update CHANGELOG.md 2015-10-16 14:54:44 -07:00
Matthieu Grieger caac88d8b2 Merge pull request #91 from GabrielPlassard/support_playlists_over_50_songs
Supports adding youtube playlist with more than 50 items (Closes https://github.com/matthieugrieger/mumbledj/issues/71)
2015-10-16 14:52:45 -07:00
Gabriel Plassard c1f89fbaaf Support MaxSongPerPlaylist configuration for soundcloud playlists 2015-10-16 23:15:33 +02:00
Gabriel Plassard 6776d6869f Refactor max playlist size 2015-10-15 23:26:30 +02:00
Matthieu Grieger 995e85b0c8 Update CHANGELOG.md 2015-10-14 18:27:49 -07:00
Matthieu Grieger 5fcf31f094 Merge pull request #92 from GabrielPlassard/fixIndexOutOfRange
Fix possible index out of range when auto shuffle is on
2015-10-14 18:26:05 -07:00
Gabriel Plassard 3ac7077263 Fix possible index out of range when auto shuffle is on 2015-10-15 00:07:50 +02:00
Gabriel Plassard 6ef13568fa support maximum songs per playlist config 2015-10-14 20:49:18 +02:00
Gabriel Plassard 411cbadb59 Supports adding youtube playlist with more than 50 items 2015-10-13 00:08:36 +02:00
Matthieu Grieger 5d56a368f8 Update CHANGELOG.md 2015-10-12 14:06:09 -07:00
Matthieu Grieger 392607709a Update README with shuffle commands 2015-10-12 14:04:35 -07:00
Matthieu Grieger ae61d8cdf2 Merge pull request #90 from GabrielPlassard/master
Add support for !shuffle, !shuffleon and !shuffleoff commands #39
2015-10-12 14:01:06 -07:00
Gabriel Plassard 5e6b72c03e add missing config entry 2015-10-12 18:05:14 +02:00
Gabriel Plassard 5deb85d8fb cosmetic 2015-10-10 11:31:39 +02:00
Gabriel Plassard c5409a8d8b Fix first song not being shuffled 2015-10-10 00:03:39 +02:00
Gabriel Plassard 7dbbd77c4e Fixup 2015-10-08 00:24:59 +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 a1b957596c Capitalization fix 2015-10-02 23:14:20 -07:00
Matthieu Grieger fb7d6dea98 Update README with note about SoundCloud, other small changes 2015-10-02 23:10:38 -07:00
Matthieu Grieger d45d576c72 Fixed version number 2015-10-01 13:00:14 -07:00
Matthieu Grieger 68709a40b3 Update CHANGELOG.md 2015-10-01 12:59:03 -07:00
Matthieu Grieger 3b0b77858b Merged PR #87. Added Soundcloud support. Fixes #87. 2015-10-01 12:56:05 -07:00
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