Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loadfile command ignores start option #15544

Open
6 tasks done
PalmtopTiger opened this issue Dec 19, 2024 · 1 comment
Open
6 tasks done

loadfile command ignores start option #15544

PalmtopTiger opened this issue Dec 19, 2024 · 1 comment
Labels

Comments

@PalmtopTiger
Copy link

PalmtopTiger commented Dec 19, 2024

mpv Information

mpv v0.39.0-507-g32d103c5 Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects
 built on Dec 18 2024 00:11:08
libplacebo version: v7.350.0 (v7.349.0-30-g056b852-dirty)
FFmpeg version: N-118091-gb38f6f999
FFmpeg library versions:
   libavcodec      61.27.101
   libavdevice     61.4.100
   libavfilter     10.6.101
   libavformat     61.9.101
   libavutil       59.51.100
   libswresample   5.4.100
   libswscale      8.12.100

Other Information

- Windows version: 10.0.19045.5131
- GPU model, driver and version: AMD Radeon RX 7900 GRE PURE, driver 24.12.1
- Source of mpv: https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20241219/mpv-x86_64-v3-20241219-git-32d103c.7z
- Latest known working version: -
- Issue started after the following happened: -

Reproduction Steps

  1. Launch mpv.
  2. Open console.
  3. Run this command: loadfile "some file path" replace -1 start=1000

The bug is reproducible both with the latest build and with the stable version 0.39.0.

I discovered this behavior while developing the script.

mp.commandv("loadfile", "some file path", "replace", -1, "start=1000")

Expected Behavior

Playback starts from the specified position.

Actual Behavior

Playback resumes from the position where mpv was closed last time.

Log File

output.txt

Sample Files

No response

I carefully read all instruction and confirm that I did the following:

  • I tested with the latest mpv version to validate that the issue is not already fixed.
  • I provided all required information including system and mpv version.
  • I produced the log file with the exact same set of files, parameters, and conditions used in "Reproduction Steps", with the addition of --log-file=output.txt.
  • I produced the log file while the behaviors described in "Actual Behavior" were actively observed.
  • I attached the full, untruncated log file.
  • I attached the backtrace in the case of a crash.
@PalmtopTiger
Copy link
Author

This is not related to this bug, but with the latest build the GPU driver displayed an error message about some failure several times. This doesn't happen with the stable build 0.39.0.
output_driver_failure.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant