-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
作者有增加画中画播放的打算吗? #3
Open
Leexiaolong
wants to merge
329
commits into
llazyl:main
Choose a base branch
from
q215613905:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
666 |
选择【倒序】排序时,上一集与下一集播放顺序也会变成【倒序播放】 |
麻烦作者 |
honghuhu
reviewed
Sep 15, 2022
@@ -29,7 +29,8 @@ public interface XWalkState { | |||
} | |||
|
|||
public static String downUrl() { | |||
return String.format("https://download.01.org/crosswalk/releases/crosswalk/android/stable/23.53.589.4/%s/crosswalk-apks-23.53.589.4-%s.zip", getRuntimeAbi(), getRuntimeAbi()); | |||
// return String.format("https://download.01.org/crosswalk/releases/crosswalk/android/stable/23.53.589.4/%s/crosswalk-apks-23.53.589.4-%s.zip", getRuntimeAbi(), getRuntimeAbi()); | |||
return String.format("http://home.jundie.top:81/xwalk/maven2/crosswalk-apks-23.53.589.4-%s.zip", getRuntimeAbi(), getRuntimeAbi()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里后边传入一个格式化参数就可
添加自定义Epg设置
# Conflicts: # app/src/main/java/com/github/tvbox/osc/ui/tv/widget/AudioWaveView.java # app/src/main/java/com/github/tvbox/osc/ui/tv/widget/Epginfo.java # app/src/main/java/com/github/tvbox/osc/util/urlhttp/AESUtil.java # app/src/main/java/com/github/tvbox/osc/util/urlhttp/CallBackUtil.java # app/src/main/java/com/github/tvbox/osc/util/urlhttp/RealRequest.java # app/src/main/java/com/github/tvbox/osc/util/urlhttp/RealResponse.java # app/src/main/java/com/github/tvbox/osc/util/urlhttp/RequestUtil.java # app/src/main/java/com/github/tvbox/osc/util/urlhttp/ThreadsManager.java # app/src/main/java/com/github/tvbox/osc/util/urlhttp/UrlHttpUtil.java # app/src/main/res/layout/epglist_item.xml
添加自定义Epg设置
支持51zmt 和 112114(带模糊匹配)EPG
- 字幕记忆bug修复 - 字幕列表可返回
- 点重播可清除字幕记忆 - 长按字幕关闭外挂字幕并清除字幕记忆 - 字幕相关优化
- 云盘原画支持Mx播放器 - 云盘原画支持Kodi播放器
- 内置字幕显示bug修复 - 字幕样式默认白色黑边 - 字幕样式新增少女粉 - 去掉字幕搜索结果过滤
添加EPG节目名称本地模糊匹配,可以采用Assets资源文件中的默认文件,也可以在tvbox_tv文件夹中自定义该文件 文件名称为 Roinlong_Epg.json,也可以采取服务器等网络获取
merge By zhixc
merge by watson
切换 Json并发 Json聚合 Web 聚合 Json轮询 时闪退 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
直播和点播如果都能增加后台小窗播放功能就好了