Help setting up the song title #2513
Replies: 2 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
-
|
I just saw that you don't support the older versions from debian repositories. Nevermind, I'll just leave it as is. Sorry for wasting your time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm using the httpd output plugin to make a sort of an online radio. It is working great, but I'm having a problem with the song titles.
When I open the stream on Clementine player, it shows the "Artist + Song" as the title, and the "Album" as the artist.
When I open the stream on Audacious, it shows the "Album + Artist + Song" as the title, "Default stream name" as the artist.
The music files are correctly tagged.
I would like to know how can I be sure that mpd is sending the correct tags, or how can I control it. I tried setting the "metadata_to_use" to just use the "artist" and "song" names, but it did not make a difference. I guess that the main issue seems to be that the album name is in the first place, so the players think that it is the artist name.
I use Clementine to play and scrobble, but I'm willing to use a different player.
Also, I know that I could just use a mpd compatible player, but then it would not be an online radio.
This is my audio_output config:
audio_output {
type "httpd"
name "My stream name"
encoder "lame"
port "8000"
quality "0"
format "44100:16:1"
website "https://radio.everton.rocks"
dscp_class "cs3"
max_clients "0"
}
And the stream address is this: https://radio.everton.rocks
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions