diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-14 23:57:21 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-14 23:57:21 +0000 |
commit | 7db599b70d03cc288fcf499bebd9afb2485c930d (patch) | |
tree | 556e85f9baf10f2b1e845eec9cc098f22d2115cd /modules/init.php | |
parent | fed2041c7b15e30fd126d6b1290ba255d3ec5d1d (diff) | |
download | ampache-7db599b70d03cc288fcf499bebd9afb2485c930d.tar.gz ampache-7db599b70d03cc288fcf499bebd9afb2485c930d.tar.bz2 ampache-7db599b70d03cc288fcf499bebd9afb2485c930d.zip |
new vainfo which should solve the ogg with id3 tags issue and potentially break other things yeah!
Diffstat (limited to 'modules/init.php')
-rw-r--r-- | modules/init.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/init.php b/modules/init.php index 8ea8f64d..96b99a21 100644 --- a/modules/init.php +++ b/modules/init.php @@ -80,7 +80,7 @@ if (!$results['allow_stream_playback']) { /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.3.2-Beta3 (Build 007)'; +$results['version'] = '3.3.2-Beta3 (Build 008)'; $results['raw_web_path'] = $results['web_path']; $results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path']; @@ -154,7 +154,7 @@ require_once(conf('prefix') . '/lib/upload.php'); require_once(conf('prefix') . '/modules/lib.php'); require_once(conf('prefix') . '/modules/admin.php'); require_once(conf('prefix') . '/modules/catalog.php'); -require_once(conf('prefix') . '/modules/id3/audioinfo.class.php'); +require_once(conf('prefix') . "/modules/id3/getid3/getid3.php"); require_once(conf('prefix') . '/modules/id3/vainfo.class.php'); require_once(conf('prefix') . '/modules/amazon/Snoopy.class.php'); require_once(conf('prefix') . '/modules/amazon/AmazonSearchEngine.class.php'); |