RundownRhino / aw-watcher-mpv-logger

The logger part of aw-watcher-mpv, an ActivityWatch watcher for mpv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aw-watcher-mpv-logger

The logger part of aw-watcher-mpv, an ActivityWatch watcher for mpv. Most of the information is in the sender repo - only the installation instructions for the logger are here.

Installation

  1. Put the repository in <mpv root>/scripts. The path to the script should be <mpv root>/scripts/aw-watcher-mpv-logger/main.lua.
  2. Manually create the folder to log into. By default, this is <mpv root>/mpv-history, but can be changed via script-opts (see mpv docs on how to use script-opts and main.lua about what options are there). (The script can't easily create the folder itself because there's no builtin for making directories, and calling mkdir would be hacky and not very crossplatform).

About

The logger part of aw-watcher-mpv, an ActivityWatch watcher for mpv

License:MIT License


Languages

Language:Lua 100.0%