[Music] a repeat function would be nice (1 Viewer)

FreakyJ

Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    I was searching here in the forum and couldn't find something if there is a repeat function for a playlist/song in the myMusic section.

    If it shouldn't exist it would be nice to implement it. Maybe someone can tell me more and if there are plans to implement this little feature =)

    //Edit

    I was digging into the GUIMusicPlaylist.cs and there should be a button:

    Code:
    [SkinControl(30)] protected GUIToggleButtonControl btnRepeatPlaylist = null;

    but I can't see one within Purevision HD, I will take a look tomorrow into the default Skin (maybe I should did that before asking oO).
    But another thing is that there were some questions on the board concerning the repeat function without an answer on the forum, that's why I'm asking for this feature...

    //Edit2

    Some deeper investigations showed me that there must be a repeat function, I'm only to blind to find it.

    Code:
    <control>
                <description>Repeat on/off button</description>
                <type>togglebutton</type>
                <id>30</id>
                <label>486</label>
                <onright>50</onright>
                <onup>20</onup>
                <ondown>10</ondown>
              </control>

    so please delete this topic... I found it in the default skin, sorry...

    //Edit3

    Fix for PureVisionHD: https://forum.team-mediaportal.com/...not-available-playlist-view-90010/#post684123
     

    Users who are viewing this thread

    Top Bottom