Example #1
0
	def get(self):
		artist = self.get_argument("n")
		self.write(json.dumps(mpd.list('album', 'artist', artist)))
Example #2
0
	def get(self):
		self.write(json.dumps(mpd.list("artist")))