😁10
Stelliberty 1.2.278 Latest
📦 构建信息
● 虚拟网卡 MTU 按平台自动采用最佳默认值(Android 9000 / iOS 4064 / 桌面 65535),并按平台放宽输入上限
English Version
● TUN MTU now defaults to the optimal value per platform (Android 9000 / iOS 4064 / Desktop 65535), with upper limits relaxed per platform
----------------------
❓ 故障排查
Linux 启动问题
如果无法启动应用,请确保已为应用文件夹赋予权限:
端口被占用(Windows)
如果遇到端口冲突:
软件工作不正常
路径要求(ZIP 和 EXE 均适用):
● 路径中不应包含特殊字符(空格除外)
● 路径中不应包含非 ASCII 字符(如中文字符)
● 支持空格:
EXE 安装程序的位置限制:
如果使用 EXE 安装程序,还有额外的安装位置限制:
● 系统盘(C:):仅允许
● 其他盘(D:、E: 等):无限制
缺少运行库(Windows)
如果应用程序在 Windows 上无法启动或立即崩溃,可能是缺少必需的 Visual C++ 运行库。
解决方案:
安装 Visual C++ 运行库:vcredist - Visual C++ 运行库合集
via Release notes from Stelliberty (author: github-actions[bot])
📦 构建信息
● 虚拟网卡 MTU 按平台自动采用最佳默认值(Android 9000 / iOS 4064 / 桌面 65535),并按平台放宽输入上限
English Version
● TUN MTU now defaults to the optimal value per platform (Android 9000 / iOS 4064 / Desktop 65535), with upper limits relaxed per platform
----------------------
❓ 故障排查
Linux 启动问题
如果无法启动应用,请确保已为应用文件夹赋予权限:
# 进入应用目录
cd /path/to/stelliberty
# 赋予权限
chmod 777 -R ./stelliberty
端口被占用(Windows)
如果遇到端口冲突:
# 1. 查找占用端口的进程
netstat -ano | findstr :端口号
# 2. 结束进程(以管理员身份运行)
taskkill /F /PID XXX
⚠️ 重要:必须以管理员身份运行命令提示符。服务模式启动的核心进程需要提升权限才能终止。
软件工作不正常
路径要求(ZIP 和 EXE 均适用):
● 路径中不应包含特殊字符(空格除外)
● 路径中不应包含非 ASCII 字符(如中文字符)
● 支持空格:
D:\Program Files\Stelliberty ✅EXE 安装程序的位置限制:
如果使用 EXE 安装程序,还有额外的安装位置限制:
● 系统盘(C:):仅允许
%LOCALAPPDATA%\Programs\*(如 C:\Users\用户名\AppData\Local\Programs\Stelliberty)● 其他盘(D:、E: 等):无限制
💡 如需安装到 EXE 不允许的位置,请使用便携版 ZIP(无位置限制,但仍可能受系统目录权限影响)。
缺少运行库(Windows)
如果应用程序在 Windows 上无法启动或立即崩溃,可能是缺少必需的 Visual C++ 运行库。
解决方案:
安装 Visual C++ 运行库:vcredist - Visual C++ 运行库合集
via Release notes from Stelliberty (author: github-actions[bot])
❤5
One Player v1.0.54
● 新增“恢复文件夹内上次播放媒体”开关,重新进入本地与 WebDAV 目录时会自动定位到上次实际播放的视频,目录顺序变化后也会优先定位同一媒体
● 优化云端目录浏览,进入子目录后返回可保留原列表位置,并支持下拉刷新当前目录
English Version
● Add a "restore last played media in folders" option that jumps back to the last actually played video in local and WebDAV folders, even after directory ordering changes
● Improve cloud directory browsing by preserving the previous list position when returning from subdirectories and adding pull-to-refresh for the current directory
via Release notes from One-Player (author: github-actions[bot])
● 新增“恢复文件夹内上次播放媒体”开关,重新进入本地与 WebDAV 目录时会自动定位到上次实际播放的视频,目录顺序变化后也会优先定位同一媒体
● 优化云端目录浏览,进入子目录后返回可保留原列表位置,并支持下拉刷新当前目录
English Version
● Add a "restore last played media in folders" option that jumps back to the last actually played video in local and WebDAV folders, even after directory ordering changes
● Improve cloud directory browsing by preserving the previous list position when returning from subdirectories and adding pull-to-refresh for the current directory
via Release notes from One-Player (author: github-actions[bot])
❤1
HyperOS PC Frame V1.0.zip
1.7 GB
#wps #cad #caj
移植自小米平板的PC级框架,安装模块时使用音量键可以选择要安装哪些
自定义字体需要放在 /storage/emulated/0/HyperEngine/fonts/ 下,每隔5分钟模块会刷新一次字体缓存,你也可以通过root管理器的模块界面的action图标手动刷新字体缓存。注意刷新字体缓存后需要重启WPSLauncher
移植自小米平板的PC级框架,安装模块时使用音量键可以选择要安装哪些
自定义字体需要放在 /storage/emulated/0/HyperEngine/fonts/ 下,每隔5分钟模块会刷新一次字体缓存,你也可以通过root管理器的模块界面的action图标手动刷新字体缓存。注意刷新字体缓存后需要重启WPSLauncher
👍2
Only Player v1.0.100
● 将应用更名为 Only Player
● 修复 AV1 视频缩略图无法生成时的回退处理
● 统一播放器解码器弹窗为设置页风格
● 优化快捷设置弹窗在隐藏导航栏设备上的底部间距
● 新增媒体布局缩放调节与重置功能,支持按 5% 步进调整媒体列宽
English Version
● Rename the app to Only Player
● Fix fallback handling when AV1 video thumbnails cannot be generated
● Align the player decoder dialog with the settings screen style
● Improve bottom spacing for the quick settings dialog on devices with hidden navigation bars
● Add media layout scale adjustment and reset controls with 5% column width steps
via Release notes from only_player (author: github-actions[bot])
● 将应用更名为 Only Player
● 修复 AV1 视频缩略图无法生成时的回退处理
● 统一播放器解码器弹窗为设置页风格
● 优化快捷设置弹窗在隐藏导航栏设备上的底部间距
● 新增媒体布局缩放调节与重置功能,支持按 5% 步进调整媒体列宽
English Version
● Rename the app to Only Player
● Fix fallback handling when AV1 video thumbnails cannot be generated
● Align the player decoder dialog with the settings screen style
● Improve bottom spacing for the quick settings dialog on devices with hidden navigation bars
● Add media layout scale adjustment and reset controls with 5% column width steps
via Release notes from only_player (author: github-actions[bot])
❤6
Only Player v1.0.101
● 新增 FTP 云端服务器支持,可以浏览文件夹、播放视频,并在同一文件夹里切换上一部和下一部
● 新增隐藏控制文字选项,可隐藏普通控制按钮下方的文字,编辑按钮时仍会显示名称
● 新增播放器图标风格选项,可在柔和、经典和半透明之间切换
● 改进大 MKV 视频的重复跳转体验,减少反复加载同一段时的等待
● 让视频锐化调节更明显,暂停时调整滤镜也能立即看到变化
● 支持带内嵌字幕的视频继续扫描同目录外挂字幕,并保留内嵌字幕优先
● 改进云端播放的进度记录、远程字幕恢复和旧设置迁移
● 优化播放器自定义按钮流程,新增取消和完成按钮,返回时可放弃修改
● 改进暂停时切换画面缩放的刷新效果
● 只在网格布局中显示媒体布局缩放控制,避免列表布局出现无效选项
English Version
● Add FTP cloud server support, including folder browsing, video playback, and previous/next switching within the same folder
● Add a hide control labels option that hides labels under normal controls while keeping names visible during button editing
● Add player icon style options for tonal, classic, and translucent controls
● Improve repeated seeking in large MKV videos to reduce waiting when revisiting the same sections
● Make video sharpening changes more visible, including immediate updates while paused
● Keep scanning same-folder external subtitles even when a video already has embedded subtitles, while keeping embedded subtitles first
● Improve cloud playback progress tracking, remote subtitle restoration, and old settings migration
● Improve player button customization with cancel and done actions, so going back can discard edits
● Improve frame refresh when changing video scale while paused
● Show media layout scale controls only in grid layout, avoiding inactive options in list layout
via Release notes from only_player (author: github-actions[bot])
● 新增 FTP 云端服务器支持,可以浏览文件夹、播放视频,并在同一文件夹里切换上一部和下一部
● 新增隐藏控制文字选项,可隐藏普通控制按钮下方的文字,编辑按钮时仍会显示名称
● 新增播放器图标风格选项,可在柔和、经典和半透明之间切换
● 改进大 MKV 视频的重复跳转体验,减少反复加载同一段时的等待
● 让视频锐化调节更明显,暂停时调整滤镜也能立即看到变化
● 支持带内嵌字幕的视频继续扫描同目录外挂字幕,并保留内嵌字幕优先
● 改进云端播放的进度记录、远程字幕恢复和旧设置迁移
● 优化播放器自定义按钮流程,新增取消和完成按钮,返回时可放弃修改
● 改进暂停时切换画面缩放的刷新效果
● 只在网格布局中显示媒体布局缩放控制,避免列表布局出现无效选项
English Version
● Add FTP cloud server support, including folder browsing, video playback, and previous/next switching within the same folder
● Add a hide control labels option that hides labels under normal controls while keeping names visible during button editing
● Add player icon style options for tonal, classic, and translucent controls
● Improve repeated seeking in large MKV videos to reduce waiting when revisiting the same sections
● Make video sharpening changes more visible, including immediate updates while paused
● Keep scanning same-folder external subtitles even when a video already has embedded subtitles, while keeping embedded subtitles first
● Improve cloud playback progress tracking, remote subtitle restoration, and old settings migration
● Improve player button customization with cancel and done actions, so going back can discard edits
● Improve frame refresh when changing video scale while paused
● Show media layout scale controls only in grid layout, avoiding inactive options in list layout
via Release notes from only_player (author: github-actions[bot])
❤2
Only Player v1.0.102
● 修复部分 MKV 视频重新打开时无法恢复到上次播放位置的问题
● 修复横屏和竖屏下字幕相对视频画面偏移的问题
● 修复视频滤镜播放中连续调整时可能卡住的问题
● 修复缩略图“某位置的帧”实际取到开头附近画面的问题
● 修复本地字幕选择器显示全部文件类型的问题
● 修复系统音量变化后播放器音量状态不同步的问题
● 修复回收站路径记录不准确、删除或刷新后媒体库更新不及时的问题
English Version
● Fix occasional MKV playback resume failures when reopening videos
● Fix subtitle positioning being offset from the video bounds in landscape and portrait modes
● Fix possible playback stalls when adjusting video filters during playback
● Fix frame-at-position thumbnails seeking near the beginning instead of the requested time
● Fix the local subtitle picker showing all file types
● Fix player volume state getting out of sync after system volume changes
● Fix inaccurate recycle bin paths and delayed media library refresh after file changes
via Release notes from only_player (author: github-actions[bot])
● 修复部分 MKV 视频重新打开时无法恢复到上次播放位置的问题
● 修复横屏和竖屏下字幕相对视频画面偏移的问题
● 修复视频滤镜播放中连续调整时可能卡住的问题
● 修复缩略图“某位置的帧”实际取到开头附近画面的问题
● 修复本地字幕选择器显示全部文件类型的问题
● 修复系统音量变化后播放器音量状态不同步的问题
● 修复回收站路径记录不准确、删除或刷新后媒体库更新不及时的问题
English Version
● Fix occasional MKV playback resume failures when reopening videos
● Fix subtitle positioning being offset from the video bounds in landscape and portrait modes
● Fix possible playback stalls when adjusting video filters during playback
● Fix frame-at-position thumbnails seeking near the beginning instead of the requested time
● Fix the local subtitle picker showing all file types
● Fix player volume state getting out of sync after system volume changes
● Fix inaccurate recycle bin paths and delayed media library refresh after file changes
via Release notes from only_player (author: github-actions[bot])
❤1