mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #69] Windows Installation #45
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Oct 15, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/69
Hi,
About spotify-tui windows installation, there is a tutorial to use it?
Greetings
@Rigellute commented on GitHub (Oct 15, 2019):
Hi @roketman09, I've not tried installing on Windows yet.
What issues are you encountering?
@nathanloisel commented on GitHub (Oct 21, 2019):
Windows installation doesn't work. After investigation, Termion dependency doesn't support Windows.
Here is the error i have:
@Rigellute commented on GitHub (Oct 21, 2019):
Ah dang! Thank you for doing this investigation, I'll add a note about Windows to the README.
@TimonPost commented on GitHub (Oct 22, 2019):
@Rigellute this app can support windows very easily. TUI has the crossterm backend which is made to support cross-platform. Although... their implementation uses crossterm 0.9 and 0.12 is already out and they didn't even release my latest patch - done a few months ago - with 0.10 yet.
I tried to move this library over to crossterm just to experiment to how easy it was to swap termion. It was very easily. Please have a look at this fork.
However, I encountered two problems:
KeyEvent(replacement forKey) does not implementCopyhowever, this is going to be fixed in 0.12.2.Point two is the only blocker, point 1 is not great but it isn't a blocker because a lot is changed since release 0.12.
@Rigellute commented on GitHub (Oct 23, 2019):
I forgot to mention that you can run
spotify-tuiusing the Windows Subsytem for Linux (which is what I've done).However, natively supporting Windows would be much better for sure.
@MCOfficer commented on GitHub (Jan 23, 2020):
Now that a new release is out: can the github actions be adjusted to also build and publish for windows? Should i PR that?
@Rigellute commented on GitHub (Jan 23, 2020):
@MCOfficer please do! I've been trying to work out how to create the windows binary from github actions and was going to ask for help.
So yes, please create a PR!