Posts: 797
Joined: Dec 2010
Reputation:
33
Thanks Solbero,
That music fullscreen close bug has been giving me a headache for a while now. Everytime I think it's sorted out, it comes back to haunt me! Bottom line is that i'm aware of it and I will fix it if it bloody kills me.
The alignment and PVR bugs are straightforward fixes. As for the storage bit, looks like someone has sneakily added some strings without telling me. Well spotted!
Posts: 183
Joined: Mar 2011
Reputation:
0
wex101
Senior Member
Posts: 183
2017-03-12, 04:53
(This post was last modified: 2017-03-12, 04:54 by wex101.)
My wife has been asking for something simple and elegant that she won't get lost in. I'm so glad for your work on this!
We rely heavily on being able to see the next episode up, also known as next episode in the skin helper service widgets. Could there be an option to change the resume tv widget in the video spotlight to show this instead?
Posts: 797
Joined: Dec 2010
Reputation:
33
wex101: Sure, i'll take a look.
Always a pleasure to achieve significant-other acceptance value :-)
Posts: 118
Joined: Nov 2015
Reputation:
0
Silki
Senior Member
Posts: 118
Nice Skin ... fab job ....
Any chance we could have options on the Video/Music view layouts .... be nice to see some options there like the other skins offer .... different lay out of artwork etc ??
Posts: 797
Joined: Dec 2010
Reputation:
33
@dogzipp: There will never be user options for views. I can't be plainer than that, sorry. It goes against the entire ethos of my design.
The next update will allow playlists to display movies etc in the same way as library content however. Expanding it to include Plex stuff is probably possible, but I don't have a Plex setup, so I can't test.
@silki: Sure. If you want to play with the views for tvshows and movies, you'll want to be looking in Views_tvshows.xml or Views_movies.xml. They're both essentially the same apart from a few infolabels. Not a huge job, you'll be making changes to only one control really.
To do what you want, you'll want to edit the panel container. Use the spotlight page code (custom_recentContent.xml) as a guide.
Do not mess with the control ID's or any conditional visibility stuff and you should be fine to mess about without causing too many problems. You may want to use the latest code on my Github.
Posts: 797
Joined: Dec 2010
Reputation:
33
2017-03-15, 22:09
(This post was last modified: 2017-03-15, 22:24 by thedeadman.)
@wex101: I'm working on extra imagery but it's turning out to be a total pig. I'm at the point where I will probably have to put together some additional scripting to get a proper grip of it.
Ditto the next episodes thing. I need to look at the skin helper script in more detail before I go ahead and import it.
In the short term, given you have the skin helper stuff already installed, I could give you the instructions of what you need to do to replace the resume tv widget if that's useful?
Posts: 797
Joined: Dec 2010
Reputation:
33
v.1.1.1 just pushed to repo
Changelog:
- [FIXED] Aspect ratio incorrect in poster view (thanks wiiija)
- [NEW] Artist slideshow support
- [NEW] Polish translation (thanks Etharr)
- [FIXED] Context menu onback handling in addons (thanks Solbero)
- [FIXED] onback from music visualisation screen
- [NEW] Video Playlists now display in correct content view with title
- [NEW] Music video support
- [NEW] Artwork downloader support
- [NEW] German translation (thanks Matthias)
- Various minor tweaks