[Added in 0.27] Open OnlineVideos with Parameter (1 Viewer)

offbyone

Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    • Thread starter
    • Moderator
    • #11
    AW: [Added in 0.27] Open OnlineVideos with Parameter

    MP 1.2 alpha will not be enough, you need an 1.2 SVN if I remember correctly!
     

    woo73

    Portal Pro
    February 3, 2011
    66
    1
    50
    Home Country
    Germany Germany
    Re: AW: [Added in 0.27] Open OnlineVideos with Parameter

    Oh that's bad. I have no idea how to compile or make an SVN version. So I guess, I have to wait and hope.

    Thanks for replying.
     

    DieBagger

    Retired Team Member
  • Premium Supporter
  • September 11, 2007
    2,516
    1,276
    39
    Austria
    Home Country
    Austria Austria
    Re: AW: [Added in 0.27] Open OnlineVideos with Parameter

    MP 1.2 alpha will not be enough, you need an 1.2 SVN if I remember correctly!

    I'm pretty sure I added the parameter patch with 1.2 alpha, although there were some changes after that...
     

    woo73

    Portal Pro
    February 3, 2011
    66
    1
    50
    Home Country
    Germany Germany
    Hello,

    puh ... ok ... it works within the skin "Blue3wide".
    The problem now ist the Maya skin. It so complex for me.

    There is a file calles MayaSkin.xml:

    <?xml version="1.0" encoding="utf-8"?>
    <profile>
    <section name="MayaBasicHome">
    <entry name="menuItemHyperlink0">96742</entry>
    ...
    <entry name="menuItemHyperlink8">4755</entry>
    ...
    <entry name="clockBasicHome">1</entry>
    <entry name="clockHome">1</entry>
    ...
    <entry name="menuItemName8">Testerle</entry>
    <entry name="menuItemBgImage8">plugins_default.jpg</entry>
    </section>
    </profile>


    So, I don't know where to set the paramters for menuItem No. 8.

    I guess I have to ask in the Maya - Thread.

    :D so much for helping.
     

    woo73

    Portal Pro
    February 3, 2011
    66
    1
    50
    Home Country
    Germany Germany
    Hello,

    I have implemented it within the home (not basic) screen of Maya. I can reach the items by mouse, not within the menu list, but it's ok.
    But it seems that there are problems with special characters like "ß".

    The line
    <hyperlinkParameter>site:Das Erste|search:Lindenstraße|return:Locked</hyperlinkParameter>
    returns an error because of the included "ß".

    woo73
     

    woo73

    Portal Pro
    February 3, 2011
    66
    1
    50
    Home Country
    Germany Germany
    Hi again,

    is there a possibility to handle search string with "ß" ? Something lik HEX-Codes?

    Thanks woo73
     

    DieBagger

    Retired Team Member
  • Premium Supporter
  • September 11, 2007
    2,516
    1,276
    39
    Austria
    Home Country
    Austria Austria
    This seems to be an issue with skin files in general, you can't even use "ß" for labels.

    I'll try to get some attention for this issue... ;)

    Edit: Funny enough, html code seems to work... ^^ Use "& # 2 2 3 ;" (without the spaces) instead of ß.
     

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    • Thread starter
    • Moderator
    • #19
    I just added a label to myHome.xml with ßß in it and it loads and displays them just fine (Blue3Wide). Are you saving your xml files with correct encoding? (UTF-8 with BOM)
     

    Users who are viewing this thread

    Top Bottom