Commit graph

6 commits

Author SHA1 Message Date
MichaelOultram ce4dc6bc4f Renamed YoutubeSong to AudioTrack
And renamed YoutubePlaylist to AudioPlaylist
2015-09-27 14:33:16 +01:00
MichaelOultram f5de1ae5ca Renamed YoutubeSong to AudioTrack
And renamed YoutubePlaylist to AudioPlaylist
2015-09-27 14:31:01 +01:00
MichaelOultram c122a1f8e4 Song conditions are now checked in Service 2015-09-27 01:02:12 +01:00
MichaelOultram edba60939a Soundcloud links with a time will be offset 2015-09-27 01:01:45 +01:00
MichaelOultram 861c3bba31 Enables/Disables services based on whether API key exists 2015-09-27 00:59:20 +01:00
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