local-tagger

command module
v1.1.0-rc.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2017 License: BSD-3-Clause Imports: 19 Imported by: 0

README

Tagaa - (タガー)

User interface for the 'Bulk Add CSV' extension of Shimmie2.

Tagaa will launch a web interface in a new browser window, which allows to add tags, source and rating on each image that is contained in the current directory (or the one specified by the -dir option). Subfolders are ignored. Supported types: "gif", "jpeg", "jpg", "png", "swf"

The web interface allows to save the image metadata in a CSV file as expected by the 'Bulk Add CSV' Shimmie2 extension. If a CSV file with the name 'bulk.csv' (or a name specified by the -csv option) is found, it will be loaded automatically on start up.

The folder containing the CSV file and the images can then be manually uploaded to the server and used by the 'Bulk Add CSV' extension to bulk add the images to Shimmie2.

Usage

  • Download the latest release for your platform.
  • Place the executable into a folder with images and launch.
  • If the browser window does not open automatically then visit http://localhost:8080
  • Tag your images.
  • Make sure to fill the 'server path prefix' input with the upload location on your server.
  • Click any of the 'Save to CSV' buttons.
Screenshot

Usage image

Command Line Options
	$ ./tagaa

With the default options, Tagaa will:

  1. Search for images in the current directory.
  2. Try to load ./bulk.csv and if it doesn't exist it will create it.
  3. Start a new server at http://localhost:8080 and then launch a browser window to that address.
	$ ./tagaa -dir ~/myfolder -csv mybulk.csv -port 8888

With the above options, Tagaa will:

  1. Search for images under ~/myfolder.
  2. Try to load ~/myfolder/mybulk.csv and if it doesn't exist it will create it.
  3. Start a new server at http://localhost:8888 and then launch a browser window to that address.

Documentation

Overview

User interface for the 'Bulk Add CSV' extension of Shimmie2.

Directories

Path Synopsis
Package bulk has functions to load and save image metadata to a CSV file as needed by the 'Bulk Add CSV' Shimmie2 extension.
Package bulk has functions to load and save image metadata to a CSV file as needed by the 'Bulk Add CSV' Shimmie2 extension.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL