kemonine
kemonine pushed tag 20200903.1 to PiFrame/piframe-go 2020-09-03 05:19:52 +00:00
kemonine pushed to master at PiFrame/piframe-go 2020-09-03 05:19:45 +00:00
a1c2415536 Fixup build paths for drone
kemonine deleted tag 20200903.1 from PiFrame/piframe-go 2020-09-03 05:19:10 +00:00
kemonine closed issue PiFrame/piframe-go#8 2020-09-03 05:05:23 +00:00
Fix fim not exiting when keys to exit are pressed (refuses to kill the process)
kemonine commented on issue PiFrame/piframe-go#8 2020-09-03 05:05:23 +00:00
Fix fim not exiting when keys to exit are pressed (refuses to kill the process)

This was due to the bash process executing fim and the Kill() method only killing the main process, NOT sub processes (this is documented in the go docs as a quirk)

Solution was to use progress groups (NON PORTABLE, NO WINDOWS SUPPORT) and kill the whole process group.

kemonine pushed tag 20200903.1 to PiFrame/piframe-go 2020-09-03 05:04:22 +00:00
kemonine pushed to master at PiFrame/piframe-go 2020-09-03 05:04:13 +00:00
30976f60fa Tweak fim kill approach so ALL sub-processes are also killed (this is really important since it's a bash script presently)
kemonine opened issue PiFrame/piframe-go#8 2020-09-03 04:51:47 +00:00
Fix fim not exiting when keys to exit are pressed (refuses to kill the process)
kemonine reopened issue PiFrame/piframe#48 2020-09-03 04:50:44 +00:00
Consolidated configuration
kemonine closed issue PiFrame/piframe#48 2020-09-03 04:50:30 +00:00
Consolidated configuration
kemonine pushed to master at PiFrame/piframe-go 2020-09-03 04:48:13 +00:00
8b3827220e Add watching of config file to re-load if changed on disk while running
kemonine pushed to master at PiFrame/piframe-go 2020-09-03 04:24:33 +00:00
ce9f53cb45 Add command line flag to allow only running the config ui
kemonine pushed to master at PiFrame/piframe-go 2020-09-03 03:56:31 +00:00
712f7c7a45 Add CLI flag to only show config UI and skip the slideshow display (so you can config & auto-reload the main piframe ui over ssh and similar
e2bce8d442 Vendoring for command line flags
Compare 2 commits »
kemonine pushed to master at PiFrame/piframe-go 2020-09-03 03:47:13 +00:00
8737f2fe1a Basic config file load
0834f3779f Update vendoring
Compare 2 commits »
kemonine pushed to master at PiFrame/piframe-go 2020-09-03 00:40:32 +00:00
1841b19211 Split up GUI code some and modularize it
kemonine opened issue PiFrame/piframe#49 2020-09-02 23:22:47 +00:00
Bigger, Better teriminal font
kemonine pushed to master at PiFrame/piframe 2020-09-02 22:12:08 +00:00
b274f4a5fd Add info on how to configure wisecoco 6'' 2k portrait LCD
kemonine pushed to master at PiFrame/piframe-go 2020-09-02 06:16:10 +00:00
a506546f1e Add album listing to config ui so they can be selected / deselected
kemonine pushed to master at PiFrame/piframe-go 2020-09-02 05:30:33 +00:00
37bbc4658d Add a TON of error handling that was previously skipped (intentionally but really needs to be there) ; added basic filesystem walk of albums dir to facilitate config of which albums are used for the slideshow
kemonine opened issue PiFrame/piframe-go#7 2020-09-02 05:27:32 +00:00
Convert screen on/off