近况

PT 常用复制

2022-10-15

安装docker: curl -sSL https://get.docker.com/ | sh 启动docker: systemctl start docker 开机启动: systemctl enable docker apt-get update a...


jyjs每天4个时段录制脚本

2025-05-12

#!/bin/bash # 获取 m3u8 实时直播源地址 json=$(curl -s "http://mpp.liveapi.mgtv.com/v1/epg/turnplay/getLivePlayUrlMPP?version=PCweb_1.0&plat...


群晖部署doubebly/doube-itv-plus

2025-03-02

群晖挂代理注册表搜:doubebly/doube-itv-plus,在docker文件下新建doube-itv-plus文件夹,在doube-itv-plus文件夹内新建config文件夹。然后安装,端口左侧50...


zby

2025-03-01

https://www.123912.com/s/dyOlVv-il1yv


jyjs每天10点录制1.5小时

2025-01-29

要每天在指定文件夹中运行这个FFmpeg命令,你可以使用批处理脚本和Windows任务计划程序。以下是详细步骤: 创建批处理文件: 打开记事本,输入以下内容,并...


debian 部署tvheadend

2025-01-29

sudo apt update && sudo apt upgrade -y   sudo apt install tvheadend -y 安装过程中会弹出配置界面: 创建管理员账户(输入 TVHeadend Web ...