You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Automatic Subtitles Synchronization is enabled and the current subtitle score is below the threshold, the "Downloading Subtitles" message is still displayed and has not been changed to "Syncing Subtitles".
This is misleading because the user thinks the subtitle is still downloading.
Steps to reproduce the behavior:
Go to 'Settings' -> 'Subtitles' -> Automatic Subtitles Synchronization'.
Enable and set Threshold.
Download subtitles with a score below the configured threshold.
Expected behavior
Once downloading is complete and syncing starts the "Downloading Subtitles" message is changed to "Syncing Subtitles".
Bazarr: v1.4.5
OS: Docker
The text was updated successfully, but these errors were encountered:
@anderson-oki I tried implementing show_progress / hide_progress in process_subtitles() (in file subtitles/processing.py) but they never show in frontend. Any idea why?
@morpheus65535 and I discussed this over Discord, we identified the issue why the message was not being displayed, but we still have an issue where we can't track the sync progress since it just disappears.
When Automatic Subtitles Synchronization is enabled and the current subtitle score is below the threshold, the "Downloading Subtitles" message is still displayed and has not been changed to "Syncing Subtitles".
This is misleading because the user thinks the subtitle is still downloading.
Steps to reproduce the behavior:
Expected behavior
Once downloading is complete and syncing starts the "Downloading Subtitles" message is changed to "Syncing Subtitles".
The text was updated successfully, but these errors were encountered: