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

how to bring back history lua file guide v7.1.0.0 #649

Open
fazelfarrokhi20 opened this issue Jan 13, 2024 · 2 comments
Open

how to bring back history lua file guide v7.1.0.0 #649

fazelfarrokhi20 opened this issue Jan 13, 2024 · 2 comments
Assignees
Labels

Comments

@fazelfarrokhi20
Copy link

how to bring back history lua file guide v7.1.0.0 please help and guide me

@stax76
Copy link
Collaborator

stax76 commented Jan 14, 2024

There is a user script you can use:

https://github.com/stax76/mpv-scripts/blob/main/history.lua

On the right side of the page is a download button you can use to download the script.

Save it here:

C:\Users\username\AppData\Roaming\mpv.net\scripts\history.lua

In the script at the top, you can find instructions on how to use the script.

In input.conf you can add a binding to open the history.log file in notepad:

h run notepad C:\foobar\history.log

Options are saved here:

C:\Users\username\AppData\Roaming\mpv.net\script-opts\history.conf

Options example:

exclude=path to exclude 1; path to exclude 2
storage_path=C:\foobar\history.log

@fazelfarrokhi20
Copy link
Author

There is a user script you can use:

https://github.com/stax76/mpv-scripts/blob/main/history.lua

On the right side of the page is a download button you can use to download the script.

Save it here:

C:\Users\username\AppData\Roaming\mpv.net\scripts\history.lua

In the script at the top, you can find instructions on how to use the script.

In input.conf you can add a binding to open the history.log file in notepad:

h run notepad C:\foobar\history.log

Options are saved here:

C:\Users\username\AppData\Roaming\mpv.net\script-opts\history.conf

Options example:

exclude=path to exclude 1; path to exclude 2
storage_path=C:\foobar\history.log

Look like i am a noob and beginner at this no matter how hard i tried i could not bring history back and did not understand what to do maybe a step by step pc video could have helped me BUT its better that i wait until the DEV add this back PLEASE

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

2 participants