JDownloader Community - Appwork GmbH
 

Showing results 1 to 50 of 66
Search took 0.00 seconds.
Search: Posts Made By: zreenmkr
Forum: Eventscripter 19.05.2020, 23:40
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
i didn't know that, i'm new to object and method...

i didn't know that, i'm new to object and method in general
Forum: Eventscripter 18.05.2020, 05:01
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
Settings > Bye-bye, Standby! > prevent...

Settings > Bye-bye, Standby! > prevent standby/sleep when > JDownload is running

Also, your issue might be the same with @MrBojangles_ see above for solutions
Forum: Eventscripter 18.05.2020, 04:40
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
use this to get the actual link status, you might...

use this to get the actual link status, you might also want to look into isSkipped();. instead of reset(); try resume();
//Trigger: Downloadlist ContextMenu Button Pressed
if (name == 'CheckLink...
Forum: Eventscripter 18.05.2020, 02:59
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
leave the 2nd script alone, dont change anything...

leave the 2nd script alone, dont change anything there. because trigger is interval, it runs silently in the background every x number of mili-seconds (change that at top right corner of eventscript...
Forum: Eventscripter 12.05.2020, 20:37
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
yep, as mgpai pointed out, possibly codec issue,...

yep, as mgpai pointed out, possibly codec issue, try this hxxps://codecguide.com/download_kl.htm

if still curious on adding ID3v2 Tags to future downloads give this a try, it's nice to have embed...
Forum: Eventscripter 11.05.2020, 03:12
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
it is possible if you meant starting right now...

it is possible if you meant starting right now begin count download bytes, once bytes downloaded reach 20GB then stop all downloads.

two scripts needed:
1st one Switch - allow to Reset and...
Forum: Eventscripter 11.05.2020, 00:24
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
// Set Package Name for gog-games.com downloads ...

// Set Package Name for gog-games.com downloads
// Tigger Required: "Packagizer Hook"
// Forum Topic: Link_not_visible

var hoster = link.getHost();
if (state...
Forum: Eventscripter 10.05.2020, 17:28
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
are all file names start with 'Plugin Defect!'?...

are all file names start with 'Plugin Defect!'? or is it mistaken for an error message? There is a conflict as layout below which clearly show all file names either start with 'extra' or 'patch' or...
Forum: Eventscripter 02.05.2020, 08:31
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
just a little mod :) // Open selected files or...

just a little mod :)
// Open selected files or files in packagename
if (name == "VLC Player") {
//if (name == "VLC Player - Add To Playlist") {

newVlcIntance = true; //1-open new...
Forum: Eventscripter 14.03.2020, 21:57
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
@BJN01 you might want to adapter @mgpai option...

@BJN01 you might want to adapter @mgpai option that s/he pointed out to execute autohotkey/autoit source code directly without compiling it to save time on debugging

var autoitDir = 'C:\\Program...
Forum: Eventscripter 14.03.2020, 21:42
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
makes no different yes = is assignment...

makes no different


yes
= is assignment operator
== is comparison operator


I've been using Ctrl+Tab to go forward, Ctrl+Shift+Tab backward on those tabs. don't know if there is one for...
Forum: Eventscripter 14.03.2020, 21:10
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
a function must be declared to then call it. ...

a function must be declared to then call it.
if (name == "test") {
hotkeyCtrlDel()
//sleep(1000)
//hotkeyCtlrCancEnter()
}

//Function 1
function...
Forum: Eventscripter 14.03.2020, 20:43
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
awesome, didnt know that could be done. ...

awesome, didnt know that could be done.


its pretty much the same as autoit, its more benificial to focus on one.


a few params check was put in place to prevent exe executed by error such as...
Forum: Eventscripter 14.03.2020, 14:26
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
\ is to escape symbol \\ is literally mean \ ...

\ is to escape symbol
\\ is literally mean \ or use /
For example jd will see this path 'C:\Program Files\JDownloader 2.0\JDownloader2.exe' as 'C:Program FilesJDownloader 2.0JDownloader2.exe'...
Forum: Eventscripter 14.03.2020, 11:29
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
I tried assigning a default app to open *.part...

I tried assigning a default app to open *.part file in windows environment then double-click the file inside windows folder then it open up but not in jd.
Forum: Eventscripter 14.03.2020, 04:46
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
autoit cmd to pass var to notepad.exe ...

autoit cmd to pass var to notepad.exe
hxxps://workupload.com/file/dd5yQzu2
pwd: bjn01

// "select link, paste them in a tx and open it"
// N.B = add button (event scrip trigger) in linkgrabber...
Forum: Eventscripter 14.03.2020, 02:55
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
I think I know what you are trying to do now....

I think I know what you are trying to do now. Autoit would do. I'll post an update later.


This is something I would do.
// "select link, paste them in a tx and open it"
// N.B = add button...
Forum: Eventscripter 13.03.2020, 21:14
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
Let clarify a few things. I might be able to be...

Let clarify a few things. I might be able to be at service.

1) Do you need to script to save both link with name or only the link?

because this script bellow which you mentioned only save all...
Forum: Eventscripter 13.03.2020, 10:26
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
thanks yea, 'Open in Browser' is one of...

thanks


yea, 'Open in Browser' is one of the default funcs shipped with jd not a eventscripter user defined func. Only if it could be modified.
Forum: Eventscripter 13.03.2020, 09:06
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
regex to match last occurrence. Looked into...

regex to match last occurrence. Looked into backtracking but still confused

var file = 'Stay healthy by walking everyday by John Doe';

//workaround
var regex = /(.*?)by\s(.*?)/i;
...
Forum: Eventscripter 13.03.2020, 07:23
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
good pointer. thanks. could toolbar button...

good pointer. thanks.

could toolbar button or contextmenu action be intercepted? I accidentally right click on a packagename and open hundreds of tabs in the browser. Open in Browser. If there is...
Forum: Eventscripter 12.03.2020, 20:39
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
a) show/hide help window resize able? sometime it...

a) show/hide help window resize able? sometime it takes 1/3 of the window real estate other time 2/3.

b) possible to set alert window custom size?

c) duplicated crawledlinks is highlited in red...
Forum: Eventscripter 12.03.2020, 10:49
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
hey @BJN01, i'm just curious myself. for the...

hey @BJN01, i'm just curious myself. for the first part of your questions, why do you need the urls to paste in an empty notepad without saving it. again, this is just for my benefit, has nothing to...
Forum: Eventscripter 10.03.2020, 03:15
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
thanks. Want to get some text from the...

thanks.



Want to get some text from the site and append it to the fileName. Could you give an example of get html tag either via javascript getElementById() or parsing source code via regex or...
Forum: Eventscripter 08.03.2020, 08:31
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
Experimenting with api - have no clues what am...

Experimenting with api - have no clues what am doing. Assuming packagizer is switched off.

I have a bunch of links but only want to grab the favorite hosters. Unsuccessful start out code below,...
Forum: Eventscripter 08.03.2020, 02:56
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
Currently there is no InputBox available. There...

Currently there is no InputBox available. There is however a workaround just described here yesterday by using notepad.exe in Windows OS as an Input method.

See Post...
Forum: Eventscripter 07.03.2020, 09:17
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
scratch that

scratch that
Forum: Eventscripter 07.03.2020, 08:01
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
I was going say ini file but good to know...

I was going say ini file but good to know primitive way of things is still foolproof.

I would also want to see another line to open "/tmp/commentFile.txt" file to edit new comment but don't know...
Forum: Eventscripter 07.03.2020, 06:35
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
Adapted from @mgpai // Extract Audio from...

Adapted from @mgpai

// Extract Audio from Video then Convert to <custom> mp3 bitrate.
// Trigger required: "A Download Stopped".
// Requires ffmpeg/ffprobe. Uses JD ffmpeg/ffprobe settings if...
Forum: Eventscripter 07.03.2020, 04:50
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
Thanks @raztoki & @pspzockerscene

Thanks @raztoki & @pspzockerscene
Forum: Eventscripter 07.03.2020, 04:43
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
Am assuming you've created 'EventScripter...

Am assuming you've created 'EventScripter Trigger' button. You need to give that each button a unique name and it is case sensitive.

1st Button
if (name == "My Button1 Name") {
//if button you...
Forum: Eventscripter 06.03.2020, 11:44
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
var myChannelName =...

var myChannelName = myDownloadLink.getProperty("YT_CHANNEL");

Where/what plugin to look into for all available properties for specific link? How do you know 'YT_CHANNEL' property is there?
Forum: Eventscripter 06.03.2020, 11:27
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
Now that you've explained, I kind of having an...

Now that you've explained, I kind of having an idea of what is going on. I don't have any background on objects nor object type.


Working scripts, thanks @mgpai

Option 1
//...
Forum: Eventscripter 06.03.2020, 01:18
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
Need Input :outch: 2 Scripts below has Issues...

Need Input :outch: 2 Scripts below has Issues Explained HERE (Link_not_visible - Due to that can't get these scripts bellow to work.

Issue1 : ...
Forum: Eventscripter 06.03.2020, 00:43
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
regex check box is in the 'if' condition

regex check box is in the 'if' condition
Forum: Eventscripter 05.03.2020, 23:47
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
Generally a quick and easy way is use...

Generally a quick and easy way is use 'Packagizer' extension, add a few rules and you are set. It is as simple as Find and Replace with RegExp. Script is more flexible, I'll give it a try, brb.


...
Forum: Eventscripter 05.03.2020, 10:05
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
Thanks for the alternative. Too bad everything I...

Thanks for the alternative. Too bad everything I do is in chrome.


getPage(url)
I'm planning on getting some properties from html source. Just the usual stuffs such as user/channel/date/views...
Forum: Eventscripter 04.03.2020, 14:49
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
//works as expected var url =...

//works as expected

var url = 'Link_not_visible;
openURL(url);


Is there a work around to open browser history? I think there is a url check for 'http' start of string which is...
Forum: Eventscripter 04.03.2020, 14:37
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
I've seen one of your scripts with function...

I've seen one of your scripts with function described but it's just too slow.

If there is a way to get classname of edit/input box would be nice.
Forum: Eventscripter 03.03.2020, 15:37
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
Thanks, // Objective is to search for...

Thanks,

// Objective is to search for duplicate within jd. Not the same as search for existed file on harddrive.
// I think Trigger is: "DownloadList Buttombar Button Pressed"

At the bottom...
Forum: Eventscripter 02.03.2020, 05:54
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
got it. // Get Selected packageName //...

got it.


// Get Selected packageName
// Trigger : "DownloadList Contextmenu Button Pressed"

if (name == "Get Selected packageName") {
try {
var selected =...
Forum: Eventscripter 02.03.2020, 04:08
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
I'm unable to find reference in help for...

I'm unable to find reference in help for dlSelection/lgSelection nor getContextLink() mentioned. name, link, package and among other are also documented.
Forum: Eventscripter 01.03.2020, 10:07
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
Is it a good common practice to use non-constant...

Is it a good common practice to use non-constant global var between functions instead of passing it?
Forum: Eventscripter 01.03.2020, 10:04
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
That explained it. The only other thing i did try...

That explained it. The only other thing i did try was declaring var in outer scope ONLY which also failed.
Forum: Eventscripter 29.02.2020, 15:14
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
thanks. Why 'i' is global var in this...

thanks.

Why 'i' is global var in this scenario? Shouldn't 'i' is local in _getLists()? notice 'i' got overwrites each time it returns from func being called.

//init
var pkgs =...
Forum: Eventscripter 29.02.2020, 07:52
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
oh ok, that's too bad. as far as debugging...

oh ok, that's too bad.

as far as debugging goes. alert() is the only other method other than writeFile()
Forum: Eventscripter 29.02.2020, 07:27
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
var myCrawledLink =...

var myCrawledLink = myLinkgrabberSelection.getContextLink();

cool, how to send myCrawledLink.getName() to clipboard?

tried w/o luck: myCrawledLink.getName().execCommand("copy")

ref:...
Forum: Eventscripter 29.02.2020, 06:31
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
Can't get name of the Select File in LinkGrabber....

Can't get name of the Select File in LinkGrabber.

var getDlSel = lgSelection.getDownloadLink.getName();
alert(getDlSel);

//return error: ReferenceError: 'lgSelection' is not defined
Forum: Eventscripter 28.02.2020, 23:27
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
Talking just learned I do have a blind spot!

just learned I do have a blind spot!
Forum: Eventscripter 28.02.2020, 17:00
Replies: 3,086
Views: 11,542,543
Posted By zreenmkr
thanks again for the insight. do you have...

thanks again for the insight.

do you have the reference of all the jd functions glossary or is it documented? I looked up on wiki but couldn't find it.
Showing results 1 to 50 of 66

 
Forum Jump
All times are GMT +2. The time now is 22:57.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.