Loop item in playlist?

Hi all,

In the cartwall I can easily right click a track and select ‘loop’ to have only this track loop.

Can this also be done in the playlist other than using the loop button in the player? I don’t want all track to be looped and don’t want to manually click the loop button. I would like to store a property with a track so only that track loops automatically, just like in the cart wall.

Thanks for your time,

Maarten

Why don’t you use the cartwall then?

Open the element properties, tab “Playback”.

In “Actions on Start” set the following command:
PLAYER 1-1 OPTION LoopAudio ON; PLAYER 1-2 OPTION LoopAudio ON

Actions on Stop:
PLAYER 1-1 OPTION LoopAudio OFF; PLAYER 1-2 OPTION LoopAudio OFF

The command chain (joins two or more commands by the semicolon ; ) for Player 1-1 and Player 1-2 is needed because you don’t know in which player the element will be played. So it’s a command for each player.

Thanks alot Uli! Works like a charm.

Have a good (rest of) the weekend!

Cheers,

Maarten