-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where to store media belonging to an imported GedCom file? #8
Comments
I've meanwhile managed to trick Family Gem into accepting the media. I doubt this is the intended approach – but until that one gets clear, it might be a good work-around:
A bit nasty, but it worked for me this way. I guess step 5 can be skipped – but once it worked, I didn't feel to try more. This approach hopefully is a temporary one anyway, there must be an easier one 😄 Meanwhile, leaving these notes in case they prove helpful to someone else. |
Short answer, in the same Android folder with the Gedcom you import. Suppose you have a Gedcom with many records containing properties like To import the Gedcom with all media files, follow these steps:
You can see this folder path under |
Hm, funny – that was the first thing I tried (with the only difference that I first imported the
Yes. And it shows a completely different folder from what you describe: |
I reproduced the experiment you described before and actually it works, but you are right, I'd try to make it easier. 😅
I think it's not a caching issue. Suppose you have the file
This is the path to the media folder of your tree in the Android external storage.
I agree to add the ability to edit the media folders list in
I don't understand. What should the button scan for? |
Actually, those 4 steps was what I tried first (though only with a single JPG) and it didn't seem to work. Maybe I did something wrong, or Family Gem had issues with the sample image I used (I didn't use the real one, I just wanted to figure first where to put things). Assuming it was my fault then, maybe those instructions should be placed where "Average Joe" can easily find them? Suggestions: Readme, or better: Wiki (you didn't yet start a wiki, but this seems a good time to do so – I'm pretty sure there will be more things to fill the pages, and the Readme then could just point there). I follow your description that the "external storage location" was set because of backup/restore. But would the images have ended up there if they'd been located in
Images? 😄 Remember, I assumed a caching issue. And there is this "recycle" button on the PS: Would you consider using English comments in the code? That would make it easier for possible contributors. I tried figuring things browsing the code, but with everything being in Italian, including comments, variable and method names, I was completely lost there. Nothing against Italian of course 😉 And before you ask: like @mondstern my native tongue is German, so it's not about "use my language please" but rather finding a "common denominator". PPS: Where did the translation issue disappear? Was it accidentally made confidential? |
This is weird.
If I well understand your question, yes.
If the tree contains more than 100 persons, in
No. It's @mondstern that vanished from GitHub, and with him the issue he opened. |
Thanks! That would make a good wiki page already (explaining the backup/restore process) 😃 May I suggest you enable the wiki (see #9) so we can at least use it already to collect documentation pieces? Regardless of where you finally decide to have the documentation, that would make it easier to find pieces we already have. I currently lack the time to reproduce it. If you say it works for you, I must have had a misspelling somewhere (or some other fault at my end).
Ugh! Indeed 😢 I'll ping him for clarification. Apart from that, I didn't think issues would disappear in such cases. Usually ownership gets transferred to @ghost in such cases, IIRC. |
i was/ am the one with the translations. with new account. |
I have moved some content of this issue to the wiki page Import GEDCOM with media files. |
And the backup process has been synthesized on the wiki page ZIP file backup. |
I've imported a GedCom file and see Family Gem would also support media (photos etc) linked to records – that's really cool! Where would I need to store these so they get found and integrated?
The text was updated successfully, but these errors were encountered: