-
-
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
Wishlist: Pre fill Preferences > Live Broadcasting > Stream Settings > Stream name value #9605
Comments
Commented by: daschuer I would be happy to receive a GitHub Pull Request. |
Commented by: tezzy I looked in to this, it is more involved. The configuration file is created when Mixxx is run for the first time AND OR and or updated when Mixxx is upgraded. Sorry, I am "out of my depth" to make a change. |
Commented by: pawbud I have been trying to find the mixxx.cfg file, May I please be guided with a relevant path(I tried searching for the file on github too)? |
Commented by: ronso0 this is the file where the dialog is set up and processed: IIRC, after first start, there's IceCast selected in Pref > Live Broadcasting. |
Commented by: pawbud i am not very familiar with XML but I tried to put a |
Commented by: pawbud I did switch to shoutcast and yet it didn't work, on top of that what if I tried putting a |
Commented by: ronso0 I'd say you also need to pick that default name here, instead of empty QString: Discussion details is much easier in Zulip, so please head over to https://mixxx.zulipchat.com/ |
Commented by: ronso0 ... and open a new thread in the development stream |
Commented by: pawbud Alright, Thanks a lot :) |
Commented by: tezzy Please excuse the delay the notification email went in the spam folder. Thanks everybody for fixing this bug. Best wishes. |
Issue closed with status Fix Released. |
Reported by: tezzy
Date: 2019-02-28T11:37:13Z
Status: Fix Released
Importance: Medium
Launchpad Issue: lp1818054
Tags: broadcast, easy, usability
Many Mixx users connect to Shoutcast 2 servers.
In "Preferences > Live Broadcasting > Stream Settings" there are 4 variables.
They are "Stream name", "Website", "Description" and "Genre".
The Mixxx manual says:
"Mixxx works with Shoutcast 2 using the Shoutcast 1 protocol if you provide a stream name in Preferences ‣ Live Broadcasting ‣ Stream Settings. If you don’t provide a stream name, Shoutcast 2 rejects the connection (where Shoutcast 1 would accept this case)."
Out of the box, the 1st, "Stream name" is blank. This trips up people that do not read the manual or forget.
I suggest the default mixxx.cfg file is modified....
From:
[Shoutcast]
...
stream_name
stream_website http://www.mixxx.org
stream_desc This stream is online for testing purposes!
stream_genre Live Mix
...
to:
[Shoutcast]
...
stream_name Mixxx
stream_website http://www.mixxx.org
stream_desc This stream is online for testing purposes!
stream_genre Live Mix
...
Something like this in diff should do it:
The text was updated successfully, but these errors were encountered: