From 6bf38896c4bcbf5fc1982785976c65894880978b Mon Sep 17 00:00:00 2001 From: SeaDve Date: Fri, 10 Nov 2023 10:08:41 +0000 Subject: [PATCH] deploy: f653d004a9c8fac1536e09ee108fdb2224119845 --- implementors/core/clone/trait.Clone.js | 2 +- implementors/core/cmp/trait.Eq.js | 2 +- implementors/core/cmp/trait.PartialEq.js | 2 +- implementors/core/convert/trait.From.js | 2 +- implementors/core/convert/trait.TryFrom.js | 2 +- implementors/core/fmt/trait.Debug.js | 2 +- implementors/core/fmt/trait.Display.js | 2 +- implementors/core/hash/trait.Hash.js | 2 +- implementors/core/marker/trait.Copy.js | 2 +- implementors/core/marker/trait.StructuralEq.js | 2 +- implementors/core/marker/trait.StructuralPartialEq.js | 2 +- implementors/serde/de/trait.Deserialize.js | 2 +- implementors/serde/ser/trait.Serialize.js | 2 +- implementors/zvariant/type/trait.Type.js | 2 +- mpris_server/enum.LoopStatus.html | 2 +- mpris_server/enum.PlaybackStatus.html | 2 +- mpris_server/enum.PlaylistOrdering.html | 4 ++-- mpris_server/index.html | 2 +- mpris_server/struct.TrackId.html | 4 ++-- search-index.js | 2 +- 20 files changed, 22 insertions(+), 22 deletions(-) diff --git a/implementors/core/clone/trait.Clone.js b/implementors/core/clone/trait.Clone.js index 0eefcf7..469f47c 100644 --- a/implementors/core/clone/trait.Clone.js +++ b/implementors/core/clone/trait.Clone.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"mpris_server":[["impl Clone for PlaylistsProperty"],["impl Clone for TrackListProperty"],["impl Clone for LoopStatus"],["impl Clone for PlaybackStatus"],["impl Clone for PlaylistOrdering"],["impl Clone for Time"],["impl Clone for TrackId"],["impl Clone for Property"],["impl Clone for MetadataBuilder"],["impl Clone for Metadata"],["impl Clone for Playlist"]] +"mpris_server":[["impl Clone for Time"],["impl Clone for TrackListProperty"],["impl Clone for Playlist"],["impl Clone for MetadataBuilder"],["impl Clone for PlaylistOrdering"],["impl Clone for Metadata"],["impl Clone for PlaylistsProperty"],["impl Clone for PlaybackStatus"],["impl Clone for Property"],["impl Clone for LoopStatus"],["impl Clone for TrackId"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/cmp/trait.Eq.js b/implementors/core/cmp/trait.Eq.js index e6bc27c..12a7b0a 100644 --- a/implementors/core/cmp/trait.Eq.js +++ b/implementors/core/cmp/trait.Eq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"mpris_server":[["impl Eq for TrackListProperty"],["impl Eq for PlaylistOrdering"],["impl Eq for TrackId"],["impl Eq for PlaylistsProperty"],["impl Eq for PlaybackStatus"],["impl Eq for LoopStatus"],["impl Eq for Playlist"],["impl Eq for Time"]] +"mpris_server":[["impl Eq for PlaylistsProperty"],["impl Eq for Time"],["impl Eq for Playlist"],["impl Eq for PlaylistOrdering"],["impl Eq for PlaybackStatus"],["impl Eq for TrackId"],["impl Eq for LoopStatus"],["impl Eq for TrackListProperty"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/cmp/trait.PartialEq.js b/implementors/core/cmp/trait.PartialEq.js index cb2415b..3ec8551 100644 --- a/implementors/core/cmp/trait.PartialEq.js +++ b/implementors/core/cmp/trait.PartialEq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"mpris_server":[["impl PartialEq<Playlist> for Playlist"],["impl PartialEq<TrackListProperty> for TrackListProperty"],["impl PartialEq<TrackId> for TrackId"],["impl PartialEq<LoopStatus> for LoopStatus"],["impl PartialEq<PlaybackStatus> for PlaybackStatus"],["impl PartialEq<Property> for Property"],["impl PartialEq<Time> for Time"],["impl PartialEq<PlaylistsProperty> for PlaylistsProperty"],["impl PartialEq<Metadata> for Metadata"],["impl PartialEq<PlaylistOrdering> for PlaylistOrdering"]] +"mpris_server":[["impl PartialEq<TrackListProperty> for TrackListProperty"],["impl PartialEq<Playlist> for Playlist"],["impl PartialEq<Property> for Property"],["impl PartialEq<PlaybackStatus> for PlaybackStatus"],["impl PartialEq<LoopStatus> for LoopStatus"],["impl PartialEq<PlaylistsProperty> for PlaylistsProperty"],["impl PartialEq<Metadata> for Metadata"],["impl PartialEq<PlaylistOrdering> for PlaylistOrdering"],["impl PartialEq<TrackId> for TrackId"],["impl PartialEq<Time> for Time"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/convert/trait.From.js b/implementors/core/convert/trait.From.js index d202be9..a25079f 100644 --- a/implementors/core/convert/trait.From.js +++ b/implementors/core/convert/trait.From.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"mpris_server":[["impl<'unowned, 'owned: 'unowned> From<&'owned TrackId> for ObjectPath<'unowned>"],["impl<'a> From<LoopStatus> for Value<'a>"],["impl From<TrackId> for ObjectPath<'static>"],["impl From<TrackId> for Value<'static>"],["impl<'a> From<PlaylistOrdering> for Value<'a>"],["impl<'a> From<PlaybackStatus> for Value<'a>"],["impl<'a> From<Playlist> for Value<'a>"],["impl<'a> From<Metadata> for Value<'a>"],["impl<'a> From<ObjectPath<'a>> for TrackId"],["impl<'a> From<Time> for Value<'a>"]] +"mpris_server":[["impl<'a> From<LoopStatus> for Value<'a>"],["impl<'a> From<Playlist> for Value<'a>"],["impl<'a> From<Metadata> for Value<'a>"],["impl<'a> From<Time> for Value<'a>"],["impl<'a> From<PlaylistOrdering> for Value<'a>"],["impl From<TrackId> for Value<'static>"],["impl From<TrackId> for ObjectPath<'static>"],["impl<'a> From<PlaybackStatus> for Value<'a>"],["impl<'a> From<ObjectPath<'a>> for TrackId"],["impl<'unowned, 'owned: 'unowned> From<&'owned TrackId> for ObjectPath<'unowned>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/convert/trait.TryFrom.js b/implementors/core/convert/trait.TryFrom.js index 6374e3f..29dc334 100644 --- a/implementors/core/convert/trait.TryFrom.js +++ b/implementors/core/convert/trait.TryFrom.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"mpris_server":[["impl<'a> TryFrom<Value<'a>> for LoopStatus"],["impl TryFrom<Value<'_>> for TrackId"],["impl TryFrom<&str> for TrackId"],["impl TryFrom<Value<'_>> for Time"],["impl TryFrom<String> for TrackId"]] +"mpris_server":[["impl TryFrom<&str> for TrackId"],["impl TryFrom<Value<'_>> for TrackId"],["impl TryFrom<String> for TrackId"],["impl TryFrom<Value<'_>> for Time"],["impl<'a> TryFrom<Value<'a>> for LoopStatus"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/fmt/trait.Debug.js b/implementors/core/fmt/trait.Debug.js index e239847..d591f99 100644 --- a/implementors/core/fmt/trait.Debug.js +++ b/implementors/core/fmt/trait.Debug.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"mpris_server":[["impl Debug for Playlist"],["impl<T> Debug for Server<T>where\n T: PlayerInterface + 'static,"],["impl Debug for LoopStatus"],["impl Debug for TrackId"],["impl Debug for TrackListProperty"],["impl Debug for Signal"],["impl Debug for LocalServerRunTask"],["impl Debug for PlaylistsSignal"],["impl<T> Debug for LocalServer<T>where\n T: LocalPlayerInterface + 'static,"],["impl Debug for PlaylistOrdering"],["impl Debug for PlayerBuilder"],["impl Debug for Property"],["impl Debug for MetadataBuilder"],["impl Debug for PlaylistsProperty"],["impl Debug for PlaybackStatus"],["impl Debug for Time"],["impl Debug for Metadata"],["impl Debug for TrackListSignal"],["impl Debug for Player"]] +"mpris_server":[["impl Debug for PlaybackStatus"],["impl Debug for Player"],["impl Debug for PlaylistsSignal"],["impl Debug for PlayerBuilder"],["impl Debug for PlaylistsProperty"],["impl<T> Debug for LocalServer<T>where\n T: LocalPlayerInterface + 'static,"],["impl Debug for Property"],["impl Debug for TrackId"],["impl Debug for PlaylistOrdering"],["impl Debug for MetadataBuilder"],["impl Debug for Metadata"],["impl Debug for Signal"],["impl Debug for LocalServerRunTask"],["impl Debug for Playlist"],["impl Debug for LoopStatus"],["impl<T> Debug for Server<T>where\n T: PlayerInterface + 'static,"],["impl Debug for TrackListSignal"],["impl Debug for TrackListProperty"],["impl Debug for Time"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/fmt/trait.Display.js b/implementors/core/fmt/trait.Display.js index 0aa765f..5cfdf42 100644 --- a/implementors/core/fmt/trait.Display.js +++ b/implementors/core/fmt/trait.Display.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"mpris_server":[["impl Display for PlaybackStatus"],["impl Display for PlaylistOrdering"],["impl Display for TrackId"],["impl Display for LoopStatus"]] +"mpris_server":[["impl Display for LoopStatus"],["impl Display for PlaybackStatus"],["impl Display for TrackId"],["impl Display for PlaylistOrdering"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/hash/trait.Hash.js b/implementors/core/hash/trait.Hash.js index f0ec3a2..429a6af 100644 --- a/implementors/core/hash/trait.Hash.js +++ b/implementors/core/hash/trait.Hash.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"mpris_server":[["impl Hash for TrackId"],["impl Hash for Time"]] +"mpris_server":[["impl Hash for Time"],["impl Hash for TrackId"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.Copy.js b/implementors/core/marker/trait.Copy.js index 829e433..bec5520 100644 --- a/implementors/core/marker/trait.Copy.js +++ b/implementors/core/marker/trait.Copy.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"mpris_server":[["impl Copy for PlaybackStatus"],["impl Copy for LoopStatus"],["impl Copy for PlaylistOrdering"],["impl Copy for Time"]] +"mpris_server":[["impl Copy for Time"],["impl Copy for LoopStatus"],["impl Copy for PlaybackStatus"],["impl Copy for PlaylistOrdering"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.StructuralEq.js b/implementors/core/marker/trait.StructuralEq.js index 4fbfd9b..558896f 100644 --- a/implementors/core/marker/trait.StructuralEq.js +++ b/implementors/core/marker/trait.StructuralEq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"mpris_server":[["impl StructuralEq for TrackListProperty"],["impl StructuralEq for PlaybackStatus"],["impl StructuralEq for PlaylistsProperty"],["impl StructuralEq for PlaylistOrdering"],["impl StructuralEq for LoopStatus"],["impl StructuralEq for Time"],["impl StructuralEq for Playlist"],["impl StructuralEq for TrackId"]] +"mpris_server":[["impl StructuralEq for PlaybackStatus"],["impl StructuralEq for Time"],["impl StructuralEq for Playlist"],["impl StructuralEq for TrackListProperty"],["impl StructuralEq for TrackId"],["impl StructuralEq for PlaylistsProperty"],["impl StructuralEq for LoopStatus"],["impl StructuralEq for PlaylistOrdering"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.StructuralPartialEq.js b/implementors/core/marker/trait.StructuralPartialEq.js index 6150b62..896eacd 100644 --- a/implementors/core/marker/trait.StructuralPartialEq.js +++ b/implementors/core/marker/trait.StructuralPartialEq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"mpris_server":[["impl StructuralPartialEq for PlaybackStatus"],["impl StructuralPartialEq for TrackId"],["impl StructuralPartialEq for TrackListProperty"],["impl StructuralPartialEq for LoopStatus"],["impl StructuralPartialEq for PlaylistsProperty"],["impl StructuralPartialEq for Time"],["impl StructuralPartialEq for Property"],["impl StructuralPartialEq for PlaylistOrdering"],["impl StructuralPartialEq for Metadata"],["impl StructuralPartialEq for Playlist"]] +"mpris_server":[["impl StructuralPartialEq for Metadata"],["impl StructuralPartialEq for PlaylistsProperty"],["impl StructuralPartialEq for Playlist"],["impl StructuralPartialEq for Property"],["impl StructuralPartialEq for PlaylistOrdering"],["impl StructuralPartialEq for TrackListProperty"],["impl StructuralPartialEq for LoopStatus"],["impl StructuralPartialEq for PlaybackStatus"],["impl StructuralPartialEq for Time"],["impl StructuralPartialEq for TrackId"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/serde/de/trait.Deserialize.js b/implementors/serde/de/trait.Deserialize.js index a572949..2a548c0 100644 --- a/implementors/serde/de/trait.Deserialize.js +++ b/implementors/serde/de/trait.Deserialize.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"mpris_server":[["impl<'de> Deserialize<'de> for TrackId"],["impl<'de> Deserialize<'de> for Time"],["impl<'de> Deserialize<'de> for PlaylistOrdering"]] +"mpris_server":[["impl<'de> Deserialize<'de> for PlaylistOrdering"],["impl<'de> Deserialize<'de> for TrackId"],["impl<'de> Deserialize<'de> for Time"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/serde/ser/trait.Serialize.js b/implementors/serde/ser/trait.Serialize.js index 7ecb6e5..00be440 100644 --- a/implementors/serde/ser/trait.Serialize.js +++ b/implementors/serde/ser/trait.Serialize.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"mpris_server":[["impl Serialize for TrackId"],["impl Serialize for Metadata"],["impl Serialize for Playlist"],["impl Serialize for Time"]] +"mpris_server":[["impl Serialize for Playlist"],["impl Serialize for Time"],["impl Serialize for Metadata"],["impl Serialize for TrackId"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/zvariant/type/trait.Type.js b/implementors/zvariant/type/trait.Type.js index 22b1e06..cebd4f1 100644 --- a/implementors/zvariant/type/trait.Type.js +++ b/implementors/zvariant/type/trait.Type.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"mpris_server":[["impl Type for TrackId"],["impl Type for LoopStatus"],["impl Type for Playlist"],["impl Type for Metadata"],["impl Type for Time"],["impl Type for PlaybackStatus"],["impl Type for PlaylistOrdering"]] +"mpris_server":[["impl Type for Time"],["impl Type for TrackId"],["impl Type for Playlist"],["impl Type for Metadata"],["impl Type for PlaybackStatus"],["impl Type for LoopStatus"],["impl Type for PlaylistOrdering"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/mpris_server/enum.LoopStatus.html b/mpris_server/enum.LoopStatus.html index 909c808..4294412 100644 --- a/mpris_server/enum.LoopStatus.html +++ b/mpris_server/enum.LoopStatus.html @@ -8,7 +8,7 @@ finished playing.

§

Playlist

The playback loops through a list of tracks.

Implementations§

source§

impl LoopStatus

source

pub fn as_str(&self) -> &'static str

Returns the string representation of this loop status.

-

Trait Implementations§

source§

impl Clone for LoopStatus

source§

fn clone(&self) -> LoopStatus

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for LoopStatus

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for LoopStatus

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a> From<LoopStatus> for Value<'a>

source§

fn from(status: LoopStatus) -> Self

Converts to this type from the input type.
source§

impl PartialEq<LoopStatus> for LoopStatus

source§

fn eq(&self, other: &LoopStatus) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for LoopStatus

source§

fn clone(&self) -> LoopStatus

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for LoopStatus

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for LoopStatus

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a> From<LoopStatus> for Value<'a>

source§

fn from(status: LoopStatus) -> Self

Converts to this type from the input type.
source§

impl PartialEq<LoopStatus> for LoopStatus

source§

fn eq(&self, other: &LoopStatus) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl<'a> TryFrom<Value<'a>> for LoopStatus

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(value: Value<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl Type for LoopStatus

source§

fn signature() -> Signature<'static>

Get the signature for the implementing type. Read more
source§

impl Copy for LoopStatus

source§

impl Eq for LoopStatus

source§

impl StructuralEq for LoopStatus

source§

impl StructuralPartialEq for LoopStatus

Auto Trait Implementations§

§

impl RefUnwindSafe for LoopStatus

§

impl Send for LoopStatus

§

impl Sync for LoopStatus

§

impl Unpin for LoopStatus

§

impl UnwindSafe for LoopStatus

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere diff --git a/mpris_server/enum.PlaybackStatus.html b/mpris_server/enum.PlaybackStatus.html index 5bccebf..f53ff70 100644 --- a/mpris_server/enum.PlaybackStatus.html +++ b/mpris_server/enum.PlaybackStatus.html @@ -7,7 +7,7 @@

§

Paused

A track is currently paused.

§

Stopped

There is no track currently playing.

Implementations§

source§

impl PlaybackStatus

source

pub fn as_str(&self) -> &'static str

Returns the string representation of this playback status.

-

Trait Implementations§

source§

impl Clone for PlaybackStatus

source§

fn clone(&self) -> PlaybackStatus

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for PlaybackStatus

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for PlaybackStatus

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a> From<PlaybackStatus> for Value<'a>

source§

fn from(status: PlaybackStatus) -> Self

Converts to this type from the input type.
source§

impl PartialEq<PlaybackStatus> for PlaybackStatus

source§

fn eq(&self, other: &PlaybackStatus) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for PlaybackStatus

source§

fn clone(&self) -> PlaybackStatus

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for PlaybackStatus

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for PlaybackStatus

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a> From<PlaybackStatus> for Value<'a>

source§

fn from(status: PlaybackStatus) -> Self

Converts to this type from the input type.
source§

impl PartialEq<PlaybackStatus> for PlaybackStatus

source§

fn eq(&self, other: &PlaybackStatus) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Type for PlaybackStatus

source§

fn signature() -> Signature<'static>

Get the signature for the implementing type. Read more
source§

impl Copy for PlaybackStatus

source§

impl Eq for PlaybackStatus

source§

impl StructuralEq for PlaybackStatus

source§

impl StructuralPartialEq for PlaybackStatus

Auto Trait Implementations§

§

impl RefUnwindSafe for PlaybackStatus

§

impl Send for PlaybackStatus

§

impl Sync for PlaybackStatus

§

impl Unpin for PlaybackStatus

§

impl UnwindSafe for PlaybackStatus

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere diff --git a/mpris_server/enum.PlaylistOrdering.html b/mpris_server/enum.PlaylistOrdering.html index 4eaf551..532a0b3 100644 --- a/mpris_server/enum.PlaylistOrdering.html +++ b/mpris_server/enum.PlaylistOrdering.html @@ -15,8 +15,8 @@

§

LastPlayDate

Ordering by date of last playback, oldest first.

§

UserDefined

A user-defined ordering.

Implementations§

source§

impl PlaylistOrdering

source

pub fn as_str(&self) -> &'static str

Returns the string representation of this playlist ordering.

-

Trait Implementations§

source§

impl Clone for PlaylistOrdering

source§

fn clone(&self) -> PlaylistOrdering

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for PlaylistOrdering

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for PlaylistOrdering

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for PlaylistOrdering

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a> From<PlaylistOrdering> for Value<'a>

source§

fn from(status: PlaylistOrdering) -> Self

Converts to this type from the input type.
source§

impl PartialEq<PlaylistOrdering> for PlaylistOrdering

source§

fn eq(&self, other: &PlaylistOrdering) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for PlaylistOrdering

source§

fn clone(&self) -> PlaylistOrdering

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for PlaylistOrdering

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for PlaylistOrdering

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for PlaylistOrdering

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a> From<PlaylistOrdering> for Value<'a>

source§

fn from(status: PlaylistOrdering) -> Self

Converts to this type from the input type.
source§

impl PartialEq<PlaylistOrdering> for PlaylistOrdering

source§

fn eq(&self, other: &PlaylistOrdering) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Type for PlaylistOrdering

source§

fn signature() -> Signature<'static>

Get the signature for the implementing type. Read more
source§

impl Copy for PlaylistOrdering

source§

impl Eq for PlaylistOrdering

source§

impl StructuralEq for PlaylistOrdering

source§

impl StructuralPartialEq for PlaylistOrdering

Auto Trait Implementations§

§

impl RefUnwindSafe for PlaylistOrdering

§

impl Send for PlaylistOrdering

§

impl Sync for PlaylistOrdering

§

impl Unpin for PlaylistOrdering

§

impl UnwindSafe for PlaylistOrdering

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere diff --git a/mpris_server/index.html b/mpris_server/index.html index b264e9f..ebae644 100644 --- a/mpris_server/index.html +++ b/mpris_server/index.html @@ -1,4 +1,4 @@ -mpris_server - Rust

Crate mpris_server

source ·
Expand description

MPRIS Server

+mpris_server - Rust

Crate mpris_server

source ·
Expand description

MPRIS Server

github crates.io docs diff --git a/mpris_server/struct.TrackId.html b/mpris_server/struct.TrackId.html index f88485b..1c5004d 100644 --- a/mpris_server/struct.TrackId.html +++ b/mpris_server/struct.TrackId.html @@ -1193,12 +1193,12 @@

Examples
assert_eq!("grüße, jürgen ❤", s.to_ascii_lowercase());

Trait Implementations§

source§

impl Clone for TrackId

source§

fn clone(&self) -> TrackId

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TrackId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for TrackId

source§

fn default() -> TrackId

Returns the “default value” for a type. Read more
source§

impl Deref for TrackId

§

type Target = ObjectPath<'static>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl<'de> Deserialize<'de> for TrackId

source§

fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for TrackId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'unowned, 'owned: 'unowned> From<&'owned TrackId> for ObjectPath<'unowned>

source§

fn from(o: &'owned TrackId) -> Self

Converts to this type from the input type.
source§

impl<'a> From<ObjectPath<'a>> for TrackId

source§

fn from(o: ObjectPath<'a>) -> Self

Converts to this type from the input type.
source§

impl From<TrackId> for ObjectPath<'static>

source§

fn from(o: TrackId) -> Self

Converts to this type from the input type.
source§

impl From<TrackId> for Value<'static>

source§

fn from(o: TrackId) -> Self

Converts to this type from the input type.
source§

impl Hash for TrackId

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for TrackId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'unowned, 'owned: 'unowned> From<&'owned TrackId> for ObjectPath<'unowned>

source§

fn from(o: &'owned TrackId) -> Self

Converts to this type from the input type.
source§

impl<'a> From<ObjectPath<'a>> for TrackId

source§

fn from(o: ObjectPath<'a>) -> Self

Converts to this type from the input type.
source§

impl From<TrackId> for ObjectPath<'static>

source§

fn from(o: TrackId) -> Self

Converts to this type from the input type.
source§

impl From<TrackId> for Value<'static>

source§

fn from(o: TrackId) -> Self

Converts to this type from the input type.
source§

impl Hash for TrackId

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq<TrackId> for TrackId

source§

fn eq(&self, other: &TrackId) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for TrackId

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFrom<&str> for TrackId

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(value: &str) -> Result<Self>

Performs the conversion.
source§

impl TryFrom<String> for TrackId

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(value: String) -> Result<Self>

Performs the conversion.
source§

impl TryFrom<Value<'_>> for TrackId

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(value: Value<'_>) -> Result<Self>

Performs the conversion.
source§

impl Type for TrackId

source§

fn signature() -> Signature<'static>

Get the signature for the implementing type. Read more
source§

impl Eq for TrackId

source§

impl StructuralEq for TrackId

source§

impl StructuralPartialEq for TrackId

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

source§

impl TryFrom<&str> for TrackId

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(value: &str) -> Result<Self>

Performs the conversion.
source§

impl TryFrom<String> for TrackId

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(value: String) -> Result<Self>

Performs the conversion.
source§

impl TryFrom<Value<'_>> for TrackId

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(value: Value<'_>) -> Result<Self>

Performs the conversion.
source§

impl Type for TrackId

source§

fn signature() -> Signature<'static>

Get the signature for the implementing type. Read more
source§

impl Eq for TrackId

source§

impl StructuralEq for TrackId

source§

impl StructuralPartialEq for TrackId

Auto Trait Implementations§

§

impl RefUnwindSafe for TrackId

§

impl Send for TrackId

§

impl Sync for TrackId

§

impl Unpin for TrackId

§

impl UnwindSafe for TrackId

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<'de, T> DynamicDeserialize<'de> for Twhere diff --git a/search-index.js b/search-index.js index 895f481..b928248 100644 --- a/search-index.js +++ b/search-index.js @@ -1,5 +1,5 @@ var searchIndex = JSON.parse('{\ -"mpris_server":{"doc":"MPRIS Server","t":"NNNNNNNNNNNNGNNNNNIIIDDIENSSNDNNNSNNNGENDINDNNNGEIEEENINDNENNNDNNDIENENNNGNGNSLKKKKLLKKLLLLLLLLLLLXLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLKKLKKKKLKKLKKLKKLKKLKKLKKLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLLKKKKLKKKKLLLMMKKLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLLKKLKKLKKLMLLLLLLLLLKKLLLKKKKLKKKKKKKKLKKLLLLLKKLKKLLKKKKKKLKKLLLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLLLLLKKLLLLLLLKKLKKLKKLLLLLLLLLLKKLKKLLLLLLLLKKLLKKLKKLLLLLLLLLLLLLLLLLLLLLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLLLLLLLLLLLLLLLLLCMMMMMMMMMDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["ActivePlaylist","Alphabetical","CanEditTracks","CanGoNext","CanGoPrevious","CanPause","CanPlay","CanQuit","CanRaise","CanSeek","CanSetFullscreen","CreationDate","DateTime","DesktopEntry","Fullscreen","HasTrackList","Identity","LastPlayDate","LocalPlayerInterface","LocalPlaylistsInterface","LocalRootInterface","LocalServer","LocalServerRunTask","LocalTrackListInterface","LoopStatus","LoopStatus","MAX","MIN","MaximumRate","Metadata","Metadata","MinimumRate","ModifiedDate","NO_TRACK","None","Orderings","Paused","PlaybackRate","PlaybackStatus","PlaybackStatus","Player","PlayerInterface","Playing","Playlist","Playlist","PlaylistChanged","PlaylistCount","PlaylistId","PlaylistOrdering","PlaylistsInterface","PlaylistsProperty","PlaylistsSignal","Property","Rate","RootInterface","Seeked","Server","Shuffle","Signal","Stopped","SupportedMimeTypes","SupportedUriSchemes","Time","Track","TrackAdded","TrackId","TrackListInterface","TrackListProperty","TrackListReplaced","TrackListSignal","TrackMetadataChanged","TrackRemoved","Tracks","Uri","UserDefined","Volume","Volume","ZERO","abs","activate_playlist","activate_playlist","active_playlist","active_playlist","add","add_assign","add_track","add_track","album","album_artist","art_url","artist","as_micros","as_millis","as_nanos","as_secs","as_str","as_str","as_str","async_trait","audio_bpm","auto_rating","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","builder","builder","builder","can_control","can_control","can_control","can_edit_tracks","can_edit_tracks","can_go_next","can_go_next","can_go_next","can_go_previous","can_go_previous","can_go_previous","can_pause","can_pause","can_pause","can_play","can_play","can_play","can_quit","can_quit","can_quit","can_raise","can_raise","can_raise","can_seek","can_seek","can_seek","can_set_fullscreen","can_set_fullscreen","can_set_fullscreen","checked_add","checked_sub","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","comment","composer","connect_next","connect_open_uri","connect_pause","connect_play","connect_play_pause","connect_previous","connect_quit","connect_raise","connect_seek","connect_set_fullscreen","connect_set_loop_status","connect_set_position","connect_set_rate","connect_set_shuffle","connect_set_volume","connect_stop","connection","connection","content_created","default","default","default","deref","deserialize","deserialize","deserialize","deserializer_for_signature","deserializer_for_signature","deserializer_for_signature","desktop_entry","desktop_entry","desktop_entry","disc_number","dynamic_signature","dynamic_signature","dynamic_signature","dynamic_signature","dynamic_signature","dynamic_signature","dynamic_signature","emit","emit","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","first_used","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_micros","from_millis","from_nanos","from_secs","fullscreen","fullscreen","fullscreen","genre","get","get_playlists","get_playlists","get_tracks_metadata","get_tracks_metadata","get_value","go_to","go_to","has_track_list","has_track_list","has_track_list","hash","hash","icon","id","identity","identity","identity","imp","imp","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_future","into_inner","is_negative","is_positive","is_zero","last_used","length","loop_status","loop_status","loop_status","lyricist","lyrics","maximum_rate","maximum_rate","maximum_rate","metadata","metadata","metadata","minimum_rate","minimum_rate","minimum_rate","name","new","new","new","new_with_all","new_with_all","new_with_playlists","new_with_playlists","new_with_track_list","new_with_track_list","next","next","null_value","null_value","null_value","open_uri","open_uri","orderings","orderings","partial_cmp","pause","pause","play","play","play_pause","play_pause","playback_status","playback_status","playback_status","playlist_count","playlist_count","playlists_emit","playlists_emit","playlists_properties_changed","playlists_properties_changed","poll","position","position","position","previous","previous","properties_changed","properties_changed","quit","quit","raise","raise","rate","rate","rate","remove_track","remove_track","run","run","saturating_add","saturating_sub","seek","seek","seeked","serialize","serialize","serialize","serialize","set","set_album","set_album_artist","set_art_url","set_artist","set_audio_bpm","set_auto_rating","set_can_go_next","set_can_go_previous","set_can_pause","set_can_play","set_can_quit","set_can_raise","set_can_seek","set_can_set_fullscreen","set_comment","set_composer","set_content_created","set_desktop_entry","set_disc_number","set_first_used","set_fullscreen","set_fullscreen","set_fullscreen","set_genre","set_has_track_list","set_identity","set_last_used","set_length","set_loop_status","set_loop_status","set_loop_status","set_lyricist","set_lyrics","set_maximum_rate","set_metadata","set_minimum_rate","set_playback_status","set_position","set_position","set_position","set_rate","set_rate","set_rate","set_shuffle","set_shuffle","set_shuffle","set_supported_mime_types","set_supported_uri_schemes","set_title","set_track_number","set_trackid","set_url","set_use_count","set_user_rating","set_value","set_volume","set_volume","set_volume","shuffle","shuffle","shuffle","signature","signature","signature","signature","signature","signature","signature","stop","stop","sub","sub_assign","supported_mime_types","supported_mime_types","supported_mime_types","supported_uri_schemes","supported_uri_schemes","supported_uri_schemes","title","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","track_list_emit","track_list_emit","track_list_properties_changed","track_list_properties_changed","track_number","trackid","tracks","tracks","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","url","use_count","user_rating","volume","volume","volume","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","zbus","playlist","position","after_track","current_track","metadata","metadata","track_id","track_id","tracks","MetadataBuilder","PlayerBuilder","album","album_artist","art_url","artist","audio_bpm","auto_rating","borrow","borrow","borrow_mut","borrow_mut","build","build","can_control","can_go_next","can_go_previous","can_pause","can_play","can_quit","can_raise","can_seek","can_set_fullscreen","clone","clone_into","comment","composer","content_created","default","desktop_entry","disc_number","first_used","fmt","fmt","from","from","fullscreen","genre","has_track_list","identity","into","into","last_used","length","loop_status","lyricist","lyrics","maximum_rate","metadata","minimum_rate","null_value","other","playback_status","position","rate","shuffle","supported_mime_types","supported_uri_schemes","title","to_owned","track_number","trackid","try_from","try_from","try_into","try_into","type_id","type_id","url","use_count","user_rating","volume","vzip","vzip"],"q":[[0,"mpris_server"],[603,"mpris_server::PlaylistsSignal"],[604,"mpris_server::Signal"],[605,"mpris_server::TrackListSignal"],[612,"mpris_server::builder"]],"d":["","Alphabetical ordering by name, ascending.","","","","","","","","","","Ordering by creation date, oldest first.","Combined date and time.","","","","","Ordering by date of last playback, oldest first.","Local version of PlayerInterface to be used with …","Local version of PlaylistsInterface to be used with …","Local version of RootInterface to be used with LocalServer.","Local version of Server that doesn’t require T to be Send…","A task that runs LocalServer’s event handler until the …","Local version of TrackListInterface to be used with …","A repeat / loop status.","","The maximum time.","The minimum time.","","A mapping from metadata attribute names to values.","","","Ordering by last modified date, oldest first.","A special track ID to indicate “no track”.","The playback will stop when there are no more tracks to …","","A track is currently paused.","A playback rate.","A playback state.","","Ready-to-use mutable service-side object that internally …","Used to implement org.mpris.MediaPlayer2.Player interface, …","A track is currently playing.","A data structure describing a playlist.","The playback loops through a list of tracks.","Indicates that either the Name or Icon attribute of a …","","Unique playlist identifier.","Specifies the ordering of returned playlists.","Used to implement org.mpris.MediaPlayer2.Playlists …","Used for emitting PropertiesChanged signals on …","Used for emitting signals on Server::playlists_emit and …","Used for emitting PropertiesChanged signals on …","","Used to implement org.mpris.MediaPlayer2 interface.","Indicates that the track position has changed in a way …","Thin wrapper around zbus::Connection that calls to T’s …","","Used for emitting signals on Server::emit and …","There is no track currently playing.","","","A time with microsecond precision which can be negative.","The current track will start again from the beginning once …","Indicates that a track has been added to the track list.","Unique track identifier.","Used to implement org.mpris.MediaPlayer2.TrackList …","Used for emitting PropertiesChanged signals on …","Indicates that the entire tracklist has been replaced.","Used for emitting signals on Server::track_list_emit and …","Indicates that the metadata of a track in the tracklist …","Indicates that a track has been removed from the track …","","A unique resource identifier.","A user-defined ordering.","Audio volume level.","","A time of zero.","Returns the time as an absolute (non-negative) value.","Starts playing the given playlist.","Starts playing the given playlist.","The currently-active playlist.","The currently-active playlist.","","","Adds a URI in the tracklist.","Adds a URI in the tracklist.","The album name.","The album artist(s).","The location of an image representing the track or album.","The track artist(s).","Returns the number of whole microseconds contained by this …","Returns the number of whole milliseconds contained by this …","Returns the number of whole nanoseconds contained by this …","Returns the number of whole seconds contained by this Time.","Returns the string representation of this loop status.","Returns the string representation of this playback status.","Returns the string representation of this playlist …","Retrofits support for async fn in trait impls and …","The speed of the music, in beats per minute.","An automatically-generated rating, based on things such as …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","This contains the definitions of builder-pattern structs.","Creates a new builder-pattern struct instance to construct …","","Whether the media player may be controlled over this …","Whether the media player may be controlled over this …","This can only be set on construct.","Whether tracks can be added to and removed from the …","Whether tracks can be added to and removed from the …","Whether the client can call the Next method on this …","Whether the client can call the Next method on this …","","Whether the client can call the Previous method on this …","Whether the client can call the Previous method on this …","","Whether playback can be paused using Pause or PlayPause.","Whether playback can be paused using Pause or PlayPause.","","Whether playback can be started using Play or PlayPause.","Whether playback can be started using Play or PlayPause.","","Whether the player may be asked to quit.","Whether the player may be asked to quit.","","Whether the media player may be asked to be raised.","Whether the media player may be asked to be raised.","","Whether the client can control the playback position using …","Whether the client can control the playback position using …","","Whether the player may be asked to enter or leave …","Whether the player may be asked to enter or leave …","","Checked Time addition. Computes self + other, returning …","Checked Time subtraction. Computes self - other, returning …","","","","","","","","","","","","","","","","","","","","","","A (list of) freeform comment(s).","The composer(s) of the track.","","","","","","","","","","","","","","","","","Returns a reference to the inner Connection.","Returns a reference to the inner Connection.","When the track was created. Usually only the year component","","","","","","","","","","","The basename of an installed .desktop file which complies …","The basename of an installed .desktop file which complies …","","The disc number on the album that this track is from.","","","","","","","","Emits the given signal.","Emits the given signal.","","","","","","","","","","","","","","","","","","","When the track was first played.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Creates a new Time from the specified number of whole …","Creates a new Time from the specified number of whole …","Creates a new Time from the specified number of whole …","Creates a new Time from the specified number of whole …","Whether the media player is occupying the fullscreen.","Whether the media player is occupying the fullscreen.","","The genre(s) of the track.","Returns the value corresponding to the key and convert it …","Gets a set of playlists.","Gets a set of playlists.","Gets all the metadata available for a set of tracks.","Gets all the metadata available for a set of tracks.","Returns a reference to the value corresponding to the key.","Skip to the specified TrackId.","Skip to the specified TrackId.","Indicates whether the /org/mpris/MediaPlayer2 object …","Indicates whether the /org/mpris/MediaPlayer2 object …","","","","The URI of an (optional) icon.","A unique identifier for the playlist.","A friendly name to identify the media player to users (eg: …","A friendly name to identify the media player to users (eg: …","","Returns a reference to the underlying implementation.","Returns a reference to the underlying implementation.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","Returns the track ID as an ObjectPath.","Returns true if this Time is negative.","Returns true if this Time is positive.","Returns true if this Time is zero.","When the track was last played.","The duration of the track.","The current loop / repeat status","The current loop / repeat status","","The lyricist(s) of the track.","The track lyrics.","The maximum value which the Rate property can take. …","The maximum value which the Rate property can take. …","","The metadata of the current element.","The metadata of the current element.","","The minimum value which the Rate property can take. …","The minimum value which the Rate property can take. …","","The name of the playlist, typically given by the user.","Creates a new LocalServer with the given bus name suffix …","Creates a new Server with the given bus name suffix and …","Creates an empty Metadata.","Creates a new LocalServer with the given bus name suffix …","Creates a new Server with the given bus name suffix and …","Creates a new LocalServer with the given bus name suffix …","Creates a new Server with the given bus name suffix and …","Creates a new LocalServer with the given bus name suffix …","Creates a new Server with the given bus name suffix and …","Skips to the next track in the tracklist.","Skips to the next track in the tracklist.","","","","Opens the uri given as an argument","Opens the uri given as an argument","The available orderings. At least one must be offered.","The available orderings. At least one must be offered.","","Pauses playback.","Pauses playback.","Starts or resumes playback.","Starts or resumes playback.","Pauses playback.","Pauses playback.","The current playback status.","The current playback status.","","The number of playlists available.","The number of playlists available.","Emits the given signal on the Playlists interface.","Emits the given signal on the Playlists interface.","Emits the PropertiesChanged signal for the given …","Emits the PropertiesChanged signal for the given …","","The current track position, between 0 and the mpris:length …","The current track position, between 0 and the mpris:length …","","Skips to the previous track in the tracklist.","Skips to the previous track in the tracklist.","Emits the PropertiesChanged signal for the given …","Emits the PropertiesChanged signal for the given …","Causes the media player to stop running.","Causes the media player to stop running.","Brings the media player’s user interface to the front …","Brings the media player’s user interface to the front …","The current playback rate.","The current playback rate.","","Removes an item from the tracklist.","Removes an item from the tracklist.","Returns a task that run the server until the server and …","Returns a task that runs the player’s server until the …","Saturating Time addition. Computes self + other, returning …","Saturating Time subtraction. Computes self - other, …","Seeks forward in the current track by the specified offset …","Seeks forward in the current track by the specified offset …","","","","","","Sets the value for the given key and returns the previous …","Sets the album name.","Sets the album artist(s).","Sets the location of an image representing the track or …","Sets the track artist(s).","Sets the speed of the music, in beats per minute.","Sets an automatically-generated rating, based on things …","","","","","","","","","Sets a (list of) freeform comment(s).","Sets the composer(s) of the track.","Sets when the track was created. Usually only the year …","","Sets the disc number on the album that this track is from.","Sets when the track was first played.","Sets whether the media player is occupying the fullscreen.","Sets whether the media player is occupying the fullscreen.","","Sets the genre(s) of the track.","","","Sets when the track was last played.","Sets the duration of the track.","Sets the current loop / repeat status","Sets the current loop / repeat status","","Sets the lyricist(s) of the track.","Sets the track lyrics.","","","","","Sets the current track position.","Sets the current track position.","This does not emit PropertiesChanged signal.","Sets the current playback rate.","Sets the current playback rate.","","Sets whether playback is shuffled.","Sets whether playback is shuffled.","","","","Sets the track title.","Sets the track number on the album disc.","Sets a unique identity for this track within the context …","Sets the location of the media file.","Sets the number of times the track has been played.","Sets a user-specified rating. This should be in the range …","Sets the value for the given key and returns the previous …","Sets the volume level.","Sets the volume level.","","Whether playback is shuffled.","Whether playback is shuffled.","","","","","","","","","Stops playback.","Stops playback.","","","The mime-types supported by the media player.","The mime-types supported by the media player.","","The URI schemes supported by the media player.","The URI schemes supported by the media player.","","The track title.","","","","","","","","","","","","","","","Emits the given signal on the TrackList interface.","Emits the given signal on the TrackList interface.","Emits the PropertiesChanged signal for the given …","Emits the PropertiesChanged signal for the given …","The track number on the album disc.","A unique identity for this track within the context of an …","An array which contains the identifier of each track in …","An array which contains the identifier of each track in …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The location of the media file.","The number of times the track has been played.","A user-specified rating. This should be in the range 0.0 …","The volume level.","The volume level.","","","","","","","","","","","","","","","","","","","","The playlist which details have changed.","The new position.","The identifier of the track after which the new track was …","The identifier of the track to be considered as current.","The metadata of the newly added item.","The new track metadata.","The identifier of the track being removed.","The id of the track which metadata has changed.","The new content of the tracklist.","A builder used to create Metadata.","A builder used to create Player.","Sets the album name.","Sets the album artist(s).","Sets the location of an image representing the track or …","Sets the track artist(s).","Sets the speed of the music, in beats per minute.","Sets an automatically-generated rating, based on things …","","","","","Creates Metadata from the builder.","","","","","","","","","","","","","Sets a (list of) freeform comment(s).","Sets the composer(s) of the track.","Sets when the track was created. Usually only the year …","","","Sets the disc number on the album that this track is from.","Sets when the track was first played.","","","Returns the argument unchanged.","Returns the argument unchanged.","","Sets the genre(s) of the track.","","","Calls U::from(self).","Calls U::from(self).","Sets when the track was last played.","Sets the duration of the track.","","Sets the lyricist(s) of the track.","Sets the track lyrics.","","","","","Sets a value for the given key.","","","","","","","Sets the track title.","","Sets the track number on the album disc.","Sets a unique identity for this track within the context …","","","","","","","Sets the location of the media file.","Sets the number of times the track has been played.","Sets a user-specified rating. This should be in the range …","","",""],"i":[27,18,26,25,25,25,25,25,25,25,25,18,0,25,25,25,25,18,0,0,0,0,0,0,0,25,1,1,25,0,25,25,18,7,16,27,17,0,0,25,0,0,17,0,16,48,27,0,0,0,0,0,0,25,0,42,0,25,0,17,25,25,0,16,47,0,0,0,47,0,47,47,26,0,18,0,25,1,1,58,56,58,56,1,1,57,55,9,9,9,9,1,1,1,1,16,17,18,0,9,9,44,31,34,16,9,17,23,24,18,25,26,27,42,47,48,1,7,44,31,34,16,9,17,23,24,18,25,26,27,42,47,48,1,7,0,9,23,33,30,23,57,55,33,30,23,33,30,23,33,30,23,33,30,23,66,67,23,66,67,23,33,30,23,66,67,23,1,1,16,9,17,24,18,25,26,27,1,7,16,9,17,24,18,25,26,27,1,7,1,9,9,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,31,34,9,9,1,7,7,18,1,7,18,1,7,66,67,23,9,16,9,17,24,18,1,7,31,34,16,9,17,24,18,25,26,27,1,7,16,17,24,18,26,27,1,7,9,44,31,34,16,16,9,17,17,23,24,18,18,25,26,27,42,47,48,1,7,7,44,31,34,16,9,17,23,24,18,25,26,27,42,47,48,1,7,7,1,1,1,1,66,67,23,9,9,58,56,57,55,9,57,55,66,67,23,1,7,24,24,66,67,23,31,34,44,31,34,16,9,17,23,24,18,25,26,27,42,47,48,1,7,44,7,1,1,1,9,9,33,30,23,9,9,33,30,23,33,30,23,33,30,23,24,31,34,9,31,34,31,34,31,34,33,30,9,1,7,33,30,58,56,1,33,30,33,30,33,30,33,30,23,58,56,31,34,31,34,44,33,30,23,33,30,31,34,66,67,66,67,33,30,23,57,55,31,23,1,1,33,30,23,9,24,1,7,9,9,9,9,9,9,9,23,23,23,23,23,23,23,23,9,9,9,23,9,9,66,67,23,9,23,23,9,9,33,30,23,9,9,23,23,23,23,33,30,23,33,30,23,33,30,23,23,23,9,9,9,9,9,9,9,33,30,23,33,30,23,16,9,17,24,18,1,7,33,30,1,1,66,67,23,66,67,23,9,16,9,17,24,18,25,26,27,1,7,16,17,18,7,31,34,31,34,9,9,57,55,44,31,34,16,16,9,17,23,24,18,25,26,27,42,47,48,1,1,7,7,7,7,44,31,34,16,9,17,23,24,18,25,26,27,42,47,48,1,7,44,31,34,16,9,17,23,24,18,25,26,27,42,47,48,1,7,9,9,9,33,30,23,44,31,34,16,9,17,23,24,18,25,26,27,42,47,48,1,7,0,68,69,70,71,70,72,73,72,71,0,0,21,21,21,21,21,21,21,22,21,22,21,22,22,22,22,22,22,22,22,22,22,21,21,21,21,21,21,22,21,21,21,22,21,22,22,21,22,22,21,22,21,21,22,21,21,22,22,22,21,21,22,22,22,22,22,22,21,21,21,21,21,22,21,22,21,22,21,21,21,22,21,22],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1,1],[2,[[5,[[4,[3]]]]]],[2,[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[1,1],1],[[1,1]],[[6,7,8],[[5,[[4,[3]]]]]],[[6,7,8],[[5,[[4,[3]]]]]],[9,[[11,[10]]]],[9,[[11,[[13,[12]]]]]],[9,[[11,[6]]]],[9,[[11,[[13,[12]]]]]],[1,14],[1,14],[1,15],[1,14],[16,10],[17,10],[18,10],0,[9,[[11,[19]]]],[9,[[11,[20]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],21],[10,22],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[1,1],[[11,[1]]]],[[1,1],[[11,[1]]]],[16,16],[9,9],[17,17],[24,24],[18,18],[25,25],[26,26],[27,27],[1,1],[7,7],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[1,1],28],[9,[[11,[[13,[12]]]]]],[9,[[11,[[13,[12]]]]]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[[31,[30]]],32],[[[34,[33]]],32],[9,[[11,[35]]]],[[],9],[[],1],[[],7],[7],[36,[[37,[18]]]],[36,[[37,[1]]]],[36,[[37,[7]]]],[[[39,[38]]],[[37,[40]]]],[[[39,[38]]],[[37,[40]]]],[[[39,[38]]],[[37,[40]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,[[41,[12]]]],[9,[[11,[19]]]],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[[31,[30]],42],43],[[[34,[33]],42],43],[[16,16],8],[[9,9],8],[[17,17],8],[[24,24],8],[[18,18],8],[[25,25],8],[[26,26],8],[[27,27],8],[[1,1],8],[[7,7],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[9,[[11,[35]]]],[[44,45],46],[[[31,[30]],45],46],[[[34,[33]],45],46],[[16,45],46],[[16,45],46],[[9,45],46],[[17,45],46],[[17,45],46],[[23,45],46],[[24,45],46],[[18,45],46],[[18,45],46],[[25,45],46],[[26,45],46],[[27,45],46],[[42,45],46],[[47,45],46],[[48,45],46],[[1,45],46],[[7,45],46],[[7,45],46],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[49,7],[14,1],[14,1],[14,1],[14,1],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[9,[[11,[[13,[12]]]]]],[[9,10],[[11,[50]]]],[[51,51,18,8],[[5,[[4,[3]]]]]],[[51,51,18,8],[[5,[[4,[3]]]]]],[[[13,[7]]],[[5,[[4,[3]]]]]],[[[13,[7]]],[[5,[[4,[3]]]]]],[[9,10],[[11,[52]]]],[7,[[5,[[4,[3]]]]]],[7,[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[1,53]],[[7,53]],0,0,[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,[[41,[12]]]],[[[31,[30]]],30],[[[34,[33]]],33],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[7,49],[1,8],[1,8],[1,8],[9,[[11,[35]]]],[9,[[11,[1]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,16],[9,[[11,[[13,[12]]]]]],[9,[[11,[10]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,54],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,[[41,[9]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,54],0,[[10,30],[[43,[[31,[30]]]]]],[[10,33],[[43,[[34,[33]]]]]],[[],9],[[10,[0,[55,56]]],[[43,[[31,[[0,[55,56]]]]]]]],[[10,[0,[57,58]]],[[43,[[34,[[0,[57,58]]]]]]]],[[10,56],[[43,[[31,[56]]]]]],[[10,58],[[43,[[34,[58]]]]]],[[10,55],[[43,[[31,[55]]]]]],[[10,57],[[43,[[34,[57]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[]],[[]],[[]],[12,[[5,[[4,[3]]]]]],[12,[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[1,1],[[11,[28]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,17],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[[31,[56]],48],43],[[[34,[58]],48],43],[[[31,[56]],59],43],[[[34,[58]],59],43],[[[5,[44]],60],61],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,1],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[[31,[30]],59],43],[[[34,[33]],59],43],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,54],[7,[[5,[[4,[3]]]]]],[7,[[5,[[4,[3]]]]]],[[[31,[30]]],44],[23,44],[[1,1],1],[[1,1],1],[1,[[5,[[4,[3]]]]]],[1,[[5,[[4,[3]]]]]],[[23,1],43],[[9,62],37],[[24,62],37],[[1,62],37],[[7,62],37],[[9,10,[11,[[63,[52]]]]],[[11,[52]]]],[[9,[11,[[63,[12]]]]]],[[9,[11,[59]]]],[[9,[11,[[63,[6]]]]]],[[9,[11,[59]]]],[[9,[11,[19]]]],[[9,[11,[20]]]],[[23,8],43],[[23,8],43],[[23,8],43],[[23,8],43],[[23,8],43],[[23,8],43],[[23,8],43],[[23,8],43],[[9,[11,[59]]]],[[9,[11,[59]]]],[[9,[11,[[63,[35]]]]]],[[23,[63,[12]]],43],[[9,[11,[19]]]],[[9,[11,[[63,[35]]]]]],[8,[[5,[[4,[3]]]]]],[8,[[5,[[4,[3]]]]]],[[23,8],43],[[9,[11,[59]]]],[[23,8],43],[[23,[63,[12]]],43],[[9,[11,[[63,[35]]]]]],[[9,[11,[1]]]],[16,[[5,[[4,[3]]]]]],[16,[[5,[[4,[3]]]]]],[[23,16],43],[[9,[11,[59]]]],[[9,[11,[[63,[12]]]]]],[[23,54],43],[[23,9],43],[[23,54],43],[[23,17],43],[[7,1],[[5,[[4,[3]]]]]],[[7,1],[[5,[[4,[3]]]]]],[[23,1]],[54,[[5,[[4,[3]]]]]],[54,[[5,[[4,[3]]]]]],[[23,54],43],[8,[[5,[[4,[3]]]]]],[8,[[5,[[4,[3]]]]]],[[23,8],43],[[23,59],43],[[23,59],43],[[9,[11,[[63,[12]]]]]],[[9,[11,[19]]]],[[9,[11,[[63,[7]]]]]],[[9,[11,[[63,[6]]]]]],[[9,[11,[19]]]],[[9,[11,[20]]]],[[9,10,[11,[52]]],[[11,[52]]]],[64,[[5,[[4,[3]]]]]],[64,[[5,[[4,[3]]]]]],[[23,64],43],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[1,1],1],[[1,1]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,[[41,[[13,[12]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,[[41,[[13,[12]]]]]],[9,[[11,[10]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],12],[[],12],[[],12],[[],12],[[[31,[55]],47],43],[[[34,[57]],47],43],[[[31,[55]],59],43],[[[34,[57]],59],43],[9,[[11,[19]]]],[9,[[11,[7]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],37],[[],37],[[],37],[52,[[37,[16]]]],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[52,[[37,[1]]]],[10,[[50,[7]]]],[12,[[50,[7]]]],[52,[[50,[7]]]],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[9,[[11,[6]]]],[9,[[11,[19]]]],[9,[[11,[20]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,64],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[[21,[63,[12]]],21],[[21,59],21],[[21,[63,[6]]],21],[[21,59],21],[[21,19],21],[[21,20],21],[[]],[[]],[[]],[[]],[21,9],[22,[[43,[23]]]],[[22,8],22],[[22,8],22],[[22,8],22],[[22,8],22],[[22,8],22],[[22,8],22],[[22,8],22],[[22,8],22],[[22,8],22],[21,21],[[]],[[21,59],21],[[21,59],21],[[21,[63,[35]]],21],[[],21],[[22,[63,[12]]],22],[[21,19],21],[[21,[63,[35]]],21],[[21,45],46],[[22,45],46],[[]],[[]],[[22,8],22],[[21,59],21],[[22,8],22],[[22,[63,[12]]],22],[[]],[[]],[[21,[63,[35]]],21],[[21,1],21],[[22,16],22],[[21,59],21],[[21,[63,[12]]],21],[[22,54],22],[[22,9],22],[[22,54],22],[[]],[[21,10,[63,[52]]],21],[[22,17],22],[[22,1],22],[[22,54],22],[[22,8],22],[[22,59],22],[[22,59],22],[[21,[63,[12]]],21],[[]],[[21,19],21],[[21,[63,[7]]],21],[[],37],[[],37],[[],37],[[],37],[[],65],[[],65],[[21,[63,[6]]],21],[[21,19],21],[[21,20],21],[[22,64],22],[[]],[[]]],"c":[],"p":[[3,"Time"],[6,"PlaylistId"],[8,"Future"],[3,"Box"],[3,"Pin"],[6,"Uri"],[3,"TrackId"],[15,"bool"],[3,"Metadata"],[15,"str"],[4,"Option"],[3,"String"],[3,"Vec"],[15,"i64"],[15,"i128"],[4,"LoopStatus"],[4,"PlaybackStatus"],[4,"PlaylistOrdering"],[15,"i32"],[15,"f64"],[3,"MetadataBuilder"],[3,"PlayerBuilder"],[3,"Player"],[3,"Playlist"],[4,"Property"],[4,"TrackListProperty"],[4,"PlaylistsProperty"],[4,"Ordering"],[8,"Fn"],[8,"LocalPlayerInterface"],[3,"LocalServer"],[3,"Connection"],[8,"PlayerInterface"],[3,"Server"],[6,"DateTime"],[8,"Deserializer"],[4,"Result"],[3,"Signature"],[8,"TryInto"],[4,"Error"],[3,"Ref"],[4,"Signal"],[6,"Result"],[3,"LocalServerRunTask"],[3,"Formatter"],[6,"Result"],[4,"TrackListSignal"],[4,"PlaylistsSignal"],[3,"ObjectPath"],[6,"Result"],[15,"u32"],[4,"Value"],[8,"Hasher"],[6,"PlaybackRate"],[8,"LocalTrackListInterface"],[8,"LocalPlaylistsInterface"],[8,"TrackListInterface"],[8,"PlaylistsInterface"],[8,"IntoIterator"],[3,"Context"],[4,"Poll"],[8,"Serializer"],[8,"Into"],[6,"Volume"],[3,"TypeId"],[8,"RootInterface"],[8,"LocalRootInterface"],[13,"PlaylistChanged"],[13,"Seeked"],[13,"TrackAdded"],[13,"TrackListReplaced"],[13,"TrackMetadataChanged"],[13,"TrackRemoved"]],"a":{"activateplaylist":[79,80],"activeplaylist":[81,82],"addtrack":[85,86],"cancontrol":[138,139],"canedittracks":[141,142],"cangonext":[143,144],"cangoprevious":[146,147],"canpause":[149,150],"canplay":[152,153],"canquit":[155,156],"canraise":[158,159],"canseek":[161,162],"cansetfullscreen":[164,165],"desktopentry":[221,222],"fullscreen":[296,297,442,443],"getplaylists":[301,302],"gettracksmetadata":[303,304],"goto":[306,307],"hastracklist":[308,309],"identity":[315,316],"loop_status":[24],"loopstatus":[344,345,450,451],"maximumrate":[349,350],"metadata":[352,353],"metadata_map":[29],"minimumrate":[355,356],"next":[368,369],"openuri":[373,374],"orderings":[375,376],"org.mpris.mediaplayer2.player":[18,41],"org.mpris.mediaplayer2.playlists":[19,49],"org.mpris.mediaplayer2.tracklist":[23,66],"pause":[378,379],"play":[380,381],"playback_rate":[37],"playback_status":[38],"playbackstatus":[384,385],"playlist_id":[47],"playlist_ordering":[48],"playlistcount":[387,388],"playpause":[382,383],"position":[394,395],"previous":[397,398],"quit":[401,402],"raise":[403,404],"rate":[405,406,462,463],"removetrack":[408,409],"seek":[414,415],"setposition":[459,460],"shuffle":[465,466,480,481],"stop":[490,491],"supportedmimetypes":[494,495],"supportedurischemes":[497,498],"time_in_us":[62],"track_id":[65],"tracks":[521,522],"volume":[477,478,582,583]}}\ +"mpris_server":{"doc":"MPRIS Server","t":"NNNNNNNNNNNNGNNNNNIIIDDIENSSNDNNNSNNNGENDINDNNNGEIEEENINDNENNNDNNDIENENNNGNGNSLKKKKLLKKLLLLLLLLLLLXLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLKKLKKKKLKKLKKLKKLKKLKKLKKLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLLKKKKLKKKKLLLMMKKLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLLKKLKKLKKLMLLLLLLLLLKKLLLKKKKLKKKKKKKKLKKLLLLLKKLKKLLKKKKKKLKKLLLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLLLLLKKLLLLLLLKKLKKLKKLLLLLLLLLLKKLKKLLLLLLLLKKLLKKLKKLLLLLLLLLLLLLLLLLLLLLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLLLLLLLLLLLLLLLLLCMMMMMMMMMDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["ActivePlaylist","Alphabetical","CanEditTracks","CanGoNext","CanGoPrevious","CanPause","CanPlay","CanQuit","CanRaise","CanSeek","CanSetFullscreen","CreationDate","DateTime","DesktopEntry","Fullscreen","HasTrackList","Identity","LastPlayDate","LocalPlayerInterface","LocalPlaylistsInterface","LocalRootInterface","LocalServer","LocalServerRunTask","LocalTrackListInterface","LoopStatus","LoopStatus","MAX","MIN","MaximumRate","Metadata","Metadata","MinimumRate","ModifiedDate","NO_TRACK","None","Orderings","Paused","PlaybackRate","PlaybackStatus","PlaybackStatus","Player","PlayerInterface","Playing","Playlist","Playlist","PlaylistChanged","PlaylistCount","PlaylistId","PlaylistOrdering","PlaylistsInterface","PlaylistsProperty","PlaylistsSignal","Property","Rate","RootInterface","Seeked","Server","Shuffle","Signal","Stopped","SupportedMimeTypes","SupportedUriSchemes","Time","Track","TrackAdded","TrackId","TrackListInterface","TrackListProperty","TrackListReplaced","TrackListSignal","TrackMetadataChanged","TrackRemoved","Tracks","Uri","UserDefined","Volume","Volume","ZERO","abs","activate_playlist","activate_playlist","active_playlist","active_playlist","add","add_assign","add_track","add_track","album","album_artist","art_url","artist","as_micros","as_millis","as_nanos","as_secs","as_str","as_str","as_str","async_trait","audio_bpm","auto_rating","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","builder","builder","builder","can_control","can_control","can_control","can_edit_tracks","can_edit_tracks","can_go_next","can_go_next","can_go_next","can_go_previous","can_go_previous","can_go_previous","can_pause","can_pause","can_pause","can_play","can_play","can_play","can_quit","can_quit","can_quit","can_raise","can_raise","can_raise","can_seek","can_seek","can_seek","can_set_fullscreen","can_set_fullscreen","can_set_fullscreen","checked_add","checked_sub","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","comment","composer","connect_next","connect_open_uri","connect_pause","connect_play","connect_play_pause","connect_previous","connect_quit","connect_raise","connect_seek","connect_set_fullscreen","connect_set_loop_status","connect_set_position","connect_set_rate","connect_set_shuffle","connect_set_volume","connect_stop","connection","connection","content_created","default","default","default","deref","deserialize","deserialize","deserialize","deserializer_for_signature","deserializer_for_signature","deserializer_for_signature","desktop_entry","desktop_entry","desktop_entry","disc_number","dynamic_signature","dynamic_signature","dynamic_signature","dynamic_signature","dynamic_signature","dynamic_signature","dynamic_signature","emit","emit","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","first_used","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_micros","from_millis","from_nanos","from_secs","fullscreen","fullscreen","fullscreen","genre","get","get_playlists","get_playlists","get_tracks_metadata","get_tracks_metadata","get_value","go_to","go_to","has_track_list","has_track_list","has_track_list","hash","hash","icon","id","identity","identity","identity","imp","imp","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_future","into_inner","is_negative","is_positive","is_zero","last_used","length","loop_status","loop_status","loop_status","lyricist","lyrics","maximum_rate","maximum_rate","maximum_rate","metadata","metadata","metadata","minimum_rate","minimum_rate","minimum_rate","name","new","new","new","new_with_all","new_with_all","new_with_playlists","new_with_playlists","new_with_track_list","new_with_track_list","next","next","null_value","null_value","null_value","open_uri","open_uri","orderings","orderings","partial_cmp","pause","pause","play","play","play_pause","play_pause","playback_status","playback_status","playback_status","playlist_count","playlist_count","playlists_emit","playlists_emit","playlists_properties_changed","playlists_properties_changed","poll","position","position","position","previous","previous","properties_changed","properties_changed","quit","quit","raise","raise","rate","rate","rate","remove_track","remove_track","run","run","saturating_add","saturating_sub","seek","seek","seeked","serialize","serialize","serialize","serialize","set","set_album","set_album_artist","set_art_url","set_artist","set_audio_bpm","set_auto_rating","set_can_go_next","set_can_go_previous","set_can_pause","set_can_play","set_can_quit","set_can_raise","set_can_seek","set_can_set_fullscreen","set_comment","set_composer","set_content_created","set_desktop_entry","set_disc_number","set_first_used","set_fullscreen","set_fullscreen","set_fullscreen","set_genre","set_has_track_list","set_identity","set_last_used","set_length","set_loop_status","set_loop_status","set_loop_status","set_lyricist","set_lyrics","set_maximum_rate","set_metadata","set_minimum_rate","set_playback_status","set_position","set_position","set_position","set_rate","set_rate","set_rate","set_shuffle","set_shuffle","set_shuffle","set_supported_mime_types","set_supported_uri_schemes","set_title","set_track_number","set_trackid","set_url","set_use_count","set_user_rating","set_value","set_volume","set_volume","set_volume","shuffle","shuffle","shuffle","signature","signature","signature","signature","signature","signature","signature","stop","stop","sub","sub_assign","supported_mime_types","supported_mime_types","supported_mime_types","supported_uri_schemes","supported_uri_schemes","supported_uri_schemes","title","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","track_list_emit","track_list_emit","track_list_properties_changed","track_list_properties_changed","track_number","trackid","tracks","tracks","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","url","use_count","user_rating","volume","volume","volume","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","zbus","playlist","position","after_track","current_track","metadata","metadata","track_id","track_id","tracks","MetadataBuilder","PlayerBuilder","album","album_artist","art_url","artist","audio_bpm","auto_rating","borrow","borrow","borrow_mut","borrow_mut","build","build","can_control","can_go_next","can_go_previous","can_pause","can_play","can_quit","can_raise","can_seek","can_set_fullscreen","clone","clone_into","comment","composer","content_created","default","desktop_entry","disc_number","first_used","fmt","fmt","from","from","fullscreen","genre","has_track_list","identity","into","into","last_used","length","loop_status","lyricist","lyrics","maximum_rate","metadata","minimum_rate","null_value","other","playback_status","position","rate","shuffle","supported_mime_types","supported_uri_schemes","title","to_owned","track_number","trackid","try_from","try_from","try_into","try_into","type_id","type_id","url","use_count","user_rating","volume","vzip","vzip"],"q":[[0,"mpris_server"],[603,"mpris_server::PlaylistsSignal"],[604,"mpris_server::Signal"],[605,"mpris_server::TrackListSignal"],[612,"mpris_server::builder"]],"d":["","Alphabetical ordering by name, ascending.","","","","","","","","","","Ordering by creation date, oldest first.","Combined date and time.","","","","","Ordering by date of last playback, oldest first.","Local version of PlayerInterface to be used with …","Local version of PlaylistsInterface to be used with …","Local version of RootInterface to be used with LocalServer.","Local version of Server that doesn’t require T to be Send…","A task that runs LocalServer’s event handler until the …","Local version of TrackListInterface to be used with …","A repeat / loop status.","","The maximum time.","The minimum time.","","A mapping from metadata attribute names to values.","","","Ordering by last modified date, oldest first.","A special track ID to indicate “no track”.","The playback will stop when there are no more tracks to …","","A track is currently paused.","A playback rate.","A playback state.","","Ready-to-use mutable service-side object that internally …","Used to implement org.mpris.MediaPlayer2.Player interface, …","A track is currently playing.","A data structure describing a playlist.","The playback loops through a list of tracks.","Indicates that either the Name or Icon attribute of a …","","Unique playlist identifier.","Specifies the ordering of returned playlists.","Used to implement org.mpris.MediaPlayer2.Playlists …","Used for emitting PropertiesChanged signals on …","Used for emitting signals on Server::playlists_emit and …","Used for emitting PropertiesChanged signals on …","","Used to implement org.mpris.MediaPlayer2 interface.","Indicates that the track position has changed in a way …","Thin wrapper around zbus::Connection that calls to T’s …","","Used for emitting signals on Server::emit and …","There is no track currently playing.","","","A time with microsecond precision which can be negative.","The current track will start again from the beginning once …","Indicates that a track has been added to the track list.","Unique track identifier.","Used to implement org.mpris.MediaPlayer2.TrackList …","Used for emitting PropertiesChanged signals on …","Indicates that the entire tracklist has been replaced.","Used for emitting signals on Server::track_list_emit and …","Indicates that the metadata of a track in the tracklist …","Indicates that a track has been removed from the track …","","A unique resource identifier.","A user-defined ordering.","Audio volume level.","","A time of zero.","Returns the time as an absolute (non-negative) value.","Starts playing the given playlist.","Starts playing the given playlist.","The currently-active playlist.","The currently-active playlist.","","","Adds a URI in the tracklist.","Adds a URI in the tracklist.","The album name.","The album artist(s).","The location of an image representing the track or album.","The track artist(s).","Returns the number of whole microseconds contained by this …","Returns the number of whole milliseconds contained by this …","Returns the number of whole nanoseconds contained by this …","Returns the number of whole seconds contained by this Time.","Returns the string representation of this loop status.","Returns the string representation of this playback status.","Returns the string representation of this playlist …","Retrofits support for async fn in trait impls and …","The speed of the music, in beats per minute.","An automatically-generated rating, based on things such as …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","This contains the definitions of builder-pattern structs.","Creates a new builder-pattern struct instance to construct …","","Whether the media player may be controlled over this …","Whether the media player may be controlled over this …","This can only be set on construct.","Whether tracks can be added to and removed from the …","Whether tracks can be added to and removed from the …","Whether the client can call the Next method on this …","Whether the client can call the Next method on this …","","Whether the client can call the Previous method on this …","Whether the client can call the Previous method on this …","","Whether playback can be paused using Pause or PlayPause.","Whether playback can be paused using Pause or PlayPause.","","Whether playback can be started using Play or PlayPause.","Whether playback can be started using Play or PlayPause.","","Whether the player may be asked to quit.","Whether the player may be asked to quit.","","Whether the media player may be asked to be raised.","Whether the media player may be asked to be raised.","","Whether the client can control the playback position using …","Whether the client can control the playback position using …","","Whether the player may be asked to enter or leave …","Whether the player may be asked to enter or leave …","","Checked Time addition. Computes self + other, returning …","Checked Time subtraction. Computes self - other, returning …","","","","","","","","","","","","","","","","","","","","","","A (list of) freeform comment(s).","The composer(s) of the track.","","","","","","","","","","","","","","","","","Returns a reference to the inner Connection.","Returns a reference to the inner Connection.","When the track was created. Usually only the year component","","","","","","","","","","","The basename of an installed .desktop file which complies …","The basename of an installed .desktop file which complies …","","The disc number on the album that this track is from.","","","","","","","","Emits the given signal.","Emits the given signal.","","","","","","","","","","","","","","","","","","","When the track was first played.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Creates a new Time from the specified number of whole …","Creates a new Time from the specified number of whole …","Creates a new Time from the specified number of whole …","Creates a new Time from the specified number of whole …","Whether the media player is occupying the fullscreen.","Whether the media player is occupying the fullscreen.","","The genre(s) of the track.","Returns the value corresponding to the key and convert it …","Gets a set of playlists.","Gets a set of playlists.","Gets all the metadata available for a set of tracks.","Gets all the metadata available for a set of tracks.","Returns a reference to the value corresponding to the key.","Skip to the specified TrackId.","Skip to the specified TrackId.","Indicates whether the /org/mpris/MediaPlayer2 object …","Indicates whether the /org/mpris/MediaPlayer2 object …","","","","The URI of an (optional) icon.","A unique identifier for the playlist.","A friendly name to identify the media player to users (eg: …","A friendly name to identify the media player to users (eg: …","","Returns a reference to the underlying implementation.","Returns a reference to the underlying implementation.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","Returns the track ID as an ObjectPath.","Returns true if this Time is negative.","Returns true if this Time is positive.","Returns true if this Time is zero.","When the track was last played.","The duration of the track.","The current loop / repeat status","The current loop / repeat status","","The lyricist(s) of the track.","The track lyrics.","The maximum value which the Rate property can take. …","The maximum value which the Rate property can take. …","","The metadata of the current element.","The metadata of the current element.","","The minimum value which the Rate property can take. …","The minimum value which the Rate property can take. …","","The name of the playlist, typically given by the user.","Creates a new LocalServer with the given bus name suffix …","Creates a new Server with the given bus name suffix and …","Creates an empty Metadata.","Creates a new LocalServer with the given bus name suffix …","Creates a new Server with the given bus name suffix and …","Creates a new LocalServer with the given bus name suffix …","Creates a new Server with the given bus name suffix and …","Creates a new LocalServer with the given bus name suffix …","Creates a new Server with the given bus name suffix and …","Skips to the next track in the tracklist.","Skips to the next track in the tracklist.","","","","Opens the uri given as an argument","Opens the uri given as an argument","The available orderings. At least one must be offered.","The available orderings. At least one must be offered.","","Pauses playback.","Pauses playback.","Starts or resumes playback.","Starts or resumes playback.","Pauses playback.","Pauses playback.","The current playback status.","The current playback status.","","The number of playlists available.","The number of playlists available.","Emits the given signal on the Playlists interface.","Emits the given signal on the Playlists interface.","Emits the PropertiesChanged signal for the given …","Emits the PropertiesChanged signal for the given …","","The current track position, between 0 and the mpris:length …","The current track position, between 0 and the mpris:length …","","Skips to the previous track in the tracklist.","Skips to the previous track in the tracklist.","Emits the PropertiesChanged signal for the given …","Emits the PropertiesChanged signal for the given …","Causes the media player to stop running.","Causes the media player to stop running.","Brings the media player’s user interface to the front …","Brings the media player’s user interface to the front …","The current playback rate.","The current playback rate.","","Removes an item from the tracklist.","Removes an item from the tracklist.","Returns a task that run the server until the server and …","Returns a task that runs the player’s server until the …","Saturating Time addition. Computes self + other, returning …","Saturating Time subtraction. Computes self - other, …","Seeks forward in the current track by the specified offset …","Seeks forward in the current track by the specified offset …","","","","","","Sets the value for the given key and returns the previous …","Sets the album name.","Sets the album artist(s).","Sets the location of an image representing the track or …","Sets the track artist(s).","Sets the speed of the music, in beats per minute.","Sets an automatically-generated rating, based on things …","","","","","","","","","Sets a (list of) freeform comment(s).","Sets the composer(s) of the track.","Sets when the track was created. Usually only the year …","","Sets the disc number on the album that this track is from.","Sets when the track was first played.","Sets whether the media player is occupying the fullscreen.","Sets whether the media player is occupying the fullscreen.","","Sets the genre(s) of the track.","","","Sets when the track was last played.","Sets the duration of the track.","Sets the current loop / repeat status","Sets the current loop / repeat status","","Sets the lyricist(s) of the track.","Sets the track lyrics.","","","","","Sets the current track position.","Sets the current track position.","This does not emit PropertiesChanged signal.","Sets the current playback rate.","Sets the current playback rate.","","Sets whether playback is shuffled.","Sets whether playback is shuffled.","","","","Sets the track title.","Sets the track number on the album disc.","Sets a unique identity for this track within the context …","Sets the location of the media file.","Sets the number of times the track has been played.","Sets a user-specified rating. This should be in the range …","Sets the value for the given key and returns the previous …","Sets the volume level.","Sets the volume level.","","Whether playback is shuffled.","Whether playback is shuffled.","","","","","","","","","Stops playback.","Stops playback.","","","The mime-types supported by the media player.","The mime-types supported by the media player.","","The URI schemes supported by the media player.","The URI schemes supported by the media player.","","The track title.","","","","","","","","","","","","","","","Emits the given signal on the TrackList interface.","Emits the given signal on the TrackList interface.","Emits the PropertiesChanged signal for the given …","Emits the PropertiesChanged signal for the given …","The track number on the album disc.","A unique identity for this track within the context of an …","An array which contains the identifier of each track in …","An array which contains the identifier of each track in …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The location of the media file.","The number of times the track has been played.","A user-specified rating. This should be in the range 0.0 …","The volume level.","The volume level.","","","","","","","","","","","","","","","","","","","","The playlist which details have changed.","The new position.","The identifier of the track after which the new track was …","The identifier of the track to be considered as current.","The metadata of the newly added item.","The new track metadata.","The identifier of the track being removed.","The id of the track which metadata has changed.","The new content of the tracklist.","A builder used to create Metadata.","A builder used to create Player.","Sets the album name.","Sets the album artist(s).","Sets the location of an image representing the track or …","Sets the track artist(s).","Sets the speed of the music, in beats per minute.","Sets an automatically-generated rating, based on things …","","","","","Creates Metadata from the builder.","","","","","","","","","","","","","Sets a (list of) freeform comment(s).","Sets the composer(s) of the track.","Sets when the track was created. Usually only the year …","","","Sets the disc number on the album that this track is from.","Sets when the track was first played.","","","Returns the argument unchanged.","Returns the argument unchanged.","","Sets the genre(s) of the track.","","","Calls U::from(self).","Calls U::from(self).","Sets when the track was last played.","Sets the duration of the track.","","Sets the lyricist(s) of the track.","Sets the track lyrics.","","","","","Sets a value for the given key.","","","","","","","Sets the track title.","","Sets the track number on the album disc.","Sets a unique identity for this track within the context …","","","","","","","Sets the location of the media file.","Sets the number of times the track has been played.","Sets a user-specified rating. This should be in the range …","","",""],"i":[27,18,26,25,25,25,25,25,25,25,25,18,0,25,25,25,25,18,0,0,0,0,0,0,0,25,1,1,25,0,25,25,18,7,16,27,17,0,0,25,0,0,17,0,16,48,27,0,0,0,0,0,0,25,0,42,0,25,0,17,25,25,0,16,47,0,0,0,47,0,47,47,26,0,18,0,25,1,1,58,56,58,56,1,1,57,55,9,9,9,9,1,1,1,1,16,17,18,0,9,9,44,31,34,16,9,17,23,24,18,25,26,27,42,47,48,1,7,44,31,34,16,9,17,23,24,18,25,26,27,42,47,48,1,7,0,9,23,33,30,23,57,55,33,30,23,33,30,23,33,30,23,33,30,23,66,67,23,66,67,23,33,30,23,66,67,23,1,1,16,9,17,24,18,25,26,27,1,7,16,9,17,24,18,25,26,27,1,7,1,9,9,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,31,34,9,9,1,7,7,18,1,7,18,1,7,66,67,23,9,16,9,17,24,18,1,7,31,34,16,9,17,24,18,25,26,27,1,7,16,17,24,18,26,27,1,7,9,44,31,34,16,16,9,17,17,23,24,18,18,25,26,27,42,47,48,1,7,7,44,31,34,16,9,17,23,24,18,25,26,27,42,47,48,1,7,7,1,1,1,1,66,67,23,9,9,58,56,57,55,9,57,55,66,67,23,1,7,24,24,66,67,23,31,34,44,31,34,16,9,17,23,24,18,25,26,27,42,47,48,1,7,44,7,1,1,1,9,9,33,30,23,9,9,33,30,23,33,30,23,33,30,23,24,31,34,9,31,34,31,34,31,34,33,30,9,1,7,33,30,58,56,1,33,30,33,30,33,30,33,30,23,58,56,31,34,31,34,44,33,30,23,33,30,31,34,66,67,66,67,33,30,23,57,55,31,23,1,1,33,30,23,9,24,1,7,9,9,9,9,9,9,9,23,23,23,23,23,23,23,23,9,9,9,23,9,9,66,67,23,9,23,23,9,9,33,30,23,9,9,23,23,23,23,33,30,23,33,30,23,33,30,23,23,23,9,9,9,9,9,9,9,33,30,23,33,30,23,16,9,17,24,18,1,7,33,30,1,1,66,67,23,66,67,23,9,16,9,17,24,18,25,26,27,1,7,16,17,18,7,31,34,31,34,9,9,57,55,44,31,34,16,16,9,17,23,24,18,25,26,27,42,47,48,1,1,7,7,7,7,44,31,34,16,9,17,23,24,18,25,26,27,42,47,48,1,7,44,31,34,16,9,17,23,24,18,25,26,27,42,47,48,1,7,9,9,9,33,30,23,44,31,34,16,9,17,23,24,18,25,26,27,42,47,48,1,7,0,68,69,70,71,70,72,73,72,71,0,0,21,21,21,21,21,21,21,22,21,22,21,22,22,22,22,22,22,22,22,22,22,21,21,21,21,21,21,22,21,21,21,22,21,22,22,21,22,22,21,22,21,21,22,21,21,22,22,22,21,21,22,22,22,22,22,22,21,21,21,21,21,22,21,22,21,22,21,21,21,22,21,22],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1,1],[2,[[5,[[4,[3]]]]]],[2,[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[1,1],1],[[1,1]],[[6,7,8],[[5,[[4,[3]]]]]],[[6,7,8],[[5,[[4,[3]]]]]],[9,[[11,[10]]]],[9,[[11,[[13,[12]]]]]],[9,[[11,[6]]]],[9,[[11,[[13,[12]]]]]],[1,14],[1,14],[1,15],[1,14],[16,10],[17,10],[18,10],0,[9,[[11,[19]]]],[9,[[11,[20]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],21],[10,22],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[1,1],[[11,[1]]]],[[1,1],[[11,[1]]]],[16,16],[9,9],[17,17],[24,24],[18,18],[25,25],[26,26],[27,27],[1,1],[7,7],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[1,1],28],[9,[[11,[[13,[12]]]]]],[9,[[11,[[13,[12]]]]]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[23,29]],[[[31,[30]]],32],[[[34,[33]]],32],[9,[[11,[35]]]],[[],9],[[],1],[[],7],[7],[36,[[37,[18]]]],[36,[[37,[1]]]],[36,[[37,[7]]]],[[[39,[38]]],[[37,[40]]]],[[[39,[38]]],[[37,[40]]]],[[[39,[38]]],[[37,[40]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,[[41,[12]]]],[9,[[11,[19]]]],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[[31,[30]],42],43],[[[34,[33]],42],43],[[16,16],8],[[9,9],8],[[17,17],8],[[24,24],8],[[18,18],8],[[25,25],8],[[26,26],8],[[27,27],8],[[1,1],8],[[7,7],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[9,[[11,[35]]]],[[44,45],46],[[[31,[30]],45],46],[[[34,[33]],45],46],[[16,45],46],[[16,45],46],[[9,45],46],[[17,45],46],[[17,45],46],[[23,45],46],[[24,45],46],[[18,45],46],[[18,45],46],[[25,45],46],[[26,45],46],[[27,45],46],[[42,45],46],[[47,45],46],[[48,45],46],[[1,45],46],[[7,45],46],[[7,45],46],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[49,7],[[]],[14,1],[14,1],[14,1],[14,1],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[9,[[11,[[13,[12]]]]]],[[9,10],[[11,[50]]]],[[51,51,18,8],[[5,[[4,[3]]]]]],[[51,51,18,8],[[5,[[4,[3]]]]]],[[[13,[7]]],[[5,[[4,[3]]]]]],[[[13,[7]]],[[5,[[4,[3]]]]]],[[9,10],[[11,[52]]]],[7,[[5,[[4,[3]]]]]],[7,[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[1,53]],[[7,53]],0,0,[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,[[41,[12]]]],[[[31,[30]]],30],[[[34,[33]]],33],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[7,49],[1,8],[1,8],[1,8],[9,[[11,[35]]]],[9,[[11,[1]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,16],[9,[[11,[[13,[12]]]]]],[9,[[11,[10]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,54],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,[[41,[9]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,54],0,[[10,30],[[43,[[31,[30]]]]]],[[10,33],[[43,[[34,[33]]]]]],[[],9],[[10,[0,[55,56]]],[[43,[[31,[[0,[55,56]]]]]]]],[[10,[0,[57,58]]],[[43,[[34,[[0,[57,58]]]]]]]],[[10,56],[[43,[[31,[56]]]]]],[[10,58],[[43,[[34,[58]]]]]],[[10,55],[[43,[[31,[55]]]]]],[[10,57],[[43,[[34,[57]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[]],[[]],[[]],[12,[[5,[[4,[3]]]]]],[12,[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[1,1],[[11,[28]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,17],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[[31,[56]],48],43],[[[34,[58]],48],43],[[[31,[56]],59],43],[[[34,[58]],59],43],[[[5,[44]],60],61],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,1],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[[31,[30]],59],43],[[[34,[33]],59],43],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,54],[7,[[5,[[4,[3]]]]]],[7,[[5,[[4,[3]]]]]],[[[31,[30]]],44],[23,44],[[1,1],1],[[1,1],1],[1,[[5,[[4,[3]]]]]],[1,[[5,[[4,[3]]]]]],[[23,1],43],[[9,62],37],[[24,62],37],[[1,62],37],[[7,62],37],[[9,10,[11,[[63,[52]]]]],[[11,[52]]]],[[9,[11,[[63,[12]]]]]],[[9,[11,[59]]]],[[9,[11,[[63,[6]]]]]],[[9,[11,[59]]]],[[9,[11,[19]]]],[[9,[11,[20]]]],[[23,8],43],[[23,8],43],[[23,8],43],[[23,8],43],[[23,8],43],[[23,8],43],[[23,8],43],[[23,8],43],[[9,[11,[59]]]],[[9,[11,[59]]]],[[9,[11,[[63,[35]]]]]],[[23,[63,[12]]],43],[[9,[11,[19]]]],[[9,[11,[[63,[35]]]]]],[8,[[5,[[4,[3]]]]]],[8,[[5,[[4,[3]]]]]],[[23,8],43],[[9,[11,[59]]]],[[23,8],43],[[23,[63,[12]]],43],[[9,[11,[[63,[35]]]]]],[[9,[11,[1]]]],[16,[[5,[[4,[3]]]]]],[16,[[5,[[4,[3]]]]]],[[23,16],43],[[9,[11,[59]]]],[[9,[11,[[63,[12]]]]]],[[23,54],43],[[23,9],43],[[23,54],43],[[23,17],43],[[7,1],[[5,[[4,[3]]]]]],[[7,1],[[5,[[4,[3]]]]]],[[23,1]],[54,[[5,[[4,[3]]]]]],[54,[[5,[[4,[3]]]]]],[[23,54],43],[8,[[5,[[4,[3]]]]]],[8,[[5,[[4,[3]]]]]],[[23,8],43],[[23,59],43],[[23,59],43],[[9,[11,[[63,[12]]]]]],[[9,[11,[19]]]],[[9,[11,[[63,[7]]]]]],[[9,[11,[[63,[6]]]]]],[[9,[11,[19]]]],[[9,[11,[20]]]],[[9,10,[11,[52]]],[[11,[52]]]],[64,[[5,[[4,[3]]]]]],[64,[[5,[[4,[3]]]]]],[[23,64],43],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,8],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],38],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[1,1],1],[[1,1]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,[[41,[[13,[12]]]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,[[41,[[13,[12]]]]]],[9,[[11,[10]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],12],[[],12],[[],12],[[],12],[[[31,[55]],47],43],[[[34,[57]],47],43],[[[31,[55]],59],43],[[[34,[57]],59],43],[9,[[11,[19]]]],[9,[[11,[7]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[[],37],[[],37],[[],37],[52,[[37,[16]]]],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[52,[[37,[1]]]],[10,[[50,[7]]]],[[],37],[12,[[50,[7]]]],[52,[[50,[7]]]],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[[],65],[9,[[11,[6]]]],[9,[[11,[19]]]],[9,[[11,[20]]]],[[],[[5,[[4,[3]]]]]],[[],[[5,[[4,[3]]]]]],[23,64],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[[21,[63,[12]]],21],[[21,59],21],[[21,[63,[6]]],21],[[21,59],21],[[21,19],21],[[21,20],21],[[]],[[]],[[]],[[]],[21,9],[22,[[43,[23]]]],[[22,8],22],[[22,8],22],[[22,8],22],[[22,8],22],[[22,8],22],[[22,8],22],[[22,8],22],[[22,8],22],[[22,8],22],[21,21],[[]],[[21,59],21],[[21,59],21],[[21,[63,[35]]],21],[[],21],[[22,[63,[12]]],22],[[21,19],21],[[21,[63,[35]]],21],[[21,45],46],[[22,45],46],[[]],[[]],[[22,8],22],[[21,59],21],[[22,8],22],[[22,[63,[12]]],22],[[]],[[]],[[21,[63,[35]]],21],[[21,1],21],[[22,16],22],[[21,59],21],[[21,[63,[12]]],21],[[22,54],22],[[22,9],22],[[22,54],22],[[]],[[21,10,[63,[52]]],21],[[22,17],22],[[22,1],22],[[22,54],22],[[22,8],22],[[22,59],22],[[22,59],22],[[21,[63,[12]]],21],[[]],[[21,19],21],[[21,[63,[7]]],21],[[],37],[[],37],[[],37],[[],37],[[],65],[[],65],[[21,[63,[6]]],21],[[21,19],21],[[21,20],21],[[22,64],22],[[]],[[]]],"c":[],"p":[[3,"Time"],[6,"PlaylistId"],[8,"Future"],[3,"Box"],[3,"Pin"],[6,"Uri"],[3,"TrackId"],[15,"bool"],[3,"Metadata"],[15,"str"],[4,"Option"],[3,"String"],[3,"Vec"],[15,"i64"],[15,"i128"],[4,"LoopStatus"],[4,"PlaybackStatus"],[4,"PlaylistOrdering"],[15,"i32"],[15,"f64"],[3,"MetadataBuilder"],[3,"PlayerBuilder"],[3,"Player"],[3,"Playlist"],[4,"Property"],[4,"TrackListProperty"],[4,"PlaylistsProperty"],[4,"Ordering"],[8,"Fn"],[8,"LocalPlayerInterface"],[3,"LocalServer"],[3,"Connection"],[8,"PlayerInterface"],[3,"Server"],[6,"DateTime"],[8,"Deserializer"],[4,"Result"],[3,"Signature"],[8,"TryInto"],[4,"Error"],[3,"Ref"],[4,"Signal"],[6,"Result"],[3,"LocalServerRunTask"],[3,"Formatter"],[6,"Result"],[4,"TrackListSignal"],[4,"PlaylistsSignal"],[3,"ObjectPath"],[6,"Result"],[15,"u32"],[4,"Value"],[8,"Hasher"],[6,"PlaybackRate"],[8,"LocalTrackListInterface"],[8,"LocalPlaylistsInterface"],[8,"TrackListInterface"],[8,"PlaylistsInterface"],[8,"IntoIterator"],[3,"Context"],[4,"Poll"],[8,"Serializer"],[8,"Into"],[6,"Volume"],[3,"TypeId"],[8,"RootInterface"],[8,"LocalRootInterface"],[13,"PlaylistChanged"],[13,"Seeked"],[13,"TrackAdded"],[13,"TrackListReplaced"],[13,"TrackMetadataChanged"],[13,"TrackRemoved"]],"a":{"activateplaylist":[79,80],"activeplaylist":[81,82],"addtrack":[85,86],"cancontrol":[138,139],"canedittracks":[141,142],"cangonext":[143,144],"cangoprevious":[146,147],"canpause":[149,150],"canplay":[152,153],"canquit":[155,156],"canraise":[158,159],"canseek":[161,162],"cansetfullscreen":[164,165],"desktopentry":[221,222],"fullscreen":[296,297,442,443],"getplaylists":[301,302],"gettracksmetadata":[303,304],"goto":[306,307],"hastracklist":[308,309],"identity":[315,316],"loop_status":[24],"loopstatus":[344,345,450,451],"maximumrate":[349,350],"metadata":[352,353],"metadata_map":[29],"minimumrate":[355,356],"next":[368,369],"openuri":[373,374],"orderings":[375,376],"org.mpris.mediaplayer2.player":[18,41],"org.mpris.mediaplayer2.playlists":[19,49],"org.mpris.mediaplayer2.tracklist":[23,66],"pause":[378,379],"play":[380,381],"playback_rate":[37],"playback_status":[38],"playbackstatus":[384,385],"playlist_id":[47],"playlist_ordering":[48],"playlistcount":[387,388],"playpause":[382,383],"position":[394,395],"previous":[397,398],"quit":[401,402],"raise":[403,404],"rate":[405,406,462,463],"removetrack":[408,409],"seek":[414,415],"setposition":[459,460],"shuffle":[465,466,480,481],"stop":[490,491],"supportedmimetypes":[494,495],"supportedurischemes":[497,498],"time_in_us":[62],"track_id":[65],"tracks":[521,522],"volume":[477,478,582,583]}}\ }'); if (typeof window !== 'undefined' && window.initSearch) {window.initSearch(searchIndex)}; if (typeof exports !== 'undefined') {exports.searchIndex = searchIndex};