NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 21 22 23 24 25 … 56 Next »
Updated weather plug-in for GBPVR 0.98

 
  • 0 Vote(s) - 0 Average
Updated weather plug-in for GBPVR 0.98
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#1
2006-09-10, 03:53 PM
Now on the wiki site. From the change log:

2006-09-10 :

* Updated to work with release 0.98 of GBPVR

* Weather plug-in can now be used as a video plug-in. To do so add it to your config.xml in the VideoPlugins section. By default when displayed in video mode a small two day forecast will show up on the botton of the screen. The popup is skinable.

Jeff
haxorboy
Offline

Member

Posts: 74
Threads: 5
Joined: Jan 2006
#2
2006-09-10, 04:49 PM
Thank you, this new build felt naked without it. Big Grin
[SIZE="1"]Samsung HL-S5087 50inch DLP XP Pro SP2 Nvidia 7800 w/HDMI PVR-500 Dvico Fusion5 Lite P4 3.2 1 GB RAM asRock mobo Turtle Beach Riviera 80GB/80GB Coolermaster ATC-610 Harmony 880 w/Girder
GB-PVR 099.12 w/Weather, Enhanced Web Admin, Sports Scores, Theater Listings, Newsfeed, Sassari[/size]
User
Offline

Senior Member

Inglewood, California, USA
Posts: 365
Threads: 10
Joined: Oct 2005
#3
2006-09-10, 09:39 PM
Thank you! and Ditto. I have it working as a video plugin too, Super!
pdan_pdan
Offline

Junior Member

Posts: 10
Threads: 3
Joined: Sep 2006
#4
2006-09-10, 10:26 PM
Pleae, can you post the line from config.xml with the weathe plugin?
I tried to put it on the first available line, like
<VideoPlugin3>Weather</VideoPlugin3>
and activate it with 3+F11, but it's not working
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#5
2006-09-11, 12:55 AM
Can you post your config.xml and gbpvr.exe.log file(s)?

Jeff
pdan_pdan
Offline

Junior Member

Posts: 10
Threads: 3
Joined: Sep 2006
#6
2006-09-11, 07:07 AM
Logs attached
[ATTACHMENT NOT FOUND]
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#7
2006-09-11, 04:44 PM
I think the problem is the skin you are using. Can you try switching to the blue skin and see if it works. I think the advisor skin will need to be updated to include images for the new popup display. If it works under blue, and it should, you can continue to use advisor as your skin for everyhing else. Just delete the weather subdirectory under advisor. In the new rev of GBPVR, GBPVR will automatically look for the skin files in the blue skin if they are not found in the currently active skin.

Jeff
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#8
2006-09-11, 06:46 PM
I updated the Advisor skin yesterday.
Is there a new popup in Weather ?
It seems to work fine for me.
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#9
2006-09-11, 08:28 PM
I added support for using the weather plug-in as a video plug-in. It would work fine with old skin files when used as a standard plug-in but mods are needed for the new functions. if you look in the blue skin you will see what changed.

I added some special elements to define the location of the display

Code:
    <!-- Location of the Video popup display on the VideoPopupBackground -->
        <SpecialElement name="VideoPopupDisplay" loc="0,340"/>
        <!-- Location of current conditions icon relative to the parent VideoPopupDisplay location above-->
        <SpecialElement name="VideoPopupDisplayCurrentDayIcon" loc="0,40" size="100,100" />
        <!-- Location of next day forecast icon relative to the parent VideoPopupDisplay location above-->
        <SpecialElement name="VideoPopupDisplayNextDayIcon" loc="400,40" size="100,100" />

And some images

Code:
        <!-- static background image -->
        <CompositeImage name="VideoPopupBackground" size="720,480">
            <DrawRect loc="0,340" size="720,140" borderWidth="0" fillColor="DarkBlue" borderColor="Transparent"/>
        </CompositeImage>

        <CompositeImage name="VideoPopupDisplay" size="720,140">
            <!-- Items available are @Title, @Temperature, @Outlook, @WindChill, @Wind, @Pressure,             -->
                        <!--                     @Humidity, @Visibility, @Dewpoint, @Sunrise, @Sunset, @UpdateTime,        -->
                        <!--                     @Day, @HiTemp, @LoTemp, @NextDay, @NextHiTemp, @NextLoTemp, @NextForecast -->

            <DrawText text="@Title" loc="0,3" size="710,25" textStyle="Details" align="Left"/>
            <DrawText text="@Day" loc="0,30" size="360,25" textStyle="Details" align="Left"/>
            <DrawText text="@Outlook" loc="125,40" size="290,20" textStyle="PopupDetails" align="Left"/>
            <DrawText text="Hi Temp:" loc="125,60" size="210,20" textStyle="PopupDetails" align="Left"/>
            <DrawText text="@HiTemp" loc="250,60" size="250,20" textStyle="PopupDetails" align="Left"/>
            <DrawText text="Low Temp:" loc="125,80" size="210,20" textStyle="PopupDetails" align="Left"/>
            <DrawText text="@LoTemp" loc="250,80" size="250,20" textStyle="PopupDetails" align="Left"/>
            <DrawText text="Current Temp:" loc="125,100" size="210,20" textStyle="PopupDetails" align="Left"/>
            <DrawText text="@Temperature" loc="250,100" size="250,20" textStyle="PopupDetails" align="Left"/>
            <DrawText text="Wind:" loc="125,120" size="210,20" textStyle="PopupDetails" align="Left"/>
            <DrawText text="@Wind" loc="250,120" size="290,20" textStyle="PopupDetails" align="Left"/>

            <DrawText text="@NextDay" loc="400,30" size="360,25" textStyle="Details" align="Left"/>
            <DrawText text="@NextForecast" loc="525,40" size="290,20" textStyle="PopupDetails" align="Left"/>
            <DrawText text="Hi Temp:" loc="525,60" size="210,20" textStyle="PopupDetails" align="Left"/>
            <DrawText text="@NextHiTemp" loc="650,60" size="250,20" textStyle="PopupDetails" align="Left"/>
            <DrawText text="Low Temp:" loc="525,80" size="210,20" textStyle="PopupDetails" align="Left"/>
            <DrawText text="@NextLoTemp" loc="650,80" size="250,20" textStyle="PopupDetails" align="Left"/>
        </CompositeImage>

Jeff
23skidoo
Offline

Member

Posts: 120
Threads: 9
Joined: Sep 2006
#10
2006-09-13, 03:26 PM
New here. Question: What do y'all mean when you say the Weather plugin can be used as a video plug-in? Does that give it additional features? Does that make it look better?

And as a post script, I have to say the Weather plug-in looks pretty good. One of the better UIs for this sort of info.
WinTV PVR-150 / ATI X1600 512 / 3GHz P4 / 2GB RAM
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  UK Freeview & Freesat Channel Logos (Updated) Lao Pan 57 28,615 2024-11-28, 01:48 PM
Last Post: Lao Pan
  Blue-Retro-SHV Skin updated Jaggy 55 25,975 2018-01-09, 12:52 AM
Last Post: Jaggy
  AutoRefresh Updated (27th Oct 2013) imilne 0 1,988 2013-10-27, 02:43 PM
Last Post: imilne
  External tool: Transfer Season Record schedules from GBPVR to NPVR kendrak24 37 20,868 2013-04-11, 05:58 AM
Last Post: kendrak24
  AutoRefresh - Updated 21st December, 2012 imilne 0 2,164 2012-12-21, 02:55 PM
Last Post: imilne
  System - Updated 19th December, 2012 imilne 0 2,202 2012-12-19, 08:38 PM
Last Post: imilne
  AutoRefresh - Updated 13th April, 2012 imilne 0 1,980 2012-04-13, 07:36 PM
Last Post: imilne
  System - Updated 25th February, 2012 imilne 0 1,723 2012-02-25, 11:11 AM
Last Post: imilne
  AutoRefresh - Updated 18th February, 2012 imilne 0 1,533 2012-02-18, 10:04 AM
Last Post: imilne
  myGBPVR: use XMBC as GBPVR FrontEnd Ton 161 62,988 2012-02-15, 07:04 PM
Last Post: rantzau

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

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

Linear Mode
Threaded Mode