~mystilleef/korin/korin

« back to all changes in this revision

Viewing changes to Korin/Korin/KorinGoogleMusicService/DBusService.py

  • Committer: Lateef Alabi-Oki
  • Date: 2012-03-12 07:07:20 UTC
  • Revision ID: mystilleef@gmail.com-20120312070720-zg0klq62ipwcxn26
Korin metadata service can now fetch library and playlist metadata from korin google service.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        def get_playlists(self):
47
47
                return self.__manager.get_playlists()
48
48
 
 
49
        @method(KORIN_GOOGLE_MUSIC_DBUS_SERVICE, in_signature="", out_signature="a{sv}")
 
50
        def get_playlist_metadata(self):
 
51
                return self.__manager.get_playlist_metadata()
 
52
 
49
53
        @method(KORIN_GOOGLE_MUSIC_DBUS_SERVICE, in_signature="s", out_signature="a{sv}")
50
54
        def create_playlist(self, name):
51
55
                return self.__manager.create_playlist(name)