-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Is your feature request related to a problem? Please describe.
To allow for moving all features to an interface accessible on the local network, the features of the input script should be moved into the TUI.
Describe the solution you'd like
Re-write the input script to use Textual instead of Survey. Write the script in functions/t_input.py. To improve QoL, it should be adjusted so that the user can search by name instead of TMDB ID number. This is a feature needing to be added to functions/tmdb_client.py and is covered in issue #_.
Describe alternatives you've considered
I considered using Textual Serve to serve the input file seperately but due to the fact that it needs improvement anyways, along with the fact that they should be together, I decided against it.