• Joined on 2022-12-22
storm pushed to testing at storm/audiogame-manager 2023-01-30 21:49:31 -05:00
947c5eacb9 Added missing package xdg-utils to dependency installer script.
storm pushed to master at storm/ratatoskr 2023-01-30 20:34:17 -05:00
0ce5af2bc4 Fix up the background process handler.
storm pushed to master at storm/ratatoskr 2023-01-30 19:37:03 -05:00
ae0cc60a79 Beginnings of the command parser added.
storm pushed to master at storm/ratatoskr 2023-01-30 18:58:02 -05:00
ebad002e73 Got a start on the main loop, but jq is being vicious currently, so going to come back to it later.
storm pushed to master at storm/ratatoskr 2023-01-30 12:54:46 -05:00
6377a626b6 A tiny bit of code reorganization.
storm pushed to master at storm/ratatoskr 2023-01-30 11:45:44 -05:00
7857d66376 Try to use provided link for music, use youtube if it is a file:// link.
storm pushed to master at storm/ratatoskr 2023-01-30 02:06:15 -05:00
ff82089979 rudimentary sound support in place.
storm pushed to master at storm/ratatoskr 2023-01-30 01:35:27 -05:00
7b12f2797a Improved the post, -p, function.
storm pushed to master at storm/ratatoskr 2023-01-30 00:24:21 -05:00
13aeccd78f I think we have our first fully complete flag, -M should now post music and let you know if it was successful or if there were errors.
661f00217c Music posting with -M is now working. I still need to deal with the resulting json, so be prepared for spam.
Compare 2 commits »
storm pushed to master at storm/ratatoskr 2023-01-29 19:46:00 -05:00
9578307c7a It's alive! Well, sort of, added a -p flag to post, be warned, thar be spam in them thar outputs.
storm pushed to master at storm/ratatoskr 2023-01-29 18:48:55 -05:00
77e81a839f Latest changes, oauth token nearly working.
storm pushed to master at storm/ratatoskr 2023-01-29 16:35:24 -05:00
73c3ae9cc6 Reorganized the code that puts the url into the clipboard if possible.
storm pushed to master at storm/ratatoskr 2023-01-29 15:43:18 -05:00
d419435462 Found the documentation to get the token without having a redirect rui that is a website.
storm pushed to master at storm/ratatoskr 2023-01-29 14:32:30 -05:00
a55ce4db79 Nearly have music posting working. Currently if you use it there is a lot of output because curl is in verbose mode. It is giving an Invalid credentials error.
storm pushed to master at storm/ratatoskr 2023-01-29 04:24:05 -05:00
5a4abe1643 Command line argument parsing set up. Help system added. Place holder for post_music function.
storm pushed to master at storm/ratatoskr 2023-01-29 03:50:38 -05:00
5cea37fe56 Move the redirect uri to a variable.
storm pushed to master at storm/ratatoskr 2023-01-28 18:12:55 -05:00
a6c8fd9277 If xclip is installed, tries to place the url into your clipboard.
storm pushed to master at storm/ratatoskr 2023-01-28 18:05:24 -05:00
a7ac37b77c More friendly url entry. Will now add https:// if not provided.
storm pushed to master at storm/ratatoskr 2023-01-28 15:43:35 -05:00
c03ae7f739 Added quotes around the entries in the configuration file.
storm pushed to master at storm/ratatoskr 2023-01-28 15:41:27 -05:00
96107693f7 Generates the url, but for some reason it's only showing "read" premission.