ID3v1 encoding

Vladimir
Vladimir
Offline
0
can i change encoding ID3v1 or esle to windows-1251, i think it will help me to recognise russian mp3 files.
Responses (14)
  • Accepted Answer

    Tuesday, September 18 2012, 02:57 PM - #Permalink
    0
    hello! I'm afraid I missed your email.. (or I didn't receive!). can you send again?
    I'm going to take a look at my archive inbox...! :) sorry about this!
    The reply is currently minimized Show
  • Accepted Answer

    Vladimir
    Vladimir
    Offline
    Tuesday, September 18 2012, 02:55 PM - #Permalink
    0
    Can u fix It, i will buy license again for other site...
    The reply is currently minimized Show
  • Accepted Answer

    Vladimir
    Vladimir
    Offline
    Tuesday, August 14 2012, 11:00 PM - #Permalink
    0
    i send acces to your email
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, August 14 2012, 03:06 PM - #Permalink
    0
    this is strange... could you give me access to the site so I can check it?
    The reply is currently minimized Show
  • Accepted Answer

    Vladimir
    Vladimir
    Offline
    Tuesday, August 14 2012, 03:48 AM - #Permalink
    0
    i think, i just need fix for automatic creation classification name for artists...
    The reply is currently minimized Show
  • Accepted Answer

    Vladimir
    Vladimir
    Offline
    Monday, August 13 2012, 06:53 PM - #Permalink
    0
    i go to admin panel > Artist Manager > open artist

    which is created automatically when upload mp3 file, rename Classification name russian to english and then is ok... link working

    i'm using single upload, album is ok...
    The reply is currently minimized Show
  • Accepted Answer

    Monday, August 13 2012, 02:38 PM - #Permalink
    0
    what you mean..? where do you rename it?
    The reply is currently minimized Show
  • Accepted Answer

    Vladimir
    Vladimir
    Offline
    Monday, August 13 2012, 01:35 PM - #Permalink
    0
    all working when i rename artist Classification name: to eng...
    The reply is currently minimized Show
  • Accepted Answer

    Monday, August 13 2012, 11:33 AM - #Permalink
    0
    only classification name?

    the links work oK?
    The reply is currently minimized Show
  • Accepted Answer

    Vladimir
    Vladimir
    Offline
    Saturday, August 11 2012, 11:59 PM - #Permalink
    0
    problem with Classification name: is empty when i upload...
    The reply is currently minimized Show
  • Accepted Answer

    Vladimir
    Vladimir
    Offline
    Saturday, August 11 2012, 11:41 PM - #Permalink
    0
    can u pls help me, and test this mp3

    cult-portal.ru/mp3/1.mp3
    cult-portal.ru/mp3/2.mp3
    cult-portal.ru/mp3/3.mp3
    cult-portal.ru/mp3/4.mp3

    with this fix, they upload well... but when i click link is empty, all ok in admin panel...
    The reply is currently minimized Show
  • Accepted Answer

    Vladimir
    Vladimir
    Offline
    Saturday, August 11 2012, 11:31 PM - #Permalink
    0
    i change in module.tag.id3v2.php



    static $TextEncodingNameLookup = array(
    0 => 'ISO-8859-1', // $00 ISO-8859-1. Terminated with $00.
    1 => 'UTF-16', // $01 UTF-16 encoded Unicode with BOM. All strings in the same frame SHALL have the same byteorder. Terminated with $00 00.
    2 => 'UTF-16BE', // $02 UTF-16BE encoded Unicode without BOM. Terminated with $00 00.
    3 => 'UTF-8', // $03 UTF-8 encoded Unicode. Terminated with $00.
    255 => 'UTF-16BE'
    );
    return (isset($TextEncodingNameLookup[$encoding]) ? $TextEncodingNameLookup[$encoding] : 'ISO-8859-1');
    }


    to this


    static $TextEncodingNameLookup = array(
    0 => 'windows-1251', // $00 ISO-8859-1. Terminated with $00.
    1 => 'UTF-16', // $01 UTF-16 encoded Unicode with BOM. All strings in the same frame SHALL have the same byteorder. Terminated with $00 00.
    2 => 'UTF-16BE', // $02 UTF-16BE encoded Unicode without BOM. Terminated with $00 00.
    3 => 'UTF-8', // $03 UTF-8 encoded Unicode. Terminated with $00.
    255 => 'UTF-16BE'
    );
    return (isset($TextEncodingNameLookup[$encoding]) ? $TextEncodingNameLookup[$encoding] : 'windows-1251');
    }


    and magic my mp3 tags files upload well...

    but links are dead(
    The reply is currently minimized Show
  • Accepted Answer

    Vladimir
    Vladimir
    Offline
    Saturday, August 11 2012, 10:40 PM - #Permalink
    0
    i'm sorry, but it can be default worked with, utf-8 or iso-8859-1 or windows-1251...

    the question of what default of it, and can it be changed to, CP1251?
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, August 11 2012, 05:52 PM - #Permalink
    0
    music collection will recognize id3v1, id3v2 and iTunes encoding (quicktime tags)...
    The reply is currently minimized Show
Your Reply