Commit graph

11595 commits

Author SHA1 Message Date
Adrian Sampson
7e648db258
Merge branch 'master' into spotify_extend 2022-05-17 14:16:25 -04:00
Adrian Sampson
e715f2d9b0
Disable CodeCov annotations (see #4337)
As described here:
https://docs.codecov.com/docs/github-checks#disabling-github-checks-patch-annotations-via-yaml

These inline annotations are pretty noisy and don't add much beyond the
bottom-line summaries.
2022-05-17 14:15:17 -04:00
Alok Saboo
72e037f1ed Update spotify.py 2022-05-13 10:13:15 -04:00
Alok Saboo
80843d7720 Update spotify.py 2022-05-13 10:08:56 -04:00
Alok Saboo
f6c0bdac75 revert 2022-05-13 10:03:08 -04:00
Alok Saboo
4eb83e8d97 Save track popularity during the import to save an API call 2022-05-13 09:58:12 -04:00
Alok Saboo
d465471308 Add force option in config 2022-05-13 08:42:17 -04:00
Alok Saboo
4c4cafbf04 Update spotify.py 2022-05-12 20:42:13 -04:00
Alok Saboo
9c9f52b7e5 remove logging 2022-05-12 20:40:03 -04:00
Alok Saboo
db1c77fb25 Update spotify.py 2022-05-12 20:38:01 -04:00
Alok Saboo
ba3a582483 Update spotify.py 2022-05-12 20:36:04 -04:00
Alok Saboo
e8de749eaf Clean up docstrings 2022-05-12 20:24:40 -04:00
Alok Saboo
b1ad49a054 Update spotify.py 2022-05-12 20:09:40 -04:00
Adrian Sampson
e06cf7969b
Merge pull request #4348 from arsaboo/spotify_id 2022-05-08 16:22:34 -04:00
Adrian Sampson
e607763028
Fix typo! 2022-05-08 16:08:20 -04:00
Adrian Sampson
e62a904f95
Expand changelog entry 2022-05-08 16:03:10 -04:00
Alok Saboo
8881ae62f7 Update changelog.rst 2022-05-08 14:19:21 -04:00
Alok Saboo
d8de9162bf Update changelog.rst 2022-05-08 14:11:24 -04:00
Alok Saboo
c5c34e4cda Update changelog 2022-05-08 14:02:45 -04:00
Alok Saboo
1b02d65112 Fix return 2022-05-08 12:42:20 -04:00
Alok Saboo
1d43ea2dba Save Spotify album_id and track_id as flexible attributes 2022-05-08 12:21:44 -04:00
Benedikt
424c47696b
Merge pull request #4345 from qcasey/qcasey-patch-2
Change "first" and "second" in test_lyrics output to "expected" and "result"
2022-05-06 20:43:33 +02:00
Quinn Casey
1320944898
Update test_lyrics.py 2022-05-05 15:33:32 -07:00
Benedikt
9b027aef26
Merge pull request #4344 from qcasey/qcasey-patch-1
Remove Tekstowo extraneous text from `lyricstext.yaml` to fix `test_lyrics`
2022-05-06 00:24:04 +02:00
Quinn Casey
a09f5e7dfe
Update lyricstext.yaml 2022-05-05 14:04:54 -07:00
Benedikt
e52b598016
Merge pull request #4343 from flaudre/patch-1
Update index.rst
2022-05-03 17:04:01 +02:00
Florian Rudin
2ccc6bad70
Update index.rst
typo
2022-05-03 21:39:08 +08:00
Adrian Sampson
a8a0563be6
Merge pull request #4337 from thomasrockhu-codecov/patch-1
chore(ci): add informational Codecov status checks
2022-04-24 07:58:58 -04:00
Tom Hu
7cceb8cac4
Update codecov.yml 2022-04-23 11:43:01 -07:00
Tom Hu
ca056ff7fb
chore(ci): add informational Codecov status checks
Hi, Tom from Codecov here. I noticed that you were using Codecov but weren't actually getting any notifications on pull requests. I figured it would be useful to get some idea if code being changed is being tested, but also not blocking CI/merging. Let me know if this makes sense or if we can do something that would be helpful.
2022-04-20 23:04:37 -04:00
Adrian Sampson
7c670711ae
Merge pull request #4332 from arbanhossain/master
Add --exclude flag
2022-04-19 09:19:52 -04:00
Adrian Sampson
85db305972
Remove errant space 2022-04-19 09:19:23 -04:00
arbanhossain
58ea48aa3b removed over-indentation 2022-04-19 11:22:31 +06:00
Adrian Sampson
614f83f542
Merge pull request #4333 from olgarrahan/genius_lyrics
Genius lyrics header bug fixed and updated test case for lyrics plugin
2022-04-18 10:17:35 -04:00
olgarrahan
0e006f116a changelog updates 2022-04-17 21:19:26 -04:00
olgarrahan
a26a530996 replace_br function added to reduce code duplication 2022-04-17 15:25:14 -04:00
arbanhossain
73554acfb0 changed --disable-plugin to --disable-plugins 2022-04-17 11:12:27 +06:00
olgarrahan
16d74bafc3 Genius lyrics header bug fixed and updated test case for lyrics plugin 2022-04-16 13:19:13 -04:00
arbanhossain
6be2617eb1 changed -x/--exclude flag to -P/--disable-plugin 2022-04-16 11:56:30 +06:00
olgarrahan
c0bb2ff2a1 Genius lyrics header bug fixed and updated test case for lyrics plugin 2022-04-15 16:37:05 -04:00
arbanhossain
9dfb80b661 documentation and changelog for --exclude flag 2022-04-15 20:26:54 +06:00
arbanhossain
9e753c5c28 added flag to exclude/disable plugins 2022-04-15 20:26:31 +06:00
Adrian Sampson
e977a6f799
Merge pull request #4327 from alicezou/databaseCreate
Database parental directories creation if not exist
2022-04-07 17:08:06 -04:00
alicezou
fa5862d7d5 change func name, inline function, fix typo 2022-04-07 15:21:34 -04:00
alicezou
b609cae111 change location for database_dir_creation, change docs 2022-03-30 12:56:38 -04:00
alicezou
2886296c86 fix code review comments 2022-03-29 21:24:13 -04:00
alicezou
67e778fec6 switch to control_stdin 2022-03-29 20:04:56 -04:00
alicezou
a0b0028874 working db 2022-03-29 19:58:15 -04:00
alicezou
9029a8a6b3 check bytes 2022-03-27 23:05:23 -04:00
alicezou
c0d05f8545 add test cases 2022-03-27 17:09:30 -04:00