Status Update
Comments
as...@google.com <as...@google.com> #2
I get this too. HTC Desire + FroYo
gr...@gmail.com <gr...@gmail.com> #3
Verified - not reading Artist info in WMA ID3 tags. Research indicates issue exists across Froyo implementation, not specific to any model phone.
bu...@gmail.com <bu...@gmail.com> #4
Also appears to affect AAC files.
sc...@gmail.com <sc...@gmail.com> #5
It is also affecting most, but not all, of my MP3 files. I'm getting "unknown artist," "unknown year," "unknown disc number" and "unknown track number" on the files affected. It appears to be affecting files in odd random ways, ie., I have the tag info for the first track of one album, but not the rest and the first 2 of another. There is also an issue with track duration reporting. Tracks are being reported with lengths of 20~30+ minutes.
jo...@gmail.com <jo...@gmail.com> #7
Ok, whats up with this case. Sorry, but this servich is much worster then the HTC support. Now i have an unbranded desire and have to convert 7 GB wma files to mp3? So please, give us a fix for that or a reaction. Then we kow that you trying to fix this problem
ko...@gmail.com <ko...@gmail.com>
zi...@cloudware360.com.pe <zi...@cloudware360.com.pe> #8
Same problem on HTC Evo 4G 2.2 both stock and FreshMod. WMA files with ID3 tags don't show up correctly in either HTC music (stock) or DoubleTwist. WMA9 files don't play at all (though they never did). Ogg and MP3 seem fine, ogg tags show up correctly.
Guess I'll transcode all to ogg until a fix is available.
Guess I'll transcode all to ogg until a fix is available.
he...@gmail.com <he...@gmail.com> #9
How could this have happened? No one thought to check if there would be issues with any of the major music file types? Those working on the Android OS have done great things, but this is a real bummer.
zi...@cloudware360.com.pe <zi...@cloudware360.com.pe> #10
Same problem on my Droid Incredible with 2.2--happens with the HTC music player as well as Mixzing, a 3rd party player. However, Mortplayer does include the correct ID3 information, so I would suggest that program for accurate track reporting.
If the big brains at Google can correct this problem, can you also make it so that the tracks are listed in track order, not alphabetical order? I'd say 99.999% of the population prefer to listen to their albums in the order that the artist intended!
If the big brains at Google can correct this problem, can you also make it so that the tracks are listed in track order, not alphabetical order? I'd say 99.999% of the population prefer to listen to their albums in the order that the artist intended!
ar...@trbls.com <ar...@trbls.com> #11
Come in guys, without htis feature, the player is for me nearly useless. I buy my music in wma and dont wont to have a double workload while converting the files into mp3.
ba...@gmail.com <ba...@gmail.com> #12
I have the same issue - however i had the problem previously (2.1) too. I have checked and triple checked - all the tags are present and correct. All my music is WMA. Synced from WMP12 - or copied directly to SD - makes no difference... HTC Desire.
[Deleted User] <[Deleted User]> #13
I am also experiencing this on htc droid incredible with froyo. Everything works fine for mp3 files. But with wma files, the songs always get placed in the "Unknown artist" section. I also verified that the wma files (on the phone memory) have the artist metadata correct.
sc...@menta.com <sc...@menta.com> #14
I can't imagine this would be terribly difficult to fix. The HTC Music player has lost the ability to play .wav files from our Cisco phone system and does not recognize tags correctly.
br...@gmail.com <br...@gmail.com> #15
Android 2.2 won't recognize tags in WMA files. please fix!!
ek...@google.com <ek...@google.com>
la...@gmail.com <la...@gmail.com> #16
Same problem with unrecognised tags in WMA files: 'Unknown Artist' appears in music player after Froyo update on HTC Desire. Works fine otherwise.
bi...@gmail.com <bi...@gmail.com> #17
I have the same problem with unrecogised wma tags. I received an Android system patch a couple of days ago but it hasn't fixed it
ch...@flyweight.io <ch...@flyweight.io> #18
For those of us with HTC phones, please submit a ticket to HTC as well. I called their support and they acted like they had no idea of this issue.
jr...@redhat.com <jr...@redhat.com> #19
Phoned HTC and they said send my phone back and they will reinstall all the software. I am doubtful it will fix it. But they said it might just be due to the download having a hiccup mid process.
Is this common to all HTCs on Android 2.2? If so I definately dont think it will work (plus it seems to be on other phones too)
Is this common to all HTCs on Android 2.2? If so I definately dont think it will work (plus it seems to be on other phones too)
ma...@testijad.ee <ma...@testijad.ee> #20
That's interesting. When I submitted a ticket to HTC online their second level response told me to convert all my music to mp3. Worthless
jo...@orpinel.com <jo...@orpinel.com> #21
I have also got this problem since upgrading to 2.2 on my HTC desire. None of my wma files display artist information despite having been fine before the update. The files are not corrupt as loading them back onto my PC shows them to be fine. I had no problems during my update process and would be very surprised if this could be caused by such a thing anyway.
pa...@gmail.com <pa...@gmail.com> #22
Same issue here. All WMA files are listed as "unknown artist". When can we expect a fix for this as surely Google/HTC or whatever manufacturer don't think it's acceptable for this not to work properly.
Description
1. Define a custom function that uses data passed in from the parameters, as well as data from some other source (such as global configuration data living on a different sheet).
2. Use that function somewhere.
3. Change the data from the other source.
What is the expected output? What do you see instead?
I expect to see the custom function recalculated. If I change the contents of a cell referenced by the function, it is recalculated and displays the correct results. If I change the cell *back* to its original value, the *old* calculation is used, and is not recalculated.
On which browser & OS? Firefox 7.0.1 on Linux (Ubuntu 11.10).
Please provide any additional information below.
You can find an example spreadsheet here:
There are two issues here. Ideally, there should be a way to force a recalculation, since it's not possible to automatically determine programmatically whether a recalculation is necessary. However, if that's deemed unworkable, then at the very least, a change in a cell referred to by a function should unconditionally be recalculated, even if there's already a cached return value available.