Commit Graph

78 Commits

Author SHA1 Message Date
Viren070 bd314e2b88 fix: correct the hdr10+ regex 2024-12-20 17:18:41 +00:00
Viren070 cb56e384ce fix: remove duplicate regex (probably) 2024-12-19 22:47:00 +00:00
Viren070 e03dc49d95 fix: dont make plus in hdr10+ optional and allow ten instead of 10 2024-12-19 22:44:29 +00:00
Viren070 b4be83f4df docs: update cloudflare_finished_worker_script 2024-12-16 20:35:17 +00:00
Viren070 fe7d8dd279 docs: mention that you need to remove existing code in editor for stremio gdrive
closes Instructions need slight change #2
2024-12-16 20:22:53 +00:00
Viren070 f73051fe31 Merge branch 'main' of https://github.com/Viren070/stremio-gdrive-addon 2024-12-16 20:11:45 +00:00
Viren070 c1b8f78d38 feat: move visualTags to description 2024-12-16 20:11:29 +00:00
Viren070 5d8e1dc6ae fix: don't match WEBDL-Rip for WEB-DL 2024-12-16 20:08:27 +00:00
Viren070 ee81e5141b fix(docs): use correct redirect uri 2024-12-15 14:17:32 +00:00
Viren070 6a578128c3 feat: shortern Dolby Digital to DD and Dolby Digital Plus to DD+ 2024-12-14 19:31:50 +00:00
Viren070 01518f593c docs: add considerHdrTagsAsEqual config option to table 2024-12-14 18:53:23 +00:00
Viren070 2a7f3571a1 feat: add considerHdrTagsAsEqual config option 2024-12-14 18:52:38 +00:00
Viren070 bbf669e9cd docs: update showcase image and put in images folder 2024-12-14 18:42:46 +00:00
Viren070 50a629f10c feat: if prioritise language is set, prioritise multi language files 2024-12-14 18:27:08 +00:00
Viren070 530b4edb21 feat: use shortened forms for CAM/TS/TC/SCR 2024-12-14 18:26:37 +00:00
Viren070 17ba0224c7 docs: update config table 2024-12-14 18:22:00 +00:00
Viren070 3cd20a5f9c docs: update config table 2024-12-14 18:12:17 +00:00
Viren070 653af7aae6 docs: update README to list features 2024-12-14 17:50:16 +00:00
Viren070 8fa3a678dd fix: group terms correctly for ai regex
fixes the upscale/enhanced/remaster words matching the ai regex.
2024-12-14 17:41:35 +00:00
Viren070 5112250edd fix: allow 7.1 after dolby digital patterns 2024-12-14 17:34:09 +00:00
Viren070 2fc887e7fa feat: add more qualities and enhance existing regex 2024-12-14 17:08:59 +00:00
Viren070 d695f1924b fix: correct sortBy entry from "visualTags" to "visualTag" in isConfigValid 2024-12-14 15:15:56 +00:00
Viren070 46e573eefc feat: add visualTag sort criterion and visualTags config field to filter out specific visual Tags 2024-12-14 15:10:39 +00:00
Viren070 618850b666 feat: merge DDP5.1 regex pattern into existing ddp and 5.1 regex patterns.
This will parse a file with DDP5.1 as having both DDP and 5.1 separately.
2024-12-14 15:05:52 +00:00
Viren070 046664aef6 feat: add aac regex pattern for audioTags 2024-12-14 15:04:44 +00:00
Viren070 16ae9e95ff feat: add multi and dual audio regex patterns for languages 2024-12-14 15:04:26 +00:00
Viren070 419a6f53ea feat: add AI visualTag regex pattern 2024-12-14 15:04:03 +00:00
Viren070 6a25093c60 chore: set version to 1.0.0 2024-12-13 16:53:11 +00:00
Viren070 d388b9de13 chore: create npm package files 2024-12-13 16:50:13 +00:00
Viren070 121059d6a1 chore: create wrangler.toml 2024-12-13 16:49:48 +00:00
Viren070 cebf926c25 chore: create .gitignore 2024-12-13 16:49:30 +00:00
Viren070 819b7ac203 style: format code 2024-12-13 16:47:33 +00:00
Viren070 d55288fd69 move to src folder and rename to index.js 2024-12-13 15:48:43 +00:00
Viren070 e77144ba95 feat: potentially improve regex 2024-12-13 13:33:42 +00:00
Viren070 669e77e27b feat: encode and decode filename in playback url 2024-12-13 13:33:29 +00:00
Viren070 0b0e3d3094 feat: improve bingeGroup by including all parsed information 2024-12-13 00:39:32 +00:00
Viren070 ed7b4edd2e feat: proxiedPlayback option 2024-12-13 00:37:42 +00:00
Viren070 132d2dd1bb fix: correct year property reference in getImdbSuggestionMeta function 2024-12-13 00:17:47 +00:00
Viren070 5722bee004 feat: provide behaviorHints.bingeGroup in stream object 2024-12-12 17:46:01 +00:00
Viren070 4a9319ef1f fix: convert size to int before passing to videoSize 2024-12-12 17:25:22 +00:00
Viren070 97266c60b6 feat: pass videoSize and filename in behaviourHints stream object 2024-12-12 14:45:01 +00:00
Viren070 5a3fe66118 style: format code 2024-12-11 17:06:22 +00:00
Viren070 bad47344c9 style: restructure code 2024-12-11 17:05:51 +00:00
Viren070 b98bd9655b Merge branch 'main' of https://github.com/Viren070/stremio-gdrive-addon 2024-12-11 16:02:00 +00:00
Viren070 fccb05e80a docs: add hdrdv as valid value for sortBy field 2024-12-11 16:01:57 +00:00
Viren070 9481344fb0 feat: improved logging and add hdrdv sort criterion 2024-12-11 15:59:09 +00:00
Viren070 da119b96e5 feat: change error stream url to github repository 2024-12-11 13:55:57 +00:00
Viren070 4a1939bf27 Update README.md 2024-12-11 02:44:21 +00:00
Viren070 4ad5039e9e fix(docs): remove docusaurus admonition syntax 2024-12-10 22:05:28 +00:00
Viren070 561b666f1c fix(docs): remove component usage specific to site. 2024-12-10 21:56:53 +00:00