RandomNinjaAtk
fd18d6b170
....
2 years ago
RandomNinjaAtk
dfa33d0509
Create sma.ini
2 years ago
RandomNinjaAtk
634eb94a51
more to be done...
2 years ago
RandomNinjaAtk
f762555f97
work in progress...
2 years ago
RandomNinjaAtk
7ab75b0d1d
Create video.sh
2 years ago
RandomNinjaAtk
94ba0ed3b8
v1.0.213 - Rename file and change file names
2 years ago
RandomNinjaAtk
9c9a1b0a08
Rename and change download.sh to audio.sh, rename log file
2 years ago
RandomNinjaAtk
456b8f1e1b
1.0.212 - Adjust notfound purge from 7 days to 90 days
2 years ago
RandomNinjaAtk
d0a509cfbc
adjust queueConcurrency
2 years ago
RandomNinjaAtk
e42ce7e7bb
disable multiThread
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