metube icon indicating copy to clipboard operation
metube copied to clipboard

Android app

Open binarygeek119 opened this issue 2 years ago • 11 comments

Would it be possible to make a android app for submitting videos

binarygeek119 avatar Mar 31 '22 17:03 binarygeek119

I'm using ifttt... but can you open metube webpage with your phone's web browser?

PikuZheng avatar Apr 01 '22 00:04 PikuZheng

I suppose some sort of solution can be arrived at with IFTTT or a similar tool (I guess you want to click "Share" in the YouTube app and send the video to MeTube?) Leaving the issue open in case someone wants to share their config of how they're doing it. I don't think an Android app is coming though.

alexta69 avatar Apr 01 '22 06:04 alexta69

The Android app Termux has a feature allowing you to create a shell script to act as a share target for other apps. The shell script will receive the shared URL as the first parameter. I installed Termux and created a script at bin/termux-url-opener with the following contents:

curl -X POST https://my-metube-server.my-domain.com/add -H 'Content-Type: application/json' -d "{\"url\":\"$1\",\"quality\":\"1440p\"}"

Now, I can open the YouTube app and share any video with Termux, and MeTube will download it 😀

bdr99 avatar May 09 '22 00:05 bdr99

I create a specific YouTube playlist I want either video or audio downloaded from, go to MeTube and post the Unlisted Playlist link

cochraneserver avatar Jul 01 '22 18:07 cochraneserver

I'm interested on building an Android apps. I see you use Socket.IO and few HTTP requests. I can build the app by using Ionic Vue under MIT license, if it's okay with you @alexta69

husudosu avatar Jul 02 '22 17:07 husudosu

@husudosu of course it's perfectly OK with me! It'll be a terrific addition. Thanks! 😌

alexta69 avatar Jul 02 '22 19:07 alexta69

I'd use an android app if it was available:)

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Alex @.> Sent: Saturday, July 2, 2022 4:54:34 PM To: alexta69/metube @.> Cc: CochraneServer @.>; Comment @.> Subject: Re: [alexta69/metube] Android app (Issue #133)

@husudosuhttps://github.com/husudosu of course it's perfectly OK with me! It'll be a terrific addition. Thanks! 😌

— Reply to this email directly, view it on GitHubhttps://github.com/alexta69/metube/issues/133#issuecomment-1172952247, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZ3J5KRA3WUPCGD4ELSVU2LVSCM7VANCNFSM5SGBL5GA. You are receiving this because you commented.Message ID: @.***>

cochraneserver avatar Jul 02 '22 19:07 cochraneserver

I've created this app to manage Metube from Android. It supports sharing video links from other apps like Youtube. Currently it's on alpha stage, most of the error handling missing need to do optimizations etc...

When you configure Metube server address be sure to add HTTP/HTTPS and include your port too!

I made a video demonstration of current state.

husudosu avatar Jul 10 '22 10:07 husudosu

I guess I'm a bit late. But anyway I've also created a simple app that lets you add new downloads and share videos from YouTube/other apps with MeTube. Here you can find the code and the first release: MeTube for Android

1RandomDev avatar Jul 10 '22 18:07 1RandomDev

Amazing, guys! Looking great! Are you planning to publish it on the play store?

alexta69 avatar Jul 11 '22 19:07 alexta69

I would publish on F-droid/IzzyOnDroid after Alpha stage. Being a Youtube video downloader frontend app on Google Play is not the best idea. If Google discovers it, at minimum they take down the app.

husudosu avatar Jul 12 '22 06:07 husudosu