Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/srtune/commit/40df924586bca086629405ffb7a746b3624e8fb3?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request 'fix --automove before input file' (#2) from arza/srtune:automove into master

Reviewed-on: #2
master
Ondřej Hruška 2 years ago
commit 40df924586
  1. 1
      src/main.rs

@ -75,6 +75,7 @@ fn main() {
.long("automove")
.value_name("ENTRY=VIDEOTIME")
.multiple(true)
.number_of_values(1)
.help("Move subtitles starting at a given time or index to align with \
a matching audio track time. This argument can be given multiple times. \
Some subtitles may be dropped if they fall outside the timeline after \

Loading…
Cancel
Save