immich-power-tools/immich-power-tools:README 來源編輯指南
根據 README、倉庫資料與授權整理 immich-power-tools/immich-power-tools 的安裝與核驗路徑。
專案定位
immich-power-tools/immich-power-tools 的 README 將專案描述為「Power tools for organizing your immich library」。本文只整理倉庫可直接核對的內容,不把 star、Fork 或宣傳語當成品質證明。README 在「Immich Power Tools」下寫到:A unofficial immich client to provide better tools to organize and manage your immich account. Building it to speed up your workflows in Immich to organize your people and albums.。這說明的是專案邊界,不是已完成的生產驗證。
適用場景
從 README 的「🎒Features」與相關條目,可以先判斷它是否處理你的實際問題:People Merge Suggestion 🎭: Option to bulk merge people with suggested faces based on similarity.。若需求不同,不應只因專案熱度就採用。本文保留原始專案名、命令與元件名,方便回到一手來源核對。 README 另外列出一項可核對的資訊:Manage people data in bulk 👫: Options to update people data in bulk, and with advance filters。這類原文條目可用來設計試跑步驟,但不能取代實際環境測試。
運作方式
README 將運作方式分散在「Support me 🙏」等段落。可確認的線索包括:If you find this tool useful, please consider supporting me by buying me a coffee.。本文不把未寫出的架構、效能或安全邊界補成結論;真正的執行鏈仍要配合目錄、設定檔與版本標籤檢查。
安裝與第一次執行
第一次安裝應從 README 指出的入口開始。目前可核對的命令是: IMMICH_API_KEY= # your_immich_api_key IMMICH_URL = "http://local-ip-of-immich:port" # Your immich instace ip address and port EXTERNAL_IMMICH_URL = "https://external-address" # External address of immich DB_PORT = "5432" DB_HOST = "immich_postgres" # Optional - AI Configuration for Smart Search (Find) AI_API_KEY=your_api_key_here # API key for your OpenAI-compatible provider AI_BASE_URL="https://api.openai.com/v1" # e.g. https://api.openai.com/v1 (OpenAI), https://api.groq.com/openai/v1 (Groq) 如果倉庫沒有命令,本文不會自行編造步驟,而是建議先閱讀「🎒Features」,確認系統依賴、預設埠與首次初始化。
設定與日常使用
日常使用取決於專案文件。README 的「💭 Back story」段落提到:Recently I've migrated my entire Google photos library to Immich, I was able to successfully migrate all my assets along with its albums to immich. But there were few things like people match that was lacking.。設定檔、環境變數、權限與資料目錄只在來源明確時才會記錄;沒有寫出的預設值,應在測試環境驗證並保留回滾副本。 同一部分也提到:Update Missing Locations 📍: Find assets in your library those are without location and update them with the location of the asset.。