Skip to content

Commit 9c08036

Browse files
authored
Merge pull request #1004 from subhra74/feature/latest-dev
Feature/latest dev
2 parents 09360db + b516b04 commit 9c08036

File tree

360 files changed

+14557
-3251
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

360 files changed

+14557
-3251
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,3 +356,16 @@ app/XDM/XDM.Win.Installer/*.msi
356356
*.wixpdb
357357
app/XDM/XDM.Win.Installer/*.exe
358358
app/xdm-browser-monitor/extension-code.js
359+
*.deb
360+
*.rpm
361+
*.zst
362+
app/packaging/xdman_gtk-8.0.1.tar.gz
363+
app/XDM/XDM.Win.Installer/net4.6.0.wxs
364+
app/XDM/XDM.Win.Installer/net4.6.0.wxs
365+
app/packaging/publish.zip
366+
app/XDM/XDM.Linux.Installer/BIN.zip
367+
app/XDM/XDM.Win.Installer/xdm-helper-chrome/
368+
app/XDM/XDM.Linux.Installer/xdm-helper-chrome/
369+
app/XDM/XDM.Win.Installer/binary-deps/ffmpeg-x86.exe
370+
app/XDM/XDM.Win.Installer/binary-deps/yt-dlp_x86.exe
371+
app/XDM/firefox-amo/xdm-v8-browser-helper.zip

app/XDM/Lang/English.txt

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MENU_DELETE_DWN=Delete downloads
1818
LBL_NEW_DOWNLOAD=New download
1919
LBL_MENU=Menu
2020
SETTINGS_MONITORING=Browser monitoring
21-
ALL_UNFINISHED=Incomplete
21+
ALL_UNFINISHED=Active
2222
ALL_FINISHED=Complete
2323
CAT_DOCUMENTS=Document
2424
CAT_COMPRESSED=Compressed
@@ -188,7 +188,7 @@ MSG_FAILED=Download failed
188188
MSG_NO_UPDATE=No updates available/already upto date
189189
MSG_UPDATED=Update successfull
190190
MSG_ALREADY_RUNNING=An old version of XDM is already running
191-
MSG_BROWSER_LAUNCH_FAILED=Unable to launch
191+
MSG_BROWSER_LAUNCH_FAILED=Unable to launch browser integration for
192192
MSG_NATIVE_HOST_FAILED=Error installing native host
193193
MSG_DONT_SHOW_AGAIN=Don't show this again
194194
MSG_NO_USERNAME=User name required
@@ -216,4 +216,49 @@ MSG_NO_VIDEO=No video found. However there might be other ways to download the v
216216
MSG_VIDEO_DOWNLOAD_HELP=Learn More
217217
MSG_READ_BROWSER_COOKIE=Read cookies from browser
218218
MSG_SELECT_FOLDER=Select
219-
MSG_IMPORT_DONE=Import complete
219+
MSG_IMPORT_DONE=Import complete
220+
MSG_HELPER_TOOLS_MISSING=XDM relies on open source application named YT-DLP ( or Youtube-DL if YT-DLP is not available ) for this functionality, but XDM could not find any of them. Would you like to learn about how to install it?
221+
MSG_FFMPEG_MISSING=XDM relies on open source multimedia framework named FFmpeg, but XDM could not find it. Would you like to learn about how to install it?
222+
MSG_YTDLP_DOWNLOAD=XDM relies on open source application named yt-dlp for this functionality, download it from GitHub repository (https://github.com/yt-dlp/yt-dlp)?
223+
MSG_MEDIA_CAPTURE=Media grabber
224+
MSG_DOWNLOAD=Download
225+
MSG_CLEAR=Clear
226+
MSG_CLOSE=Close
227+
MSG_ALWAYS_ON_TOP=Always on top
228+
MSG_HOW_TO_USE_MG=How to download streaming video from Browser
229+
MSG_CHROME_INT=Browser Integration
230+
MSG_PAGE1_TITLE=Step 1/3 - Browser Extension page
231+
MSG_PAGE1_TEXT1=Please enable developer mode in Browser Extension page
232+
MSG_PAGE1_TEXT2=Alternatively go to Browser Menu -> More tools -> Extensions to open the extension page. Click help for more information
233+
MSG_HELP=Help
234+
MSG_NEXT=Next
235+
MSG_BACK=Back
236+
MSG_PAGE2_TITLE=Step 2/3 - Enable Developer mode
237+
MSG_PAGE2_TEXT1=Click "Load unpacked" button in the Browser Extension page
238+
MSG_PAGE3_TITLE=Step 3/3 - Install Extension
239+
MSG_PAGE3_TEXT1=In browser folder selection window, please select following folder
240+
MSG_PAGE3_TEXT5=OR
241+
MSG_PAGE3_TEXT2=Click "Load unpacked" button in the browser extension page.
242+
MSG_PAGE3_TEXT6=In the file selection window, please select following folder:
243+
MSG_PAGE3_TEXT3=Extension configured, Please restart Browser.
244+
MSG_PAGE3_TEXT4=IMPORTANT! Please close all Browser windows.
245+
MSG_SHOW_MEDIA_NOTIFICATION=Show Download Video notification.
246+
MSG_REGISTER_EXT=Register browser extension
247+
MSG_REGISTER_EXT_TEXT=Copy paste the extension id from browsers extension page
248+
MSG_LINUX_EXT1=- Please open
249+
MSG_LINUX_EXT2=- Type chrome://extensions/ in address bar and press enter, alternatively goto Browser Menu -> "More tools" -> "Extensions"
250+
MSG_LINUX_EXT3=- Check "Developer mode" option
251+
MSG_LINUX_EXT4=- Click on "Load unpacked" button
252+
MSG_LINUX_EXT5=- Folder selection window will appear, please select following folder
253+
MSG_LINUX_EXT6=- A message will be shown at XDM app that extension has been registered. If for some reason this does not work, please register the extension manually by copying the extension id from chrome extension page and pasting it to XDM Menu -> "Register extension"
254+
MSG_LINUX_EXT7=- For more information please visit
255+
MSG_FIELD_BLANK=The field is blank
256+
MSG_DOWNLOAD_VIDEO=Download Video
257+
MSG_DWN_VID_DESC=Please click here to download streaming video
258+
MSG_VID_CAP=Streaming video detected, please open Media Grabber
259+
MSG_KILL_BROWSER=Browser will be terminated
260+
MSG_COPY_PASTE_EXT_URL=Please copy paste following address in {0} to open Extension page
261+
MSG_EXT_INSTALL_SUCCESS=The extension was installed successfully.
262+
MSG_EXT_PIN=Please pin the extension in browser toolbar for a better user experience
263+
MSG_EXT_INSTALL_FAIL=The extension was not installed successfully, please click on the Help button to find out how to fix it
264+
MSG_COPY=Copy

app/XDM/LinuxNativeHost/xdm_messaging_host.py

Whitespace-only changes.
187 Bytes
230 Bytes
260 Bytes
304 Bytes
564 Bytes
3.45 KB
4.24 KB

0 commit comments

Comments
 (0)