Kodi Community Forum

Full Version: Move and copy to folder - add address bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can you please add a location address bar to these two options

-Move to
-Copy to

That way we don't need to manually locate the folders each time.

We can simply copy and paste the folder location from explorer address bar.

The reason is it can be time consuming to locate and go through the folder structures each time.

This is what I mean.

Image
It's not possible out-of-the-box with .NET default folder browser dialog.

But you can add some default folders in the module settings:

Image

Again, please use our Bug and Feature Request Tracking system!
(2015-05-12, 08:39)DanCooper Wrote: [ -> ]It's not possible out-of-the-box with .NET default folder browser dialog.

But you can add some default folders in the module settings:

Image

Again, please use our Bug and Feature Request Tracking system!

Oh that is a shame...

So is the limitation due to winforms?
or just .NET (all versions) ?

i.e. Once you move the code to WPF, can you add it in?

How do other programmers add in that folder browser with address bar?

Having default folders is good, but it would be nice to have an address bar for cases where it does not go to those folders.

=======
WPF has no OpenFolder and OpenFilename dialogs.

Other devs code own dialogs, but i don't have the time to do that (or simply other priorities).

What i can do is adding an additional sub menu "Custom Path", thats display a textbox. Deal?
(2015-05-12, 10:42)DanCooper Wrote: [ -> ]WPF has no OpenFolder and OpenFilename dialogs.

Other devs code own dialogs, but i don't have the time to do that (or simply other priorities).

What i can do is adding an additional sub menu "Custom Path", thats display a textbox. Deal?

If that is the best solution then please add it.