Public Member Functions | Public Attributes | List of all members
mycroft.audio.services.mopidy.mopidypost.Mopidy Class Reference

Public Member Functions

def __init__ (self, url)
 
def add_list (self, uri)
 
def browse (self, uri)
 
def clear_list (self, force=False)
 
def currently_playing (self)
 
def find_album (self, album, filter=None)
 
def find_artist (self, artist)
 
def find_exact (self, uris='null')
 
def get_gmusic_albums (self)
 
def get_gmusic_artists (self)
 
def get_gmusic_radio (self)
 
def get_items (self, uri)
 
def get_local_albums (self)
 
def get_local_artists (self)
 
def get_local_genres (self)
 
def get_local_playlists (self)
 
def get_playlists (self, filter=None)
 
def get_spotify_playlists (self)
 
def get_tracks (self, uri)
 
def lower_volume (self)
 
def next (self)
 
def pause (self)
 
def play (self)
 
def previous (self)
 
def restore_volume (self)
 
def resume (self)
 
def set_volume (self, percent)
 
def stop (self)
 

Public Attributes

 is_playing
 
 url
 
 volume
 
 volume_high
 
 volume_low
 

Detailed Description

Definition at line 26 of file mopidypost.py.

Constructor & Destructor Documentation

def mycroft.audio.services.mopidy.mopidypost.Mopidy.__init__ (   self,
  url 
)

Definition at line 27 of file mopidypost.py.

Member Function Documentation

def mycroft.audio.services.mopidy.mopidypost.Mopidy.add_list (   self,
  uri 
)

Definition at line 86 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.browse (   self,
  uri 
)

Definition at line 69 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.clear_list (   self,
  force = False 
)

Definition at line 79 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.currently_playing (   self)

Definition at line 124 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.find_album (   self,
  album,
  filter = None 
)

Definition at line 51 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.find_artist (   self,
  artist 
)

Definition at line 35 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.find_exact (   self,
  uris = 'null' 
)

Definition at line 62 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.get_gmusic_albums (   self)

Definition at line 197 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.get_gmusic_artists (   self)

Definition at line 202 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.get_gmusic_radio (   self)

Definition at line 206 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.get_items (   self,
  uri 
)

Definition at line 158 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.get_local_albums (   self)

Definition at line 177 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.get_local_artists (   self)

Definition at line 181 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.get_local_genres (   self)

Definition at line 185 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.get_local_playlists (   self)

Definition at line 189 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.get_playlists (   self,
  filter = None 
)

Definition at line 42 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.get_spotify_playlists (   self)

Definition at line 193 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.get_tracks (   self,
  uri 
)

Definition at line 168 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.lower_volume (   self)

Definition at line 140 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.next (   self)

Definition at line 105 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.pause (   self)

Definition at line 146 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.play (   self)

Definition at line 98 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.previous (   self)

Definition at line 111 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.restore_volume (   self)

Definition at line 143 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.resume (   self)

Definition at line 152 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.set_volume (   self,
  percent 
)

Definition at line 133 of file mopidypost.py.

def mycroft.audio.services.mopidy.mopidypost.Mopidy.stop (   self)

Definition at line 117 of file mopidypost.py.

Member Data Documentation

mycroft.audio.services.mopidy.mopidypost.Mopidy.is_playing

Definition at line 28 of file mopidypost.py.

mycroft.audio.services.mopidy.mopidypost.Mopidy.url

Definition at line 29 of file mopidypost.py.

mycroft.audio.services.mopidy.mopidypost.Mopidy.volume

Definition at line 30 of file mopidypost.py.

mycroft.audio.services.mopidy.mopidypost.Mopidy.volume_high

Definition at line 33 of file mopidypost.py.

mycroft.audio.services.mopidy.mopidypost.Mopidy.volume_low

Definition at line 32 of file mopidypost.py.


The documentation for this class was generated from the following file:


mycroft_ros
Author(s):
autogenerated on Mon Apr 26 2021 02:35:40