Giter Club home page Giter Club logo

serienmover's Introduction

Serienmover Build Status

Tool that moves series episodes into a specific directory structure. It's recommended to use serienrenamer to rename these files.

Installation

$ gem install serienmover

That installs an executable named serienmover that is used to process the files.

Features

  • searches for a possible target in your series directories
  • can read a Yaml file from serienrenamer which holds the series names from the renamed files, indexed by md5sum
  • creates a new season directory if episode is the first of a new season by detecting the pattern from former seasons
  • has some metrics to find mostly the right target
  • can process the series automatic by file
  • can execute a script for every copied episode

Usage

$ serienmover

Configuration

You can change the behaviour of serienmover with commandline arguments (serienmover --help for an overview) or by editing the config file under ~/.serienmover/config.yml.

An overview of the supported configuration values follows:

default_directory

Directory that is used by default, to look for new episodes (Default: ~/Downloads/).

series_directories

An array of paths to directories which contains the series.

read_episode_info

Read the seriesname from a file, that is created by serienrenamer. The path to the file is set by store_path.

byte_count_for_md5

A number of bytes that is used to generate the md5sum. The count has to match with the setting from serienrenamer. Defaults to 2048.

post_copy_hook

This can hold a path to a script, that is called for all copied episodes after they have copied. By creating this script, you can automate some things like, hold all copied files in a separate directory. This file has to be executable and there are two parameters supplied: 1) the episodefile 2) the seriesname

auto_process_enable

Should serienmover decide automatically which action (copy/move) should be applied on the episodes.

auto_default_action

This is the default action, that serienmover will apply, when the previous setting is true.

auto_exceptions

A list of series that will have the opposite default action. When auto_default_action is :copy than the default action is :move, and vice versa.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.