From ea1982a2eaf6883b4ac76c899e2ef5566038dcaa Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 31 Oct 2006 18:30:52 +0000 Subject: [PATCH] Fix for bug #1909 - ALBUM info wasnt imported for OGG files --- campcaster/src/modules/storageServer/var/RawMediaData.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/campcaster/src/modules/storageServer/var/RawMediaData.php b/campcaster/src/modules/storageServer/var/RawMediaData.php index c6b435154..48a48d29c 100644 --- a/campcaster/src/modules/storageServer/var/RawMediaData.php +++ b/campcaster/src/modules/storageServer/var/RawMediaData.php @@ -108,6 +108,8 @@ function camp_get_audio_metadata($p_filename, $p_testonly = false) array('path'=>"['id3v2']['comments']['album']", 'dataPath'=>"[0]", 'encPath'=>"['encoding']"), array('path'=>"['id3v2']['TALB'][0]", 'dataPath'=>"['data']", 'encPath'=>"['encoding']"), array('path'=>"['id3v2']['TAL'][0]", 'dataPath'=>"['data']", 'encPath'=>"['encoding']"), + array('path'=>"['ogg']['comments']['album']", 'dataPath'=>"[0]", 'encPath'=>"['encoding']"), + array('path'=>"['tags']['vorbiscomment']['album']", 'dataPath'=>"[0]", 'encPath'=>"['encoding']"), ), 'ls:encoded_by' => array( array('path'=>"['id3v2']['TENC'][0]", 'dataPath'=>"['data']", 'encPath'=>"['encoding']"),