music stuff

This commit is contained in:
Matt Nish-Lapidus 2025-05-01 12:57:18 -04:00
parent c7aea4abed
commit 1a69cda9ff
9 changed files with 731 additions and 37 deletions

View file

@ -32,7 +32,8 @@
"<Tab>": NextTab,
"<S-Tab>": PreviousTab,
"1": SwitchToTab("Queue"),
"2": SwitchToTab("Recently Added"),
# "2": SwitchToTab("Recently Added"),
"2": SwitchToTab("Genre"),
"3": SwitchToTab("Artists"),
"4": SwitchToTab("Album Artists"),
"5": SwitchToTab("Albums"),
@ -118,6 +119,10 @@
name: "Queue",
pane: Pane(Queue),
),
# (
# name: "Recently Added",
# pane: Pane(Browser(root_tag: "album", separator: ";")),
# ),
(
name: "Genre",
pane: Pane(Browser(root_tag: "genre", separator: ";")),