通道管
Unknown
ChannelTube 是一個使用 yt-dlp 從 YouTube 頻道同步和取得內容的工具。
services :
channeltube :
image : thewicklowwolf/channeltube:latest
container_name : channeltube
volumes :
- /path/to/config:/channeltube/config
- /data/media/video:/channeltube/downloads
- /data/media/audio:/channeltube/audio_downloads
- /etc/localtime:/etc/localtime:ro
ports :
- 5000:5000
restart : unless-stopped
可以透過環境變數設定某些值:
137
。140
。0
。1
。有關格式 ID 的信息,請參閱 https://github.com/yt-dlp/yt-dlp
使用逗號分隔的時間清單來搜尋新項目(例如, 2, 20
將在凌晨 2 點和晚上 8 點啟動搜尋)。
注意:距離預定開始時間最多 10 分鐘的死區。
當檢索到新內容時,可以觸發媒體伺服器庫掃描。
對於 Plex,請使用: Plex: http://192.168.1.2:32400
對於 Jellyfin,請使用: Jellyfin: http://192.168.1.2:8096
若要使用兩者,請輸入: Plex: http://192.168.1.2:32400, Jellyfin: http://192.168.1.2:8096
相同的格式適用於令牌。
媒體伺服器庫名稱是指儲存影片的庫的名稱。
若要停用此功能:
若要透過 yt-dlp 使用 cookie 文件,請依照下列步驟操作:
產生 Cookie 檔案:開啟網頁瀏覽器並使用適當的副檔名(例如 Firefox 的 cookies.txt)為 YouTube 上的使用者提取 Cookie。
儲存Cookies檔案:將取得到的cookie儲存到名為cookies.txt
的檔案中,並放入config資料夾中。
https://hub.docker.com/r/thewicklowwolf/channeltube