Music codec flagging support for Confluence

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
alanwww1 Offline
Team-XBMC Member
Posts: 1,299
Joined: Nov 2008
Reputation: 31
Location: Hungary
Post: #11
Hello Jezz !

I reworked all the things according to the advices came from you.

Now only in Visulalization Mode we have flags on the info window, under the rating stars,
with the same icon for mp3 we have for the videoflagging.

Check screenshots:
[Image: th_screenshot_mp3.jpg]

[Image: th_screenshot_wav.jpg]

I hope this time you like it.

If so i really hope this goes into Camelot final :-)

The package is in the updated FIRST POST.
http://forum.xbmc.org/attachment.php?att...1259876982

Here is the diff:

http://pastebin.com/f9cea85f

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
(This post was last modified: 2009-12-03 23:54 by alanwww1.)
find quote
alanwww1 Offline
Team-XBMC Member
Posts: 1,299
Joined: Nov 2008
Reputation: 31
Location: Hungary
Post: #12
Hello Jezz !

Can you give me some feedback if you liked the reworked Musicflagging. I think now it is really worth a check.

Thanks,

Alan

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,264
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #13
holy crap I never realized so many codecs Smile
Its better yes but its still not high on the list of thinsg to add. I will add it one day soon I promise

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #14
looking at your diff. at least for music flagging the substring always matches the filename (maybe video flagging also) do this with one control.


something like
PHP Code:
<control type="image">
  <
width>86</width>
  <
aspectratio>keep</aspectratio>
  <
texture>$INFO[musicplayer.codec,flagging/audio/music/,.png]</texture>
  <
visible>!IsEmpty(musicplayer.codec)</visible>
</
control

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,264
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #15
indeed since he pretty much has every codec image

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
find quote
alanwww1 Offline
Team-XBMC Member
Posts: 1,299
Joined: Nov 2008
Reputation: 31
Location: Hungary
Post: #16
Jezz_X Wrote:indeed since he pretty much has every codec image

Thanks for the feedback guys.

I tried to make it the with one line, but it caused me some problems on Linux systems with capital and not capital characters, Also this way we would need to have more image files for the various alterations.

If you could help me where i can find in the code ALL possible codec's spelling i can make it with one line.

For example flac is spelled with capped letters FLAC
Wavepack is spelled like this "WAVPack"

You see it is not obvious in many cases.

I thought it would be a nice thing to add in the stable release Nod

No chance for that at all ?

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Post Reply