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
dshoup
Offline

Member

Posts: 247
Threads: 39
Joined: Jan 2006
#191
2008-06-30, 12:00 PM
How does one go about deleting the wrong channel from the database? I have lots of old channels (thankfully no conflicts just yet) and would like to do some house cleaning. I have SQLiteSpy and can view these in the database, but it appears I can only edit one cell at a time (i.e., delete the value, but it still leaves the record)...I would want to delete the entire record for old channels.

Dan
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#192
2008-06-30, 01:23 PM
In my opinion, it is prefereble to make undesired channels invisible using the Config app. the options include ...

Un-ticking Enabled in Capture Sources -- Edit.

Creating mutiple guides in Plugins -- TV Listings -- Settings -- Guides tab.

Graham
JuicyFruits
Offline

Member

Posts: 76
Threads: 20
Joined: Jun 2006
#193
2008-06-30, 08:33 PM
Hi,
did a fresh install of GBPVR, using a backup of gbpvr.db3
installed latest tv listings plugin, but get this when entering TV Listings:

Code:
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at TVListings.TVListings.ClosePopups()
   at TVListings.TVListings.Deactivate()
   at GBPVRX2.MenuTask.x0be92cb4e3ac1817.returnToMenu()
   at GBPVRX2.xdd215986d9a64c86.ReturnToMainMenu()
   at GBPVRX2.x0061b801bdf12d35.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
roy
Offline

Posting Freak

Posts: 830
Threads: 95
Joined: Sep 2005
#194
2008-06-30, 08:44 PM
Installed 2.5 with no problem. It looks nice, and I'm working on the skin for CS3.

Is there a way, and if not, would it be possible, to disable the images used for programs in the grid? I would prefer to still use the "named colors" and genre colors rather than the image. But the colors seem muted by the images.

I like the arrow image, and perhaps could add some transparency to allow it to overlay the underlying grid color. (if that makes sense?)
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
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#195
2008-07-01, 06:59 AM
Hi,

dshoup Wrote:How does one go about deleting the wrong channel from the database? I have lots of old channels (thankfully no conflicts just yet) and would like to do some house cleaning. I have SQLiteSpy and can view these in the database, but it appears I can only edit one cell at a time (i.e., delete the value, but it still leaves the record)...I would want to delete the entire record for old channels.

Dan

I'm not sure if you want to disable channels in gbpvr or in the plugin, but I think graham already gave the answer to both:

Graham Wrote:In my opinion, it is prefereble to make undesired channels invisible using the Config app. the options include ...

Un-ticking Enabled in Capture Sources -- Edit.

Creating mutiple guides in Plugins -- TV Listings -- Settings -- Guides tab.

Graham

-alibert
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#196
2008-07-01, 07:01 AM
Hi,

JuicyFruits Wrote:Hi,
did a fresh install of GBPVR, using a backup of gbpvr.db3
installed latest tv listings plugin, but get this when entering TV Listings:

please zip and attach your complete pvrx2.exe.log and I'll have a look.

-alibert
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#197
2008-07-01, 07:05 AM
Hi,

roy Wrote:Installed 2.5 with no problem. It looks nice, and I'm working on the skin for CS3.

Is there a way, and if not, would it be possible, to disable the images used for programs in the grid? I would prefer to still use the "named colors" and genre colors rather than the image. But the colors seem muted by the images.

I like the arrow image, and perhaps could add some transparency to allow it to overlay the underlying grid color. (if that makes sense?)

okay, I'll try to explain a bit. Since the new release, a programme is drawn by combining three images (left, middle, right) as defined in the skin.xml file.

However, genre colors and colors for the recording status are still possible. This is achieved by drawing the three images using a color matrix that emphazises or softens the R-, G-, B- and Alpha-Components of the image with the values that are defined in the genre- or recording-color (which is also the reason that you can only use solid colors for those).

One major advantage of this solution is (from my point of view) that the shape of the images remains the same, and transparent areas of the images are not colorized at all. For example, it is also possible to use a rounded rectangle image for programmes and still colorize them according to their genre.

There is no way to completely disable this procedure, but of course you could just define to draw nothing in the composite images for programmes. But if there is nothing to draw, there is also nothing to colorize according to the defined genre- or recordings-status-colors.

So I'd suggest to still define images for programmes, so that there's something to apply the colormatrix on.

-alibert
roy
Offline

Posting Freak

Posts: 830
Threads: 95
Joined: Sep 2005
#198
2008-07-01, 01:29 PM
alibert Wrote:However, genre colors and colors for the recording status are still possible. This is achieved by drawing the three images using a color matrix that emphazises or softens the R-, G-, B- and Alpha-Components of the image with the values that are defined in the genre- or recording-color (which is also the reason that you can only use solid colors for those).

There is no way to completely disable this procedure, but of course you could just define to draw nothing in the composite images for programmes. But if there is nothing to draw, there is also nothing to colorize according to the defined genre- or recordings-status-colors.

So I'd suggest to still define images for programmes, so that there's something to apply the colormatrix on.

-alibert

Thanks, I think I understand. I do, however, prefer the gradient color of the recording status in the grid. I think it's easier and more flexible to customize the 'named colors' than to create all the various images.

Would it be possible to have the gradient colors under the images so that it shows through transparent areas of images?

I'll try modifying the images to see if I can get the look I like.

Thanks again for a great plugin.
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
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#199
2008-07-01, 01:51 PM
Hi,

roy Wrote:Thanks, I think I understand. I do, however, prefer the gradient color of the recording status in the grid. I think it's easier and more flexible to customize the 'named colors' than to create all the various images.

Would it be possible to have the gradient colors under the images so that it shows through transparent areas of images?

I'll try modifying the images to see if I can get the look I like.

Thanks again for a great plugin.

yes, I agree that it's easier to change some colornames than images. But I wanted to do something new, and went away from drawing boring rectangles and dropped support for gradient-colors (which I personally have never used, so that might be bit self-serving), sorry.

-alibert
dshoup
Offline

Member

Posts: 247
Threads: 39
Joined: Jan 2006
#200
2008-07-01, 11:16 PM
alibert Wrote:Hi,



I'm not sure if you want to disable channels in gbpvr or in the plugin, but I think graham already gave the answer to both:



-alibert

I had already dissabled these and am geting along fine, but every once in a while, one of these pops up in some utility. I was just thinking it would be good to actually clean them out of the data base as I know I will never need them in the future.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (47): « Previous 1 … 18 19 20 21 22 … 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,952 2019-02-13, 12:45 AM
Last Post: ViperJPB
  TV Listings in Kodi NextPVR Client dcol 7 4,952 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,130 2018-09-07, 12:54 AM
Last Post: snaitaz
  Unhandled Exception setting up TV Listings. boogmeister1 16 9,690 2018-07-21, 09:20 PM
Last Post: tomhilton1
  TV Listings plugin no longer works after upgrade to 3.9.2 LeGrandZombie 14 8,408 2016-11-22, 03:46 AM
Last Post: mvallevand
  Must be Doing Something Wrong with TV Listings GWCowling323 49 23,384 2016-11-07, 04:36 PM
Last Post: mvallevand
  Where do TV Listings Files Go? GWCowling323 3 4,218 2016-10-14, 04:28 PM
Last Post: Graham
  Using TV Listings? spiinnaker 3 3,985 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