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

2010-03-09 Thread Sameer Naik
Hi,
I reported a bug the packaging of faad2-devel at rpmfusions bugzilla here:
http://bugzilla.rpmfusion.org/show_bug.cgi?id=1112

This is what they say:
I'll take a more detailed look at this later, but AFAIR this is not a public
header and thus should not be installed. mpd should be fixed to use libmp4v2
(if it doesn't already) and whatever public API is available. See also
http://bugzilla.livna.org/show_bug.cgi?id=1040#c19


You may want to take a look into it.

Regards
~Sameer

On Mon, Mar 8, 2010 at 10:39 PM, Sameer Naik
sameer.subscripti...@damagehead.com wrote:
 Finally some action! This is perfect.

 It appears that the faad2-devel rpm package for fedora 12 does not
 install the mp4ff.h header file. Heading to redhat's bugzilla

 Thanks for all the help,
 Regards
 ~Sameer


 On Mon, Mar 8, 2010 at 2:22 AM, Sameer Naik
 sameer.subscripti...@damagehead.com wrote:
 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


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


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

2010-03-01 Thread Sameer Naik
Hello,

I hope you had the chance to download the file mentioned my earlier mail.
I would be deleting it from the server for obvious reasons.

Regards
~Sameer

On Fri, Feb 26, 2010 at 1:00 AM, 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
    album           : Backspacer
    genre           : Rock
    track           : 11
    year            : 2009-09
 --OUTPUT END

 ffplay does not display any artist, but instead prints the author,
 which is what mpd is probably picking on.
 Hope this helps...

 Regards
 ~Sameer

 On Thu, Feb 25, 2010 at 11:19 PM, Max Kellermann m...@duempel.org wrote:
 On 2010/02/24 15:13, Sameer Naik sameer.subscripti...@damagehead.com wrote:
 Hi,
 I am using mpd-0.15.8-1.fc12.i686 installed via rpms on an fedora 12 
 machine.

 Most of my music collection is in the .m4a format (encoded in iTunes)
 and tagged using the picard tagger.

 What kind of m4a is this?  ALAC or AAC?

 Can you send me a demo file, please?

 It appears that mpd is reading the Composer tag in the tag as the
 Artist. For example, for a particular file the tag reads :
 http://web6.twitpic.com/img/68993695-66bb9631dd0dbc57b0139cc8a6d9bd61.4b8530b5-scaled.png
 (screenshot of amarok displaying the file info)

 for the same file, the mpd.db database entry reads :
 http://web1.twitpic.com/img/68994723-504bd2387c4e9f92352779623126d1b9.4b8531ed-full.png

 Empty page on these URLs.



--
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-02-25 Thread Sameer Naik
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
album   : Backspacer
genre   : Rock
track   : 11
year: 2009-09
--OUTPUT END

ffplay does not display any artist, but instead prints the author,
which is what mpd is probably picking on.
Hope this helps...

Regards
~Sameer

On Thu, Feb 25, 2010 at 11:19 PM, Max Kellermann m...@duempel.org wrote:
 On 2010/02/24 15:13, Sameer Naik sameer.subscripti...@damagehead.com wrote:
 Hi,
 I am using mpd-0.15.8-1.fc12.i686 installed via rpms on an fedora 12 machine.

 Most of my music collection is in the .m4a format (encoded in iTunes)
 and tagged using the picard tagger.

 What kind of m4a is this?  ALAC or AAC?

 Can you send me a demo file, please?

 It appears that mpd is reading the Composer tag in the tag as the
 Artist. For example, for a particular file the tag reads :
 http://web6.twitpic.com/img/68993695-66bb9631dd0dbc57b0139cc8a6d9bd61.4b8530b5-scaled.png
 (screenshot of amarok displaying the file info)

 for the same file, the mpd.db database entry reads :
 http://web1.twitpic.com/img/68994723-504bd2387c4e9f92352779623126d1b9.4b8531ed-full.png

 Empty page on these URLs.


--
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-02-25 Thread Max Kellermann
On 2010/02/24 15:13, Sameer Naik sameer.subscripti...@damagehead.com wrote:
 Hi,
 I am using mpd-0.15.8-1.fc12.i686 installed via rpms on an fedora 12 machine.
 
 Most of my music collection is in the .m4a format (encoded in iTunes)
 and tagged using the picard tagger.

What kind of m4a is this?  ALAC or AAC?

Can you send me a demo file, please?

 It appears that mpd is reading the Composer tag in the tag as the
 Artist. For example, for a particular file the tag reads :
 http://web6.twitpic.com/img/68993695-66bb9631dd0dbc57b0139cc8a6d9bd61.4b8530b5-scaled.png
 (screenshot of amarok displaying the file info)
 
 for the same file, the mpd.db database entry reads :
 http://web1.twitpic.com/img/68994723-504bd2387c4e9f92352779623126d1b9.4b8531ed-full.png

Empty page on these URLs.

--
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