Slyyxp / rsack

Ransack「rsack」is a lossless Korean music downloader
MIT License
84 stars 12 forks source link

Can't download album with long names #43

Closed jinoo2005609 closed 2 years ago

jinoo2005609 commented 2 years ago

Can't download album with long names in genie. For example : Genie

Slyyxp commented 2 years ago

I will write something to downsize the filename later today.

Edit: tomorrow

Slyyxp commented 2 years ago

Fixed with 3a563b59c7a20cd74d47da6c3cbaf8b5ed6c360d

I see no way to handle the rename without removing the track title entirely.

There are too many variables, you could split at & and other such characters but that would be inconsistent. You coulda also remove just enough characters from the end that it doesn't error.

Doing either of these things would result in an incoherent track title, so it has just been removed and they can be renamed manually at the downloaders leisure.

Edit: I should add that i'm open to suggestions.