Commit Graph

57 Commits

Author SHA1 Message Date
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
Viren070 c42b563185 docs: provide short description, showcase and copy of guide 2024-12-10 21:39:58 +00:00
Viren070 efae9da581 docs: upload images 2024-12-10 21:31:27 +00:00
Viren070 6262fc6c98 docs: update table to include quality as sortable field 2024-12-10 21:21:22 +00:00
Viren070 bf41d87860 feat: add ability to sort by quality 2024-12-10 21:12:31 +00:00
Viren070 bdcdcc15ef feat: validate prioritiseLanguage field if given in config 2024-12-10 21:10:45 +00:00
Viren070 ba32a9d6be docs: remove <br> tags from description column 2024-12-10 20:55:23 +00:00
Viren070 ac939dd00b docs: add note about values being case sensitive 2024-12-10 20:09:18 +00:00
Viren070 682d65baea docs: attempt to make table look better 2024-12-10 20:06:11 +00:00
Viren070 5c88ed548a docs: add table explaining config options 2024-12-10 20:04:22 +00:00
Viren070 d06d5aac16 feat: improve regex for bluray allowing for separation between blu and ray 2024-12-10 19:44:12 +00:00
Viren070 9313a14ca3 refactor: remove redundant pattern for hdrip 2024-12-10 19:43:52 +00:00
Viren070 0c91de87d1 feat: a lot of changes 2024-12-10 19:25:04 +00:00
Viren070 16fbe9aa73 feat: use emojis in stream description and don't show language if unknown 2024-12-10 14:22:00 +00:00
Viren070 1d1097771e feat: return message for no streams found when streams is empty 2024-12-10 14:20:02 +00:00
Viren070 7e0b373294 feat: remove redundant credentials variable 2024-12-09 18:16:21 +00:00
Viren070 5533de934f feat: improve error instructions on invalid credentials/config link and fix not showing on stremio web / android tv by directing to setup guide 2024-12-09 17:45:16 +00:00
Viren070 c8bf19b85a fix: use correct logic to reduce redundancy in episode format query 2024-12-09 16:19:27 +00:00
Viren070 2729fe3ad6 feat: add more episode formats 2024-12-09 16:18:52 +00:00
Viren070 9e6ffe7298 style: format code 2024-12-09 15:28:33 +00:00
Viren070 6c8b8f7020 feat: use name for year search in query
using fullText causes incorrect matches
2024-12-09 15:20:14 +00:00
Viren070 7c6a390057 feat: add prioritiseLanguage field to config and refactor other parts 2024-12-09 15:06:41 +00:00