mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-24 22:05:53 +03:00
[GH-ISSUE #40] [Bug Report] Download format is disregarded #33
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#33
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 @PrzemekTomczyk on GitHub (Jul 31, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/40
Originally assigned to: @Googolplexed0 on GitHub.
Bug Description
Specifying download format in the config or as an argument is disregarded and output results in an ogg file
Bug Triggering Command
zotify --codec opus
Error Traceback / Logs
No error or crash
Zotify Version
v0.9.0
@Googolplexed0 commented on GitHub (Aug 7, 2025):
Not a bug. Using the
--codecsetting changes the transcode library for FFMPEG (--codec opusselectslibopus, leading to a lossy transcode, which is not recommended). The library automatically chooses an appropriate file type for that codec. Opus audio streams can be stored in an.oggfile (see Ogg Encapsulation for the Opus Audio Codec). Although most music players check the codec rather than the file extension, there is generally more support for the.oggfile suffix than.opuswhen the file suffix does matter.If you really want the files to end in .opus, just use a bulk renaming tool to change it.