![]() |
|
Metropolis Development - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Skin Help and Support (/forumdisplay.php?fid=67) +---- Forum: Metropolis (/forumdisplay.php?fid=162) +---- Thread: Metropolis Development (/showthread.php?tid=126856) |
RE: Metropolis Development - ialand - 2012-07-12 00:57 Ok, probably a stupid question: I saw that the Music tab now has a 'Music Video' selection... where do I put them? I have a folder on the server named "Music Videos", it's defined as a source of "Music Videos", with "Music Videos" as the contents and pointing to the Last.FM scraper... everything scrapes, get nfo files, thumbs and everything.. but nothing shows in the Music Video selection... ![]() ?
RE: Metropolis Development - dekani - 2012-07-14 17:48 I have submitted a first pull request for the PVR support. Please see the details and screenshots here : PVR Support RE: Metropolis Development - stoli - 2012-07-16 19:57 (2012-07-14 17:48)dekani Wrote: I have submitted a first pull request for the PVR support. Please see the details and screenshots here : PVR Support Thanks dekani - I've merged the request. For those using PVR's, can you please test this out? I hate to merge something blindly, but I know there have been several requests for PVR support. If this works well I'll push an update to the official repo to get all of jingai's work in the main branch. RE: Metropolis Development - Victim - 2012-07-17 02:27 Any chance of seeing season fanart and customizable home-screen items anytime soon? I requested it months ago and you said it would be added soon, but I haven't seen anything. RE: Metropolis Development - jingai - 2012-07-18 17:11 I'm back in town now. I'll go through the backlog of issues/requests probably this weekend. RE: Metropolis Development - jingai - 2012-07-18 17:59 (2012-07-16 19:57)stoli Wrote: Thanks dekani - I've merged the request. For those using PVR's, can you please test this out? I hate to merge something blindly, but I know there have been several requests for PVR support. By official repo I guess you mean the XBMC repo? Or are some of my changes not in master on github at the moment? Also, could we find a better name for the PVR support? Calling it "TV" is a bit confusing IMHO. With "TV Shows" and "TV" you don't really know which is which. Maybe call it "Live TV" or just "PVR"? RE: Metropolis Development - stoli - 2012-07-18 18:15 XBMC Repo - I'm aiming to push it August 1st. As for the PVR/TV, I think it should be called "Live TV" as you suggested. RE: Metropolis Development - jingai - 2012-07-18 18:19 (2012-07-18 18:15)stoli Wrote: As for the PVR/TV, I think it should be called "Live TV" as you suggested. Ok. Making that change now and doing a general sanity check on the patches. Looks good for the most part, but obviously I can't really test it. RE: Metropolis Development - jingai - 2012-07-18 19:51 Turns out that the "TV" string used on the home screen is baked into the XBMC PVR branch. I think I'll just add a new skin string (31601) for it and use that instead. I did update the text for the setting to enable this to make it clearer that the user is enabling skin support for the PVR functionality. Only other thing I did was remove the option to hide Live TV on the home screen. The user has to explicitly enable it anyway, so I'm not sure why anyone would turn it on and then proceed to hide it. If there's a good reason for this, just let me know. Otherwise, it all looks good to me. dekani, you'll need to update the French translation too to get it into the August 1 release. RE: Metropolis Development - dekani - 2012-07-18 21:41 (2012-07-18 19:51)jingai Wrote: Otherwise, it all looks good to me. dekani, you'll need to update the French translation too to get it into the August 1 release. Ok, I will do it when it will be available in the Passion repository and will sent you a pull request for the changes. I won't add any new functionalities before this date, will only finalized and improved the actual functionalities. (I'm trying to add a more Metropolis friendly contextual menu in the PVR screen and trying to resolve the overlay problems with PVR dialog boxes) I will also update the screenshots with the changes done. |