They are now. that's amazing, thank you.
I just don't understand all this advanced stuff MC can do. Its beyond me. I'd love to know, but just have a mental block with script, code etc and it just all seems like math, and a wall of fog appears in my brain.
There is always more to discover with MC.
Glad it's working for you.
I find that
Media Center's Expression Language is
relatively easy to learn as far as "coding" goes if you have a clear idea of what you're trying to achieve.
That code is basically saying:
If the Media Sub Type is Audiobook,
and the bookmark percentage is in the range of 10-90%,
then color the name red.
If the playback range is outside 10-90% or it is not an audiobook, display the name as normal.
The most complex bit is the second line that calculates the bookmark percentage, which was borrowed from
this post by Glynor.
Even that isn't
so complex when you break it down, it was just quicker to copy & paste his code than figure it out myself.
That's okay. In most cases, you don't need it to use MC well. And, if you want to do something a bit fancy, you can always ask here and someone will usually come along and give you something you can copy/paste into it to get close.
Yes, if it had not been for the help from you, MrC, and many other posters here, I wouldn't have a clue about the Expression Language either.
That's why I try to pay it forward by helping other users on here.
I even pop up and ask for help from time to time. Regular Expressions make my eyes bleed.
(MrC I miss you!)
Yep.