mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #67] [Bug Report] - ffmpeg output is same as input #56
Labels
No labels
bug
considering
discussion
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zotify#56
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 @rcMarty on GitHub (Sep 2, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/67
Originally assigned to: @Googolplexed0 on GitHub.
Bug Description
When I try to download something, ffmpeg reports an error that the input is the same as the output.
Suggested solution
Maybe instead of
can be used:
to easily overcome this ffmpeg error
Output in console:
Zotify Version
lastest from efficient api branch
ffmpeg version
Error Traceback / Logs
zotify_DEBUG_2025-09-02_18-20-49.log
@Googolplexed0 commented on GitHub (Sep 3, 2025):
Do you have
TEMP_DOWNLOAD_DIRempty/disabled? Think this may be the culprit. Might just make .tmp files mandatory behavior. Don't really see a reason to have it disabled.@Googolplexed0 commented on GitHub (Sep 4, 2025):
See if updating to v0.10.7 fixes this.