Ticket #339 (closed Task: fixed)
Prepare Party
| Reported by: | bflorat | Owned by: | varun |
|---|---|---|---|
| Priority: | 4, low | Milestone: | 1.5 "Lothlórien" |
| Component: | Functional | Version: | 1.4-trunk |
| Keywords: | Cc: |
Description
The goal is to extract a playlist (audio files + the .m3u) to a player device (create a directory on the device of the form YYYYMMDD-HHMM to isolate extractions) The idea is to allow a user to quickly copy all files related to a playlist into an external devices (like a player or an USB key). User builds a playlist using drag and drop jajuk features, then you save the playlist. On the playlist (in tree or playlist repository), you have a new "prepare party" feature that takes the output directory (using a file choser, use JajukFileChooser? and filters). Then copy (see examples in the synchronization code in Device class) the files + a new playlist file (.m3u) in a flat directory (child of selected directory and with the date/HHMM in the name to differentiate multiple party preparations / extractions).
