Skip to content

Releases: ElphaTech/shipper

v1.1.0

16 Nov 08:58

Choose a tag to compare

Replaced status.py with tui.py to allow for ease of use and working towards allowing it to run remotely on a server.

Important

Due to the use of the Textual library for the new TUI, the requirements have changed. Please update using:
pip install -r requirements.txt

Use tui_server.py to allow using the web interface (exactly same as terminal interface). The new TUI allows for either a view of all individual jobs or the jobs grouped by the id of the media, then by series if applicable.

While status.py has been removed from the release due to it being made redundant by the new TUI, it still currently works but no promises that it will work in later releases.

First working release!

16 Nov 08:45

Choose a tag to compare

Basically, it now works! See the readme for info and if that isn't useful, just make an issue and I can help you out.