Commit Graph

14 Commits

Author SHA1 Message Date
c1eeabad78 Add missing package to requirements.txt 2023-10-21 17:56:13 -07:00
Brett Williams
c499096efc Update requirements.txt 2023-10-20 20:39:44 -05:00
7d1ecf1fa5 Downloadable engines (#34)
* Add blender_downloader.py

* Add engine_manager.py

* Add additional methods to engine_manager.py

* Refactor file layout to make engines on par with workers

* Add system platform info to status response

* Default to using system platform / cpu if none are provided

* Add API to download an engine and some general cleanup

* Add method to delete downloaded engine

* Add API calls to download engines and delete downloads

* Misc fixes
2023-10-20 15:05:29 -05:00
a475aa999a Major file reorganization (#26)
* Major file reorganization

* Rearrange imports

* Fix default log level
2023-06-30 21:24:40 -05:00
0a0a228731 Thumbnail Generation Refactoring (#16)
* Fix file_list and convert save_first_frame to use FFMPEG directly

* All thumbnail generation now uses FFMPEG engine
2023-06-15 13:06:46 -05:00
38936d40ab Async Server Status Fetch (#11)
* Add background fetching to server_proxy

* Update UI to use server_proxy fetched jobs

* Fix issue getting status with empty jobs_cache

* Fix issue with jobs not appearing after switching servers

* Remove job_cache from dashboard_window and utilize server_proxy caches

* Remove jobs from table that shouldn't be there

* Streamline how we're handling offline tracking and handle connection error when fetching thumbnail

* Add ability to remove any manually added servers
2023-06-09 18:38:58 -05:00
Brett Williams
9ec7ef48c2 See progress of uploads in client 2023-06-05 19:30:47 -05:00
Brett Williams
997feb74cc Add zeroconf to client 2023-06-01 18:09:26 -05:00
Brett Williams
94575021cc Update requirements.txt 2023-06-01 01:55:37 -05:00
Brett Williams
9d9984cb0b Update requirements.txt 2023-05-24 13:19:54 -05:00
Brett Williams
fbaf2e3661 Initial commit of index html and add ability to delete jobs 2022-12-07 18:24:02 -08:00
Brett Williams
eb9e719f47 Add ability to get file list and download files from project output 2022-10-26 18:27:13 -07:00
Brett Williams
0f63aa629e Add proof-of-concept file uploading for job creation 2022-10-08 22:14:55 -07:00
Brett Williams
1c304e77f5 Initial commit 2022-10-04 23:09:09 -07:00