cove
cove copied to clipboard
Please add a termux package
No need of Cove apk, it can be run in termux, just add Cove in termux packages repo https://github.com/termux/termux-packages Termux has ffmpeg so there will be transcode support for android also
No! Thanks. I'll see if I can get a build for termux. Currently the apk runs the webserver but you have to connect to it manually from your browser. Is there anything I can do from termux to open the browser automatically?
Yes why not. You can use termux-open-url see the example here https://github.com/reisxd/revanced-builder/blob/e1acfa7ff0359e8f078c7a5513299fc745286ceb/index.js#L57
Btw submit your cove package here https://github.com/termux/termux-packages
Besides you can launch a chrome tab directly from termux with a shell command using am package. See the example here https://github.com/pystardust/ani-cli/blob/master/ani-cli#L248
Thanks
Sincerely sorry dev, i said a abusive word, it was my mistake. Actually by mistake i replied to this email, i deleted the comment
I took a look at termux. I didn't see a trivial way to contribute binaries, and wasn't able to test equivalent packages like transmission due to issues with linking.
@anacrolix hard linking? Android disable it in non-rooted phone
If you can't distribute binary in temrux pkg repo, share bash installation script
-
arm64/x86_64 android binary with /etc/resolv.conf patch https://github.com/termux/termux-packages/blob/master/packages/golang/fix-hardcoded-etc-resolv-conf.diff (MUST NEEDED)
-
cove && termux-url-open https://localhost:5000script -
Add instructions in your website how to install in termux manually or using script
Yeah that's it
Alternative termux pkg repo tur https://github.com/termux-user-repository/tur will accept your package. Submit there
I don't think I will create a termux package in the short term. You are welcome to package the binaries mentioned in #11 and make them available on termux.
@anacrolix i tried running the linux-arm64 binary in termux and its not running. Please build in termux and share binary
My understanding is that you cannot invoke processes on Android, which means transcoding and metadata detection is tricky. I need more specific feedback to confirm this and make a workaround.
I did not find working with termux to be a pleasant experience, but am happy to help out if someone wants to package cove for termux.