Skip to content

自助管理天津联通IPTV电视频道

Notifications You must be signed in to change notification settings

Ma-Mingli/tj-unicom-iptv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

自助管理天津联通IPTV电视频道

0.文件解释

epg.xml:电视节目指南文件,由iptv.php执行后生成.用于kodi下iptv插件.通过浏览器访问.
img:电视画面截图文件夹,由iptv.php执行后生成.
index.php:电视频道管理文件.通过浏览器访问.
iptv.json:电视频道数据文件.
iptv.php:用于更新电视节目单,扫描电视频道.cli下执行.
list.php:整理后的电视频道清单,用于kodi下的iptv插件.通过浏览器访问.

1.配置iptv.php

修改文件iptv.php 变量"$getway"为你路由网关地址

2.扫描频道

php iptv.php

执行后会更新电视节目单和电视画面截图,建议每天定时执行.

3.管理频道

php -S 192.168.1.2:8088

这里的使用你服务器的ip.
访问http://192.168.1.2:8088/index.php
表单内容依次为:
自定义频道名称
电视台名称(对应电视节目指南)
分组名称
频道序号
频道状态(0为不出现在频道列表)

4.配置kodi下iptv插件

电视节目指南地址:http://192.168.1.2:8088/epg.xml
电视频道地址:http://192.168.1.2:8088/list.php

About

自助管理天津联通IPTV电视频道

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 100.0%