summaryrefslogtreecommitdiffstats
path: root/bin/filesort.pl
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-08 05:12:03 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-08 05:12:03 +0000
commitc9f8c7abd211ebdb5a4c7d5797e3513aad14530d (patch)
treee1d50deafbd52f10ec6e5588aadb46567ece647e /bin/filesort.pl
parentf04fe3df5ef816a2a3394a09f497dc97889de47a (diff)
downloadampache-c9f8c7abd211ebdb5a4c7d5797e3513aad14530d.tar.gz
ampache-c9f8c7abd211ebdb5a4c7d5797e3513aad14530d.tar.bz2
ampache-c9f8c7abd211ebdb5a4c7d5797e3513aad14530d.zip
see changelog...
Diffstat (limited to 'bin/filesort.pl')
-rwxr-xr-xbin/filesort.pl29
1 files changed, 0 insertions, 29 deletions
diff --git a/bin/filesort.pl b/bin/filesort.pl
deleted file mode 100755
index a3347ab6..00000000
--- a/bin/filesort.pl
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/usr/bin/perl -w
-#
-# Sorts your MP3s into directories based on the sort pattern specified
-# in ampache
-
-use FindBind qw($Bin);
-require "$Bin/init";
-
-use Data::Dumper;
-use Getopt::Long;
-
-Getopt::Long::Configure('bundling','no_ignore_case');
-GetOptions
- ("h|help" => \$usage,
- "t|test" => \$pretend,
- "a|all" => \$all,
- "s|sort" => \$sort,
- "c|clean" => \$clean,
- "v|verbose" => \$verbose);
-
-if ($help) {
- usage();
-}
-
-
-#
-# Pull in Data from Ampache
-#
-