2015-01-10, 23:14
(2015-01-09, 19:27)bryanbrazil Wrote:(2015-01-09, 12:21)rolando.isidoro Wrote:(2015-01-08, 17:28)bryanbrazil Wrote: Thanks! Tripanel view didn't look too good after removing the background panels, so I removed it entirely. No plans to bring it back. Video end time has been added to the seekbar and will be in the next version.
Thanks for your prompt reply, good news on the video end time. Looking at what you've done with Mimic I believe that you're very demanding and always go the extra mile on the details, so I'm guessing that the Tripanel view might still look good enough for me. I searched the history of your github repository for previous iterations of your work with the Tripanel view, but missed to find any View_##_Tripanel.xml in the 1080i folder since the initial release. Could you point me out to the file so I could try it on my own?
About updates, I see you're committing changes on a daily basis on github, but that doesn't reflect (nor should it) on new versions of the skin being available through Kodi's UI. What's the best practice you advise for users regarding updating the skin:
Keep up the good work, best regards,
- Wait for a new release on Kodi?
- Download regularly from github and update manually?
Rolando
To get TriPanel view back, you will need to get a copy of it from the Aeon Nox 5 skin. Then you'll need to add the include in Includes.xml and the view id number in MyVideoNav.xml and/or MyMusicNav.xml. Using a text editor like Notepad ++ will make it easier and you can use the following commit as a guide...
https://github.com/BigNoid/Aeon-Nox/comm...b2c68119d3
If you can wait a few days, I'll be submitting the new version to the repo. Just have a few things to clean up on PVR recordings window, etc. Development is slowing down now, though will still likely submit to the repo about every 2 weeks to keep up with language translations that are submitted on Transifex.
Or you can setup a git client to pull the latest changes from github whenever you want. This is a more work to setup (you have to learn git), but it makes it very easy to stay updated.
Final option is to download the zip from github and manually extract it to the skin folder.
Your choice, just depends on how much you want to get your hands dirty.
(2015-01-09, 19:25)Smille Wrote:(2015-01-09, 05:19)bryanbrazil Wrote: Ok, so I pushed an update to github for you to try. I still can't test it on my system, so let me know how it works. I made the following changes:
- Moved the scrollbar to the right edge of the screen to be consistent with rest of the skin. The top position is probably wrong, please let me know if it is.
- Added the recording thumb to the right of the list. Used ListItem.Thumb, not sure if that is available for recordings.
- Removed the recording plot from the list. Instead positioned it under the recording thumb.
Thank you for your fast Response.
The Plot was still visible in the unselectet Listitem and its first line was not centered. I'm an absolute noob in skinning, so don't know the meaning of the line
<visible>Container.Content(addons)</visible>
in the part of the TextBox. But after deleting it, the plot under the Picture was visible.
Oops, I had fixed focusedlayout but not itemlayout. You're right, that visibility condition shouldn't be there. I had copied that control from another xml.
Will push a fix to github in a bit.
Update: Fix pushed to github. Can you post another screenshot, I'm curious if it looks like I think it should.
![Full sized picture Image](http://i62.tinypic.com/29mx5yp.jpg)
Great, now it's usable! Thank You!