Somes usefull online scripts - nicho92/MtgDesktopCompanion GitHub Wiki
You will find in this link some scripts. Feel free to download theme
Data updates
This directoy get many data refresh of your saved cards. It will update all cards data with latest updates. updateXXXX.groovy for : Alerts items, Collection/Stock Items, Custom and Decks item.
Tools scripts
- DAOFileBackup : will store your dao files (h2, hsql and sqlite) to another directory. Usefill with Server Qwartz job to scheduled backup for your database
- deckConverter : automatic converter for one file format export to another format (exemple : convert Xmage deck format to Cockatrice XML file)
- deckImporter : Import all deck from a selected deck Sniffer.
- financialConvertor : will update the currency changes values.
- indexation : will update the current index with latest cards data.
- pricesCaching : will download all the latest prices from the selected Dashboard.
- propertiesCleaner : MTGCompanion has many updates and some Plugins properties are deprecated but not removed.. this script will clean all of your configuration
Automation
Remember you can automate script execution by using embbeded SERVER Qwartz Server. Get more details here