diff --git a/doc/media-api.txt b/doc/media-api.txt
index 05f90e3..07ea991 100644
--- a/doc/media-api.txt
+++ b/doc/media-api.txt
Resume playback.
+ Possible Errors: org.bluez.Error.NotSupported
+ org.bluez.Error.Failed
+
void Pause()
Pause playback.
+ Possible Errors: org.bluez.Error.NotSupported
+ org.bluez.Error.Failed
+
void Stop()
Stop playback.
+ Possible Errors: org.bluez.Error.NotSupported
+ org.bluez.Error.Failed
+
void Next()
Next item.
+ Possible Errors: org.bluez.Error.NotSupported
+ org.bluez.Error.Failed
+
void Previous()
Previous item.
+ Possible Errors: org.bluez.Error.NotSupported
+ org.bluez.Error.Failed
+
void FastForward()
Fast forward playback, this action is only stopped
when another method in this interface is called.
+ Possible Errors: org.bluez.Error.NotSupported
+ org.bluez.Error.Failed
+
void Rewind()
Rewind playback, this action is only stopped
when another method in this interface is called.
+ Possible Errors: org.bluez.Error.NotSupported
+ org.bluez.Error.Failed
+
Properties string Equalizer [readwrite]
Possible values: "off" or "on"
To list the items found use the folder object returned
and pass to ChangeFolder.
+ Possible Errors: org.bluez.Error.NotSupported
+ org.bluez.Error.Failed
+
array{objects, properties} ListItems(dict filter)
Return a list of items found
+ Possible Errors: org.bluez.Error.InvalidArguments
+ org.bluez.Error.NotSupported
+ org.bluez.Error.Failed
+
void ChangeFolder(object folder)
Change current folder.
exception is NowPlaying folder which should be always
present while the player is active.
+ Possible Errors: org.bluez.Error.InvalidArguments
+ org.bluez.Error.NotSupported
+ org.bluez.Error.Failed
+
Properties uint32 NumberOfItems [readonly]
Number of items in the folder
Play item
+ Possible Errors: org.bluez.Error.NotSupported
+ org.bluez.Error.Failed
+
void AddtoNowPlaying()
Add item to now playing list
+ Possible Errors: org.bluez.Error.NotSupported
+ org.bluez.Error.Failed
+
Properties object Player [readonly]
Player object path the item belongs to