[autoqueue] r278 committed - no need to compute neighbours on analysis

0 views
Skip to first unread message

codesite...@google.com

unread,
Sep 19, 2009, 8:35:36 AM9/19/09
to auto...@googlegroups.com
Revision: 278
Author: this...@gmail.com
Date: Sat Sep 19 05:35:01 2009
Log: no need to compute neighbours on analysis
http://code.google.com/p/autoqueue/source/detail?r=278

Modified:
/trunk/mirage_miximize.py
/trunk/mirage_songs.py

=======================================
--- /trunk/mirage_miximize.py Wed Sep 16 05:33:17 2009
+++ /trunk/mirage_miximize.py Sat Sep 19 05:35:01 2009
@@ -66,11 +66,6 @@
except:
return
db.add_track(track_id, scms)
- exclude_ids = self.get_artist_tracks(artist_id)
- for dummy in db.add_neighbours(
- track_id, scms, exclude_ids=exclude_ids):
- yield
- yield
print "done"
ids_and_songs = [
(self.get_track(song.comma("artist").lower(),
get_title(song))[0],
=======================================
--- /trunk/mirage_songs.py Wed Sep 16 05:33:17 2009
+++ /trunk/mirage_songs.py Sat Sep 19 05:35:01 2009
@@ -53,11 +53,6 @@
except:
return
db.add_track(track_id, scms)
- exclude_ids = self.get_artist_tracks(artist_id)
- for dummy in db.add_neighbours(
- track_id, scms, exclude_ids=exclude_ids):
- yield
- yield
print "done"

def plugin_songs(self, songs):

Reply all
Reply to author
Forward
0 new messages