SoMuchForSubtlety / f1viewer

🏎️ TUI for F1TV
GNU General Public License v3.0
758 stars 65 forks source link

[BUG] $perspective doesn't work for World Feed #217

Closed Macsim51 closed 2 years ago

Macsim51 commented 2 years ago

Hi :)

I have a little bug with the Custom Command (see below). I use $perspective for having a proper title on MPV, all works fine except for the main feed "World Feed", f1viewer start mpv without title : "--tittle="

With all others feeds (drivers, data, ...) it's ok (have tested with 2021 GP too and same bug).

But, maybe you can do this by default in f1viewer, no ? Because without this custom command, all opened MVP window have the same title (for example : "2022 Bahrain Grand Prix").

Thx for all your work :) :) :)

Windows 11 // f1viewer 2.6.0

[[custom_playback_options]]
    command = ["mpv", "$url", "--quiet", "--title=$perspective"]
    proxy = true
    title = "MPV with good title"
SoMuchForSubtlety commented 2 years ago

dupe of #209

will be fixed in the next release