Kodi Community Forum
v14 Xperience1080 3.x - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Xperience1080 (https://forum.kodi.tv/forumdisplay.php?fid=197)
+----- Thread: v14 Xperience1080 3.x (/showthread.php?tid=197125)



RE: (Helix) 3.4.x for Kodi 14.x - xhaggi - 2015-02-15

@Piers please take a look at this
https://github.com/xhaggi/Xperience1080/commit/27d6f272bb685d7a18e50942f857b37690d40aba

I've moved the music info stuff out of MusicVisualisation.xml into DialogSeekBar.xml as this is required to display the info/progress bar/seekoffet etc. the same we do for video. It also reduces the code duplications for player progressbar/seekoffset and fix an issue that you don't see the seeking if info is enabled.

If you want this for Helix you have to revert this commit.
https://github.com/xhaggi/Xperience1080/commit/9f4eb9d5cf2cfc1c54ba79d5a21913ef3d4b2d80


RE: (Helix) 3.4.x for Kodi 14.x - Piers - 2015-02-15

(2015-02-15, 12:49)xhaggi Wrote: @Piers please take a look at this
https://github.com/xhaggi/Xperience1080/commit/27d6f272bb685d7a18e50942f857b37690d40aba

I've moved the music info stuff out of MusicVisualisation.xml into DialogSeekBar.xml as this is required to display the info/progress bar/seekoffet etc. the same we do for video. It also reduces the code duplications for player progressbar/seekoffset and fix an issue that you don't see the seeking if info is enabled.

If you want this for Helix you have to revert this commit.
https://github.com/xhaggi/Xperience1080/commit/9f4eb9d5cf2cfc1c54ba79d5a21913ef3d4b2d80

Cheers, I'll merge this in - I've started Kodi 15 versions but haven't yet updated Git.


RE: (Helix) 3.4.x for Kodi 14.x - Piers - 2015-02-15

(2015-02-14, 20:56)Nirvana Wrote:
(2015-02-14, 20:09)Piers Wrote:
(2015-02-14, 17:04)Nirvana Wrote: Great skin! I love it.

I would like to see in Live-TV the channel information also when you select a channel directly (e.g. via Yatse).
Currently it is only displayed when you switch channel via up/down.

I don't understand.
During LiveTV there is that black area at the bottom of the screen. It displays channel no, current and next event from EPG and the channel logo. When you switch channels via up/down it is shortly displayed and then nicely disappers. This is how it should be.

When you select a channel directly via YATSE e.g. switch from 1 to 20 it is not displayed. I would like to see it however also when I switch via YATSE.

I hope that's better now.

I still have no idea what you're talking about. A few screenshots would be useful.


RE: (Helix) 3.4.x for Kodi 14.x - xhaggi - 2015-02-15

i know about what he's talking about and that it can't be fixed in the skin.


RE: (Helix) 3.4.x for Kodi 14.x - Piers - 2015-02-15

(2015-02-15, 14:26)xhaggi Wrote: i know about what he's talking about and that it can't be fixed in the skin.

Can you explain in a way that makes a little more sense? Just so I have an idea Sad


RE: (Helix) 3.4.x for Kodi 14.x - xhaggi - 2015-02-15

He means, as i understand him correctly Wink that if you switch a channel in Kodi by using your keyboard/remote the channel information is displayed for a period of time (there is a livetv setting where you can adjust the time to display). If you switch the channel via Json-RPC (Remote App) this information is not displayed.

The root cause is in Kodi core because we trigger to show this info on different actions e.g. if you switch the channel with up/down or enter the channel number. But I'm sure this is not done if you switch the channel via Json-RPC.


RE: (Helix) 3.4.x for Kodi 14.x - Piers - 2015-02-15

(2015-02-15, 14:53)xhaggi Wrote: He means, as i understand him correctly Wink that if you switch a channel in Kodi by using your keyboard/remote the channel information is displayed for a period of time (there is a livetv setting where you can adjust the time to display). If you switch the channel via Json-RPC (Remote App) this information is not displayed.

The root cause is in Kodi core because we trigger to show this info on different actions e.g. if you switch the channel with up/down or enter the channel number. But I'm sure this is not done if you switch the channel via Json-RPC.

Right, now I understand. Thank you Smile


RE: (Helix) 3.4.x for Kodi 14.x - Piers - 2015-02-15

While you're around, xhaggi, would you mind giving your opinion on this?

http://forum.kodi.tv/showthread.php?tid=217006&pid=1927445#pid1927445


RE: (Helix) 3.4.x for Kodi 14.x - Piers - 2015-02-15

(2015-02-15, 12:49)xhaggi Wrote: @Piers please take a look at this
https://github.com/xhaggi/Xperience1080/commit/27d6f272bb685d7a18e50942f857b37690d40aba

I've moved the music info stuff out of MusicVisualisation.xml into DialogSeekBar.xml as this is required to display the info/progress bar/seekoffet etc. the same we do for video. It also reduces the code duplications for player progressbar/seekoffset and fix an issue that you don't see the seeking if info is enabled.

If you want this for Helix you have to revert this commit.
https://github.com/xhaggi/Xperience1080/commit/9f4eb9d5cf2cfc1c54ba79d5a21913ef3d4b2d80

With correct additions and the parts you mentioned reverted, the pause screen has an animation issue. Do you see that?


RE: (Helix) 3.4.x for Kodi 14.x - Nirvana - 2015-02-15

(2015-02-15, 15:14)Piers Wrote:
(2015-02-15, 14:53)xhaggi Wrote: He means, as i understand him correctly Wink that if you switch a channel in Kodi by using your keyboard/remote the channel information is displayed for a period of time (there is a livetv setting where you can adjust the time to display). If you switch the channel via Json-RPC (Remote App) this information is not displayed.

The root cause is in Kodi core because we trigger to show this info on different actions e.g. if you switch the channel with up/down or enter the channel number. But I'm sure this is not done if you switch the channel via Json-RPC.

Right, now I understand. Thank you Smile
@xhaggi. Yes that's what I meant. Thanks.
@Piers. From the user perspective this is very confusing because you click buttons which are very close on the remote and you get different behaviours. Can you fix it please and if it's not possible whom do I need to make aware that we need a trigger from Kodi?


RE: (Helix) 3.4.x for Kodi 14.x - xhaggi - 2015-02-15

(2015-02-15, 15:30)Piers Wrote: With correct additions and the parts you mentioned reverted, the pause screen has an animation issue. Do you see that?

sorry I don't know what you mean.

(2015-02-15, 15:15)Piers Wrote: While you're around, xhaggi, would you mind giving your opinion on this?

http://forum.kodi.tv/showthread.php?tid=217006&pid=1927445#pid1927445

same here Wink


RE: (Helix) 3.4.x for Kodi 14.x - Piers - 2015-02-15

(2015-02-15, 18:33)xhaggi Wrote:
(2015-02-15, 15:30)Piers Wrote: With correct additions and the parts you mentioned reverted, the pause screen has an animation issue. Do you see that?

sorry I don't know what you mean.

(2015-02-15, 15:15)Piers Wrote: While you're around, xhaggi, would you mind giving your opinion on this?

http://forum.kodi.tv/showthread.php?tid=217006&pid=1927445#pid1927445

same here Wink

Same here as in you see the same problem with the alpha version? Or you have implemented the same feature and you're also seeing that? Clarity Tongue


(Helix) 3.4.x for Kodi 14.x - wripet - 2015-02-16

Does this skin support extendedinfo in a way that the dialoginfo is overwritten by it?


RE: (Helix) 3.4.x for Kodi 14.x - Piers - 2015-02-16

(2015-02-16, 02:37)wripet Wrote: Does this skin support extendedinfo in a way that the dialoginfo is overwritten by it?

Can you elaborate?


RE: (Helix) 3.4.x for Kodi 14.x - baskinghobo - 2015-02-17

Where is the file manager?i want to be able to browse my music folders in xbmc like in confluence.