View Single Post
  #2263  
Old 09.06.2022, 18:56
StefanM's Avatar
StefanM StefanM is offline
JD VIP
 
Join Date: Oct 2020
Posts: 494
Default

Quote:
Originally Posted by mgpai View Post
A file in 'timestamp.tsv' format will be created in JD folder. Example (j:\Apps\Jdownloader\1654782759265.tsv)
Code:
var file = JD_HOME + "/" + Date.now() + ".tsv";

It is also possible to create a script which can export the entire list using a different trigger, for example on toolbar button press, without having to select any links.
OK, thank you very much!
Should have searched there in the first place

Yes, it would be nice to have another button (another script) which exports the entire list.

And a few more questions, if I may...

1. Would it be possible to use below format instead?
2022-06-09-16-09-30-868.tsv

2. I believe, this
Code:
var file = JD_HOME + "/"
is the path definition.
So, I could add a fixed path instead of JD_HOME, right?

3. If this is not too much, could you please add code to create some sort of popup confirmation about the file being written successfully.

4. Or would it even be possible to jump to the file automatically?

Thanks for any efforts taken in advance!

Last edited by StefanM; 09.06.2022 at 18:59.
Reply With Quote