Index: mythvideo/mythvideo/metadata.cpp
===================================================================
--- mythvideo/mythvideo/metadata.cpp	(revision 10421)
+++ mythvideo/mythvideo/metadata.cpp	(working copy)
Index: mythvideo/mythvideo/metadata.h
===================================================================
--- mythvideo/mythvideo/metadata.h	(revision 10421)
+++ mythvideo/mythvideo/metadata.h	(working copy)
@@ -41,6 +41,7 @@
         category = lcategory;
         genres = lgenres;
         countries = lcountries;
+        categoryID = 0;
     }
     
     Metadata(const Metadata &other) { clone(other); }
@@ -67,6 +68,7 @@
         category = other.category;
         genres = other.genres;
         countries = other.countries;
+        categoryID = 0;
     }
     
     
