diff --git a/docs/reference/curtrack.md b/docs/reference/curtrack.md index 9ad15f3c..3223a64f 100644 --- a/docs/reference/curtrack.md +++ b/docs/reference/curtrack.md @@ -7,7 +7,7 @@ title: #CURTRACK Guide The `#CURTRACK` statement is a capability in Lyrion Music Server (LMS) for playlists. You can insert a `#CURTRACK 0` as the first statement in a playlist. This statement is only effective if "Play now (▶)" is used to start the playlist. If the "Append to queue (+)", "Play next" or shuffle is turned on the `#CURTRACK` statement will be ignored. -When `#CURTRACK` is active (meaning the playlist was started using the "Play now (▶)") LMS will update the number in the `#CURTRACK` statement to the track number prior to the currently playing track number. In this way you can stop the playlist, clear the play queue, play something else and at a later time restart the playlist with a "Play now (▶)" and the playlist will resume on the track that was playing when the playlist was stopped. +When `#CURTRACK` is active (meaning the playlist was started using the "Play now (▶)") LMS will update the number in the `#CURTRACK` statement to the track number prior to the currently playing track number. In this way you can stop the playlist, clear the play queue, play something else and at a later time restart the playlist with a "Play now (▶)" and the playlist will resume on the track that was playing when the playlist was stopped. When the playlist finishes #CURTRACK will be reset to 0 so that the next time the playlist is started via the "Play now (▶)" it will start from the beginning. You can edit the playlist and change the number in the `#CURTRACK` statement and it will be honored the next time the playlist is started using "Play now (▶)". If the `#CURTRACK` statement is inserted in a playlist without a number it will be ignored by LMS regardless of how the playlist is started.