Skip to content

Releases: NoFoolLikeOne/EDMC-Screenshot

EDMC-Screenshot

28 Jul 16:41
Compare
Choose a tag to compare

EDMC-Screenshot

A plugin for EDMC that detects screenshot events are converts them to PNG format

  • The plugin takes the existing screenshot file and generate a new name based on the selected mask
  • The converted file can be saved to a different directory or drive from the orginal file.
  • The original file can optionally be deleted after conversion
  • The plugin can trigger screenshots on a timer
  • Displays the image and a preset crop
  • Click on the crop to save the crop
  • Click on the filename to open the file directory

Screenshot

Installation

Download the latest release , open the Source code.zip and extract the folder to your EDMC plugin folder.

To install a downloaded plugin:

  • On the Plugins settings tab press the “Open” button. This reveals the plugins folder where this app looks for plugins.
  • Open the .zip archive that you downloaded and move the folder contained inside into the plugins folder.

You will need to re-start EDMC for it to notice the plugin.

Configuration

Go to file/settings and put in:

  • the directory where the screenshots are stored in game
  • the directory where you want the converted screenshots to go
  • Choose whether to delete the original file
  • Group files by system directory
  • Hide the user interface
  • Choose a file mask
  • Instruct the timer to use High Res Screenshots (not recommended)
  • Enable Debugging (not recommended)

To Do

Elite Dangerous Screenshot event format

{
  "timestamp": "2017-08-26T03:12:19Z",
  "event": "Screenshot",
  "Filename": "\\ED_Pictures\\Screenshot_0255.bmp",
  "Width": 1920,
  "Height": 1080,
  "System": "Ceos",
  "Body": "New Dawn Station"
}

EDMC-Screenshot

02 Jan 14:27
Compare
Choose a tag to compare

EDMC-Screenshot

A plugin for EDMC that detects screenshot events are converts them to PNG format

Python 3.1.1 autodetects 64 bit EDMC

  • The plugin takes the existing screenshot file and generate a new name based on the selected mask
  • The converted file can be saved to a different directory or drive from the orginal file.
  • The original file can optionally be deleted after conversion
  • The plugin can trigger screenshots on a timer
  • Displays the image and a preset crop
  • Click on the crop to save the crop

Screenshot

Installation

Download the latest release , open the Source code.zip and extract the folder to your EDMC plugin folder.

To install a downloaded plugin:

  • On the Plugins settings tab press the “Open” button. This reveals the plugins folder where this app looks for plugins.
  • Open the .zip archive that you downloaded and move the folder contained inside into the plugins folder.

You will need to re-start EDMC for it to notice the plugin.

Configuration

Go to file/settings and put in:

  • the directory where the screenshots are stored in game
  • the directory where you want the converted screenshots to go
  • Choose whether to delete the original file
  • Group files by system directory
  • Hide the user interface
  • Choose a file mask
  • Instruct the timer to use High Res Screenshots (not recommended)
  • Enable Debugging (not recommended)

To Do

  • Add defensive code in case the directories do not exist or are otherwise invalid
  • Option to add planetary coordinates to the file name
  • Configure additional crops

Elite Dangerous Screenshot event format

{
  "timestamp": "2017-08-26T03:12:19Z",
  "event": "Screenshot",
  "Filename": "\\ED_Pictures\\Screenshot_0255.bmp",
  "Width": 1920,
  "Height": 1080,
  "System": "Ceos",
  "Body": "New Dawn Station"
}

EDMC-Screenshot

18 Dec 12:43
Compare
Choose a tag to compare

EDMC-Screenshot

A plugin for EDMC that detects screenshot events are converts them to PNG format

Latest version for python 3.11.1

  • The plugin takes the existing screenshot file and generate a new name based on the selected mask
  • The converted file can be saved to a different directory or drive from the orginal file.
  • The original file can optionally be deleted after conversion
  • The plugin can trigger screenshots on a timer
  • Displays the image and a preset crop
  • Click on the crop to save the crop

Screenshot

Installation

Download the latest release , open the Source code.zip and extract the folder to your EDMC plugin folder.

To install a downloaded plugin:

  • On the Plugins settings tab press the “Open” button. This reveals the plugins folder where this app looks for plugins.
  • Open the .zip archive that you downloaded and move the folder contained inside into the plugins folder.

You will need to re-start EDMC for it to notice the plugin.

Configuration

Go to file/settings and put in:

  • the directory where the screenshots are stored in game
  • the directory where you want the converted screenshots to go
  • Choose whether to delete the original file
  • Group files by system directory
  • Hide the user interface
  • Choose a file mask
  • Instruct the timer to use High Res Screenshots (not recommended)
  • Enable Debugging (not recommended)

To Do

  • Add defensive code in case the directories do not exist or are otherwise invalid
  • Option to add planetary coordinates to the file name
  • Configure additional crops

Elite Dangerous Screenshot event format

{
  "timestamp": "2017-08-26T03:12:19Z",
  "event": "Screenshot",
  "Filename": "\\ED_Pictures\\Screenshot_0255.bmp",
  "Width": 1920,
  "Height": 1080,
  "System": "Ceos",
  "Body": "New Dawn Station"
}

EDMC-Screenshot

18 Dec 12:39
Compare
Choose a tag to compare

EDMC-Screenshot

A plugin for EDMC that detects screenshot events are converts them to PNG format

Latest version for python 3.1.1

  • The plugin takes the existing screenshot file and generate a new name based on the selected mask
  • The converted file can be saved to a different directory or drive from the orginal file.
  • The original file can optionally be deleted after conversion
  • The plugin can trigger screenshots on a timer
  • Displays the image and a preset crop
  • Click on the crop to save the crop

Screenshot

Installation

Download the latest release , open the Source code.zip and extract the folder to your EDMC plugin folder.

To install a downloaded plugin:

  • On the Plugins settings tab press the “Open” button. This reveals the plugins folder where this app looks for plugins.
  • Open the .zip archive that you downloaded and move the folder contained inside into the plugins folder.

You will need to re-start EDMC for it to notice the plugin.

Configuration

Go to file/settings and put in:

  • the directory where the screenshots are stored in game
  • the directory where you want the converted screenshots to go
  • Choose whether to delete the original file
  • Group files by system directory
  • Hide the user interface
  • Choose a file mask
  • Instruct the timer to use High Res Screenshots (not recommended)
  • Enable Debugging (not recommended)

To Do

  • Add defensive code in case the directories do not exist or are otherwise invalid
  • Option to add planetary coordinates to the file name
  • Configure additional crops

Elite Dangerous Screenshot event format

{
  "timestamp": "2017-08-26T03:12:19Z",
  "event": "Screenshot",
  "Filename": "\\ED_Pictures\\Screenshot_0255.bmp",
  "Width": 1920,
  "Height": 1080,
  "System": "Ceos",
  "Body": "New Dawn Station"
}

5.1.0

18 Feb 22:52
eca98fc
Compare
Choose a tag to compare

EDMC-Screenshot

A plugin for EDMC that detects screenshot events are converts them to PNG format

Latest version for python 3.1.0

  • The plugin takes the existing screenshot file and generate a new name based on the selected mask
  • The converted file can be saved to a different directory or drive from the orginal file.
  • The original file can optionally be deleted after conversion
  • The plugin can trigger screenshots on a timer
  • Displays the image and a preset crop
  • Click on the crop so save the crop

Screenshot

Installation

Download the latest release , open the Source code.zip and extract the folder to your EDMC plugin folder.

To install a downloaded plugin:

  • On the Plugins settings tab press the “Open” button. This reveals the plugins folder where this app looks for plugins.
  • Open the .zip archive that you downloaded and move the folder contained inside into the plugins folder.

You will need to re-start EDMC for it to notice the plugin.

Configuration

Go to file/settings and put in:

  • the directory where the screenshots are stored in game
  • the directory where you want the converted screenshots to go
  • Choose whether to delete the original file
  • Group files by system directory
  • Hide the user interface
  • Choose a file mask
  • Instruct the timer to use High Res Screenshots (not recommended)
  • Enable Debugging (not recommended)

To Do

  • Add defensive code in case the directories do not exist or are otherwise invalid
  • Option to add planetary coordinates to the file name
  • Configure additional crops

Elite Dangerous Screenshot event format

{
  "timestamp": "2017-08-26T03:12:19Z",
  "event": "Screenshot",
  "Filename": "\\ED_Pictures\\Screenshot_0255.bmp",
  "Width": 1920,
  "Height": 1080,
  "System": "Ceos",
  "Body": "New Dawn Station"
}

EDMC-Screenshot

12 May 14:55
22e095a
Compare
Choose a tag to compare

EDMC-Screenshot

A plugin for EDMC that detects screenshot events are converts them to PNG format

5.0.0 Dual running version for Python 3.6 and Python 3.9.

  • The plugin takes the existing screenshot file and generate a new name based on the selected mask
  • The converted file can be saved to a different directory or drive from the orginal file.
  • The original file can optionally be deleted after conversion
  • The plugin can trigger screenshots on a timer
  • Displays the image and a preset crop
  • Click on the crop so save the crop

Screenshot

Installation

Download the latest release , open the Source code.zip and extract the folder to your EDMC plugin folder.

To install a downloaded plugin:

  • On the Plugins settings tab press the “Open” button. This reveals the plugins folder where this app looks for plugins.
  • Open the .zip archive that you downloaded and move the folder contained inside into the plugins folder.

You will need to re-start EDMC for it to notice the plugin.

Configuration

Go to file/settings and put in:

  • the directory where the screenshots are stored in game
  • the directory where you want the converted screenshots to go
  • Choose whether to delete the original file
  • Group files by system directory
  • Hide the user interface
  • Choose a file mask
  • Instruct the timer to use High Res Screenshots (not recommended)
  • Enable Debugging (not recommended)

To Do

  • Add defensive code in case the directories do not exist or are otherwise invalid
  • Option to add planetary coordinates to the file name
  • Configure additional crops

Elite Dangerous Screenshot event format

{
  "timestamp": "2017-08-26T03:12:19Z",
  "event": "Screenshot",
  "Filename": "\\ED_Pictures\\Screenshot_0255.bmp",
  "Width": 1920,
  "Height": 1080,
  "System": "Ceos",
  "Body": "New Dawn Station"
}

EDMC-Screenshot

30 Apr 23:53
Compare
Choose a tag to compare

EDMC-Screenshot

A plugin for EDMC that detects screenshot events are converts them to PNG format

3.3.0 Dual running version for Python 2.7 and Python3. New file mask with date/time added .

  • The plugin takes the existing screenshot file and generate a new name based on the selected mask
  • The converted file can be saved to a different directory or drive from the orginal file.
  • The original file can optionally be deleted after conversion
  • The plugin can trigger screenshots on a timer
  • Displays the image and a preset crop
  • Click on the crop so save the crop

Screenshot

Installation

Download the latest release , open the Source code.zip and extract the folder to your EDMC plugin folder.

To install a downloaded plugin:

  • On the Plugins settings tab press the “Open” button. This reveals the plugins folder where this app looks for plugins.
  • Open the .zip archive that you downloaded and move the folder contained inside into the plugins folder.

You will need to re-start EDMC for it to notice the plugin.

Configuration

Go to file/settings and put in:

  • the directory where the screenshots are stored in game
  • the directory where you want the converted screenshots to go
  • Choose whether to delete the original file
  • Group files by system directory
  • Hide the user interface
  • Choose a file mask
  • Instruct the timer to use High Res Screenshots (not recommended)
  • Enable Debugging (not recommended)

To Do

  • Add defensive code in case the directories do not exist or are otherwise invalid
  • Option to add planetary coordinates to the file name
  • Configure additional crops

Elite Dangerous Screenshot event format

{
  "timestamp": "2017-08-26T03:12:19Z",
  "event": "Screenshot",
  "Filename": "\\ED_Pictures\\Screenshot_0255.bmp",
  "Width": 1920,
  "Height": 1080,
  "System": "Ceos",
  "Body": "New Dawn Station"
}

EDMC-Screenshot

30 Apr 22:57
a5d1966
Compare
Choose a tag to compare

EDMC-Screenshot

A plugin for EDMC that detects screenshot events are converts them to PNG format

3.3.0 Dual running version for Python 2.7 and Python3. New file mask with date/time added .

  • The plugin takes the existing screenshot file and generate a new name based on the selected mask
  • The converted file can be saved to a different directory or drive from the orginal file.
  • The original file can optionally be deleted after conversion
  • The plugin can trigger screenshots on a timer
  • Displays the image and a preset crop
  • Click on the crop so save the crop

Screenshot

Installation

Download the latest release , open the Source code.zip and extract the folder to your EDMC plugin folder.

To install a downloaded plugin:

  • On the Plugins settings tab press the “Open” button. This reveals the plugins folder where this app looks for plugins.
  • Open the .zip archive that you downloaded and move the folder contained inside into the plugins folder.

You will need to re-start EDMC for it to notice the plugin.

Configuration

Go to file/settings and put in:

  • the directory where the screenshots are stored in game
  • the directory where you want the converted screenshots to go
  • Choose whether to delete the original file
  • Group files by system directory
  • Hide the user interface
  • Choose a file mask
  • Instruct the timer to use High Res Screenshots (not recommended)
  • Enable Debugging (not recommended)

To Do

  • Add defensive code in case the directories do not exist or are otherwise invalid
  • Option to add planetary coordinates to the file name
  • Configure additional crops

Elite Dangerous Screenshot event format

{
  "timestamp": "2017-08-26T03:12:19Z",
  "event": "Screenshot",
  "Filename": "\\ED_Pictures\\Screenshot_0255.bmp",
  "Width": 1920,
  "Height": 1080,
  "System": "Ceos",
  "Body": "New Dawn Station"
}

EDMC-Screenshot

20 Sep 21:49
Compare
Choose a tag to compare

EDMC-Screenshot

A plugin for EDMC that detects screenshot events are converts them to PNG format

3.2.0 Improved compatibility with other screenshot plugins by putting files that need deleting into a queue and scheduling a time to delete and dequeue them after 60 seconds. This will allow other plugins to use the screenshot before it is deleted.

  • The plugin takes the existing screenshot file and generate a new name based on the selected mask
  • The converted file can be saved to a different directory or drive from the orginal file.
  • The original file can optionally be deleted after conversion
  • The plugin can trigger screenshots on a timer
  • Displays the image and a preset crop
  • Click on the crop so save the crop

Screenshot

Installation

Download the latest release , open the Source code.zip and extract the folder to your EDMC plugin folder.

To install a downloaded plugin:

  • On the Plugins settings tab press the “Open” button. This reveals the plugins folder where this app looks for plugins.
  • Open the .zip archive that you downloaded and move the folder contained inside into the plugins folder.

You will need to re-start EDMC for it to notice the plugin.

Configuration

Go to file/settings and put in:

  • the directory where the screenshots are stored in game
  • the directory where you want the converted screenshots to go
  • Choose whether to delete the original file
  • Group files by system directory
  • Hide the user interface
  • Choose a file mask
  • Instruct the timer to use High Res Screenshots (not recommended)
  • Enable Debugging (not recommended)

To Do

  • Add defensive code in case the directories do not exist or are otherwise invalid
  • Option to add planetery coordinates to the file name
  • Configure additional crops

Elite Dangerous Screenshot event format

{
  "timestamp": "2017-08-26T03:12:19Z",
  "event": "Screenshot",
  "Filename": "\\ED_Pictures\\Screenshot_0255.bmp",
  "Width": 1920,
  "Height": 1080,
  "System": "Ceos",
  "Body": "New Dawn Station"
}

EDMC-Screenshot

04 May 11:30
Compare
Choose a tag to compare

EDMC-Screenshot

A plugin for EDMC that detects screenshot events are converts them to PNG format

3.1.2 #24 Sometimes renaming as jsp -- now fixed to png

  • The plugin takes the existing screenshot file and generate a new name based on the selected mask
  • The converted file can be saved to a different directory or drive from the orginal file.
  • The original file can optionally be deleted after conversion
  • The plugin can trigger screenshots on a timer
  • Displays the image and a preset crop
  • Click on the crop so save the crop

Screenshot

Installation

Download the latest release, open the archive (zip) and extract the folder to your EDMC plugin folder.

To install a downloaded plugin:

  • On the Plugins settings tab press the “Open” button. This reveals the plugins folder where this app looks for plugins.
  • Open the .zip archive that you downloaded and move the folder contained inside into the plugins folder.

You will need to re-start EDMC for it to notice the plugin.

Configuration

Go to file/settings and put in:

  • the directory where the screenshots are stored in game
  • the directory where you want the converted screenshots to go
  • Choose whether to delete the original file
  • Group files by system directory
  • Hide the user interface
  • Choose a file mask
  • Instruct the timer to use High Res Screenshots (not recommended)
  • Enable Debugging (not recommended)

To Do

  • Add defensive code in case the directories do not exist or are otherwise invalid
  • Option to add planetery coordinates to the file name
  • Configure additional crops

Elite Dangerous Screenshot event format

{
  "timestamp": "2017-08-26T03:12:19Z",
  "event": "Screenshot",
  "Filename": "\\ED_Pictures\\Screenshot_0255.bmp",
  "Width": 1920,
  "Height": 1080,
  "System": "Ceos",
  "Body": "New Dawn Station"
}