-
Notifications
You must be signed in to change notification settings - Fork 5
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
Issues with total_playtime.lua #1
Comments
Edit this line to your config path. mpv-scripts/total_playtime.lua Line 8 in 7663d55
If this does not help, open mpv in command line and see what errors the script gives when its called. |
Thank you for fast reply. I tried to link it to my path as intended for windows but it didn't work. Here is the log PS C:\Users\tayya> mpv C:\Users\tayya\AppData\Roaming\mpv\scripts\total_playtime.lua |
You somehow messed up with editing the config at line 8. Copy it here. |
Here you go. This is the line you wanted? |
Double all back slashes in the path: \ -> \\ |
I did that just now: saved_probed_filename = "C:\Users\tayya\AppData\Roaming\mpv\scripts\total_playtime.list". Is this right? Sadly, it didn't work. Imgur: https://i.imgur.com/OTUlwFV.png. I pasted in the new log PS C:\Users\tayya> mpv C:\Users\tayya\AppData\Roaming\mpv\scripts\total_playtime.lua |
I've no idea then. Redownload the script anew, I've just made a small change. |
I was able to do it now. I had to set the os.getenv(''HOME') ---> os.getenv('APPDATA') for it to be able to calculate and log it. Thank you for your help. Its working now |
I am unable to get the following script to work. I have already installed FFmpeg and it's functioning through CMD and everything. I would really like the ability to be able to see the total duration of my playlist and was wondering if you could lend me a hand, so I can use it. I've already tried pasting the script into my script folder to no avail. I have tried several bindings too. My system is running Windows 10 if that's any help. Thank you in advance. Looking forward to hearing from you.
The text was updated successfully, but these errors were encountered: