Commit graph

255 commits

Author SHA1 Message Date
RandomNinjaAtk
45437c6d68
v1.5 - Remove pausing to speed things up... 2023-08-13 19:33:56 -04:00
RandomNinjaAtk
d44ec27579
v1.4 - bug fix for failed downloads 2023-08-13 18:54:06 -04:00
RandomNinjaAtk
67e2234dda
v1.3 - bug fixes? 2023-08-13 17:35:31 -04:00
RandomNinjaAtk
ab3ddee1d2
v1.2 - bug fix for log file creation 2023-08-13 16:57:16 -04:00
RandomNinjaAtk
9506eb5861
v1.1 - bug fix for detecting dlClientSource setting... 2023-08-13 16:48:21 -04:00
RandomNinjaAtk
2bd180fc4b
Only run script if dlClientSource setting enables it... 2023-08-13 16:42:18 -04:00
RandomNinjaAtk
659e229349
New Feature: Download Tidal Videos... 2023-08-13 16:38:30 -04:00
RandomNinjaAtk
b95a8566ad
Update and rename TidalVideo.bash to TidalVideoDownloader.bash
v1.0
2023-08-13 16:36:01 -04:00
RandomNinjaAtk
938bd217ec
Update TidalVideo.bash 2023-08-13 16:15:50 -04:00
RandomNinjaAtk
72d8c5f040
Update TidalVideo.bash 2023-08-13 15:49:44 -04:00
RandomNinjaAtk
1c3e881e99
Update TidalVideo.bash 2023-08-13 15:34:47 -04:00
RandomNinjaAtk
2850d065fe
Update TidalVideo.bash 2023-08-13 12:08:47 -04:00
RandomNinjaAtk
7fc39b189c
Create TidalVideo.bash 2023-08-13 10:44:04 -04:00
RandomNinjaAtk
c6135304c3
v.3.3 - Increase number of attempts for video data download caching
#44
2023-08-01 12:33:28 +00:00
RandomNinjaAtk
29bb8f404f
v3.2 Bug fix, run cache process if no complete log file is found
#44
2023-08-01 12:27:56 +00:00
RandomNinjaAtk
b702d9e251
v3.1 - Only cache artist once every 7 days, improved logging 2023-08-01 12:22:03 +00:00
RandomNinjaAtk
e0ae9e3379
v3.0 - Improved logging output for debugging
#44
2023-08-01 12:00:43 +00:00
RandomNinjaAtk
a6e26d7a72
2.9 - Improved caching process and logging output for debugging
#44 - Additional improvements
2023-08-01 11:58:19 +00:00
RandomNinjaAtk
4b84be9d74
2.8 - Switch to wget
Improving processes
2023-08-01 11:29:50 +00:00
RandomNinjaAtk
fa709db1e2
2.7 - Improved Cache Process, improved logging output
#44 - I believe this improves the process to reduce possible hangups..
2023-08-01 11:07:11 +00:00
RandomNinjaAtk
e1e4978421
Rename lidarr/BeetsPostProcessor.bash to lidarr/legacy_unsupported/BeetsPostProcessor.bash
#45 - This script is no longer supported....
2023-07-30 20:31:45 -04:00
RandomNinjaAtk
a0cf1c85bc
Rename MetadataPostProcess.bash to MetadataPostProcess.bash
#45 - moving to legacy_unsupported...
2023-07-30 20:30:59 -04:00
RandomNinjaAtk
04b939195f
Moving unsupported script to archive folder
#45
2023-07-30 20:30:06 -04:00
RandomNinjaAtk
877c413213
Removing unsupported scripts
#45
2023-07-30 20:28:47 -04:00
RandomNinjaAtk
1ddee1c0aa
Bug fix
#45
2023-07-29 11:30:38 -04: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
12097968dd
Add deezerClientTestDownloadId & tidalClientTestDownloadId
#40 - Makes test track Ids configurable
2023-07-28 10:21:38 +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
RandomNinjaAtk
b86b278dd4
Add failedDownloadAttemptThreshold
#40
2023-07-28 09:48:27 +00:00
RandomNinjaAtk
2458a097fa
v2.6 - New setting failedDownloadAttemptThreshold
Make failed download attempts configurable, default is 6.

#40 - This will likely not solve the issue, but a good idea, so implemented anyways. I have further plans to build in a workaround...
2023-07-28 09:47:18 +00:00
RandomNinjaAtk
e1962a9896
1.1 - Logging Improvements, only scan the correct library
Previously, the script would scan all libraries if they had almost identical folder names, example:

/path/folder and /path/folder-02

Both folders would be notified to be scanned, when only the first folder was valid. This fixes that...
2023-07-20 16:17:51 +00:00
RandomNinjaAtk
014543eb57
v1.9 - Bug Fix for adding
Sometimes artist name and mbid would repeat, causing it to fail, this should resolve that...
2023-07-20 11:33:55 +00:00
RandomNinjaAtk
31010330a6
2.2 - use universal functions 2023-07-20 11:03:02 +00:00
RandomNinjaAtk
4f3bb3afd0
1.8 - use universal functions 2023-07-20 11:00:04 +00:00
RandomNinjaAtk
e013b0d1b9
2.5 - use universal functions 2023-07-20 10:58:49 +00:00
RandomNinjaAtk
5ef6f1cbd1
2.6 - Use Universal functions 2023-07-20 10:57:57 +00:00
RandomNinjaAtk
5f2cb4de28
v1.3 - Use universal functions 2023-07-20 10:52:24 +00:00
RandomNinjaAtk
bb4256c28d
Update setup.bash 2023-07-20 10:38:50 +00:00
RandomNinjaAtk
cd6578a965
v1.2 - Actually remove data and clear entries from Lidarr 2023-07-19 20:27:59 -04:00
RandomNinjaAtk
3c8e6f356b
Trying to make the instructions a bit more clear... 2023-07-19 16:10:21 -04:00
RandomNinjaAtk
ed2e6d5fcd
2.5 - logging fixes 2023-07-19 14:43:27 +00:00
RandomNinjaAtk
92880a6c6b
1.1 - logging fixes 2023-07-19 14:42:56 +00:00
RandomNinjaAtk
cda848a99b
2.1 - logging fixes 2023-07-19 14:42:09 +00:00
RandomNinjaAtk
a71813bd92
logging optimizations 2023-07-19 14:41:16 +00:00
RandomNinjaAtk
283640634a
v1.7 - logging optimizations 2023-07-19 14:40:28 +00:00
RandomNinjaAtk
73277d5437
v1.6 - logging optimizations 2023-07-19 14:38:31 +00:00
RandomNinjaAtk
f227abe49e
v1.5 - Bugfix, wait for lidarr to start before runnining 2023-07-18 17:43:58 -04:00
RandomNinjaAtk
86447bcf49
v1.4 bug fix? 2023-07-18 17:16:17 -04:00
RandomNinjaAtk
c1cfc839f9
v2.3 - Hide error that can be ignored, don't alter track tags 2023-07-18 17:08:53 -04:00
RandomNinjaAtk
bbd7f6f95e
2.1 - improve logging output 2023-07-18 13:51:54 +00:00
RandomNinjaAtk
17749d8ab4
2.0 - remove metadatapostprocessor, keep tags in sync and scrub 2023-07-18 13:41:09 +00:00
RandomNinjaAtk
6778b7d2aa
v2.1 - Allow lrc file to be imported by Lidarr 2023-07-17 11:51:49 +00:00
RandomNinjaAtk
9ed1086b48
Settings for new UnmappedFilesCleaner service
#21
2023-07-16 13:35:48 -04:00
RandomNinjaAtk
3f90f1d4b5
Download new UnmappedFilesCleaner service
#21
2023-07-16 13:34:11 -04:00
RandomNinjaAtk
baa47acdbb
v1.0
#21
2023-07-16 13:32:42 -04:00
RandomNinjaAtk
f00aa781db
Create UnmappedFilesCleaner.bash
#21 - Not currently usable, just a starting point
2023-07-16 11:54:10 -04:00
RandomNinjaAtk
60ef7e48a2
v2.0 - Adjust temp download area to give additional seperation 2023-07-15 16:26:48 -04:00
RandomNinjaAtk
1588a57210
1.9 bug fix 2023-07-15 11:05:54 -04:00
RandomNinjaAtk
11731efc91
2.4 - bug fix 2023-07-15 11:04:42 -04:00
RandomNinjaAtk
066f3452be
2.3 - Move import settings to functoin 2023-07-15 10:59:43 -04:00
RandomNinjaAtk
11474fe005
Update extended.conf 2023-07-15 10:46:02 -04:00
RandomNinjaAtk
65b649474c
Add script interval configuration settings
#18
2023-07-15 10:41:19 -04:00
RandomNinjaAtk
66ff13884c
v1.3 - add autoArtistAdderInterval
#18
2023-07-15 10:26:05 -04:00
RandomNinjaAtk
3103c25247
1.8 cleanup 2023-07-15 10:24:18 -04:00
RandomNinjaAtk
71d3aabe13
v1.7 - Add audioScriptInterval, improve logging
#18
2023-07-15 10:22:25 -04:00
RandomNinjaAtk
69d170cb2a
2.2 - add new videoScriptInterval setting
#18
2023-07-15 10:16:10 -04:00
RandomNinjaAtk
42cb529efa
v2.1 - user port
#17
2023-07-14 19:17:42 -04:00
RandomNinjaAtk
b594bb9ded
v1.9 user port 2023-07-14 19:16:51 -04:00
RandomNinjaAtk
a4ca2485f7
v1.6 - Switch to port
#17
2023-07-14 19:15:00 -04:00
RandomNinjaAtk
22d997bb99
1.2 fix copy pasta 2023-07-14 20:04:07 +00:00
RandomNinjaAtk
b317648b47
1.1 tweaks 2023-07-14 20:02:46 +00:00
RandomNinjaAtk
216834a210
Add AutoArtistAdder service 2023-07-14 20:01:23 +00:00
RandomNinjaAtk
b3c8ac0afc
Create AutoArtistAdder.bash 2023-07-14 20:00:01 +00:00
RandomNinjaAtk
612d2181d0
1.8 - Change Tagging to new downloads only
This might fix a long standing issue with the lidarr rescan process...
2023-07-14 16:49:24 +00:00
RandomNinjaAtk
e6832aef0a
v2.0 - Logging fixes 2023-07-14 11:30:07 +00:00
RandomNinjaAtk
008524ef38
v1.9 Improved logging 2023-07-14 11:26:34 +00:00
RandomNinjaAtk
2ebfe2badb
1.8 - bug fix for missing setting 2023-07-14 11:25:05 +00:00
RandomNinjaAtk
fc18d53fe8
v1.7 - Bug fix for the last bug fix...
#14
2023-07-14 10:57:00 +00:00
RandomNinjaAtk
c0cb3ec79c
Update readme.md 2023-07-14 10:41:15 +00:00
RandomNinjaAtk
8d4c58f236
Update readme.md 2023-07-14 10:37:49 +00:00
RandomNinjaAtk
32cafcfbf8
v1.6 - AutoConfig Enablement Bug fix and improved logging
#14 - Should now be resolved...
2023-07-14 10:18:57 +00:00
RandomNinjaAtk
e800781c58
v1.2 bug fix 2023-07-13 17:55:44 -04:00
RandomNinjaAtk
10cbb224c9
Download BeetsPostProcessor.bash script to /config/extended 2023-07-13 17:49:45 -04:00
RandomNinjaAtk
48fb6b13a5
v1.5 - Bug Fix for miss configured MetadataPostProcess.bash script options 2023-07-13 17:41:50 -04:00
RandomNinjaAtk
7fd5ebb000
v1.1 - Bug fix 2023-07-13 17:38:49 -04:00
RandomNinjaAtk
b8110680d3
v1.7 - Possible bug fix? 2023-07-13 16:01:58 -04:00
RandomNinjaAtk
b8c4b1e087
v1.5 - bug fix?
Fix deemix?
2023-07-13 15:59:42 -04:00
RandomNinjaAtk
499db1dfc8
version bump 1.4
#11
2023-07-13 15:33:47 -04:00
RandomNinjaAtk
5180d215eb
Bug fix
#11
2023-07-13 15:32:39 -04:00
RandomNinjaAtk
70eebab145
Create tidal-dl.json 2023-07-13 15:26:06 -04:00
RandomNinjaAtk
48ecb5bea6
Add Wiki Link 2023-07-13 10:45:12 -04:00
RandomNinjaAtk
56ac6472a9
Update readme.md 2023-07-13 10:30:17 -04:00
RandomNinjaAtk
6939bfc478
Update readme.md 2023-07-13 10:03:23 -04:00
RandomNinjaAtk
82a8640c30
Add more information 2023-07-13 09:46:27 -04:00
RandomNinjaAtk
9d10feea52
Remove default videoPath setting to force users to set it
This should prevent the script from running unless a user has deliberately configured it, which means they should have setup a volume for it...
2023-07-13 09:43:42 -04:00
RandomNinjaAtk
b4f48f3565
Update extended.conf 2023-07-13 09:39:18 -04:00
RandomNinjaAtk
d128ed788f
Organize settings to make it more clear... 2023-07-13 09:37:55 -04:00
espentruls
af6492fee7
Update extended.conf
Default should be false in case of problems.
2023-07-13 14:26:23 +02:00
espentruls
8d191f5e35
Update extended.conf
Fix redundant settings entry
2023-07-13 14:19:41 +02:00
RandomNinjaAtk
d06087835b
Update instructions 2023-07-13 07:10:29 -04:00
RandomNinjaAtk
c36453f8b0
v1.6 - Set fallback downloadPath and exit if videoPath is not configured
#7
2023-07-13 07:01:14 -04:00
RandomNinjaAtk
01404ba986
v1.3 - Add fallback downloadpath if its not set. 2023-07-13 06:57:47 -04:00
RandomNinjaAtk
13061e91a4
v1.5 - Version Bump
Update your config file to the latest...
2023-07-13 06:54:02 -04:00
RandomNinjaAtk
939fc910e1
Update extended.conf 2023-07-13 06:51:54 -04:00
RandomNinjaAtk
3fc501f65e
v1.2 - version bump
New settings added config file
2023-07-13 06:51:10 -04:00
RandomNinjaAtk
cdbefa39b6
Update setup.bash 2023-07-13 06:47:02 -04:00
RandomNinjaAtk
1dc20ee387
Create deemix_config.json 2023-07-13 06:46:08 -04:00
RandomNinjaAtk
123f3bcf15
Add settings
#7
2023-07-13 06:42:21 -04:00
RandomNinjaAtk
a38ae553f4
add missing setting 2023-07-12 18:28:10 +00:00
RandomNinjaAtk
ff068eb535
Update extended.conf 2023-07-12 17:11:23 +00:00
RandomNinjaAtk
d202167f8f
Add missing settings, add descriptions 2023-07-12 17:10:32 +00:00
RandomNinjaAtk
7a2bf7ed21
Update readme.md 2023-07-12 16:56:22 +00:00
RandomNinjaAtk
a7a3fdd395
v1.4 - Update URLs and info displayed when script starts 2023-07-12 16:52:59 +00:00
RandomNinjaAtk
34bedd1763
v1.1 - Change URLs and info 2023-07-12 16:51:42 +00:00
RandomNinjaAtk
e6468916c9
typo fix 2023-07-12 14:09:37 +00:00
RandomNinjaAtk
e310cda141
1.0.8 - make configurable 2023-07-12 14:07:23 +00:00
RandomNinjaAtk
5674c0e253
Create readme.md 2023-07-12 14:04:22 +00:00
RandomNinjaAtk
ef20d81457
Update setup.bash 2023-07-12 14:03:50 +00:00
RandomNinjaAtk
8dc61c662c
Create extended.conf 2023-07-12 14:03:12 +00:00
RandomNinjaAtk
785465b521
v1.3 - make configurable 2023-07-12 14:02:33 +00:00
RandomNinjaAtk
f8e647d6db
v1.0.6 - make configurable 2023-07-12 14:01:00 +00:00
RandomNinjaAtk
c0fd44c3b4
v1.4 bug fix 2023-07-11 14:37:36 +00:00
RandomNinjaAtk
c5a23f502b
Add missing audioLyricType setting 2023-07-11 14:22:21 +00:00
RandomNinjaAtk
68eb151ce6
more bug fixes 2023-07-11 14:16:22 +00:00
RandomNinjaAtk
b85a72efea
v1.0.3 2023-07-11 14:10:17 +00:00
RandomNinjaAtk
fd806b2d7e
1.0.2 bug fix for variable change 2023-07-11 13:41:58 +00:00
RandomNinjaAtk
0730a7799c
bug fix for hadcoded setting 2023-07-11 12:32:37 +00:00
RandomNinjaAtk
2d9aa8960b
Update Audio.service.bash 2023-07-11 12:19:59 +00:00
RandomNinjaAtk
2a975460d4
Update beets-config.yaml 2023-07-11 12:17:57 +00:00
RandomNinjaAtk
747465833d
Update beets-config.yaml 2023-07-11 12:17:41 +00:00
RandomNinjaAtk
8600ec945c
Create beets-config.yaml 2023-07-11 12:17:17 +00:00
RandomNinjaAtk
336eb347f6
Update setup.bash 2023-07-11 12:16:47 +00:00
RandomNinjaAtk
1c1bfba95a
Create Audio.service.bash 2023-07-11 12:14:37 +00:00
RandomNinjaAtk
3a69d0dd69
Update AutoConfig.service.bash 2023-07-10 16:07:29 -04:00
RandomNinjaAtk
5f669aa124
v1.2 - bug fixes 2023-07-10 16:03:06 -04:00
RandomNinjaAtk
71f3474673
Create BeetsPostProcessor.bash 2023-07-10 17:29:46 +00:00
RandomNinjaAtk
1df6408226
Update setup.bash 2023-07-10 17:28:28 +00:00
RandomNinjaAtk
cdab6edb4a
Create MetadataPostProcess.bash 2023-07-10 16:50:41 +00:00
RandomNinjaAtk
a086ac2405
Fix script locations 2023-07-10 16:32:30 +00:00
RandomNinjaAtk
2f377c313c
Update Video.service.bash 2023-07-10 13:49:00 +00:00
RandomNinjaAtk
0532afe589
bug fixes 2023-07-10 13:47:10 +00:00
RandomNinjaAtk
031cebd6e3
Update Video.service.bash 2023-07-10 13:43:44 +00:00
RandomNinjaAtk
fb392456e6
Update Video.service.bash 2023-07-10 13:42:34 +00:00
RandomNinjaAtk
edc3c451b9
Update setup.bash 2023-07-10 13:20:01 +00:00
RandomNinjaAtk
9e259de089
Update setup.bash 2023-07-10 13:19:31 +00:00
RandomNinjaAtk
6766913fe2
Create AutoConfig.service.bash 2023-07-10 13:19:09 +00:00
RandomNinjaAtk
111251309e
Update setup.bash 2023-07-10 13:16:19 +00:00