-
Notifications
You must be signed in to change notification settings - Fork 7.9k
.opus support for Peek #42576
Copy link
Copy link
Labels
Good first issueGood for newcomers.Good for newcomers.Help WantedWe encourage anyone to jump in on these and submit a PR.We encourage anyone to jump in on these and submit a PR.Idea-EnhancementNew feature or request on an existing productNew feature or request on an existing productProduct-PeekRefers to Peek PowertoysRefers to Peek PowertoysStatus-In progressThis issue or work-item is under developmentThis issue or work-item is under development
Metadata
Metadata
Assignees
Labels
Good first issueGood for newcomers.Good for newcomers.Help WantedWe encourage anyone to jump in on these and submit a PR.We encourage anyone to jump in on these and submit a PR.Idea-EnhancementNew feature or request on an existing productNew feature or request on an existing productProduct-PeekRefers to Peek PowertoysRefers to Peek PowertoysStatus-In progressThis issue or work-item is under developmentThis issue or work-item is under development
Description of the new feature / enhancement
With Web Media Extensions installed, I can just rename an
audio.opusfile toaudio.ogg(opus audio codec in ogg container) and it will play fine.Without Web Media Extensions, seekbar will show "Unsupported Video Type or Invalid File Path", and I think it should fall back to the default warning message
PowerToys/src/modules/peek/Peek.UI/Strings/en-us/Resources.resw
Line 376 in b3628aa
with
.opusadded on thesupportedFileTypeslistPowerToys/src/modules/peek/Peek.FilePreviewer/Previewers/MediaPreviewer/AudioPreviewer.cs
Lines 163 to 174 in b3628aa
Scenario when this would be used?
When using Peek to preview audio files with .opus file extension
Supporting information
No response