Commit Graph

241 Commits

Author SHA1 Message Date
DevilXD
5ba2fbe567 Add quotes to the autostart path 2022-03-17 10:29:53 +01:00
DevilXD
5a3a540b45 Implement settings and saving them to the settings file 2022-03-16 19:26:39 +01:00
DevilXD
82b999995f Imports cleanup 2022-03-12 11:59:25 +01:00
DevilXD
25bc398ec1 More URLs cleanup 2022-03-11 17:28:50 +01:00
DevilXD
9ad0979d0e De-async initialize and URLs cleanup 2022-03-11 17:24:29 +01:00
DevilXD
6561f5bcd9 Update user agent 2022-03-10 19:13:39 +01:00
DevilXD
8be7c097a0 Watch interval is now whole 59 seconds 2022-03-10 18:31:38 +01:00
DevilXD
9be715e7fc Fix ACL channels not being added as new channels 2022-03-10 18:27:08 +01:00
DevilXD
e61ec1fa48 Move inventory update to it's own mnt task 2022-03-09 21:56:41 +01:00
DevilXD
2bddd68af2 Small GUI internals cleanup 2022-03-09 11:06:43 +01:00
DevilXD
5b04907d33 Move the minimize button to root frame 2022-03-09 11:01:43 +01:00
DevilXD
aa49d43761 Minor changes 2022-03-09 10:04:49 +01:00
DevilXD
4000037244 Implement basic menu with tabs 2022-03-08 20:40:20 +01:00
DevilXD
e95ee4be5e Simplify none game state change handling 2022-03-06 20:44:11 +01:00
DevilXD
9dd2a1dc44 Fix a bug with GUI's ChannelList.clear not clearing the channel map 2022-03-03 20:20:19 +01:00
DevilXD
4a4b4251ac Fix minor tkinter error message issue 2022-03-03 20:19:47 +01:00
DevilXD
c23c50c445 Always stop watching when switching to IDLE 2022-03-03 20:19:25 +01:00
DevilXD
5286c39d41 Restructure channel cleanup and fetch to reuse existing channels where possible 2022-03-03 20:18:54 +01:00
DevilXD
a10c0bf389 Fix typing runtime problems 2022-02-27 12:23:13 +01:00
DevilXD
08c6c20379 Minor PlaceholderEntry consistency and performance improvements 2022-02-27 12:22:47 +01:00
DevilXD
92d722fd0c Change typing to 3.10 syntax 2022-02-27 12:07:40 +01:00
DevilXD
7553997210 Cut closing time in half 2022-02-26 19:56:58 +01:00
DevilXD
03536d8344 Switch to IDLE after cleanup, not game select 2022-02-26 19:41:30 +01:00
DevilXD
ed81d6abc8 Version bump 2022-02-25 21:25:38 +01:00
DevilXD
dc6b7f1f2c Update manual 2022-02-16 13:25:08 +01:00
DevilXD
83b8de11a1 Implement exclude argument 2022-02-16 13:15:53 +01:00
DevilXD
fdc9dabd49 Handle comercial stream state 2022-02-16 12:48:20 +01:00
DevilXD
c112003a38 _V -> _T 2022-02-15 20:55:57 +01:00
DevilXD
763bc0a536 An error is now shown for incorrect arguments passed 2022-02-15 20:31:12 +01:00
DevilXD
c8c6b7139d Add a helpful message 2022-02-14 23:00:03 +01:00
DevilXD
babca4374d Move the topics changed flag clear to the top;
to avoid a possible race condition with multiple adds and removals at the same time
2022-02-14 22:47:22 +01:00
DevilXD
3653ecf152 Unify start method 2022-02-14 22:14:43 +01:00
DevilXD
3a5d105235 Use paramspec 2022-02-14 22:02:42 +01:00
DevilXD
60a9e273c8 Remove unused code 2022-02-14 20:39:06 +01:00
DevilXD
82b6d59194 Fix incorrect stream state subscribtion topic 2022-02-14 18:25:12 +01:00
DevilXD
e8cb7ca099 Bugfix and WS improvements 2022-02-14 16:21:01 +01:00
DevilXD
5a0d06411d fix positional only syntax 2022-02-14 15:42:44 +01:00
DevilXD
0e7eb02ddf Update README; add a How It Works section 2022-02-14 12:12:01 +01:00
DevilXD
3fba155c68 Add manual 2022-02-13 22:54:59 +01:00
DevilXD
fce1bfa380 Remove erroneous print 2022-02-13 22:52:54 +01:00
DevilXD
f6453dafaf Remove idle arg, make it default 2022-02-13 21:48:38 +01:00
DevilXD
423e51bc27 Handle maximum channels limit;
Proper handle of a case where the app ends up with more channels from ACLs than is supported
2022-02-13 20:13:11 +01:00
DevilXD
ce9af7b4ba Merge branch 'master' of https://github.com/DevilXD/TwitchDropsMiner 2022-02-12 09:06:33 +01:00
DevilXD
c1f1acc6aa Merge pull request #8 from GenericPseudonym/master
Fix unhandled exception for games with >400 channels
2022-02-12 09:04:11 +01:00
GenericPseudonym
445aa1af32 Handle having too many topics gracefully
Rather than hanging and becoming unresponsive due to an unhandled exception
2022-02-11 13:42:09 -08:00
GenericPseudonym
3ccbff6065 Add websockets to requirements list
Since it won't run without it
2022-02-11 13:38:23 -08:00
DevilXD
fa0293faf3 Explicitly set stream to none here 2022-02-11 20:53:19 +01:00
DevilXD
f41146ebdd tags are jsontype 2022-02-11 20:47:12 +01:00
DevilXD
904ccecc2a Redo stream init 2022-02-11 18:27:08 +01:00
DevilXD
4d2a884fbe Redo channel init 2022-02-11 18:09:54 +01:00