Skip to content

Releases: s71557/TV

v1.5.1

05 Nov 12:35
04d9568
Compare
Choose a tag to compare

2024/11/5

  • ✨ 新增频道接口白名单:不参与测速,永远保留在结果最前面(Guovin#470
    使用方法:
    1. 模板频道接口地址后添加$!即可实现(如:广东珠江,http://xxx.m3u$! )
    2. 额外信息补充(如:广东珠江,http://xxx.m3u$!额外信息 ),更多接口白名单请至Guovin#514 讨论
  • ✨ 新增 🈳 无结果频道分类:无结果频道默认归类至该底部分类下(Guovin#473
  • ✨ 接口地址增加来源类型说明
  • ✨ 默认模板增加广东民生(Guovin#481)、广州综合(Guovin#504
  • 🪄 优化偏好结果输出
  • 🪄 重构配置读取与增加全局常量
  • 🐛 修复部分接口匹配失败问题
  • 🐛 修复更新结果为空等问题(Guovin#464Guovin#467
  • 🐛 修复接口地址复制空格问题(Guovin#472 by:@haohaitao
  • 🐛 修复结果日志 unpack error
  • 🐛 修复结果接口信息为空问题(Guovin#505
  • 🗑️ 移除仓库根目录 txt 结果文件,请至 output 目录下查看结果文件
English
  • ✨ Added channel interface whitelist: Not participating in speed testing, always kept at the very front of the results. (Guovin#470)
    Usage:
    1. Add $! after the template channel interface address (e.g., Guangdong Pearl River, http://xxx.m3u$!).
    2. Additional information can be appended (e.g., Guangdong Pearl River, http://xxx.m3u$! Additional Information) (Guovin#470). For more interface whitelists, please discuss at Guovin#514.
  • ✨ Added 🈳 No Results Channel Category: Channels without results are categorized under this bottom category by default (Guovin#473).
  • ✨ Interface addresses now include source type descriptions.
  • ✨ Default templates now include Guangdong People's Livelihood (Guovin#481) and Guangzhou Comprehensive (Guovin#504).
  • 🪄 Optimized preferred result output.
  • 🪄 Refactored configuration reading and added global constants.
  • 🐛 Fixed issues with partial interface matching failures.
  • 🐛 Fixed problems with empty update results, etc. (Guovin#464, Guovin#467).
  • 🐛 Fixed the issue of spaces being copied with the interface address (Guovin#472 by:@haohaitao).
  • 🐛 Fixed the unpack error in result logs.
  • 🐛 Fixed the issue of empty interface information in results (Guovin#505).
  • 🗑️ Removed txt result files from the repository root directory. Please check the result files in the output directory.

v1.5.0

26 Oct 14:48
558fa02
Compare
Choose a tag to compare

2024/10/25

  • ✨🛠 新增结果偏好设置:

    1. 接口来源优先级(origin_type_prefer)与数量设置(hotel_num, multicast_num, subscribe_num, online_search_num)
    2. IPv 类型优先级(ipv_type_prefer)与数量设置(ipv4_num, ipv6_num)
  • ✨🛠 新增控制接口测速超时时间(sort_timeout)(Guovin#388

  • ✨🛠 新增控制是否开启页面服务(open_service)(青龙等平台可使用该配置实现任务执行完成后停止运行)

  • ✨🛠 新增控制是否显示接口相关信息(open_url_info)(Guovin#431

  • ✨ 新增支持 m3u 地址订阅源(Guovin#389

  • ✨ 新增 🏛 经典剧场

  • 🪄 优化 Docker ARM64 FFmpeg 支持(部分 ARM 设备无法运行 driver 镜像建议使用 requests 镜像)

  • 🪄 优化组播获取非数值域名 ip 地址(Guovin#410

  • 🪄 优化使用旧配置文件时可能出现的新参数不存在报错问题,使用默认值

  • 🐛 修复对于非规范 txt 文本转换 m3u 报错问题(Guovin#422

  • 🐛 修复 IPv6 接口获取失败问题(Guovin#452

English
  • ✨🛠 Added result preference settings:
    1. Source priority (origin_type_prefer) and quantity settings (hotel_num, multicast_num, subscribe_num, online_search_num)
    2. IPv type priority (ipv_type_prefer) and quantity settings (ipv4_num, ipv6_num)
  • ✨🛠 Added control for API speed test timeout (sort_timeout) (Guovin#388)
  • ✨🛠 Added control to enable or disable page service (open_service) (this configuration can be used on platforms like QingLong to stop running after task completion)
  • ✨🛠 Added control to show or hide API related information (open_url_info) (Guovin#431)
  • ✨ Added support for m3u address subscription sources (Guovin#389)
  • ✨ Added 🏛 Classic Theater
  • 🪄 Optimized Docker ARM64 FFmpeg support (it is recommended to use the requests image for some ARM devices that cannot run the driver image)
  • 🪄 Optimized obtaining non-numeric domain IP addresses for multicast (Guovin#410)
  • 🪄 Optimize the issue of non-existent new parameters when using old configuration files, use default values
  • 🐛 Fixed issues with converting non-standard txt files to m3u format (Guovin#422)
  • 🐛 Fixed issues with failing to obtain IPv6 interface information (Guovin#452)