nathom
|
1253d20173
|
Misc enhancements
|
2021-04-16 11:38:22 -07:00 |
|
nathom
|
02eb2cdc9a
|
Reformat spoofbuz.py
|
2021-04-15 13:52:51 -07:00 |
|
nathom
|
3f758e9442
|
Update README
|
2021-04-14 19:01:43 -07:00 |
|
nathom
|
544dbd8f60
|
Add config file documentation in README
|
2021-04-14 18:58:05 -07:00 |
|
nathom
|
8a6e5984f8
|
Remove unnecessary imports
|
2021-04-14 18:31:24 -07:00 |
|
nathom
|
a3dda3768a
|
Add annotations in config file
|
2021-04-14 18:30:27 -07:00 |
|
nathom
|
0304fae688
|
Fix Tidal downloads, #51
|
2021-04-14 16:13:32 -07:00 |
|
nathom
|
649964b4e4
|
update README
|
2021-04-14 11:54:29 -07:00 |
|
nathom
|
fae6f5178d
|
Update README.md
|
2021-04-14 11:52:16 -07:00 |
|
nathom
|
0d07869c02
|
Update README.md
|
2021-04-14 11:51:48 -07:00 |
|
nathom
|
84ac0a2e0b
|
Update README.md
|
2021-04-14 11:51:20 -07:00 |
|
nathom
|
0420e94a1c
|
update README
|
2021-04-14 11:49:45 -07:00 |
|
nathom
|
f0850b989f
|
Support for qobuz interpreter urls for artists
|
2021-04-14 11:21:38 -07:00 |
|
nathom
|
208bae7b35
|
Make progress bars slightly smoother
|
2021-04-13 21:29:07 -07:00 |
|
nathom
|
44dc29d7e5
|
Fix function call
|
2021-04-13 21:07:38 -07:00 |
|
nathom
|
2f258865ad
|
Misc bug fixes
|
2021-04-13 20:52:07 -07:00 |
|
nathom
|
629239b7af
|
Merge branch 'cleanup'
|
2021-04-13 19:33:18 -07:00 |
|
nathom
|
a854eadeb7
|
Clean up codebase
|
2021-04-13 19:33:01 -07:00 |
|
nathom
|
706466dc26
|
Update README.md
|
2021-04-13 17:00:00 -07:00 |
|
nathom
|
3967faaa44
|
Remove album parsing in dowloader.py
|
2021-04-13 16:30:28 -07:00 |
|
nathom
|
d2b21ca937
|
Repace threading with ThreadPoolExecutor
|
2021-04-13 10:27:37 -07:00 |
|
nathom
|
e28e8b31ea
|
Keep playlist track covers in temp dir
|
2021-04-12 21:25:44 -07:00 |
|
nathom
|
395ca2ae60
|
Bump version
|
2021-04-12 17:22:09 -07:00 |
|
nathom
|
1adfca37e5
|
Fix #48
|
2021-04-12 17:20:48 -07:00 |
|
nathom
|
38c79d79b0
|
Implement #47
|
2021-04-12 17:17:30 -07:00 |
|
nathom
|
4d4596da6d
|
Update README.md
|
2021-04-12 16:12:36 -07:00 |
|
nathom
|
27ef952099
|
Bump version
|
2021-04-12 15:52:08 -07:00 |
|
nathom
|
0367a04137
|
Show user message when config KeyError s
Formatting
|
2021-04-12 15:50:41 -07:00 |
|
nathom
|
8ccf74fd76
|
Don’t check for updates when updating config
|
2021-04-12 15:35:17 -07:00 |
|
nathom
|
bee2adbcaa
|
Merge branch 'async_conversion'
|
2021-04-12 15:29:50 -07:00 |
|
nathom
|
955db3306b
|
Concurrecy disabled by default
|
2021-04-12 15:29:23 -07:00 |
|
nathom
|
13e8b548ea
|
Reformat track numbers, make progress bars look better
|
2021-04-12 15:27:54 -07:00 |
|
nathom
|
1f4e796d40
|
Fixed “Connection pool is full” error
|
2021-04-12 14:03:28 -07:00 |
|
nathom
|
27a100c512
|
Wrong key
|
2021-04-12 13:13:46 -07:00 |
|
nathom
|
73e1eeeb6b
|
Threaded lastfm search
Also fix source_subdirectory option
|
2021-04-12 13:06:55 -07:00 |
|
nathom
|
b65b8401c7
|
Update .gitignore
|
2021-04-12 11:55:29 -07:00 |
|
nathom
|
f06076fbfc
|
Typing and formatting
|
2021-04-12 11:55:04 -07:00 |
|
nathom
|
39f54db075
|
Remove mutagen dependency for converter, bug fixes
|
2021-04-12 11:25:23 -07:00 |
|
nathom
|
89ddd0d3a6
|
Fix misc bugs related to multithreading
|
2021-04-12 10:44:55 -07:00 |
|
nathom
|
8066db1862
|
Remove print statement and urllib3 warnings
|
2021-04-12 10:18:42 -07:00 |
|
nathom
|
839e7ef27c
|
Add multithreading option to config
|
2021-04-12 10:14:08 -07:00 |
|
nathom
|
8f9414685f
|
Multithreaded album working
|
2021-04-12 08:42:29 -07:00 |
|
nathom
|
c31d334ae7
|
Catch NonStreamable error
|
2021-04-10 21:33:42 -07:00 |
|
nathom
|
6ed5f77464
|
Changes to config artwork field
Also when converting, the track is kept in the temp_file and moved after conversion.
Formatting.
|
2021-04-10 20:50:42 -07:00 |
|
nathom
|
de1db82da8
|
Fix misc. pylint errors
|
2021-04-10 16:05:31 -07:00 |
|
nathom
|
820735e602
|
Remove EXT dict from constants
|
2021-04-10 15:30:52 -07:00 |
|
nathom
|
3111e0ffba
|
Update README
|
2021-04-09 20:19:29 -07:00 |
|
nathom
|
58b68379c4
|
Bump version
|
2021-04-09 20:08:41 -07:00 |
|
nathom
|
ac02f7902a
|
Add option to set album tag to playlist name
|
2021-04-09 20:04:32 -07:00 |
|
nathom
|
b00f5278c4
|
Formatting
|
2021-04-09 17:39:24 -07:00 |
|