intel / dleyna-control

dLeyna-control is a Digital Media Player written in python to demonstrate how to use the dleyna DMS APIs. It detects Digital Media Servers on the local area network and allows users to browse, search and play their contents.
https://01.org/dleyna/
GNU Lesser General Public License v2.1
8 stars 12 forks source link

dLeyna-control should support upload #19

Open markdryan opened 11 years ago

markdryan commented 11 years ago

There are two forms of upload.

  1. Upload to the AnyContainer, in which the DMS decides where to store the file.
  2. Upload to a specified folder.

Ideally, you could right click on a folder and then be presented by menu that can be used to pop up a dialog asking the user to select a file to upload. A similar dialog could be presented by right clicking on a server, which would allow the user to upload a file to the any container.

Multiple uploads are permitted to multiple servers at the same time. Information about uploads can be retrieved from dLeyna-server and uploads can be cancelled. So it would be nice to have some sort of UI that allows users to view the current uploads and to cancel them.