Skip to content

Plays YouTube audio in the background on Android

Notifications You must be signed in to change notification settings

EllySmore/BackDrop

 
 

Repository files navigation

BackDrop

Plays youtube audio in the background.

This applicaiton cannot be launched from the launcher. It can only be launched via an intent filter. So, if you try to share a url pointing to media, this application will capture the url and play it in a background service.

Prerequisites

  1. node 11

Build

Before building the application, the web resources need to be built. Run the following to build the web resources:

$ cd web
$ npm ci
$ npm run build

About

Plays YouTube audio in the background on Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 83.7%
  • JavaScript 16.3%