Feature #740
PlainTextContainer
| Status: | Assigned | Start date: | 10/18/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | Decrypter | |||
| Target version: | JDownloader - FarfarAway | |||
| Resolution: |
Description
add a little plaintextcontainer format, something like this
packagename: name
password: pw1
password: pw2
comment: comment
Links (one link per line)
Related issues
History
Updated by vivalostioz over 3 years ago
how about xml ? :)
Updated by drbits over 3 years ago
vivalostioz wrote:
how about xml ? :)
XML would be nice, but we need plain text.
For later:
<package name="pkgname" archivepass="pass" downpass="pass2" saveto="file:///c:/downloads"> <link ref="URL"/> <link ref="URL"/> . . . <link ref="URL"/> <comment text="the comment text"/> </package> <package name="pkgname" archivepass="pass" downpass="pass2" saveto="file:///c:/downloads"> <link ref="URL"/> <link ref="URL"/> . . . <link ref="URL"/> <comment text="the comment text"/> </package>
Updated by drbits over 3 years ago
You could simplify the project.
Just read the text into the clipboard and let LinkGrabber process it from there.
Only read a file into the clipboard if the first word is "http" (after whitespace).
Limit file extensions to .txt and .links (not .lnk).
Updated by 5ink4r over 3 years ago
drbits wrote:
You could simplify the project.
Just read the text into the clipboard and let LinkGrabber process it from there.
Only read a file into the clipboard if the first word is "http" (after whitespace).
Limit file extensions to .txt and .links (not .lnk).
But you should save the clipboard content before and reset afterwards, so the user won't get disturbed working etc.
Updated by drbits almost 3 years ago
If work has not begun, can this wait until the next release?
Updated by scr4ve over 1 year ago
- Target version changed from Next Major Public Release 1.xxx to JDownloader - FarfarAway