Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change lyrics source? #19

Open
autoteelar opened this issue Nov 24, 2021 · 1 comment
Open

change lyrics source? #19

autoteelar opened this issue Nov 24, 2021 · 1 comment

Comments

@autoteelar
Copy link

No description provided.

@trizen
Copy link
Owner

trizen commented Nov 24, 2021

Clyrics uses plugins, where each plugin uses a different lyrics source.

# clyrics works by making a query on Google with the name of a given song,
# which can also include the artist name. The search is restricted only to
# the websites specified in the plugin files. A user, familiar with regular
# expressions and a little bit of Perl, can add more plugins for various other
# lyrics websites, using the general structure found in the provided plugins.

Copy the provided plugins to your home directory:

mkdir ~/.config/clyrics
cp /usr/share/clyrics/* ~/.config/clyrics

then remove and/or reorder the plugins as needed.

The plugins are tried one after the other, in alphabetical order, until the wanted lyrics are found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants