pSpitzner / beets-flask

An opinionated docker container for a web-interface around the music organizer beets
18 stars 2 forks source link

CLI window to manually tag with console #1

Closed semohr closed 4 months ago

semohr commented 5 months ago

I added a basic terminal component which slides in from the bottom of the page. We can just add content into it for now but we might want to discuss the styling at some point.

pSpitzner commented 4 months ago

i think the current solution in 30daf95c8f70c96348be41ccaa43340739510d0c is sufficient for now: we open/close a new pty on every connect/disconnect.

This was the most robust solution without going to deep and I would try how well it works in practice. My idea for a long term solution is a tmux running in redis worker.