CodeSpent / twitch-toolbox

A cross-platform CLI tool for common Twitch/TwitchDev tasks.
7 stars 0 forks source link

Use in SSH environment without X11 #12

Open camjac251 opened 4 years ago

camjac251 commented 4 years ago

Would it be possible to use this without access to X11 forwarding? Tkinter is stopping me from being able to use it.

Or maybe could it be possible to run a lite version that could generate a url list of clips? I had a clip fail saving because it had a : in the clip title which is forbidden on Windows. Using youtube-dl manually with a different naming system could be easier.

CodeSpent commented 4 years ago

As for the illegal Windows characters, I can add a replace to fix this in the short term.

I'll take a look at testing with SSH & try to find a good experience that won't hinder either. If you have any ideas, feel free to comment. Tkinter is primarily for the sake of less-savvy users, this tool was a little rushed, so the experience isn't perfect, but I wanted to keep it simple.