Eisa01 / mpv-scripts

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

Difficulties in configuring the script #14

Closed Niotferdi closed 2 years ago

Niotferdi commented 3 years ago

Without a configuration file, it is very difficult to customize the behavior of the script (for example, change the path to save the history file) if you have no knowledge of programming. Please make a config file.

Eisa01 commented 3 years ago

Are you referring to SmartHistory or SmartCopyPaste-II? Also what other configurations you see are needed other than changing the path of history file?

I have added an option to change the common configuration in the beginning of the script. However I did not add changing the path of history file, as it is needed for the script to function and deleting it is not recommended.

Niotferdi commented 3 years ago

I mean Smart History. I would like to see in the configuration file the same, for example, a template for building a line - select data that will be stored in lines, their sequence, and constant characters (for example, separating characters that will be the same for all lines).

There is only one configurable parameter at the beginning of the script. But there are more things in the script that could work differently.

Eisa01 commented 3 years ago

Can you give me exactly what other configuration parameters are needed and why, also let me know what you are trying achieve

Eisa01 commented 3 years ago

Awaiting update. If no update is provided, will mark as not needed and will be closed within 30 days.

Niotferdi commented 3 years ago

In addition to the wishes already mentioned, I would like to be able to change the month record from alphabetic to numeric (for example, January as "01", not as "jan").

Eisa01 commented 3 years ago

Providing different logging options might make reading easier for some users, however these changes will affect how the values are used to make the resume option and loading last video works. To program them again, I will need to program some functions that I don't think are worth it right now.

Might be a good addition for the future. Closed.

Eisa01 commented 2 years ago

Working on a big update that has tons of customization options and new features. It should resolve this.

Eisa01 commented 2 years ago

New version released with a configuration file has tons of configuration options.