im85288 / service.upnext

GNU General Public License v2.0
81 stars 42 forks source link

(Question) #235

Closed unkn0wn234 closed 3 years ago

unkn0wn234 commented 3 years ago

Hi im playing around with the .xml, and ive managed to change the blue backgrounds of the buttons to Red, but I cant seem to figure out how to change the pink countdown text would u mind pointing me to where that is? in Upnext-upnext, (Fancy).

dagwieers commented 3 years ago

The easiest way to find this is by checking the string-id of the message you are seeing from the translations.

https://github.com/im85288/service.upnext/blob/1e5a8813cd33a7d46af5f2f838fb572358faf303/resources/language/resource.language.en_gb/strings.po#L57-L59

Then find that ID inside of the skin. https://github.com/im85288/service.upnext/blob/1e5a8813cd33a7d46af5f2f838fb572358faf303/resources/skins/default/1080i/script-upnext-upnext.xml#L93-L102

dagwieers commented 3 years ago

I assume this answers your question, if not, let me know.

unkn0wn234 commented 3 years ago

I assume this answers your question, if not, let me know.

THanks it did