-
Notifications
You must be signed in to change notification settings - Fork 3
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
Misc: Create FreeBSD Port #59
Comments
For my tests so far, I set up a FreeBSD jail with two mount points -- the library ( The initial setup step seems to work correctly. I ran source=/mnt/import/
library="/mnt/library/"
copyright=""
geonamesacct=""
mountoptions=(--archive --import --clean --firmware) I notice that both the source and library paths have trailing slashes and the library path preserved the double-quotes. When I ran the import step ( When I ran the processing step (
The I still have the original media available, so I'll try to import those again and see if the error persists. Importing fresh copies of the original media fixed the problem; this means that exiting abruptly from the import process will truncate/corrupt the imported media. If someone was to miss the |
Very much appreciate your work and testing! I have not had a chance to look at the issues you mentioned. If you identify anything that requires a fix or change, please do submit a PR. Would be great to add FreeBSD to the list of supported platforms. As for the repo size: Yeah I agree that is an issue. For the packages and homebrew builds I therefor remove any outdated firmware. The reason they are included here is because GoPro has really no stable links for them. They move around and disappear from time to time. The abort corrupted files are most likely due to exiftool being aborted while writing a file. Not sure yet how we could prevent or detect automatically. |
I wanted to run this within a FreeBSD jail to reorganize a bunch of media already on a TrueNAS appliance.
Since macOS and *BSD share some heritage this was actually much easier than I thought it would be.
I have some remaining questions:
The text was updated successfully, but these errors were encountered: