Menu

MP3 Tag information swapped(SVN675)

Help
Mixx
2010-09-28
2013-04-25
  • Mixx

    Mixx - 2010-09-28

    I have a weird problem where the ID3 length and channe lcount info are incorrectly harvested into the sqllite database. They end up being swapped. The AV_DURATION column contains 2 on all tracks, and the A_CHANNELS count column has big numbers in it.

    The end result is that the tracks show up on Xbox360 with 0:00 lenght.

    Anyone else have similar problems?

     
  • Ulrich Völkel

    Ulrich Völkel - 2010-09-28

    You have a 32 bit system, right!?
    Can you please open the file include/fuppes_plugin.h in a text editor and add

    #ifdef HAVE_CONFIG_H
    #include <config.h>
    #endif

    at the beginning of the file and then rerun "make" and "make install"

    - Uli

     
  • Mixx

    Mixx - 2010-09-29

    You're right about the 32bit  and the fix worked thanks!
    Mikko

     

Log in to post a comment.