Skip to content

swipswaps/exaile-plugins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugins for music player Exaile:

  • search-on-internet - search title on the internet (Google.com, YouTube.com, Vimeo.com, SoundCloud.com)

    #1

    It is usefull to search songs from radio stations (to download and listen again).

    (I removed Wrzuta.pl because it was closed 31-08-2017)

  • testing - test some elements from source code of exaile and other plugins to learn how to write own plugin.

    I try to learn:

    • what menus are available
    • how to get access to current playing track
    • how to add item in context menu on playlist
    • how to add submenu in context menu on playlist (and have access to selected files)
    • how to get selected track name and open in browser
    • how to get selected track name and save in text file

Exaile: WebPage, GitHub


On Linux put in user's folder

~/.local/share/exaile/plugins

so you get

~/.local/share/exaile/plugins/search-on-internet/PLUGININFO
~/.local/share/exaile/plugins/search-on-internet/__init__.py

or

~/.local/share/exaile/plugins/testing/PLUGININFO
~/.local/share/exaile/plugins/testing/__init__.py

(tested on Linux Mint 18.2 based on Ubuntu 16.04)

About

Plugins for Exaile music player.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%