Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upemit stream_title_changed when title differs from track name #1751
Conversation
This comment has been minimized.
This comment has been minimized.
Either way, maybe just a point or minor release since it's been ages since there has been a release. So just put small things like this there and get whatever it adds up to out, |
This comment has been minimized.
This comment has been minimized.
Any comments on the change itself? |
This comment has been minimized.
This comment has been minimized.
Nope, not really. |
self.playback._stream_title = title | ||
CoreListener.send('stream_title_changed', title=title) | ||
current_track = self.playback.get_current_track() | ||
if current_track is not None and current_track.name != title: |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Any reason not to merge this as it is? I'm happy for it to sit in develop and wait for 3.0 if that's easier. |
This comment has been minimized.
This comment has been minimized.
Actually, I need to update some tests. |
b912d9a
to
12fed9e
This comment has been minimized.
This comment has been minimized.
Still needs a changelog entry but I need to know into which branch it's headed. |
This comment has been minimized.
This comment has been minimized.
Target it at |
a944a5f
to
a4b9f1b
This comment has been minimized.
This comment has been minimized.
OK done. |
This comment has been minimized.
This comment has been minimized.
Why is there no CI build triggered here? |
This comment has been minimized.
This comment has been minimized.
I've turned on this CircleCI setting now:
Try force-pushing to trigger a build. |
a4b9f1b
to
dae56b4
This comment has been minimized.
This comment has been minimized.
codecov
bot
commented
Sep 12, 2019
Codecov Report
@@ Coverage Diff @@
## release-2.2 #1751 +/- ##
===============================================
+ Coverage 80.99% 80.99% +<.01%
===============================================
Files 83 83
Lines 6644 6646 +2
===============================================
+ Hits 5381 5383 +2
Misses 1263 1263
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
Now that is a coverage report! |
kingosticks commentedMar 12, 2019
•
edited
I've been using this change quite happily and seems worth it until we have proper stream type support.