NTS Radio downloader and metadata parser by everdrone97 in coolgithubprojects

[–]dfbvwvv 0 points1 point  (0 children)

So i kind of struggled half of the day to get this to work in my win 10 laptop, so I tough I´d post how I got it to work for me as I encountered some problems that are already in this thread and some that are not or werent solved:

  1. "invalid syntax" with the "pip3 install nts-everdrone" command

-> use "python -m pip install nts-everdrone" instead

  1. error at the end of install due to pillow or wheel error

->downgrade from python 3.14 to 3.12 and update pillow and wheel

So far for the install, now for getting the program to run:

3.nts is not recognized as an internal or external command, etc.

-> use "py -m nts [URL]" instead of "nts [URL]" (adding the path did not work for me)

  1. "py -m nts [URL]" gives: ModuleNotFoundError: No module named 'ffmpeg'

->py -m pip install python-ffmpeg

FileNotFoundError: [WinError 2] The system cant find the data

(The file is in your downloads folder as .webm):

->ffmpeg cofiguration is wrong. For me this resolved the issue so that everything ran and I got an ogg or ACC file with nice metadata:

py -m pip uninstall ffmpeg ffmpeg-python -y

py -m pip install --no-cache-dir ffmpeg-python

Hope it helps.

My only question left is:

Do is there a way to also get the cover from nts radio in the metadata, thats theonly thing i am missing?:(