Re: [linux-minidisc] First patch for write support on HiMD available
----- Originale Nachricht -----
>On Mar 15, 2011, at 10:51 PM, manner.moe@gmx.de wrote:
>> ----- Originale Nachricht -----
>>
>>
>>> not fixed yet:
>>
>>> - links to string table (title, artist, album) are not set correctly?
>>> title is stored at index 01 (0x40010) of string table but is shown as
>>> "unknown title" in himddump, artist and album are not set.
>>
>> O.K., encoding is not set in the string table.
>> By setting encoding (first byte of string field) the title will be shown
>> correctly.
>Awesome :D. And, does it play on the RH1?
Not yet, i think the codec specific infornation bytes are not set correctly.
Maybe someone can help my finding the correct values for my track (mpeg1
layer3, stereo, 128kb/s@44k1Hz).
The code for setting encoding byte looks fine, i don´t know what´s going
wrong there.
I changed this byte manually for testing.
Thomas