382 Commits

Author SHA1 Message Date
0cea0f901f Merge pull request 'Core Update' (#12) from core_update into master
Reviewed-on: #12
2022-11-26 22:07:54 -05:00
Logan Cusano
c6d120982d Cherry pick 'Update to use intents' to remove NGv2 sections 2022-11-26 22:04:43 -05:00
Logan Cusano
71a8914ac7 Updated requirements.txt 2022-11-26 22:00:18 -05:00
Logan Cusano
f36c73b30b Sledgehammer config approach 2022-11-26 21:59:52 -05:00
b2a73726a0 Merge pull request 'V3_GQRX_Improvements' (#11) from V3_GQRX_Improvements into master
Reviewed-on: http://git.vpn.cusano.net/Discord_Bot_Gang/Discord-Radio-Bot/pulls/11
2022-04-16 20:52:43 -04:00
Logan Cusano
a094ba581d //WIP v3
GQRX Changes
- Better error handling; GQRX config dupes some options for an unknown reason
2022-04-10 13:53:59 -04:00
Logan Cusano
62f9e1abaa //WIP v3
GQRX Changes
- Ensure AGC is enabled whenever the bot starts
2022-04-09 22:34:56 -04:00
Logan Cusano
e4e04e429f //WIP v3
GQRX Config Template
- Added switch to allow AGC
2022-04-09 22:27:26 -04:00
Logan Cusano
0db4f62afc //WIP v3
Clear Messages Changes
- Bug
- More error checking
- Limit the user to 100 messages
- More help text
2022-04-09 22:22:44 -04:00
Logan Cusano
4d5c1183d6 //WIP v3
Clear Messages Changes
- Bug
2022-04-09 22:15:37 -04:00
Logan Cusano
9dba89a60b //WIP v3
Clear Messages Changes
- Check for negative numbers... Gino
2022-04-09 22:14:21 -04:00
Logan Cusano
dcf0de8351 //WIP v3
Clear Messages Changes
- Added help message
2022-04-09 22:09:24 -04:00
Logan Cusano
bfb049e268 //WIP v3
Clear Messages Changes
- Default clear to 2 messages (instantiation and the previous message)
2022-04-09 22:05:32 -04:00
Logan Cusano
b0d83def35 //WIP v3
Clear Messages Changes
- No "#0000" in username output
2022-04-09 22:03:52 -04:00
Logan Cusano
8af7a70b65 //WIP v3
Clear Messages Changes
- Mentioning user ID not name
2022-04-09 22:02:04 -04:00
Logan Cusano
8d090c5c67 //WIP v3
Clear Messages Changes
- Better logging
- Better output
2022-04-09 21:58:34 -04:00
Logan Cusano
35e19ee83f //WIP v3
Clear Messages Changes
- New approach
2022-04-09 21:39:44 -04:00
Logan Cusano
44d027ab8c Merge branch 'master' into V3_GQRX_Improvements 2022-04-09 21:29:12 -04:00
Logan Cusano
31d5f8139c New Module to Clear Channel Messages 2022-04-09 21:28:21 -04:00
Logan Cusano
3837f7abd6 //WIP V3
Update todo
2022-04-09 21:27:49 -04:00
Logan Cusano
b7f0939787 //WIP V3
GQRX Changes
- Sending output to devnull, except for error
2022-04-09 04:32:12 -04:00
Logan Cusano
cccd974adc //WIP V3
GQRX Changes
- Changed repeating log entry to debug
2022-04-09 03:39:45 -04:00
Logan Cusano
f4b14c26fc Merge branch 'master' into V3_GQRX_Improvements 2022-04-09 03:27:23 -04:00
Logan Cusano
a483f83b4b //WIP V3
Bot Changes
- Increased loop delay when waiting for GQRX to start
Noisegate Change
- Display whether the noisegate is active or not in the logs
2022-04-09 02:36:48 -04:00
Logan Cusano
458ab5be95 //WIP V3
Bot Changes
- Never used new radio config function when loading config
2022-04-09 02:25:46 -04:00
Logan Cusano
dbbd5b6fe3 //WIP V3
Bot Changes
- Awaiting new async 'use_current_radio_config' function
2022-04-09 02:23:46 -04:00
Logan Cusano
63b37d14cb //WIP V3
Bot Changes
- Improved handlers
- Added new function to use the newly set or loaded settings
- Any change to frequency, squelch, mode, or noisegate threshold will show no profile
    - The user is responsible for saving their changes

Readme Changes
- Update with notes on the bot change above
2022-04-09 02:21:53 -04:00
Logan Cusano
2dabf1c98d //WIP V3
GQRX Changes
- Resetting tel_conn when closing GQRX
2022-04-09 01:57:24 -04:00
Logan Cusano
5551aa6355 //WIP V3
Default Radio Settings Update
- One location for default radio settings

GQRX Changes
- Default settings
- Simpler check to see if GQRX is started
- Working process handler
2022-04-09 01:52:37 -04:00
Logan Cusano
7ee5d92852 forgot each item needed to be in the list, no spaces 2022-04-09 01:21:33 -04:00
Logan Cusano
5a3729627b GQRX Changes
- Checks for GQRX config file
    - If one exists, reset the 'crashed' option
    - If one does not, create one from the template
- New templates package
    - Useful for storing large files to be called on later
2022-04-09 01:13:06 -04:00
Logan Cusano
e4201a2746 Fixed Logging 2022-04-08 21:46:28 -04:00
Logan Cusano
bb56566d37 Merge branch 'master' into V3_GQRX_Improvements 2022-04-08 21:35:07 -04:00
Logan Cusano
35e90aa290 Created a 'debug' log file to keep one log file clean 2022-04-08 21:32:31 -04:00
Logan Cusano
99ec1d07aa Merge remote-tracking branch 'origin/V3_GQRX_Improvements' into V3_GQRX_Improvements 2022-04-01 01:59:51 -04:00
Logan Cusano
bbca25ce3f Getting closer on the GQRX Handler. Doesn't close properly 2022-04-01 01:55:14 -04:00
Logan Cusano
676936eb6f More intelligent init of the handler 2022-04-01 01:10:12 -04:00
Logan Cusano
8debd690f1 Better logging 2022-04-01 01:08:54 -04:00
Logan Cusano
5d1a58ee87 Var got set before the error check 2022-04-01 01:07:23 -04:00
Logan Cusano
fd62da0c6f Silly bug 2022-04-01 01:05:57 -04:00
Logan Cusano
b972d09a65 Handling the delay in GQRX opening and being 'usable'
Handling the delay in GQRX opening and being 'usable'
2022-04-01 01:00:32 -04:00
Logan Cusano
21aacde130 Moved the main inits to when the bot is run 2022-04-01 00:51:34 -04:00
Logan Cusano
e26ae52399 Wrong location of the logger 2022-04-01 00:50:28 -04:00
Logan Cusano
319de5cf42 Initial changes to handle GQRX process 2022-04-01 00:46:34 -04:00
5e6b6f02d9 Merge pull request 'New logging system' (#10) from V3_Better_Logging into master
Reviewed-on: http://git.vpn.cusano.net/Discord_Bot_Gang/Discord-Radio-Bot/pulls/10
2022-04-01 00:02:08 -04:00
Logan Cusano
25ad3b076c Wait for the bot to connect before playing audio 2022-03-31 22:52:10 -04:00
Logan Cusano
d3a18c2421 BUG Would try to join when the bot was disconnected 2022-03-31 18:23:45 -04:00
Logan Cusano
6170719233 Update todo 2022-03-31 03:00:58 -04:00
Logan Cusano
c8503c856e Update todo with GQRX commands 2022-03-31 02:47:07 -04:00
Logan Cusano
471f668cdb Flipped the handlers 2022-03-31 02:32:14 -04:00