Add new features for 'Recordings' on BasicHome (1 Viewer)

D3ltoroxp

MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Look at this... You must import you xml file in the basichome.xml

    </control>
    <import>common.time.xml</import>
    <import>common.fanart.scraper.xml</import>
    <import>basichome.recentlyadded.tvseries.HSum2.xml</import>
    <import>basichome.recentlyadded.movpics.HSum2.xml</import>
    <import>basichome.overlay.current.sheduled.recording.xml</import>
    <!-- BEGIN MOST RECENT MUSIC CODE-->
    <!-- BEGIN MOST RECENT MUSICVIDEO CODE-->
    <!-- BEGIN MOST RECENT RECORDEDTV CODE-->
    <!-- BEGIN FREEDRIVESPACE OVERLAY CODE-->
    <!-- BEGIN SLEEPCONTROL OVERLAY CODE-->
    <!-- BEGIN STOCKS OVERLAY CODE-->
    <!-- BEGIN POWERCONTROL OVERLAY CODE-->
    <!-- BEGIN HTPCINFO OVERLAY CODE-->
    <!-- BEGIN UPDATECONTROL OVERLAY CODE-->
    <!-- BEGIN MYEMAILMANAGER OVERLAY CODE-->
    <import>streamedmp.version.xml</import>

    I put my import bevor
    <import>common.time.xml</import>
    and so it works. You must import only your generated xml file for the overlay for example this from me you can't add the complete code in the basichome.xml.

    I hope i can help you with this...
     
    Last edited:

    bfbraun

    Portal Pro
    June 19, 2006
    61
    3
    Home Country
    Germany Germany
    Thank you to your response. But the problem was that the was the visible command was linkt to the wrong button in the basichome.overlay.current.sheduled.recording.xml
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Hm did you use streamedmp ? When you have choose my xml than it should work its the same i use...

    Or do you mean that the overlay is no coming on tv button but elsewhere ? For example by the movie or settings button ? Where do you see the overlay ? You must find your nr to see it on tv button, when you have more puttons on home as i than you have another number you must change this nr...


    <control>
    <description>GROUP: Current Recording 1</description>
    <type>group</type>
    <dimColor>0xffffffff</dimColor>
    <visible>plugin.isenabled(Latest Media Handler)+control.isvisible(1006)+[!string.equals(#latestMediaHandler.tvrecordings.active1.title,)|!string.equals(#latestMediaHandler.tvrecordings.scheduled1.title,)]</visible>
    <animation effect="fade" start="100" end="0" time="250" reversible="false">Hidden</animation>
    <animation effect="fade" start="0" end="100" delay="700" time="500" reversible="false">Visible</animation>
    to someone like this 1005 or 1007 or 1004 you know ? You can open it when mp is running change the nr. save it and go back to mp open a button for example series or movies go back and the change has done, now check if you see the overlay on the right place ?

    Did you mean that ?
     

    Pog

    Retired Team Member
  • Premium Supporter
  • September 7, 2009
    401
    315
    Wicklow
    Home Country
    Ireland Ireland
    Here is my take on scheduled recordings for vertical menu home screen.

    Copy xml to StreamedMP skin folder.
    Edit "BasicHome.xml" and add <import>basichome.overlay.current.scheduled.recording.xml</import> to the end of the file just before the last </controls> </window> tags.
     

    Attachments

    • 16-12-29.png
      16-12-29.png
      1.1 MB
    • basichome.overlay.current.scheduled.recording.xml
      8.8 KB

    juro

    Portal Pro
    March 23, 2009
    1,123
    64
    Home Country
    Germany Germany
    Hi Pog,

    did you already customized your "scheduled recordings mod" to make it compatible with current STM. I suppose this is required because STM now comes with Full HD resolution in Standard.

    BR

    JuRo
     

    The_Stig

    Retired Team Member
  • Premium Supporter
  • April 5, 2005
    2,176
    428
    Hey, try the one attached. All credits still to pog. I only changed the posx and posx.

    EDIT: Probably you have to change the
    Code:
    <visible>[control.isvisible(1003)]+[string.equals(#latestMediaHandler.tvrecordings.latest.enabled,true)]</visible>

    to

    Code:
    <visible>[control.isvisible(1004)]+[string.equals(#latestMediaHandler.tvrecordings.latest.enabled,true)]</visible>

    because for unknown reasons my control id is other as standard...
     

    Attachments

    • basichome.overlay.current.scheduled.recording.xml
      8.8 KB
    Last edited:

    juro

    Portal Pro
    March 23, 2009
    1,123
    64
    Home Country
    Germany Germany
    many thanks, yeah I also had to change to "<visible>[control.isvisible(1004)]+[string.equals(#latestMediaHandler.tvrecordings.latest.enabled,true)]</visible>"
     

    Pog

    Retired Team Member
  • Premium Supporter
  • September 7, 2009
    401
    315
    Wicklow
    Home Country
    Ireland Ireland
    Didn't realise this was getting much use. Here's the updated version for SMP 2.1+ 1080.

    Fixes some bugs and handles active recordings better.

    Would love to see this as part of the main Streamed package so it's easier to use without editing BasicHome.
     

    Attachments

    • basichome.overlay.current.scheduled.recording.xml
      14.2 KB
    Last edited:

    Users who are viewing this thread

    Top Bottom