Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gregros/sweeper
- Owner: GregRos
- Created: 2022-04-13T22:05:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T12:22:15.000Z (about 1 year ago)
- Last Synced: 2024-11-06T10:29:35.308Z (2 months ago)
- Language: Python
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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, programsNormally you'd want to run this as part of an automatic process.
Usage:
sweeper info
sweeper sweep [options]
sweeper --help | -h | helpOptions:
--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```