imdb-tags

command module
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2018 License: MIT Imports: 18 Imported by: 0

README

IMDB Tags

A simple and automatic way to set ID3 tags from IMDB, including artwork.

This program gets IMDB info from The Open Movie Database for use with AtomicParsley.

Installation

Linux & Windows

  1. Download archive from https://dillonhafer.github.io/imdb-tags
  2. Unzip archive into your path (i.e. /usr/local/bin)

OSX

brew tap dillonhafer/formulas
brew install imdb-tags
Usage

This assumes there's a file called "song_of_the_sea.m4v" in the current directory.

API_KEY=xxxxxx imdb-tags -i tt1865505 song_of_the_sea.m4v

If you don't want to open a browser and look for the IMDB Id manually, you can search for it on the command line.

imdb-tags search "song of the sea"

This makes it convient to run commands like:

#!/bin/bash
movie="song_of_the_sea.m4v"
HandBrakeCLI -i /Volumes/DVD/VIDEO_TS -o $movie && imdb-tags -i tt1865505 $movie

Documentation

Overview

Package main provides an automatic way to set mp4v2 tags from IMDb

Directories

Path Synopsis
Godeps
_workspace/src/github.com/codegangsta/cli
Package cli provides a minimal framework for creating and organizing command line Go applications.
Package cli provides a minimal framework for creating and organizing command line Go applications.
_workspace/src/github.com/toqueteos/webbrowser
Package webbrowser provides a simple API for opening web pages on your default browser.
Package webbrowser provides a simple API for opening web pages on your default browser.

Jump to

Keyboard shortcuts

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