MediaBrowser / Emby.WindowsPhone

Emby for Windows Phone
http://emby.media
GNU General Public License v2.0
55 stars 17 forks source link

Support RepeatMode #243

Open LukePulverenti opened 9 years ago

LukePulverenti commented 9 years ago

In the latest nuget:

When you report playback start & progress, there is now a RepeatMode property. It defaults to RepeatNone but also accepts RepeatOne and RepeatAll.

In order to receive a remote control command to change report mode, add SetRepeatMode to your supported commands list. it will then come through as a GeneralCommand with a RepeatMode argument.

In order to remote control other apps, RepeatMode has been added to SessionInfo.PlayState