Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gregros/sweeper

[Personal] download processor for Perdido.
https://github.com/gregros/sweeper

Last synced: 24 days ago
JSON representation

[Personal] download processor for Perdido.

Awesome Lists containing this project

README

        

# Sweeper

A python script for sorting media like games, programs, movies, shows, etc. Uses filebot to sort and rename videos.

```
Sorts torrents and renames media to work with streaming servers. Assumes
the path it receives is the root of a torrent download.

Supports:
games, movies, shows, anime, ebooks, programs

Normally you'd want to run this as part of an automatic process.

Usage:
sweeper info
sweeper sweep [options]
sweeper --help | -h | help

Options:
--action=copy Copy media files. (default)
--action=move Move media files.
--action=hard Hardlink media files.
--force_dest= Force the destination dir.
--force_type= Force media type: text, audio, program, game, video, video/{movie,show,anime}
--conflict=fail If dest exists, fail. (default)
--conflict=overwrite If dest exists, overwrite.
--conflict=index If dest exists, use dest.$N

```