Yetangitu / Spodcast

Spodcast is a caching Spotify podcast to RSS proxy. Using Spodcast you can follow Spotify-hosted netcasts/podcasts using any player which supports RSS, thus enabling the use of older hardware which is not compatible with the Spotify (web) app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No such file or directory: 'ffmpeg'

BumbleCast opened this issue · comments

Never mind my old post.
I installed spodcast via pip install on a linux machine. everything works well, however the transcoding (to mp3) gives errors:

Traceback (most recent call last):
File "/usr/bin/spodcast", line 33, in
sys.exit(load_entry_point('spodcast==0.5.2', 'console_scripts', 'spodcast')())
File "/usr/lib64/python3.9/site-packages/spodcast/main.py", line 42, in main
args.func(args)
File "/usr/lib64/python3.9/site-packages/spodcast/app.py", line 30, in client
download_episode(episode_id)
File "/usr/lib64/python3.9/site-packages/spodcast/podcast.py", line 172, in download_episode
path, size, mimetype = download_stream(stream, filepath)
File "/usr/lib64/python3.9/site-packages/spodcast/podcast.py", line 144, in download_stream
ffmpeg.run(transcoder, quiet=True)
File "/usr/lib64/python3.9/site-packages/ffmpeg/_run.py", line 313, in run
process = run_async(
File "/usr/lib64/python3.9/site-packages/ffmpeg/_run.py", line 284, in run_async
return subprocess.Popen(
File "/usr/lib64/python3.9/subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib64/python3.9/subprocess.py", line 1821, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg'

I understand this is a little late but do you have the ffmpeg package installed on your machine? I.E. sudo apt-get install -y ffmpeg