sverhagen / mp3-browser

This Joomla plugin will create a table of every MP3 in a specified folder. It displays the ID3 information of each track with a link to download or play the file in the browser
https://www.totaalsoftware.com/products/mp3-browser
GNU General Public License v2.0
5 stars 5 forks source link

Cyrillic symbols become unreadable #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://meditation.in.ua/mantry

Name of tracks become unreadable. Names are written in russian (cyrillic 
symbols), so we see "Òðåê 2" instead of "Трек 2"

Current version. Joomla 3.

Original issue reported on code.google.com by inf...@iconsforvista.com on 6 Jul 2014 at 9:47

Attachments:

GoogleCodeExporter commented 9 years ago
The MP3 tags are not in Unicode, but they were entered using your specific code 
page. If Cyrillic is your language of choice, you may use "CP1251" as the code 
page for the plugin. You find the "Encoding id3v1" in the Advanced section of 
the plugin configuration. With "CP1251" it shows up as specified by yourself: 
"Трек 2".

See here: http://www.totaalsoftware.com/products/all-products/4-mp3-browser

Let me know if there's anything else.

Original comment by sanderverh on 12 Aug 2014 at 4:02

bizmarks commented 8 years ago

I tried changing that setting but didn't do anything for me. Try changing the encoding in /etc/httpd/httpd.conf by commenting utf8 encoding, then restart your server. You may also change .htaccess instead. A quick Google search will tell you the exact procedure.