Skip to content

Commit

Permalink
Added URL Path Only checking
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky4546 committed Nov 5, 2024
1 parent 622d921 commit f436d7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion provider_video_m3u/instance_defn.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,19 @@
"help": "Default: None. Only used with stream_type=internalproxy"
},
"player-enable_full_duplicate_checking":{
"label": "Full Duplicate Filtering",
"label": "URL Full Duplicate Filtering",
"type": "boolean",
"default": true,
"level": 3,
"help": "Default: True. Only works with internalproxy. If disabled will use the url without the query_string to determine if a stream packet is duplicate. Set to false when the url contains dynamic authentication data that changes."
},
"player-enable_pathonly_checking":{
"label": "URL Path Only Filtering",
"type": "boolean",
"default": false,
"level": 3,
"help": "Default: False. Only works with internalproxy. If enabled, will use only the path part of the url and not include the host, port or query string to determine if a stream packet is duplicate. Set to true when the hostname changes constantly on m3u8 gets."
},
"player-enable_pts_filter":{
"label": "PTS Filtering",
"type": "boolean",
Expand Down
2 changes: 1 addition & 1 deletion provider_video_m3u/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "provider_video_m3u",
"name": "M3U",
"version": {
"current": "0.1.16"
"current": "0.1.17"
},
"requires": [{
"cabernet": {
Expand Down

0 comments on commit f436d7a

Please sign in to comment.