/amarok-player-skill

This skill integrates Amarok Music Player with Mycroft which enables users to Play Local Music.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Amarok-Player-Skill

This skill integrates Amarok Music Player with Mycroft which enables users to Play Local Music.

Description

Installation of skill:

  • 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

Installation of requirements:

Fedora:
  • 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/
Kubuntu / KDE Neon:
  • 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/.

Examples

  • "Amarok play music"
  • "Amarok stop music"
  • "Amarok next song"
  • "Amarok previous song"
  • "Amarok pause music/song"

Credits

Aix [Github: https://github.com/AIIX]