Commit Graph

18 Commits (dcd2e1315f89d68fe0fe5ddc624b9edb65ad5ff7)

Author SHA1 Message Date
Michael Pacella a81f934047 hack workaround to get certain youtube videos which do not provide m4a format audio to work. --format bestaudio can be used with youtube-dl instead of specifying the m4a format. 2016-02-11 01:05:52 -05:00
fiveofeight e88ae814d6 Fixed youtube offsets not working when the url used &t and #t vs ?t. 2016-01-14 14:40:56 -05:00
gamah 912e657c8b Use config vars instead of env vars 2015-11-19 02:05:06 -06:00
Gabriel Plassard 6776d6869f Refactor max playlist size 2015-10-15 23:26:30 +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 3b0b77858b Merged PR #87. Added Soundcloud support. Fixes #87. 2015-10-01 12:56:05 -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 2173edd1c6 Fix https://github.com/matthieugrieger/mumbledj/issues/70: panic on playlist add 2015-05-19 01:21:33 -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 36ff581886 Fixed duration showing 0:00 when song is less than a minute long 2015-05-09 22:05:05 -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 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