Hello all,
I put some additional information into each of my MP3 files, like album year and genre info, using a MP3 ID tag editor.
netjuke has (table "album") two fields that are supposed to store exactly this information but unfortunately does not (seem to) read in the ID tag content.
Is there any way to do this? It probably could help me if I knew in which PHP script the MP3 content is being read.
Thy,
Nils
ID tag info
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: ID tag info
update.php reads al information.nils wrote:It probably could help me if I knew in which PHP script the MP3 content is being read.
In short the RecursiveScan() function scans the directory structure and runs FileStructure() to get the directory/filestructure and also the images.
After that FileInfo() will run to retrieve the filesize, playtime, etc for files where the filemtime hasn't changed.
I think that this would be the place to read the ID tags.
Just noticed itunes sux it creates his own database besides the id3 info.
there is an option in itunes to convert data to id3, from 1.0 to 2.4, but when i use it, and check it out with an id3 reader (multi id3 tag
editor), only the 1.0 and 1.1 seem to work. the 2.2/3/4 dont show any information.... the 1.0 seems to have alot of constraints like max. characters... and prob. not images in it?
there is an option in itunes to convert data to id3, from 1.0 to 2.4, but when i use it, and check it out with an id3 reader (multi id3 tag
editor), only the 1.0 and 1.1 seem to work. the 2.2/3/4 dont show any information.... the 1.0 seems to have alot of constraints like max. characters... and prob. not images in it?
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
netjukebox 4.00 doesn't read embedded PIC or APIC images form mp3 files.Elwin wrote:same problem here!
and how are the images stored, for example if i use itunes to add an image, is it in the id3 tag?
genre and images arnt used in netjukebox somehow
I think I will add it to netjukebox 4.01 again.
Mp3 without PIC or APIC images will be rescanned on every update.
Maybe it is a good idea to enable/disable embedded images in the config.inc.php file.
Last edited by wbartels on Tue Apr 03, 2007 1:17 pm, edited 1 time in total.