summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-19 08:40:16 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-19 08:40:16 +0000
commitb5e76905c209b753b007754074ad87d4b6180727 (patch)
tree675a61f3dd01170959f1770ee97cb5a2d1e8fa31
parentb372d114dce875b9e69230fe903780ae50195584 (diff)
downloadampache-b5e76905c209b753b007754074ad87d4b6180727.tar.gz
ampache-b5e76905c209b753b007754074ad87d4b6180727.tar.bz2
ampache-b5e76905c209b753b007754074ad87d4b6180727.zip
sight tweak to id3v2 tag reading to correctly catch disk on albums (Thx hugoh)
-rwxr-xr-xdocs/CHANGELOG2
-rw-r--r--modules/getid3/module.tag.id3v2.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG
index a18079fa..eeb69c71 100755
--- a/docs/CHANGELOG
+++ b/docs/CHANGELOG
@@ -4,7 +4,7 @@
--------------------------------------------------------------------------
v.3.4-Alpha3
- - Fixed by where Ampache would incorrectly search for album art
+ - Fixed bug where Ampache would incorrectly search for album art
when config option was empty (Thx Karl Hungus)
- Enabling a Localplay Method will now set Allow Localplay to true
- Fixed all playlist methods, send, send and clear and clear on
diff --git a/modules/getid3/module.tag.id3v2.php b/modules/getid3/module.tag.id3v2.php
index d6b98e2e..16a9575f 100644
--- a/modules/getid3/module.tag.id3v2.php
+++ b/modules/getid3/module.tag.id3v2.php
@@ -3146,6 +3146,7 @@ class getid3_id3v2 extends getid3_handler
'TP2' => 'band',
'TP3' => 'conductor',
'TP4' => 'remixer',
+ 'TPA' => 'pos',
'TPB' => 'publisher',
'TPE1' => 'artist',
'TPE2' => 'band',