Don't see the LRC lyrics (1 Viewer)

Miranda

Portal Pro
November 16, 2008
64
2
Home Country
Belgium Belgium
I read a lot of threads about this problem but apparently not enough because I still can't resolve it :(

I installed MediaPortalSetup_1.0_RC3_rev20432.exe + MyLyrics.540.mpi + mediaportal-svn-11-08-2008--16-42-Rev20755.rar
Skin: PureVisionHD 2.0.1056

Using the lyrics found through the plugin OK
But if I importe .lrc files then nothing shows up as lyrics.

Is there a solution? :confused:
 

mackey

Retired Team Member
  • Premium Supporter
  • May 1, 2006
    456
    177
    right there
    Home Country
    Denmark Denmark
    Hi Miranda,

    Unfortunately there is still no solution. The problem is caused by a change in label control in MP, which causes the label to be cleared instead of written the text that it is told. I found a MP dev to look into the matter some weeks ago. He has been ill, but is getting better and said he would look into the matter really soon.

    The LRC lyrics will unfortunately not be shown until the method is fixed or another is created for me to use. I hope to have news really soon, so the LRC and editor modes of MyLyrics will work again. But as you might understand the plugin rely heavily on GUI engine of MP. And if something is behaving unespectally MyLyrics suffers too.

    cheers
    Soren
     

    mackey

    Retired Team Member
  • Premium Supporter
  • May 1, 2006
    456
    177
    right there
    Home Country
    Denmark Denmark
    Hi Miranda,

    Bavarian has helped me finding the the problem causing the LRC's not to be shown. It is due to a change in the MP Gui engine which since March require all label controls in the skin files to have a <width> tag. Accordingly all you skin of choice will have to be updated so all controls of the type "label" must have the tag <width>x</width> where x is the width in pixels. 920 pixels is good for 16:9 skins.

    In short, the following controls must be updated with the tag <width>640</width>:
    id: 200-212
    id: 300-312
    id: 400-412
    id: 500-512
    id: 600-612

    I have put out af release candidate where the skin for Blue3 is updated. A prototype for Blue3wide is also included (it does need a update to look good though). See here: https://forum.team-mediaportal.com/my-lyrics-plugin-163/mylyrics-1-1-rc-49810/

    best regards
    Soren
     

    Miranda

    Portal Pro
    November 16, 2008
    64
    2
    Home Country
    Belgium Belgium
    Wonderfull work :D

    I'm very impressed

    It works beter then I imagine, page going down when needed, very confortable to use *.lrc files.


    It's not annoying and it's maybe normal but I prefer to talk you about a thing with the apostrophes.
    I'm using a 16:9 skin (Pure HD), I know you told me there is still work on it (I'm also not a skinner :oops:)

    The first time I see the lyrics => it's with <''> but the second time <"> has becaume normal with <'>
    When I restart MediaPortal, it's back again with <">.

    Config: MediaPortal 1.0_RC4 + skin PureVisionHD 2.1 + MyLyrics 1.1RC
     

    mackey

    Retired Team Member
  • Premium Supporter
  • May 1, 2006
    456
    177
    right there
    Home Country
    Denmark Denmark
    Wonderfull work :D

    I'm very impressed

    It works beter then I imagine, page going down when needed, very confortable to use *.lrc files.


    It's not annoying and it's maybe normal but I prefer to talk you about a thing with the apostrophes.
    I'm using a 16:9 skin (Pure HD), I know you told me there is still work on it (I'm also not a skinner :oops:)

    The first time I see the lyrics => it's with <''> but the second time <"> has becaume normal with <'>
    When I restart MediaPortal, it's back again with <">.

    Config: MediaPortal 1.0_RC4 + skin PureVisionHD 2.1 + MyLyrics 1.1RC
    I'm glad you like the lrc-feature. I do too ;-)

    Regarding the apostrophes, I had to do something to the fact that the TagReader doubles all occurences of apostroph. The decision was to search for all subceeding occurences of an <'> like e.g. <''> and substitute it with a single apostroph. It natural hurts a lyric containing multiple apostrophes, but I guess that they are rather seldom. So, that is the explanation. I don't think the current approach will mess up any lyrics, so I will properly stich with it. :)
     

    Users who are viewing this thread

    Top Bottom