2010-05-06, 04:01
Trying to make an Apple Movie Trailers button... but I clearly don't know what I'm doing
I guess being able to find favorites.xml (for the path) and knowing what the <thumb></thumb> was referring to may help me.
Edit: Anyone come up with a blu-ray submenu? I guess it would require your blu-ray movies to be in a separate folder from your SD movies and then you could just change a couple things in the anime script above this post.
Edit 2: Just read something in another thread about using a smart playlist rather than separate folders... might have to look into that.
Code:
<item id="12">
<label>Trailers</label>
<onclick>runScript(script://AppleMovieTrailers/)</onclick>
<icon>special://skin/backgrounds/amt.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Scripts_Folder)]</thumb>
</item>
I guess being able to find favorites.xml (for the path) and knowing what the <thumb></thumb> was referring to may help me.
Edit: Anyone come up with a blu-ray submenu? I guess it would require your blu-ray movies to be in a separate folder from your SD movies and then you could just change a couple things in the anime script above this post.
Edit 2: Just read something in another thread about using a smart playlist rather than separate folders... might have to look into that.