Kodi Community Forum
Convergence - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: Convergence (/showthread.php?tid=99839)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20


- loveskylark - 2012-03-06

Any chance you can combine the "Stream" and "Live TV" so that hitting the button starts Live TV but going right would open up stream menu


- Mudislander - 2012-03-06

loveskylark Wrote:Any chance you can combine the "Stream" and "Live TV" so that hitting the button starts Live TV but going right would open up stream menu

Small problem is not everyone will be able to have "Live Tv" enabled and the "Stream" button now goes into the plugin LiveStreams if installed.

What I could do is add a couple of User Submenu Options to "LiveTV" so they could be selected on going right at the menu option. You could then add whatever you want.


- loveskylark - 2012-03-07

that would be nice thanks


- Mrmills - 2012-03-08

the update is great !!! thanks for all the hours you put into this :-)


- Mudislander - 2012-03-09

Mrmills Wrote:the update is great !!! thanks for all the hours you put into this :-)

Smile

Just to put you in a quandary, I've been playing with djtoll's theme pack [THEME] Confluence 5 Colors


Translations - Mudislander - 2012-03-09

Looking for help in translations into other languages. Just grab the current Language File on pastebin and adjust the English bit an all the strings, just pastebin the result or P.M. me if you prefer

e.g.
PHP Code:
<string id="31006">View Options</string
Change to
PHP Code:
<string id="31006">Anzeige Optionen</string

Your help would be appreciated !!!


- mad-max - 2012-03-09

Mudislander Wrote:Looking for help in translations into other languages.
Yeah, I'm behind the schedule, I know Laugh
Will get it done at the weekend...

cheers


- Mrmills - 2012-03-09

Mudislander Wrote:Looking for help in translations into other languages. Just grab the current Language File on pastebin and adjust the English bit an all the strings, just pastebin the result or P.M. me if you prefer

e.g.
PHP Code:
<string id="31006">View Options</string
Change to
PHP Code:
<string id="31006">Anzeige Optionen</string

Your help would be appreciated !!!

Ill have a look and see if I can do the translation into danish :-)


- Mudislander - 2012-03-09

@mad-max , wasn't a dig at you. Knew you'd do it when you get a chance. The German file is in a different place http://pastebin.com/tn7raTi1. There is one extra string though
Quote:<string id="31131">Home Page LiveTV Submenu</string>

@Mrmills - That would be great thanks!!


- zepo - 2012-03-10

Great subtitle support in this skin, but it won't show the flag if the sub. language is the same as the movie language. I only want that if I have no subs at all. Can this be fixed?

Another problem I have is with music fanart. It will not show before I start playing a song. Browsing my artists without playing just give me the "flaming guitar" background. I have tried checking/unchecking diffrent options in the setting but no fanart before I start playing. Is it meant to be like this?


RE: - Mudislander - 2012-03-12

(2012-03-10, 19:08)zepo Wrote: Great subtitle support in this skin, but it won't show the flag if the sub. language is the same as the movie language. I only want that if I have no subs at all. Can this be fixed?

Another problem I have is with music fanart. It will not show before I start playing a song. Browsing my artists without playing just give me the "flaming guitar" background. I have tried checking/unchecking diffrent options in the setting but no fanart before I start playing. Is it meant to be like this?

Re: subtitle flag, I'll put in a toggle switch to turn them on or off. Was originally trying to cut down on the switches, but that seems to be falling by the wayside Wink

Fanart. - Whoops. Buggered something up again.Will fix it. I really must take off the partymix on my own homescreen. This is the 2nd time I haven't seen somrthing because of that shortcut Confused




Subtitles - zepo - 2012-03-12

That sounds great but I found this and I think it is the source to my problems.
(2012-01-15, 12:42)Mudislander Wrote: I've started using the visible condition
Quote:!IsEmpty(ListItem.SubtitleLanguage) + !StringCompare(ListItem.AudioLanguage,ListItem.SubtitleLanguage)
to show the default subtitle flag if it exists and is different to the default audio. I'm always looking at other ways of doing things so would be interested in your approach.

I want the flags to show for all subtitles also when they are the same as the default audio


RE: Convergence - Mudislander - 2012-03-12

Yep, that's the visible condition I used, if you want to try edit the files delete "+ !StringCompare(ListItem.AudioLanguage,ListItem.SubtitleLanguage)" bit and if the movie has a subtitle that XBMC knows about the flag will show. You'll only be able to show the first subtitle though.


RE: Convergence - angelworld - 2012-03-13

hello
First of all thanx for this great skin i love it.

Xbmc keeps crashing when I open live streams.....I checked using default skin and the streams work fine. Here is the xbmc crash log:

http://pastebin.com/Bg4BhKHF

Thanx in advance.

EDIT:

Crashed again when opening IMdB Trailers:

http://pastebin.com/FKvLYpP6


RE: Convergence - Mudislander - 2012-03-13

Hi There, what version of Convergence are you using ? One or two issues in your debug that I want to look into.