You are not logged in.
i use utf_8 charset and i have pb with czech character
config :
- Apache 2.2.8
- MySQL 5.0.51b
- PHP 5.2.6
- windows vista
- Ampache v.3.4.3
..print_tags.inc "l:\test\01-Iva Bittová-Vzpomínka.mp3"
result :
[artist] => Iva Bittovß
[album] => White Inferno (Bile Inferno) D
[year] => 1997
[comment] =>
[track] => 1
[genre] => Other
[comments] => Array
(
[title] => Array
(
[0] => VzpomÝnka
)
[artist] => Array
(
[0] => Iva Bittovß
)
[album] => Array
(
[0] => White Inferno (Bile Inferno)
D
)
[year] => Array
(
[0] => 1997
)
[comment] => Array
(
[0] =>
)
[track] => Array
(
[0] => 1
)
[genre] => Array
(
[0] => Other
)
)
[tag_offset_end] => 14672090
[tag_offset_start] => 14671962
[encoding] => ISO-8859-1
)
[mime_type] => audio/mpeg
[mpeg] => Array
(
[audio] => Array
(
[raw] => Array
(
[synch] => 4094
[version] => 3
[layer] => 1
[protection] => 1
[bitrate] => 13
[sample_rate] => 0
[padding] => 0
[private] => 0
[channelmode] => 1
[modeextension] => 0
[copyright] => 0
[original] => 0
[emphasis] => 0
)
[version] => 1
[layer] => 3
[channelmode] => joint stereo
[channels] => 2
[sample_rate] => 44100
[protection] =>
[private] =>
[modeextension] =>
[copyright] =>
[original] =>
[emphasis] => none
[padding] =>
[bitrate] => 256000
[framelength] => 835
[bitrate_mode] => cbr
)
)
[audio] => Array
(
[channels] => 2
[sample_rate] => 44100
[bitrate] => 256000
[dataformat] => mp3
[channelmode] => joint stereo
[bitrate_mode] => cbr
[lossless] =>
[encoder_options] => CBR256
)
[fileformat] => mp3
[playtime_seconds] => 458.3628125
[tags] => Array
(
[id3v1] => Array
(
[title] => Array
(
[0] => VzpomÝnka
)
[artist] => Array
(
[0] => Iva Bittovß
)
[album] => Array
(
[0] => White Inferno (Bile Inferno)
D
)
[year] => Array
(
[0] => 1997
)
[track] => Array
(
[0] => 1
)
[genre] => Array
(
[0] => Other
)
)
[id3v2] => Array
(
[title] => Array
(
[0] => VzpomÝnka
)
[year] => Array
(
[0] => 1997
)
[publisher] => Array
(
[0] => Orchard
)
[genre] => Array
(
[0] => Other
)
[album] => Array
(
[0] => White Inferno (Bile Inferno)
Disc 1
)
[band] => Array
(
[0] => Iva Bittovß & Vladimir Vaclav
ek
)
[track] => Array
(
[0] => 1
)
[composer] => Array
(
[0] => Bohuslav Reynek/Iva Bittovß/V
ladimÝr Vßclavek
)
[artist] => Array
(
[0] => Iva Bittovß
)
[length] => Array
(
[0] => 458893
)
)
)
[comments] => Array
(
[title] => Array
(
[0] => VzpomÝnka
)
[artist] => Array
(
[0] => Iva Bittovß
)
[album] => Array
(
[0] => White Inferno (Bile Inferno) Disc 1
)
[year] => Array
(
[0] => 1997
)
[track] => Array
(
[0] => 1
)
[genre] => Array
(
[0] => Other
)
[publisher] => Array
(
[0] => Orchard
)
[band] => Array
(
[0] => Iva Bittovß & Vladimir Vaclavek
)
[composer] => Array
(
[0] => Bohuslav Reynek/Iva Bittovß/VladimÝr
Vßclavek
)
[length] => Array
(
[0] => 458893
)
)
)
[include_path:protected] => C:\wamp\www\ampache\modules\getid3/
[warnings:protected] => Array
(
)
[iconv_present:protected] => 1
[option_tags_html] =>
)
[_iconv] => 1
[_file_encoding] =>
[_file_pattern] =>
[_dir_pattern] =>
)
------------------------------------------------------------------
Results Seen by Ampache using id3v2
Array
(
[file] => l:\test\01-Iva Bittovß-VzpomÝnka.mp3
[title] => Vzpom+¡nka
[year] => 1997
[track] => 1
[disk] => 0
[comment] =>
[language] =>
[lyrics] =>
[bitrate] => 256000
[rate] => 44100
[mode] => cbr
[size] => 14672090
[mime] => audio/mpeg
[time] => 458
[channels] => 2
[artist] => Iva Bittov+í
[album] => White Inferno (Bile Inferno) Disc 1
[genre] => Other
Last edited by bearsurfer (2008-10-23 13:43:56)
Offline
There have been some improvements to the multi-byte character code thanks to momo-i in 3.5.x (which is not yet stable) If you have the time I would test your file in that version and see if it works correctly
Offline