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 - catalonia

Pages: 12 3 ... 5
1
Plugins / Re: LyricsReloaded (Latest)
« on: March 08, 2025, 08:40:39 PM »
I didn't complain about something not working in the first place because I don't even use chartlyrics, so if you think it was a complaint for my own benefit the answer is that it was not. The only thing I did was to test all the lyrics providers, quite a few, most of them I don't even use to complete the post I made about the providers that work.

2
Plugins / Re: Museexmatch - Musixmatch for MusicBee [+ synced]
« on: March 05, 2025, 05:32:23 PM »
works! good support

3
Plugins / Re: Museexmatch - Musixmatch for MusicBee [+ synced]
« on: March 05, 2025, 07:27:14 AM »
I followed the installation instructions and there is no token inside the conf file, maybe I have to put it there? for it to work or it is not needed. It has never worked for me, that is to say if I install it if it works but I close the program and it stops doing it and the error appears when I open it.

4
Plugins / Re: Museexmatch - Musixmatch for MusicBee [+ synced]
« on: March 04, 2025, 08:57:12 PM »
the api is correct and restarting the router does nothing different. only the problem occurs with beenius installed. i don't understand.

5
Plugins / Re: Museexmatch - Musixmatch for MusicBee [+ synced]
« on: March 04, 2025, 09:19:21 AM »
I keep getting the error, I have checked that it is some incompatibility with beenius since I uninstall it and it doesn't happen to me.

An error occurred during Museexmatch startup:
'System.Dynamic.ExpandoObject' does not contain a definition for.
'body'.

Here is the list of plugins that I have in the Appdata plugins folder:

beenius.conf
lrclibee.conf
mb_Beenius.dll
mb_Discogs.dll
mb_LRCLIBee.dll
mb_LyricsReloaded.dll
mb_Museexmatch.dll
museexmatch.conf
NLog.dll
TagLibSharp.dll
Topten.JsonKit.dll
Topten.JsonKit.xml

6
Plugins / Re: LyricsReloaded (Latest)
« on: February 28, 2025, 06:48:59 PM »
I have been told that it is an error of the page, not of the program, it cannot be solved.

7
Bug Reports / Chartlyrics included in musicbee
« on: February 28, 2025, 07:05:30 AM »
The previous message was closed  but i'm told that Chartlyrics is included in MusicBee and not in Lyrics Realoaded, this is the error:


8
Plugins / Re: LyricsReloaded (Latest)
« on: February 28, 2025, 07:01:36 AM »
I don't understand I don't use streaming only flac.

9
Plugins / Re: LyricsReloaded (Latest)
« on: February 27, 2025, 04:25:47 PM »

10
Plugins / Re: LyricsReloaded (Latest)
« on: February 27, 2025, 08:45:07 AM »
is that Charlyrics fails me with the accents, I don't know if it could be fixed, I have spoken with the support of the application and they have sent me here.

11
Plugins / Re: Museexmatch - Musixmatch for MusicBee [+ synced]
« on: February 26, 2025, 09:38:50 AM »
when I enable the add-on it works but when I close Music bee and reopen it I get the following message and it is disabled again:

An error ocurred during Museexmatch startup:
'System.Dynamic.ExpandoObject' no contiene una definición para
'body'.

12
Plugins / Re: LyricsReloaded (Latest)
« on: February 25, 2025, 11:58:22 AM »
In the previous message testing providers I have added others that are still working, if you know of any other that I have not listed let me know.

13
Plugins / Re: LyricsReloaded (Latest)
« on: February 08, 2025, 08:27:34 AM »
I have been testing these provides:

Genius: It works, included in mb_LyricsReloaded_v1.2.7

Genius Headers: it works, thanks to Naireem and Sveakul for sharing it, I have also added the line - [regex, 'LLetra de &quot.*?<br/><br/>', ""] because sometimes instead of "Letra de" of it "Lletra de". This change only affects spanish users.
Code
name: Genius headers 

variables:
    artist:
        type: artist
        filters:
        - strip_diacritics
        - lowercase
        - [replace, "!!!", "chk-chik-chick"]
        - [regex, '(?<=\W|\s)+(feat.+|ft[\W\s]+|(f\.\s)).+', ""]
        - [regex, '\.+|,+|(\W+(?=$))|(^\W+)', ""]
        - [regex, "'", ""]
        - [regex, '(?<=[a-z0-9%])[^\sa-z0-9%]+(?=[a-z0-9%]+)', "-"]
        - [regex, '((?<=\s)([^a-z0-9\s-])+(\s|\W)+)|((?<=\w)([^a-z0-9-])+(\s|\W)+)', " "]
        - [strip_nonascii, -]
    title:
        type: title
        filters: artist

config:
    url: "https://genius.com/{artist}-{title}-lyrics"
    pattern: ['<div data-lyrics-container="true" class="Lyrics-sc-.*?\-\d.*?">(?<lyrics>.*)<div class="LyricsFooter-sc-.*?\-\d.*?">', 's']

post-filters:
- [regex, 'You might also like</div>', "\n"]
- [regex, '<div class="PrimisPlayer.*?>', "\n"]
- [regex, 'Letra de &quot.*?<br/><br/>', ""]
- [regex, 'LLetra de &quot.*?<br/><br/>', ""]
- [regex, '<inread-ad></inread-ad>', ""]
- [regex, '<div class="StubhubLink.*?</div>', ""]
- br2nl
- strip_html
- utf8_encode
- entity_decode
- clean_spaces
- [regex, '\n{2,}',"\n\n", 's']
- [regex, '\[(\[)',"$1", 's']
- trim

Bandcamp: It works.

ChartLyrics: It works.

Cušpajz: It works.

Letras: It works.

Lyrics Freak: It works.

Lyrics Mania: It works.

Lyrics Mode: It works.

Lyrics.ovh: It works.

Lyricsify: It works.

Oldie Lyrics: It works.

Pesni Guru: It works.

Song Lyrics: It works.

Songtexte: It works.

Versos Perfectos: It works.

Google: Not Working.

Lyrics: Not Working.

Lyric Find: Not Working.

Viasona: Not Working.

14
Plugins / Re: LyricsReloaded (Latest)
« on: February 07, 2025, 05:02:56 PM »
I had not seen your corrections! I will try them now. So if the google one is no longer useful I will delete it as you told me. The genius fuzzy I'll delete them too?, I see they don't work either but I never knew the difference with the genius without the fuzzy.

15
Plugins / Re: LyricsReloaded (Latest)
« on: February 07, 2025, 10:43:56 AM »
I have tried the LyricFind one and it doesn't work either, also the Genius and Google ones have stopped working.

Pages: 12 3 ... 5