Commit Graph

923 Commits

Author SHA1 Message Date
Dimitris Aggelou
803a677167 Addressing issue#338 (#357) 2018-09-16 06:10:07 -07:00
Linus Groh
9cd8fdbc2f Minor fixes for a working 1.0.0 release (#347) v1.0.0 2018-09-09 08:35:42 -07:00
Ritiek Malhotra
40d711b532 Update README examples and add PyPi badge (#346)
* Add PyPi badge

* python3 spotdl.py -> spotdl
2018-09-09 08:25:50 -07:00
Ritiek Malhotra
e0c8960906 Changes for v1.0.0 release (#345)
* Move spotdl.py inside spotdl directory

* Fix Dockerfile

* Re-upload FFmpeg binary

* Small fixes ;)
2018-09-09 08:00:01 -07:00
Vishnunarayan K I
a7e9009aa6 Merge pull request #335 from ritiek/default-config-path
Move default `config.yml` to .config folder
2018-08-19 22:34:32 +05:30
Ritiek Malhotra
dd81f80fda Use appdirs to figure out user config directory 2018-08-19 19:32:22 +05:30
Ritiek Malhotra
04824d2f20 Merge pull request #333 from ritiek/abs-path-music-dir
Use absolute path to download directory
2018-08-17 03:50:33 +05:30
Ritiek Malhotra
7b9fe73fb8 Use absolute path to download directory 2018-08-12 21:38:02 +05:30
Ritiek Malhotra
5b4efa05b6 Merge pull request #316 from Mello-Yello/master
Trim silence at the beginning of a song
2018-07-29 05:56:54 -07:00
Ritiek Malhotra
d6bffd7493 Merge branch 'master' into master 2018-07-28 23:43:55 -07:00
Ritiek Malhotra
a3b32547e0 Pass **config to parser.set_defaults() (#319) 2018-07-28 23:42:42 -07:00
Mello-Yello
e749f14828 Minor fixes 2018-07-28 13:25:03 +02:00
Mello-Yello
b0a945e2d2 Add the --trim-silence parameter 2018-07-28 11:01:49 +02:00
Linus Groh
ef1e471526 Directly link FAQs in README, minor changes (#315) 2018-07-27 07:31:43 -07:00
Mello-Yello
7674db7f71 Trim silence at the beginning of a song 2018-07-27 16:05:44 +02:00
Linus Groh
12c3b928ee Merge pull request #314 from ritiek/fix-song-exist-check
Fix song exist check
2018-07-26 22:03:02 +02:00
Linus Groh
149f38f393 Fix song exist check 2018-07-26 21:40:35 +02:00
Linus Groh
cf3ecd017d Merge pull request #311 from ritiek/fix-song-exist-check
Fix check for song with same name
2018-07-26 21:30:43 +02:00
Linus Groh
d54c9a530f Merge pull request #313 from ritiek/fix-tests
Fix tests
2018-07-26 21:27:14 +02:00
Linus Groh
3aff8d02c5 Fix tests 2018-07-26 21:09:59 +02:00
Linus Groh
862affb805 Fix check for song with same name 2018-07-26 19:45:23 +02:00
Ritiek Malhotra
2f49cc230a [WIP] Move detailed information to wiki pages (#308)
* Move detailed information to wiki pages

* Remove help usage and add an FAQ section

* Update README.md

* Update README.md

* Downloading playlists and albums
2018-07-26 09:32:33 -07:00
Ritiek Malhotra
55908e3097 Merge pull request #298 from ritiek/linusg-patch-1
Add note about Vagrant, fix headings in README
2018-07-15 19:27:56 +05:30
Ritiek Malhotra
5b0a67ca1a Merge pull request #305 from ritiek/linusg-patch-2
Update usage information in README.md
2018-07-15 19:24:19 +05:30
Ritiek Malhotra
8347a11553 Merge pull request #306 from ritiek/linusg-patch-3
Remove prompt from inline commands
2018-07-15 19:22:29 +05:30
Linus Groh
8b1844ea7e Remove prompt from inline commands 2018-07-15 15:08:44 +02:00
Linus Groh
1a49457167 Update usage information in README.md 2018-07-15 15:01:38 +02:00
Linus Groh
ae4edf2267 Merge pull request #297 from ritiek/remove-duplicates
Remove duplicates from track file
2018-07-04 16:25:07 +02:00
Ritiek Malhotra
eb96aa8c13 Handle '.' as a time value separator (#301) 2018-07-04 18:27:14 +05:30
Linus Groh
e3b06fc946 Add note about Vagrant, fix headings in README 2018-06-26 14:57:14 +02:00
ritiek
40ed9b494b Remove duplicates from track file 2018-06-26 10:12:23 +05:30
Ritiek Malhotra
0a3b7bd7d8 Pass correct arguments when retrying to fetch videotime (#277) 2018-05-26 13:37:14 +05:30
Ritiek Malhotra
9b181df77e Slugify filenames when metadata found on Spotify too (#265) 2018-05-20 15:18:45 +05:30
Vishnunarayan K I
c885c9eff0 Fix tracknumber in metadata embedding (#281) 2018-05-20 15:02:16 +05:30
Linus Groh
a1b4266d08 First run config info (#273)
* Show default options and config path when running for the first time

* Remove unnecessary global
2018-04-24 17:31:47 +05:30
Ritiek Malhotra
4eb4628128 Add Gitter badge (#274) 2018-04-24 17:30:51 +05:30
Ritiek Malhotra
dfcb07ed45 Change default music folder (#225)
* Get default music folder via xdg-user-dirs

* Add a test
2018-04-22 21:14:47 +05:30
Vishnunarayan K I
7e48ece898 Add python version check in setup.py (#268) 2018-04-21 19:22:26 +05:30
Ritiek Malhotra
745066a646 Update search query! 2018-04-18 23:13:42 +05:30
Ritiek Malhotra
b6dbc5c00a Show complete list of tracks if metadata not found in manual mode (#266)
* Show complete list of tracks if metadata not found in manual mode

* Add regression test
2018-04-18 19:31:29 +05:30
Linus Groh
e066d7c876 Remove pandoc from Travis dependencies 2018-04-17 17:18:45 +02:00
Linus Groh
8b58230438 Restore README.md without instructions to install from PyPI 2018-04-17 17:16:10 +02:00
Linus Groh
2d2f5aa40c Bump version 2018-04-17 14:17:13 +02:00
Linus Groh
2c487df118 Add -V/--version flag 2018-04-17 14:15:51 +02:00
Linus Groh
678068c4fe Fix setup.py entry point 2018-04-17 14:10:50 +02:00
Linus Groh
8b54dc5e88 Merge branch 'introduce-releases' 2018-04-17 13:21:23 +02:00
Linus Groh
b0d5895180 Bump version 2018-04-17 13:20:01 +02:00
Linus Groh
12d3da0f8d Fix PyPI Markdown, lower version to 0.9.0 2018-04-17 13:15:34 +02:00
Linus Groh
8d569aca3f Fix tests 2018-04-17 13:02:45 +02:00
Linus Groh
225aec5df7 Remove local config.yml backup 2018-04-17 12:58:12 +02:00