Commit graph

1519 commits

Author SHA1 Message Date
jeanchristophe.mqt@gmail.com
d89af16858 Made imdb regex ungreedy 2024-04-12 10:17:05 +02:00
jeanchristophe.mqt@gmail.com
3a03b7ed46 Icon changed to fa-pen-to-square 2024-03-31 14:09:17 +02:00
jeanchristophe.mqt@gmail.com
f9e9215bcb After thorough testing, some renaming and refactoring 2024-03-31 11:50:22 +02:00
jeanchristophe.mqt@gmail.com
2903603a5d After thorough testing, some renaming and refactoring 2024-03-31 11:13:08 +02:00
jeanchristophe.mqt@gmail.com
ecb519576a Added the possibility to find serieId from imdbId 2024-03-30 22:57:15 +01:00
jeanchristophe.mqt@gmail.com
b85f59da2c Minor corrections 2024-03-30 10:45:01 +01:00
jeanchristophe.mqt@gmail.com
22a474104a Log corrected 2024-03-29 19:58:08 +01:00
jeanchristophe.mqt@gmail.com
d654454c5e Added the possibility to fin movieId from imdbId 2024-03-29 19:44:32 +01:00
jeanchristophe.mqt@gmail.com
5198d4b805 Removed useless dependency 2024-03-29 11:53:49 +01:00
jeanchristophe.mqt@gmail.com
a02379f240 Final corrections after testing 2024-03-29 11:36:35 +01:00
jeanchristophe.mqt@gmail.com
d6b7e51389 Corrected log position 2024-03-29 10:12:09 +01:00
jeanchristophe.mqt@gmail.com
c21e9594a5 Multiple small adjustments 2024-03-29 09:43:31 +01:00
jeanchristophe.mqt@gmail.com
694ae59f22 Serie lookup url corrected 2024-03-29 09:27:58 +01:00
jeanchristophe.mqt@gmail.com
3511cc2276 Addded lookup url for Sonarr 2024-03-29 09:15:55 +01:00
jeanchristophe.mqt@gmail.com
12f61a34c9 Log corrected 2024-03-29 00:22:03 +01:00
jeanchristophe.mqt@gmail.com
1bc893b7b9 Corrected lookup endpoint param name 2024-03-29 00:20:29 +01:00
jeanchristophe.mqt@gmail.com
e5638dda65 Added imdbid detection from file name to get the movie or serie id 2024-03-29 00:08:00 +01:00
jeanchristophe.mqt@gmail.com
cf974234ea Commas added where missing 2024-03-23 01:03:09 +01:00
jeanchristophe.mqt@gmail.com
5795a6df61 Replaced any by inferred interfaces 2024-03-23 00:37:12 +01:00
jeanchristophe.mqt@gmail.com
3b577fe73b Replaced any by inferred interface 2024-03-22 23:49:29 +01:00
jeanchristophe.mqt@gmail.com
c04dba1453 Replaced custom code by array.prototype.find 2024-03-22 23:35:39 +01:00
jeanchristophe.mqt@gmail.com
9a02d4b344 Fix eslint warnings and errors 2024-03-22 23:25:07 +01:00
jeanchristophe.mqt@gmail.com
d27955ed90 Fix eslint warnings and errors 2024-03-22 23:05:28 +01:00
jeanchristophe.mqt@gmail.com
65e6d5b3d9 More eslint fixes 2024-03-22 22:38:36 +01:00
jeanchristophe.mqt@gmail.com
142134a192 Fix eslint warnings and errors 2024-03-22 22:28:51 +01:00
jeanchristophe.mqt@gmail.com
741e39f588 Removed the possibility for regex patterns to be a list. All patterns must be merged 2024-03-20 17:37:41 +01:00
jeanchristophe.mqt@gmail.com
79419f6190 Escaping regex special caracters 2024-03-20 10:11:00 +01:00
jeanchristophe.mqt@gmail.com
40eb15412e Added new version for checkFileNameIncludes flow plugin checking for regex patterns 2024-03-20 00:16:09 +01:00
Boosh1
03d8a75033 Added HDR support, Cleaned up info log & initial test fix
- Added HDR support. Tested as working but can have issues. Warning applied
- Made duration check a bit better with try statement
- Cleaned up how the info log was used so it's more consistent & fixed up trailing spaces & line breaks
- Initial test fix up but more will be needed
2024-03-02 19:33:42 +00:00
jeanchristophe.mqt@gmail.com
e581a90864 Refactoring + more robust + added safeties and a new output for file not found 2024-02-25 17:38:18 +01:00
jeanchristophe.mqt@gmail.com
9ca5be4a2d Removed useless log 2024-02-25 17:01:58 +01:00
jeanchristophe.mqt@gmail.com
9d5f7136f8 Minor correction 2024-02-25 16:40:16 +01:00
jeanchristophe.mqt@gmail.com
2a5b73a8eb Added more checks and fallbacks for name checking 2024-02-25 16:33:54 +01:00
jeanchristophe.mqt@gmail.com
da5806b00f Final test completed 2024-02-10 20:46:12 +01:00
jeanchristophe.mqt@gmail.com
88227593f5 Corrected final check 2024-02-10 20:42:56 +01:00
Boosh1
890c2642e1 Updates to video loop & darwin support
- Corrected some Mac/Darwin support, incorrect 10 bit options (In future will remove videotoolbox support and split into separate plugin)
- Improved video check loops, some logic did seem to not correctly stop when needed & the remove stream option had the wrong syntax so probably wouldn't have worked
2024-02-03 22:32:59 +00:00
jeanchristophe.mqt@gmail.com
4b7e10f304 Added new output to the plugin for the case when file is not found 2024-02-03 13:11:17 +01:00
jeanchristophe.mqt@gmail.com
3937c799dd Renamed some methods to clarify the expected behavior 2024-01-29 11:41:37 +01:00
Boosh1
8aadba1496 Final things, remove tag mkvpropedit & bump the Version number ;) 2024-01-26 21:02:18 +00:00
Boosh1
a17ac70d25 Noticed one last -vf filter check used a colon incorrectly
Changed to a comma which matches all other formatting with the -vf cmd & updated tests
2024-01-26 20:53:55 +00:00
jeanchristophe.mqt@gmail.com
5c2d2814a6 Little more refactoring 2024-01-26 11:00:15 +01:00
jeanchristophe.mqt@gmail.com
09ba9b5dc6 Variables and functions names refactoring 2024-01-26 00:01:32 +01:00
jeanchristophe.mqt@gmail.com
ad66948622 Revert "Added some logs for compare file size"
This reverts commit b62e38bfde.
2024-01-25 23:48:01 +01:00
Boosh1
f4c02bc997 Found new edge cases so changed how HW decode is triggered
Ended up finding more cases where errors would pop up and looks to all to do with HW decode.
- Now ensured that unless the incoming format is in the white list then sw decode is done instead
- Correctly removed -hwaccel cmd when sw decode happens preventing accidental hwdecode
- Specify the format to decode when using sw
- renamed oldformat var to match its use case (now swDecode)
- Info log updated with when SW decode happens and will report which incoming format caused it
2024-01-24 15:58:49 +00:00
jeanchristophe.mqt@gmail.com
cb57ff4fed Apply radarr/sonarr naming policy : handled file not found use case and enforced some strong typing 2024-01-23 11:45:21 +01:00
jeanchristophe.mqt@gmail.com
bfb13e907a Enhanced logs for campare file size 2024-01-19 20:30:15 +01:00
jeanchristophe.mqt@gmail.com
b62e38bfde Added some logs for compare file size 2024-01-19 20:27:33 +01:00
jeanchristophe.mqt@gmail.com
713923cc1e Force rename Radarr/Sonarr logic simplified to just apply the naming policy 2024-01-19 19:25:31 +01:00
jeanchristophe.mqt@gmail.com
d6ac4ba9fa Force rename radarr.sonarr : remove log 2024-01-19 18:57:18 +01:00
jeanchristophe.mqt@gmail.com
c3ad020b4b Force rename with radarr/sonarr : added file move after rename 2024-01-19 18:52:20 +01:00