Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
3189082
Add initial implementation of TIDAL metedata plugin
jcjordyn130 Feb 16, 2025
2a71f11
Add support for writing lyrics to LRC files
jcjordyn130 Feb 16, 2025
72a0895
Fix session file handling with expired tokens
jcjordyn130 Feb 16, 2025
7ade534
Optimize import stage handler when auto is False
jcjordyn130 Feb 16, 2025
4a11d82
Decrease excessive API calls
jcjordyn130 Feb 16, 2025
2f7ad48
Convert docstrings to ReST format
jcjordyn130 Feb 16, 2025
25063c2
Properly handle corrupted session state file
jcjordyn130 Feb 16, 2025
5a590c4
Fix formatting
jcjordyn130 Feb 16, 2025
05e3525
Fix formatting and logic errors
jcjordyn130 Feb 16, 2025
627a9a0
Reduce TIDAL API load
jcjordyn130 Feb 17, 2025
e212ebc
Make _login more user friendly
jcjordyn130 Feb 17, 2025
ad879f6
Remove the ability to dump session state
jcjordyn130 Feb 17, 2025
a109fe9
Improve candidate searching
jcjordyn130 Feb 17, 2025
fe71ee1
Properly handle library items during import
jcjordyn130 Feb 17, 2025
cfdde8a
Add lyrics validation
jcjordyn130 Feb 17, 2025
98e2a82
Make lyrics searching and validate more accurate
jcjordyn130 Feb 18, 2025
1d3c673
Add limit on max artists to query in _search_from_metadata
jcjordyn130 Feb 18, 2025
210c94f
Add support for searching for tracks by album
jcjordyn130 Feb 18, 2025
9384ec8
Simplify session handling
jcjordyn130 Feb 18, 2025
0d8f552
Fix formatting to prepare for upstream PR
jcjordyn130 Feb 18, 2025
a40f0c2
Fix plugin CLI when there is no session
jcjordyn130 Feb 18, 2025
dfd1b47
Add plugin documentation
jcjordyn130 Feb 18, 2025
c1b9f21
Add optional dependencies for plugin to poetry
jcjordyn130 Feb 18, 2025
68a1df7
Fix logic error in _search_lyrics
jcjordyn130 Feb 18, 2025
bf70bd2
Fix session token renewal
jcjordyn130 Mar 5, 2025
02802dc
Reduce TIDAL lyrics API load
jcjordyn130 Mar 5, 2025
36e0b39
Fix logic errors and make metadata search more accurate
jcjordyn130 Mar 5, 2025
2101ccf
Add support for grabbing record labels from the TIDAL copyright string
jcjordyn130 Mar 5, 2025
1fda6d6
Add support for TIDAL popularity and cover art
jcjordyn130 Mar 5, 2025
fee8cec
Add two new commands that help usablity
jcjordyn130 Mar 5, 2025
5cedf66
Abstract _search_track and _search_album
jcjordyn130 Mar 17, 2025
67e0f5a
Added MyPy type checking hints
jcjordyn130 Mar 18, 2025
986c1f0
Fix syntax error in __init__
jcjordyn130 Mar 18, 2025
571fc2a
Fix MyPy types
jcjordyn130 Mar 18, 2025
a83f681
Fix logic errors in session asserts
jcjordyn130 Mar 18, 2025
024c663
Remove optional type from tidalapi session
jcjordyn130 Mar 18, 2025
2357dbd
Fix session loading with new MyPy type annotations
jcjordyn130 Mar 18, 2025
cc83f3c
Fix logging assertion in backoff_handler
jcjordyn130 Mar 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading