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

Please explain how to apply and install censor script like I am 5. #30

Closed
SharadJ19 opened this issue Jun 5, 2021 · 2 comments
Closed

Comments

@SharadJ19
Copy link
Contributor

It's my humble request as I want to censor some anime and I am new to this mpv script thing . I will be grateful if u explain me . As time stamps format is confusing me and it didn't worked when I tried.

Please give another example

@zenyd
Copy link
Owner

zenyd commented Jul 1, 2021

ok so imagine you want to skip the intro which begins on timestamp 0:2:30 and lasts until timestamp 0:4:00
your anime is called Attack on Titan - 03.mkv.
So you create a text file named Attack on Titan - 03.txt inside the names folder.
Now open the just created file and paste 0:02:30 0:04:00 inside it. Save and exit.
If you open the anime Attack on Titan - 03.mkv it should now skip to the timestamp 0:04:00 after the playtime reaches 0:02:30.
If you now also wanted to skip the ending you would add one more line to the text file with contents like this 0:21:00 0:22:00.

For (anime) series you would have to create a text file for every episode which will likely be cumbersome... There is no wildcard support yet.

If you want to test if the script works select a video file and follow the steps above. Skip a couple of seconds before the first timestamp in the file and you should notice it skipping to the second timestamp, when it reaches the first one.

If it still doesn't work we need to troubleshoot some more.

@SharadJ19

This comment was marked as off-topic.

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

No branches or pull requests

2 participants