Kodi Community Forum
How to remove the artist name that is in front of the song name - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: How to remove the artist name that is in front of the song name (/showthread.php?tid=363347)



How to remove the artist name that is in front of the song name - defleppard - 2021-06-30

Where do I find the code to remove the artist name that is in front of the song name?


Image


RE: How to remove the artist name that is in front of the song name - FXB78 - 2021-06-30

I've never changed it myself, but it's probably "4.2 Track naming template" here -> https://kodi.wiki/view/Settings/Media/Music#Show_song_and_album_artists


RE: How to remove the artist name that is in front of the song name - defleppard - 2021-06-30

(2021-06-30, 16:11)FXB78 Wrote: I've never changed it myself, but it's probably "4.2 Track naming template" here -> https://kodi.wiki/view/Settings/Media/Music#Show_song_and_album_artists
Thanks for this, but it didn't work out.


RE: How to remove the artist name that is in front of the song name - Angelinas - 2021-06-30

delete...


RE: How to remove the artist name that is in front of the song name - Fuchs2468 - 2021-06-30

(2021-06-30, 16:40)defleppard Wrote:
(2021-06-30, 16:11)FXB78 Wrote: I've never changed it myself, but it's probably "4.2 Track naming template" here -> https://kodi.wiki/view/Settings/Media/Music#Show_song_and_album_artists
Thanks for this, but it didn't work out.

"track naming template" works

Picture 1:   %A - %T
Picture 2:   %T

Image

Image


RE: How to remove the artist name that is in front of the song name - defleppard - 2021-06-30

(2021-06-30, 17:05)Fuchs2468 Wrote:
(2021-06-30, 16:40)defleppard Wrote:
(2021-06-30, 16:11)FXB78 Wrote: I've never changed it myself, but it's probably "4.2 Track naming template" here -> https://kodi.wiki/view/Settings/Media/Music#Show_song_and_album_artists
Thanks for this, but it didn't work out.

"track naming template" works

Picture 1:   %A - %T
Picture 2:   %T

Image

Image
Thanx for your reply.
I don't know what happens in my case. I edited guisetting, but it doesn't work ... tested in estuary.

Image


RE: How to remove the artist name that is in front of the song name - Hitcher - 2021-06-30

(2021-06-30, 17:52)defleppard Wrote: I don't know what happens in my case. I edited guisetting, but it doesn't work ... tested in estuary.

Change it in the actual music library settings. I've just tested and [%N.] %T works in Estuary.


RE: How to remove the artist name that is in front of the song name - defleppard - 2021-06-30

(2021-06-30, 18:46)Hitcher Wrote:
(2021-06-30, 17:52)defleppard Wrote: I don't know what happens in my case. I edited guisetting, but it doesn't work ... tested in estuary.

Change it in the actual music library settings. I've just tested and [%N.] %T works in Estuary.

Hi Hither. are you meaning, this option?ImageImageImage


RE: How to remove the artist name that is in front of the song name - Fuchs2468 - 2021-06-30

(2021-06-30, 17:52)defleppard Wrote:
(2021-06-30, 17:05)Fuchs2468 Wrote:
(2021-06-30, 16:40)defleppard Wrote:  
Thanx for your reply.
I don't know what happens in my case. I edited guisetting, but it doesn't work ... tested in estuary.


Your guisettings is wrong.

(default="true") overwrites your change with "[%N. ]%A - %T".

That's how your change should be:

Code:
<setting id="musicfiles.trackformat">[%N.]%T</setting>



RE: How to remove the artist name that is in front of the song name - Fuchs2468 - 2021-06-30

(2021-06-30, 20:00)defleppard Wrote:
(2021-06-30, 18:46)Hitcher Wrote:
(2021-06-30, 17:52)defleppard Wrote: I don't know what happens in my case. I edited guisetting, but it doesn't work ... tested in estuary.

Change it in the actual music library settings. I've just tested and [%N.] %T works in Estuary.

Hi Hither. are you meaning, this option?

Here is the simple variant.

Image


RE: How to remove the artist name that is in front of the song name - defleppard - 2021-06-30

(2021-06-30, 20:03)Fuchs2468 Wrote:
(2021-06-30, 17:52)defleppard Wrote:
(2021-06-30, 17:05)Fuchs2468 Wrote:  
Thanx for your reply.
I don't know what happens in my case. I edited guisetting, but it doesn't work ... tested in estuary.


Your guisettings is wrong.

(default="true") overwrites your change with "[%N. ]%A - %T".

That's how your change should be:

Code:
<setting id="musicfiles.trackformat">[%N.]%T</setting>

You Got it man!!!!


RE: How to remove the artist name that is in front of the song name - FXB78 - 2021-06-30

(2021-06-30, 20:08)Fuchs2468 Wrote:
(2021-06-30, 20:00)defleppard Wrote:
(2021-06-30, 18:46)Hitcher Wrote: Change it in the actual music library settings. I've just tested and [%N.] %T works in Estuary.

Hi Hither. are you meaning, this option?

Here is the simple variant.

Image
Yeah this is the easy way, no need to edit guisettings.xml.


RE: How to remove the artist name that is in front of the song name - Fuchs2468 - 2021-06-30

Do not forget to set the Kodi setting to "Expert"