How to set up automatic playlist playbackTo enable automatic playlist playback, just enable the option You can also enable autoplay of the following file in the code using the autonext parameter var player = new Playerjs({id:"player", file:"playlist.txt", autonext:1}); You can use this command to configure a switch in the user interface. |