Ritiek Malhotra
f3dec39eea
CHANGELOG: "--write-to -" outputs to STDOUT
2020-05-12 19:26:15 +05:30
Ritiek Malhotra
150d8b0b81
Search format enhancements
2020-05-10 18:52:50 +05:30
Ritiek Malhotra
819bb87fc2
Calling ._get_id isn't required in new spotipy versions
2020-05-10 18:16:57 +05:30
Ritiek Malhotra
b958212805
Add CHANGELOG
2020-05-10 17:32:17 +05:30
Ritiek Malhotra
35461e8602
Setup logzero.logger
2020-04-26 12:29:41 +05:30
Ritiek Malhotra
4b5ec6121c
Release changes for v1.2.6
2020-03-02 17:46:42 +05:30
Ritiek Malhotra
75311e56d1
Update CHANGELOG
2020-03-02 17:41:50 +05:30
Ritiek Malhotra
ea4ff29e52
Changes for v1.2.5
2020-03-02 16:04:00 +05:30
Ritiek Malhotra
94e06f99de
Update CHANGELOG
2020-03-02 15:57:09 +05:30
Ritiek Malhotra
b24802f815
Bump to v1.2.4
2020-01-10 15:52:53 +05:30
Ritiek Malhotra
4ee2b51550
Add a changelog entry for #654
2020-01-10 15:34:41 +05:30
Ritiek Malhotra
5d185844d7
Add a changelog entry for #653
2020-01-10 14:54:36 +05:30
Ritiek Malhotra
af4ccea206
Bump version for v1.2.3 release
...
Also removed "Beta status" from the classifier list in setup.py
2019-12-20 03:09:16 +05:30
Ritiek Malhotra
16f240d4e6
Add a changelog entry
...
For the commit ca1ab51 .
2019-12-20 02:59:05 +05:30
Linus Groh
ff47523478
Merge branch 'master' into feat/keep-trackid-as-songname
2019-09-07 11:49:10 +01:00
Kada Liao
1348c138c9
docs: add changlog
2019-09-07 18:46:11 +08:00
Arthur Lutz
e4658825f7
[CHANGES] fixed changelog
2019-08-24 08:50:30 +02:00
py-coder
0202c65110
Added leading zeros in track_number.Fixed issue #592
2019-08-01 10:17:24 +05:45
Ritiek Malhotra
17600592a8
Merge pull request #585 from ritiek/refactor
...
Scrape lyrics from Genius and lyrics refactor
2019-07-25 12:05:25 +05:30
Ritiek Malhotra
d9d92e5723
Add changelog entry for #580
2019-07-24 11:42:06 +05:30
Ritiek Malhotra
4f6cae9f80
Update CHANGES.md
2019-07-24 11:29:37 +05:30
Ritiek Malhotra
f4cd70b603
Bump to v1.2.2
2019-06-03 14:18:31 +05:30
Ritiek Malhotra
21a1f1a150
Bump to v1.2.1
2019-04-28 17:05:44 +05:30
Ritiek Malhotra
dfd48f75ce
Update CHANGES.md
2019-04-28 16:46:30 +05:30
Ritiek Malhotra
d3668f55bb
Update CHANGES.md
2019-03-14 20:13:27 +05:30
Sumanjay
e2a136d885
Update CHANGES.md ( #518 )
...
* Update CHANGES.md
* Update CHANGES.md
2019-03-14 19:58:15 +05:30
Ritiek Malhotra
21fd63be6f
Bump to v1.2.0 ( #508 )
...
* Bump to v1.2.0
* Add v1.2.0 release header
2019-03-01 00:40:15 -08:00
Ritiek Malhotra
703e228345
Write tracks to custom file with --write-to ( #507 )
...
* Write tracks to custom file
* Update CHANGES.md
2019-02-28 02:48:02 -08:00
Ritiek Malhotra
2825f6c593
Fix prompt when using '/' to create sub-directories ( #503 )
...
* Fix prompt when using '/' to create sub-directories
* Fix and update CHANGES.md
2019-02-27 10:45:05 -08:00
Ritiek Malhotra
ac7d42535f
Replace class SpotifyAuthorize with @must_be_authorized ( #506 )
...
* @must_be_authorized decorator for functions in spotify_tools.py
* We don't need this
* Add tests
* Update CHANGELOG.md
2019-02-27 09:48:18 -08:00
Ritiek Malhotra
72ae2bc0cd
Update CHANGES.md
2019-02-26 09:50:59 +05:30
Ritiek Malhotra
cfa9f78ce4
Mark section for v1.1.2
2019-02-10 20:28:52 +05:30
Ritiek Malhotra
1d2b43a5f9
Update CHANGES.md
2019-02-04 15:27:04 +05:30
Ritiek Malhotra
fbf930fe43
Changelog entries for missed PRs
2019-01-15 10:53:07 +05:30
Ritiek Malhotra
8944dec8e0
Merge branch 'master' into fix-m4a-when-encoder-not-found
2019-01-14 19:48:33 -08:00
Silverfeelin
a18f888e97
Update CHANGES.md
2019-01-13 20:25:05 +01:00
Ritiek Malhotra
f078875f0e
Update CHANGES.md
2019-01-13 18:32:48 +05:30
Ritiek Malhotra
f4d8bd0c8c
Update CHANGES.md ( #461 )
2019-01-02 19:34:58 +00:00
Ritiek Malhotra
c6bc994658
Fix conflicts caused by merge of #459
2019-01-03 00:43:37 +05:30
Ritiek Malhotra
53dd292b55
Fix conversion conflicts when both input and output filenames are same ( #459 )
...
* Workaround conversion conflicts by appending '.temp' to input filename
* Fix tests
* Add a test and some minor changes
* Update CHANGES.md
2019-01-02 18:54:27 +00:00
Ritiek Malhotra
2ce0857f92
Update CHANGES.md
2018-12-29 15:30:40 +05:30
Amit Lawanghare
1cf421960c
Issue with Spotify-url and --no-metadata #452 ( #454 )
...
* Applied a check on null result in case of no youtube search
* Allow fetch metadata from spotify upon searching spotify-url and no-metadata
* updated changes.md
* Updated CHANGES.md as per suggestion
* removed unnecessary bool hit
Co-Authored-By: Amit-L <amit.lawanghare@gmail.com >
* removed unnecessary bool hit, anti PEP 8
Co-Authored-By: Amit-L <amit.lawanghare@gmail.com >
* resolved conflicts
* Error shown no videos found
* Dont to show any manual option for no result
2018-12-29 14:05:24 +05:30
Ritiek Malhotra
51b01fc448
[WIP] Monkeypatch tests ( #448 )
...
* Parameterize test_internals.py
* Create test_spotify_tools.py
* Monkeypatch pafy.download
* Monkeypatch YouTube search page
* Replace globals with fixtures
* Add missing urllib import, re-ordering and rename test_with_metadata.py
* Avoid creating temp directory in current working directory during test
* Update CHANGES.md
2018-12-26 17:15:56 +05:30
Ritiek Malhotra
018fb5d7f0
Update CHANGES.md
2018-12-25 19:48:06 +05:30
Ritiek Malhotra
8d7dc762de
Add a changelog entry
2018-12-04 20:38:30 +05:30
Ritiek Malhotra
608c53f759
Fixed: Missing import spotipy
2018-12-02 12:22:02 +05:30
Ritiek Malhotra
eae9316cee
[WIP] Refactor spotdl.py; introduced classes ( #410 )
...
* Refactor spotdl.py; introduced classes
* introduce CheckExists class
* Move these classes to download.py
* Fix refresh_token
* Add a changelog entry
2018-11-25 17:07:56 +05:30
Linus Groh
a0d9667660
Update CHANGES.md for upcoming 1.1.0 release ( #424 )
2018-11-13 20:48:09 +05:30
Linus Groh
76ef1ffcb2
Change alpha to beta
2018-02-02 15:21:29 +01:00
Linus Groh
177f72b532
Prepare for releases
2018-02-02 15:19:12 +01:00