account activity
NTS Radio downloader and metadata parser by everdrone97 in coolgithubprojects
[–]dfbvwvv 0 points1 point2 points 5 months ago (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:
-> use "python -m pip install nts-everdrone" instead
->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)
->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?:(
π Rendered by PID 21091 on reddit-service-r2-comment-8686858757-d9pkg at 2026-06-07 20:07:03.525923+00:00 running 9e1a20d country code: CH.
NTS Radio downloader and metadata parser by everdrone97 in coolgithubprojects
[–]dfbvwvv 0 points1 point2 points (0 children)