Gabriel Fontán

Results 163 comments of Gabriel Fontán

Where this zips would be hosted?

> > Where this zips would be hosted? > > Similarly, we can host these binaries in the release section of a separate GitHub repository It's a good idea.

> Here is some additional input if anyone is interested in this: the executable files themselves (`libpython.so`, and `libffmpeg.so`), need to be packaged and shipped along with apks. And the...

> To ensure that dependencies are downloaded and loaded after the first cold start, we need to design a reliable process that includes exception handling, downloading progress tracking, and the...

Hi, I'm back with some news. I've made a branch where I will try to achieve this; the ability to download the packages in-app and not to make them be...

The plugins support is almost finished; I have to change some things related to the initPython function and even the FFMpeg and Aria2c modules of the lib, but the YoutbeDL...

Sorry for this last commit duplicated message [d4a2554](https://github.com/yausername/youtubedl-android/pull/256/commits/d4a25540a99b02812bb9543ebdc9720b930a85b6). The changes made: - Deleted the `scope` val from the library (coroutine scope)

I hadn't a lot of time to continue on this, but will do. It seems to be more complex than what I thought, because also FFmpeg and Aria2c has to...

Created a [build](https://jitpack.io/#BobbyESP/youtubedl-android/623dcae771) so you can try how is this going. Far from a final release!!! You can see an example [here](https://github.com/BobbyESP/youtubedl-android/blob/e9fdde29927653409c6188838d2fec673101e3f8/app/src/main/java/com/yausername/youtubedl_android_example/App.java#L59-L68)

The `initPython ` function will have to be modified (as well as the other such as the FFmpeg and Aria2c) since the unzip process is already included in the download...