We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to run your program in my Manage Subtitles script that is ran daily using a systemd service and I'd like to see the progress in the logs.
Manage Subtitles
Right now, it only shows this when I do journalctl -feu manage-subs
journalctl -feu manage-subs
Bazarr Bulk CLI v0.1.4 Bazarr API URL: http://127.0.0.1:6767/bazarr/api Bazarr API is healthy.
The actual progress is no where to be seen even though the program actually works.
Maybe a -v flag that doesn't clear the output at every item?
-v
The text was updated successfully, but these errors were encountered:
Also seeing this issue but running it in a Docker container
Sorry, something went wrong.
mateoradman
No branches or pull requests
I want to run your program in my
Manage Subtitles
script that is ran daily using a systemd service and I'd like to see the progress in the logs.Right now, it only shows this when I do
journalctl -feu manage-subs
The actual progress is no where to be seen even though the program actually works.
Maybe a
-v
flag that doesn't clear the output at every item?The text was updated successfully, but these errors were encountered: