Author Topic: LyricsReloaded  (Read 238791 times)

LostFuzz

  • Newbie
  • *
  • Posts: 3
@LostFuzz- thanks for making the attempt to get rid of downloading the song title at the top of the downloaded lyrics.  I have to report that there's good news and bad news.
The good news is that the song title is definitely gone when downloading the lyrics.  The bad news is that the first line of the lyrics is also gone. 

My regex is even less than yours otherwise I would make an attempt at correcting this.  I'm wondering if you can figure out how to fix it?

Thanks.

you were right, its such a stupid mistake i made also, when i was looking at the site's source i've been awake for around 24-26hr and the lyrics i was looking at started with the song title, so i had the first line removed thinking it was another added song title in the lyrics section...

lol anyways i've edited my post above it should be fixed
Last Edit: April 11, 2016, 12:44:41 AM by LostFuzz

phred

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 9299
lol anyways i've edited my post above it should be fixed
Looking much better now.  Of the 60 tracks I just did a lyrics search on, only one returned with the title still there.  Not a problem as one is much easier to edit than 60.

Thanks very much for updating and fixing this.
Download the latest MusicBee v3.5 or 3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Posting screenshots is here
Searching the forum with Google is  here

Alumni

  • Sr. Member
  • ****
  • Posts: 1007
A-Z Lyrics doesn't seem to work for me anymore. Can anyone else confirm?

LostFuzz

  • Newbie
  • *
  • Posts: 3
A-Z Lyrics doesn't seem to work for me anymore. Can anyone else confirm?

looks like they changed the page source, so the plugin can't find the lyrics.  You can try the below and see if it works again.

---

Create a file called "azlyrics.com.yml" (without the quotations), edit the file with a text editor and copy & past the below code to the file and save. Place the file in the directory <MusicBee's appdata folder>/mb_LyricsReloaded/providers/ (the folder already exists if the plugin is enabled)
Code: azlyrics.com.yml
name: A-Z Lyrics Universe

variables:
    artist:
        type: artist
        filters:
        - lowercase
        - strip_nonascii
    title:
        type: title
        filters: artist

headers:
    User-Agent: 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0' # Firefox 30 Win x64 user agent

config:
    url: "http://www.azlyrics.com/lyrics/{artist}/{title}.html"
    pattern: ['<!-- Usage of azlyrics.com.*?-->(?<lyrics>.+?)</div>', s]
   
post-filters:
- strip_html
- trim
- utf8_encode

Alumni

  • Sr. Member
  • ****
  • Posts: 1007
looks like they changed the page source, so the plugin can't find the lyrics.  You can try the below and see if it works again.

I reckon that did the trick. Thanks very much, I'm most grateful!


Moshi_

  • Full Member
  • ***
  • Posts: 133
  • http://www.last.fm/user/Moshi_

Ankush

  • Newbie
  • *
  • Posts: 1
You Have nice collection but i find one more website which provide Hindi Songs Lyrics. Site nale is Lyricsion.com and link is http://lyricsion.com/. This is very user friendly website. Every artist/singer, album/movie and lyrics linked up. You can also mention this site.

masemune

  • Newbie
  • *
  • Posts: 1
Hello my friends.

I have a question. How can I add a url to the lyrics website? I want it to check lyrics from certain websites that are not listed.

I only know very very very basic c++ coding. Can you help me or put me in the right path?

Is it as simple as adding the website URLs to the current list?


Moshi_

  • Full Member
  • ***
  • Posts: 133
  • http://www.last.fm/user/Moshi_
Can someone please fix google nonsense that appears when getting lyrics from genius.com for every song that l own:





http://genius.com/Vince-staples-dopeman-lyrics

Thank you!

MusicalBee

  • Newbie
  • *
  • Posts: 2
@quick_wango;

Thanks for offering this great plugin!
Just a suggestion. Maybe you could consider, as you said you can't maintain this plugin any longer, recompiling it so that no provider is preloaded and every provider should be supplied through a yml file in provider folder by the user. The benefits would be:

- People can only load providers they want to use (currently too many unused preloaded providers)
- Easy to fix when one of the preloaded provides no longer works (currently too many broken preloaded providers)
- Easy to find help when a fix is needed because the helper would only need to fix the problem provider
- Hence no need to find a dedicated dev to keep this working

Great suggestion!

But since we have no answer from quick_wango, maybe Steven can take over this project. I also really think this little project could take off with his official involvement in this plugin.

boroda

  • Sr. Member
  • ****
  • Posts: 4595
i'm afraid Steven doesn't have enough time to support any plugin for a long time (even if plugin had been written by himself).

MusicalBee

  • Newbie
  • *
  • Posts: 2
The beauty of this plugin is that there is really no need to maintain it, just implement redwing's suggestion. Then the community can take care of the lyrics providers.

Xenatier

  • Jr. Member
  • **
  • Posts: 34
Can someone please fix google nonsense that appears when getting lyrics from genius.com for every song that l own:





http://genius.com/Vince-staples-dopeman-lyrics

Thank you!

Seconded.