microsoft / microsoft/PowerToys

[Advanced Paste] - Media transcoding truncates filenames with multiple periods

Open
#50,465 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Issue-Bug Needs-Triage
Dominant language
C
Stars
139k
Forks
8.6k
PR merge metrics
PR metrics pending

Description

Microsoft PowerToys version and release channel

0.100.2 - Stable

Installation method

PowerToys auto-update

Area(s) with issue?

Advanced Paste

Steps to reproduce
  1. Copy an audio or video file which a period in its filename to your clipboard, e.g. "some.video.mov" or "some.audio.wav"
  2. Use Advanced Paste's transcoding feature to transcode it to an mp3 or mp4
✔️ Expected Behavior

The expected output is a transcoded audio/video file "some.audio.mp3"/"some.video.mp4"

❌ Actual Behavior

The actual output is a transcoded audio/video file "some.mp3"/"some.mp4"

Upload Bug Report ZIP-file

No response

Additional Information

No response

Other Software

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue in Advanced Paste's transcoding feature with filenames such as "some.video.mov" and "some.audio.wav". Trace how the input filename is converted to the output name, then verify that the basename remains intact while only the extension changes to .mp3 or .mp4.

Written by the indexing model from the issue text.

Assessment

Domain
audio-video-rtc, desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
64/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.