NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 … 15 16 17 18 19 … 125 Next »
movies

 
  • 0 Vote(s) - 0 Average
movies
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#81
2007-01-25, 05:33 AM
navyguy Wrote:Thanks! Smile
As for the question McBainUK already took care of it. Let me know if there's anything specific you'd like to see the skin do and I'll see what I can do.

Actually, right now the Community skin doesn't have the latest Movies xml file in it.

To be really flexible and skinning friendly, the background image and selector images need to be able to be defined in the skin.xml file.

Your skin style is unique, but it can be worked with. Maybe adding something like this in the skin.xml file for starters.
Code:
<settings>
    <writing>
        <button_normal color="black" size="10" font="Arial" />
        <button_selected color="black" size="10" font="Arial" />
        <description_window color="lightgray" size="10" font="Arial" />
        <info_window color="lightgray" size="10" font="Arial" />
    </writing>
    <numberofbuttons value="9" />
    <locations>
        <poster xPos="30" yPos="10" Width="0" Height="0" />
        <buttons xPos="370" yPos="10" Width="330" Height="0" />
        <help xPos="185" yPos="10" Width="0" Height="0" />
        <movie xPos="185" yPos="150" Width="0" Height="0" />
        <pages xPos="185" yPos="170" Width="0" Height="0" />
        <description xPos="10" yPos="250" Width="650" Height="60" />
        <year xPos="10" yPos="440" Width="100" Height="20" />
        <runtime xPos="60" yPos="440" Width="500" Height="20" />
        <genre xPos="10" yPos="420" Width="650" Height="20" />
        <rating xPos="10" yPos="400" Width="650" Height="20" />
        <actors xPos="10" yPos="300" Width="650" Height="120" />
    </locations>
    [B][COLOR="Red"]<Images>
        <button_normal "normal.png" />
        <button_selected "selected.png" />
        <background "..\background.jpg" />
    </Images>[/COLOR][/B]
</settings>

Usually skins have CompositeImages that define such things..
Code:
<CompositeImage name="Background" size="720,480">
  <DrawImage filename="..\Background.jpg" loc="0,0" size="720,480"/>
</CompositeImage>

Code:
<CompositeImage name="ListItemSelected" size="300,25">
  <DrawImage filename="selected.png" loc="0,0" size="300,25"/>
  <DrawText text="@text" size="300,25" loc="0,0" align="Left" textStyle="ListItemSelected" />
</CompositeImage>

But your plugin is not designed that way so it may be easier to do the "Images" addition.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#82
2007-01-25, 07:29 AM
navyguy Wrote:So for the short version, yes and yes but it will take me a bit get to both.

Ok navyguy, looking forward to future releaese then.

Thanks,

\\Anders
navyguy
Offline

Member

Posts: 72
Threads: 4
Joined: May 2005
#83
2007-01-25, 04:15 PM
Fatman_do Wrote:
Code:
<settings>
...

    [B][COLOR=red]<Images>[/COLOR][/B]
[B][COLOR=red]        <button_normal "normal.png" />[/COLOR][/B]
[B][COLOR=red]        <button_selected "selected.png" />[/COLOR][/B]
[B][COLOR=red]        <background "..\background.jpg" />[/COLOR][/B]
[B][COLOR=red]    </Images>[/COLOR][/B]
</settings>

I'll add that into the next update, thanks for the tip.
GBPVR v0.99.5 WinXP Pro x64 Edition, Directx 9.0c, .Net 2.0
Skin: Plain Jane
Plugins: Movies, Weather, News Feeds, Theater, WebCams.
MediaMVP D3A
Intel Pentium D - Dual Core 3.5GHz, 2GB RAM, NVIDIA GeForce 7600 GT
Movies Plugin Author
GUI XML Based Installer for GBPVR Plugins/Skins Author
don_care100
Offline

Member

Posts: 78
Threads: 10
Joined: Apr 2006
#84
2007-01-26, 09:03 AM (This post was last modified: 2007-01-26, 12:43 PM by don_care100.)
Navyguy,

Is it possible to add in the future DVD structure support? I am converting my movies stored on HD with DVD stucture (video_ts) to ISO's but it is more work. Or do you know if there is a tool to do it automaticly? I am now using Nero to make the ISO's

Another question is .... Several movies are not found for example the movie Layover it give no results after a lookup. When I look on imdb.com the movie is there. Must i give the ISO's a special name ?

Thanks in advance....

Don
User Spec's
Server Pentium 4 2.6, 1G mem, 1X 120GB , 2X 320 GB HD's, Windows XP Pro, PVR350
Client Silverstone LC03B, Pentium 4 3.2, 512 Mb mem, 1X 120GB HD, Windows XP Prof
Other US Robotics Router, Living in the Netherlands
Plugins: None for now

Don Care Smile Share your knowledge
GBPVR 0.98.8 (net2.0)
navyguy
Offline

Member

Posts: 72
Threads: 4
Joined: May 2005
#85
2007-01-26, 11:06 PM
don_care100 Wrote:Navyguy,

Is it possible to add in the future DVD structure support? I am converting my movies stored on HD with DVD stucture (video_ts) to ISO's but it is more work. Or do you know if there is a tool to do it automaticly? I am now using Nero to make the ISO's

Another question is .... Several movies are not found for example the movie Layover it give no results after a lookup. When I look on imdb.com the movie is there. Must i give the ISO's a special name ?

Thanks in advance....

Don

I'll look into the movie Layover to see what's up with it, for best results just cut and paste "Layover (1999)" or "Layover (2001)" or "Layover (2005)" (without the quotes) into the movie title on the "Movie Info" tab and try an IMDB lookup from there. I'm not at home until tomorrow evening so won't be able to actually try it until then but depending which version you want try one of the above and see how it works.

As for directory structure it shouldn't be too hard to put in I'd think but again not even being home to be able to take a look at what it would mean code wise I don't want to make any promises yet but I'll take a look at it in the next couple of days and see.
GBPVR v0.99.5 WinXP Pro x64 Edition, Directx 9.0c, .Net 2.0
Skin: Plain Jane
Plugins: Movies, Weather, News Feeds, Theater, WebCams.
MediaMVP D3A
Intel Pentium D - Dual Core 3.5GHz, 2GB RAM, NVIDIA GeForce 7600 GT
Movies Plugin Author
GUI XML Based Installer for GBPVR Plugins/Skins Author
don_care100
Offline

Member

Posts: 78
Threads: 10
Joined: Apr 2006
#86
2007-01-27, 06:25 PM
Navyguy,

Thanks again. If I can give some help with testing let me know.

Don
User Spec's
Server Pentium 4 2.6, 1G mem, 1X 120GB , 2X 320 GB HD's, Windows XP Pro, PVR350
Client Silverstone LC03B, Pentium 4 3.2, 512 Mb mem, 1X 120GB HD, Windows XP Prof
Other US Robotics Router, Living in the Netherlands
Plugins: None for now

Don Care Smile Share your knowledge
GBPVR 0.98.8 (net2.0)
navyguy
Offline

Member

Posts: 72
Threads: 4
Joined: May 2005
#87
2007-01-28, 12:06 AM
don_care100 Wrote:Navyguy,

Thanks again. If I can give some help with testing let me know.

Don

Ok, I figured out what is up with the Layover movie, if you go to IMDb.com you'll see a search for the movie layover comes up with 3 title matches. The utility will go to the first link (in this case Layover 1999), if you click on that link you'll see there's pretty much no information available. However the Layover 2001 link does have information and a poster image. In this case copy and paste into the Title input area on the utility exactly what it is you want (in this case it would be "Layover (2001)" without the quotes and it'll pull exactly that when you click the IMDB lookup button.

For now at least that's the workaround, after I get done with this round of feature additions I'll revisit this and see what I can do to improve the logic for this kind of situation when IMDB sends back a page with pretty much no information.

HTH
GBPVR v0.99.5 WinXP Pro x64 Edition, Directx 9.0c, .Net 2.0
Skin: Plain Jane
Plugins: Movies, Weather, News Feeds, Theater, WebCams.
MediaMVP D3A
Intel Pentium D - Dual Core 3.5GHz, 2GB RAM, NVIDIA GeForce 7600 GT
Movies Plugin Author
GUI XML Based Installer for GBPVR Plugins/Skins Author
skurji
Offline

Junior Member

Posts: 3
Threads: 0
Joined: Dec 2006
#88
2007-01-28, 02:23 AM
Theater reviews do not show up
Showtimes, movies and theaters do show up-but not the reviews or posters
using GB-PVR(ver 09905) and attach:theater_Setup.zip,and using both US and canadian Zip codes
Here is the a sample of the theater .xml

Thanks


<database>
<category name="Sunridge Spectrum">
<item filename="Dreamgirls" name="Dreamgirls" value="10:20," movieLink="http://www.fandango.com/MoviePage.aspx?date=&amp;amp;mid=96209" reviewLink="http://www.fandango.com/ReviewPage.aspx?mid=96209&amp;from=" />
<item filename="The Hitcher" name="The Hitcher" value="7:35,10:15," movieLink="http://www.fandango.com/MoviePage.aspx?date=&amp;amp;mid=98616" reviewLink="http://www.fandango.com/ReviewPage.aspx?mid=98616&amp;from=" />
<item filename="Alpha Dog" name="Alpha Dog" value="7:20,10:30," movieLink="http://www.fandango.com/MoviePage.aspx?date=&amp;amp;mid=87902" reviewLink="http://www.fandango.com/ReviewPage.aspx?mid=87902&amp;from=" />
<item filename="Arthur and the Invisibles" name="Arthur and the Invisibles" value="9:35," movieLink="http://www.fandango.com/MoviePage.aspx?date=&amp;amp;mid=98103" reviewLink="http://www.fandango.com/ReviewPage.aspx?mid=98103&amp;from=" />
<item filename="Guru" name="Guru" value="8:30," movieLink="http://www.fandango.com/MoviePage.aspx?date=&amp;amp;mid=100536" reviewLink="http://www.fandango.com/ReviewPage.aspx?mid=100536&amp;from=" />
<item filename="Primeval" name="Primeval" value="7:30,9:55," movieLink="http://www.fandango.com/MoviePage.aspx?date=&amp;amp;mid=98241" reviewLink="http://www.fandango.com/ReviewPage.aspx?mid=98241&amp;from=" />
<item filename="Stomp the Yard" name="Stomp the Yard" value="7:15,10:10," movieLink="http://www.fandango.com/MoviePage.aspx?date=&amp;amp;mid=99466" reviewLink="http://www.fandango.com/ReviewPage.aspx?mid=99466&amp;from=" />
<item filename="Freedom Writers" name="Freedom Writers" value="7:25,10:25," movieLink="http://www.fandango.com/MoviePage.aspx?date=&amp;amp;mid=98294" reviewLink="http://www.fandango.com/ReviewPage.aspx?mid=98294&amp;from=" />
<item filename="Children of Men" name="Children of Men" value="9:30," movieLink="http://www.fandango.com/MoviePage.aspx?date=&amp;amp;mid=92007" reviewLink="http://www.fandango.com/ReviewPage.aspx?mid=92007&amp;from=" />
<item filename="Night at the Museum" name="Night at the Museum" value="9:45," movieLink="http://www.fandango.com/MoviePage.aspx?date=&amp;amp;mid=96208" reviewLink="http://www.fandango.com/ReviewPage.aspx?mid=96208&amp;from=" />
<item filename="Eragon" name="Eragon" value="9:25," movieLink="http://www.fandango.com/MoviePage.aspx?date=&amp;amp;mid=91011" reviewLink="http://www.fandango.com/ReviewPage.aspx?mid=91011&amp;from=" />
<item filename="The Pursuit of Happyness" name="The Pursuit of Happyness" value="9:40," movieLink="http://www.fandango.com/MoviePage.aspx?date=&amp;amp;mid=64100" reviewLink="http://www.fandango.com/ReviewPage.aspx?mid=64100&amp;from=" />
<item filename="Blood Diamond" name="Blood Diamond" value="10:05," movieLink="http://www.fandango.com/MoviePage.aspx?date=&amp;amp;mid=98429" reviewLink="http://www.fandango.com/ReviewPage.aspx?mid=98429&amp;from=" />
<item filename="Casino Royale" name="Casino Royale" value="10:00," movieLink="http://www.fandango.com/MoviePage.aspx?date=&amp;amp;mid=86027" reviewLink="http://www.fandango.com/ReviewPage.aspx?mid=86027&amp;from=" />
</category>
navyguy
Offline

Member

Posts: 72
Threads: 4
Joined: May 2005
#89
2007-01-28, 07:09 AM
skurji Wrote:Theater reviews do not show up
Showtimes, movies and theaters do show up-but not the reviews or posters
using GB-PVR(ver 09905) and attach:theater_Setup.zip,and using both US and canadian Zip codes
Here is the a sample of the theater .xml

Thanks

... Snip ...

I'm guessing you posted this in the wrong thread - this thread is for a completely different plugin, and unfortunately I've no idea what is causing your problem.
GBPVR v0.99.5 WinXP Pro x64 Edition, Directx 9.0c, .Net 2.0
Skin: Plain Jane
Plugins: Movies, Weather, News Feeds, Theater, WebCams.
MediaMVP D3A
Intel Pentium D - Dual Core 3.5GHz, 2GB RAM, NVIDIA GeForce 7600 GT
Movies Plugin Author
GUI XML Based Installer for GBPVR Plugins/Skins Author
stu8080
Offline

Senior Member

Posts: 639
Threads: 52
Joined: Aug 2004
#90
2007-01-28, 07:15 PM
Hi navyguy, love this plugin, it helps me keep track of the various films i have downloaded and recorded, however maintaining it from my HTPC is tricky and so i currently run this on my main PC aswell and then realtime sync the database with the HTPC.

With this in mind would it be possible to add an option to choose the default save location of the database?

This way i could set it to \\GBPVR Box\devnz\gbpvr\third party\navyman and cut out the need to sync?
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (15): « Previous 1 … 7 8 9 10 11 … 15 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Search for Movies in TV Guide spdrac1 1 2,029 2009-05-23, 03:37 PM
Last Post: JavaWiz
  Subtitle to movies micke_ch 6 3,368 2007-01-27, 04:18 PM
Last Post: adrian_vg@yahoo.com
  Xsearch for "movies" stevenjwilson 4 2,276 2006-06-10, 11:37 AM
Last Post: stevenjwilson
  DVD2MPEG on 16:9 movies??? SLGF2A 2 1,558 2005-08-26, 02:42 AM
Last Post: Jeff
  My Videos, Paused Movies & PIN protected directories DEfusion 1 1,741 2005-07-22, 11:22 PM
Last Post: reven

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode