draco
8bb5fc9b23
import TrackInfo, AlbumInfo, add silence.flac
...
Maybe should change `metadata/__init__.py` instead so the line
`from streamrip.metadata import *` becomes sufficient?
2023-12-27 00:33:26 +01:00
draco
267c48962e
fix import, argument order, afor->arun, album ID
...
The album ID was the ID of the artist, not the album. Fixed now.
The tests in this file now pass.
2023-12-26 23:55:30 +01:00
draco
5d34eda4b9
correct imports, new embed cover path, passes
...
Qobuz client and fixture had to be imported
The embedded cover is saved somewhere else now. Uses the path from the
object itself to check if it gets downloaded, unsure if this is static
or dynamic.
2023-12-26 23:26:13 +01:00
draco
8424219bfc
update test values to match new config, now passes
2023-12-26 22:25:06 +01:00
draco
de88ab6459
update config to match new defaults and names
2023-12-26 22:17:32 +01:00
draco
2094e521e2
update test asserts
...
The asserts for this test had wrong data, updated to use the correct
data. Test now passes.
2023-12-26 21:56:44 +01:00
draco
bfac933203
add dummy database as missing arg
2023-12-26 21:35:21 +01:00
draco
399139e6b4
fix import paths/names
2023-12-26 21:20:34 +01:00
draco
3051861a27
run poetry lock --no-update
2023-12-26 20:11:58 +01:00
Nathan Thomas
36f2769d5e
Merge pull request #504 from nathom/503
...
Add option to output search results to file
2023-12-24 11:48:14 -08:00
Nathan Thomas
a0eebfa6b6
Remove dummy URL methods
2023-12-24 11:46:51 -08:00
Nathan Thomas
5ad725569d
Misc soundcloud issues fixed
2023-12-24 11:43:03 -08:00
Nathan Thomas
72e9851922
Merge pull request #510 from nathom/505
...
Fix Deezer downloads when only MP3 is available
2023-12-24 10:56:47 -08:00
Nathan Thomas
732e3381ba
Remove debug statements
2023-12-24 10:53:57 -08:00
Nathan Thomas
c8ce5847d4
Fix downloads when flac not available
2023-12-24 10:52:27 -08:00
Nathan Thomas
bde9f7adec
Typing
2023-12-23 11:14:52 -08:00
Nathan Thomas
43710c6324
Merge branch 'dev' into 503
2023-12-23 11:12:01 -08:00
Nathan Thomas
71f71d554c
Switch to json for storing search results
2023-12-23 11:09:31 -08:00
Nathan Thomas
1f6ec20685
Reorder methods
2023-12-23 10:47:47 -08:00
Nathan Thomas
92b788862a
Randomize soundcloud user id
2023-12-22 23:38:07 -08:00
Nathan Thomas
a515b9c1fd
Misc fixes related to search
2023-12-22 23:25:43 -08:00
Nathan Thomas
8c9673a067
Fix soundcloud error for interactive search
2023-12-22 23:25:22 -08:00
Nathan Thomas
4c84257fc1
Update readme images
2023-12-22 17:09:40 -08:00
Nathan Thomas
6c41ae40ac
Update readme for v2
2023-12-22 17:00:29 -08:00
Nathan Thomas
f3782f08ad
Remove INF hackery
2023-12-22 13:34:01 -08:00
Nathan Thomas
e835902471
Remove validation regex file
2023-12-22 13:26:51 -08:00
Nathan Thomas
786a21c61d
Delete old config files
2023-12-22 13:23:56 -08:00
Nathan Thomas
58529d659b
Remove print
2023-12-22 11:50:16 -08:00
Nathan Thomas
725553e501
Add output file feature
2023-12-22 11:43:37 -08:00
Nathan Thomas
5034c3e82b
Shorter help messages
2023-12-22 10:58:06 -08:00
Nathan Thomas
268c426349
Update gitignore
2023-12-21 20:49:58 -08:00
Nathan Thomas
3e297d9643
Clean up exceptions
2023-12-21 20:48:02 -08:00
Nathan Thomas
4228525dc3
Remove documentation deps
2023-12-21 20:37:22 -08:00
Nathan Thomas
5e81860090
Add tidal search
2023-12-21 20:36:52 -08:00
Nathan Thomas
f11a1105c9
Deezer search working
2023-12-21 20:20:22 -08:00
Nathan Thomas
b1e4369f5d
Handle API errors for deezer downloads #487
2023-12-21 17:02:25 -08:00
Nathan Thomas
779533a234
Allow downloading all albums in label #482
2023-12-21 16:24:19 -08:00
Nathan Thomas
c6f65211bd
Update stale bot #494
2023-12-21 14:58:02 -08:00
Nathan Thomas
6357080255
Add logo svg
2023-12-21 13:39:30 -08:00
Nathan Thomas
9b8c8d9081
Add logo
2023-12-21 13:36:18 -08:00
Nathan Thomas
bf19aee67d
Merge branch 'dev' of https://github.com/nathom/streamrip into dev
2023-12-21 13:35:30 -08:00
Nathan Thomas
4fe575fa85
Add logo
2023-12-21 13:35:19 -08:00
Nathan Thomas
2a0dd80035
Merge pull request #459 from nathom/rewrite
...
Streamrip refactor for v2.0
2023-12-21 13:32:50 -08:00
Nathan Thomas
b81f97e737
Merge branch 'dev' into rewrite
2023-12-21 13:31:54 -08:00
Nathan Thomas
0b3be0efca
Use fallback ID if track not available on deezer
2023-12-21 13:26:58 -08:00
Nathan Thomas
7e01277dc2
Add lint rules
2023-12-21 13:17:41 -08:00
Nathan Thomas
881fb6cba1
Fix quality option bug
2023-12-21 13:17:06 -08:00
Nathan Thomas
1522931f6f
TIDAL downloads working
2023-12-21 13:13:01 -08:00
Nathan Thomas
d14fb608d3
Tidal album downloads working
2023-12-21 12:48:19 -08:00
Nathan Thomas
abb37f17fd
Formatting
2023-12-20 22:21:58 -08:00