Infeasible
Status Update
Comments
ro...@gmail.com <ro...@gmail.com> #2
Long overdue functionality that would help Android catch up.
m....@gmail.com <m....@gmail.com> #3
LONG LONG LONG overdue.
m....@gmail.com <m....@gmail.com> #4
Can't wait, please support this function..
m....@gmail.com <m....@gmail.com> #5
This is really needed! Please add this soon!
m....@gmail.com <m....@gmail.com> #6
I would like it too.
sy...@altran.com <sy...@altran.com> #7
ID3v2.2 uses the ULT tag, while ID3v2.3 uses the USLT ID3 tag to store lyrics embedded in an MP3.
Hopefully Android will implement a robust system can display lyrics from either ID3 version.
Hopefully Android will implement a robust system can display lyrics from either ID3 version.
m....@gmail.com <m....@gmail.com> #8
this must be done asap.
bu...@gmail.com <bu...@gmail.com> #9
Has anyone successfully ported Jaudiotagger to Android? That would be one solution.
bu...@gmail.com <bu...@gmail.com> #10
#8 Jaudiotagger works in Android 'out of the box'.
I added lyrics support for Apollo, CyanogenMod's default audio player using that library, and works fine:http://review.cyanogenmod.com/#/c/20056/
Anyway, it would be better and easier if Android provided access to 'lyrics' in the MediaProvider.
I added lyrics support for Apollo, CyanogenMod's default audio player using that library, and works fine:
Anyway, it would be better and easier if Android provided access to 'lyrics' in the MediaProvider.
mi...@gmail.com <mi...@gmail.com> #11
@rafagames92
I saw the linked page is for ICS branch. You imported Jaudiotagger without any problems? Perhaps the problems I had were related to Froyo, which doesn't have as complete of a Java system as the newer ICS?
I saw the linked page is for ICS branch. You imported Jaudiotagger without any problems? Perhaps the problems I had were related to Froyo, which doesn't have as complete of a Java system as the newer ICS?
m....@gmail.com <m....@gmail.com> #12
Yes. Please add this soon!
he...@gmail.com <he...@gmail.com> #13
I would like it too.
ar...@gmail.com <ar...@gmail.com> #14
i'm really looking forward for this feature! it's a little shame if android phones cannot display embedded lyrics, especially the high-end ones when they are compared to other brands :)
ru...@gmail.com <ru...@gmail.com> #15
I'm really lookng ford to see this feature on android phones! Without this function android will have hard to call better than I.os media play features.
va...@gmail.com <va...@gmail.com> #16
Please add this soon
[Deleted User] <[Deleted User]> #17
This would be a great idea , it would just make android better .
ps...@gmail.com <ps...@gmail.com> #18
I I want this,please add
be...@gmail.com <be...@gmail.com> #19
Yes, I need this so that podcasts from ChinesePod can show their lyrics. Thanks!
gv...@gmail.com <gv...@gmail.com> #20
cannot believe this feature is missing in adroid
sc...@gmail.com <sc...@gmail.com> #21
Get this approved google...
ta...@gmail.com <ta...@gmail.com> #22
Cmon google iOS 3 had this feature!
ri...@gmail.com <ri...@gmail.com> #23
This missing feature is the only thnig that prevents me from buying an Android handset.... ANy chance you're implementing it?
fa...@gmail.com <fa...@gmail.com> #24
I am thinking of switching from iPhone to Android phone, and I am frankly staggered to find that no Android music player supports the showing of embedded lyrics. This needs to be done NOW!
ey...@gmail.com <ey...@gmail.com> #25
#22 and #23, in the link I put in #8 there is an apk with a modified version of Apollo music player with lyric support. While they add it to the official application, you can use it with no problem.
jo...@gmail.com <jo...@gmail.com> #26
Thanks @rafagames92. I'll give that a try when I get my new phone.
mi...@benesty.fr <mi...@benesty.fr> #27
@rafagames92: I've downloaded Apollo from that site, installed using Astro, and yet don't see how to see lyrics on an mp3 which I know has lyrics. I didn't have a previous version of Apollo installed as this is a new phone. Any idea? Is there a setting I'm missing?
[Deleted User] <[Deleted User]> #28
Ah, I found that on the screen for the album with the album image huge, I have to tap the screen on the image and it appears. Cool!
wh...@gmail.com <wh...@gmail.com> #29
@rafagames92, I tried out your apk from post #9 and tapping on the album art for a song that has SYLT lyrics nothing happens.
Does your patched version only support USLT? Would it be possible to add support for scrolling SYLT lyrics as well?
Does your patched version only support USLT? Would it be possible to add support for scrolling SYLT lyrics as well?
Description
1.5 R1
Steps to reproduce the problem:
1) create a layout file containing a linear layout, set layout width to
fill_parent
2) include that layout in another layout using:
<include layout="@layout/custom_layout" android:layout_width="wrap_content" />
3) see how the included linear layout still fills its parent
I tested this with various layouts and various layout parameters, all are
ignored by the include tag (i.e. overriding layout params has no effect).