Okay
  Public Ticket #2860485
stop player when track is complete
Closed

Comments

  • John Chen started the conversation

    I  had purchased the pro version.

    I just want to know where Option is to automatically stop player when track is complete.

  •  646
    Alexandre replied

    Hi John,

    Please check the option "Do not skip to the next track"

    https://d.pr/i/3MBeiq

    Thanks,


    Alexandre from the Sonaar.io Crew

  • John Chen replied

    Hi Alexandre,

    Thank you for your reply.

    How can I make the playlist to full width?


  •  646
    Alexandre replied

    Hi John, 
    By default the playlist should fill the container. Here the container is set to 1140px by the wordpress theme. 

    Thanks,


    Alexandre from the Sonaar.io Crew

  • John Chen replied

    You can see the width of the wave is 100%, so I don't think it's the issue of the theme.

    Anyway, could you please give me the code to fix it?

    I had tried but I can't make it succeessfully.

    Thank you.

  •  646
    Alexandre replied

    Please provide the url where you have take the screenshot.

    Thanks,


    Alexandre from the Sonaar.io Crew

  • John Chen replied

    Thank you.I use another layout.

    Another problem please:

    My voices' title is long, How to display the whole title or alt attribute when the user puts mouse on the title?

    https://td.jinpian.org/

  •  646
    Alexandre replied

    Hi John, 

    We didnt have develop the ALT Attribute, but this is a good idea. We will probably add this task to our roadmap one day. 
    For now, I dont have any good solution for you. You can use this custom css code to display the whole title, but this will look weird. Titles are very long.

    .iron-audioplayer .playlist li {
    flex-wrap: nowrap;
    }


    Thanks,


    Alexandre from the Sonaar.io Crew

  • John Chen replied

    Thank you, Alexandre,

    Glad to know that you are going to develop the function.

    If you are convenient, please notify me ASAP when you finish the work.

    Best regard.

  • John Chen replied

    Another problem, please.

    When I use the sticky player, because the title is long, so the speed to the text of the title scrolls very fast.

    May I have any chance to change the speed of the scrolling?

    Thanks.

  •  646
    Alexandre replied

    Hi John, 

    We dont planning to add the ALT feature soon. We are very busy for now and we have many features we want to develop. But this is something we probably do one day.

    About the scrolling speed you can adjust it with this custom CSS code:


    #sonaar-player .playerNowPlaying .metadata .track-name.scrolling, #sonaar-player .playerNowPlaying .metadata .track-artist.scrolling, #sonaar-player .playerNowPlaying .metadata .track-album.scrolling {
    transition: transform 10s linear;
    }

    Thanks,


    Alexandre from the Sonaar.io Crew