Git Product home page Git Product logo

bello's People

Contributors

kraleksandr avatar nessus85100 avatar safokkens 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

Watchers

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

bello's Issues

[REQUEST] Bello skin support for VideoExtras add on

BACKGROUND: VideoExtras add-on provides a way to add video extras features to the users' Video library (movies and tv shows). Up to now there was no way in XBMC for the users to watch their extras features present in DVDs and Blu-Rays, such as interviews, documentaries, shorts, or simply any personal home made videos or anything the user wanted to add as an extra video to watch right from the movie/tv show's 'Information Pane'. More information in VideoExtras wiki http://wiki.xbmc.org/index.php?title=Add-on:VideoExtras#Skins_With_Build_In_Support

REQUEST: skin modification is required in order to see the extras in the UI. This is a fairly simple process but will depend on your selected skin. The file that needs modified is DialogVideoInfo.xml. This is the code needed for the default confluence skin.

Add to the top of the file (after ):

<onload condition="System.HasAddon(script.videoextras)">XBMC.RunScript(script.videoextras,check,"$INFO[ListItem.FilenameAndPath]")</onload>

Add to near the foot of the file after the last control statement:

<control type="button" id="105">
    <description>Extras</description>
    <include>ButtonInfoDialogsCommonValues</include>
    <label>Extras</label>
    <onclick>XBMC.RunScript(script.videoextras,display,"$INFO[ListItem.FilenameAndPath]")</onclick>
    <visible>System.HasAddon(script.videoextras) + [Container.Content(movies) | Container.Content(episodes) | Container.Content(TVShows)] + IsEmpty(Window(movieinformation).Property("HideVideoExtrasButton"))</visible>
</control>

OPTIONAL SKIN FEATURE:
If you wish to add an overlay or flag against TV Shows or Movies so that you can see if a given selection has any Extras without going into the Information Dialog, then a call can be made to:

<onload condition="System.HasAddon(script.videoextras)">XBMC.RunScript(script.videoextras,hasExtras,flag,"$INFO[ListItem.FilenameAndPath]")</onload>

Note: This will result in the current window (or dialog) getting a property set on it with the name matching "flag" with the value set to "true" if there are extras for the given FilenameAndPath. (No flag will be set if there are no extras)

REQUEST TO SKINNERS
VideoExtras uses a custom window/pane to show the extras in a beautiful pane showing resume and watched state flags plus a small icon image for each video extra; there is a written Window XML files for Confluence. With the large array of different skins available it is not possible to write versions for every skin. If you would be willing to add it, VideoExtras developer says he would really like to include a skin specific Window XML file for your skin and would be greatful for any contribution. The files are very small, so hopefully will not take long to convert for your skin.

It would be great if this could be added to the gorgeous Bello skin. Thanking you in advance! Lola Berwoots

Incompatible with the latest raspbmc

Hello, i really like your skin for xbmc, but its incompatible with the newest raspbmc version. Is it possible to fix that in the next time?

Thank you :)

Add Add-on Shortcuts Under Menus

Is it possible to create add-on shortcuts to the video and music menus similar to how it's done on the Confluence skin?
Maybe even a submenu similar to the one that you have for Settings where you hit the down arrow to choose which addon you want to launch.

Skin Widgets

Hi Nessus,

I see that you're using skin.widgets as a dependency but I don't find the menu to access to it.

Are you planing on use it (Recommended, Random, watchlist view (the most important to me))

Thanks and congratulations, you made it, the best XBMC concept in a functional skin :)

List view music show track #

Is it possible when browsing an album in Music List View to show the track number in the first column? Right now it shows the year of release which is not really useful when browsing an album (it will most likely be the same for all songs on the album). Track number would be much more useful in my opinion.

Thanks! Really love the skin and considering donating!

asian characters

Asian characters are not shown. There is only blank space.

When trying to overwrite the included fonts with fonts that should support asian characters, blank boxes are shown.

This makes the skin useless to me, as I cannot see any of my japanese filenames.

Quit button

Please can you add a (one-click) quit button to the list of Home Menu buttons? With the option to define the action: exit, power off etc.

Alternatively, could you tell me how to add a quit command to a custom button?

Thanks.

Thomas

Scroll submenu only when needed

Currently home page submenus with one or two items scroll in a loop. This causes them to repeat (visually) on screen. For example, the "Play DVD" menu has an "Eject Tray" submenu that is repeated - it should also be shown once.

Old texts are back

In September I updated the Dutch strings so that spelling errors and wrong words were replaced with correct Dutch words.
Since the last update, the old (wrong) translations are back. I gues some merging went wrong, or someone believes the old translation was better?

I'm willing to put the old translations back in this file, but first I want to check with you why the new translations were rolled back.

Thank you for your good work, I really love the skin!

[Feature request] Add random fanart background

Hi

Sorry if this has been already asked, but I would like love to have random fanart in the home view from the section selected.

For example, it movies is selected, show random fanart from movies. If music, from artists, same with tv shows, etc. Similar to what happens in weather when fanart is selected but across all items. This would make the skin more appealing.

Thanks!

Add option to display movie rating as text

I'm in the UK, so using the UK BBFC ratings rather than MPAA ones. However, this means most movies show up as "NR" as the rating doesn't match any MPAA rating, so the default graphic gets used.

It's clearly not feasible to have graphical ratings for every country, but would it be possible to have an option to display the rating as text for non-US users?

Thanks

Feature request skin color

Hi, this is a really nice skin ! But one question: can you create an option to change the full color-set for example to blue or green ? I really like the skin but i don't like pink and purble :-)

Crashes when accessing Android Apps

Bug Report
XBMC version : 14 alpha 2 (xbmc-14.0-Helix_alpha2-armeabi-v7a)
OS platform: Android 4.2.2 (Xiaomi mi box 1S).
Skin version: 2.0.4
Bug description: Crashes when attempting to open "Android Apps" from Programs (Root).

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.