Open Side Menu Go to the Top
Register
[AHK] Transfer FTP Notes to HEM (bonus image: FTP Note icons in HEM HUD) [AHK] Transfer FTP Notes to HEM (bonus image: FTP Note icons in HEM HUD)

02-04-2010 , 08:13 PM
Quote:
Originally Posted by reemas
BeaucoupFish do you think you'll ever have a version that always overwrites the notes in HEM?

For example if I have a note that says, "fish, do not bluff" and run the program, all is well. But then if I go back into FTP and add to my note so it reads, "fish, do not bluff, always shoves AA preflop" and run the program, it doesn't sync the new info.

I think this would be pretty useful as I'd always want my most updated notes.
I agree, if you import notes for an existing player, the notes should update to reflect them. Unfortunately this is a problem with HEM (the note import is how the tool transfers the notes back into HEM). The built-in feature only inserts new notes, it does not update existing ones, whether from a previous import or you have made a note in HEM yourself.

Maybe offer this as a suggestion to the HEM developers?

The only other option would be to delete all notes in HEM, and re-import your FTP notes. However, this assumes you always have all your notes available for import in FTP, and that there are no notes in HEM that you don't want to lose that are not in your FTP notes. The doc provided does explain how to do this, but you should be aware of the risks if you forget which notes are where.

I keep thinking about writing an all-encompassing notes management tool that lets you synchronise notes between HEM and FTP, but that's quite a lot more work than this simple script. Let me know if you have other suggestions.
[AHK] Transfer FTP Notes to HEM (bonus image: FTP Note icons in HEM HUD) Quote
02-04-2010 , 08:16 PM
Quote:
Originally Posted by BeaucoupFish
I keep thinking about writing an all-encompassing notes management tool that lets you synchronise notes between HEM and FTP, but that's quite a lot more work than this simple script. Let me know if you have other suggestions.
Do it. I'll buy it. I'd donate for your existing tool but you keep robbing me on the tables...
[AHK] Transfer FTP Notes to HEM (bonus image: FTP Note icons in HEM HUD) Quote
02-04-2010 , 09:29 PM
You should contact the HEM people. Maybe they can contract you for this job. They probably know that their notes import features suck.
[AHK] Transfer FTP Notes to HEM (bonus image: FTP Note icons in HEM HUD) Quote
02-04-2010 , 09:30 PM
I agree. That and they have an import feature for Stars but not for FTP.
[AHK] Transfer FTP Notes to HEM (bonus image: FTP Note icons in HEM HUD) Quote
02-04-2010 , 09:37 PM
Quote:
Originally Posted by BeaucoupFish
I agree, if you import notes for an existing player, the notes should update to reflect them. Unfortunately this is a problem with HEM (the note import is how the tool transfers the notes back into HEM). The built-in feature only inserts new notes, it does not update existing ones, whether from a previous import or you have made a note in HEM yourself.
.......
This is the way it works currently, according to Roy.

It will actually either ignore or append the note. What it does is it looks to see if the imported note is already part of the current note and if so it ignore. If not it will append to the existing note.

So ,if in the DB a player has a note "he is a fish" and then you try to import a note that simply says "fish" it will ignore it since "fish" is contained within "he is a fish". If the imported note said "fishy" then his new note would be

"he is a fish
fishy"



Quote:
Originally Posted by reemas
I agree. That and they have an import feature for Stars but not for FTP.
We are working on FTP Notes import functionality and trying to fix the stars notes functionality. It was broken recently when they changed from .txt to .xml format.
[AHK] Transfer FTP Notes to HEM (bonus image: FTP Note icons in HEM HUD) Quote
02-05-2010 , 12:19 AM
Quote:
Originally Posted by fozzy71
This is the way it works currently, according to Roy.

It will actually either ignore or append the note. What it does is it looks to see if the imported note is already part of the current note and if so it ignore. If not it will append to the existing note.

So ,if in the DB a player has a note "he is a fish" and then you try to import a note that simply says "fish" it will ignore it since "fish" is contained within "he is a fish". If the imported note said "fishy" then his new note would be

"he is a fish
fishy"





We are working on FTP Notes import functionality and trying to fix the stars notes functionality. It was broken recently when they changed from .txt to .xml format.
Thx Fozzy. I didn't realise it parses the note (maybe this is a newer feature than when I tested it). This might be helpful in some cases, but not necessarily in others. e.g. if you shortened a note "Very aggro preflop, never bluffs" to "Very aggro preflop" after they were caught bluffing (probably better examples can be thought up!) the note would not be updated / appended.

Anyway, knowing how it works is useful.
[AHK] Transfer FTP Notes to HEM (bonus image: FTP Note icons in HEM HUD) Quote
08-14-2010 , 12:39 AM
Quote:
Originally Posted by fozzy71
We are working on FTP Notes import functionality and trying to fix the stars notes functionality. It was broken recently when they changed from .txt to .xml format.

fozzy, any updates on this end? been a few months. (i'm sure it's low priority.)

also beacoupfish, is the lastest version still the one in this thread?

Last edited by reemas; 08-14-2010 at 12:46 AM.
[AHK] Transfer FTP Notes to HEM (bonus image: FTP Note icons in HEM HUD) Quote
08-14-2010 , 12:40 AM
Yep, very low priority. Check out NoteCaddy.
[AHK] Transfer FTP Notes to HEM (bonus image: FTP Note icons in HEM HUD) Quote
08-14-2010 , 08:07 PM
Quote:
Originally Posted by reemas
also beacoupfish, is the lastest version still the one in this thread?
Yes, I haven't made any changes to the script.
[AHK] Transfer FTP Notes to HEM (bonus image: FTP Note icons in HEM HUD) Quote
09-08-2010 , 03:04 PM
Hi -

I downloaded the FTP Notes.zip file from your website. When I click FTP Notes.ahk, my pc asks me if I want to open the file. I then click "open" and nothing happens.

Also, if I open FTP Notes AHK Script.docx, the word doc that opens is all foreign characters ( pasted some at bottom)

Any suggestions?
[AHK] Transfer FTP Notes to HEM (bonus image: FTP Note icons in HEM HUD) Quote
09-08-2010 , 05:00 PM
Quote:
Originally Posted by hobokes
Hi -

I downloaded the FTP Notes.zip file from your website. When I click FTP Notes.ahk, my pc asks me if I want to open the file. I then click "open" and nothing happens.

Also, if I open FTP Notes AHK Script.docx, the word doc that opens is all foreign characters ( pasted some at bottom)

Any suggestions?
See PM (should be easy to resolve, you might not have the correct software installed - AutoHotKey itself and a different version of Word).
[AHK] Transfer FTP Notes to HEM (bonus image: FTP Note icons in HEM HUD) Quote
01-07-2011 , 11:30 PM
Bump BC you are awesome
[AHK] Transfer FTP Notes to HEM (bonus image: FTP Note icons in HEM HUD) Quote
01-08-2011 , 12:29 AM
Quote:
Originally Posted by Theduke211
Bump BC you are awesome
lol - did your account get hacked?!




btw, direct link to this script, if it's still of any use, is here (original link no longer works):
http://cid-b3769ad518e002e0.office.l...TP%20Notes.zip
[AHK] Transfer FTP Notes to HEM (bonus image: FTP Note icons in HEM HUD) Quote
01-08-2011 , 01:06 AM
Yeah, thanks B. Much appreciated. Don't actually need it now but there was a time when I really did. Still nice of you to share.
[AHK] Transfer FTP Notes to HEM (bonus image: FTP Note icons in HEM HUD) Quote

      
m