mirror of
https://github.com/casualsnek/onthespot.git
synced 2026-04-26 20:45:56 +03:00
[GH-ISSUE #149] [BUG] unable to download in .mp3 #113
Labels
No labels
Feedback requested
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/onthespot#113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sys-admn-ploopy on GitHub (Aug 20, 2024).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/149
Describe the bug
As the title says, I am unable to download filed in .mp3 files, with the downloads failing after max retries. Downloading in "raw format" works okay, but it would be nice to have song metadata/ album art... Not sure if I am doing something wrong on my end
I do have
ffmpegdownloaded to PATH but it doesn't seem to be recognized:for reference, my output for
brew install ffmpeg:Would appreciate any advice! tbh I may have downloaded ffmpeg incorrectly tbh...
System Information:
Additional context
@justin025 commented on GitHub (Aug 20, 2024):
How did you get it to run on iOS lmao
@sys-admn-ploopy commented on GitHub (Aug 20, 2024):
Oops, I meant MacOS lol
@justin025 commented on GitHub (Aug 21, 2024):
I was looking at releases and cant seem to find a macos build, I'm assuming you built it yourself? If that is the case try embedding the following binaries. Create a folder titled 'ffbin_mac' and place ffmpeg ffprobe and ffplay in the directory. Here is the build script for reference, https://github.com/casualsnek/onthespot/blob/main/build_mac.sh
If you have trouble with this I could build you a binary when I get a chance.