PedroHLC / ViewLyricsOpenSearcher

Open searcher for lyrics files (".lrc" and ".txt") , stored in Crintsoft's MiniLyrics server ("ViewLyrics.com").
33 stars 6 forks source link

Changes on Crintsoft's MiniLyrics server #2

Closed IvanRF closed 9 years ago

IvanRF commented 10 years ago

People from MiniLyrics have change the way to communicate with the server. Now, every query returns this:

return orgcmd="search" result="OK" badrc="100" ls_dd="1" filetype="lyrics"
<fileinfo filetype="lyrics" link="http://www.google.com/" filename="MiniLyrics - Please upgrade your MiniLyrics." artist="MiniLyrics" title="Please upgrade your MiniLyrics." album="null" uploader="null" rate="null" ratecount="null" downloads="null" timelength="null"/>
Epiron commented 10 years ago

Is there any solution for this issue?

PedroHLC commented 9 years ago

I finally got some time to take a look in what happened, the good new, it's still the same encryption, it seems they changed XML to some better binary solution, more updates soon.

IvanRF commented 9 years ago

Awesome :), thanks for take the time to look at it.

PedroHLC commented 9 years ago

Old text-based parser still working on their server, just needed a 2 byte trick to make it work. Finally, closed.