PyIDM Versions Save

python open source (Internet Download Manager) with multi-connections, high speed engine, based on python, LibCurl, and youtube_dl https://github.com/firedm/FireDM

2021.7.25

2 years ago

Release info:

Windows: [.zip file]

  • Portable version for windows 32bit and 64bit, no installation needed, just extract to any folder and run FireDM.exe file
  • ffmpeg.exe included, you can download latest version here
  • The binary version ".exe" prepared by "cx_freeze" on python 3.8, windows8x32bit

Linux: [.AppImage file]

  • AppImage file, portable, no installation needed, download and make file executable by right clicking the file>Properties>Permissions>Allow executing file as a program, or from terminal by chmod +x FireDM_xxx.AppImage
  • ffmpeg is not included in this image and must be available on your system, to install ffmpeg you can sudo apt install ffmpeg on debian based or sudo pacman -S ffmpeg on Arch based
  • The binary version ".AppImage" is prepared by "appimage-builder" on linuxmint, and tested on ubuntu 20.04 and Manjaro kde

changelog:

2021.7.25:

  • add "batch downloading" feature, issues #263, and #219
  • add "update feature" for AppImage release
  • add segment progressbar to show progress of each file segment.
  • enhance auto file segmentation.
  • add new themes - thanks to @ahmed-tasaly
  • fix video and audio progress not shown for hls files.
  • [font spinbox] disable auto-repeat behavior of mouse clicks on the arrowheads.
  • fix actions when re-downloading existing items
  • some other tweaks and bug fixes.

2021.7.1

2 years ago

Release info:

Windows: [.zip file]

  • Portable version for windows 32bit and 64bit, no installation needed, just extract to any folder and run FireDM.exe file
  • ffmpeg.exe included, you can download latest version here
  • The binary version ".exe" prepared by "cx_freeze" on python 3.8, windows8x32bit

Linux: [.AppImage file]

  • AppImage file, portable, no installation needed, download and make file executable by right clicking the file>Properties>Permissions>Allow executing file as a program, or from terminal by chmod +x FireDM_xxx.AppImage
  • ffmpeg is not included in this image and must be available on your system, to install ffmpeg you can sudo apt install ffmpeg on debian based or sudo pacman -S ffmpeg on Arch based
  • The binary version ".AppImage" is prepared by "appimage-builder" on linuxmint, and tested on ubuntu 20.04 and Manjaro kde

changelog:

2021.7.1:

  • [critical] fix application crash sometimes when using gtk file chooser, issue #257.
  • [critical] fix application refuse to quit when gui restarted (if theme changed), issue #257.
  • add "download later" feature.
  • add progress bars for media files to show processing progress, issue #258.
  • improve file segmentation to enhance watch while downloading feature.
  • fix filename extraction from url.
  • enable/disable ibus-workaround from settings option, (disabled by default), issue #256.
  • ability to change gui font from settings.
  • add option to change scrollbar width in settings.
  • prevent auto switching to d_tab when resume pending items.

2021.6.18

2 years ago

Release info:

Windows: [.zip file]

  • Portable version for windows 32bit and 64bit, no installation needed, just extract to any folder and run FireDM.exe file
  • ffmpeg.exe included, you can download latest version here
  • The binary version ".exe" prepared by "cx_freeze" on python 3.8, windows8x32bit

Linux: [.AppImage file]

  • AppImage file, portable, no installation needed, download and make file executable by right clicking the file>Properties>Permissions>Allow executing file as a program, or from terminal by chmod +x FireDM_xxx.AppImage
  • ffmpeg is not included in this image and must be available on your system, to install ffmpeg you can sudo apt install ffmpeg on debian based or sudo pacman -S ffmpeg on Arch based
  • The binary version ".AppImage" is prepared by "appimage-builder" on linuxmint, and tested on ubuntu 20.04 and Manjaro kde

changelog:

2021.6.18:

  • add options to disable popup windows, issue #231.
  • Add AppIndicator to systray, which fix systray under Gnome, issues(#96, #180, and #232).
  • ignore player log output in terminal when playing video files.
  • fix resume and stop selected items in right click menu.
  • workaround for ibus bug (issue #256), to fix FireDM loading delay.
  • fix some items showed cancelled status when its already completed on disk.
  • Fix pending items handler.

2021.6.4.post1

2 years ago

Release info:

Windows: [.zip file]

  • Portable version for windows 32bit and 64bit, no installation needed, just extract to any folder and run FireDM.exe file
  • ffmpeg.exe included, you can download latest version here
  • The binary version ".exe" prepared by "cx_freeze" on python 3.8, windows8x32bit

Linux: [.AppImage file]

  • AppImage file, portable, no installation needed, download and make file executable by right clicking the file>Properties>Permissions>Allow executing file as a program, or from terminal by chmod +x FireDM_xxx.AppImage
  • ffmpeg is not included in this image and must be available on your system, to install ffmpeg you can sudo apt install ffmpeg on debian based or sudo pacman -S ffmpeg on Arch based
  • The binary version ".AppImage" is prepared by "appimage-builder" on linuxmint, and tested on ubuntu 20.04 and Manjaro kde

changelog:

2021.6.4:

  • Add tooltip for some buttons.
  • use alternative file choosers (GTK, zenity, or kdialog) on linux instead of tkinter filechooser, issue #236
  • fix unnecessary repeated operations in video set extractor and set interrupt switch.
  • fix slow application quit.
  • add bidi support for download folder widget and rework recent folders.
  • Fix random option selection if right click menu get displayed under mouse.
  • some bug fixes and tweaks.

2021.5.22

2 years ago

Release info:

Windows: [.zip file]

  • Portable version for windows 32bit and 64bit, no installation needed, just extract to any folder and run FireDM.exe file
  • ffmpeg.exe included, you can download latest version here
  • The binary version ".exe" prepared by "cx_freeze" on python 3.8, windows8x32bit

Linux: [.AppImage file]

  • AppImage file, portable, no installation needed, download and make file executable by right clicking the file>Properties>Permissions>Allow executing file as a program, or from terminal by chmod +x FireDM_xxx.AppImage
  • ffmpeg is not included in this image and must be available on your system, to install ffmpeg you can sudo apt install ffmpeg on debian based or sudo pacman -S ffmpeg on Arch based
  • The binary version ".AppImage" is prepared by "appimage-builder" on linuxmint, and tested on ubuntu 20.04 and Manjaro kde

changelog:

2021.5.22:

  • [gui] option for Showing new download items at the top of downloads tab.
  • Add ability to change default file extension.
  • Animate buttons on mouse hover, issue #240.
  • use one button to resume/pause download instead of 2 buttons, issue #240.
  • Add Resume all and stop all button, issue #240.
  • remove the need to write "delete" keyword when deleting multiple items in downloads tab, issue #240.
  • increase progressbar size and percentage font size, issue #240

2021.4.8

3 years ago

Release info:

Windows: [.zip file]

  • Portable version for windows 32bit and 64bit, no installation needed, just extract to any folder and run FireDM.exe file
  • ffmpeg.exe included, you can download latest version here
  • The binary version ".exe" prepared by "cx_freeze" on python 3.8, windows8x32bit

Linux: [.AppImage file]

  • AppImage file, portable, no installation needed, download and make file executable by right clicking the file>Properties>Permissions>Allow executing file as a program, or from terminal by chmod +x FireDM_xxx.AppImage
  • ffmpeg is not included in this image and must be available on your system, to install ffmpeg you can sudo apt install ffmpeg on debian based or sudo pacman -S ffmpeg on Arch based
  • The binary version ".AppImage" is prepared by "appimage-builder" on linuxmint, and tested on ubuntu 20.04 and Manjaro kde

changelog:

2021.4.8:

  • [video] Fix hls extractor, issue #233
  • [gui] bind some keyboard keys to downloads tab and popup window, e.g. Enter, Delete, and Escape keys.
  • [gui - Main tab] direct filename edit, instead of popup window, issue #229
  • [gui - Main tab] discard blank values for download folder in frequent used folders list.
  • [gui] enhancement for theme editor.
  • [gui - Main tab] right click menu for copy/paste/clear url entry, issue #235
  • [gui - downloads tab] add delete button back to download item, issue #235
  • [gui - downloads tab] no need to restart application to enable/disable autoscroll for downloads tab.
  • [gui - downloads tab] fix stat label size change when selecting an item.
  • [gui] Create new tab for application "update".
  • [appimage] fix update issue on appimage releases, since it can't be automatically updated, it will only open a latest release page.

2021.4.3

3 years ago

Release info:

Windows: [.zip file]

  • Portable version for windows 32bit and 64bit, no installation needed, just extract to any folder and run FireDM.exe file
  • ffmpeg.exe included, you can download latest version here
  • The binary version ".exe" prepared by "cx_freeze" on python 3.8, windows8x32bit

Linux: [.AppImage file]

  • AppImage file, portable, no installation needed, download and make file executable by right clicking the file>Properties>Permissions>Allow executing file as a program, or from terminal by chmod +x FireDM_xxx.AppImage
  • ffmpeg is not included in this image and must be available on your system, to check for ffmpeg use this command:
which ffmpeg
# expected output 
/usr/bin/ffmpeg

to install ffmpeg you can sudo apt install ffmpeg on debian based or sudo pacman -S ffmpeg on Arch based

  • The binary version ".AppImage" prepared by "appimage-builder" on linuxmint, and tested on ubuntu 20.04 and Manjaro kde

changelog: 2021.4.3:

  • [downloads tab] Natural items select, click anywhere to select an item, issue #229, removed checkbox, use control, and shift for multiple selection
  • [ditem] fix extension letters doesn't fit in thumbnail if its more than letters, e.g. .AppImage
  • [downloads tab] Schedule multiple items at once.
  • [downloads tab] Add stat info for current items to show how many items are downloading, cancelled, pending, etc...
  • [Main tab] Add folder icon, issue #229

2021.3.30

3 years ago

Release info:

Windows: [.zip file]

  • Portable version for windows 32bit and 64bit, no installation needed, just extract to any folder and run FireDM.exe file
  • ffmpeg.exe included, you can download latest version here
  • The binary version ".exe" prepared by "cx_freeze" on python 3.8, windows8x32bit

Linux: [.AppImage file]

  • AppImage file, portable, no installation needed, download and make file executable by right clicking the file>Properties>Permissions>Allow executing file as a program, or from terminal by chmod +x FireDM_xxx.AppImage
  • ffmpeg is not included in this image and must be available on your system, to check for ffmpeg use this command:
which ffmpeg
# expected output 
/usr/bin/ffmpeg

to install ffmpeg you can sudo apt install ffmpeg on debian based or sudo pacman -S ffmpeg on Arch based

  • The binary version ".AppImage" prepared by "appimage-builder" on linuxmint, and tested on ubuntu 20.04 and Manjaro kde

changelog: 2021.3.30:

  • Add pc-shutdown and on-completion command to global settings, issue #225
  • [download tab] fix tab resize when deleting multiple d_items.
  • [cmd line] add some cmd line options.
  • [gui] wider scrollbars, issue #229
  • [video] fix for crunchyroll.com, issue #230

2021.3.23

3 years ago

Release info:

Windows: [.zip file]

  • Portable version for windows 32bit and 64bit, no installation needed, just extract to any folder and run FireDM.exe file
  • ffmpeg.exe included, you can download latest version here
  • The binary version ".exe" prepared by "cx_freeze" on python 3.8, windows8x32bit

Linux: [.AppImage file]

  • AppImage file, portable, no installation needed, download and make file executable by right clicking the file>Properties>Permissions>Allow executing file as a program, or from terminal by chmod +x FireDM_xxx.AppImage
  • ffmpeg is not included in this image and must be available on your system, to check for ffmpeg use this command:
which ffmpeg
# expected output 
/usr/bin/ffmpeg

to install ffmpeg you can sudo apt install ffmpeg on debian based or sudo pacman -S ffmpeg on Arch based

  • The binary version ".AppImage" prepared by "appimage-builder" on linuxmint, and tested on ubuntu 20.04 and Manjaro kde

changelog: 2021.3.23:

  • [New feature] add on completion pc shutdown option, issue #225.
  • [New feature] add on completion custom command option, issue #225
  • [download tab] fix deleting a download item.
  • [download tab] clean right click menu
  • [download tab] add select menu with ['Select all', 'Select None', 'Select completed', 'Select non completed'] options
  • [popup] disable popup custom titlebar and use system default
  • [dependencies] disable auto installing missing packages when running from open source, to avoid installing packages system wide without user permission.
  • [popup] fix entry widget color and focus.

2021.3.19

3 years ago

Release info:

Windows: [.zip file]

  • Portable version for windows 32bit and 64bit, no installation needed, just extract to any folder and run FireDM.exe file
  • ffmpeg.exe included, you can download latest version here
  • The binary version ".exe" prepared by "cx_freeze" on python 3.8, windows8x32bit

Linux: [.AppImage file]

  • AppImage file, portable, no installation needed, download and make file executable by right clicking the file>Properties>Permissions>Allow executing file as a program, or from terminal by chmod +x FireDM_xxx.AppImage
  • ffmpeg is not included in this image and must be available on your system, to check for ffmpeg use this command:
which ffmpeg
# expected output 
/usr/bin/ffmpeg

to install ffmpeg you can sudo apt install ffmpeg on debian based or sudo pacman -S ffmpeg on Arch based

  • The binary version ".AppImage" prepared by "appimage-builder" on linuxmint, and tested on ubuntu 20.04 and Manjaro kde

Change log:

2021.3.19:

  • [critical] Fix checkboxs in downloads tab.
  • [download items] remove buttons and progressbar for completed items to enhance loading time.
  • [download items] fix resume existing item