ImgSeeder 3.9.1

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global ImgSeeder --version 3.9.1
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local ImgSeeder --version 3.9.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ImgSeeder&version=3.9.1
                    
nuke :add-package ImgSeeder --version 3.9.1
                    

ImgSeeder

ImgSeeder is the RAIkeep image organizer package. It installs the iorg CLI, which copies source images, normalizes filenames with RaiImage naming rules, and places the final files into an ImageTreeFile directory layout such as ItemIdTree8x2.

3.9.1

  • Coordinated patch release: aligns ImgSeeder with the 3.9.1 RAIkeep package line.
  • Tracks RaiImage's current filename normalization so separated and compact trailing digits become stable image numbers during CLI ingestion.
  • Ships as part of the parent sequential NuGet release chain immediately before PitSeeder.
  • Current release notes: RELEASE_NOTES_3.9.1.md

This tool is part of the RAIkeep package family:

  • OsLibCore
  • RaiUtils
  • RaiImage
  • JsonPit
  • PitSeeder
  • ImgSeeder (iorg command)

Install

Install the NuGet tool with:

dotnet tool install --global ImgSeeder

On macOS or Linux, a practical option is to install directly into a directory on your PATH:

sudo dotnet tool install ImgSeeder --tool-path /usr/local/bin

Update an existing installation with:

dotnet tool update --global ImgSeeder

To update an installation in /usr/local/bin:

sudo dotnet tool update ImgSeeder --tool-path /usr/local/bin

Usage

Typical cloud-rooted usage:

iorg -n -c OneDrive -r LiveAfricaStageImage/ nomsa -s /Users/Shared/ServerData/GDriveData/TestAfricaStage/Images/NOMSA.net/

The command resolves -c through Os.Config.Cloud, appends -r and the subscriber name, then prints each source and destination pair:

copied /source/nomsa-concert-11.jpg
=> /dest/nomsa/NomsaCon/NomsaConce/NomsaConcert_11.jpg

Useful options:

  • -h, --help: print help
  • -v, --version: print version
  • -n, --nologo: hide banner
  • -b, --debug: enable debug output
  • -c, --cloud: cloud provider name from Os.Config.Cloud
  • -r, --root: destination image root under the cloud root
  • -s, --source: source image directory
  • -f, --filter: file filter, default *.jpg
  • -p, --pathconvention: CanonicalByName, ItemIdTree3x3, or ItemIdTree8x2
  • -m, --namingconvention: Legacy, ItemTemplate, or Structured

Standalone Binaries

Tagged releases also publish self-contained iorg workflow artifacts for:

  • linux-x64
  • osx-arm64
  • osx-x64
  • win-x64

These binaries can be deployed without a separate .NET runtime installation.

Validation

  • dotnet test iorg.slnx --nologo -v minimal
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
4.2.10 0 9/10/2026
4.2.9 41 9/10/2026
4.2.8 56 9/10/2026
4.2.7 61 9/9/2026
4.2.6 99 9/3/2026
4.2.5 92 9/1/2026
4.2.4 101 8/27/2026
4.2.3 109 8/27/2026
4.2.2 103 8/21/2026
4.2.1 128 8/17/2026
4.2.0 114 8/16/2026
4.1.0 122 8/13/2026
4.0.1 117 8/11/2026
4.0.0 140 8/7/2026
3.13.1 133 8/3/2026
3.11.4 147 7/11/2026
3.11.3 139 6/28/2026
3.11.1 137 6/24/2026
3.10.4 132 6/19/2026
3.9.1 140 6/8/2026
Loading failed

3.9.1: aligns ImgSeeder with the coordinated patch line, keeps fallback package versions current, and publishes the iorg CLI through the sequential release chain.