Lyric sources updated

General discussions
Locked
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Lyric sources updated

Post by anonbeat »

I have been last few days testing and fixing the lyrics sources. The changes are at https://raw.githubusercontent.com/anonb ... ources.xml
If you want to replace your actual lyrics sources you must download the file at github and put it into your ~/.guayadeque folder.

Code: Select all

cd /tmp
wget https://raw.githubusercontent.com/anonbeat/guayadeque/master/defconfig/lyrics_sources.xml
mv lyrics_sources.xml ~/.guayadeque/
cd
FinFin
Posts: 9
Joined: Mon May 23, 2016 1:50 pm

Re: Lyric sources updated

Post by FinFin »

THX!
Works like a charm
User avatar
ontologger
Posts: 12
Joined: Mon Mar 01, 2021 5:50 pm

Re: Lyric sources updated

Post by ontologger »

Hi,

I have created a small script to merge changes without overwriting custom lyrics sources: https://github.com/openmonk/guayadeque- ... mergels.py

You can use it as follows:

Code: Select all

# get new lyrics_sources.xml
cd /tmp
wget https://raw.githubusercontent.com/anonbeat/guayadeque/master/defconfig/lyrics_sources.xml

# get the script
wget https://raw.githubusercontent.com/openmonk/guayadeque-scripts/main/guayadeque-mergels.py
chmod +x guayadeque-mergels.py

# backup
cp ~/.guayadeque/lyrics_sources.xml ~/.guayadeque/lyrics_sources.xml.bk

# merge the config
./guayadeque-mergels.py /tmp/lyrics_sources.xml > merged_lyrics_sources.xml
cp merged_lyrics_sources.xml ~/.guayadeque/lyrics_sources.xml
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Re: Lyric sources updated

Post by anonbeat »

Other option is to publish the custom source and share it so others can use it... Maybe also add it to default ones.

Thanks for your help
Locked