<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent posts to blog</title><link href="https://sourceforge.net/p/xdman/blog/" rel="alternate"/><link href="https://sourceforge.net/p/xdman/blog/feed.atom" rel="self"/><id>https://sourceforge.net/p/xdman/blog/</id><updated>2018-04-01T09:36:07.024000Z</updated><subtitle>Recent posts to blog</subtitle><entry><title>Using download queues and schedulers</title><link href="https://sourceforge.net/p/xdman/blog/2018/04/using-download-queues-and-schedulers/" rel="alternate"/><published>2018-04-01T09:36:07.024000Z</published><updated>2018-04-01T09:36:07.024000Z</updated><author><name>Subhra Das Gupta</name><uri>https://sourceforge.net/u/subhra74/</uri></author><id>https://sourceforge.net8b0880e49d305ebec944bbf7b254e7963bae68dd</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt; Create a new queue&lt;/strong&gt;&lt;br/&gt;
         If you are fine with default queue then this step is not required.&lt;br/&gt;
         To create a new queue&lt;br/&gt;
        1. Goto XDM settings/Scheduler settings&lt;br/&gt;
        2. Click on the New button&lt;br/&gt;
        3. New queue will be created. If you want to change your queue name, enter any name below and click the save button above.&lt;br/&gt;
        4. If you want to schedule the queue, provide the scheduler settings below!&lt;br/&gt;
        5. Now queue creation is done, press the back button to close the settings page.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Using the queue&lt;/strong&gt;&lt;br/&gt;
        Whenever the "NEW DOWNLOAD" dialog appears, goto "MORE"/"Download Later" and select you queue name.&lt;br/&gt;
        Note:  if you are scheduling, DO NOT start the queue manually, as this will start the download immediately.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>How to install XDM on any Linux distribution</title><link href="https://sourceforge.net/p/xdman/blog/2018/03/how-to-install-xdm-on-any-linux-distribution/" rel="alternate"/><published>2018-03-14T15:09:30.966000Z</published><updated>2018-03-14T15:09:30.966000Z</updated><author><name>Subhra Das Gupta</name><uri>https://sourceforge.net/u/subhra74/</uri></author><id>https://sourceforge.net30d009a88a8b714e18214aac7b5f53bcbc2b9393</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This article describes how to install XDM on any linux distribution.&lt;br/&gt;
If you have any outdated version installed already, please remove them completely.&lt;br/&gt;
Also remove any directory named xdman under /opt ( open terminal and type rm -rf /opt/xdman and restart your computer )&lt;/p&gt;
&lt;p&gt;Installation steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Download the installation archive from: &lt;a href="http://xdman.sourceforge.net/#downloads"&gt;http://xdman.sourceforge.net/#downloads&lt;/a&gt;&lt;br/&gt;
2.&lt;strong&gt; Lets asume you have downloaded the file in your download folder. &lt;/strong&gt;(&lt;strong&gt;~/Downloads&lt;/strong&gt;) (&lt;strong&gt; make sure the file name after download is xdm-2018-x64.tar.xz or xdm-2018-x86.tar.xz, not xdm-2018-x86.tar(1).xz etc&lt;/strong&gt; )&lt;/li&gt;
&lt;li&gt;Open terminal and switch to the directory using &lt;strong&gt;cd ~/Downloads&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Now type&lt;strong&gt; tar xvf xdm-2018-x64.tar.xz&lt;/strong&gt; or &lt;strong&gt;tar xvf xdm-2018-x64.tar.xz&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Threre should a file named install.sh created inside the folder now&lt;/li&gt;
&lt;li&gt;Now you will need to be root user to start installation ( use sudo if you are using ubuntu/debian/mint/solus/elementary etc, and su -C for SUSE, manjaro, fedora etc )&lt;/li&gt;
&lt;li&gt;Type sudo ./install.sh or su -C ./install.sh&lt;/li&gt;
&lt;li&gt;After installation is done then start XDM from start menu.&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</summary></entry><entry><title>Generate log for troubleshooting</title><link href="https://sourceforge.net/p/xdman/blog/2018/03/generate-log-for-troubleshooting/" rel="alternate"/><published>2018-03-11T12:31:34.143000Z</published><updated>2018-03-11T12:31:34.143000Z</updated><author><name>Subhra Das Gupta</name><uri>https://sourceforge.net/u/subhra74/</uri></author><id>https://sourceforge.netfc34f90919b0e7b3abdf9c7366fda86273e97a2a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;Befor doing these steps you should exit XDM if its already running. To exit XDM goto File-&amp;gt;Exit from XDM window.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you are on Windows:&lt;br/&gt;
1. Open command prompt from the start menu (type cmd to search in start menu)&lt;br/&gt;
2. After command prompt opens, type C: and press Enter&lt;br/&gt;
3. Then type cd "C:\Program Files (x86)\XDM" and press Enter.&lt;br/&gt;
4. If it shows error like folder does not exists then type cd "C:\Programs Files\XDM"&lt;br/&gt;
5. Now type "jre\bin\java" -jar xdman.jar&lt;/p&gt;
&lt;p&gt;On Linux:&lt;br/&gt;
1. Open terminal&lt;br/&gt;
2. type cd /opt/xdman&lt;br/&gt;
3. jre/bin/java -jar xdman.jar&lt;/p&gt;
&lt;p&gt;On Mac OS X:&lt;br/&gt;
1. Open terminal from Applications-&amp;gt;Utilities&lt;br/&gt;
2. Type cd /Applications/xdm.app/Contents/MacOS/&lt;br/&gt;
3. jre/bin/java -jar xdman.jar&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>How to test translation files</title><link href="https://sourceforge.net/p/xdman/blog/2018/02/how-to-test-translation-files/" rel="alternate"/><published>2018-02-09T13:41:14.558000Z</published><updated>2018-02-09T13:41:14.558000Z</updated><author><name>Subhra Das Gupta</name><uri>https://sourceforge.net/u/subhra74/</uri></author><id>https://sourceforge.netab4d05f316fee81867569a8fc93b03b1bfa6be94</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ol&gt;
&lt;li&gt;Download english language file from: &lt;a href="https://sourceforge.net/projects/xdman/files/lang/en.txt/download"&gt;https://sourceforge.net/projects/xdman/files/lang/en.txt/download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Make changes to the file. Replace the engilsh text with your language text and save it with your languages locale code as filename ( like en for english, de for german )&lt;/li&gt;
&lt;li&gt;Save the file with UTF-8 encoding&lt;/li&gt;
&lt;li&gt;To Test it, goto XDM installation folder and copy xdman.jar to your Desktop or any other folder (on windows it should be in a folder named XDM in  program files, on linux it should /opt/xdman, on mac os x its in Applications directory)&lt;/li&gt;
&lt;li&gt;Rename the file xdman.zip&lt;/li&gt;
&lt;li&gt;Open the file in any archiver, and extract the lang folder from the zip file&lt;/li&gt;
&lt;li&gt;Put your new translation file inside.&lt;/li&gt;
&lt;li&gt;Edit the map file. To make an entry put your file name without .txt extension along with the language name in english and your language, like de=German(Deutsch)&lt;/li&gt;
&lt;li&gt;Save the map file in UTF-8 option.&lt;/li&gt;
&lt;li&gt;Now add the lang folder back to the zip file.&lt;/li&gt;
&lt;li&gt;Rename the zip file back to the jar extension.&lt;/li&gt;
&lt;li&gt;Exit XDM from XDM menu File-&amp;gt;Exit&lt;/li&gt;
&lt;li&gt;Copy the file back into XDM installation folder&lt;/li&gt;
&lt;li&gt;Start XDM and goto Tools-&amp;gt;Language and select your language. &lt;/li&gt;
&lt;li&gt;Restart XDM.&lt;/li&gt;
&lt;li&gt;Check each screen and see all text are properly visible.&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</summary></entry><entry><title>Install components manually</title><link href="https://sourceforge.net/p/xdman/blog/2018/02/install-components-manually/" rel="alternate"/><published>2018-02-07T22:40:25.375000Z</published><updated>2018-02-07T22:40:25.375000Z</updated><author><name>Subhra Das Gupta</name><uri>https://sourceforge.net/u/subhra74/</uri></author><id>https://sourceforge.netdd485023a0c307cb1fce6aefd76d7c400352b52d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ol&gt;
&lt;li&gt;Download component file manually.&lt;/li&gt;
&lt;li&gt;Url  for windows:  &lt;a href="http://xdman.sourceforge.net/components/win.zip.xz"&gt;http://xdman.sourceforge.net/components/win.zip.xz&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;32 bit linux:  &lt;a href="http://xdman.sourceforge.net/components/linux86.zip.xz"&gt;http://xdman.sourceforge.net/components/linux86.zip.xz&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;64 bit linux:  &lt;a href="http://xdman.sourceforge.net/components/linux64.zip.xz"&gt;http://xdman.sourceforge.net/components/linux64.zip.xz&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Mac os X:       &lt;a href="http://xdman.sourceforge.net/components/mac.zip.xz"&gt;http://xdman.sourceforge.net/components/mac.zip.xz&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Extract the files inside the zip (there should be files like ffmpeg )&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;On windows type ctrl+r to open run dialog. type %USERPROFILE%.xdman    &lt;/li&gt;
&lt;li&gt;On linux and mac open your home directory. since .xdman is a hidden directory, please make sure hidden files are shown.&lt;/li&gt;
&lt;li&gt;copy the files to this directory&lt;br/&gt;
exit xdm and start again. it should not show any message of component installation&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</summary></entry><entry><title>XDM integration with Microsoft Edge</title><link href="https://sourceforge.net/p/xdman/blog/2018/01/xdm-integration-with-microsoft-edge/" rel="alternate"/><published>2018-01-17T22:02:53.248000Z</published><updated>2018-01-17T22:02:53.248000Z</updated><author><name>Subhra Das Gupta</name><uri>https://sourceforge.net/u/subhra74/</uri></author><id>https://sourceforge.net7d8ed282cb5a0a303ae2b025037294cfa7fadfe6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;XDM 2018 now can be integrated with MS Edge.&lt;/p&gt;
&lt;p&gt;Please follow this guide:&lt;br/&gt;
Download a zip file containing the browser extension from &lt;a href="http://xdman.sourceforge.net/xdm_edge.zip"&gt;http://xdman.sourceforge.net/xdm_edge.zip&lt;/a&gt; and unzip.**&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;It should contain a folder named xdm_edge&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Open Edge browser&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;In address bar type about:flags&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Select ‘Enable extension developer features’ checkbox under ‘Developer Settings’&lt;/strong&gt;&lt;br/&gt;
&lt;img alt="" src="http://xdman.sourceforge.net/images/edge0.png"/&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Restart Edge browser for the changes to apply.&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Click on … more menu and select ‘Extensions’&lt;/strong&gt;&lt;br/&gt;
&lt;img alt="" src="http://xdman.sourceforge.net/images/edge1.png"/&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Click ‘Load extension’, browse and navigate to xdm_edge folder, which was extracted from the zip file in step 2, and click ‘Select Folder’&lt;/strong&gt;&lt;br/&gt;
&lt;img alt="" src="http://xdman.sourceforge.net/images/edge2.png"/&gt;&lt;br/&gt;
&lt;img alt="" src="http://xdman.sourceforge.net/images/edge5.png"/&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;XDM extension will be installed and activated. Click on the extension to see its status (On or Off) and permissions given to  it.&lt;/strong&gt;&lt;br/&gt;
&lt;img alt="" src="http://xdman.sourceforge.net/images/edge6.png"/&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Turn on the option to display on address bar&lt;/strong&gt;&lt;br/&gt;
&lt;img alt="" src="http://xdman.sourceforge.net/images/edge7.png"/&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;11.&lt;strong&gt; If you see a cross icon in XDM browser monitor icon (even if XDM is running), then follow below steps:&lt;/strong&gt;&lt;br/&gt;
&lt;img alt="" src="http://xdman.sourceforge.net/images/edge8.png"/&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Goto Windows start menu, and type CMD.&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Right click on CMD in start menu, and select 'Run as administrator'&lt;/strong&gt;&lt;br/&gt;
&lt;img alt="" src="http://xdman.sourceforge.net/images/edge11.png"/&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Type/Paste the command in cmd&lt;/strong&gt; : CheckNetIsolation LoopbackExempt -a -n="Microsoft.MicrosoftEdge_8wekyb3d8bbwe"&lt;br/&gt;
&lt;img alt="" src="http://xdman.sourceforge.net/images/edge14.png"/&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Press Enter. Now XDM icon should turn to blue.&lt;/strong&gt;&lt;br/&gt;
&lt;img alt="" src="http://xdman.sourceforge.net/images/edge15.png"/&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Play a video in Youtube to test if  'Download Video' panel is appearing, or try downloading a file, and check if XDM is capturing downloads.&lt;/strong&gt;&lt;br/&gt;
&lt;img alt="" src="http://xdman.sourceforge.net/images/edge17.png"/&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Please note each time you start Edge browser, a notification will popup to Turn on the extension, please click 'Turn on anyway&lt;/strong&gt;&lt;br/&gt;
&lt;img alt="" src="http://xdman.sourceforge.net/images/edge18.png"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;I noticed one strange behavior, that even after clicking 'Turn on anyway', extension is not enabled!&lt;/strong&gt;&lt;br/&gt;
&lt;img alt="" src="http://xdman.sourceforge.net/images/edge19.png"/&gt;&lt;/p&gt;
&lt;p&gt;If you face such issue follow below steps:&lt;br/&gt;
1. &lt;strong&gt;In Edge browser, click on the ... and select 'Extensions'&lt;/strong&gt;&lt;br/&gt;
2. &lt;strong&gt;Select XDM browser monitor and scroll down.&lt;/strong&gt;&lt;br/&gt;
3. &lt;strong&gt;Click reload extension, to get it work.&lt;/strong&gt;&lt;br/&gt;
&lt;img alt="" src="http://xdman.sourceforge.net/images/edge21.png"/&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Java Desktop App can be fast and good looking</title><link href="https://sourceforge.net/p/xdman/blog/2015/09/java-desktop-app-can-be-fast-and-good-looking/" rel="alternate"/><published>2015-09-14T10:04:22.674000Z</published><updated>2015-09-14T10:04:22.674000Z</updated><author><name>Subhra Das Gupta</name><uri>https://sourceforge.net/u/subhra74/</uri></author><id>https://sourceforge.netbd2b3fc5202f51b853f8dab57c1be388bdd5db42</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;If designed properly Java application can be fast and attractive.&lt;br/&gt;
Popular belief is all Java apps are slow and ugly, but with little effort they can be made attractive too.&lt;br/&gt;
Just have a look on XDM 2015 Linux/OS X version&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Why use XDM while there are several other download managers available</title><link href="https://sourceforge.net/p/xdman/blog/2013/12/why-use-xdm-while-there-are-several-other-download-managers-available/" rel="alternate"/><published>2013-12-14T03:16:17.829000Z</published><updated>2013-12-14T03:16:17.829000Z</updated><author><name>Subhra Das Gupta</name><uri>https://sourceforge.net/u/subhra74/</uri></author><id>https://sourceforge.netaeff24b0a49e03f29bd9e855f16b1fee4e6c3110</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;i. Browser Integration:&lt;br /&gt;
Most of the other download managers uses browser plugins (extensions to be more accurate) to    integrate with the browser.&lt;br /&gt;
The extension gets installed on the browser and uses browsers api to monitor and capture downloads.&lt;br /&gt;
Problems are:&lt;br /&gt;
a. For each browser need an extension written for it.&lt;br /&gt;
b. Whenever a new version of the browser is released with major changes the extension may become          incompatible with the browser.&lt;br /&gt;
c. Download managers can provide extensions for only a handful popular browsers only.&lt;/p&gt;
&lt;p&gt;XDM takes a different approach to overcome this problem.&lt;br /&gt;
It uses advanced browser integration, instead of using extension for each browser.&lt;/p&gt;
&lt;p&gt;ii. Download speed:&lt;br /&gt;
XDM uses multiple segments per download to increase download speed.&lt;br /&gt;
XDM intelligently determines the number of segments required for the download, depending on the speed/bandwidth/capability of the server, Re-uses segments to minimize the creation of new connections, and maintains the maximum number of segments during the whole download process to keep the download speed at its maximum level.&lt;/p&gt;
&lt;p&gt;iii. Ability to capture videos from ANY website using ANY browser. Since XDM does not depend on the browser plugin/extension, it can work with any browser (advanced browser integration).&lt;br /&gt;
All that is needed is to play the video in the browser and XDM will capture it.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>