Show used command/flags
Checklist
- [ ] This feature I'm requesting is already implemented in yt-dlp.
- [x] This feature is merely a UI/UX update.
- [x] This feature is suitable for primary users with little knowledge about yt-dlp.
- [ ] This feature is available for most websites, not only the video platform I use.
- [ ] This feature is suitable for a large variety of videos.
- [x] This feature is not going to conflict with many of the existing options.
Is your feature request related to a problem? Please describe.
I am trying to recreate a command works as the used one when selecting these following options on the screenshots
however i fail to get them to work properly work, two of my attempts were:
-f "bestaudio[ext=opus]/bestaudio" --extract-audio --audio-format m4a --audio-quality 0 --embed-thumbnail --no-mtime -o "/storage/emulated/0/Download/Muzik/%(title)s.%(ext)s"
Downloaded audio wont load on music players like using the native audio preset, metadata issue?
-f "bestaudio" --embed-thumbnail -o "/storage/emulated/0/Download/Muzik/%(title)s.%(ext)s":
causes an error
Describe the solution you'd like
A log for just like the one on custom command tasks but for native video/audio where there could also be a "Used flags:" section or such.
Video link
No response
Additional context
No response