Commit graph

889 commits

Author SHA1 Message Date
hockeygoalie35
7cfd44f828 Add check interval in extended.conf. 2024-02-07 22:59:59 -05:00
RandomNinjaAtk
76c02a3344
v3.7 - Typo fix
#181
2024-02-07 10:57:45 +00:00
hockeygoalie35
32c8923955 Add colorama and python-telegram-bot to pip install 2024-02-06 23:36:09 -05:00
hockeygoalie35
9804b8cb22 Merge remote-tracking branch 'origin/main' 2024-02-06 23:32:37 -05:00
hockeygoalie35
d8976c4682 Catch token not set. 2024-02-06 23:31:14 -05:00
hockeygoalie35
7fb21773e2
Update setup.bash
typo
2024-02-06 23:13:04 -05:00
hockeygoalie35
8ce532e9f0 Refactor.
Set all messages including errors to logging
Set logging formatting to match Audio script
Add additional commands to telegram bot
temporarily set sleep time to 1m for debugging purposes
2024-02-06 23:09:46 -05:00
hockeygoalie35
f5302b7834 Refactor.
Set all messages including errors to logging
Set logging formatting to match Audio script
Add additional commands to telegram bot
temporarily set sleep time to 1m for debugging purposes
2024-02-06 22:59:13 -05:00
hockeygoalie35
b309569d34 Initial Commit. setup is currently pointing to my fork. 2024-02-06 21:05:58 -05:00
hockeygoalie35
550ebb0620 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	lidarr/extended.conf
2024-02-06 19:13:43 -05:00
RandomNinjaAtk
c67d72522c
2.32 - Improve logging output for failed matches due to distance algorithm 2024-02-06 16:21:41 +00:00
RandomNinjaAtk
6cbec2ad33
3.6 - Use new disableImvd config setting
Disables script if disableImvdb setting is true...
2024-02-05 14:24:02 +00:00
RandomNinjaAtk
4c2c0b3dd8
new disableImvd setting
Allows disabling IMVDB as a source for video script
2024-02-05 14:21:23 +00:00
RandomNinjaAtk
5b977c9334
Update setup.bash 2024-02-04 16:30:10 -05:00
RandomNinjaAtk
dfc9d49a54
Add skyscraper 2024-02-04 16:27:00 -05:00
RandomNinjaAtk
af1106d7d0
Merge pull request #173 from aaronjwood/optimize-fuzzy-search
Always use most accurate way of fuzzy matching, greatly improve performance of fuzzy matching
2024-02-01 04:08:17 -05: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
fb5200e4d2
Merge pull request #171 from norgur/patch-1
Update setup.bash
2024-01-28 17:14:51 -05:00
norgur
827dc15e6f
Update setup.bash
Fixed missing "
2024-01-28 19:48:48 +01:00
RandomNinjaAtk
d4b81e29ba
v1.0 - Swap beets installtion method
#170  - Will this fix this problem...? No clue if it'll work...
2024-01-28 12:24:15 -05:00
RandomNinjaAtk
e323b8a091
v1.7 - Improved logging output 2024-01-27 16:41:00 -05:00
RandomNinjaAtk
1d9bbcd5f3
v1.6 - Allow only 1 M4b and 1 MP3 file 2024-01-27 16:36:23 -05:00
RandomNinjaAtk
1996dfae10
Merge pull request #166 from zimmra/handle-multiple-backslashes
Modify sed to only remove first `/`
2024-01-16 21:35:04 -05:00
zimmra
223f96987a Modify sed to only remove first /
Removes global sed flag so that only the first `/` is removed from the arrUrlBase config parameter.

Fixes https://github.com/RandomNinjaAtk/arr-scripts/issues/165
2024-01-16 18:28:34 -08:00
RandomNinjaAtk
e2e612bd81
Merge pull request #161 from ngInit/patch-1
Update Video.service.bash
2024-01-12 03:42:35 -05:00
ngInit
33959af52a
Update Video.service.bash
null check added to $videoContainer
2024-01-11 23:56:49 -07: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
df1b9eb846
Add ignoreInstrumentalRelease
#159
2024-01-11 18:34:22 +00: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
8ae48c7941
v2.1 - Missed a spot... for autoArtistAdderMonitored
#139
2024-01-04 11:35:44 +00:00
RandomNinjaAtk
1cd883f7bf
v2 - Use new autoArtistAdderMonitored setting
#139 - Resolves this issue

New setting allows users to enable/disable monitoring of artists when automatically added via script..
2024-01-04 11:32:36 +00:00
RandomNinjaAtk
3b686a549f
New autoArtistAdderMonitored setting
#139
2024-01-04 11:28:37 +00:00
RandomNinjaAtk
dd9211256a
Fix python errors... 2024-01-02 10:38:41 +00:00
hockeygoalie35
caad0a84e3 Added ARL Checking script optional flags for Telegram connectivity. Fixed some typos. 2023-12-25 23:40:00 -05:00
RandomNinjaAtk
d1c8fe26aa
Merge pull request #140 from catduckgnaf/main
updating combine
2023-12-21 01:24:01 +00:00
catduckgnaf
addfeb0ae7 updating combine
Added upon successful conversion to delete the .mp3 files. added log message
2023-12-20 18:19:25 -05:00
RandomNinjaAtk
23f635d006
Merge pull request #132 from catduckgnaf/main
Adding Script to Combine MP3 Post Download to M4B
2023-12-13 10:59:26 +00:00
catduckgnaf
0a9a8545be Adding Script to Combine MP3 Post Download to M4B
This "should" work. It is a new script that will be designed for audiobooks. I included ffmpeg in the build itself, verse a docker mod.  The goal of this script is to recreate what calibre-server does for metadata, Assuming this PR is approved (and I may need some help) I want to add tone and metadata. This is a good first step by combining multiple mp3s and even m4bs into one clean file.
2023-12-08 14:46:21 -05:00
RandomNinjaAtk
819549ba2f
Merge pull request #129 from Opt6/patch-1
Fixed typo in extended.conf
2023-12-05 03:29:41 +00:00
Opt6
d98c63ac1a
Fixed typo in extended.conf
Corrected AUTOCONFIG typo in comment
2023-12-04 14:02:15 -08:00
RandomNinjaAtk
425c59e06c
2.24 - Add --no-net-check to Freyr client
#124 - Resolves this?
2023-11-28 12:45:16 +00:00
RandomNinjaAtk
524b51ee59
Merge pull request #119 from jasonpatrickellykrause/readme-formatting
Formatting updates to README
2023-11-26 22:17:20 -05:00
RandomNinjaAtk
e9a6b4df87
Merge pull request #121 from jasonpatrickellykrause/lidarr-extended-conf
Lidarr Extended Conf Formatting
2023-11-26 15:28:28 -05:00
RandomNinjaAtk
fbd75f222a
Merge pull request #122 from cherryontopknife/patch-1
Update readme.md
2023-11-26 15:25:17 -05:00
cherryontopknife
11cafdea51
Update readme.md
Added description of unmapped folder cleaner script
2023-11-26 14:05:59 -05:00
Jason Krause
381f21d641 Spelling and formatting 2023-11-26 10:19:53 -07:00