# Music Player Action

The Music Player Action allows you to control the [Music Player](/docs/music-player) service in Mix It Up.

This action supports the following options:

- **Play/Pause:** Plays or pauses the current song based on the current state.
- **Play:** Plays the current song.
- **Play Specific Song:** Searches for a song with a title containing the specified text and plays the song with the closest matching title.
- **Pause:** Pauses the currently playing song.
- **Stop:** Stops the currently playing song and sets the time for it back to the start.
- **Next:** Plays the next song in the list.
- **Previous:** Plays the previous song in the list.
- **Change Volume:** Changes the current volume of the Music Player.
- **Change Folder:** Changes the current folder for songs and loads in all of the songs from that folder path.
- **Shuffle On:** Turns Shuffle mode on.
- **Shuffle Off:** Turns Shuffle mode off.
- **Shuffle Toggle:** Toggles Shuffle mode between on and off.
- **Repeat On:** Turns Repeat mode on.
- **Repeat Off:** Turns Repeat mode off.
- **Repeat Toggle:** Toggles Repeat mode between on and off.
- **Clear Queue:** Removes all songs from the Music Player queue.
