Skip to content

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

License

Notifications You must be signed in to change notification settings

AIIX/amarok-player-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages