From cc31b63b858a1cb6902fedd6b882cb62e8ad7ba4 Mon Sep 17 00:00:00 2001 From: LarsAC Date: Mon, 23 Aug 2004 15:30:13 +0000 Subject: File tag updates currently disabled git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@116 e10066b5-e1e2-0310-b819-94efdf66514b --- mugglei.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mugglei.c b/mugglei.c index b540834..3aee76a 100755 --- a/mugglei.c +++ b/mugglei.c @@ -181,6 +181,8 @@ void evaluate_file( string filename ) long uid = find_file_in_database( filename ); if( uid >= 0 ) { + // currently only update database, do not consider writing changes from the db back + /* // determine modification times in database and on filesystem time_t db_time = get_db_modification_time( uid ); time_t fs_time = get_fs_modification_time( filename ); @@ -195,6 +197,9 @@ void evaluate_file( string filename ) // file is newer: update db from id3 tags update_db( uid, filename ); } + */ + + update_db( uid, filename ); } else { -- cgit v1.2.3