-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
23 lines (13 loc) · 1.27 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
LYRDB clsLyrdb VB6 class by Flavio González Vázquez
Lyrdb Lookup is a sample project using clsLyrdb, a VB6 class encapsulating all LYRDB functionality to retrieve lyrics automatically without having to parse full HTML pages of content. I've recently created LYRDB.com, a different lyrics portal: it has over 1.500.000 lyrics (wow!) and it offers free web services to access this huge resource of lyrics programatically.
For this purpose, I have created a self-contained class that connects via Internet to LYRDB (with proxy support) and allows you to search for lyrics programatically with simple calls. Then, you can iterate over the results to show them and you can retrieve all the lyrics you want, passing a lyrics identifier (provided along with search results).
The class is very easy to use and does not have any dependence. This project is an example of how to use this class.
To learn more about the LYRDB web services visit:
- http://www.lyrdb.com/services/about-lws.php
To learn more about technical details under LYRDB web services visit:
- http://www.lyrdb.com/services/lws-tech.php
To visit the lyrics portal:
- http://www.lyrdb.com/
(if LYRDB didn't selected "ENGLISH" as your language, select it at the top of the page)
Flavio González Vázquez
e-mail: flavio@ya.com