forked from arnesongit/context.item.tidal2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
108 lines (86 loc) · 4.1 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
v0.2.6 (2024-10-03)
- Removed MQA and Sony 360 from the UI
- New context menu item "Move items ..." to select multiple playlist items using a search string
to move them to a different playlist.
v0.2.5 (2023-03-08)
- Using new MusicInfoTag and VideoInfoTag classes for Kodi 20 instead of the deprecated setInfo method.
- New context menu items for user playlists to "cleanup":
- Move MQA, Atmos or RA360 items to another user playlist
- Move duplicate entries to another user playlist and keep the "best" item.
The "best" item is MQA. If the same track is available as "explicit" and "non explicit"
the "non explicit" item will be moved.
- "Move from here ..." to move multiple playlist items to another playlist
(This function uses the TIDAL playlist oder, not the order of the sorted list inside Kodi)
- Experimental function to build a "virtual library" for artists and albums
- The virtual library directories can be set in the addon settings
- Artist and albun infos are saved as 'nfo' files
- Album tracks are saved as "STRM" files including the TIDAL2 playback URL.
This STRM files can be played from the Kodi file browser.
v0.2.4 (2022-06-29)
- Support for Export/Import of mixes
- Using ActivateWindow instead of Container.Update to show search results.
v0.2.3 (2022-04-28)
- Fixed progress window in M3U-to-TIDAL-Playlist converter
v0.2.2 (2022-03-26)
- Matching for TIDAL2 v2.1.0
v0.2.1 (2021-05-24)
- Matching for TIDAL2 v2.0.2
v0.2.0 (2021-04-08)
- First version for Kodi 19 (with Kodi 18 compatibility)
- Matching for TIDAL2 v2.0.1
- Updates fuzzywuzzy library version to v0.18.0
v0.1.15 (2021-03-17)
- First modifications for Python3 compatibility
v0.1.14 (2020-11-09)
- Update for TIDAL2 v2.0.0-beta21
- Fixed problem with videos in albums
v0.1.13 (2020-04-18)
- Fixed unicode problems during search
v0.1.12 (2018-12-31)
- First Changes für Kodi 18.x compatibility:
- BusyDialog is not allowed anymore, using DialogProgress instead
- xbmc.abortRequested is depricated, now using xbmc.Monitor().waitForAbort()
- Removed '%s' from any line in strings.xml
v0.1.11 (2018-06-09)
- Artists can now be locked for "Search for New Music"
v0.1.10 (2017-09-18)
- Fixed Unicode problem if Windows user name contains special characters
v0.1.9 (2017-04-04)
- Ignore HTTP errors during "Search for New Music"
- Faster "Search for New Music" because it runs now in multiple background threads
- Cleanup Debug-Logging Code, Using debug module from TIDAL2 Addon
- Updated Module fuzzywuzzy to version 0.15.0 from https://github.com/seatgeek/fuzzywuzzy
v0.1.8 (2017-03-11)
- Some changes for German and English texts
- Remember used Playlists for "Search for New Music"
v0.1.7 (2017-02-28)
- Fixed problem with "Search for Artist News ..." when no default playlist is set.
v0.1.6 (2017-02-27)
- New context menu function "Search for Artist News ..." for Favorite Artists.
This function searchs for new Albums, Tracks and Videos for your Favorite Artists
and inserts all new items into Playlists.
- Moved lib folder into resources for new Krypton Addon file structure
v0.1.5 (2017-02-17)
- Update for TIDAL2 v2.0.0-beta11
- Added function to delete all Favorites
v0.1.4 (2016-11-23)
- Update for TIDAL2 v2.0.0-beta7
v0.1.3
- Update for TIDAL2 v2.0.0-beta5
v0.1.2
- Prepared for repository
v0.1.1
- Renamed to context.item.tidal2
- Works now with Addon plugin.audio.tidal2
v0.1.0
- Initial Release.
- TIDAL Context Menue Function:
- Added a "search_extra" function which can be called from other plugins and context menu addons
to search media in the TIDAL Database.
- The result list is sorted by a "MatchLevel" which is calculated for each search result item
- Using the Python Module fuzzywuzzy 0.10.0 from https://github.com/seatgeek/fuzzywuzzy
to calculate the MatchLevels using the Levenshtein Distance to compare strings.
- Added 3 "Blacklists" to define unwanted keywords in search result items.
The Blacklists can be defined in the Addon Settings.
- If a keyword of a blacklist is found in a search result item the MatchLevel of this
Item can be reduced or the item can be completely removed from the search result.