RandomNinjaAtk
d0a509cfbc
adjust queueConcurrency
2 years ago
RandomNinjaAtk
e42ce7e7bb
disable multiThread
2 years ago
RandomNinjaAtk
00fbbaf84d
Updated support URL
2 years ago
RandomNinjaAtk
b20c4f881f
1.0.211 - Updated support url
2 years ago
RandomNinjaAtk
5abd95a4a4
1.0.210 - prevent inaccuracy
2 years ago
RandomNinjaAtk
b47c8e7b38
1.0.209 - bug fix for latest notfound process changes
2 years ago
RandomNinjaAtk
4f8dbf1877
1.0.208 - bug fix for new notfound process "NotFoundFolderCleaner"
2 years ago
RandomNinjaAtk
f569c6089f
1.0.207 - Speed up notfound checking process
2 years ago
RandomNinjaAtk
07cc07f3b5
1.0.206 Add dashes
2 years ago
RandomNinjaAtk
28bac66165
v1.0.205 - add lidarrAlbumForeignAlbumId to notfound log file name
2 years ago
RandomNinjaAtk
0c3a23052d
1.0.204 - Add lidarrArtistForeignArtistId to notfound log file name
...
Adding the lidarrArtistForeignArtistId to the notfound ID, will allow using cli tools to delete all notfound ids from a particular artist. This is only for more advanced users that want to re-search a particular artist.
2 years ago
RandomNinjaAtk
8b4a4782ac
1.0.203 - Better process for skiping previously notfound albums
...
Move notfound logs from: /config/extended/logs/downloaded/notfound -> /config/extended/logs/notfound/
Use Lidarr album ID instead of MBZ id
When the script generates the missing/cutoff list, skip items in the "/config/extended/logs/notfound" directory, thus improving the speed of all the processes.
2 years ago
RandomNinjaAtk
808fbbcaf4
Change process order, bug fix
2 years ago
RandomNinjaAtk
cdc793af5c
v1.0.202 - Bug Fix for sending deezerAlbumTrackCount to download process
2 years ago
RandomNinjaAtk
5b1858caae
1.0.201 - Change for easier identification
2 years ago
RandomNinjaAtk
32581ea142
switch to downloadPath
2 years ago
RandomNinjaAtk
de5289d26c
1.0.200 - switch to downloadPath
2 years ago
RandomNinjaAtk
c54a345dd6
Starting to implement downloadPath
2 years ago
RandomNinjaAtk
204e8586bd
1.0.199 - purge completed folder data that failed to import
2 years ago
RandomNinjaAtk
99c79e1d00
v1.0.198 - additional bug fix...
2 years ago
RandomNinjaAtk
405532d3cf
1.0.197 - Bug fixes for recent search process changes, improved logging...
2 years ago
RandomNinjaAtk
05d311b058
1.0.196 - Improve Search speed by only searching using unique release titles...
2 years ago
RandomNinjaAtk
b4c4534d8a
1.0.195 - bug fix for log output
2 years ago
RandomNinjaAtk
7b82257931
v1.0.194 - Bug fix from debugging
2 years ago
RandomNinjaAtk
d0c8b7b09c
1.0.193 - Bug Fix for Tidal Searches
2 years ago
RandomNinjaAtk
f6d1767eff
1.0.192 - Attempt to speed up search process by using Min/Max Track Count for matching
...
Instead of matching by having the exact track count, use the maximum and minimum track count for possible releases to filter, and then match by title name.
2 years ago
RandomNinjaAtk
c21abf222d
v1.0.191 - bug fix for previous bug fix
...
Accidentally ripped out too much code.... needed to put some back in....
2 years ago
RandomNinjaAtk
a344e7a07b
1.0.190 - Bug fix for previous code consildation, and more code consildation...
2 years ago
RandomNinjaAtk
af05d609f0
1.0.189 - Attempt to speed up by skipping notfound releases more quickly...
2 years ago
RandomNinjaAtk
c88ec32fb0
1.0.188 - Consolidate code to improve efficiency
...
Reduce code by removing duplicated code with each search process into a single search loop process. Reduces required API calls, less chance for mistakes by reducing the amount of script code needed to achieve the same result...
2 years ago
RandomNinjaAtk
64cc081b11
1.0.187 - Re-add first word filter, but simplify it to the first 3 characters
2 years ago
RandomNinjaAtk
209190576d
v1.0.186 - Use new settings enableBeetsTagging & enableReplaygainTags
...
#19
2 years ago
RandomNinjaAtk
4472a695a9
bug fix for log cleanup
2 years ago
RandomNinjaAtk
0f90e95dda
v1.0.185 - remove firstword filter
...
I don't think this will slow down the process to much, but will prevent filtering out possible match results due to just naming variances...
2 years ago
RandomNinjaAtk
a955226c13
v1.0.183 - bug fix for DownloadProcess
2 years ago
RandomNinjaAtk
946531ec98
v1.0.182 - bug fixes, logging improvements
2 years ago
RandomNinjaAtk
2ea98998ec
better error message...
2 years ago
RandomNinjaAtk
13410695e4
v1.0.180 - Bug Fix
...
Optimizing code, broke the process, should now work as intended...
2 years ago
RandomNinjaAtk
4477ae3cf7
1.0.179 - improve and consolidate code in DownloadProcess
...
Remove repetitive code, remove unneeded code, only verify downloaded tracks that were downloaded during that attempt. Previously all tracks would be verified every-time, which slows down the overall process.
2 years ago
RandomNinjaAtk
6dccb9c8c9
1.0.178 - log enhancements, add comments, re-order searches to move fuzzy to end
2 years ago
RandomNinjaAtk
1d39d74b59
v1.0.177 - minor bug fixes...
2 years ago
RandomNinjaAtk
b411e82f83
1.0.176 - Minor bug fixes...
2 years ago
RandomNinjaAtk
5adcb71344
1.0.175 - attempting to fix broken pipe
2 years ago
RandomNinjaAtk
f193e64f00
1.0.174 - logging enhancements
2 years ago
RandomNinjaAtk
b889a0855a
v1.0.173 - Add Album ID to downloadedAlbumFolder Name
2 years ago
RandomNinjaAtk
416b0c6b0c
1.0.172 - bug fix...
2 years ago
RandomNinjaAtk
2ee35f95a8
v1.0.171 - new feature "searchSort"
...
Change how the list is processed by changing the sort order...
2 years ago
RandomNinjaAtk
ff52b8a325
1.0.170 - Multiple Changes
...
Move client test, to its own function.
Per user suggestion, only perform client test if its actually going to process missing/cutoff list items
Bug fixes for new/clean installation
2 years ago
RandomNinjaAtk
cd5f456ce2
v1.0.169 - Don't spam log with alerts, increase wait to 2 seconds
2 years ago
RandomNinjaAtk
f30dc75535
v1.0.168 - remove legacy code...
2 years ago
RandomNinjaAtk
c33658d5f6
v1.0.167 - bug fix for last commit, accidentally had the same search twice...
2 years ago
RandomNinjaAtk
c45953f784
v1.0.166 - Change order of search operations
2 years ago
RandomNinjaAtk
6df4e01ba1
v1.0.165 - Additonal improvements to "CheckLidarrBeforeImport" process
2 years ago
RandomNinjaAtk
a6e7d0494e
1.0.164 - Optimize/speed up "CheckLidarrBeforeImport" process
2 years ago
RandomNinjaAtk
d884fc71e4
1.0.163 - Add addtional loggin info for search process...
2 years ago
RandomNinjaAtk
13f3bb0310
v1.0.162 - adjust order and default autoconfigure settings
...
Updated Standard Metadata Profile to remove other/broadcast
Moved Root Folder to first setting to change, this may prevent errors on first run with a new installation
2 years ago
RandomNinjaAtk
55f02474d9
v1.0.161 - minor bug fixes
2 years ago
RandomNinjaAtk
1939c441e7
v1.0.160 - Attempting to improve speed by re-ordering operations
2 years ago
RandomNinjaAtk
29f82028f0
v1.0.159 - bug fix for copypasta
2 years ago
RandomNinjaAtk
8e3402a21c
v1.0.158 - Simpler string comparison to speed up search process...
2 years ago
RandomNinjaAtk
842b20eada
1.0.157 - Logging Improvements, speed up search process...
2 years ago
RandomNinjaAtk
29d37ad9cd
v1.0.156 - bugfix for non existant cache dir
2 years ago
RandomNinjaAtk
de424b6b0f
v1.0.155 - FuzzyDeezerSearch support lyric and trackcount filtering
2 years ago
RandomNinjaAtk
226612067a
v1.0.154 - FuzzyDeezerSearch bug fix
2 years ago
RandomNinjaAtk
043309a1b8
v1.0.153 - Logging Enhancement, show album type
2 years ago
RandomNinjaAtk
72312ddf71
v1.0.152 - adjust sleeps for mbz, add tidalArtistUrl mbz fallback
2 years ago
RandomNinjaAtk
72e91473fe
1.0.151 - bug fixes, code cleanup, re-organize search operations order...
2 years ago
RandomNinjaAtk
6da8ae2a61
1.0.150 - Bug Fix for last change, enhanced logging for search processes
2 years ago
RandomNinjaAtk
a81abdb533
1.0.149 - Move album list caching to their corresponding client search function...
2 years ago
RandomNinjaAtk
7187c455c4
1.0.148 - Log failed downloads
2 years ago
RandomNinjaAtk
aa8fda0617
v1.0.147 - Add FuzzyTidalSearch
...
Very little testing, worked for one VA album in testing.... it's a bit better than FuzzyDeezerSearch because it can be filtered by track count and lyric type
2 years ago
RandomNinjaAtk
64f0b0f0a5
v1.0.146 - bug fix for branch switch
2 years ago
RandomNinjaAtk
7edc4b75c7
boost queueConcurrency
2 years ago
RandomNinjaAtk
6f6d77901f
v1.0.145 - Filter search results to increase speed (lidarrAlbumReleaseTitleFirstWord)
2 years ago
RandomNinjaAtk
14b1f03717
1.0.144 - add additional checks for Previously Downloaded
2 years ago
RandomNinjaAtk
2d9d13dbc9
v1.0.143 - bug fix
2 years ago
RandomNinjaAtk
3d4b310d51
1.0.142 - Only consolidate when needed
2 years ago
RandomNinjaAtk
68a4e44c61
1.0.141 - Delete empty twice to get all sub directories
2 years ago
RandomNinjaAtk
aa3ea68374
v1.0.140 - Re-enable beets processing...
2 years ago
RandomNinjaAtk
5e9d2e7c7f
v1.0.139 - change consolidation process
2 years ago
RandomNinjaAtk
452e74c488
v1.0.138 - Enhancements to DL process (track count verification)
2 years ago
RandomNinjaAtk
e891e0b38f
add -
2 years ago
RandomNinjaAtk
e7dc089960
Updated to latest... Minor changes
2 years ago
RandomNinjaAtk
5c69b8b496
add discnumber
2 years ago
RandomNinjaAtk
86ed83163d
1.0.137 - prevent duplicate tags...
2 years ago
RandomNinjaAtk
eea1b26af0
Update deemix_config.json
2 years ago
RandomNinjaAtk
267097108c
1.0.136 - Swap service search order, because synced lyrics are more accurate
2 years ago
RandomNinjaAtk
bb5c1db939
v1.0.004 - Set Permissions and Ownership
2 years ago
RandomNinjaAtk
27af1adda7
typo
2 years ago
RandomNinjaAtk
8de4aa7e89
1.0.135 - Embed Synced Lyrics into FLAC files, Add Agent to Mbrainz API calls
2 years ago
RandomNinjaAtk
c2a7cff725
v1.0.002 - Extract FLAC synced Lyrics to lrc file for media players
2 years ago
RandomNinjaAtk
f3a17770bd
v1.0.134 - Add Replaygain Tags to files
2 years ago
RandomNinjaAtk
2df693f981
v1.0.133 - Add new Custom Script during configuration, adjust old custom script settings
2 years ago
RandomNinjaAtk
eeaea4ab85
New Lidarr MetadataPostProcess.bash Post Processing Script
...
Only extracts artwork at this time...
2 years ago
RandomNinjaAtk
8fe60f098e
1.0.132 - new requireQuality process
...
When enabled, all download files must have the requested file extension, if not, the download will fail
2 years ago
RandomNinjaAtk
acf146b4ab
v1.0.131 - Verification Process to validate Flac Files
...
This will verify all downloaded flac files, if a file fails it will retry to download up to 5 times, if it fails 5 times, the download will be discarded.
2 years ago
RandomNinjaAtk
7aa65fa198
v1.0.130 - suppress error output
...
occasionally an error pops up, but does not appear to affect the end result... so hiding it to avoid user confusion and unwarranted issues.
Problem is located within this "Levenshtein_distance" calculation function, https://en.wikibooks.org/wiki/Algorithm_Implementation/Strings/Levenshtein_distance
#13
2 years ago
RandomNinjaAtk
7ca75c0a46
v1.0.129 - fixed pipe issue? Enhanced logging...
...
#13
2 years ago
RandomNinjaAtk
a4140c3ce4
1.0.128 - Remove unneeded variables
...
#13
2 years ago
RandomNinjaAtk
62f450214c
v1.0.127 - add non-match error message
2 years ago
RandomNinjaAtk
93cbdc3ece
v1.0.12 - Remove unneeded sort
2 years ago
RandomNinjaAtk
32facbd7b9
1.0.125 - Adjust Fuzzy Search Artist Name santization process
2 years ago
RandomNinjaAtk
6574c1ad12
v1.0.124 - Disable scrub Audio Tags in default config
2 years ago
RandomNinjaAtk
3fff65ee63
1.0.123 - bug fix
2 years ago
RandomNinjaAtk
d3caa72c0e
v1.0.122 - Move Tidal search to it's own function, support multiple Tidal Artist ID's
2 years ago
RandomNinjaAtk
cf03e2f1e7
v1.0.121 - Move Deezer search to it's own function, simplifying code base
...
- Alter Fuzzy Fallback search to include artist
2 years ago
RandomNinjaAtk
4fece04d1d
v1.0.120 - use fuzzy search for fallback when regular searches fail
2 years ago
RandomNinjaAtk
e376d012fa
v1.0.119 - Move fuzzy search to it's own function
...
Working towards making the script more modular and easier to work on....
2 years ago
RandomNinjaAtk
193b497bfd
disable fallbackSearch
2 years ago
RandomNinjaAtk
7ec072474b
v1.0.118 - Update deemix to latest version
2 years ago
RandomNinjaAtk
642bbf7c93
adjust more settings...
2 years ago
RandomNinjaAtk
5391f4602e
enable fallbackISRC option
2 years ago
RandomNinjaAtk
a9a63b2b58
v1.0.117 - Added Searching support for VA albums....
2 years ago
RandomNinjaAtk
2e63c4a7bc
1.0.116 - formatting fix
2 years ago
RandomNinjaAtk
2210fd3611
v1.0.115 - Make docker log more clear about what is script related, vs lidarr related...
2 years ago
RandomNinjaAtk
347b60e77a
v1.0.114 - Updated status message
2 years ago
RandomNinjaAtk
6b4d4c2b5c
v1.0.113 - Change from keep metadata in sync, to write only on initial import
2 years ago
RandomNinjaAtk
b3c4617150
v1.0.112 - Add status message when script puases to wait for lidarr to finish all running tasks...
2 years ago
RandomNinjaAtk
0027b8e4f3
1.0.111 - Use Lidarr Album Title and Lidarr Album Year for grabbed musicbrainz album ids
2 years ago
RandomNinjaAtk
3619d1bc54
1.0.110 - log enhancment for lyric type
2 years ago
RandomNinjaAtk
ac8274045c
1.0.109 - typo fix
2 years ago
RandomNinjaAtk
37758edca2
1.0.108 - Skip Varoius Artists album search that is not supported...
2 years ago
RandomNinjaAtk
20c31217f8
v1.0.107 - bug fix to last change
2 years ago
RandomNinjaAtk
5dbf8ef76f
v1.0.106 - small logging enhancements to search process
2 years ago
RandomNinjaAtk
e18b8d9f55
v1.0.105 - More improvements to DArtistAlbumList
2 years ago
RandomNinjaAtk
015131dc9f
v1.0.104 - bug fix...
2 years ago
RandomNinjaAtk
cb5e32b35c
1.0.103 - improve order of operations...
2 years ago
RandomNinjaAtk
c66095f04f
v1.0.102 - bug fix
2 years ago
RandomNinjaAtk
ea1f9c866f
v1.0.101 - Verify JSON files to improve error handling/connectivity issues...
2 years ago
RandomNinjaAtk
52ea1e735b
v1.0.100 - switch to curl
2 years ago
RandomNinjaAtk
c9ed88bbe5
v1.0.99 - new NotFoundFolderCleaner process
...
Retry searching for notfound albums every 7 days...
2 years ago
RandomNinjaAtk
9fb44f9969
v1.0.98 - Reduce api calls to service and speed up process
2 years ago
RandomNinjaAtk
f72a5b0400
v1.0.97 - Bug Fix for musicbrainz album id search
...
Album Titles were not included, resulting in wrong or missing album titles for folder names, this corrects that error...
2 years ago
RandomNinjaAtk
28c259f28f
v1.0.96 - update default custom script settings, with more optimized settings
...
Add the ability to notify plex to scan artist directory, but currently disabled.
2 years ago
RandomNinjaAtk
f445695de1
v1.0.4 - Support script execution from Extended script
2 years ago
RandomNinjaAtk
98d7be44b9
v1.0.95 - bug fix for lidarr import check, speed improvements, by breaking loops properly when needed...
2 years ago
RandomNinjaAtk
768d468fe1
v1.0.94 - tidal bug fixes and enhancements, get album ID from musicbrainz
2 years ago
RandomNinjaAtk
18cbcb6077
v1.0.93 - workaround for broken tidal-dl client, now working...
2 years ago
RandomNinjaAtk
67a18f5358
v1.0.92 - Add check for successful import
2 years ago
RandomNinjaAtk
8e622504f9
v1.0.91 - New DownloadFolderCleaner Function
...
Cleanup failed to import albums on each script run...
2 years ago
RandomNinjaAtk
215a6acec2
v1.0.90 - Added Lidarr import check, added comments
2 years ago
RandomNinjaAtk
070b74d5fd
v1.0.89 - Reduce api calls needed...
2 years ago
RandomNinjaAtk
a4e1b034cd
v1.0.88 - Typo and Bug Fix
2 years ago
RandomNinjaAtk
6a2bac6254
v1.0.87 - New Feat, check musicbrainz for deezer album id
...
This will enable using album id's stored in the musicbrainz service for pulling downloads, this will save time and enable more precision when pulling albums
#9
2 years ago
RandomNinjaAtk
2c966f6f8b
v1.0.86 - Change to process for purging list data before getting updated list data..
2 years ago
RandomNinjaAtk
7228a2127f
v1.0.85 - Bug fix for speed improvement
...
#10
2 years ago
RandomNinjaAtk
4ff496ee92
v1.0.84 - Increase list pull based on total number of items
...
Maximum is 10,000 albums to pull at once....
#10
2 years ago
RandomNinjaAtk
335e56e4e7
v1.0.83 - bug fix to check for previous imports when not using beets
2 years ago
RandomNinjaAtk
58e69bd30e
reduce concurrency to 1, enable removeAlbumVersion
2 years ago
RandomNinjaAtk
a93506b7dd
v1.0.82 - reduce strain on servers, by reducing speed of api calls...
2 years ago