All Projects → brianwernick → Playlistcore

brianwernick / Playlistcore

Licence: apache-2.0
Media Playlist Service With Notification and Remote View Support

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Playlistcore

Musicplayer
Implemented using Clean Arch, MVVM, LiveData, Room, Koin, Coil, Service, Notification and ExoPlayer
Stars: ✭ 413 (+436.36%)
Mutual labels:  playlist, notifications
Notti
Dead simple user notification.
Stars: ✭ 72 (-6.49%)
Mutual labels:  notifications
Github Releases Notify Bot
Allows you to receive notifications of new releases of software on GitHub in Telegram
Stars: ✭ 65 (-15.58%)
Mutual labels:  notifications
Freeiptv
FreeIPTV • Watch Free IPTV World Wide
Stars: ✭ 68 (-11.69%)
Mutual labels:  playlist
Push.js
The world's most versatile desktop notifications framework 🌎
Stars: ✭ 8,536 (+10985.71%)
Mutual labels:  notifications
Countly Sdk Cordova
Countly Product Analytics SDK for Cordova, Icenium and Phonegap
Stars: ✭ 69 (-10.39%)
Mutual labels:  notifications
Klaxon
Mac OS notifications from Python
Stars: ✭ 63 (-18.18%)
Mutual labels:  notifications
Applozic Web Plugin
Javascript (jQuery) Real Time Chat & Messaging plugin
Stars: ✭ 76 (-1.3%)
Mutual labels:  notifications
Crypto Coin Alerts
An application that let you set alerts for the prices of several cryptocurrencies
Stars: ✭ 72 (-6.49%)
Mutual labels:  notifications
Kju
Kju — Improved waiting time for the adidas.com splash page ❯❯❯_
Stars: ✭ 68 (-11.69%)
Mutual labels:  notifications
Reapop
📮 A simple and customizable React notifications system
Stars: ✭ 1,155 (+1400%)
Mutual labels:  notifications
Calendarnotification
Android app extending calendar notifications with snooze button and notifications persistence
Stars: ✭ 67 (-12.99%)
Mutual labels:  notifications
Typednotifications
A mechanism for sending typed notifications with payloads across your iOS app.
Stars: ✭ 70 (-9.09%)
Mutual labels:  notifications
Notificationpusher
Standalone PHP library for easy devices notifications push.
Stars: ✭ 1,143 (+1384.42%)
Mutual labels:  notifications
Queuetube
Make YouTube a little bit smoother
Stars: ✭ 72 (-6.49%)
Mutual labels:  playlist
Videojs Playlist
A plugin to play multiple audio tracks or multiple videos.
Stars: ✭ 63 (-18.18%)
Mutual labels:  playlist
Notify Py
💬 | A simple Python Module for sending cross-platform desktop notifications on Windows, macOS and Linux
Stars: ✭ 68 (-11.69%)
Mutual labels:  notifications
Checknewappversionavailable
It makes a request to Play Store to check if there is a new version of your published app
Stars: ✭ 69 (-10.39%)
Mutual labels:  notifications
Notify
Cross-platform library for desktop notifications for your go application
Stars: ✭ 76 (-1.3%)
Mutual labels:  notifications
Soundswitch
C# application to switch default playing device. Download: https://soundswitch.aaflalo.me/
Stars: ✭ 1,190 (+1445.45%)
Mutual labels:  notifications

Playlist Core

Playlist Core is a media playback management library for Android that simplifies playing lists of media (Audio and Video) by providing the service, notification, and other media controls such as Bluetooth devices, Android Wear, and Lock screens.

Website And Documentation

The PlaylistCore website can be found here
The PlaylistCore documentation website can be found on the website linked above or here

Use

The latest AAR (Android Archive) files can be downloaded from JCenter
Or included in your gradle dependencies

repositories {
    jcenter();
}

dependencies {
    //...
    compile 'com.devbrackets.android:playlistcore:2.0.1'
}

Example

Due to the length an example would be, please see the Demo app

License

Copyright 2016-2018 Brian Wernick

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Attribution

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].