@paradadf said in cant add favorites with controller:
@jackalpret I meant something like this:
http://pastebin.com/dqerkbaA
But there are big chances I'm completely wrong XD
I brokes the theme
@jackalpret also your themes files must be in version 4
@voljega That's right, I forgot to say
I added these lines and doesnt work:
<text name="md_lbl_favorite"> <color>262626</color> <forceUppercase>1</forceUppercase> <fontPath>./data/ubuntu_condensed.ttf</fontPath> <fontSize>0.03</fontSize> <size>0.12 0.04</size> </text> <text name="md_favorite"> <color>262626</color> <forceUppercase>1</forceUppercase> <fontPath>./data/ubuntu_condensed.ttf</fontPath> <fontSize>0.03</fontSize> <size>0.12 0.04</size> </text>
and version 4 in the first lines
@jackalpret the first line wirh lbl needs to be on top of everything (for what I can tell). Look sharply and compare. The first line contains many md_lbl_xx, one after another.
But I never edited that so I have actually no idea!
@paradadf
could you correct my lines and reply with the correct order or changes ?
thats the content of my xml file:
@jackalpret I meant something like this:
http://pastebin.com/dqerkbaA
But there are big chances I'm completely wrong XD
@paradadf said in cant add favorites with controller:
@jackalpret I meant something like this:
http://pastebin.com/dqerkbaA
But there are big chances I'm completely wrong XD
I brokes the theme
@jackalpret hahahaha sorry!
@paradadf no problem !
anyone else that can help ?
problem solved ?
@rockaddicted said in cant add favorites with controller:
problem solved ?
noup, doesnt work, I cant add the option in xml theme to add favorites with controller
Can you post the theme, I'll give a look.
@rockaddicted said in cant add favorites with controller:
Can you post the theme, I'll give a look.
https://forum.recalbox.com/topic/6754/new-theme
@jackalpret ok so you have to edit the main theme.xml
, on the root, like this :
<datetime name="md_releasedate"> <forceUppercase>1</forceUppercase> <fontPath>./main/fonts/Dosis-SemiBold.ttf</fontPath> <fontSize>0.025</fontSize> <size>0.2 0.015</size> </datetime> <text name="md_lbl_favorite, md_favorite"> <fontPath>./main/fonts/AdobeBlank.ttf</fontPath> </text> </view>
Add the favorites metadata md_lbl_favorite, md_favorite
at the end of this file.
You'll have to add too this blank font in ./main/fonts/
Now, for each system, you'll have to edit the ./system_name/theme.xml
like this :
<theme> <formatVersion>4</formatVersion> <include>./../theme.xml</include> <view name="system">
Once all these modifications done, your theme should support favorites.
@rockaddicted amazing ! thanks !
i will try when return to my home at night and then i will comment here
@jackalpret ok great, waiting your feedback
@rockaddicted said in cant add favorites with controller:
@jackalpret ok great, waiting your feedback
IT WORKS ! you can close the topic !
I will update the topic of theme when its upload