(2015-02-15, 01:22)ronie Wrote: (2015-02-10, 20:46)eagle72 Wrote: My root cause analysis is this:
The (default) mp3 tag delimiter is a '/' for multi-valued attributes.
It's used and defined in all my mp3 tools (mp3tag, mediamonkey & KODI).
The problem I am facing now is that cu lrc lyrics saves it's scraped lyrics to "%A/%T" or "%A - %T".
And "%A" becomes for example "David Guetta/Rihanna". And a '/' is an forbidden character in folder and/or file names!
btw. why don't you use 'David Guetta feat. Rihanna' or something like that.
most of the times multiple performers of the songs are listed as such and not as "David Guetta/Rihanna"
Thanx for the reply.
The reason is
a) the ArtistSlideShow add on works with multi-valued artist tags.
It shows pictures of both David and Rihanna! Cool!
When the artist field has David feat. Rihanna only David will have its fanart shown, and frequently no fanart is shown at all.
b) the artist list in the music library is much more comprehensive and structured.
The song is listed under both david and Rihanna, instead under a 'new' artist named David feat. Rihanna.
Anyways, the artist tag is a multi-valued field so support for that is something I expected
I'll try your suggestion of manually add a Rihanna subfolder under the David (lyrics) folder.
================= suggestion from a noob, with best intentions ===============
To solve this issue let the user define the delimiter in ithe CULRCs add-on options.'
And use this information to only read the first artist, search the lyrics based on that artitst, and store it in the folder of that artist.
At play back check the presence of the song lyrics in only the folder of the first artist.
This would problably let the add on find the lyrics, but also enables the user to manually get it right.