Re: [Musicpd-dev-team] MPD reads Artist Tag Incorrectly (could be a bug).

2010-03-07 Thread Max Kellermann
On 2010/02/25 20:30, Sameer Naik sameer.subscripti...@damagehead.com wrote:
 Hi,
 You can find a test file here
 http://download.damagehead.com/samples/11%20The%20End.m4a.
 The m4a file is AAC.
 Through my investigation i figured that mpd uses ffmpeg to read tags
 (atleast in this case), so i decided to find out what sort of tags
 ffplay dumps and heres what is says:
 
 --OUTPUT START
   Metadata
 major_brand : M4A
 minor_version   : 0
 compatible_brands: M4A mp42isom
 title   : The End
 author  : Eddie Vedder

When libavformat says author, it really means artist.  Sometimes.
The meaning of these tag names has changed, and for me it's difficult
to keep up, because there is so little documentation of ffmpeg.

The mp4 plugin gets this right, by the way.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


Re: [Musicpd-dev-team] MPD reads Artist Tag Incorrectly (could be a bug).

2010-03-07 Thread Sameer Naik
Oops sorry, seems like i had to specify the PKG_CONFIG_PATH.
Expected it to look in /usr/lib/pkgconfig by default.

Anyways, i try this out and get back to you with the results.

Thanks
~Sameer

On Mon, Mar 8, 2010 at 1:57 AM, Sameer Naik
sameer.subscripti...@damagehead.com wrote:
 I currently have mpd installed via fedora rpms, i think it is compiled
 to use ffmpeg, I am trying to compile mpd disabling ffmpeg and
 enabling the other plugins. However i am getting this message
 configure: error: glib-2.6 is required, i currently have
 glib2-2.22.4-2.fc12.i686 installed on my system, would this work, if i
 make changes to the configure script

 I could still compile glib2-2.6 and link it statically against mpd.

 Regards
 ~Sameer

 On Sun, Mar 7, 2010 at 11:54 PM, Max Kellermann m...@duempel.org wrote:
 On 2010/02/25 20:30, Sameer Naik sameer.subscripti...@damagehead.com wrote:
 Hi,
 You can find a test file here
 http://download.damagehead.com/samples/11%20The%20End.m4a.
 The m4a file is AAC.
 Through my investigation i figured that mpd uses ffmpeg to read tags
 (atleast in this case), so i decided to find out what sort of tags
 ffplay dumps and heres what is says:

 --OUTPUT START
   Metadata
     major_brand     : M4A
     minor_version   : 0
     compatible_brands: M4A mp42isom
     title           : The End
     author          : Eddie Vedder

 When libavformat says author, it really means artist.  Sometimes.
 The meaning of these tag names has changed, and for me it's difficult
 to keep up, because there is so little documentation of ffmpeg.

 The mp4 plugin gets this right, by the way.



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


Re: [Musicpd-dev-team] MPD reads Artist Tag Incorrectly (could be a bug).

2010-03-07 Thread Sameer Naik
I currently have mpd installed via fedora rpms, i think it is compiled
to use ffmpeg, I am trying to compile mpd disabling ffmpeg and
enabling the other plugins. However i am getting this message
configure: error: glib-2.6 is required, i currently have
glib2-2.22.4-2.fc12.i686 installed on my system, would this work, if i
make changes to the configure script

I could still compile glib2-2.6 and link it statically against mpd.

Regards
~Sameer

On Sun, Mar 7, 2010 at 11:54 PM, Max Kellermann m...@duempel.org wrote:
 On 2010/02/25 20:30, Sameer Naik sameer.subscripti...@damagehead.com wrote:
 Hi,
 You can find a test file here
 http://download.damagehead.com/samples/11%20The%20End.m4a.
 The m4a file is AAC.
 Through my investigation i figured that mpd uses ffmpeg to read tags
 (atleast in this case), so i decided to find out what sort of tags
 ffplay dumps and heres what is says:

 --OUTPUT START
   Metadata
     major_brand     : M4A
     minor_version   : 0
     compatible_brands: M4A mp42isom
     title           : The End
     author          : Eddie Vedder

 When libavformat says author, it really means artist.  Sometimes.
 The meaning of these tag names has changed, and for me it's difficult
 to keep up, because there is so little documentation of ffmpeg.

 The mp4 plugin gets this right, by the way.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


Re: [Musicpd-dev-team] MPD reads Artist Tag Incorrectly (could be a bug).

2010-03-07 Thread Sameer Naik
Looks like im stuck at enabling mp4 support, cant find libmp4ff. Any pointers?
Regards
~Sameer

On Mon, Mar 8, 2010 at 2:01 AM, Sameer Naik
sameer.subscripti...@damagehead.com wrote:
 Oops sorry, seems like i had to specify the PKG_CONFIG_PATH.
 Expected it to look in /usr/lib/pkgconfig by default.

 Anyways, i try this out and get back to you with the results.

 Thanks
 ~Sameer

 On Mon, Mar 8, 2010 at 1:57 AM, Sameer Naik
 sameer.subscripti...@damagehead.com wrote:
 I currently have mpd installed via fedora rpms, i think it is compiled
 to use ffmpeg, I am trying to compile mpd disabling ffmpeg and
 enabling the other plugins. However i am getting this message
 configure: error: glib-2.6 is required, i currently have
 glib2-2.22.4-2.fc12.i686 installed on my system, would this work, if i
 make changes to the configure script

 I could still compile glib2-2.6 and link it statically against mpd.

 Regards
 ~Sameer

 On Sun, Mar 7, 2010 at 11:54 PM, Max Kellermann m...@duempel.org wrote:
 On 2010/02/25 20:30, Sameer Naik sameer.subscripti...@damagehead.com 
 wrote:
 Hi,
 You can find a test file here
 http://download.damagehead.com/samples/11%20The%20End.m4a.
 The m4a file is AAC.
 Through my investigation i figured that mpd uses ffmpeg to read tags
 (atleast in this case), so i decided to find out what sort of tags
 ffplay dumps and heres what is says:

 --OUTPUT START
   Metadata
     major_brand     : M4A
     minor_version   : 0
     compatible_brands: M4A mp42isom
     title           : The End
     author          : Eddie Vedder

 When libavformat says author, it really means artist.  Sometimes.
 The meaning of these tag names has changed, and for me it's difficult
 to keep up, because there is so little documentation of ffmpeg.

 The mp4 plugin gets this right, by the way.




--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team