74 Commits

Author SHA1 Message Date
RandomNinjaAtk
bb3e0093ee v2.48 - Enable config changes to affect future script runs without restart 2024-08-08 12:58:00 +00:00
RandomNinjaAtk
e81fd95708 v2.47 - Remove legacy code from recent changes 2024-08-07 14:22:57 +00:00
RandomNinjaAtk
ceb8a1b1c7 v.2.46 - Removed unused function, might have resolved memory leak...
#269 - Resolves this?
2024-08-05 11:12:51 +00:00
Trey Turner
57c0f63542 Delete copypasta 2024-08-01 17:17:36 -05:00
RandomNinjaAtk
24c40c9c6f v2.45 - new prefer special editions config option
#254 - Resolves this?
2024-08-01 13:36:02 +00:00
Anarcie
c3bae6f4b8 Updating variable to the correct one. 2024-07-04 15:43:38 -06:00
Anarcie
fc1c18606f Fixing Audio script referencing static download path. Moved to extended.cong downloadPath var 2024-07-02 12:20:23 -06:00
Jason Krause
dd4ce4f417 spelling corrections 2024-05-31 11:53:05 -06:00
RandomNinjaAtk
7c4ee17274 v2.44 - Bug fix for download client not being added..
#249 - Resolves this...
2024-04-29 19:48:51 -04:00
hockeygoalie35
7ba54e61eb 2.43 - Add interval sleep before exit 2024-04-27 23:28:26 -04:00
RandomNinjaAtk
d23cc5fe41 2.42 - Only add client and tag if not already added... 2024-04-12 20:54:03 -04:00
RandomNinjaAtk
52a1b74f8e v2.41 - Notify Lidarr to import, let blackhole be managed by lidarr. 2024-04-12 16:23:51 -04:00
RandomNinjaAtk
54f7b52b76 v2.40 - Add secondary lidarr download scan import notification
This enables the older style of import notification
2024-04-12 04:38:27 -04:00
RandomNinjaAtk
28d6869098 v2.39 - Add arr-extended tag to Lidarr
This is for future usage purposes...
2024-04-11 20:19:04 -04:00
RandomNinjaAtk
1fc229b7a2 v2.38 - Bug fix for blackhole client
#232 - Resolves
#233 - Resolves
2024-04-11 20:10:08 -04:00
RandomNinjaAtk
bb3258c121 v2.36 - bug fix for hardcoded path
#233 - resolves this request
2024-04-10 15:14:49 -04:00
RandomNinjaAtk
0b409484db v2.35 - Change Priority of Blackhole client to make sure it is not used by default 2024-04-06 16:14:18 -04:00
RandomNinjaAtk
ddc80adcaf v2.34 - Use Usenet Black Hole client for completed downloads/import
Pretty big change, has had limited testing. You can now monitor completed downloads in the Lidarr App.
2024-04-06 16:12:21 -04:00
RandomNinjaAtk
bcd1cb75d1 v2.33 - add downloadClientTimeOut option for freyr
#227 - This is untested, should solve this...? It's set to 10 minutes as a relatively conservative fallback option.
2024-04-04 20:12:55 -04:00
RandomNinjaAtk
c67d72522c 2.32 - Improve logging output for failed matches due to distance algorithm 2024-02-06 16:21:41 +00:00
Aaron Wood
10d2079f69 Always use most accurate way of fuzzy matching, greatly improve performance of fuzzy matching 2024-01-31 20:41:43 -08:00
RandomNinjaAtk
80c3853081 2.30 - Remove duplicate entries in temporary release title list... 2024-01-11 15:39:52 -05:00
RandomNinjaAtk
1082051a19 v2.29 - bug fix, missing echo command
#159
2024-01-11 15:19:53 -05:00
RandomNinjaAtk
1487dd7837 2.28 - Only ignore instrumental releases by disambiguation, not release group, enable by default
#159 - Further improvements... By default if not configured, ignore instrumental releases. However, the script will never ignore release groups that contain Instrumental in the album name/title.

This will allow you to download instrumental releases when it happens to be in the main release group title and ignore it when it just happens to be a alternate version of a particular album/release group (disambiguation)
2024-01-11 15:15:36 -05:00
RandomNinjaAtk
ebd5eb7757 v2.27 - New ignoreInstrumentalRelease option
#159 - Settting ignoreInstrumentalRelease to true in the config will cause the script to skip any release that has the word "Instrumental" in the title or disambiguation...

This is untested, but should work....
2024-01-11 18:32:47 +00:00
RandomNinjaAtk
4fba19499d v2.26 - Truncate Album Names
#156 - Limit names to 130 characters
2024-01-11 11:25:50 +00:00
RandomNinjaAtk
b8f674e138 2.25 - Truncate downloaded folder name
#156 - Only use first 100 characters of album name in folder name...
2024-01-11 11:12:41 +00:00
RandomNinjaAtk
425c59e06c 2.24 - Add --no-net-check to Freyr client
#124 - Resolves this?
2023-11-28 12:45:16 +00:00
RandomNinjaAtk
78240a015f 2.23 - Clear freyr cache folder after download
#94 - Resolves this...? (untested)
2023-10-19 08:56:16 -04:00
RandomNinjaAtk
6d3279359f 2.22 - version bump 2023-10-15 09:19:14 -04:00
Jackmaninov
4a9f05c094 fix: broke a path 2023-10-14 21:45:29 +03:00
Jackmaninov
dc43119726 feat: faster filtering of previously searched Album IDs using GNU comm 2023-10-14 21:00:20 +03:00
RandomNinjaAtk
61caac00b2 2.21 - bug fix for search process changes.
Only download one version of the album, then move to the next missing/cutoff album.

Previously the tool would sometimes download multiples of the same album instead of moving on to the next one like it was supposed to, so this fixes that....
2023-09-21 22:04:03 -04:00
RandomNinjaAtk
69494df0b5 2.20 - more logging for easier debugging, optimizations... 2023-09-21 21:41:15 -04:00
RandomNinjaAtk
5d0b8c16d1 2.19 - bugfix? 2023-09-21 18:59:37 -04:00
RandomNinjaAtk
c2e702a49c v2.18 - Simplify search process
Removing unnecessary code, simplifying search/download process.

If a download fails to import, it will take multiple runs of the script for it to search every album title/track count variation for an album. Which can result in the process being slower, however, it greatly simplifies the process making things easier to maintain...
2023-09-21 18:42:57 -04:00
RandomNinjaAtk
62db13e107 v2.16 - bug fixes for log file name
#87
2023-09-21 10:31:42 +00:00
RandomNinjaAtk
14fa832eae 2.15 - log file naming changes
#87
2023-09-21 10:19:23 +00:00
RandomNinjaAtk
590d2bb0dd 2.14 - improve beets tagging cleanup and logging... 2023-09-08 16:34:25 +00:00
RandomNinjaAtk
81f6c9fd37 v2.13 - Bug Fix for first word filtering when special characters are used...
#67 - Resolves this issue

This change does reduce the speed of the script because it no longer filters the results to reduce the number of results to parse... But it does solve the issue...
2023-09-07 11:41:57 +00:00
RandomNinjaAtk
7c7c404a9f v2.12 - Rollback
#59
2023-08-17 10:13:44 +00:00
RandomNinjaAtk
77e44312b5 v2.13 - Version Bump
#59 
#58
2023-08-16 08:40:22 -04:00
Jasper Aelvoet
93a9515337 Replace musicbrainz with build in lidarr api 2023-08-16 14:05:15 +02:00
Jasper Aelvoet
ae56411a0b Possible YT fallback implementation 2023-08-15 16:50:09 +02:00
RandomNinjaAtk
dc5169e721 2.12 - fallback to yt
#58 - untested, should resolve...
2023-08-15 14:07:49 +00:00
RandomNinjaAtk
a0c2a66b33 v2.11 - bug fix from debugging 2023-07-28 11:40:57 +00:00
RandomNinjaAtk
f8077edd93 v2.10 - improve logging 2023-07-28 11:40:15 +00:00
RandomNinjaAtk
e0833c7a93 v2.9 - Bug fix for missing path...
#40
2023-07-28 10:38:08 +00:00
RandomNinjaAtk
97d793e73e v2.8 - bug fix, missing "then" for if's...
#40
2023-07-28 10:27:48 +00:00
RandomNinjaAtk
2dd51ef713 2.7 - Run client test to verify client is working if all download attempts failed...
#40 - Further attempts to mitigate/workaround possible issue
2023-07-28 10:18:42 +00:00