Skip to content

Releases: antlis/tg-mpv-bot

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 10 Jun 14:22

Full Changelog: v1.3.1...v1.3.2

v1.3.1 — recording A/V sync fix

Choose a tag to compare

@antlis antlis released this 09 Jun 15:57
70af9a0

Fixed

  • Recording A/V sync — recorded video clips had audio ~80 ms ahead of the picture (the H.264 B-frame reorder delay). The re-encode now drops B-frames (-bf 0, video starts at PTS 0), forces constant frame rate, and resamples the audio to lock it to the video clock.

See CHANGELOG.md.

v1.3.0 — recording

Choose a tag to compare

@antlis antlis released this 09 Jun 14:48
2a85399

Added

  • /mpv_record — record what's playing and send it to the chat: the current video as an H.264 mp4 (re-encoded only when the source isn't already H.264, e.g. HEVC), or radio/audio as an Opus voice message. Toggle it from the now-playing panel (⏺ Rec / ⏺ Stop) or the command; optional [secs] for a fixed length, auto-stops at 1 hour. Local files seek to the live position and capture in realtime; live streams capture going forward.

See CHANGELOG.md.

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 13:13
5d089a9

What's Changed

  • Add GitHub Pages landing page (docs/index.html) by @antlis in #4
  • Landing page design pass: type scale, spacing, depth, responsive fixes by @antlis in #5
  • Landing: real spacing rhythm — section breaks ~4x intra-section gaps by @antlis in #6
  • Remove stray yt-dlp fragment temp files; ignore *.part by @antlis in #7
  • Landing v3: fix section spacing for real, band layout, honest responsive by @antlis in #8
  • Landing: list the complete command set, grouped by @antlis in #9
  • Add MEDIA_PROXY: route non-YouTube playback through one explicit egress by @antlis in #12

Full Changelog: v1.1.1...v1.2.0

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Jun 09:28

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 08:51

Full Changelog: v1.0.0...v1.1.0