jpf55 Wrote:I have tried adding the animation code before and after the plot code but it does not seem to be the right spot.
put the animation code together with the textbox inside a group control.
i haven't tested it, so no idea if it'll work....
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2011-06-04 23:13
Post: #41
jpf55 Wrote:I have tried adding the animation code before and after the plot code but it does not seem to be the right spot. put the animation code together with the textbox inside a group control. i haven't tested it, so no idea if it'll work.... 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 |
jpf55
Fan Joined: Dec 2008 Reputation: 1 |
2011-06-04 23:32
Post: #42
No, it does not work but no worries, you've helped me get the important stuff.
This mod was is for the AppleTV and I don't want to slow it down any further. Thanks for your help ![]() iMac 27" 2.93gHz i7, OS X 10.8.2 AppleTV1 os3.0.2 Running Eden 11.0 with Launcher 3.2.5.5 and Transparency! 4.0.5 |
| find quote |
jpf55
Fan Joined: Dec 2008 Reputation: 1 |
2011-09-12 19:25
Post: #43
Ultimately, this is what I did for the Movies:
![]() My only question is purely cosmetic and comes from when you escape that window: ![]() As you can see, the Poster, Title, List and Trailer icon have faded, The fanart is stationary, as is the page and item count but the plot moved down. How can I fade the plot out instead of animate it down? ![]() iMac 27" 2.93gHz i7, OS X 10.8.2 AppleTV1 os3.0.2 Running Eden 11.0 with Launcher 3.2.5.5 and Transparency! 4.0.5 |
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2011-09-12 23:30
Post: #44
jpf55 Wrote:How can I fade the plot out instead of animate it down? use a fade animation instead of a slide animation. something like this, i guess: Code: <animation effect="fade" start="100" end="0" time="300">WindowClose</animation>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 |
jpf55
Fan Joined: Dec 2008 Reputation: 1 |
2011-09-13 23:16
Post: #45
ronie Wrote:use a fade animation instead of a slide animation.I'm not sure I understand, should I be looking to change an existing slide to a fade or should I ad a new <animation effect="fade" ? I tried adding your line to my code, and it did not change anything. I also tried to find an existing <animation effect="slide" concerning the Plot but did not find one, at least not in View-Fanart.xml. this is my code: Code: <control type="textbox">![]() iMac 27" 2.93gHz i7, OS X 10.8.2 AppleTV1 os3.0.2 Running Eden 11.0 with Launcher 3.2.5.5 and Transparency! 4.0.5
(This post was last modified: 2011-09-13 23:19 by jpf55.)
|
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2011-09-13 23:20
Post: #46
jpf55 Wrote:I'm not sure I understand, should I be looking to change an existing slide to a fade or should I ad a new <animation effect="fade" ? yes, you should add the fade animation to the textbox control. if it's currently sliding, then there's got to be a slide anim somewhere in the code. 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 |
jpf55
Fan Joined: Dec 2008 Reputation: 1 |
2011-09-13 23:22
Post: #47
ok, I'll keep looking
thanks ![]() iMac 27" 2.93gHz i7, OS X 10.8.2 AppleTV1 os3.0.2 Running Eden 11.0 with Launcher 3.2.5.5 and Transparency! 4.0.5 |
| find quote |
winestock
Fan Posts: 397 Joined: Jan 2011 Reputation: 4 |
2012-01-28 23:39
Post: #48
Ronie,
I have been trying to add the plot information to my movies in Eden Beta 1/2 using the information described in previous posts and not having much success doing so. Here is what I have done. Before changes to View-Fanart.xml file: Code: <include name="Fanart-Videos_Extras">The changes I made to View-Fanart.xml file: Code: <include name="Fanart-Videos_Extras">I don't seem to be getting any plot information showing up: ![]() What am I missing? EDIT: I have been playing around with this a little further and when I replace $INFO[ListItem.Plot] with a hard coded value like "test", I can see the hard coded value show up. It looks like maybe I need to use something other then $INFO[ListItem.Plot]. XBMC Frodo 12.2, Transparency Skin (5.0.9) PogoPlug v4 running Arm Linux 3.9.2-0 as MySQL (mariadb) and media file server for XBMC Mac OS X 10.8.3 2011 27" iMac 3.4 GHz Quad, 16GB RAM, 1TB HD, 256GB SSD 2009 2.0GHz MacMini, 4GB RAM, 320GB HD 2009 17" Macbook Pro, 8GB RAM, 500GB HD
(This post was last modified: 2012-01-29 00:08 by winestock.)
|
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2012-01-29 00:07
Post: #49
winestock Wrote:It looks like maybe I need to use somethig other then $INFO[ListItem.Plot]. $INFO[ListItem.Plot] should work fine. 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 |
winestock
Fan Posts: 397 Joined: Jan 2011 Reputation: 4 |
2012-01-29 00:08
Post: #50
ronie Wrote:$INFO[ListItem.Plot] should work fine. No go on using $INFO[ListItem.Plot]. XBMC Frodo 12.2, Transparency Skin (5.0.9) PogoPlug v4 running Arm Linux 3.9.2-0 as MySQL (mariadb) and media file server for XBMC Mac OS X 10.8.3 2011 27" iMac 3.4 GHz Quad, 16GB RAM, 1TB HD, 256GB SSD 2009 2.0GHz MacMini, 4GB RAM, 320GB HD 2009 17" Macbook Pro, 8GB RAM, 500GB HD
(This post was last modified: 2012-01-29 00:19 by winestock.)
|
| find quote |