NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 22 23 24 25 26 … 56 Next »
Channel Logo Tool V3

 
  • 0 Vote(s) - 0 Average
Channel Logo Tool V3
MichaelColey
Offline

Junior Member

Posts: 44
Threads: 7
Joined: Mar 2007
#41
2007-04-08, 01:14 PM
After I tell Channel Logo Tool the location of my config file, I get the following error:

Code:
Data Source cannot be empty. Use :memory: to open an in-memory database.

If it makes a difference, I have a few things different than a standard installation. These seem like the most relevant differences:

1) My installation directory is "c:\Program Files\gbpvr".
2) My database is located at "\\PVR\gbpvr\gbpvr.db3".
Main PVR: Dell E520 / XP MCE / 2.8GHZ Dual Core / 250GB+500GB / 1GB / HVR-1600 / GB-PVR 1.0.16
systemshark
Offline

Senior Member

Posts: 566
Threads: 56
Joined: Oct 2005
#42
2007-04-11, 06:33 AM
MichaelColey Wrote:After I tell Channel Logo Tool the location of my config file, I get the following error:

Code:
Data Source cannot be empty. Use :memory: to open an in-memory database.

If it makes a difference, I have a few things different than a standard installation. These seem like the most relevant differences:

1) My installation directory is "c:\Program Files\gbpvr".
2) My database is located at "\\PVR\gbpvr\gbpvr.db3".

Hi, I think your the first to attempt to locate the database via a network drive, I'd not added any support for the networked drive.... I'll have a look into the problem...

Are you attempting to run CLT on in a client server setup ?

Out of interest which version are you using ? 3.5 Beta or 3.4 Final Release
Regards Systemshark
[COLOR="Silver"]
Lounge: HDPC Intel i5, Asus Motherboard with Intel HDMI, 4Gb of Ram, 1Tb Disk, 60Gb SSD, Blackgold BT3595 Tuner, Hauppauge Nova T500 and HVR1700 in a LianLi C39 B Case.

Other Room : Liteon Wireless Media Centre/DVD Player

Software : Windows7 32 Bit, RedRat, XMLTV GUI and NPVR
[/COLOR]
MichaelColey
Offline

Junior Member

Posts: 44
Threads: 7
Joined: Mar 2007
#43
2007-04-11, 02:10 PM
I'm running GB-PVR in a client/server mode, but am running CLT on the server. The main machine is "PVR" on the network. The HVR-1600 is on that machine, all processing happens on that machine, and the living room TV is hooked up to that machine. I (currently) have two client PCs running and will add other clients and MVPs in the future. When I configured client/server, the documentation was scattered around and inconsistent, and it looked like I had to have the everything be consistent on all machines. Rather than mapping to drives and trying to keep them all the same, I figured it was easier to just use network references. On the PVR, "\\PVR\gbpvr\gbpvr.db3" is really "C:\gbpvr\gbpvr.db3". From the sounds of your question, I'm thinking I might be able to change \\PVR to C: for everything on the server and leave the clients pointing to \\PVR??? I'll have to try that.

I'm using version 3.5.
Main PVR: Dell E520 / XP MCE / 2.8GHZ Dual Core / 250GB+500GB / 1GB / HVR-1600 / GB-PVR 1.0.16
MichaelColey
Offline

Junior Member

Posts: 44
Threads: 7
Joined: Mar 2007
#44
2007-04-11, 03:43 PM
I changed my server to use c: instead of \\pvr, but I'm still getting the same error. I've attached my config.xml, if that helps.

What is CLT using in config and/or the database?
Main PVR: Dell E520 / XP MCE / 2.8GHZ Dual Core / 250GB+500GB / 1GB / HVR-1600 / GB-PVR 1.0.16
systemshark
Offline

Senior Member

Posts: 566
Threads: 56
Joined: Oct 2005
#45
2007-04-11, 05:27 PM
Michael,

I've reproduced your error, It generated when the GBPVR.DB3 is not in the directory so It's not able to open it.

This is a bit odd, as CLT is designed to use the config setting that GBPVR using to locate the database so assuming it's opened config.xml everything should work from here on.

Did CLT find config.xml ?

Basically the system looks at the config.xml to see

1. which database type you are using - SQLite or Access
2. The path to the database AKA C:\program files\denvz\gbpvr

If you PM me the config.xml and gbpvr.db3, I'll test it here.
Regards Systemshark
[COLOR="Silver"]
Lounge: HDPC Intel i5, Asus Motherboard with Intel HDMI, 4Gb of Ram, 1Tb Disk, 60Gb SSD, Blackgold BT3595 Tuner, Hauppauge Nova T500 and HVR1700 in a LianLi C39 B Case.

Other Room : Liteon Wireless Media Centre/DVD Player

Software : Windows7 32 Bit, RedRat, XMLTV GUI and NPVR
[/COLOR]
MichaelColey
Offline

Junior Member

Posts: 44
Threads: 7
Joined: Mar 2007
#46
2007-04-11, 07:02 PM
I don't see an option for attachments with PM. Also, gbpvr.db3 is pretty big (8MB).

How would I know if it found config.xml? I browsed to it and selected it, so I'm assuming it did. I tried selecting a random other file and got a different error message (about invalid formats), so it looks like it's selecting fine.

I tried temporarily copying my config.xml to the directory where gbpvr.db3 is and choosing that config.xml, but I got the same error.
Main PVR: Dell E520 / XP MCE / 2.8GHZ Dual Core / 250GB+500GB / 1GB / HVR-1600 / GB-PVR 1.0.16
systemshark
Offline

Senior Member

Posts: 566
Threads: 56
Joined: Oct 2005
#47
2007-04-11, 08:15 PM
Hi.

Here is what is happening :-

CLT has opened the matching window,
CLT has looked for config.xml in the default folder (C:\program files\devnz\gbpvr)
CLT is not located the file and it has asked your to browse to the folder containing config.xml which I think on your machine is C:\program files\gbpvr
CLT has read the config.xml down to the database source entry.

(mine is : <DatabaseConnectionString>Data Source=".\gbpvr.db3";Version=3;New=True;</DatabaseConnectionString>)

CLT has resolved the path based on config.xml and looked into this directory and not located gbpvr.db3.

therefore can you let me know :-

1) entry in config.xml against <DatabaseConnectionString>
2) the real path to GBPVR.DB3

We are getting closer.....
Regards Systemshark
[COLOR="Silver"]
Lounge: HDPC Intel i5, Asus Motherboard with Intel HDMI, 4Gb of Ram, 1Tb Disk, 60Gb SSD, Blackgold BT3595 Tuner, Hauppauge Nova T500 and HVR1700 in a LianLi C39 B Case.

Other Room : Liteon Wireless Media Centre/DVD Player

Software : Windows7 32 Bit, RedRat, XMLTV GUI and NPVR
[/COLOR]
MichaelColey
Offline

Junior Member

Posts: 44
Threads: 7
Joined: Mar 2007
#48
2007-04-11, 08:30 PM
FWIW, you should be able to get the installed GBPVR directory somewhere. I know it's in the registry, and several other GBPVR tools and plugins I've used find it automatically.

My DatabaseConnectionString is:

<DatabaseConnectionString>Data Source="c:\gbpvr\gbpvr.db3";Version=3;New=True;</DatabaseConnectionString>

Perhaps you're trying to prepend something to the path?
Main PVR: Dell E520 / XP MCE / 2.8GHZ Dual Core / 250GB+500GB / 1GB / HVR-1600 / GB-PVR 1.0.16
systemshark
Offline

Senior Member

Posts: 566
Threads: 56
Joined: Oct 2005
#49
2007-04-11, 10:50 PM
Right fixed it, thanks for spotting this bug, I'd not handled the exact path reference correctly, anyway it's been fixed now....

try this version :

http://www.systemshark.com/CLTSetup3.7_beta2.zip
Regards Systemshark
[COLOR="Silver"]
Lounge: HDPC Intel i5, Asus Motherboard with Intel HDMI, 4Gb of Ram, 1Tb Disk, 60Gb SSD, Blackgold BT3595 Tuner, Hauppauge Nova T500 and HVR1700 in a LianLi C39 B Case.

Other Room : Liteon Wireless Media Centre/DVD Player

Software : Windows7 32 Bit, RedRat, XMLTV GUI and NPVR
[/COLOR]
MichaelColey
Offline

Junior Member

Posts: 44
Threads: 7
Joined: Mar 2007
#50
2007-04-12, 09:55 PM
That fixed it! Thanks!
Main PVR: Dell E520 / XP MCE / 2.8GHZ Dual Core / 250GB+500GB / 1GB / HVR-1600 / GB-PVR 1.0.16
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): « Previous 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  UK Freeview & Freesat Channel Logos (Updated) Lao Pan 57 26,828 2024-11-28, 01:48 PM
Last Post: Lao Pan
  Roku NextPVR Channel mvallevand 7 7,967 2022-11-28, 12:10 AM
Last Post: mvallevand
  UK Freeview & Freesat Channel Logos Lao Pan 122 99,571 2019-09-15, 06:48 PM
Last Post: Lao Pan
  Plex Channel for NextPVR psycik 289 173,860 2018-01-14, 04:17 AM
Last Post: psycik
  UK Freeview Local Channel Logos Lao Pan 0 2,449 2014-04-02, 03:26 PM
Last Post: Lao Pan
  DirecTV channel changing app los93sol 5 5,412 2013-11-11, 06:45 PM
Last Post: smajor
  External tool: Transfer Season Record schedules from GBPVR to NPVR kendrak24 37 20,477 2013-04-11, 05:58 AM
Last Post: kendrak24
  NZ FreeView DVB-T Channel Changes psycik 3 3,465 2012-06-20, 09:23 AM
Last Post: sub
  New External App : Channel Logo Tools For NPVR (Beta) systemshark 0 1,651 2011-09-03, 08:15 AM
Last Post: systemshark
  Channel Logos for San Jose - San Francisco, CA area YoMoose 5 2,763 2011-07-26, 07:20 PM
Last Post: johnsonx42

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

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

Linear Mode
Threaded Mode