chrstfer
chrstfer
> At least not any time soon Is there something holding it up, or is the focus just on the video player for now?
Just want to mention that Yatse doesn't support Jellyfin (audio)books, so yatse is not a good workaround for the stutter/crash problem if you want to listen to audiobooks. It doesn't...
Just because VLC's library doesn't work does not mean we should abandon this entire thought. There are [other](https://github.com/vitalidze/chromecast-java-api-v2) [Third Party](https://github.com/TeamNewPipe/PipeCast) casting APIs for chromecast+related [UPnP](https://en.wikipedia.org/wiki/Universal_Plug_and_Play) castpoints. Chromecasts themselves are probably...
Any resize *immediately* crashes my df, mac os 10.12.6
That's because this package has the standard configure script and makefile setup. Lookup how to use a configure script. > When compiled, installs to `/usr/local/bin` That's because you didn't set...
I'm just wondering if there's been any update to this idea @tuanmonn? It and similar ideas have been a requested class of features since at least issue #12, is there...
I may add more as I further read the docs. I'll edit here when I'm done doing so to signal that my branch fix/contributing-docs is ready to merge.
If I am interpreting correctly, he means abstract types and inheritance. I would also add that interfaces would be awesome, and XML export feature incorporating this added dimension. Everything supported...
You could have orgro encrypt sections per #33 and unlock/decrypt a given file's encrypted sections with biometrics (or a passcoce). That way you can store the keys in a safe...
I don't know dart, but [this](https://pub.dev/packages/pointycastle) looks like an actively maintained library that does encryption and here's a [gist](https://gist.github.com/proteye/df73f6c555a3c9c01f685761da5b8da6) with a reference implementation.