TheStonedTurtle / Loot-Logger

A RuneLite plugin that stores Loot Tracker data locally
BSD 2-Clause "Simplified" License
6 stars 9 forks source link

Transferring data between mac/pc. #55

Open AthenasRising opened 1 year ago

AthenasRising commented 1 year ago

I've regularly switch between mac and pc. The data in the default 'loot tracker' plugin automatically transfers in line with my runelite account, but the data for 'loot logger' does not. Is there a way to have my 'loot logger' data saved centrally?

TheStonedTurtle commented 1 year ago

This plugin was developed at a time when the RL Loot Tracker only stored the last 1,000 drops, this made long term data storage impossible.

This plugin stores data locally which means the only real way to transfer data between two PCs is to manually copy the folder over each time.

You may be able to use services like Onedrive to automatically do this for you but I am not sure if there would be any performance issues due to the frequency at which the files in those folders can be updated. If you were to use a service like Onedrive I would recommend not having it automatically sync/upload.

I have no plans to implement support for this via the plugin itself as it's outside the scope of why this plugin was created.