Created
July 26, 2026 02:01
-
-
Save kaosknox/7e0146742e8872f49b0ca5ed23a12443 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "groups": [ | |
| { | |
| "id": "g-res", | |
| "name": "Resolution", | |
| "color": "#00000000", | |
| "borderColor": "#00000000", | |
| "isExpanded": true | |
| }, | |
| { | |
| "id": "g-src", | |
| "name": "Source", | |
| "color": "#00000000", | |
| "borderColor": "#00000000", | |
| "isExpanded": true | |
| }, | |
| { | |
| "id": "g-rng", | |
| "name": "Dynamic Range", | |
| "color": "#00000000", | |
| "borderColor": "#00000000", | |
| "isExpanded": true | |
| }, | |
| { | |
| "id": "g-depth", | |
| "name": "Color Depth", | |
| "color": "#00000000", | |
| "borderColor": "#00000000", | |
| "isExpanded": true | |
| }, | |
| { | |
| "id": "g-snd", | |
| "name": "Sound Formats", | |
| "color": "#00000000", | |
| "borderColor": "#00000000", | |
| "isExpanded": true | |
| }, | |
| { | |
| "id": "g-ch", | |
| "name": "Audio Channels", | |
| "color": "#00000000", | |
| "borderColor": "#00000000", | |
| "isExpanded": true | |
| }, | |
| { | |
| "borderColor": "#FF858283", | |
| "color": "#000000", | |
| "id": "gs", | |
| "isExpanded": false, | |
| "name": "Streaming" | |
| }, | |
| { | |
| "borderColor": "#FF858283", | |
| "color": "#000000", | |
| "id": "ge", | |
| "isExpanded": false, | |
| "name": "Encoder" | |
| }, | |
| { | |
| "id": "language", | |
| "name": "Language", | |
| "color": "#00000000", | |
| "borderColor": "#00000000", | |
| "isExpanded": true | |
| } | |
| ], | |
| "filters": [ | |
| { | |
| "id": "uhd", | |
| "groupId": "g-res", | |
| "name": "4K", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/uhd.png", | |
| "pattern": "(?i)\\b(?:4k|2160[pi]?|uhd(?:tv)?|ultra[\\s._-]?hd|3840\\s*x\\s*2160|4096\\s*x\\s*2160)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "fhd", | |
| "groupId": "g-res", | |
| "name": "1080p", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/fhd.png", | |
| "pattern": "(?i)\\b(?:1080[pi]?|fhd|full[\\s._-]?hd|1920\\s*x\\s*1080)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "hd", | |
| "groupId": "g-res", | |
| "name": "720p", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/720p.png", | |
| "pattern": "(?i)\\b(?:720[pi]?|hd720|1280\\s*x\\s*720)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "sd", | |
| "groupId": "g-res", | |
| "name": "480p", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/480p.png", | |
| "pattern": "(?i)\\b(?:480[pi]?|sd480|640\\s*x\\s*480|854\\s*x\\s*480)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "rmx", | |
| "groupId": "g-src", | |
| "name": "Remux", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/remux.png", | |
| "pattern": "(?i)\\bremux\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "bray", | |
| "groupId": "g-src", | |
| "name": "BluRay", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/bray.png", | |
| "pattern": "(?i)\\b(?:blu[\\s._-]?ray|bluray|uhd[\\s._-]?bluray|bdrip|bd-rip|brrip|br-rip|bdmv|bdiso|brdisk|bd25|bd50|bd66|bd100)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "wdl", | |
| "groupId": "g-src", | |
| "name": "WebDL", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/webdl.png", | |
| "pattern": "(?i)\\bweb(?:[-_. ]?dl)?\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "webrip", | |
| "groupId": "g-src", | |
| "name": "WebRip", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/webrip.png", | |
| "pattern": "(?i)\\bweb(?:[-_. ]?rip)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "hdtv", | |
| "groupId": "g-src", | |
| "name": "HDTV", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/hdtv.png", | |
| "pattern": "(?i)\\b(?:hdtv|hd[-._ ]?tv|pdtv|dsr|dvb[-._ ]?rip)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "hdrip", | |
| "groupId": "g-src", | |
| "name": "HDRip", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/hdrip.png", | |
| "pattern": "(?i)\\b(?:hd[-._ ]?rip|hdrip)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "dvdrip", | |
| "groupId": "g-src", | |
| "name": "DVDRip", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/dvdrip.png", | |
| "pattern": "(?i)\\b(?:dvd[-._ ]?rip|dvd[-._ ]?r|dvd5|dvd9|r5|r6)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "dv", | |
| "groupId": "g-rng", | |
| "name": "DV", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/dv.png", | |
| "pattern": "(?i)\\b(?:dolby\\s*vision|dovi|dv)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "hdr10p", | |
| "groupId": "g-rng", | |
| "name": "HDR10+", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/hdr10+.png", | |
| "pattern": "(?i)\\b(?:hdr10\\+(?!\\w)|hdr10\\s*plus\\b|hdr\\s*10\\s*\\+(?!\\w)|hdr10p\\b)", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "hdr10", | |
| "groupId": "g-rng", | |
| "name": "HDR10", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/hdr10.png", | |
| "pattern": "(?i)\\b(?:hdr10|hdr\\s*10)\\b(?!\\s*[\\+]|\\s*plus|p)", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "hdr", | |
| "groupId": "g-rng", | |
| "name": "HDR", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/hdr.png", | |
| "pattern": "(?i)\\bhdr\\b(?!\\s*10)", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "sdr", | |
| "groupId": "g-rng", | |
| "name": "SDR", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/sdr.png", | |
| "pattern": "(?i)\\b(?:sdr)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "ai", | |
| "groupId": "g-rng", | |
| "name": "AI Enhanced", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/ai.png", | |
| "pattern": "(?i)\\b(?:ai[-._ ]?(?:upscaled|enhanced)|upscaled|remastered)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "sdx", | |
| "groupId": "g-rng", | |
| "name": "SeaDex", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/seadex.png", | |
| "pattern": "(?i)\\b(?:seadex|best[\\s._-]?release|alt[\\s._-]?(?:best[\\s._-]?)?release)\\b|ᴀʟᴛ ʀᴇʟᴇᴀsᴇ|ʙᴇsᴛ ʀᴇʟᴇᴀsᴇ", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "imax-e", | |
| "groupId": "g-rng", | |
| "name": "IMAX Enhanced", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/imax-e.png", | |
| "pattern": "(?i)\\b(?:imax[\\s._-]*enhanced)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "imax", | |
| "groupId": "g-rng", | |
| "name": "IMAX", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/imax.png", | |
| "pattern": "(?i)\\bimax\\b(?!\\s*enhanced)", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "10bit", | |
| "groupId": "g-depth", | |
| "name": "10-bit", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/10bit.png", | |
| "pattern": "(?i)\\b(10[-._ ]?bit(?:s)?|main10)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "atmos", | |
| "groupId": "g-snd", | |
| "name": "Dolby Atmos", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/da.png", | |
| "pattern": "(?i)\\b(?:dolby\\s*atmos|atmos)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "thd", | |
| "groupId": "g-snd", | |
| "name": "Dolby TrueHD", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/dthd.png", | |
| "pattern": "(?i)\\b(?:truehd|true[\\s._-]*hd|dolby[\\s._-]*truehd)\\d*\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "ddp", | |
| "groupId": "g-snd", | |
| "name": "DD+", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/ddp.png", | |
| "pattern": "(?i)\\b(?:ddp\\d*|dd\\+|e-?ac-?3|dolby[\\s._-]*digital[\\s._-]*plus)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "dd", | |
| "groupId": "g-snd", | |
| "name": "DD", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/dd.png", | |
| "pattern": "(?i)\\b(?:dd[\\s._-]*[0-9][\\s._-]*[0-9]|dd|dolby[\\s._-]*digital|ac-?3)\\b(?![\\s._-]*plus|\\+|p|[a-z])", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "dtsx", | |
| "groupId": "g-snd", | |
| "name": "DTS:X", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/dtsx.png", | |
| "pattern": "(?i)\\b(?:dts[:\\s._-]*x)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "dtsma", | |
| "groupId": "g-snd", | |
| "name": "DTS-HD MA", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/dtshdma.png", | |
| "pattern": "(?i)\\b(?:dts[\\s._-]*hd[\\s._-]*ma|dtshd\\s*ma|dts[\\s._-]*hd[\\s._-]*master)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "dtshd", | |
| "groupId": "g-snd", | |
| "name": "DTS-HD", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/dtshd.png", | |
| "pattern": "(?i)\\b(?:dts[\\s._-]*hd|dtshd)\\b(?!\\s*(?:ma|master))", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "dts", | |
| "groupId": "g-snd", | |
| "name": "DTS", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/dts.png", | |
| "pattern": "(?i)\\bdts\\d*\\b(?!(?:[:\\s._-]*x|[\\s._-]*hd))", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "pcm", | |
| "groupId": "g-snd", | |
| "name": "PCM", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/pcm.png", | |
| "pattern": "(?i)\\b(?:pcm|lpcm)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "mp3", | |
| "groupId": "g-snd", | |
| "name": "MP3", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/mp3.png", | |
| "pattern": "(?i)\\b(?:mp3|mpeg-?3)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "flac", | |
| "groupId": "g-snd", | |
| "name": "FLAC", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/flac.png", | |
| "pattern": "(?i)\\bflac\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "opus", | |
| "groupId": "g-snd", | |
| "name": "Opus", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/opus.png", | |
| "pattern": "(?i)\\bopus\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "aac", | |
| "groupId": "g-snd", | |
| "name": "AAC", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/aac.png", | |
| "pattern": "(?i)\\b(?:he[-_. ]?aac|aac(?:[-_. ]?lc)?)\\d*\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "ch71", | |
| "groupId": "g-ch", | |
| "name": "7.1", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/71.png", | |
| "pattern": "(?i)\\b(?:7\\.1|7-1|8ch|8\\s*channel)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "ch61", | |
| "groupId": "g-ch", | |
| "name": "6.1", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/61.png", | |
| "pattern": "(?i)\\b(?:6\\.1|6-1|7ch|7\\s*channel)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "ch51", | |
| "groupId": "g-ch", | |
| "name": "5.1", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/51.png", | |
| "pattern": "(?i)\\b(?:5\\.1|5-1|6ch|6\\s*channel)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "borderColor": "#00000000", | |
| "groupId": "gs", | |
| "id": "s-nflx", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/NETFLIX.png", | |
| "isEnabled": true, | |
| "name": "🍿 NETFLIX", | |
| "pattern": "(?i)\\b(?:nflx|netflix|nf)(?:[-._ ]?web(?:dl|rip)?)?\\b", | |
| "tagColor": "#00000000", | |
| "tagStyle": "filled", | |
| "textColor": "#FFFFFF", | |
| "type": "filter" | |
| }, | |
| { | |
| "borderColor": "#00000000", | |
| "groupId": "gs", | |
| "id": "s-amzn", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/PRIME-VIDEO.png", | |
| "isEnabled": true, | |
| "name": "🍿 PRIME VIDEO", | |
| "pattern": "(?i)\\b(?:amzn|amazon|prime[\\s._-]?video|prime)(?:[-._ ]?web(?:dl|rip)?)?\\b", | |
| "tagColor": "#00000000", | |
| "tagStyle": "filled", | |
| "textColor": "#FFFFFF", | |
| "type": "filter" | |
| }, | |
| { | |
| "borderColor": "#00000000", | |
| "groupId": "gs", | |
| "id": "s-atvp", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/appletv.png", | |
| "isEnabled": true, | |
| "name": "🍿 APPLE TV+", | |
| "pattern": "(?i)\\b(?:atvp|appletv|apple\\s*tv)(?:[-._ ]?web(?:dl|rip)?)?\\b", | |
| "tagColor": "#00000000", | |
| "tagStyle": "filled", | |
| "textColor": "#FFFFFF", | |
| "type": "filter" | |
| }, | |
| { | |
| "borderColor": "#00000000", | |
| "groupId": "gs", | |
| "id": "s-dsnp", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/disney.png", | |
| "isEnabled": false, | |
| "name": "🍿 DISNEY+", | |
| "pattern": "(?i)\\b(?:dsnp|dsny|disney\\+?|disney)(?:[-._ ]?web(?:dl|rip)?)?\\b", | |
| "tagColor": "#00000000", | |
| "tagStyle": "filled", | |
| "textColor": "#FFFFFF", | |
| "type": "filter" | |
| }, | |
| { | |
| "borderColor": "#00000000", | |
| "groupId": "gs", | |
| "id": "s-hmax", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/hbomax.png", | |
| "isEnabled": true, | |
| "name": "🍿 MAX", | |
| "pattern": "(?i)\\b(?:hmax|hbomax|hbo\\s*max|hbo|max)(?:[-._ ]?web(?:dl|rip)?)?\\b", | |
| "tagColor": "#00000000", | |
| "tagStyle": "filled", | |
| "textColor": "#FFFFFF", | |
| "type": "filter" | |
| }, | |
| { | |
| "borderColor": "#00000000", | |
| "groupId": "gs", | |
| "id": "s-hulu", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/hulu.png", | |
| "isEnabled": true, | |
| "name": "🍿 HULU", | |
| "pattern": "(?i)\\bhulu(?:[-._ ]?web(?:dl|rip)?)?\\b", | |
| "tagColor": "#00000000", | |
| "tagStyle": "filled", | |
| "textColor": "#FFFFFF", | |
| "type": "filter" | |
| }, | |
| { | |
| "borderColor": "#00000000", | |
| "groupId": "gs", | |
| "id": "s-pcok", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/peacock.png", | |
| "isEnabled": true, | |
| "name": "🍿 PEACOCK", | |
| "pattern": "(?i)\\b(?:pcok|peac|peacock)(?:[-._ ]?web(?:dl|rip)?)?\\b", | |
| "tagColor": "#00000000", | |
| "tagStyle": "filled", | |
| "textColor": "#FFFFFF", | |
| "type": "filter" | |
| }, | |
| { | |
| "borderColor": "#00000000", | |
| "groupId": "gs", | |
| "id": "s-pamp", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/paramount.png", | |
| "isEnabled": true, | |
| "name": "🍿 PARAMOUNT+", | |
| "pattern": "(?i)\\b(?:pmtp|pamp|paramount\\+?|paramount)(?:[-._ ]?web(?:dl|rip)?)?\\b", | |
| "tagColor": "#00000000", | |
| "tagStyle": "filled", | |
| "textColor": "#FFFFFF", | |
| "type": "filter" | |
| }, | |
| { | |
| "borderColor": "#00000000", | |
| "groupId": "gs", | |
| "id": "s-crave", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/CRAVE.png", | |
| "isEnabled": true, | |
| "name": "🍿 CRAVE", | |
| "pattern": "(?i)\\bcrave(?:[-._ ]?web(?:dl|rip)?)?\\b", | |
| "tagColor": "#00000000", | |
| "tagStyle": "filled", | |
| "textColor": "#FFFFFF", | |
| "type": "filter" | |
| }, | |
| { | |
| "borderColor": "#00000000", | |
| "groupId": "gs", | |
| "id": "s-croll", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/CRUNCHYROL.png", | |
| "isEnabled": true, | |
| "name": "🍿 CRUNCHY ROLL", | |
| "pattern": "(?i)\\b(?:crunch|crunchyroll)(?:[-._ ]?web(?:dl|rip)?)?\\b", | |
| "tagColor": "#00000000", | |
| "tagStyle": "filled", | |
| "textColor": "#FFFFFF", | |
| "type": "filter" | |
| }, | |
| { | |
| "borderColor": "#00000000", | |
| "groupId": "ge", | |
| "id": "s-h265-2", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/H-265.png", | |
| "isEnabled": true, | |
| "name": "H265 HEVC", | |
| "pattern": "(?i)\\b(?:x265|h[._-]?265|hevc|hev1|hvc1)\\b", | |
| "tagColor": "#00000000", | |
| "tagStyle": "filled", | |
| "textColor": "#FFFFFF", | |
| "type": "filter" | |
| }, | |
| { | |
| "borderColor": "#00000000", | |
| "groupId": "ge", | |
| "id": "s-h264-2", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/H-264.png", | |
| "isEnabled": true, | |
| "name": "H264 AVC", | |
| "pattern": "(?i)\\b(?:x264|h[._-]?264|avc1?|mpeg-?4\\s*avc)\\b", | |
| "tagColor": "#00000000", | |
| "tagStyle": "filled", | |
| "textColor": "#FFFFFF", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "av1", | |
| "groupId": "ge", | |
| "name": "AV1", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/av1.png", | |
| "pattern": "(?i)\\b(?:av01|av1)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "divx", | |
| "groupId": "ge", | |
| "name": "DivX", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/divx.png", | |
| "pattern": "(?i)\\b(?:divx|div3|div4|dx50)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "xvid", | |
| "groupId": "ge", | |
| "name": "XviD", | |
| "isEnabled": true, | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/xvid.png", | |
| "pattern": "(?i)\\b(?:xvid)\\b", | |
| "textColor": "#00000000", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "tagStyle": "filled", | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "lang-de", | |
| "groupId": "language", | |
| "name": "German", | |
| "pattern": "(?i)(?:\\blang(?:uage)?[\\s._-]*de\\b|\\bdeutsch\\b|\\bgerman\\b|\\balem[aá]n\\b|[-.\\[]de[-.\\]])", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/LANG DE.png", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "textColor": "#00000000", | |
| "tagStyle": "filled", | |
| "isEnabled": true, | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "lang-en", | |
| "groupId": "language", | |
| "name": "English", | |
| "pattern": "(?i)(?:\\blang(?:uage)?[\\s._-]*en\\b|\\benglish\\b|\\bingl[eé]s\\b|[-.\\[]en[-.\\]])", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/LANG EN.png", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "textColor": "#00000000", | |
| "tagStyle": "filled", | |
| "isEnabled": true, | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "lang-es", | |
| "groupId": "language", | |
| "name": "Spanish", | |
| "pattern": "(?i)(?:\\blang(?:uage)?[\\s._-]*es\\b|\\bspanish\\b|\\bespa[nñ]ol\\b|\\bcastellano\\b|[-.\\[]es[-.\\]])", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/LANG ES.png", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "textColor": "#00000000", | |
| "tagStyle": "filled", | |
| "isEnabled": true, | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "lang-fr", | |
| "groupId": "language", | |
| "name": "French", | |
| "pattern": "(?i)(?:lang\\s*fr|french|fran[cç]ais|franc[eé]s|[-.\\[]fr[-.\\]])", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/LANG FR.png", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "textColor": "#00000000", | |
| "tagStyle": "filled", | |
| "isEnabled": true, | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "lang-hi", | |
| "groupId": "language", | |
| "name": "Hindi", | |
| "pattern": "(?i)(?:lang\\s*hi|hindi|[-.\\[]hi[-.\\]])", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/LANG HI.png", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "textColor": "#00000000", | |
| "tagStyle": "filled", | |
| "isEnabled": true, | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "lang-it", | |
| "groupId": "language", | |
| "name": "Italian", | |
| "pattern": "(?i)(?:lang\\s*it|italian|italiano|[-.\\[]it[-.\\]])", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/LANG IT.png", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "textColor": "#00000000", | |
| "tagStyle": "filled", | |
| "isEnabled": true, | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "lang-ja", | |
| "groupId": "language", | |
| "name": "Japanese", | |
| "pattern": "(?i)(?:\\blang(?:uage)?[\\s._-]*ja\\b|\\bjapanese\\b|\\bjapon[eé]s|[-.\\[]ja[-.\\]])", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/LANG JA.png", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "textColor": "#00000000", | |
| "tagStyle": "filled", | |
| "isEnabled": true, | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "lang-ko", | |
| "groupId": "language", | |
| "name": "Korean", | |
| "pattern": "(?i)(?:lang\\s*ko|korean|coreano|kr|[-.\\[]ko[-.\\]])", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/LANG KO.png", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "textColor": "#00000000", | |
| "tagStyle": "filled", | |
| "isEnabled": true, | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "lang-lat", | |
| "groupId": "language", | |
| "name": "Latino", | |
| "pattern": "(?i)(?:lang\\s*lat|latino|latin|[-.\\[]lat[-.\\]])", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/LANG LAT.png", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "textColor": "#00000000", | |
| "tagStyle": "filled", | |
| "isEnabled": true, | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "lang-pt", | |
| "groupId": "language", | |
| "name": "Portuguese", | |
| "pattern": "(?i)(?:lang\\s*pt|portuguese|portugu[eê]s|brasileiro|pt-br|[-.\\[]pt[-.\\]])", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/LANG PT.png", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "textColor": "#00000000", | |
| "tagStyle": "filled", | |
| "isEnabled": true, | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "lang-ru", | |
| "groupId": "language", | |
| "name": "Russian", | |
| "pattern": "(?i)(?:lang\\s*ru|russian|ruso|[-.\\[]ru[-.\\]])", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/LANG RU.png", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "textColor": "#00000000", | |
| "tagStyle": "filled", | |
| "isEnabled": true, | |
| "type": "filter" | |
| }, | |
| { | |
| "id": "lang-zh", | |
| "groupId": "language", | |
| "name": "Chinese", | |
| "pattern": "(?i)(?:lang\\s*zh|chinese|chin[eé]s|mandarin|cn|[-.\\[]zh[-.\\]])", | |
| "imageURL": "https://raw.githubusercontent.com/djgenesis/stream/refs/heads/main/badges/LANG ZH.png", | |
| "tagColor": "#00000000", | |
| "borderColor": "#00000000", | |
| "textColor": "#00000000", | |
| "tagStyle": "filled", | |
| "isEnabled": true, | |
| "type": "filter" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment