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) TV Listings v
« Previous 1 9 10 11 12 13 Next »
TV Listings 2 - Support Thread

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

Senior Member

Posts: 545
Threads: 13
Joined: Aug 2007
#31
2007-10-02, 06:53 AM
bobminter Wrote:WOW I don't think it's a language barrier as much as a tech. barrier, could you type what I should type and tell me exality where I should type it? pass the path and as commandline parameter when launching the programme is greek to me... Sorry

lol, I had the same problem with this plugin and some others. Many of the wiki how-to's are written assuming people are good with command lines and things, when even the average "non-programmer computer smart guy" nowadays almost never uses command lines for anything.

Here's a "I don't know how to use command lines" how-to. There might be a faster way, but you can find your way around in the future this way too:

start, accessories, command prompt. This will bring up a command line window. You can also instead go Start, Run, type "CMD" (no quotes) and press enter.

Whatever folder the last line is pointing to, you need to get to where your xmltvicons.exe file is. Most likely it's in C:\program files\devnz\gbpvr

To go back one folder, type cd.. in the command prompt window and press enter. You can do that multiple times to get to the main drive. If you're on the correct drive where xmlticons.exe is, great, otherwise type the drive letter with a colon after it. c: d: etc.

Let's say you're now at c:\
type cd with a space after it and then the folder name to go to that next folder. for instance,
you're at c:\ now type "cd program files" (no quotes) then press enter.
Now you are at c:\program files
Do the same to get to devnz and then to gbpvr (assuming this is where xmltvicons.exe is). cd.. has you go back one folder, cd typefolderhere has you go to that folder. But you can only go up and down the folder tree in the sequence the folders are in.

Now you're at c:\program files\devnz\gbpvr
You can now access any files in the gbpvr folder
type xmltvicons.exe followed by where your xmltv.xml file is. Mine is on the main c: drive, so I would type
xmltvicons.exe c:\xmltv.xml
press enter and xmltvicons.exe runs and it calls to xmltv.xml

If you're on the correct drive, you can type the whole multiple folder line all in one shot, but it's nice to get used to using cd.. to go back and cd typefilename here to go forward. It's harder to get lost that way.

I'm just typing this quick to try to help. Something like this should be in large print on FAQs and the Wiki though since most plugins require command line use and most people aren't familiar with even how to open a command line window.
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#32
2007-10-02, 07:18 AM
Hi and thanks for the explanation,

I have just updated the wiki page of the xmltvicons utility to point to this easier description. Thanks again.

-alibert
rightmark
Offline

Junior Member

Posts: 31
Threads: 10
Joined: Jul 2007
#33
2007-10-04, 05:07 PM
Hi
I've been playing with the XML code to try to change the background in the TV listings for a programme which has been scheduled to be recorded. I like the way in TV Guide the whole block for the selected programme has a red background. I haven't been able to find which bit of the XML I need to change. Can anyone point me in the right direction?
Thanks in advance
Rightmark
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#34
2007-10-04, 06:03 PM
Hi,

rightmark Wrote:Hi
I've been playing with the XML code to try to change the background in the TV listings for a programme which has been scheduled to be recorded. I like the way in TV Guide the whole block for the selected programme has a red background. I haven't been able to find which bit of the XML I need to change. Can anyone point me in the right direction?
Thanks in advance
Rightmark

you can enable / disable the background for scheduled recordings by changing the value of "showStatusColor" to "true" or "false" in the following line of the skin.xml file:

Code:
<Placement name="Listings" loc="15,15" size="80,63" rows="7" brightenCurrentShowsPercent="16" borderWidth="2" guideMinutes="120" scrollMinutes="60" showNavigation="false" showStatusColor="false" showStatusIcon="true"/>

You can also enable or disable the status icons in the same way.

-alibert
Turas
Offline

Member

Posts: 110
Threads: 18
Joined: Dec 2004
#35
2007-10-04, 06:47 PM
i don't have program-guide for all of my channels. in the pvrx2-program guide it's possible to select a channel without guide and start live-tv for that channel. is it possible to add this functionality to tvlistings2?

br turas
+++ never buy the first version +++
rightmark
Offline

Junior Member

Posts: 31
Threads: 10
Joined: Jul 2007
#36
2007-10-04, 07:20 PM
Many thanks, Alibert
I'm pretty sure I wouldn't have worked that out for myself.
Thanks again
Rightmark
rightmark
Offline

Junior Member

Posts: 31
Threads: 10
Joined: Jul 2007
#37
2007-10-04, 09:06 PM
Hello again
Another quick question - can I change the default value for the number of episodes to keep when I want to record a series. At the moment it's set to zero and I'm sure I'll forget to change it one day!
Thanks in advance
Rightmark
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#38
2007-10-05, 05:52 AM
Hi,

Turas Wrote:i don't have program-guide for all of my channels. in the pvrx2-program guide it's possible to select a channel without guide and start live-tv for that channel. is it possible to add this functionality to tvlistings2?

br turas

it is also possible to press the "play" button on a channel where currently no programme is selected to watch live tv.

rightmark Wrote:Hello again
Another quick question - can I change the default value for the number of episodes to keep when I want to record a series. At the moment it's set to zero and I'm sure I'll forget to change it one day!
Thanks in advance
Rightmark

It seems that I've forgotten to display "All" instead of "0" for the "Keep" option. This will be fixed in the next version. For now, you can be sure that "0" means to keep all episodes for a recurring recording.

-alibert
rightmark
Offline

Junior Member

Posts: 31
Threads: 10
Joined: Jul 2007
#39
2007-10-05, 06:25 AM
Many thanks, Alibert.
Thanks for all the work you've already done on this - i love it.
Cheers
Rightmark
roy
Offline

Posting Freak

Posts: 830
Threads: 95
Joined: Sep 2005
#40
2007-10-05, 07:58 PM
The multiple guides feature is really cool - nice work. Big Grin

I've tweaked the Community skin to my liking, and posted it here.
What, me worry?

MSI H270 PC Mate | Core i3-7100 | 16GB RAM | 275GB M.2 2280 SSD | 4TB + 2TB HDD | Zalman Z3 Case | Win10
HDHR Prime | HVR2250 | PCH A-110 | PCH A-100 | Harmony 650 & 700 remotes | Comcast | Schedules Direct
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (47): « Previous 1 2 3 4 5 6 … 47 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  How can I modify TV Listings Skin Bobbybear 0 2,728 2019-07-18, 10:06 AM
Last Post: Bobbybear
  OTA ATSC Schedules Direct Listings ViperJPB 6 3,962 2019-02-13, 12:45 AM
Last Post: ViperJPB
  TV Listings in Kodi NextPVR Client dcol 7 4,961 2018-09-26, 03:53 PM
Last Post: dcol
  TV Listings Failing on Execution snaitaz 4 3,268 2018-09-18, 06:30 PM
Last Post: snaitaz
  TV Listings Back Color & Logos snaitaz 8 5,131 2018-09-07, 12:54 AM
Last Post: snaitaz
  Unhandled Exception setting up TV Listings. boogmeister1 16 9,692 2018-07-21, 09:20 PM
Last Post: tomhilton1
  TV Listings plugin no longer works after upgrade to 3.9.2 LeGrandZombie 14 8,411 2016-11-22, 03:46 AM
Last Post: mvallevand
  Must be Doing Something Wrong with TV Listings GWCowling323 49 23,421 2016-11-07, 04:36 PM
Last Post: mvallevand
  Where do TV Listings Files Go? GWCowling323 3 4,221 2016-10-14, 04:28 PM
Last Post: Graham
  Using TV Listings? spiinnaker 3 3,986 2016-07-12, 05:40 PM
Last Post: Graham

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

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

Linear Mode
Threaded Mode