Added Filpath autocompletion so that it is easier to enter a filepath!

This commit is contained in:
janis
2022-08-22 17:11:42 +02:00
parent 6d9f947d29
commit 340c2bb402
6 changed files with 102 additions and 9 deletions

View File

@@ -87,7 +87,14 @@ RootScreen:
hint_text: "Path to Folder containing the Music files"
pos_hint: {"x":0.2, "y":0.5}
size_hint_x: 0.6
text: "/home/janis/Downloads/KB"
text: ""
on_text: root.autocomplete()
Label:
text: ""
pos_hint: {"x": 0.2, "y":1}
size_hint: 0.6, 0.3
text_size: self.size
id: cmd_output
Button:
text: "Start"
color: app.theme_cls.primary_color