# YouTube-In-Background **Repository Path**: teocci/YouTube-In-Background ## Basic Information - **Project Name**: YouTube-In-Background - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## YouTube-In-Background (YiB) YiB is an Android app, which plays audio of YouTube Videos in the background. Also, YiB provides mechanisms for searching videos, playing your playlists and downloading videos. This feature is against YouTube terms of service and could not be present on Google Play Store; therefore, I have developed it just for personal purposes. YTinBG provides mechanisms for searching videos and playlists on YT, as well as logging into a Google account in order to acquire private playlists, which normally cannot be accessed. ### Disclaimer This repository contains a simple sample code intended to demonstrate the capabilities of the YouTube API V3. It is not intended to be used as-is in applications as a library dependency, and will not be maintained as such. Bug fix contributions are welcome, but issues and feature requests will not be addressed. ### Download You can [download the APP here](https://goo.gl/KX4FfC) ### Install You can install the APK following the [next guide](https://github.com/teocci/YouTube-In-Background/blob/master/INSTALL.md) ### Pre-requisites - Android SDK 25 - Android Build Tools v25.0.2 - Android Support Repository ## Credits * [Android based YouTube url extractor][1] * [RecyclerViewCodeSample][2] * Launcher icon and app icons using [AndroidAssetStudio][3] * [ExoPlayer][4] ``` Tab icons Asset size 32dp (128px) Asset padding 2dp Color #fff Video item icons Asset size 32dp (128px) Asset padding 6dp Color #707070 (gray icons) Color #3681FF (pressed icons) Color #fff (white icons) Color #e43333 (red icons) ``` ## License The code supplied here is covered under the MIT Open Source License. ## Contribute You can contribute to YouTube-In-Background by different means. You can help find bugs (and report them in the [issue tracker](https://github.com/teocci/YouTube-In-Background/issues)), help with the translation to different languages or you can try and implement new things yourself. Favorites Favorites Recently Watched Search Download Get Shared Link Download Shared Link [1]: https://github.com/HaarigerHarald/android-youtubeExtractor [2]: https://github.com/teocci/RecyclerviewCodeSample [3]: https://romannurik.github.io/AndroidAssetStudio [4]: https://github.com/google/ExoPlayer