yaronzz / Tidal-Media-Downloader

Download 'TIDAL' Music On Windows/Linux/MacOs (PYTHON/C#)
http://doc.yaronzz.com/post/tidal_dl_installation/
Apache License 2.0
3.4k stars 473 forks source link

[FEATURE]: Songwriter #1040

Open chandrab699 opened 1 year ago

chandrab699 commented 1 year ago

Which tool

Please implement obj.lyricist = parseContributors('Author', contributors) (if available) or obj.lyricist = parseContributors('Lyricist', contributors)

similar to obj.composer = parseContributors('Composer', contributors)

Tidal has this information for many albums. It is displayed as "AUTHOR" or "LYRICIST" under "CREDITS" in app.

example https://tidal.com/browse/album/50233188

Describe the feature

Please implement obj.lyricist = parseContributors('Author', contributors) (if available) or obj.lyricist = parseContributors('Lyricist', contributors)

similar to obj.composer = parseContributors('Composer', contributors)

Tidal has this information for many albums. It is displayed as "AUTHOR" under "CREDITS" in app.

example https://tidal.com/browse/album/50233188

Add screenshots

in https://tidal.com/browse/album/50233188 displayed as "AUTHOR", artist is credited as "Songwriter" Screenshot 2023-01-08 at 5 20 36 PM

in https://tidal.com/browse/album/2566311 displayed as "LYRICIST", artist is credited as "Songwriter" Screenshot 2023-01-08 at 5 22 21 PM