dropcreations / Manzana-Apple-Music-Downloader

A python program to download albums and songs with AAC codec in .m4a container format and music-videos up to 4K in AVC or HEVC codec in .mp4 format from Apple Music.
https://music.apple.com
GNU General Public License v3.0
182 stars 23 forks source link

Not Recognizing "CCExtractor" in PATH #21

Closed itsjonlebron closed 9 months ago

itsjonlebron commented 9 months ago

Thanks for your work on this project! Really excited to start using it.

Using a fresh Windows install, I'm running into an issue when trying to run either the compiled EXE or python. I have CCExtractor installed, however, I keep running into this issue in the command line: [ManzanaCore] ERROR: Unable to find 'ccextractor' in PATH!

I have CCExtractor added into my PATH environment variables... image

Any idea why I'm receiving this error?

dropcreations commented 9 months ago

@jonochocki Make sure the ccextractor binary file inside the C:\Program Files (x86)\ccextractor is renamed as ccextractor.exe not ccextractorwinfull.exe

itsjonlebron commented 9 months ago

Thanks @dropcreations. I renamed ccextractorwinfull to ccextractor as suggested and after a reboot both versions are now working as expected. Thanks again for your help!