JuninhoSantosMr
444f764aa5
feat: add Google Drive folder filter ( #22 )
...
* feat: add support for filtering files by specified Google Drive folder IDs
* docs: update README to clarify optional folder filtering feature and provide usage examples
2025-09-26 11:46:42 +01:00
Viren070
8945ed79f1
feat: add tmdb id support and format
2025-02-12 14:46:56 +00:00
Viren070
6bbfe8226c
fix: reduce max files to fetch from 3000 to 1000
2025-02-05 14:39:58 +00:00
Viren070
9dfbb4e7ee
fix: update file metadata to include created time in responses
2025-02-05 14:38:54 +00:00
Viren070
aa0ed0dec2
fix: reduce max files to fetch from 15000 to 3000 and fix pagination
2025-02-05 14:35:24 +00:00
Viren070
71285a06ea
feat: handle paginated results with max files set to 15000
2025-02-05 14:19:00 +00:00
Viren070
40ea961ee5
feat: add thumbnails
2025-02-05 14:10:20 +00:00
Viren070
25602445a1
fix: update regex patterns for stream and playback requests to allow additional characters
2025-02-05 13:43:49 +00:00
Viren070
e904f98b89
fix: deocde and sanitise search query and improve logging
2025-02-05 13:39:50 +00:00
Viren070
2916a0431a
feat: fix and add strict title check
2025-02-05 13:03:40 +00:00
Viren070
a028fe3c32
Update README.md
2025-02-04 22:15:10 +00:00
Viren070
bb5b0993bf
feat: update
2025-02-04 21:57:52 +00:00
Viren070
cecc16709e
feat: changes
...
closes #8
2025-01-08 13:23:37 +00:00
Viren070
aeb64a239c
Create LICENSE
2025-01-04 23:24:49 +00:00
Viren070
8864587d69
feat: add option to search for audio files too
...
addresses #4
2025-01-04 20:08:02 +00:00
Viren070
6f9fc2c696
Merge branch 'main' of https://github.com/Viren070/stremio-gdrive-addon
2025-01-04 19:41:56 +00:00
Viren070
df82c73ca7
feat: add durationAsc and durationDesc sort criteria
2025-01-04 19:32:40 +00:00
Viren070
47956acb66
feat: add duration to stream description
...
closes #3
2025-01-04 19:31:56 +00:00
Viren070
9ccdd4b711
feat: update regex
2025-01-04 19:30:05 +00:00
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