Skip to content

v0.18.0 — export PotPlayer bookmarks

Choose a tag to compare

@one-soft-engineer one-soft-engineer released this 22 Jul 16:58
· 138 commits to dev since this release

Export your cues as PotPlayer bookmarks.

New File ▸ Export PotPlayer Bookmarks… action copies every video in the project into a chosen folder and writes a matching .pbf bookmark file beside each one. PotPlayer on Windows auto-loads a .pbf that sits next to a same-named video, so each cue becomes a jump-to bookmark titled [Type] Number Name — letting you see and scrub a project's songs and cue points on a machine OnlyCue can't run on.

  • Per-cue-type export filter is respected (disabled Types are left out; a cue whose Type was deleted still exports).
  • Filename collisions are renamed as matched video / .pbf pairs.
  • Bookmark times land on the exact frame (playback-seconds based; the SMPTE start-timecode label offset is ignored).
  • A video with no exported cue still gets an empty bookmark file.

Closes #692. Windows-side round-trip verification (UTF-8/BOM, auto-load, CJK titles) tracked in #694.