play help

This commit is contained in:
AF 2022-10-06 09:53:52 +03:00
parent 2c28e1a6d2
commit 969ba1fec6
3 changed files with 4 additions and 3 deletions

1
docker_run.sh Normal file
View File

@ -0,0 +1 @@
docker run -v v6d3music:/v6data --env v6ca=8ba641656218146c2d5584c02fdb0d68bb5caef0c1146c06e6d4e69ffd5e8398 --env v6caurl=http://172.18.0.2:5900 --env v6taurl=http://172.18.0.3:5910 --env v6tor=172.18.0.40 --name v6d3music -m 4000mb --cpus 3 --network v6d --ip 172.18.0.30 v6d3music

View File

@ -1 +0,0 @@
docker run -v v6d3music:/v6data --env v6ca=da5261eb5232b4b08452f25099b53b59d2e308b86aaf9c4204f0aa92569044d7 --env v6caurl=http://172.18.0.2:5900 --env v6taurl=http://172.18.0.3:5910 --name v6d3music -m 4000mb --cpus 3 --network v6d v6d3music

View File

@ -29,8 +29,9 @@ async def play(ctx: Context, args: list[str]) -> None:
ctx, args, ctx, args,
f''' f'''
`play ...args` `play ...args`
`play url [- effects] ...args` `play url [- effects]/[+ preset] [[[h]]] [[m]] [s] [tor] ...args`
`play url [+ preset] ...args` `pause`
`resume`
presets: {shlex.join(allowed_presets)} presets: {shlex.join(allowed_presets)}
''', ''',
(), 'help' (), 'help'