[WIP] Joggler - a new skin designed for touch interface with touchscreens

  Thread Rating:
  • 7 Votes - 3.29 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
djtoll Offline
Skilled Skinner
Posts: 382
Joined: Dec 2006
Reputation: 3
Post: #221
(2012-03-17 05:01)gitr Wrote:  With the latest version of the skin and using metro (xbmc 11 eden rc2) it seems that the 'colour' option of the skin are not working any more - only skin-default (which is some kind of blue) is working but it is still cool. Smile

Also, please find time to fix the font issues as mentioned earlier in the posts (sansation rocks):

T:2376 ERROR: Couldn't load font name: font50caps_title(Sansation_Regular-Caps.ttf), trying to substitute arial.ttf

Cheers.

- I delete all color Themes from the Skin.zip download Link and add xyz.xpr to the "media" Joggler Skin Folder

- Sansation_Regular-Caps.ttf -> I check this


PS: Themes are not UpToDate Smile

[Image: 7tftavatarlogo.png]
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
(This post was last modified: 2012-03-17 14:38 by djtoll.)
find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #222
man this skin is awesome. trying it out and works just fabulous on gateway all in one pc (touchscreen). Great job.

ATV1 with crystalbuntu V1 (11.eden). Theater remote URC MX-810, droidx wtih xbmc remote, or transformer tf101 with YATSE. 2 x ATV2 (V12.0 Eden).

find quote
djtoll Offline
Skilled Skinner
Posts: 382
Joined: Dec 2006
Reputation: 3
Post: #223
(2012-03-23 06:28)rflores2323 Wrote:  man this skin is awesome. trying it out and works just fabulous on gateway all in one pc (touchscreen). Great job.

Thanks ! and they come cool new (for this skin) futures with the next update.

ALL IN ONE PC ? my next birthday is soon Smile can hear which Hardware?

[Image: 7tftavatarlogo.png]
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #224
(2012-03-24 17:59)djtoll Wrote:  
(2012-03-23 06:28)rflores2323 Wrote:  man this skin is awesome. trying it out and works just fabulous on gateway all in one pc (touchscreen). Great job.

Thanks ! and they come cool new (for this skin) futures with the next update.

ALL IN ONE PC ? my next birthday is soon Smile can hear which Hardware?

Here are the specs http://m.bestbuy.com/m/e/product/detail....8476995241


What is planned on next release? I can tell so much planning and thought has gone into this. Also buttons are very well placed and views are great. Overall a great experience and even my 6 yr old can go thru menus.

One question though... how can i remove some of the menu items on metro view? Like appearance, configure video, configure system, etc... i am going to make a profile for my kids and want it simple and only a couple of selections like tvshows, movies, music and addons...thats it. How do u add profiles btw... cant find it in settings.

Thanks

ATV1 with crystalbuntu V1 (11.eden). Theater remote URC MX-810, droidx wtih xbmc remote, or transformer tf101 with YATSE. 2 x ATV2 (V12.0 Eden).

(This post was last modified: 2012-03-24 20:56 by rflores2323.)
find quote
djtoll Offline
Skilled Skinner
Posts: 382
Joined: Dec 2006
Reputation: 3
Post: #225
[/quote]One question though... how can i remove some of the menu items on metro view? Like appearance, configure video, configure system, etc... i am going to make a profile for my kids and want it simple and only a couple of selections like tvshows, movies, music and addons...thats it. How do u add profiles btw... cant find it in settings.

Thanks[/quote]

WOW !!! 23" Touch-Screen. ohhh a nice dream Smile

... at Home.xml ca.1930 - 4050 , but please wait for the update and after edit the home save/ bakeup it on a other place for the future. Smile

... Shutdown/Navigation button -> Accessories -> Profiles.

example for Items:
Code:
<item id="1">
                            <label>0</label>
                            <onclick>ActivateWindow(Programs,Addons,return)</onclick>
                            <icon>special://skin/media/backgrounds/programs.jpg</icon>
                            <thumb>$INFO[Skin.String(Home_Custom_Back_Programs_Folder)]</thumb>
                            <visible>!Skin.HasSetting(HomeMenuNoProgramsButton)</visible>
                        </item>
                        <item id="55">
                            <label>Apps</label>
                            <onclick>ActivateWindow(1538)</onclick>
                            <icon>special://skin/media/backgrounds/Apps.jpg</icon>
                            <visible>!Skin.HasSetting(HomeMenuNoAppsButton)</visible>
                        </item>
                        <item id="53">
                            <description>TV GUIDE</description>
                            <label>be aired</label>
                            <icon>special://skin/media/specialicons/tvguide3.jpg</icon>
                            <thumb>$INFO[Skin.String(Home_Custom_Back_TvshowsGuide_Folder)]</thumb>
                            <onclick>ActivateWindow(1116)</onclick>                        
                            <onclick>XBMC.RunScript(script.tv.show.next.aired.touch,silent=true)</onclick>
                            <visible>Skin.HasSetting(HomeMenuNoTVshowsGuideButton)</visible>
                        </item>
                        <item id="54">
                            <description>movies</description>
                            <label>HD VIDEOS</label>
                            <icon>special://skin/media/backgrounds/HDmovies.jpg</icon>
                            <thumb>$INFO[Skin.String(CustomHDMoviesFolder)]</thumb>                        
                            <onclick>XBMC.ActivateWindow(10025,&quot;special://skin/playlists/HD_Videos/&quot;)</onclick>                        
                            <visible>Skin.HasSetting(HomeMenuNoHDMoviesButton)</visible>
                        </item>                    

                        <item id="72">
                            <label>A - Z</label>                    
                            <onclick>ActivateWindow(1573)</onclick>
                            <icon>special://skin/media/backgrounds/letters.jpg</icon>                        
                            <visible>!Skin.HasSetting(HomeMenuNoLettersButton) + Library.HasContent(Music) | Library.HasContent(Movies)</visible>
                        </item>
                        <item id="20">
                            <label>24001</label>                        
                            <onclick>ActivateWindow(AddonBrowser)</onclick>                        
                            <icon>special://skin/media/backgrounds/addons.jpg</icon>
                            <thumb>$INFO[Skin.String(Home_Custom_Back_Addons_Folder)]</thumb>
                            <visible>!Skin.HasSetting(HomeMenuNoaddons)</visible>
                        </item>

                        <item id="21">
                            <label>744</label>                        
                            <onclick>ActivateWindow(Filemanager)</onclick>                    
                            <icon>special://skin/media/backgrounds/filemanager.jpg</icon>
                            <thumb>$INFO[Skin.String(Home_Custom_Back_Files_Folder)]</thumb>
                            <visible>!Skin.HasSetting(HomeMenuNofilemanager)</visible>
                        </item>

[Image: 7tftavatarlogo.png]
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
(This post was last modified: 2012-03-25 09:57 by djtoll.)
find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #226
Can you not make toggle settings for on/off for these sections also for this metro home view?

ATV1 with crystalbuntu V1 (11.eden). Theater remote URC MX-810, droidx wtih xbmc remote, or transformer tf101 with YATSE. 2 x ATV2 (V12.0 Eden).

(This post was last modified: 2012-03-25 19:11 by rflores2323.)
find quote
djtoll Offline
Skilled Skinner
Posts: 382
Joined: Dec 2006
Reputation: 3
Post: #227
(2012-03-25 19:10)rflores2323 Wrote:  Can you not make toggle settings for on/off for these sections also for this metro home view?
So what is the question? Which section? Please explain more precisely.

[Image: 7tftavatarlogo.png]
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
(This post was last modified: 2012-03-26 23:20 by djtoll.)
find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #228
ok on the metro homescreen. Is there a way to hide the sections that a user does not want or customize it. For instance you have two colums and three rows currently on the skin. If I only wanted to have one colums with two rows that only had the section. Movies, TV Shows, Music, Show Weather, Favorites.

Do you get what I am asking for now?

Also love the teasers pics and the kid section with fanart/icons as great! cant wait as that would be great for my little girls.

anyway you can integrate the grooveshark script into the skin. I cant use it since there really is not any buttons or menus due to it being remote control only for menus etc.. like to play the song I click on it and a menu comes up on the right but goes right away so I cant click on Play. Also no volume controls or osd to control the script to go back to main menu or show fanart etc... Its a really nice script for grooveshark.

Grooveshark Script

ATV1 with crystalbuntu V1 (11.eden). Theater remote URC MX-810, droidx wtih xbmc remote, or transformer tf101 with YATSE. 2 x ATV2 (V12.0 Eden).

(This post was last modified: 2012-03-26 20:30 by rflores2323.)
find quote
djtoll Offline
Skilled Skinner
Posts: 382
Joined: Dec 2006
Reputation: 3
Post: #229
update vers. 1.2.06
-------------------

1.2.06 - Release Date 26.03.2012

- change - add to KIOSK Mode: Right Arrow Button (Right Menu).
- change - Cosmetics - METRO HOME
- change - METRO Home scrolling, the three big areas (red, green, blue) improved - better speed now.
- change - Scrollbars for this Views logo, logo2, clearart, banner, landscape, character
- new - Preview last.fm slideshow images @METRO Home and adding ON ZOOM this slideshow
- add - artist/album info (Textbox) in the Vis
- add - artist/album info (Textbox) in METRO Home (slideshow must be running "ON ZOOM")
- add - Videofullscreen and Musicvisualisation Progressbar Cache status (for streaming content interesting)
- add - Search button for the globalsearch.script, only METRO home, yet
- add - Skin support for globalsearch.script
- add - Skin support for script.metadata.actors
- add - Source Icon. VEVO, Sat1, SuperRTL, MyVideo, KIKA, DVBviewer for VideoFullscreen and Menu Navigation.
- add - new View "Character" with logo on/off Setting is find on left Blade and it´s the default view for KIDS (METRO)
- add - new Playlists "Childern" and Buttons, find: if you are in TV Shows ore Movies (left Blade), and also in the Dialog ViewTypes.
- add - "About XBMC" under Shutdown/Navigation button -> Accessoires -> About XBMC.
- add - METRO Home "Onboard Skin Playlists" red section

The Blue and the Orange area and are ready to stay that way. Must be green, purple and red fill, I have. What is certain is that the green section for videos, tvshows is. Otherwise, the METRO HOME is almost finished. I hope the performance is still O.K.
Quote:T:2376 ERROR: Couldn't load font name: font50caps_title(Sansation_Regular-Caps.ttf), trying to substitute arial.ttf
The font with the error I do not think. I have it in the log, but can do anything with it.


Here are a few new screenshots for the following skin vers. 1.2.06

http://www.wuala.com/djtoll/xbmcdjtoll/J...rs.1.2.06/

[Image: 7tftavatarlogo.png]
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
find quote
djtoll Offline
Skilled Skinner
Posts: 382
Joined: Dec 2006
Reputation: 3
Post: #230
(2012-03-26 20:07)rflores2323 Wrote:  ok on the metro homescreen. Is there a way to hide the sections that a user does not want or customize it. For instance you have two colums and three rows currently on the skin. If I only wanted to have one colums with two rows that only had the section. Movies, TV Shows, Music, Show Weather, Favorites.

Do you get what I am asking for now?

Also love the teasers pics and the kid section with fanart/icons as great! cant wait as that would be great for my little girls.

anyway you can integrate the grooveshark script into the skin. I cant use it since there really is not any buttons or menus due to it being remote control only for menus etc.. like to play the song I click on it and a menu comes up on the right but goes right away so I cant click on Play. Also no volume controls or osd to control the script to go back to main menu or show fanart etc... Its a really nice script for grooveshark.

Grooveshark Script
- Boahhh, so I did not plan. I need more time with me, then once a closer look. and try out. Then you want the bottom line or off the top line? Or you delete the code blocks out yourself ... and see what happens.
<control type="panel" id="8900"> Blue
<control type="panel" id="9500"> Green
<control type="panel" id="9100"> Purple
<control type="panel" id="9200"> Orange
<control type="panel" id="9300"> Weather
<control type="panel" id="9400"> Red
<control type="panel" id="9600"> Settings

- I wanted to, but even got started no matter what I edited the xml. 's resulted in no change in xbmc/grooveshark.script. Now that grooveshark in Germany is no longer I can do with today's new skining unfortunately no attempt to start the script for touch rebuild. Perhaps there is indeed a different xbmc avid user in the forum.

[Image: 7tftavatarlogo.png]
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
(This post was last modified: 2012-03-26 23:41 by djtoll.)
find quote
Post Reply