u8sand / Baka-MPlayer

The libmpv based media player
https://u8sand.github.io/Baka-MPlayer/
GNU General Public License v2.0
431 stars 93 forks source link

Unable to seek by clicking on seek bar #247

Open Lyle-Tafoya opened 7 years ago

Lyle-Tafoya commented 7 years ago

Baka-MPlayer Version: 2.0.4

MPV Version: mpv 0.24.0 (C) 2000-2017 mpv/MPlayer/mplayer2 projects built on Sun Feb 12 12:54:08 CET 2017 ffmpeg library versions: libavutil 55.34.101 (runtime 55.34.100) libavcodec 57.64.101 libavformat 57.56.101 (runtime 57.56.100) libswscale 4.2.100 libavfilter 6.65.100 libswresample 2.3.100 ffmpeg version: 3.2.2

Operating System: Arch Linux

Expected Behavior: Player should seek to corresponding location in the video

Actual Behavior: Player restarts the video

Reproducible: always

Steps to reproduce:

  1. Start playing video
  2. Click anywhere on seek bar
u8sand commented 7 years ago

@Lyle-Tafoya Please use baka-mplayer-git from the AUR for the time being. While there hasn't been any major releases, mpv had a few which broke the old version by changing the variable names used for the time. The master branch should be working just fine. We've been working on a major release that should fix all the issues marked with WIP.

Lyle-Tafoya commented 7 years ago

This does indeed seem to solve the problem. Thanks.

jarun commented 5 years ago

I am facing this issue on Ubuntu 18.04.

slrslr commented 2 years ago

I ended up there since this issue also happen to me on Arch/Manjaro Linux where in repo is baka-mplayer 2.0.4-4 (Build Date 7.7.2020). As @u8sand suggested i have tried: $ pamac build baka-mplayer-git

To build (1):
  baka-mplayer-git  2.0.4-1                                      AUR
To remove (1):
  baka-mplayer      2.0.4-4  (Conflicts With: baka-mplayer-git)  community

seems like if git is older than community repo package? Community package maintainer is Felix Yan (felixonmars --at-- archlinux.org)

Should i be cloning from git and building instead? Or this be treated differently?

u8sand commented 2 years ago

@slrslr most -git packages are similar in that they reference the repo directly so typically installing them will be the latest regardless of if the maintainer re-versioned it after a change to the upstream git package.

The source referenced in this one is the main repository (no specific tag or version, hence the checksum skip) https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=baka-mplayer-git#n26

You can update the pkgbuild manually when you install it (i.e. with pacmac) to give it a higher version or just ignore the warnings.