forked from platypush/platypush
11 lines
161 B
YAML
11 lines
161 B
YAML
manifest:
|
|
events: {}
|
|
install:
|
|
pip:
|
|
- python-vlc
|
|
apt:
|
|
- vlc
|
|
pacman:
|
|
- vlc
|
|
package: platypush.plugins.media.vlc
|
|
type: plugin
|