opnpuss

opnpuss

技术不应该被约束,本博客主要分享一些个人使用的好用工具以及部署方法。

Drpy Project One-Click Repair (TV Box Source)

Cause of Failure in the Drpy Project by Daochang#

Recently, it was discovered that none of the drpy sources in the TVbox can be played. However, playing through the static interface or the local network interface of drpy directly is possible. Since I don't watch TV and my TV at home is basically collecting dust for 364 days a year, I also mostly watch SP sources for movies and TV shows. Therefore, I didn't pay much attention to the failure of a project.

A few days ago, I did some research and found out that Daochang's domestic mirror repository for drpy has been blocked. Previously, the automatic detection and upgrade of the drpy project version actually pulled from the domestic mirror repository. Now that it's blocked, it naturally won't detect upgrades anymore.

Therefore, the repository pull address needs to be replaced.

One-Click Fix for the Drpy Project by Daochang#

In fact, the change in automatically detecting version upgrades in the Daochang Drpy project is in the update.py file under utils. Simply replace it with the latest file from Daochang's GitHub repository.

Daochang has provided a more convenient method.
Enter the root directory of the drpy project in the container and execute the following code

cd utils && rm update.py && wget https://ghproxy.net/https://raw.githubusercontent.com/hjdhnx/dr_py/main/utils/update.py

After executing, the docker project needs to be restarted;

The effect of automatic upgrade detection has been tested
image

Tested effect of playback in TVbox

d3bc4f8b16fa391d2dce418dd1a42d2f_4975c476-b24c-48fc-a52d-624bbe372965

9242cd5f65043b69e795e4839b28a89f_520d5df9-0243-4566-a357-c36d8d05839c

d3bc4f8b16fa391d2dce418dd1a42d2f_4975c476-b24c-48fc-a52d-624bbe372965

00a74ea88df9197fca03601e69cc90a7_07cfe304-cbff-46c5-9f00-60b67b064e74

New Repository for the drpy Project by Daochang#

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.