Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tharindu

Pages: 1
1
Plugins / Re: LyricsReloaded (Updated)
« on: June 15, 2018, 05:49:59 AM »
Is there any suggestion to implement this, in yml file.

2
Plugins / Re: LyricsReloaded (Updated)
« on: June 15, 2018, 05:34:39 AM »
You can do this in MB by adding a custom web link under Edit->Edit Preferences->Internet.  This is not related to this plugin.  The plugin works using direct URLs, not searching.

Yes, this one gives the search results in the browser. But this is not what I need. I need the things the plugging already does even, and I need an additional step. Okay, I will explain my question a bit.

Instead of setting url of provider, by using song title or artist directly, Is there a way to do a google search of the artist, title, lyric, provider and get the results urls.

eg:
If provider is musixmatch, assume we need to get lyrics of song "Greedy" of "Ariana" of use the following url.
Code
url: "https://www.musixmatch.com/lyrics/{artist}/{title}"

Here we get;
http://www.musixmatch.com/lyrics/ariana/greedy

Here this url gives nothing as the musixmatch url for above song is,
https://www.musixmatch.com/lyrics/ariana-grande/greedy
.

But if we can get the url from a simple google search, we can fetch lyrics easily (e.g: even if have misspelled a artist name in tags, the google will correct it for us)
https://www.google.lk/search?q=ariana+greedy+musixmatch+lyrics  

Here we get the first result as the correct result.
https://www.musixmatch.com/lyrics/ariana-grande/greedy

In this example, I do not want to get the result on the browser, I need the pluggin grab the first search result url only. Then the fetching lyric of that url shoud be done using the same method as it does now.

3
Plugins / Fetching URL from a Google search
« on: June 14, 2018, 05:18:32 PM »
Instead of setting url of provider, by using song title or artist directly, Is there a way to do a google search of the artist, title, lyric, provider and get the results urls.

eg:
If provider is musixmatch, assume we need to get lyrics of song "Greedy" of "Ariana" of use the following url.
Code
url: "https://www.musixmatch.com/lyrics/{artist}/{title}"

Here we get;
http://www.musixmatch.com/lyrics/ariana/greedy

Here this url gives nothing as the musixmatch url for above song is,
https://www.musixmatch.com/lyrics/ariana-grande/greedy
.

But if we can get the url from a simple google search, we can fetch lyrics easily (e.g: even if have misspelled a artist name in tags, the google will correct it for us)
https://www.google.lk/search?q=ariana+greedy+musixmatch+lyrics  

Here we get the first result as the correct result.
https://www.musixmatch.com/lyrics/ariana-grande/greedy

Pages: 1