Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/budRich/mpv-xfce-genmonify
show currently playing mpv stuff in xfce4-panel
https://github.com/budRich/mpv-xfce-genmonify
mpv mpv-script xfce xfce-panel-plugin xfce4 xfce4-panel
Last synced: 2 months ago
JSON representation
show currently playing mpv stuff in xfce4-panel
- Host: GitHub
- URL: https://github.com/budRich/mpv-xfce-genmonify
- Owner: budRich
- License: 0bsd
- Created: 2022-07-08T16:54:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-01T17:51:35.000Z (over 1 year ago)
- Last Synced: 2024-08-05T14:16:22.832Z (6 months ago)
- Topics: mpv, mpv-script, xfce, xfce-panel-plugin, xfce4, xfce4-panel
- Language: Lua
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mpv - xfce-genmonify - Update a [xfce4-panel](https://docs.xfce.org/xfce/xfce4-panel/start) [genmon](https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin/start) plugin that is set up with [genmonify](https://github.com/budlabs/genmonify) to display the currently playing media file and elpapsed or remaining time in xfce4-panel. (Other)
README
This script will update a [xfce4-panel] [genmon] plugin
that is set up with [genmonify] to display the currently
playing media file and elpapsed or remaining time.Example settings (`~/.config/mpv/scrip-opts/xfce-genmonify.conf`):
```text
pause_color=#EEEEEE
icon_click_command="mediacontrol toggle"
icon_playing=mpv
icon_paused=media-playback-start
time_remaining=yes
```Setting up the genmonify thing:
- install [genmon] and [genmonify]
- add a genmon instance, max out the time and set the command to `genmonify -o media`
- find the *internal xfce-panel ID* for the genmon instance (`genmonify --list`)
- add the line `modules[media]=ID` to `~/.config/genmonify/module-list`![mpv-genmonify](https://user-images.githubusercontent.com/2143465/178037044-d78487f3-2c96-4478-b199-22048021def7.png)
[xfce4-panel]: https://docs.xfce.org/xfce/xfce4-panel/start
[genmon]: https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin/start
[genmonify]: https://github.com/budlabs/genmonify