2014-09-10, 17:25
I started working on Helix compatibility, here is the repo: https://github.com/qqbenq/skin.pm3-hd
Update: The skin is compatible with versions up to Jarvis (Kodi 16.1), but Krypton (Kodi 17) is not (yet) supported.
How to install:
I am not planning on introducing widgets and such major changes, I just want to be able to use my favorite skin with the latest version of xbmc (kodi), so I intend to fix functionality that is broken, but I am really not trying to add any new features.
The first thing that got "broken" (at least the first that I noticed) for me was the subtitle download feature, because the PM3.HD skin is not compatible with the new subtitle services in the latest xbmc (kodi...), as it still tries to use the subtitle add-on mechanism. I decided to solve this issue, so that's why this whole thing exits.
So far I modifiedthe following:
- To be able to use this skin with the latest xbmc version (Kodi Helix Alpha 3) changed the xbmc.gui version to 5.3
- Modified how the Video OSD works: it no longer calls the selected subtitle add-on, but instead shows a new dialog
- Added a new dialog which shows you the subtitles for the currently playing video, selecting one will download it Update: subtitle source selection added
- Updated the skin settings to reflect the changes in subtitle handling
- Fixed context menus (it was broken in Helix Alpha 3, but still working on Gotham - 13.2)
- Fixed Settings window (labels were misplaced - again: only in Helix Alpha 3)
- KeyboardDialog was broken, now it works (and uses a qwerty-like layout, instead of the 'abc' mode)
- Labels in thumbnail views (wide included) were misaligned, fixed those
- Set Content Dialog fixed (It was completely broken)
- Add/Edit Source Dialog fixed (Source name was not editable)
- Settings level switcher button added (Standard/Advanced/Expert settings levels)
- Volume label on Volume Bar was misaligned, now it should be in the right position.
- Fixed missing file size labels in certain views
- Basic PVR support added (Timer and Search functions still need some work)
- Image stretch issues fixed at various places
I try to keep this list up-to-date, but there might be more changes in the repository by now, if you are interested please check the recent commits: https://github.com/qqbenq/skin.pm3-hd/commits/master
Of course there are a lot more to do, but it seems like it works...
Until this skin gets added to the official repository you can download the whole thing in a zip file directly from github (https://github.com/qqbenq/skin.pm3-hd/ar...master.zip ), and install this skin from that zip file (here is how to do that: http://kodi.wiki/view/HOW-TO:Install_add..._zip_files ).
Some pics of the changes:
Skin add-on settings:
General skin settings:
Subtitle dialog (now with source selection):
Settings window:
Context menu:
Keyboard dialog:
If you have any other suggestions, just let me know.
Update: The skin is compatible with versions up to Jarvis (Kodi 16.1), but Krypton (Kodi 17) is not (yet) supported.
How to install:
- Download a zip file directly from github (https://github.com/qqbenq/skin.pm3-hd/ar...Jarvis.zip )
- Install skin from the zip file (here is how to do that: http://kodi.wiki/view/HOW-TO:Install_add..._zip_files ).
I am not planning on introducing widgets and such major changes, I just want to be able to use my favorite skin with the latest version of xbmc (kodi), so I intend to fix functionality that is broken, but I am really not trying to add any new features.
The first thing that got "broken" (at least the first that I noticed) for me was the subtitle download feature, because the PM3.HD skin is not compatible with the new subtitle services in the latest xbmc (kodi...), as it still tries to use the subtitle add-on mechanism. I decided to solve this issue, so that's why this whole thing exits.
So far I modifiedthe following:
- To be able to use this skin with the latest xbmc version (Kodi Helix Alpha 3) changed the xbmc.gui version to 5.3
- Modified how the Video OSD works: it no longer calls the selected subtitle add-on, but instead shows a new dialog
- Added a new dialog which shows you the subtitles for the currently playing video, selecting one will download it Update: subtitle source selection added
- Updated the skin settings to reflect the changes in subtitle handling
- Fixed context menus (it was broken in Helix Alpha 3, but still working on Gotham - 13.2)
- Fixed Settings window (labels were misplaced - again: only in Helix Alpha 3)
- KeyboardDialog was broken, now it works (and uses a qwerty-like layout, instead of the 'abc' mode)
- Labels in thumbnail views (wide included) were misaligned, fixed those
- Set Content Dialog fixed (It was completely broken)
- Add/Edit Source Dialog fixed (Source name was not editable)
- Settings level switcher button added (Standard/Advanced/Expert settings levels)
- Volume label on Volume Bar was misaligned, now it should be in the right position.
- Fixed missing file size labels in certain views
- Basic PVR support added (Timer and Search functions still need some work)
- Image stretch issues fixed at various places
I try to keep this list up-to-date, but there might be more changes in the repository by now, if you are interested please check the recent commits: https://github.com/qqbenq/skin.pm3-hd/commits/master
Of course there are a lot more to do, but it seems like it works...
Until this skin gets added to the official repository you can download the whole thing in a zip file directly from github (https://github.com/qqbenq/skin.pm3-hd/ar...master.zip ), and install this skin from that zip file (here is how to do that: http://kodi.wiki/view/HOW-TO:Install_add..._zip_files ).
Some pics of the changes:
Skin add-on settings:
General skin settings:
Subtitle dialog (now with source selection):
Settings window:
Context menu:
Keyboard dialog:
If you have any other suggestions, just let me know.