[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
remedee Offline
Junior Member
Posts: 20
Joined: Apr 2009
Reputation: 0
Post: #11
Joggler is based on Confluence, so for Kiosk mode, this might help more than Transparency!

http://forum.xbmc.org/showthread.php?tid=81953

I looked at some of the code but did not want to change too many options and mess something up, but you might be able to make kiosk mode work in Joggler very easy since you know how to code the custom_skinsetting .xml file and the others needed.

Thank you
find quote
djtoll Offline
Skilled Skinner
Posts: 382
Joined: Dec 2006
Reputation: 3
Post: #12
remedee Wrote:Joggler is based on Confluence, so for Kiosk mode, this might help more than Transparency!

http://forum.xbmc.org/showthread.php?tid=81953

I looked at some of the code but did not want to change too many options and mess something up, but you might be able to make kiosk mode work in Joggler very easy since you know how to code the custom_skinsetting .xml file and the others needed.

Thank you

ok ... I tested this skin and i found when Kiosk is enabled the mouse not worked ! (no Mouse = NO TOUCH) Sad

I will search to other Method will disable the left slide Blade ... to be continued.

[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: #13
it worked with vers. 0.25

[Image: screenshot003.jpg]

and in the Skin Settings.


- ADDING - Button to reset all Skin settings.
[Image: screenshot004.jpg]

[Image: screenshot005.jpg]

greetz djtoll

[Image: 7tftavatarlogo.png]
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
find quote
remedee Offline
Junior Member
Posts: 20
Joined: Apr 2009
Reputation: 0
Post: #14
Wonderful news! Looking forward to the changes Smile

Would you consider adding the videofiles (videos always opens to files mode) and volumeup/down and track previous/next changes to the home.xml? I made those changes myself and backed up my copy, but kept it in the 720p folder and the update to 0.23 erased all files, including my backups.

I made the changes again to my home.xml but if future updates change home.xml I will have to keep editing those files myself. I understand if you want to keep the settings the way you have them. I will still continue to use the skin. Every person I show it to is VERY IMPRESSED! Nod

Thank you again for all your work

remedee
find quote
djtoll Offline
Skilled Skinner
Posts: 382
Joined: Dec 2006
Reputation: 3
Post: #15
remedee Wrote:Wonderful news! Looking forward to the changes Smile

Would you consider adding the videofiles (videos always opens to files mode) and volumeup/down and track previous/next changes to the home.xml? I made those changes myself and backed up my copy, but kept it in the 720p folder and the update to 0.23 erased all files, including my backups.

I made the changes again to my home.xml but if future updates change home.xml I will have to keep editing those files myself. I understand if you want to keep the settings the way you have them. I will still continue to use the skin. Every person I show it to is VERY IMPRESSED! Nod

Thank you again for all your work

remedee

Can You give me the changes ? And I will see what I can do Rolleyes

[Image: 7tftavatarlogo.png]
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
find quote
remedee Offline
Junior Member
Posts: 20
Joined: Apr 2009
Reputation: 0
Post: #16
The first change I made was from your suggestion for file view with videos

djtoll Wrote:But if you want to completely change in the .xml search to <item id="2"> ( are 6 in Home.xml)

3 different views, for the defaultHome- and alternateHome Views

<onclick> ActivateWindow (videos) </ onclick>

different to

<onclick> ActivateWindow (video files) </ onclick>

Then for the player controls on the home screen I changed <!-- simpelhomecontrol start at homepageviewpaneltwo --> button ids 609-612 from this:
Code:
<control type="button" id="609">
    <onclick>Control.Move(9000,1)</onclick>

<control type="button" id="610">
    <onclick>Control.Move(9000,-1)</onclick>

<control type="button" id="611">
    <onclick>Volumeup</onclick>

<control type="button" id="612">
    <onclick>Volumedown</onclick>

To this:
Code:
<control type="button" id="609">
    <onclick>Volumedown</onclick>

<control type="button" id="610">
    <onclick>Volumeup</onclick>

<control type="button" id="611">
    <onclick>XBMC.PlayerControl(Next)</onclick>

<control type="button" id="612">
    <onclick>XBMC.PlayerControl(Previous)</onclick>

As I said, I can always make the changes myself, but I think these are things that might help others. Maybe I'm crazy Smile
(This post was last modified: 2010-11-10 12:40 by remedee.)
find quote
djtoll Offline
Skilled Skinner
Posts: 382
Joined: Dec 2006
Reputation: 3
Post: #17
I will do the adaptation, but does not know when yet ... but soon

[Image: 7tftavatarlogo.png]
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
find quote
diji Offline
Junior Member
Posts: 5
Joined: Nov 2010
Reputation: 0
Post: #18
Im having hard time installing your repo, when i select you file from 'install from zip' nothing happens, can you help?

here is a vid : http://www.youtube.com/watch?v=rHVaT0aw5aM

its the same after i restart too.

Thanks!
find quote
djtoll Offline
Skilled Skinner
Posts: 382
Joined: Dec 2006
Reputation: 3
Post: #19
diji Wrote:Im having hard time installing your repo, when i select you file from 'install from zip' nothing happens, can you help?

here is a vid : http://www.youtube.com/watch?v=rHVaT0aw5aM

its the same after i restart too.

Thanks!

I will check This now.

EDIT:
It work great Smile can you cleanup your addons Folders \XBMC\addons and \XBMC\addons\packages and \XBMC\userdata\addon_data from all you find named djtoll (Stuff) and restart xbmc. Checkout it again.

[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: 2010-11-13 23:03 by djtoll.)
find quote
djtoll Offline
Skilled Skinner
Posts: 382
Joined: Dec 2006
Reputation: 3
Post: #20
Changelog:

0.27

- add - rating buttons - player control (Music)
- add - Big Cover Dialog Window, its opening when you touch/click in the List, Vision Views the Thumb.
- add - more custom Items (editing this in the skinsettings) to used it in the Homescreens. 8 Fvorites, 4 Playlists Music and 4 Playlists Videos. The Backgrounds from Home Custom Items can changed from User in the Skin Settings.
- add - ADD-ON Default Icons to Texture.xpr, I dont know yet if it works an why it works (will check this one).
- add - Home Button "HD MOVIES" enable/disable at the Skin settings. Playlist must be with this name "HDMovies.xsp"
- add - Option to Reset All Skin Settings, with a warning window.
- add - KIOSK MODE - ON/OFF skin settings, ore Dialog Views Window.
- add - New Dialog window RECEBNTLY-ADDED with custom user Backgrounds, and a FIX Button for this. ON/OF Skin Settings at Home“s. The Last 10 Medias (Music, Episodes, Videos) are aviable, with fixed list on/off for better Mouse support. BIG THX TO .: IGOTDVDS :. from xbmc.org forum and SHADE Skinner. I had change this completly new, but I have nedd the Template. Thanks again.
- add - Automatic Logo Script Downloader. Skin Settings to Download all ore Video Info to Download Custom Logos, Clearart and ShowThumbs ... Big THX to mcborzu for your Help.

[Image: screenshot039.jpg]

[Image: screenshot040.jpg]

[Image: screenshot042.jpg]

greetz djtoll

[Image: 7tftavatarlogo.png]
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
find quote
Post Reply