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 … 10 11 12 13 14 … 125 Next »
TV Listings - Support Thread

 
  • 0 Vote(s) - 0 Average
TV Listings - Support Thread
rever
Offline

Junior Member

Posts: 1
Threads: 0
Joined: Jan 2007
#151
2007-01-28, 03:06 PM
Hi,
OK I have ran this against my tvguide.xml file it failed at first. What I needed to do was remove 2 lines that the exe was not understanding. I compeleted successfully but I do not have any art or pictures. Is this suppose to download this info for me or am I to do this manually. Any help would be great.
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#152
2007-01-28, 03:23 PM
Hi,

rever Wrote:Hi,
OK I have ran this against my tvguide.xml file it failed at first. What I needed to do was remove 2 lines that the exe was not understanding. I compeleted successfully but I do not have any art or pictures. Is this suppose to download this info for me or am I to do this manually. Any help would be great.

I assume that you're talking about the utility XmltvIcons. If your xmltv epg source does not write out the <icon> tag for porgrammes, then the utility is also not able to find the needed information.

You can check easily if your xmltv epg source supports the <icon> tag inside the <programme> by doing the following steps:
- open your xmltv file
- do a search for "<icon>"
- check the search results

If there are matches for <icon> that are not inside the <channel>, but inside a <programme> element, then your xmltv source can be used by the XmltvIcons utility.

If you have no luck and your xmltv source is not supplying you with the necessary <icon> tags, then you can do some manual steps to get images displayed along with programmes. You can just put image files for programme-titles into a directory that you've specified in the configuration of the plugin, and then they will show up when you open a programme with the same name. More about this can be read on the wiki page of the plugin.

Carlito has written an utility that will download images automatically (wiki page).

-alibert
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#153
2007-01-28, 04:12 PM
Hi,

the upcoming release of the TV Listings plugin will cover the following improvements and bugfixes:

1. Added support for a client/server setup. It is also possible to display the icons sored on the server or use the server's IconDictionary.xml file. To do so, just enter the correct UNC-Path to the server in the plugin's configuration.
- "Problems with TV Listings on client" (http://forums.gbpvr.com/showpost.php?p=1...tcount=124)

2. Paddings of scheduled season recordings are now updated automatically for already existant shows in the epg.
- "Issue with padding and reoccurring recordings" (http://forums.gbpvr.com/showpost.php?p=1...tcount=129)

3. The appearance of the channels in the listings screen can now be adjusted via a "CompositeImage" element in the skin.xml file.
- "Display of Channel Logo Icons Only, Channel Text Only, or Both (Side by Side)" (http://forums.gbpvr.com/showpost.php?p=1...tcount=103)
- Example screenshot, example skin.xml

4. The plugin now recognizes EPG updates, and then starts loading the updated data automatically in the background.
- "Recordings list as manual recordings" (http://forums.gbpvr.com/showpost.php?p=1...tcount=135)
- "After i update the epg from within GBPVR, I need to restart it" (http://forums.gbpvr.com/showpost.php?p=1...stcount=53)
- "Recordings has wrong show name" (http://forums.nextpvr.com/showthread.php?p=151379)


As because of the new features and as I'm currently not able to test everything in all different scenarios, I decided to provide a pre-release of the plugin, especially for the authors of the above comments. Please let me know if everything's working okay now or not.

Download is here.

-alibert
Carlito
Offline

Posting Freak

Posts: 817
Threads: 41
Joined: May 2006
#154
2007-01-28, 07:26 PM
alibert,
I can't seem to find the composite image to change for showing both icon and text for a channel. Which image do we need to change in the skin.xml file?
----------------------
[SIZE="1"]PVRX2 1.3.11
Shuttle SG33G5 Case
Core2Duo E8400 3Ghz -- 4 GB RAM
Hauppauge PVR-150
Adaptec AVC-3610 Dual Tuner
Onboard Intel GMA 3100 through HDMI -- 500GB
37" Westinghouse LCD (1920 x 1080p)

Projects
Program Image Tool[/SIZE]
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#155
2007-01-29, 06:48 AM
Hi,
Carlito Wrote:alibert,
I can't seem to find the composite image to change for showing both icon and text for a channel. Which image do we need to change in the skin.xml file?

there are the following lines in the skin.xml file, right above the special elements:
Code:
<!-- variables that can used include: icon, name, number, iconAlternativeName -->
<!-- iconAlternativeName will only be drawn if there is no icon for the channel available -->
<CompositeImage name="Channel" size="60,40">
    <DrawRect loc="0,0" size="59,39" borderWidth="1" borderColor="ChannelIconSurround" fillColor="ChannelNameRectangle"/>
    <DrawText text="@iconAlternativeName" loc="0,0" size="60,40" textStyle="ChannelNames" align="Center"/>
    <DrawImage filename="@icon" loc="1,1" size="58,38"/>
</CompositeImage>
<CompositeImage name="SelectedChannel" size="60,40">
    <DrawRect loc="0,0" size="59,39" borderWidth="1" borderColor="ChannelIconSurround" fillColor="ChannelNameRectangle"/>
    <DrawText text="@iconAlternativeName" loc="0,0" size="60,40" textStyle="ChannelNames" align="Center"/>
    <DrawImage filename="@icon" loc="1,1" size="58,38"/>
</CompositeImage>

I've also posted an example skin.xml that will show an additional column with channel numbers in my posting above. I think it's quite self-explanatory, but if you have any further questions let me know.

-alibert
Carlito
Offline

Posting Freak

Posts: 817
Threads: 41
Joined: May 2006
#156
2007-01-29, 07:08 AM
Thank alibert, I missed the DrawTextWithOutline section.
Good work on the new features
----------------------
[SIZE="1"]PVRX2 1.3.11
Shuttle SG33G5 Case
Core2Duo E8400 3Ghz -- 4 GB RAM
Hauppauge PVR-150
Adaptec AVC-3610 Dual Tuner
Onboard Intel GMA 3100 through HDMI -- 500GB
37" Westinghouse LCD (1920 x 1080p)

Projects
Program Image Tool[/SIZE]
piotre
Offline

Member

Posts: 75
Threads: 18
Joined: Feb 2005
#157
2007-01-29, 04:15 PM
alibert Wrote:Hi,

2. Paddings of scheduled season recordings are now updated automatically for already existant shows in the epg.
- "Issue with padding and reoccurring recordings" (http://forums.gbpvr.com/showpost.php?p=1...tcount=129)


-alibert

@alibert: I installed your new pre-release but it does not seem to have changed in the padding issue. I am not supposed to change something in the config, am I? I just extracted your plugin to the gbpvr directory overwriting the old files and restarted GBPVR.

I still have the same issue and even reloading the EPG from within GBPVR (system plugin) does not correct the padding.

Am I missing something?

Cheers, piotre
__

PIII 1GHZ, 1GB RAM 200+160GB HD
Hauppauge WINTV PVR 350
XP SP2 MCE
GB-PVR v.1.1.5
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#158
2007-01-29, 06:42 PM
Please zip and attach your logfiles when scheduling a season recording and I'll have a look.

-alibert
piotre
Offline

Member

Posts: 75
Threads: 18
Joined: Feb 2005
#159
2007-01-31, 09:17 AM
Hi alibert,

attached you can find my logs zipped. I scheduled "Tagesschau" yesterday, 30.01.07 at around 19:00h as a reoccurring recording with 1 minute pre- and postpadding. The reoccurring shows up right in scheduled recordings but the indivudual recordings still have the default padding of 2 minutes pre- and 6 minutes postpadding.

Cheers, Piotre
__

PIII 1GHZ, 1GB RAM 200+160GB HD
Hauppauge WINTV PVR 350
XP SP2 MCE
GB-PVR v.1.1.5
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#160
2007-01-31, 04:56 PM
Hi,

it seems that you're still using the official version that is available on the wiki. Please try the pre-release version that is linked in my post above.

-alibert
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (29): « Previous 1 … 14 15 16 17 18 … 29 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  vidImport utility support carpeVideo 73 53,767 2012-05-27, 06:27 AM
Last Post: jksmurf
  BBC Iplayer Downloader Plugin - Beta + Support smiler 420 159,428 2012-01-20, 12:15 PM
Last Post: martint123
  Anime Library - Support Thread Ommina 167 93,726 2011-05-07, 06:41 AM
Last Post: mvallevand
  Music plugin support thread MixMan 103 40,752 2010-08-31, 09:46 PM
Last Post: povarotti
  StartGBPVR - support thread liteswap 46 25,007 2010-04-06, 04:10 AM
Last Post: keith_leitch
  BurnDVDX2 support issues. pastro 260 71,291 2010-03-05, 04:44 PM
Last Post: TomR
  Weather2 Support Thread scb147 47 15,201 2009-08-30, 07:19 AM
Last Post: Reddwarf
  ComTweak v1.0 Support Thread HydroChronic 12 5,533 2009-05-23, 10:02 AM
Last Post: gEd
  DJKXML support? mattyboy2 0 2,299 2008-10-30, 10:56 AM
Last Post: mattyboy2
  Another Dutch EPG/TV Listings XML grabber syncpuls 36 14,377 2008-10-26, 10:33 AM
Last Post: -=TJ=-Stefan

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

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

Linear Mode
Threaded Mode