This skill integrates Amarok Music Player with Mycroft which enables users to Play Local Music.
- Download or Clone Git
- Create /opt/mycroft/skills folder if it does not exist
- Extract Downloaded Skill into a folder. "amarok-player-skill". (Clone does not require this step)
- Copy the amarok-player-skill folder to /opt/mycroft/skills/ folder
- sudo dnf install dbus-python
- sudo dnf install python-psutil
- From terminal: cp -R /usr/lib64/python2.7/site-packages/dbus* /home/$USER/.virtualenvs/mycroft/lib/python2.7/site-packages/
- From terminal: cp /usr/lib64/python2.7/site-packages/_dbus* /home/$USER/.virtualenvs/mycroft/lib/python2.7/site-packages/
- sudo apt install python-psutil
- sudo apt install python-dbus
- From terminal: cp -R /usr/lib/python2.7/dist-packages/dbus* /home/$USER/.virtualenvs/mycroft/lib/python2.7/site-packages/
- From terminal: cp /usr/lib/python2.7/dist-packages/_dbus* /home/$USER/.virtualenvs/mycroft/lib/python2.7/site-packages/
- For other distributions:
- Python Dbus and Python Psutil package is required and copying the Python Dbus folder and lib from your system python install over to /home/$USER/.virtualenvs/mycroft/lib/python2.7/site-packages/.
- "Amarok play music"
- "Amarok stop music"
- "Amarok next song"
- "Amarok previous song"
- "Amarok pause music/song"
Aix [Github: https://github.com/AIIX]