2007-03-22, 11:34 AM
Wakalaka Wrote:What doesn't work?
The software tells me "GB-PVR does not appear to be installed on this computer. Do you want to quit?"
2007-03-22, 11:34 AM
Wakalaka Wrote:What doesn't work? The software tells me "GB-PVR does not appear to be installed on this computer. Do you want to quit?"
2007-03-22, 11:42 AM
I havn't tried it yet, but I've seen in the source file that $gbpvr_path is set to "c:\Program Files\devnz\gbpvr\".
What does it happen if gbpvr is installed into a different directory?
[SIZE="1"][COLOR="Navy"]
1st Silverstone LC20 case | ASUS M2V | AMD Athlon 64 3200+ AM2| RAM 4GB DDR2 800 | HD 160GB IDE + (SATAII 300GB) | Hauppauge: 3x HVR-1300 - 1x HVR-1100 | 2 x Hauppauge MVP | 3 x AtlantisLand PL200 | WinXP IT SP3 | MCE 2005 Remote | GB-PVR v1.4.7 | Cyberlink Mux | 2 x clients Intel D945GCLF2 | Win FLP SP3 [/COLOR] _____________________ [COLOR="Navy"]2nd Intel D945GCLF2 | RAM 2GB DDR2 | HD 500GB SATAII) | Hauppauge Nova T500 | GB-PVR v1.3.11 | ATI Mux | Microsoft XP + SP3 + hotfix kb969238 and this [/COLOR][/SIZE]
2007-03-22, 12:00 PM
dfdario Wrote:I havn't tried it yet, but I've seen in the source file that $gbpvr_path is set to "c:\Program Files\devnz\gbpvr\". You get this: GB-PVR does not appear to be installed on this computer. Do you want to quit?
2007-03-22, 04:21 PM
dgroover Wrote:You get this: GB-PVR does not appear to be installed on this computer. Do you want to quit? I get this message too... My default instalation folder is "C:\Archivos de programa\devnz\gbpvr\" And I suggest you could put an option to hide tray icon... too many icons in the system tray! thank you
Learn, earn... and have fun!
The 'GBPVR is not installed' messages appear if you've got GBPVR installed on anything but the default C drive. This was originally for my convenience (read: lazy coding!) but it sounds like Wakalaka has resolved this issue by reading GBPVR's location from the registry.
I have no problem with him (or anyone else for that matter) amending my code provided the resulting source code is published as open source for future amendment/enhancement if required. Let's make it better... PS: If you PM me the update, I'm happy to host it.
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID[/SIZE] running Plex Media Server
2007-03-23, 12:06 AM
liteswap Wrote:I have no problem with him (or anyone else for that matter) amending my code provided the resulting source code is published as open source for future amendment/enhancement if required. Okay here is the exe:[ATTACHMENT NOT FOUND] and here it the code:[ATTACHMENT NOT FOUND]
_______________________________
Drugstore_Cowboy
Thanks - there's a couple of tweaks I'll make before posting it. Since the previous version was 1.0 (as posted on the wiki) and this adds functionality rather than being a bug-fix, this version will be v1.1.
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID[/SIZE] running Plex Media Server
2007-03-23, 01:34 PM
One suggestion - as you are making it more and more "product", and in light of some other comments here, why not read the value of where GB-PVR is installed from the registry?
Either at least read the value of "C:\Program Files" from the entry: Code: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ProgramFilesDir What do you say?
* Rogers Analog Cable [Canada]
* Hauppauge WintTV PVR USB2 * IBM Thinkpad T42 / 1GB Mem / Centrino 1.6Ghz / 60GB HD / ATI Mobility Radeon 7500 + VGA/DVI out * MCE Remote + Keyboard * Win XP SP2 / GBPVR [Latest version. always] * Pioneer HDTV via VGA (1360x768) * MS Remote Keyboard * Logitech Harmony 880 [via MS Remote Control Reciever]
2007-03-23, 07:30 PM
Sounds good - in fact so good that drugstore_cowboy has already written a module that does just that and, as soon as I get a moment (probably tomorrow now, UK time) I'll test and compile a version including it.
Credit where credit's due
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID[/SIZE] running Plex Media Server
Version 1.1 of StartGBPVR is now online. This is the compiled executable and this is the source code. I've updated the Wiki too.
In addition to the original features, it includes: 1. Check for alternative locations of GBPVR. We now look in the registry. However, this means that if GBPVR is neither in the default path or on the path found in the registry, it's not installed correctly, so I've removed the option to continue if GBPVR still cannot be found. 2. Ability to hide the tray icon - simply add "HideTrayIcon" to the command line or shortcut command. Example: StartGBPVR.exe /HideTrayIcon. Note that this parameter is case-insensitive, and you'll have to stop StartGBPVR using Windows Task Manager. 3. Neater start-up message, thanks to drugstore_cowboy -- though I've tweaked your code slightly.
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID[/SIZE] running Plex Media Server |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
TimeSharer - A plugin to control non-broadcasting channels | imilne | 0 | 1,396 |
2011-07-13, 09:23 AM Last Post: imilne |
|
TellStick USB Light Control | MixMan | 1 | 3,073 |
2008-12-12, 12:08 AM Last Post: MixMan |
|
Configuration tool for remote control | athomas | 0 | 1,286 |
2008-12-04, 12:45 PM Last Post: athomas |
|
Ati Remoe Wonder and x10 remote control | neoxeo | 1 | 1,675 |
2008-04-27, 06:39 PM Last Post: fuathurio |
|
Event Ghost, another app to control your remote | Wakalaka | 13 | 3,807 |
2007-04-29, 06:42 AM Last Post: HydroChronic |
|
Select a language with your remote control | Old Dog | 0 | 1,011 |
2006-03-19, 02:24 PM Last Post: Old Dog |