Lyrics Fetcher

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

ACDias
Posts: 47
Joined: Wed Nov 30, 2011 3:46 pm
Location: Brazil

Re: Lyrics Fetcher

Post by ACDias »

yes. its possible, but it seems MM 4 will bring all the features I did in this program.


I will put the possibility to choose the char to replace the space.

Vrijheid 71 explain me more how this digits should work...
royitoroy

Re: Lyrics Fetcher

Post by royitoroy »

hello! my lyrics fletcher just stop to work!...
in log information get this

Getting lyrics for the cure - Hot Hot Hot!!! from Terra
Lyric for The Cure - Hot Hot Hot!!! from Terra not found.

and all the log said that...

don't know what to do...
ACDias
Posts: 47
Joined: Wed Nov 30, 2011 3:46 pm
Location: Brazil

Re: Lyrics Fetcher

Post by ACDias »

when you restart, the error keep happening?
can you upload the song that was playing when this happened?
royitoroy

Re: Lyrics Fetcher

Post by royitoroy »

yes... in fact i´ve tried unistalling the lyricsfletcher and eraser it... install it over again and nothing...

upload my print screen oor... the music? sorry
royitoroy

Re: Lyrics Fetcher

Post by royitoroy »

oh!... im looking in the root dir
C:\Users\Recepcion\AppData\Roaming\MediaMonkey
neither
C:\Users\Recepcion\AppData\Roaming\Lyricsfletcher
can´t find the lyrics fletcher .exe... it guess that my mediamonkey its wrong or missing something...
ACDias
Posts: 47
Joined: Wed Nov 30, 2011 3:46 pm
Location: Brazil

Re: Lyrics Fetcher

Post by ACDias »

the exe is located in the path of mediamonkey
and Upload the song that made lyrics fetcher crash
davyjones
Posts: 1
Joined: Mon Dec 30, 2013 10:22 am

Re: Lyrics Fetcher

Post by davyjones »

ACDias, não sei em que momento isso aconteceu, mas de uma hora para outra o Lyrics Fetcher passou a ler e taggear somente as primeiras linhas da música. Eu vejo que ele para de ler quando tem um espaço, se a música no site do Terra estive toda enviada sem espaço entre as estrofes, ele taggea tudo. Já tentei reinstalar diversas vezes tudo e não consigo resolver.
ACDias
Posts: 47
Joined: Wed Nov 30, 2011 3:46 pm
Location: Brazil

Re: Lyrics Fetcher

Post by ACDias »

Pode ser que o erro seja no Terra. Pq o programa le a pagina pra obter a musica. Se eles tiverem mudado a estrutura do site tb vai parar de funcionar. tem q ajustar o XPath neste caso. Não estou com acesso a minha maquina aqui, mas na semana que vem poderei verificar.
Guest

Re: Lyrics Fetcher

Post by Guest »

I have the same problem as the poster above. For those who doesnt bother to google translate it themselves:
ACDias not know at what point this happened, but overnight the Lyrics Fetcher taggear and he read only the first few lines of music. I see it for reading when you have a space, if the music on the site earth was all sent with no space between verses, he taggea all. I've tried reinstalling several times and I can not solve everything.
So the plugin suddenly decide to only read the first paragraph over christmas. I've tested the xpath on the lyrics page using firebug's javascript console and the xpath code works:
$x("/html/body/div[1][@id='tudo']/div[1][@id='letra']/p")
If i changes it to:
$x("/html/body/div[1][@id='tudo']/div[1][@id='letra']")
it catches every paragraph and div, but also includes header and a lot of spaces.

Ideas to why? Can it be fixed?
ACDias
Posts: 47
Joined: Wed Nov 30, 2011 3:46 pm
Location: Brazil

Re: Lyrics Fetcher

Post by ACDias »

i'm unable to test right now.

But try this

Code: Select all

//*[@id="letra"]/p
empty_other
Posts: 4
Joined: Sat Jan 04, 2014 4:10 pm

Re: Lyrics Fetcher

Post by empty_other »

ACDias wrote:But try this

Code: Select all

//*[@id="letra"]/p
Did not work, same result (ony first paragraph of the song is added to the mp3 lyrics).
ACDias
Posts: 47
Joined: Wed Nov 30, 2011 3:46 pm
Location: Brazil

Re: Lyrics Fetcher

Post by ACDias »

I'm sorry guys, but I can't figure out a way to get the right XPath from terra...
They're changed the website, so I can't figure out how to get the content from all p elements from the page...
Guest

Re: Lyrics Fetcher

Post by Guest »

Its possible to change the website to Terra from another one?
ACDias
Posts: 47
Joined: Wed Nov 30, 2011 3:46 pm
Location: Brazil

Re: Lyrics Fetcher

Post by ACDias »

Yes it is
URL for AZLyrics: http://www.azlyrics.com/lyrics/{artist}/{song}.html
XPath: //*[@id="main"]/div[4]
Check Artist Lower Case, Artist Remove Spaces, Song Lower Case and Song Remove Spaces

And erase terra.
Phantomlord2k

Re: Lyrics Fetcher

Post by Phantomlord2k »

Adding AZLyrics as shown is not working correctly for me. It's hitting the site, but appears to return the wrong portion of the site. This is what I get:





Submit Corrections
FIVE FINGER DEATH PUNCH Lyrics
A-Z Lyrics




/* Below Lyrics */
(function() {
var opts = {
artist: "FIVE FINGER DEATH PUNCH",
song: "Battleborn",
genre: "",
adunit_id: 39382075,
div_id: "cf_async_" + Math.floor((Math.random() * 999999999))
};
document.write('(div id="'+opts.div_id+'")(/div)');var c=function(){cf.showAsyncAd(opts)};if(window.cf)c();else{cf_async=!0;var
r=document.createElement("script"),s=document.getElementsByTagName("script")[0];r.async=!0;r.src="//srv.tonefuse.com/showads/showad.js";r.onload=c;r.onreadystatechange=function(){"complete"===this.readyState&&c()};s.parentNode.insertBefore(r,s)};

})();
Post Reply