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.27k stars 464 forks source link

Fixed some bugs that caused file errors #1151

Open exp-3 opened 4 months ago

exp-3 commented 4 months ago
  1. Some songs only have plain text lyrics, which were not considered.
  2. Lyrics containing foreign characters would result in a blank file due to a save error.
exp-3 commented 4 months ago

The titles and artists of some classical music pieces are so long that they result in file paths that are too lengthy to be written, so I added some code to forcibly truncate the length of certain strings and file paths.