Kodi Community Forum
[WIP] Metropolis skin - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Metropolis (https://forum.kodi.tv/forumdisplay.php?fid=162)
+---- Thread: [WIP] Metropolis skin (/showthread.php?tid=99317)



RE: [WIP] Metropolis skin - stoli - 2012-03-25

Any contributions are welcome. I'll be rather busy until the first of the month... And you are correct, very little has been done with the picture section and isn't really high on my list. So, code away and I'll be happy to include your contributions.


RE: [WIP] Metropolis skin - jingai - 2012-03-25

(2012-03-25, 20:54)stoli Wrote: Any contributions are welcome. I'll be rather busy until the first of the month... And you are correct, very little has been done with the picture section and isn't really high on my list. So, code away and I'll be happy to include your contributions.

Thanks for the quick reply. Didn't want to start working on it if you'd already had big plans for it Smile

I've already forked the repo and will make a branch for my changes. I've never worked on a skin before, but I should be able to manage. Obviously though, since I'm new to it, feel free to spot-check my changes.

One quick question: are you partial to the way the Grid view is now? I rather prefer the PicThumbs view from Confluence and am inclined to use that as inspiration if you have no objections.

-j


RE: [WIP] Metropolis skin - sialivi - 2012-03-25

jingai,

The current grid view for images is just a placeholder, a copy from Alaska. I don't think Amra even started adapting it for Metropolis.


[WIP] Metropolis skin - stoli - 2012-03-25

@jingai,

I'm not partial to anything in the pic views. I'd love to see something new and unique as pic views seem to always be overlooked in most skins.


RE: [WIP] Metropolis skin - jingai - 2012-03-26

(2012-03-25, 23:07)stoli Wrote: I'm not partial to anything in the pic views. I'd love to see something new and unique as pic views seem to always be overlooked in most skins.

Fantastic. I've had so many ideas for the pic views. I'll just go nuts then Smile

It'll probably take me a week or two to come up with something since I have never worked with skins before, but I'll ping ya again when I've something to pull.

I've already taken care of on my local branch:

* Allow user scrolling in TextViewer.
* Add Pictures to Addons submenu.
* Show Fanart for Pictures.
* Scale pictures to within the top part of the custom background.

The TextViewer really needs to be a complete window (with textures) though to be generic. The way it is now depends on each view ignoring it selectively, which is kind of a PITA. In the original skin it wasn't a big deal because it was only really used in one place, but addons can use it too which complicates it a bit.

I suck with graphics software, but I'll try my hand at it Tongue

-j


RE: [WIP] Metropolis skin - EdCates - 2012-03-26

(2012-03-15, 16:47)teefer22 Wrote: I was still having the same small bug as post #554 (When the video is paused and the description is long, Genre and Director would be over top of the

Wow. This was the one substantial complaint I had about this skin, and now I'm going to remote into my HTPC box and get rid of it.

Thank you![/i]


RE: [WIP] Metropolis skin - jingai - 2012-03-27

Stoli,

I fixed everything I mentioned with the exception of fixing up the PictureGrid view. I'll get on that next.

Sending you a pull request in a moment.

-j


RE: [WIP] Metropolis skin - bandelguy - 2012-03-27

I am glad to see Metropolis move into Skin support forum. Stoli thanks for keeping it alive


RE: [WIP] Metropolis skin - Amra - 2012-03-27

(2012-03-27, 16:07)bandelguy Wrote: I am glad to see Metropolis move into Skin support forum. Stoli thanks for keeping it alive
Woohoo! Just noticed that myself. Ditto on the thanks.



RE: [WIP] Metropolis skin - Hudson_Hawk04 - 2012-03-27

Thanks for all the hard work guys I really love this skin.


RE: [WIP] Metropolis skin - homerjs - 2012-03-28

I have noticed that some of my movie descriptions, not all only a few, contain syntax "keywords":[kidnapper","prince", ....."runtime:93,"budget":60000.....
any ideas why?
I know it pulls the info from themoviedb but not sure why some contain the extra info
thanks


RE: [WIP] Metropolis skin - tcman47 - 2012-03-28

Been using this skin for a couple of months now, it's at the top of my skins favorite list Smile


RE: [WIP] Metropolis skin - thewarm - 2012-03-28

I just tried this today on Eden... wow!
Nice, very nice.


RE: [WIP] Metropolis skin - stoli - 2012-03-28

(2012-03-27, 03:06)jingai Wrote: Stoli,

I fixed everything I mentioned with the exception of fixing up the PictureGrid view. I'll get on that next.

Sending you a pull request in a moment.

-j

(2012-03-28, 00:47)homerjs Wrote: I have noticed that some of my movie descriptions, not all only a few, contain syntax "keywords":[kidnapper","prince", ....."runtime:93,"budget":60000.....
any ideas why?
I know it pulls the info from themoviedb but not sure why some contain the extra info
thanks

Does the same thing happen when using the Confluence skin?

Regards,


RE: [WIP] Metropolis skin - homerjs - 2012-03-28

(2012-03-28, 17:01)stoli Wrote:
(2012-03-27, 03:06)jingai Wrote: Stoli,

I fixed everything I mentioned with the exception of fixing up the PictureGrid view. I'll get on that next.

Sending you a pull request in a moment.

-j

(2012-03-28, 00:47)homerjs Wrote: I have noticed that some of my movie descriptions, not all only a few, contain syntax "keywords":[kidnapper","prince", ....."runtime:93,"budget":60000.....
any ideas why?
I know it pulls the info from themoviedb but not sure why some contain the extra info
thanks

Does the same thing happen when using the Confluence skin?

Regards,
No, this is only the case with Metropolis skin, plot info in other skins does not display this extra info

thanks