[MOD] Dan's Latest Movies & TV Hack
#1
Hi, All.
I've just finished a hack that adds a little overlay to Mediastream so you can quickly watch your latest files...

Image

You can download it here.

Just unzip the file to your XBMC directory and it will add Latest Movies & Latest TV panels to mediastream.

N.B. You will have to activate the panels from the skin settings (in Movies & TV) to see anything!

Enjoy! Cool
Reply
#2
Suweet. Grabbing it now!

EDIT:
Thanks for making it so easy to copy and paste into my already custom home.xml file Wink
Is there a way to make the script run when the home.xml window loades so when I first turn on XBMC I don't have to go run the script manually? I guess I could always do the auto load script thing.....but I'd rather have it so the script runs each time I return to the home menu form elsewhere in XBMC.

EDIT2:
Okay I found that your first change was:
Code:
<defaultcontrol always="true">308</defaultcontrol>
Which has the effect of running the script when the screen loads, but the side effect is that the text on the main menu does not animate with the panel.
Reply
#3
Did you make sure the end of the file looks like this...
Code:
<!-- Code to handle running the script -->
               <control type="button" id="308">
                <description>Run Recently added</description>
                <posx>240</posx>
                <posy>240</posy>
                <width>10</width>
                <height>10</height>
                <onfocus>XBMC.RunScript(special://xbmc/scripts/recentadded.py)</onfocus>
                <onfocus>Control.SetFocus(305,0)</onfocus>
                <onfocus>Control.SetFocus(304,0)</onfocus>
                <onfocus>SetFocus(300)</onfocus>
                <visible>Skin.HasSetting(ShowLatestMovies) | Skin.HasSetting(ShowLatestTV)</visible>
            </control>
            
            <control type="button" id="308">
                <description>Run Recently added</description>
                <posx>240</posx>
                <posy>240</posy>
                <width>10</width>
                <height>10</height>
                <onfocus>SetFocus(300)</onfocus>
                <visible>!Skin.HasSetting(ShowLatestMovies) + !Skin.HasSetting(ShowLatestTV)</visible>
            </control>

  </controls>
</window>
?

The menu animates fine on my computer. Smile
Reply
#4
dt1000 Wrote:Did you make sure the end of the file looks like this...
The menu animates fine on my computer. Smile
Yup just like that. I am planning on trying your home.xml in a few minutes to see if there is something wrong with mine. I love this mod.

EDIT:
Trying your home.xml results in the same thing. The home menu animates off properly, but not on. For example, when I go into movies and then return to the home menu, the text for the menu pops on, and then the panel slides in under it.

Video of it.
Reply
#5
Hi, sorry but in the video menù the lastmovie isn't viewed, only in menù "the movie" and "TV Shows".

Bye
Reply
#6
DrSlump Wrote:Hi, sorry but in the video menù the lastmovie isn't viewed, only in menù "the movie" and "TV Shows".

Bye
I'm pretty sure that's how it works. You shouldn't see a panel for "videos".
Reply
#7
Is it possible to get it so show the latest 10 movies and tv episodes instead of just 4?

Other than that, it's a pretty nice mod along with the media flag mod Smile
Reply
#8
Very nice mod!! I like it a lot.

One question though: if I use the custom home.xml the system stall while scrolling to the movies & tv show buttons. This does not happen when I manually load the script.

Any suggestions? I'm using the latest svn build.

Thanks
Reply
#9
DrSlump Wrote:Hi, sorry but in the video menù the lastmovie isn't viewed, only in menù "the movie" and "TV Shows".

Bye

yep.. this happens to me to.. no image on the video..

also the image on the tv series is to large... i think it's getting the full image..

is this fixable??
Reply
#10
dt1000 Wrote:Hi, All.
I've just finished a hack that adds a little overlay to Mediastream so you can quickly watch your latest files...

Image

You can download it here.

Just unzip the file to your XBMC directory and it will add Latest Movies & Latest TV panels to mediastream.

N.B. You will have to activate the panels from the skin settings (in Movies & TV) to see anything!

Enjoy! Cool

I have just installed the Mediastream theme and also your MOD and i have activated the two items and restarted xbmc and run the Update library but still no overlay screen in TV shows or Movies ?

any ideas ? i´m running this on a atv with the latest stable.
Reply
#11
You have to activate the functionality in the settings menu! Smile
Reply
#12
kricker Wrote:Yup just like that. I am planning on trying your home.xml in a few minutes to see if there is something wrong with mine. I love this mod.

EDIT:
Trying your home.xml results in the same thing. The home menu animates off properly, but not on. For example, when I go into movies and then return to the home menu, the text for the menu pops on, and then the panel slides in under it.

Video of it.

Kricker, how did you get all the movie info from Aeon Flux to show up? I'm still new to XBMC, and have already set the content type for the movie folder and it's finished downloading all the "info" supposedly, but when I go into that screen, all it shows is a self-generated thumbnail from the file, no movie poster art, synopsis or any of that other good stuff?

I used these instructions: http://wiki.xbmc.org/?title=Video_Library
Reply

Logout Mark Read Team Forum Stats Members Help
[MOD] Dan's Latest Movies & TV Hack0