]> git.decadent.org.uk Git - memories.git/blobdiff - tag_dates
Merge commit 'Memories as 1.3'
[memories.git] / tag_dates
diff --git a/tag_dates b/tag_dates
deleted file mode 100644 (file)
index e44af81..0000000
--- a/tag_dates
+++ /dev/null
@@ -1,10 +0,0 @@
-use Memories;
-my $it = Memories::Photo->retrieve_all;
-
-my $thing = $it->first;
-do {
-    print $thing->title, "   $tag\n";
-    my $tag = "date:".$thing->shot->ymd;
-    $thing->add_to_system_tags({tag => Memories::SystemTag->find_or_create({name
-    =>$tag}) });
-} while $thing = $it->next;