This repository has been archived by the owner on Nov 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Historical commit version 1.0 (13.07.2013).
- Loading branch information
0 parents
commit 0d06a7e
Showing
40 changed files
with
6,380 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# VideoSort post-processing script for NZBGet. | ||
# | ||
# Copyright (C) 2013 Andrey Prygunkov <[email protected]> | ||
# | ||
# This program is free software; you can redistribute it and/or modify it | ||
# under the terms of the GNU Lesser General Public License as published by | ||
# the Free Software Foundation; either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU Lesser General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public License | ||
# along with subliminal. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
|
||
# Sort movies and tv shows. | ||
# | ||
# This is a script for downloaded TV shows and movies. It uses scene-standard | ||
# naming conventions to match TV shows and movies and rename/move/sort/organize | ||
# them as you like. | ||
# | ||
# The script relies on python library "guessit" (http://guessit.readthedocs.org) | ||
# to extract information from file names and includes portions of code from | ||
# "SABnzbd+" (http://sabnzbd.org). | ||
# | ||
# Info about pp-script: | ||
# Author: Andrey Prygunkov ([email protected]). | ||
# Web-site: http://nzbget.sourceforge.net/VideoSort. | ||
# PP-Script Version: see <VideoSort.py>. |
Oops, something went wrong.