View Issue Details

IDProjectCategoryView StatusLast Update
0000845MMW v4Otherpublic2007-09-11 17:05
Reporterrusty Assigned To 
PrioritylowSeverityfeatureReproducibilityalways
Status newResolutionopen 
Summary0000845: Send to network location
DescriptionAs requested, it should be possible to send a track to a network location.
Additional Informationhttp://www.songs-db.com/forum/viewtopic.php?t=739
TagsNo tags attached.
Fixed in build

Activities

jiri

2003-12-01 21:57

administrator   ~0002776

It's generally a good idea, however network browsing can be quite time consuming and only moving mouse above some elements could cause system stalls. I don't know if there's a way how to arrange the UI to prevent such problems.

rusty

2003-12-02 12:57

administrator   ~0002778

I was about to agree with you and then thought of something. When the user moves the mouse over Network Locations, there wouldn't be a system stall--the only time a system stall would occur is when the user goes more than one level deep into Network Locations. Thus, the issue you raise may not be a problem, since:
-the user is unlikely to accidentally cause a network browse-related stall (for the above reason)
-the user expects browsing delays when he/she _does_ intend to browse the network

Thoughts?

jiri

2003-12-03 07:53

administrator   ~0002780

I'm still a bit afraid that it will cause some problems, but we can try it.

rusty

2004-01-26 04:26

administrator   ~0002894

I was thinking about our current Send-to implementation and how to modify it so that this functionality can be more effectively supported and came up with the following:

When the user tries to:
a) Send-to Folder (copy)
b) Send-to Folder (move)
c) Send-to Folder (convert)

Rather than forcing the user to choose a location from within the context menu, what should happen is that as soon as the user right-clicks on Send-to X, a File Browser type of Window opens, from which the user selects the desired location. This is a great solution because:
1) it's more usable
2) it utilizas controls/functionality that already exists--even for Network Locations!!

jiri

2004-01-26 11:56

administrator   ~0002898

I think there are some problems in the proposal:
 - I don't see how to easily implement history of folders in this case, which is quite a useful feature.
 - In case of sending to folders that aren't too deep in the tree struture the current solution is faster, particularly when sending to a portable player that's mounted as an X: drive letter you only have to press mouse button on 'Send to', move the pointer a little, release it then and tracks are copied.

Considering this and the fact that your proposal has some advantages, particularly it can send to Network, I think we could compose the popup menu like:

history1
history2
...
--------
*Select folder* (which opens the dialog you proposed)
--------
folder1
folder2
...

I'd possibly defer fixing the bug, because we don't have themed select folder dialog yet (we use std. Windows one).

rusty

2004-05-06 15:19

administrator   ~0003992

push23