Anna-Maria Meriniemi
Anna-Maria Meriniemi
``` The pain comes from my stuff not being in moonscript, and from him optimizing his ASS creation ``` A dirty way would be to just throw stuff after the...
>though I don't understand the purpose of all the ass generation that draw_thumbnail does https://youtu.be/a9cmt176WDI?t=23 I'll ponder about the API later. Could be neat. Oh, right, I forgot about that...
Okay, I've had a thought or two. Some notes. 1. `mpv.command_native` cannot be hooked by scripts for... "native" commands (which would react immediately and possibly return a value). Best we...
Nice! I'll give this a better look later. Some of the rows will require colors (hidden and deleted torrents which the normal users don't really get to see) and IMO...
Here's the template line for the torrent CSS class: https://github.com/nyaadevs/nyaa/blob/master/nyaa/templates/search_results.html#L60 It is a bit hacky, since we're using the bootstrap defaults but also provide our own `deleted`. Here's the torrent...
I'll get back to this later with the rewrite, but for now, what's the full commandline you're using?
This is not possible without expensive calls to rescale the thumbnails. mpv's overlay API uses direct RGBA files, and the only way to draw an overlay bigger or smaller is...
Post logfiles, from the main mpv instance (`--log-file=foo`) and one from the cache directory, if there are any (assuming you have `mpv_logs` at the default `yes`).
I don't see anything obvious in the logs, the subprocess just seems to get stuck after seeking. You can try setting `mpv_no_config` in the script options, but I doubt it'll...