Apple Movie Trailers script skin

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Nuka1195 Offline
Skilled Python Coder
Posts: 3,914
Joined: Dec 2004
Reputation: 17
Post: #11
@Jyra, maybe check your log. I really don't think it's a script issue though.

Here are a couple SS of LCARS skin I just committed. It's a WIP. Only the main window is started.

Anybody wish to contribute, especially animations Smile


[Image: LCARS-thumbnail1.png]
[Image: LCARS-thumbnail2.png]

To get the font correct. You need to download lcars.ttf. It can be found http://www.lcarsdeveloper.com/ in the DL section.

Then you need to add the following to the correct Font.xml, in the correct font you're using.

This is for 720p (The skin is really only setup for widescreen)
Code:
<font>
  <name>lcars-small</name>
  <filename>lcars.ttf</filename>
  <size>34</size>
</font>
<font>
  <name>lcars-medium</name>
  <filename>lcars.ttf</filename>
  <size>38</size>
</font>
<font>
  <name>lcars-large</name>
  <filename>lcars.ttf</filename>
  <size>66</size>
</font>

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
(This post was last modified: 2007-07-08 22:04 by Nuka1195.)
find quote
MDPauley Offline
Senior Member
Posts: 264
Joined: Mar 2004
Reputation: 0
Location: Centreville, Va
Post: #12
Is the xTV skin for AMT under active developement?
find quote
MikeBeecham Offline
Team Plex
Posts: 987
Joined: Apr 2007
Post: #13
I'm not sure it is. I think CHI3f is doing other things at the moment. You might, however, want to track down Leonardo, to see if he would like to do it for xMC?

pretty much the same outcome imo.
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,914
Joined: Dec 2004
Reputation: 17
Post: #14
Anybody who uses AMT script should update. I just committed a fix for a pretty serious bug.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
MikeBeecham Offline
Team Plex
Posts: 987
Joined: Apr 2007
Post: #15
what was the bug Nuka
find quote
pike Offline
Project Manager
Posts: 4,820
Joined: Sep 2003
Reputation: 28
Location: Sweden
Post: #16
copied from another forum:

Quote:Anybody using the AMT script included with this T3CH release, should update via SVN.

It won't affect people who started fresh, until new trailers are found, which could be anytime.

Refreshing genre's can corrupt the database. If this happens your cache is still good, but you will need to delete the database and recreate it.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not 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.


[Image: badge.gif]
find quote
pike Offline
Project Manager
Posts: 4,820
Joined: Sep 2003
Reputation: 28
Location: Sweden
Post: #17
hey Nuka1195, if there ever was a project that NEEDED coverflow, it's AMT!

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not 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.


[Image: badge.gif]
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,914
Joined: Dec 2004
Reputation: 17
Post: #18
Pike you see how many lines just to add that Smile If you want to give it a try great.

Skinners I just added a new dialog for theater showtimes. A very simple dialog.

[Image: theater_showtimes.PNG]

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
edwinmcdunlap Offline
Senior Member
Posts: 131
Joined: Oct 2005
Reputation: 0
Post: #19
Is there an SVN for AMT?

[Image: emcd_mc360.png]
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,914
Joined: Dec 2004
Reputation: 17
Post: #20
http://xbmc-scripting.googlecode.com/svn...20Trailers

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote