mirror of
https://github.com/kou029w/_.git
synced 2025-04-17 10:09:37 +00:00
remove metube
This commit is contained in:
parent
3e730446b9
commit
c51ed8526f
2 changed files with 0 additions and 22 deletions
metube
|
@ -1,13 +0,0 @@
|
|||
services:
|
||||
metube:
|
||||
image: ghcr.io/alexta69/metube
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8081:8081"
|
||||
volumes:
|
||||
- ./config:/etc/metube
|
||||
- ./downloads:/downloads
|
||||
environment:
|
||||
YTDL_OPTIONS_FILE: /etc/metube/ytdl_options.json
|
||||
DOWNLOAD_DIR: /downloads/Music
|
||||
OUTPUT_TEMPLATE: "%(artist,uploader|Unknown)s,%(album,artist,uploader)s,%(title)s [%(id)s].%(ext)s"
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"format": "bestaudio/best",
|
||||
"writethumbnail": true,
|
||||
"postprocessors": [
|
||||
{ "key": "FFmpegExtractAudio" },
|
||||
{ "key": "FFmpegMetadata" },
|
||||
{ "key": "EmbedThumbnail" }
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue