summaryrefslogtreecommitdiffstats
path: root/docs/CHANGELOG
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-02-05 03:04:50 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-02-05 11:42:56 -0500
commit09052713776ea813de322000080bbc022a309823 (patch)
treef8d9833433c84cce6f76d2cc4ff3ba096dbfe7a0 /docs/CHANGELOG
parent02286a12b812afe915556a3e43ed727eb70260a7 (diff)
downloadampache-09052713776ea813de322000080bbc022a309823.tar.gz
ampache-09052713776ea813de322000080bbc022a309823.tar.bz2
ampache-09052713776ea813de322000080bbc022a309823.zip
Clean up vainfo somewhat
Handling of unknown tags was wrong (we should just pass them through and hope for the best, not do some weird-ass id3v2 thing). Add matroska to the list of known tags. Switch the video types to a generic cleanup function and move the several-times-duplicated general information gathering into the general information gathering function where it belongs. Treat the general information as another tag type instead of special-casing it as a complete override through array_merge. Drop the useless iconv stuff (getID3 already translates tags to our requested charset). Rename some functions to more closely match their purpose. Fix some private functions that were marked public. Fix encoding detection, which has been completely broken for a while.
Diffstat (limited to 'docs/CHANGELOG')
-rwxr-xr-xdocs/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG
index bcaf69d1..c0cec19a 100755
--- a/docs/CHANGELOG
+++ b/docs/CHANGELOG
@@ -4,6 +4,10 @@
--------------------------------------------------------------------------
v.3.6-FUTURE
+ - Fixed character set detection for ID3v1 tags
+ - Added matroska to the list of known tag types
+ - Made the getID3 metadata source work better with tag types that Ampache
+ doesn't recognise
- Switched from the deprecated mysql extension to PDO
- stderr from the transcode command is now logged for debugging
- Made database updates more robust and verified that a fresh 3.3.3.5 import