This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local LOG_TAG = "[LosslessCut]" | |
| local LLC_API_PORT = "32120" | |
| local LLC_API = "http://localhost:" .. LLC_API_PORT .. "/api/action" | |
| function descriptor() | |
| return { | |
| title = "LosslessCut", | |
| version = "1.0", | |
| author = "nxve", | |
| shortdesc = "LosslessCut integration", |