Need to implement MP3 tags fixer which will change encoding of MP3 tags from windows-1251 to utf-8. Currently tracks are downloading "as is". Example: `find . -iname "*.mp3" -execdir mid3iconv -e "windows-1251" {} \;`
Need to implement MP3 tags fixer which will change encoding of MP3 tags from windows-1251 to utf-8.
Currently tracks are downloading "as is".
Example:
find . -iname "*.mp3" -execdir mid3iconv -e "windows-1251" {} \;