Patch Submission for Rhythmbox Plugin
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
autoqueue |
Incomplete
|
High
|
Eric Casteleijn |
Bug Description
Hi Eric,
Excuse me submitting code using the bug tracker, I'm not so familiar with the Bazaar code management system so figured this might be easier for both of us. Rather than submit patch files I've just zipped up all my changes in the rhythmbox_autoqueue subdirectory.
Attached is a large update for the Rhythmbox plugin, changes from the original are:
- added config GUI
- added on/off button to RB interface when plugin is active
- added icon
Config options are stored to gconf and I've integrated them into autoqueue although some more testing is probably required in case I screwed something up.
The config GUI will automatically disable mirage and enable last.fm if mirage isn't available. However, this requires one small patch to autoqueue to move the player_
--- autoqueue/
+++ autoqueue/
@@ -136,7 +136,6 @@
- self.player_
@@ -148,6 +147,7 @@
sim, dbus_interface=
+ self.player_
def log(self, msg):
"""Print debug messages."""
Changed in autoqueue: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Eric Casteleijn (thisfred) |
Changed in autoqueue: | |
status: | In Progress → Incomplete |
Awesome graham, thanks so much!
Submitting patches through the bug tracker is fine by me! I will test and add this as soon I get some time!