D-Link Forums

The Graveyard - Products No Longer Supported => IP Cameras => DCS-2330L => Topic started by: echandler on April 11, 2016, 02:31:05 AM

Title: User script that makes it easier to navigate the SD card menu.
Post by: echandler on April 11, 2016, 02:31:05 AM
The SD card menu is sort of clumsy so I tried fixing the "problems" with a user script to make it more manageable. Here is a list of features:

* Makes it easier to download many videos at once.
* Opens the preview image in the same window and makes it zoom-able and pan-able. (Hover your mouse over the word "preview".)
* Formats the dates to be more human readable.
* Minor improvements to fix usability.

So far it has only been tested in firmware version 1.00 (you read that correctly), Chrome version 49+ (with the Tampermonkey extension), and Firefox version 43+.

You need to enter the URL for your SD card menu (aka navigate to your SD card menu and then copy the URL in the address bar) in the top of the script (the instructions are in capital letters). For example, the address could be: http://192.168.254.100/setup.htm .

This script has been working well (on firmware version 1.00) for quite awhile, if you want to give it a try on newer firmware versions that would great; if it doesn't work it can always be uninstalled and all should be well.

https://gist.github.com/anonymous/36d5e58bc6afefaa4d05c1fada81eb47 (https://gist.github.com/anonymous/36d5e58bc6afefaa4d05c1fada81eb47) <- (Just download the zip file and open it in notepad or some other text editor.)

edit: https://imgur.com/eyiwslu (https://imgur.com/eyiwslu)
Title: Re: User script that makes it easier to navigate the SD card menu.
Post by: MikeSD on August 07, 2016, 08:09:15 AM
I just tested it with Chrome Version 52.0.2743.116 m, using DCS-2330L firmware 1.12 and it worked great.

Also tested it with my DCS-5222LB, firmware 2.13 and it worked fine on that as well.

Note: If you are like me, and may be short of drive space on the main drive, you can change the default "download" location in Chrome, to a drive that has more space.

Title: Re: User script that makes it easier to navigate the SD card menu.
Post by: echandler on October 23, 2016, 01:56:48 AM
^ Did a pretty major update a few months ago, many new features/upgrades, if anyone has any suggestions or feature requests that would be great. One new feature that I use almost everyday is the ability to navigate to a video automatically, it is a real time saver. 8)

https://github.com/echandler/D-Link_DCS-2330L_scripts/tree/master/src (https://github.com/echandler/D-Link_DCS-2330L_scripts/tree/master/src)
Title: Re: User script that makes it easier to navigate the SD card menu.
Post by: echandler on November 03, 2016, 02:34:22 AM
Here is a video of the script in action -> https://www.youtube.com/watch?v=rsDpLqI9u1E (https://www.youtube.com/watch?v=rsDpLqI9u1E)
Title: Re: User script that makes it easier to navigate the SD card menu.
Post by: echandler on April 09, 2017, 03:34:07 AM
Added a "drag and drop" feature (just drag the video file into the browser and it will find the video on the SD card), made the file downloads more reliable, and some other fixes.  8)

https://github.com/echandler/D-Link_DCS-2330L_scripts/tree/master/src (https://github.com/echandler/D-Link_DCS-2330L_scripts/tree/master/src)