Eisa01 / mpv-scripts

This repository contain scripts I have made for mpv media player...
BSD 2-Clause "Simplified" License
557 stars 37 forks source link

SimpleHistory - old log file - conflict #32

Closed Max-Enrik closed 2 years ago

Max-Enrik commented 2 years ago

The script doesn't read the log file anymore, and I think this issue comes from text month to numeric month.

log_path=C:\Users\Max\AppData\Roaming\mpv\_ZZZ
log_file=mpvHistory.log
Eisa01 commented 2 years ago

Were you using SmartHistory before? If so you will need to delete the log file so SimpleHistory creates a new one

Max-Enrik commented 2 years ago

Yes, I used it. Yep, that helped! Thank you!