50 Commits

Author SHA1 Message Date
3e7a3a2f3b Fix some more races 2023-03-10 00:07:29 +10:30
3d72b8b16a Remove debugging test URLs 2023-03-09 21:46:28 +10:30
3e8f04cce9 Clean up docker and update deps 2023-03-09 21:02:21 +10:30
16d9ac368c Start of destination support and some refactoring 2022-07-05 20:43:32 +09:30
14c79a7ff2 Start of docker support 2022-05-14 16:38:48 +09:30
ee7b8565cc Refactor to prevent races on access of downloads 2022-04-18 19:53:07 +09:30
6b1dff54f9 Remove some potential races 2022-04-18 13:01:07 +09:30
91c68d8816 Show more information when downloading from playlists 2022-04-09 15:13:22 +09:30
50a6ac9e85 Fix bug migrating config, add test 2022-04-09 12:26:56 +09:30
394c77f139 Enable portable mode by reading a config file 'gropple.yml' from the current directory, if present. Closes #13 2022-04-07 21:46:39 +09:30
2e94eb6a87 Create a ConfigService struct to handle managing our config. 2022-04-07 20:39:14 +09:30
c05bed1148 Refactor download creation 2022-04-06 20:35:28 +09:30
4a5b5009eb Allow POSIX platforms only to stop downloads. Windows is another ball of wax, as usual. 2022-01-06 21:37:30 +10:30
f487ff0371 Use Process.Kill instead which is (hopefully) cross-platform enough. Improve test reliability. 2022-01-06 16:19:22 +10:30
21f9e71d6d Unnecessary debugging removal 2022-01-06 00:05:07 +10:30
3dc33cd441 Fix recursive lock 2022-01-05 23:56:12 +10:30
8bf9f42416 Bump version 2021-11-21 16:31:17 +10:30
e8a4f41ca2 Implement download queue (default size 2) and cleanup old entries after a while 2021-11-21 16:19:49 +10:30
d1f92abb16 Add new config option to limit number of active downloads 2021-11-21 13:25:55 +10:30
4b433304f6 Add link to re-show the popup, and add some colour and other visual improvements 2021-10-26 22:48:16 +10:30
1e770e5c72 Bump version 2021-10-25 22:46:19 +10:30
4069109509 Make it possible to reload the popup window without initiating a new download 2021-10-25 22:45:56 +10:30
1427428c14 Fix method URL and remove debugging 2021-09-30 23:55:55 +09:30
fc0d6a32c3 Allow downloads to be created, prompt the user for a profile. 2021-09-30 23:48:56 +09:30
49479e7eee Break the menu out into a separate template 2021-09-30 17:46:01 +09:30
43baca27ab Use the configuration for popup dimensions 2021-09-30 17:45:25 +09:30
89b142a150 Allow for adding/deleting profiles, add a bunch of sanity checks for config changes. 2021-09-30 17:04:12 +09:30
910cb443bd Read/Write config, create default config if not exists 2021-09-30 12:27:59 +09:30
ada866f8b0 Remove superfluous log print 2021-09-29 23:17:53 +09:30
8b291f4629 Update REST to allow config submission, form allowing editing of all values including the download profile commands and arguments. Neat. 2021-09-29 23:15:44 +09:30
2aba19770f Start of the web frontend and backend for config handling. 2021-09-28 22:09:12 +09:30
2ba4588fba Start to move config to a config file. 2021-09-28 21:17:54 +09:30
7b9620631e Version check and upgrade prompt. 2021-09-26 21:13:33 +09:30
648b9ad886 Bump version 2021-09-26 12:49:08 +09:30
7c1d11298f Clean up and better error checking 2021-09-26 12:48:42 +09:30
2c57a77b98 Make the index page dynamic 2021-09-26 12:33:31 +09:30
a99f65918f Fix regexp for the "merge" log line 2021-09-26 12:33:03 +09:30
97fb67cb09 Bump version 2021-09-24 20:03:14 +09:30
0cd6b5edef Oops :-) Avoid infinite recursion. 2021-09-24 15:45:50 +09:30
3eaf1b921d Add an option to use a youtube-dl fork, and change the command line arguments. 2021-09-24 15:35:54 +09:30
a3e7503268 Look for merged and deleted filenames in the log. Fixes #4 2021-09-22 22:18:52 +09:30
a8028938a0 Add simple versioning and release building 2021-09-22 11:42:53 +09:30
5e760ad284 Use a less-likely-to-clash default port number 2021-09-22 11:23:45 +09:30
58c6242fdc Fix default address 2021-09-21 19:20:34 +09:30
f44d08de9d Docco and logging` 2021-09-21 18:10:52 +09:30
3fae6bc247 Configurable address and listen port. 2021-09-21 17:59:30 +09:30
eadcb5a067 Remove some cruft and use exitcode to determine failure state 2021-09-21 17:46:18 +09:30
1a5a7ae90c Use a slice instead for storing downloads 2021-09-21 17:26:16 +09:30
5cc2e609ae Add finished flag to response and clean up html templates 2021-09-21 17:13:30 +09:30
e7b8410d1b Add files. 2021-09-21 08:33:24 +09:30