karelrooted

Results 7 issues of karelrooted

Add geoDomain field for DNS's Nameserver in JSONv5 configuration file. This feature was available in the JSONv4 configuration format. This pull request: - Restore the ability to use geoDomain in...

### Important Information - libplacebo version: git latest [master](https://github.com/haasn/libplacebo/commit/52314e0) - FFmpeg version: n6.1 git latest [master](https://github.com/FFmpeg/FFmpeg/commit/f84412d6f) - mpv version: 0.37.0 (libmpv) git latest [master](https://github.com/mpv-player/mpv/commit/ea0e9b74a38d02d1160e1c9abf0645a68a1692ec) - MoltenVK version: v1.2.6 git latest...

以frasier为例(随便选一集都可以触发,一般看一会儿就会出现了,频率挺高的),如下的两个请求有部分字幕的cue时间是相同的(第一个的最后,第二个的开头) https://vod-gcs-cedexis.cbsaavideo.com/intl_vms/2023/04/09/2191610435808/2239242_fp_fmp4_hls/PPCBS_FRASIER_0126_UHD_1681012541/seg_37.vtt?subtype=Translate&lang=EN-US https://vod-gcs-cedexis.cbsaavideo.com/intl_vms/2023/04/09/2191610435808/2239242_fp_fmp4_hls/PPCBS_FRASIER_0126_UHD_1681012541/seg_38.vtt?subtype=Translate&lang=EN-US 这两个请求其中字幕重复了,paramount+本地应该判定了若重复且完全相同,则只显示一次,但是由于翻译api每次返回的结果不同,导致了该策略失效(我尝试过改成row模式,但是依然可能返回不同, 如果要修复,可能得用cue时间记录住,然后第二次请求用之前的结果之类的,surge貌似没有提供这种临时存储一个数组变量的方式,不太熟悉js,发一个issues出来,看看有没办法修复)

bug

for fmt=vtt to work the fmt parameter in the original caption api url need to be replaced

need-testing

Enables replace newline with space in subtitles when they are available, if the subtitles are in a plain text format (or ASS if ``--sub-ass-override``, ``--secondary-sub-ass-override`` is set to strip). Useful...

priority:stalled
priority:needs-author-feedback

使用了一段时间该双语字幕插件后,youtube体验上升了很多,创意值得赞扬! 在apple tv上调试了一段时间,该平台YouTube强制ssl pin, 没有能开启的方式 可以使用kodi + YouTube add-on 的简易妥协方式(或者invidious+yattee,见评论) 该方式缺点: 1. 目前最高分辨率只到1080p 2. kodi需每隔7天重新签名一次(如果有苹果开发者账号则无需) 启用步骤: 1. 安装kodi: https://kodi.wiki/view/HOW-TO:Install_Kodi_on_Apple_TV_4_and_5_(HD_and_4K) - 请注意在合成出ipa文件后,需解压,并在 ./Payload/Kodi.app/AppData/AppHome/system/certs/cacert.pem [可信任根证书](https://kodi.wiki/view/SSL_certificates)文件的最后添加mitm证书(证书的格式需为pem,crt转pem命令: openssl x509 -in ssl.crt -out ssl.pem) -...

documentation

I try add these three cookie YTM.cookies = "SAPISID=\(SAPISID); __Secure-1PAPISID=\(PAPISID); __Secure-1PSID=\(PSID1)" or all the cookie in safari YouTube official website (host: MacBook) also tried include some other header currently not...

currently researching