diff --git a/TODO_EXTRACTION_NOTES.md b/TODO_EXTRACTION_NOTES.md new file mode 100644 index 0000000..af9620e --- /dev/null +++ b/TODO_EXTRACTION_NOTES.md @@ -0,0 +1 @@ +Adding to documentation: Need to simplify Whisper and Whisper usage in Subtitles module diff --git a/subtitles_module.go b/subtitles_module.go index 01979e5..041fec8 100644 --- a/subtitles_module.go +++ b/subtitles_module.go @@ -273,6 +273,7 @@ func buildSubtitlesView(state *appState) fyne.CanvasObject { logging.Debug(logging.CatModule, "subtitles handleDrop: setting video path to %s", videoPath) state.subtitleVideoPath = videoPath videoEntry.SetText(videoPath) + logging.Debug(logging.CatModule, "subtitles handleDrop: videoEntry text set to %s", videoPath) } if subtitlePath != "" { logging.Debug(logging.CatModule, "subtitles handleDrop: setting subtitle path to %s", subtitlePath)