summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/write_tags.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/write_tags.inc b/bin/write_tags.inc
index ef5152e5..90eb95ad 100644
--- a/bin/write_tags.inc
+++ b/bin/write_tags.inc
@@ -1,7 +1,7 @@
<?php
/*
- Copyright 2001 - 2006 Ampache.org
+ Copyright 2001 - 2007 Ampache.org
All Rights Reserved
This program is free software; you can redistribute it and/or
@@ -31,6 +31,10 @@ $path = dirname(__FILE__);
$prefix = realpath($path . '/../');
require_once $prefix . '/lib/init.php';
+// This is all broken currently so just jump ship
+echo "Writting of Tags to files is not currently supported by Getid3() exiting...\n";
+exit;
+
// Include getID3 libs, including the ability to write tags
$getID3 = new getID3();
getid3_lib::IncludeDependency(GETID3_INCLUDEPATH . "write.php", __FILE__);