diff options
| author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-08-23 06:36:25 +0000 |
|---|---|---|
| committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-08-23 06:36:25 +0000 |
| commit | b18cb94574a3fd45fbe8780112b3e0b769c18289 (patch) | |
| tree | 41107768ef805500c84c9141cb248828bd9a7718 /muggle-plugin/gd_content_interface.c | |
| parent | bc0f784fae07cad05fab43b1d372db3ac6dd8c6e (diff) | |
| download | vdr-plugin-muggle-b18cb94574a3fd45fbe8780112b3e0b769c18289.tar.gz vdr-plugin-muggle-b18cb94574a3fd45fbe8780112b3e0b769c18289.tar.bz2 | |
Initial version of an import module added
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@114 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/gd_content_interface.c')
| -rw-r--r-- | muggle-plugin/gd_content_interface.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/muggle-plugin/gd_content_interface.c b/muggle-plugin/gd_content_interface.c index 759c32c..d7d157a 100644 --- a/muggle-plugin/gd_content_interface.c +++ b/muggle-plugin/gd_content_interface.c @@ -1,8 +1,8 @@ /*! \file content_interface.cpp * \brief Data Objects for content (e.g. mp3 files, movies) for the vdr muggle plugindatabase * - * \version $Revision: 1.24 $ - * \date $Date: 2004/07/25 21:33:35 $ + * \version $Revision: 1.25 $ + * \date $Date: 2004/08/23 06:36:25 $ * \author Ralf Klueber, Lars von Wedel, Andreas Kellner * \author Responsible author: $Author: lvw $ * @@ -791,6 +791,7 @@ int GdPlaylist::insertDataFromSQL() } return nrows; } + bool GdPlaylist::storePlaylist() { vector<mgContentItem*>::iterator iter; @@ -1395,6 +1396,9 @@ mgContentItem* GdTreeNode::getSingleTrack() /* -------------------- begin CVS log --------------------------------- * $Log: gd_content_interface.c,v $ + * Revision 1.25 2004/08/23 06:36:25 lvw + * Initial version of an import module added + * * Revision 1.24 2004/07/25 21:33:35 lvw * Removed bugs in finding track files and playlist indexing. * |
