Ben Kerman

Results 5 comments of Ben Kerman

Since it would be very difficult to deal with HTML as a whole I wrote the converter to strip all tags and just keep line breaks. I'll look into maybe...

This is probably caused by your distro's Python package not including the full Python standard library (namely it's missing the [LZMA module](https://docs.python.org/3/library/lzma.html)) Try switching to a version that does include...

Thanks for investigating. I'm also on Linux but I don't use the prebuilt binaries, and my Anki package runs on my system's main Python install, so there's really no way...

Should be fixed with 0.2 on Anki 2.1.55. Please open another issue if not

I don't see any reason why it shouldn't work. I managed to get sub-skip running on mpv-android before with just this: ``` script=/sdcard/mpv-scripts/sub-skip.lua script-opts=sub_skip-default_state=yes ``` Make sure the path to...