Normal
Yes the age-old argument of backward compatibility and did not mention it for brevity. No there are no configurable options. I can understand the desire to have one but I was trying to make it as small a change as possible.Before this solutions, I tried to add the count in another column so as not to make the date disappear (using Label3 instead of Label2), that way it would have been just an additional feature on top of something they already had. It did end up showing but showed on the line below and clobbered the icon of the line below. Then when you move the cursor down the icon appeared with the number superimposed.I tried messing with the skin file and had no success. I did find one other screen that used Label3 but it was on a different line. If that is possible, could someone point me in the right direction? Ideally, it would be nice if it could be something that was placed in the skin but I'm not sure if that's possible because I'm not that familiar with creating and modifying skins. I am only suggesting using existing skin C# code.Edit: In regards to recorded radio after a second look, it turns out I was looking in the wrong place. The code is part of the TVPlugin.dll not the other place connected with music. Whatever solution is for recorded TV should be a similar solution to the recorded radio code if the feature is implemented. Make the modification to the recorded radio section in the same manner would have the same backward compatibility issue.
Yes the age-old argument of backward compatibility and did not mention it for brevity. No there are no configurable options. I can understand the desire to have one but I was trying to make it as small a change as possible.
Before this solutions, I tried to add the count in another column so as not to make the date disappear (using Label3 instead of Label2), that way it would have been just an additional feature on top of something they already had. It did end up showing but showed on the line below and clobbered the icon of the line below. Then when you move the cursor down the icon appeared with the number superimposed.
I tried messing with the skin file and had no success. I did find one other screen that used Label3 but it was on a different line. If that is possible, could someone point me in the right direction? Ideally, it would be nice if it could be something that was placed in the skin but I'm not sure if that's possible because I'm not that familiar with creating and modifying skins. I am only suggesting using existing skin C# code.
Edit: In regards to recorded radio after a second look, it turns out I was looking in the wrong place. The code is part of the TVPlugin.dll not the other place connected with music. Whatever solution is for recorded TV should be a similar solution to the recorded radio code if the feature is implemented. Make the modification to the recorded radio section in the same manner would have the same backward compatibility issue.