Searched refs:synchronizefrom (Results 1 – 1 of 1) sorted by relevance
292 function SynchronizeAllTags($filename, $synchronizefrom='all', $synchronizeto='A12', &$errors) { argument300 if ($synchronizefrom == 'all') {302 } elseif (!empty($ThisFileInfo['tags'][$synchronizefrom])) {303 …$SourceArray = (!empty($ThisFileInfo['tags'][$synchronizefrom]) ? $ThisFileInfo['tags'][$synchroni…305 die('ERROR: $ThisFileInfo[tags]['.$synchronizefrom.'] does not exist');314 if ((strpos($synchronizeto, '2') !== false) && ($synchronizefrom != 'id3v2')) {317 if ((strpos($synchronizeto, 'A') !== false) && ($synchronizefrom != 'ape')) {320 if ((strpos($synchronizeto, 'L') !== false) && ($synchronizefrom != 'lyrics3')) {323 if ((strpos($synchronizeto, '1') !== false) && ($synchronizefrom != 'id3v1')) {