Closed superislam closed 1 year ago
'rm' is not recognized as an internal or external command, operable program or batch file.
Your --exec
arguments are failing because they are using unix shell commands (rm
, mv
); these aren't going to work on windows.
Try changing mv
to move
and rm
to del
[EmbedThumbnail] mutagen: Adding thumbnail to "James Horner - A Kaleidoscope Of Mathematics.opus"
It does embed a thumbnail, just not the cropped thumb because the --exec
commands failed
'feature' is not recognized as an internal or external command, operable program or batch file.
Put the URL in quotes
'rm' is not recognized as an internal or external command, operable program or batch file.
Your
--exec
arguments are failing because they are using unix shell commands (rm
,mv
); these aren't going to work on windows. Try changingmv
tomove
andrm
todel
[EmbedThumbnail] mutagen: Adding thumbnail to "James Horner - A Kaleidoscope Of Mathematics.opus"
It does embed a thumbnail, just not the cropped thumb because the
--exec
commands failed'feature' is not recognized as an internal or external command, operable program or batch file.
Put the URL in quotes
ok it worked
DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
Checklist
Provide a description that is worded well enough to be understood
Hello when i run the code to download opus audio with metadata the thumbnail cropped does not embed into the file
Provide verbose output that clearly demonstrates the problem
yt-dlp -vU <your command line>
)'verbose': True
toYoutubeDL
params instead[debug] Command-line config
) and insert it belowComplete Verbose Output