From eedd62433434a9f7cfa86a853af29ac322659067 Mon Sep 17 00:00:00 2001 From: Roland Sommer Date: Sun, 15 Oct 2023 18:24:47 +0200 Subject: [PATCH] fix ls argument paht --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bae0d81..f08a751 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Manages the connection to the receiver and has methods for the available command + ```connect(ip, port)```: connects to the receiver at ip:port + ```ok()```: weather the receiver is ready to accept commands + ```info()```: returns the flags, language and name of the receiver -+ ```ls(paht = "/")```: gets the files under path from the receiver and returns a TechnisatFile object ++ ```ls(directory = "/")```: gets the files under path from the receiver and returns a TechnisatFile object + ```download(file: TechnisatFile, destination, output_format="mp4", resolution="")```: downloads and converts the file in the TechnisatFile object to the folder in destination. You can also specify an output format and a resolution which is supported by ffmpeg + ```disconnect()```: disconnects from the receiver + ```resolve_id()```: returns the TechnisatFile object corresponding to the recording id