We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef47ae commit 0619fb7Copy full SHA for 0619fb7
tracklist.go
@@ -62,6 +62,7 @@ func MapFromSong(s mpd.Song) MetadataMap {
62
63
m.nonEmptyString("xesam:album", s.Album)
64
m.nonEmptyString("xesam:title", s.Title)
65
+ m.nonEmptyString("xesam:url", s.Path())
66
m.nonEmptyString("xesam:contentCreated", s.Date)
67
m.nonEmptySlice("xesam:albumArtist", []string{s.AlbumArtist})
68
m.nonEmptySlice("xesam:artist", []string{s.Artist})
0 commit comments