Thread Tools Display Modes
01/28/21, 10:39 AM   #1
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,583
Any reason why you don't just use a filesystem watcher? That way you get notified when the file is modified.
I've never really worked with Python, but in other languages that's usually how I solve something like that and it doesn't seem like it's all too difficult to do in Python either: https://levelup.gitconnected.com/how...i=81bf446b0578
  Reply With Quote
01/28/21, 05:32 PM   #2
marcjordan
AddOn Author - Click to view addons
Join Date: Sep 2020
Posts: 14
Originally Posted by sirinsidiator View Post
Any reason why you don't just use a filesystem watcher? That way you get notified when the file is modified.
I've never really worked with Python, but in other languages that's usually how I solve something like that and it doesn't seem like it's all too difficult to do in Python either: https://levelup.gitconnected.com/how...i=81bf446b0578
Thanks for the tip.
  Reply With Quote
02/19/21, 09:04 PM   #3
marcjordan
AddOn Author - Click to view addons
Join Date: Sep 2020
Posts: 14
Originally Posted by sirinsidiator View Post
Any reason why you don't just use a filesystem watcher? That way you get notified when the file is modified.
I've never really worked with Python, but in other languages that's usually how I solve something like that and it doesn't seem like it's all too difficult to do in Python either: https://levelup.gitconnected.com/how...i=81bf446b0578
I implemented your watchdog suggestion. So much better.
  Reply With Quote

ESOUI » AddOns » Released AddOns » [Data Mods] ESO Grinder


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off