-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stream_name: Adding a default stream name to the Stream Info. #3043
Conversation
This is a harmless bug fix so you can target mixxx:2.3 instead of master. There shouldn't be a need to rebase, but in case you see unrelated commits poping up here after you switched to mixxx:2.3, just run |
Unfortunately users that upgraded Mixxx can't benefit from this fix instantly due to the following constraints (not caused by this branch):
All in all, users can not get a default connection again after altering the initial settings unless they remove all connection files from EDIT |
So, bottom line, do I have to wait until a Fix is issued, although you clearly stated that they r not really "bugs", I think I will work on another issue for the time being, if that's ok? |
never mind, as I wrote it's unrelated to your fix, just a heads-up for everyone reading this.
This can be done at the top of this page, 'Edit', then select mixxx/2.3 in the drop-down.
|
@ronso0 so the thing is I picked the commits (and didn't squash any), It should rebase but it's showing some conflicts, I tried to manually |
Please follow the instructions here: https://github.com/mixxxdj/mixxx/wiki/Using%20Git#targeting-another-base-branch |
Previously, the default stream name was blank. To accomodate consistency, this commit will add 'Mixxx' to the stream name.
This commit makes it such that, The kDefaultStreamName need not be translated. Co-authored-by: ronso0 <ronso0@mixxx.org>
just what I needed! Thanks a lot, I ll remember the command from now on I guess :). |
@ronso0, It's weird that the default string is not showing up:- |
I guess that's exactly what I discovered above Try removing all files from |
I can't really find the config directory, there is a file |
Wiki: Finding the mixxx.log file |
The hidden |
Please read Wiki: Finding the mixxx.log file |
(I update the wiki page to include that info) |
oh ok thanks a lot, should be easier for others now :) |
Any comments on the minimal changes? If not I'd merge this. |
@PawBud: Thank you for this fist pull request. Before merge we need you permission. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. (the CI failure is unrelated.)
Done @daschuer |
Thank you. |
This PR aims to fix https://bugs.launchpad.net/mixxx/+bug/1818054.
Discussion on Zulip: https://mixxx.zulipchat.com/#narrow/stream/109171-development/topic/adding.20a.20default.20Stream.20Name.