Giter VIP home page Giter VIP logo

xperience1080's Introduction

xperience1080's People

Contributors

bignoid avatar black09 avatar evanpurkhiser avatar jotosmurf avatar phil65 avatar xhaggi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xperience1080's Issues

Not compatible with Kodi 16

Several random crashes and weird navigational issues. I'm sure the incompatibility is known, but figured I would submit an issue just for the bump. Let me know if a compiled list would be useful.

Opening the DialogTextViewer

I was working a a new feature for Artwork Downloader
http://forum.xbmc.org/showpost.php?p=980094&postcount=132

and I was testing different skins out on how that would look. Because your skins works somewhat different than others i would like to try and fixed it.

The first problem I had was that you don't have a Label in you textviewer.
ERROR: Artwork Downloader: 'xbmcgui.ControlGroup' object has no attribute 'setLabel'

No problem because that's just a try...except: pass

The other issue now is that you shift in the textviewer but the original window stays.
http://img52.imageshack.us/img52/7294/screenshot078b.png

How can we solve it so it looks readable/normal?

Colorpicker note as missing but exist

Since this morning i dont see any art poster . The menu says colorpicker is missing but its alleready installed.

I try to refresh all art but thats change nothing.

Other skins like aeon nox shows poster correctly.

How can i fixe It?

Thks

GUI.ShowNotification does not accept custom icon when viewing media

I have a few custom scripts on my system the use the JSONRPC interface to send popup messages to my TVs. When XBMC is not playing any type of media the notification box comes up with the correct text and the custom icon. However, when a media file is playing the text shows, but the icon displayed is the stock info icon.

I have tested this with confluence and it does work the way expected there so it might just be an issue with the theme.

Control tags missing within wraplist (focus bug)

<onleft> <onright>

Left and right cotrol tags are not present within wraplists for each home widget. This presents a bug where focus is kept on the slide panel, instead of allowing users to navigate away.

Advanced launcher related ideas / tweaks

What i would like to see is a few extra view styles that could be used with advanced launcher, right now there is no nice way to display for example roms for super nintendo since the game box art is a landscape style.

It would also be nice if the cover art was stretched to fit rather than centered in the case of displaying games in advanced launcher also. Other than that all i would like to see (dreaming a bit here but) a home screen thing like for movies and music but for games, im sure its possible no idea how it would work though but if you come up with an idea for it i'd love to see it :D.

Spotlight empty

When all movies / tv shows are marked as watch, then there is nothing in the spotlight.

Same with "ongoing tv shows", "new movies" and "new tv shows"

screenshot000

Background not displayed in home screens

I am running the skin on 12.3 Frodo on a macmini os x mavericks.

The background images are not displayed in the home screens, all I see is a grey background image. When XBMC first launches, i can see the background images for few mili seconds but then they disappear immediately.

I tried re-installing the skin and it did not help. The movies fan arts and posters are displayed fine. I have also tried selecting a different image from the skin settings and it did not help.

No polish diacrytics with default fontset.

When set Polish language some characters are not visible with XPCondensed.ttf on Linux Ubuntu 11.10

I edited 1080i/Font.xml and replaced XPCondensed.ttf with Ubuntu-L.ttf and everything looks ok and pretty.

As you also probably know XPCondensed (Segoe Condensed) is copyrighted by Microsoft and should not be distributed.
I don't care because I don't use it anymore and I have deleted them from my hdd, but you should be careful when releasing your absolutely stunning skin.

Add movie groups

Is it possible to add movie groups, like with Aeon Nox? I kind of miss that feature.
I also kind of miss menu sounds too.

Progressbar Filermanager Transfer

It would be better to have a progressbar (like playing a movie/mp3) while copying some files instead of the turing green cirlce, just to have a hint how far the progress is at the moment.

Highlight of current tile gets out of sync

Using frodo b2 and b2 of the theme, sometimes the header highlighting gets out of sync. What I have observed:

  1. One header item will be bright white
  2. Another header item will be larger than the other items.
  3. The larger header item is the one that corresponds with the active tile.
  4. Doing "down arrow down-arrow" resets the header highlighting to a working state.

I have observed this on 2 separate machines.

thumbnail view

I am currently running frodo and i recently installed xperience1080. Love the theme except for one thing.

When browsing movies i can only settle on one view which is thumbnail. In this view ive been looking everywhere to have it display fan art instead of movie posters.

I was wondering if this is an easy enough fix to implement cause you already see the poster art on the left you don't need to see again in full on the right. Fan art would be better if possible.

Thanks

YouTube plot info

Hi,
it was bugging me that only the URL to the YouTube stream is shown in the video info. So I made the following changes:

DialogSeekBar.xml

On line 475 replace

<label>$INFO[Player.FolderPath]</label>

with

<label>$VAR[OSDPlot]</label>

Includes_OSD.xml

Starting replace on line 37

<variable name="OSDPlot">
    <value condition="!IsEmpty(Window(seekbar).Property(ShowNext))">$INFO[VideoPlayer.NextPlot]</value>
    <value>$INFO[VideoPlayer.Plot]</value>
</variable>

with

<variable name="OSDPlot">
    <value condition="!IsEmpty(Window(seekbar).Property(ShowNext))">$INFO[VideoPlayer.NextPlot]</value>
    <value condition="!IsEmpty(VideoPlayer.PlotOutline)">$INFO[VideoPlayer.PlotOutline]</value>
    <value condition="!IsEmpty(VideoPlayer.Plot)">$INFO[VideoPlayer.Plot]</value>
    <value>$INFO[Player.FolderPath]</value>
</variable>

I don't know if it is the intended use of OSDPlot, but it seems to be working fine for me.

'Ongoing Tv Shows' empty

Hello,

Got the skin up and running and all seems to be fine apart from the 'ongoing tv shows' in the home menu. It just remains black and doesn't rotate anything.

Is there anything I need to enable for this to be displayed?

Splash/Loading screen broken

Using git from yesterday and a stable build of XBMC Frodo, the loading/splash screen stays on until exit is pressed. This is actually really confusing, as it looks like it has frozen until you think to try pressing exit.

Edit: And while this is happening the log gets spammed with the following:

19:05:11 T:140180583159680 DEBUG: ExecuteXBMCAction : To SetFocus(11)
19:05:12 T:140180583159680 DEBUG: ExecuteXBMCAction : Translating SetFocus(11)
19:05:12 T:140180583159680 DEBUG: ExecuteXBMCAction : To SetFocus(11)
19:05:13 T:140180583159680 DEBUG: ExecuteXBMCAction : Translating SetFocus(11)
19:05:13 T:140180583159680 DEBUG: ExecuteXBMCAction : To SetFocus(11)

Refine PVR area

PVR is ok but there is always room for improvement. Current navigation is not perfect and the menu is wasting vertical space. As requested there will also extra info for the epg.

Skin Incompatible with LCDProc Addon

Hi this took forever to work out but I have been having an issue with the skin where if I go directly into the Movie, TV or Music library directly from the home screen, XBMC takes me to a screen with just the Xperience1080p wallpaper. From this point all I can do is reboot XBMC. Through trial and error I have since found that LCDProc v1.3.1 is the cause of the problem. Perhaps there is some sort of race condition where the two addons are vying to call the same function i.e. that the video,music window is open. LCDProc seems to be using infolabels to get what menu is being accessed and sends that to the screen.

The only reason I'm posting this here is I don't see the issue with any other skins I've tried.

One strange thing is if you go to the files menu first and then back to a library window it all works.

Any ideas what it could be?

Sliding difficulty with touch device

I have somme difficulty with sliding in home menu ans tout cboose a file in carrousel. I can't use thé little option menu in files choosers too.

Can´t return back to playing video

I don´t know if it´s only my problem (don´t know how to use it), ir it´s skin problem, but I can´t return back to video playing in backround. (Mybe key combination or something 👍 )

logo-downloader

You still have logo-downloader in skin option:

skin options -> views -> use local banners->download banners

Wishlist: Watched support in YouTube

I get it in the default Confluence skin, and it even seems to sync using the MySQL database (things I watch on the desktop with Xperience show up with a tickmark on the Raspberry Pi with Confluence).

Would it be possible to show that information using Xperience too? Having those red/green marks next to videos would be handy. :)

Artwork downloader latest version (12.0.18) is not working with Xperience 1080 Skin

latest version (12.0.18) of Artwork downloader addon is not working with Xperience 1080 Skin. But works with default confluence skin and other skins.

I reckon it is an addon-skin integration issues.

XBMC: Frodo
OS: Mac Snow Leopard
HW: Mac Mini 2010 version

please let me know if additional information is needed.

Note that the previous stable version (12.0.15) of the addon works with xperience 1080

Move translations to transifex

Translations should be moved to the new transifex system.

If anyone knows how to move the translations to transifex and keep them in sync with github, an explanation would be most welcome. :)

Feature Request: Option to merge Infoscreen with controls

Hi,

this skin is amazing!
There is only one thing, is it possible to show the info bar with the controls bar at the same time?
if i'm on live tv i have to press "i" to see whats on air and whats next, but it would be perfect if i can see it with the controls.

best regards

Now playing

Hi,
I have really hard time today, I tried to find some button or menu, which will open "now playing" video from background. I found only this solution, I click on "exit/back" button on my remote, when I was in home screen view, then I get full screen video playing again in foreground. But it's really hard to find this behaviour. It could work like this: Just navigate UP in home screen view (or anywhere else) to info box, where is shown, that there is playing video.

Sub Menu Bug

If full screen is switched to whist the sub menu is accessed on the home screen the sub menu the sub menu text will stay visible until escape is pressed.

New Movies Blank or Empty

image
(

Sorry I know this was posted before but I am so confused to know what to do.

How can I change these logos or banners from blank to something else. I am a beginner at these stuff so I am not sure what to do. All "spotlight", "ongoing TV Shows", "ne tv shows, "featured albums". I have played music, movies on this theme but it is still blank.

Please can you explain in a simple way.

Menu Picture gone since update to 4.09.99

Hi,
After the auto update to 4.09.99 the pictures main menu disappeared. It can not be selected within the skin config as it is gone there to. The update happened after upgrading to 15.2 stable.

Thank you
Wax

New font

The skin should be on the official repo eventually. For that it needs a new font:

  • Open source
  • Should be similar to the current font
  • Should have support for Cyrillic, Japanese, Chinese etc.

Play playlist at startup

Would you add the option to play a playlist at startup?
I also use my HTPC as a Webradio station and have a favorite radio station and when I like to listen to the radio I need to turn on the TV and select the radio station.
With the option to play a playlist at startup I only need to turn on the HTPC.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.