If I do any change to the Titan skin file "PlayingNow.SimpleBody.xml" the whole Playing Now window is not loaded anymore.Only change skin file or turn on CDArt, then instead of vinyl there will be a CD.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<controls>
<theme>
<version>1.4.0.0</version>
<author>horned_reaper</author>
</theme>
</controls>
If only these changes, then everything should be fine, you can see there are some other changes that interfere.E. g. to display the Title not in uppercase:
Before:
<label>#(string.toupper(#Play.Current.Title))</label>
After:
<label>#Play.Current.Title</label>
Thanks, I’ll update in the evening ...You made it!!! The issue has been fixed! Well done! Thank you very much!
I think you can remove the debug code now.
This is just a comment on how it was and how it became, you could simply delete it. But suddenly it will be necessary to return it as it was before, then there is no need to remember how it was ...I'm curious. Why is this required to accept the modification?
It is necessary to redo the procedure for sampling fanart ...Is it possible to do the duplicate check also on disabled Fanarts to prevent that a disabled Fanart is shown again?
Do not understand. If this option is enabled, then at each start it will check for the presence of files and if there are none, it will clean the database. Scanning for new ones (Scrape) occurs at every start, but not for everyone, they scanned it, if they found it, well, no, we checked it and the next time the search will be in a week (if the memory fails).When is the Initial Scrape done? Is it done on each MediaPortal start?