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 | 622c22ea45654d4741a900fa078bafa947b24177 (patch) | |
| tree | 3bb91389c820abd1f793bfa7f26bbf145856e707 /gd_content_interface.c | |
| parent | 37ce84e62b46619cc0bfc5733159c07b88556754 (diff) | |
| download | vdr-plugin-muggle-622c22ea45654d4741a900fa078bafa947b24177.tar.gz vdr-plugin-muggle-622c22ea45654d4741a900fa078bafa947b24177.tar.bz2 | |
Initial version of an import module added
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@114 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'gd_content_interface.c')
| -rw-r--r-- | gd_content_interface.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gd_content_interface.c b/gd_content_interface.c index 759c32c..d7d157a 100644 --- a/gd_content_interface.c +++ b/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. * |
