Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
Historical commit version 1.0 (13.07.2013).
  • Loading branch information
hugbug committed Jul 12, 2013
0 parents commit 0d06a7e
Show file tree
Hide file tree
Showing 40 changed files with 6,380 additions and 0 deletions.
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions README.txt
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>.
Loading

0 comments on commit 0d06a7e

Please sign in to comment.