.\" Man page generated from reStructuredText .\" by the Docutils 0.22.4 manpage writer. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "org.bluez.MediaItem" "5" "September 2023" "BlueZ" "Linux System Administration" .SH Name org.bluez.MediaItem \- BlueZ D-Bus MediaItem API documentation .SH Interface .INDENT 0.0 .TP .B Service unique name (Target role) org.bluez (Controller role) .TP .B Interface org.bluez.MediaItem1 .TP .B Object path freely definable (Target role) [variable prefix]/{hci0,hci1,...}/dev_{BDRADDR}/player#/item# (Controller role) .TP .B Used by \fBbluetoothctl\-player(1)\fP .UNINDENT .SS Methods .SS void Play() .sp Play item .sp Possible Errors: .INDENT 0.0 .TP .B org.bluez.Error.NotSupported .TP .B org.bluez.Error.Failed .UNINDENT .sp Examples: .INDENT 0.0 .TP .B bluetoothctl [player] > play [item] .UNINDENT .SS void AddtoNowPlaying() .sp Add item to now playing list .sp Possible Errors: .INDENT 0.0 .TP .B org.bluez.Error.NotSupported .TP .B org.bluez.Error.Failed .UNINDENT .sp Examples: .INDENT 0.0 .TP .B bluetoothctl [player] > queue .UNINDENT .SS Properties .SS object Player [readonly] .sp Player object path the item belongs to .SS string Name [readonly] .sp Item displayable name .SS string Type [readonly] .sp Item type .sp Possible values: .INDENT 0.0 .TP .B \(dqvideo\(dq .TP .B \(dqaudio\(dq .TP .B \(dqfolder\(dq .UNINDENT .SS string FolderType [readonly, optional] .sp Folder type. .sp Available if property Type is \(dqFolder\(dq .sp Possible values: .INDENT 0.0 .TP .B \(dqmixed\(dq .TP .B \(dqtitles\(dq .TP .B \(dqalbums\(dq .TP .B \(dqartists\(dq .UNINDENT .SS boolean Playable [readonly, optional] .sp Indicates if the item can be played .sp Available if property Type is \(dqfolder\(dq .SS dict Metadata [readonly] .sp Item metadata. .sp Possible values: .INDENT 0.0 .TP .B string Title Item title name .sp Available if property Type is \(dqaudio\(dq or \(dqvideo\(dq .TP .B string Artist Item artist name .sp Available if property Type is \(dqaudio\(dq or \(dqvideo\(dq .TP .B string Album Item album name .sp Available if property Type is \(dqaudio\(dq or \(dqvideo\(dq .TP .B string Genre Item genre name .sp Available if property Type is \(dqaudio\(dq or \(dqvideo\(dq .TP .B uint32 NumberOfTracks Item album number of tracks in total .sp Available if property Type is \(dqaudio\(dq or \(dqvideo\(dq .TP .B uint32 Number Item album number .sp Available if property Type is \(dqaudio\(dq or \(dqvideo\(dq .TP .B uint32 Duration Item duration in milliseconds .sp Available if property Type is \(dqaudio\(dq or \(dqvideo\(dq .UNINDENT .\" End of generated man page.