Track not written in 1.7.8-b3

Track not written in 1.7.8-b3

Postby nnhubbard » Tue Dec 30, 2008 10:42 pm

I have having troubles writing a track number back to an mp3 file. All other fields work fine, but track just won't take. I am using 1.7.8-b3 and have followed the simple write demo.

Does anyone know how to get around this problem? Does it have anything to do with the ID3 version?

I get the following errors:

Code: Select all
WriteID3v2() failed with message(s):
Invalid Text Encoding in TITLE (D) for ID3v2.3
$this->GenerateID3v2FrameData() failed for "TITLE"
$this->GenerateID3v2Tag() failed


I used:

Code: Select all
$format = 'UTF-8';
$id3->setOption(array('encoding'=>$format));
$tagwriter->tag_encoding = $format;
nnhubbard
User
 
Posts: 22
Joined: Fri Dec 19, 2008 12:20 am

Re: Track not written in 1.7.8-b3

Postby nnhubbard » Wed Dec 31, 2008 4:21 pm

I am also now getting another error:

Code: Select all
PHP Notice
File:   /usr/bin/getid3/write.id3v1.php   Line:   30
Message:   Undefined variable: ThisFileInfo


Why would there be an undefined var?
nnhubbard
User
 
Posts: 22
Joined: Fri Dec 19, 2008 12:20 am

Re: Track not written in 1.7.8-b3

Postby nnhubbard » Wed Dec 31, 2008 7:51 pm

Has anyone been able to write a track number? Even the write.demo won't work.

Is anyone else experiencing this?

PHP 5.2.0
nnhubbard
User
 
Posts: 22
Joined: Fri Dec 19, 2008 12:20 am


Return to Support 1.x (writing functions)

Who is online

Users browsing this forum: No registered users and 0 guests

cron