jack-cli-cd-ripper / jack

Jack command-line CD ripper
GNU General Public License v2.0
14 stars 5 forks source link

python3-mb: path lengths need to be limited #22

Closed pimzand closed 2 years ago

pimzand commented 4 years ago

Some artist or track titles are extremely long, like this one: https://musicbrainz.org/recording/dfff2266-2682-47db-abd9-d633fd9cf5e8

jack will not be able to rename this track. There should be a smart way to shorten the path without affecting the tag data. There's already a quite arbitrary limit of 40 characters for title names, cutting at the first colon, but artist names need to be limited too.

pimzand commented 2 years ago

Fixed in f3955c74e84f285cc3ef1014813e2db5d40aaf33.