Page 1 of 1
[Bug] Partial Drag & Drop of Episodes copies all
Posted: 27 Dec 2019, 12:30
by mgutt
If I drag a selection of episodes:
and drop it to the rename tab, it inserts all episodes:
If I use the context menu:
It works as expected:

Re: [Bug] Partial Drag & Drop of Episodes copies all
Posted: 27 Dec 2019, 13:44
by rednoah
Yes, drag-n-drop grabs the entire area ignoring selection. That's on purpose, because you wouldn't be able to grab the entire list otherwise (you'd select one item on click and then drag just that).
Re: [Bug] Partial Drag & Drop of Episodes copies all
Posted: 27 Dec 2019, 21:22
by mgutt
rednoah wrote: ↑27 Dec 2019, 13:44
That's on purpose, because you wouldn't be able to grab the entire list otherwise
There are two methods available to select all entries:
1.) Click on the first entry, scroll down to the last entry, hold SHIFT and click on it
2.) Press CTRL+A
This is completely the same behaviour like in Windows Explorer and other apps.

Re: [Bug] Partial Drag & Drop of Episodes copies all
Posted: 27 Dec 2019, 21:36
by rednoah
True. It certainly does make sense to adhere to UI behaviour norms, and "fixing" it would be just a matter of removing code. I'll think about it.
Re: [Bug] Partial Drag & Drop of Episodes copies all
Posted: 31 Dec 2019, 19:47
by rednoah
mgutt wrote: ↑27 Dec 2019, 21:22
There are two methods available to select all entries:
1.) Click on the first entry, scroll down to the last entry, hold SHIFT and click on it
2.) Press CTRL+A
This is completely the same behaviour like in Windows Explorer and other apps.
Upcoming revisions will only drag the selected items, i.e. all items can only be dragged by first selecting all.

Loading a full episode list directly into
Rename ➔ New Names is already supported in
Rename itself simply by clicking on a database without loading in files first.
Re: [Bug] Partial Drag & Drop of Episodes copies all
Posted: 01 Jan 2020, 13:48
by mgutt
Nice