-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audio flags are not shown #107
Comments
Codec flag should still be there. I shuffled around some of the things to be able to make it look like this: http://youtu.be/fkG2FkfmPyA This will result in somewhat empty screen if there is no recordlabel flag and artist logo available, but imo still looks good. Obviously without the codec flag it looks too empty and that is not the intention. Could you check the codec flag in that file, maybe the flag is just missing. |
Ah ok, so you made room for other things. I have mostly music of unknown artists and record labels, hence the emptiness ;) I have mostly FLAC files. Also the case for the one in the screenshot. So, maybe it's just flac that's not working. I am not sure what you mean with checking the codec flag "in the file"? Do you mean to query XBMC somehow to find out what it thinks it is? |
My flac files do show the codec flag. Yeah I mean to find out what codec is used by xbmc. To find out: |
All right. So it says: Audio codec: FLAC. |
I found this close to the time I started playing in the logs:
|
That is an unrelated error (was from the home widget) and it's normal that it tries to load fanart.jpg. |
Then it's the same for mp3, it also states: Audio codec: MP3, and possible more (vorbis?) |
Fixed in 4155ed6 |
Ok. Yes, that was the fix. Cheers! |
Hey again,
Thanks for the quick fix earlier and for this amazing skin!
Since about 445c6f8, I have not seen the audio flags (year, codec type, etc.) in the MusicOSD in fullscreen mode. This results in a gap to the left and right next of the rating.
See also this screenshot.
I also remember the frequency, bitrate and number of channels being positioned next to the other audio flags, but they have now moved under the (elapsed) time. Is this an intentional move, is it a fallback, or am I just remembering incorrectly? :)
The text was updated successfully, but these errors were encountered: