Home
last modified time | relevance | path

Searched refs:synchronizefrom (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php292 function SynchronizeAllTags($filename, $synchronizefrom='all', $synchronizeto='A12', &$errors) { argument
300 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')) {