robalo escribió:@MikeW.
It may not be what you want. You step what I did for the little ones.
Thank's Robalo, it's exactly so i was thinking
Guys, a little problem with addition of this channel youtube.
I actually use the Pelisacarta 4.0.3 Zip of Dentaku, with all channels also not italian.
for add youtube, i take file from yours github (Zanzibar and Fenice), then i have modified my channelselector (i can't take your because i want leave all channels also english)
I try copying the string token from channelselector of Fenice, and pelisalacarta wrong, don't start.
Código: Seleccionar todo
itemlist.append( Item(title=config.get_localized_string(50001) , channel="youtube" , action="mainlist" , thumbnail = THUMBNAIL_REMOTE+"youtube.png") )
#if config.is_xbmc(): itemlist.append( Item(title=config.get_localized_string(30128) , channel="trailertools" , action="mainlist" , thumbnail = urlparse.urljoin(get_thumbnail_path(preferred_thumb),"thumb_trailers.png")) )
Copying the string from channelselector of Zanzibar all works ok, also function of youtube, but where it should compare the name of this choice i have a blank space (pratically between "ricerca globale" and "preferiti")
Código: Seleccionar todo
itemlist.append( Item(title=config.get_localized_string(40103) , channel="youtube" , action="mainlist" , thumbnail = "https://paverdeck.com/images/icon_youtube.png") )
#if config.is_xbmc(): itemlist.append( Item(title=config.get_localized_string(30128) , channel="trailertools" , action="mainlist" , thumbnail = urlparse.urljoin(get_thumbnail_path(preferred_thumb),"thumb_trailers.png")) )
If i click on this blank space i enter in youtube research and i see the option "Ricerca...", i have been able to change "Ricerca..." in other name, but i don't undestand where to change to make view the choice in first menu, in youtube.py, in channelselector or others file....
i see the difference is on the number of voice "config.get_localized_string" but i don't be capable to go beyond.
Excuse my dummy question, it's only to try understand and learn something little more... (i wait italian section to "stress" you with many others question to try learn write new channel

)
If Dentaku think to put also this channel in his zip my little problem for now is resolved
