mltframework / shotcut

cross-platform (Qt), open-source (GPLv3) video editor
https://www.shotcut.org
GNU General Public License v3.0
10.84k stars 1.12k forks source link

Shotcut appends the wrong file to the timeline #1531

Closed pawjast closed 5 months ago

pawjast commented 5 months ago

When I try to append a file from a playlist to a timeline:

See the evidence below.

https://github.com/mltframework/shotcut/assets/8880777/237a0027-a25d-4a87-b6ef-e0dd72c45206

I'm on Windows 10.

Shotcut version 24.02.29.

ddennedy commented 5 months ago

You are wrong. It is not supposed to do what you want. It appends from Source by design.

pawjast commented 5 months ago

That wouldn't be my intuition to design it this way but I understand.

In this respect, would you consider implementing an option or a preference to tick on/off so a single click on a clip in the playlist (effectively selecting it) loads it to the Source?

Currently you need a double click to load a clip to a Source.

That's a lot of clicking if you want to check every clip in the Source first before adding it to a timeline.

ddennedy commented 5 months ago
pawjast commented 5 months ago
  • Playlist has a menu button with Add Selected to Timeline in it. (You can add a custom keyboard shortcut for this in Help > Actions and Shortcuts.)

I've found it now. This + custom shortcut will do.

Thanks.