Hello! Real noob in skinning right now, but I have this little project of updating to Eden the skin made by igotdvds "Shade".
To make the skin Eden "certified", do I need to do all the things listed in the 1st post and "that's it"?
Balinus
Posting Freak Joined: Jul 2011 Reputation: 17 Location: Montréal |
2012-03-14 19:47
Post: #81
Simplicity: Simplicity thread (credits: igotdvds) Sketchy: Sketchy thread (credits: igotdvds) My HTPC : Wesena ITX7, A6-3500 |
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2012-03-14 19:52
Post: #82
(2012-03-14 19:47)Balinus Wrote: Hello! Real noob in skinning right now, but I have this little project of updating to Eden the skin made by igotdvds "Shade". heh, no you don't need to do all of that and maybe you need to do some things that aren't listed. basically, identify the parts that are currently broken and fix those. point 1.1 (ignore the music bit, that hasn't been implemented yet) and 1.3 you should look into though. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
Balinus
Posting Freak Joined: Jul 2011 Reputation: 17 Location: Montréal |
2012-03-14 19:58
Post: #83
(2012-03-14 19:52)ronie Wrote:(2012-03-14 19:47)Balinus Wrote: Hello! Real noob in skinning right now, but I have this little project of updating to Eden the skin made by igotdvds "Shade". ah! Thanks! This reduce a lot of the upcoming work... ![]() i'll look into point 1.1 and 1.3 then! Thanks again. Simplicity: Simplicity thread (credits: igotdvds) Sketchy: Sketchy thread (credits: igotdvds) My HTPC : Wesena ITX7, A6-3500 |
| find quote |
JohnWPB
Senior Member Posts: 192 Joined: Dec 2008 Reputation: 3 Location: West Palm Beach, Florida |
2012-07-07 09:25
Post: #84
Not sure if this was intended as a request thread, but I see a lot of em... so here goes
![]() Is there a way to add a "hook" into the XBMC core, so a single command could be used to play a trailer? This would allow a button mapped on a remote control to play a trailer for the selected title with just a simple press. As it stands right now, the only way to do it is with skin commands, then a button on the screen is pressed. I had been doing this a really dirty way, by using event Ghost to press i (Info) then a [cursor down] then then [enter]. Like I said, dirty code to say the least. I have moved away from using Event Ghost, with the new MCE remote commands built right in. ------------------------------------------ Atom Dual core 2.8 Ghz / Windows XP Pro / 4 gigs ram 6.5 Tb storage / Nvidia 9400M Gfx chipset / output 1920 x 1080p via HDMI to a 52" LED TV / just over 3,400 movies Have you entered your 5 Movies? - Support themoviedb.org as THE best open source movie information site. |
| find quote |
phil65
Skilled Skinner Posts: 4,456 Joined: Mar 2009 Reputation: 56 Location: Cologne, Germany |
2012-07-07 09:43
Post: #85
(2012-07-07 09:25)JohnWPB Wrote: Not sure if this was intended as a request thread, but I see a lot of em... so here goes yes, put PlayMedia($ESCINFO[ListItem.Trailer]) into your keymap. wrong thread though..
(This post was last modified: 2012-07-07 09:48 by phil65.)
|
| find quote |
JohnWPB
Senior Member Posts: 192 Joined: Dec 2008 Reputation: 3 Location: West Palm Beach, Florida |
2012-07-08 06:46
Post: #86
(2012-07-07 09:43)phil65 Wrote: yes, put PlayMedia($ESCINFO[ListItem.Trailer]) into your keymap. wrong thread though.. @phil65: First, thanks for the help, second, sorry for the wrong thread, but may as well try to finish it up here and keep it in one place at least. I tried the line you provided above, and something in the syntax or something is not working. I am using my debugging .xml for testing: Code: <keymap>When I press F8, I get my test message. When I go into "Movies", and hi-lite a movie in the list with a trailer, and press F3, nothing happens. I also tried a couple variations on syntax, and code in the skins: <F3>PlayMedia($INFO[ListItem.Trailer])</F3> <F3>PlayMedia("$INFO[ListItem.Trailer]",1)</F3> Still nothing..... Any other suggestions? ------------------------------------------ Atom Dual core 2.8 Ghz / Windows XP Pro / 4 gigs ram 6.5 Tb storage / Nvidia 9400M Gfx chipset / output 1920 x 1080p via HDMI to a 52" LED TV / just over 3,400 movies Have you entered your 5 Movies? - Support themoviedb.org as THE best open source movie information site.
(This post was last modified: 2012-07-08 06:49 by JohnWPB.)
|
| find quote |



Search
Help