Joey - love your theme - simple, concise and relevant. Is your theme for use by the general population and if so, where do I go to get it (you can tell I am an absolute beginner) and a tutorial on installing it. Any help would be received with gratitude. I have managed to install the Mojo package on my SMP.
Just wondering how you achieved the ghosted backdrop image (1080x720)… is this part of the moviesheet or just rv_gallery view?
Right now it’s part of the moviesheet, but I’m trying some different things to increase speed. Speed it pretty decent now, except for Preview view but that’s due to the video running, and I’m sure that I can squeeze a little more speed out of it.
Well here’s a side benefit I just discovered for the linksheet mod…don’t know if I can adequately explain this or not but I’ll try.
This involves PlayOn so you must be running it and using your Hub to access the PlayOn server.
You know all those folder genre covers you made, Action, Animation etc… They show up in PlayOn too! So if you have a script like Ice Films and inside Ice Films there is an option to view movies listed by genre when you go in the genre list, VIOLA! The same sheet you have for your Action folder on your hub will show as the sheet for the Action folder for ANY SCRIPT! I’m sure it’s because VIRTUAL folders are created for all these genres in the scripts.
But wait friends and neighbors it gets better than this! You can create a folder sheet for every script, if it’s written in .LUA code! Sheet titles are CASE SENSITIVE!
A long time ago I made a very simple .LUA script for my PlayOn that just acts as a divider between scripts so I could organize them a little better by Movie scripts then in TV scripts and so on…I titled them
Yes, “List View” being shared is a pain. (they were separate XML’s back in the OLD Gen & Gen1 days)
My “Workaround” is to leave “List View” alone …(rv_list_browse_page.xml) Just, standard Poster Thumbnails for that
View. (So, standard images for Music ID3 tags will display as per normal … no sheets required)
The View i posted previously … below is “Large Grid View” … (rv_large_video_browse_page.xml) modified to look like a “List View” … this View is Unique to Video Only and does not effect Music or Photo Views.
For Movie “Movies/1408.avi”, the WDTV will attempt to load
.wdtv/thumb/Movies/1408.avi.thumb_1280x720
If the above file has the same mod date as the original movie file (Movies/1408.mkv), then the WDTV SMP software will use that image. If not, the WDTV software will attempt to scale up the Movies/1408.metathumb file - a jpeg of a dvd cover - and the results will not be pretty.
But: we can get the WDTV to load a 1280x720 image without worrying about the 30MB theme space.
I run the WDTV with Library Mode turned off and I put everything on the disk manually (well, I have a bunch of cygwin bash scripts to do all this - copying a subset of movies from my main xbmc server to an external 2.5" HD so I can take the HD and the WDTV on holiday
LStar337’s Split-Sheet stuff as that 1280x720 image looks quite good and is nice and quick.
If anyone wants, I can share the scripts - be warned, they’re a bit klunky and rely on my existing xbmc layout. and make use of other programs to convert xbmc .nfo files to WD-suitable .xml files. Things are further complicated by the fact that my WDTV is going on holiday with SWMBO and the kids so I can’t do any testing 'til they’re back… so you’d be on your own
Exactly. I tried to use the WDTV’s Library mode but the results were bad. Very bad.
Since I already have all my media with posters etc on a NAS in XBMC format (I use Ember as a media manager), I “just” needed to cobble together a few scripts and some C programs to massage XBMC .nfo to WDTV .xml files (for both TV series and Movies) and sort out the movie sheets with ThumbGen. What I have now, after a couple of months of hacking, is suitable for me and my setup, and will not work without mods for others. I wouldn’t even try to support the scripts …
I made a half-hearted attempt at doing Movies Sets, but it’s a bit messy. I really need to work on genres too.
I’ve been trying to do something like this based on what JoeySmyth did using a png image file to have a thumb and a sheet as a part of a single image. In his case I believe he used a png image renamed to .jpg to have a sheet & thumb. Renaming a png to jpg I don’t believe this is possible any longer. You could use a large jpg with the these items on it just without transparency.
What I’ve tried so far is to have a thumb in between two background images without any gaps. The total image size is 1266x300 (Two backgrounds @ 533x300 + a thumb @ 200x300). Initially this worked pretty well but is now causing me some problems that I’m trying to sort out. For example, if you have the movie “The Avengers”, you could generate a “thumb” like this:
…would provide the thumb. My hope/thought was to use this single image for the the thumb and backgrounds for a video & then use your linksheet idea for movie information in a png format. Dropping the image component from the png image greatly reduces the file size - 60kB for me for a sheet based on the brightly dark thumbgen template w/o the background image.