Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neo-oli/termux-mpd-notifications
Android Notifications for mpd in Termux
https://github.com/neo-oli/termux-mpd-notifications
Last synced: about 6 hours ago
JSON representation
Android Notifications for mpd in Termux
- Host: GitHub
- URL: https://github.com/neo-oli/termux-mpd-notifications
- Owner: Neo-Oli
- License: gpl-3.0
- Created: 2017-08-05T17:19:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T13:03:50.000Z (4 months ago)
- Last Synced: 2024-07-16T15:22:08.277Z (4 months ago)
- Language: Python
- Size: 637 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Termux-mpd-notification
This is an companion program for mpd on [Termux](http://termux.com). It displays a notification with media controls.
![Screenshot](/Screenshots/Notification-Media-Controls-small.png)
## Requirements
* [Termux:API](https://play.google.com/store/apps/details?id=com.termux.api) App from Google Play
### Packages:
* `termux-api`
* `python`
* `mpd`
* `mpc`
```
apt install termux-api python mpd mpc
```## Installation
```
pip install git+https://github.com/Neo-Oli/termux-mpd-notifications
```## Usage
While `termux-mpd-notification` runs, notifications for playing music in `mpd` will be shown. I suggest running it as a [service](https://github.com/Neo-Oli/termux-services/)
## See also
https://github.com/Neo-Oli/termux-mpv for notifications for mpv