download-processor

command module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2020 License: GPL-3.0 Imports: 7 Imported by: 0

README

Download processor

A simple go program used to transform download output into properly organized TV Shows

Configuration

web:
  http: "0.0.0.0:8080"
watch:
  - name: tv
    parser: tv
    target: "/videos/TV Shows/{{.Name}}/Season {{.Season}}/{{.Num}} - {{.Name}}{{.Ext}}"
    directories:
      - "/downloads/Ready/Series/"
    titles:
      - name: "Castlevania"
        seasons:
          - path: "Castlevania/"
  - name: anime
    target: "/videos/Anime/{{.Name}} [anidb-{{.AniDb}}]/{{.Num}} - {{.Name}}{{.Ext}}"
    parser: epi
    directories:
      - "/downloads/Ready/Anime/"
    titles:
      - name: "One Piece"
        path: "One Piece/1/"
        anidb: 69

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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