proteusplum Wrote:Thanks to T0mm0 for his help. I've made a new version 0.2 with his changes plus some further ones to try and give working "play all" functionality in the fashion you'd expect. Very much a beta build as I haven't had a lot of time to test extensively. Any feedback appreciated.
http://dl.dropbox.com/u/1570345/mflow-0.2.zip
thanks! nearly there! albums play without stopping now, as long as you don't navigate around to another album.....
also here is a small patch which fixes a crash when you search for an artist and there are no albums but there are tracks:
Code:
diff -ur plugin.audio.mflow.old/resources/lib/mflowworker.py plugin.audio.mflow/resources/lib/mflowworker.py
--- plugin.audio.mflow.old/resources/lib/mflowworker.py 2011-05-08 08:53:28.000000000 +0100
+++ plugin.audio.mflow/resources/lib/mflowworker.py 2011-05-08 10:39:04.680085218 +0100
@@ -208,6 +208,8 @@
def mflowartistview(self,name):
+ albums = []
+ tracks = []
result=self.mflowartistget(name)
if result['Artist']["AlbumsTotal"]>0:
albums=result['Artist']["Albums"]thanks,
t0mm0

Search
Help