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) GB-PVR Support (legacy) v
« Previous 1 … 347 348 349 350 351 … 1231 Next »
Problems with 1.2.9

 
  • 0 Vote(s) - 0 Average
Problems with 1.2.9
mmatheny
Offline

Senior Member

Posts: 732
Threads: 113
Joined: May 2006
#1
2008-03-23, 11:03 PM
1. Will not start in live TV even though I tell it to

2. Double channel #s in pop-up TV guide

3. Unable to play a folder of .mp3s with the music player - Doesn't matter if I highlight the folder and say Play all, or navigate into the folder and select Play all.

4. The Menu button on the Hauppauge remote will not popup the menu in ANY renderer, any skin. It seems to try sometimes, I see it pop up for a second, then nothing.

5. I no longer have a TV window inset when back at the menu.

6. The weather plug-in will not show current weather conditions as a task image, even though it is selected.
Mike

PVRX2 1.3.11
Community Skin 3.2.4
Community Skin Plugin 3.2.2
Win7 RTM 7600 x32
Comcast Houston (cable co)
ECS 7050M-M2 V2
AMD Phenom 9550 QuadCore
4G RAM
BFG GeForce 9600GT 512mb
160g SATA II (OS)
500g SATA II (DATA)
LG GGC-H20LK Combo drive
Hauppauge WinTV HVR-2250
JVC RX-9010 RX
Samsung PN50A550
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,734
Threads: 767
Joined: Nov 2003
#2
2008-03-23, 11:09 PM
Quote:Problems with 1.2.9

1. Will not start in live TV even though I tell it to
There is no functionality that does this in PVRX2, so should have been exactly the same in 1.0.x and 1.1.x also.

Quote:2. Double channel #s in pop-up TV guide
The most likely means you have duplicate channels in your database. zip and attach your gbpvr.db3 and I'll take a look.

Quote:3. Unable to play a folder of .mp3s with the music player - Doesn't matter if I highlight the folder and say Play all, or navigate into the folder and select Play all.
Reproduce the problem, then zip and attach the pvrx2.exe.log and I'll take a look.

Quote:4. The Menu button on the Hauppauge remote will not popup the menu in ANY renderer, any skin. It seems to try sometimes, I see it pop up for a second, then nothing.

5. I no longer have a TV window inset when back at the menu.
Where abouts are you talking about? A subscreen like Video Library, or while video is player? If the latter, you can only have video in a window if you're using the VMR9 renderer options. You can not do video in a window with Overlay or EVR (not possible because the UI is Direct3D based and these other video renderers cant mix their video with these type of graphics).

Quote:6. The weather plug-in will not show current weather conditions as a task image, even though it is selected.
Jeff would have to add support for the new IUIPanel interface to have the weather showing up on the main menu.
mmatheny
Offline

Senior Member

Posts: 732
Threads: 113
Joined: May 2006
#3
2008-03-23, 11:37 PM
1. There is no functionality that does this in PVRX2, so should have been exactly the same in 1.0.x and 1.1.x also.

[Mike} = There is a setting called Startup Options in the Settings panel that selects the startup type - what do you mean there is not functiolity - it is even in the config.xml file.
<StartupOptions>
<StartupOption name="Show Main Menu" args="" />
<StartupOption name="Show Live TV" args="-direct &quot;Live TV&quot;" />
<StartupOption name="Show Live TV in window" args="-direct &quot;Live TV&quot; -inset" />
<StartupOption name="Show TV Guide" args="-direct &quot;TV Guide&quot;" />
</StartupOptions>
<DefaultStartupOptions>-direct "Live TV"</DefaultStartupOptions>

2. The most likely means you have duplicate channels in your database. zip and attach your gbpvr.db3 and I'll take a look.

[Mike] - no, I mean there are duplicate channel #s side by side, i.e.
25 25 XXXTV

3. Reproduce the problem, then zip and attach the pvrx2.exe.log and I'll take a look.

[Mike] - maybe I'm working it wrong - how do I play a full subfolder of songs?

4 . Where abouts are you talking about? A subscreen like Video Library, or while video is player? If the latter, you can only have video in a window if you're using the VMR9 renderer options. You can not do video in a window with Overlay or EVR (not possible because the UI is Direct3D based and these other video renderers cant mix their video with these type of graphics).

[Mike] - I mean while watching live TV, I used to be able to press Menu and bring the main menu up with the TV inset still playing live TV - is this no longer available in PVRX2? No matter what renderer I pick? I've tried VMR9 custom and VMR9 Full Screen Exclusive.
There's even entries in the config.xml file, that supposedly allows this behavor:
<!-- video plugins -->
<VideoPlugin0>TV Guide</VideoPlugin0>
<VideoPlugin1>ProcAmp</VideoPlugin1>
<VideoPlugin2>OSD Menu</VideoPlugin2>
<VideoPlugin3>Live Guide</VideoPlugin3>
<VideoPlugin4>Weather</VideoPlugin4>


5. Jeff would have to add support for the new IUIPanel interface to have the weather showing up on the main menu.

[Mike] - so, this plug-in has never worked like it did in GBPVR?
Mike

PVRX2 1.3.11
Community Skin 3.2.4
Community Skin Plugin 3.2.2
Win7 RTM 7600 x32
Comcast Houston (cable co)
ECS 7050M-M2 V2
AMD Phenom 9550 QuadCore
4G RAM
BFG GeForce 9600GT 512mb
160g SATA II (OS)
500g SATA II (DATA)
LG GGC-H20LK Combo drive
Hauppauge WinTV HVR-2250
JVC RX-9010 RX
Samsung PN50A550
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,734
Threads: 767
Joined: Nov 2003
#4
2008-03-23, 11:49 PM
mmatheny Wrote:1. There is no functionality that does this in PVRX2, so should have been exactly the same in 1.0.x and 1.1.x also.

[Mike} = There is a setting called Startup Options in the Settings panel that selects the startup type - what do you mean there is not functiolity - it is even in the config.xml file.
<StartupOptions>
<StartupOption name="Show Main Menu" args="" />
<StartupOption name="Show Live TV" args="-direct &quot;Live TV&quot;" />
<StartupOption name="Show Live TV in window" args="-direct &quot;Live TV&quot; -inset" />
<StartupOption name="Show TV Guide" args="-direct &quot;TV Guide&quot;" />
</StartupOptions>
<DefaultStartupOptions>-direct "Live TV"</DefaultStartupOptions>
To be honest, the Settings screen was only included in this release by accident. It was something I'm still working on and isnt complete. Most of the settings function, but the startup options is one notable exception that doesnt work. It saves the data into the config.xml file, but the app doesnt do anything with that setting. I do intend to add this for the next 1.3.x release thought.

Quote:2. The most likely means you have duplicate channels in your database. zip and attach your gbpvr.db3 and I'll take a look.

[Mike] - no, I mean there are duplicate channel #s side by side, i.e.
25 25 XXXTV
This is most likely a hang over from originally using zap2it then later moving to schedules direct. Long story why, but the easiest fix for you is to hit the export recordings button, rename your gbpvr.db3 to backup.db3, then fire up the config app and recreate your capture sources, hit the 'Update EPG' button, then hit the 'import recordings' button to import recordings-dump.xml. After this your channel numbers will be fine going forward.

Quote:3. Reproduce the problem, then zip and attach the pvrx2.exe.log and I'll take a look.

[Mike] - maybe I'm working it wrong - how do I play a full subfolder of songs?
With a folder highlighted, press the Play key on your remote, or Ctrl-P on your keyboard.

Quote:4 . Where abouts are you talking about? A subscreen like Video Library, or while video is player? If the latter, you can only have video in a window if you're using the VMR9 renderer options. You can not do video in a window with Overlay or EVR (not possible because the UI is Direct3D based and these other video renderers cant mix their video with these type of graphics).

[Mike] - I mean while watching live TV, I used to be able to press Menu and bring the main menu up with the TV inset still playing live TV - is this no longer available in PVRX2? No matter what renderer I pick? I've tried VMR9 custom and VMR9 Full Screen Exclusive.
With the VMR9 custom renderer selected, while viewing live tv press the Home key to reproduce the problem, then zip and attach your pvrx2.exe.log and pvrx2.exe-native.log files and I'll take a look.

Quote:There's even entries in the config.xml file, that supposedly allows this behavor:
<!-- video plugins -->
<VideoPlugin0>TV Guide</VideoPlugin0>
<VideoPlugin1>ProcAmp</VideoPlugin1>
<VideoPlugin2>OSD Menu</VideoPlugin2>
<VideoPlugin3>Live Guide</VideoPlugin3>
<VideoPlugin4>Weather</VideoPlugin4>
These specific settings are no longer used in PVRX2.

Quote:5. Jeff would have to add support for the new IUIPanel interface to have the weather showing up on the main menu.

[Mike] - so, this plug-in has never worked like it did in GBPVR?
Correct.
mmatheny
Offline

Senior Member

Posts: 732
Threads: 113
Joined: May 2006
#5
2008-03-23, 11:52 PM
Thanx for your input!
Mike

PVRX2 1.3.11
Community Skin 3.2.4
Community Skin Plugin 3.2.2
Win7 RTM 7600 x32
Comcast Houston (cable co)
ECS 7050M-M2 V2
AMD Phenom 9550 QuadCore
4G RAM
BFG GeForce 9600GT 512mb
160g SATA II (OS)
500g SATA II (DATA)
LG GGC-H20LK Combo drive
Hauppauge WinTV HVR-2250
JVC RX-9010 RX
Samsung PN50A550
mmatheny
Offline

Senior Member

Posts: 732
Threads: 113
Joined: May 2006
#6
2008-03-24, 12:04 AM
Quote:
2. The most likely means you have duplicate channels in your database. zip and attach your gbpvr.db3 and I'll take a look.

[Mike] - no, I mean there are duplicate channel #s side by side, i.e.
25 25 XXXTV

This is most likely a hang over from originally using zap2it then later moving to schedules direct. Long story why, but the easiest fix for you is to hit the export recordings button, rename your gbpvr.db3 to backup.db3, then fire up the config app and recreate your capture sources, hit the 'Update EPG' button, then hit the 'import recordings' button to import recordings-dump.xml. After this your channel numbers will be fine going forward.

I am using the I-XMLTV program to pull from SchedulesDirect - should I use the built-in support? What will I miss if I use the builtin support? Will I still get asterisks for new programs?
Mike

PVRX2 1.3.11
Community Skin 3.2.4
Community Skin Plugin 3.2.2
Win7 RTM 7600 x32
Comcast Houston (cable co)
ECS 7050M-M2 V2
AMD Phenom 9550 QuadCore
4G RAM
BFG GeForce 9600GT 512mb
160g SATA II (OS)
500g SATA II (DATA)
LG GGC-H20LK Combo drive
Hauppauge WinTV HVR-2250
JVC RX-9010 RX
Samsung PN50A550
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,734
Threads: 767
Joined: Nov 2003
#7
2008-03-24, 12:21 AM
I'm not sure exactly how I-XMLTV operates (never used it myself), but I'm guessing its including the channel number as part of the channel name, so it looks ugly when you see the channel number "25" shown next to the name "25 XXXTV". Combined together this gives "25 25 XXXTV". Its probably worth looking at the options in I-XMLTV to find away from stopping it putting the channel number in the name, then following my advise about deleting the database and setting up your capture source again.
mmatheny
Offline

Senior Member

Posts: 732
Threads: 113
Joined: May 2006
#8
2008-03-24, 12:25 AM
Well, when I exported and reimported, it only exported 1 of about 20 recordings. Is there any setting in config.xml to tell it not to add channel #s if they already exist in the import file?
Mike

PVRX2 1.3.11
Community Skin 3.2.4
Community Skin Plugin 3.2.2
Win7 RTM 7600 x32
Comcast Houston (cable co)
ECS 7050M-M2 V2
AMD Phenom 9550 QuadCore
4G RAM
BFG GeForce 9600GT 512mb
160g SATA II (OS)
500g SATA II (DATA)
LG GGC-H20LK Combo drive
Hauppauge WinTV HVR-2250
JVC RX-9010 RX
Samsung PN50A550
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,734
Threads: 767
Joined: Nov 2003
#9
2008-03-24, 12:30 AM
Quote:Well, when I exported and reimported, it only exported 1 of about 20 recordings.
Zip and attach the recordings-dump.xml from your original database.

Quote:Is there any setting in config.xml to tell it not to add channel #s if they already exist in the import file?
Are you talking about recordings-dump.xml or your xmltv file? For the xmltv file, no - it expects the channel number to be the channel number and the channel name to be the channel name (not the channel name to be the channel number and the channel name).
mmatheny
Offline

Senior Member

Posts: 732
Threads: 113
Joined: May 2006
#10
2008-03-24, 12:41 AM
So, is this the issue, the Display Name has the channel # also?
<channel id="I10021.labs.zap2it.com">
<display-name>57 AMC</display-name>
<display-name>57 AMC TX62678:-</display-name>
<display-name>57</display-name>
<display-name>AMC</display-name>
<display-name>AMC</display-name>
<display-name>Satellite</display-name>
</channel>
<channel id="I10035.labs.zap2it.com">
<display-name>23 AETV</display-name>
<display-name>23 AETV TX62678:-</display-name>
<display-name>23</display-name>
<display-name>AETV</display-name>
<display-name>A &amp; E Network</display-name>
<display-name>Satellite</display-name>
</channel>
<channel id="I10051.labs.zap2it.com">
<display-name>46 BET</display-name>
<display-name>46 BET TX62678:-</display-name>
<display-name>46</display-name>
<display-name>BET</display-name>
<display-name>Black Entertainment Television</display-name>
<display-name>Satellite</display-name>
</channel>
Mike

PVRX2 1.3.11
Community Skin 3.2.4
Community Skin Plugin 3.2.2
Win7 RTM 7600 x32
Comcast Houston (cable co)
ECS 7050M-M2 V2
AMD Phenom 9550 QuadCore
4G RAM
BFG GeForce 9600GT 512mb
160g SATA II (OS)
500g SATA II (DATA)
LG GGC-H20LK Combo drive
Hauppauge WinTV HVR-2250
JVC RX-9010 RX
Samsung PN50A550
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  USA Cable Discovery Channel problems with Schedules Direct ram4x4nut 0 3,965 2013-02-21, 05:08 AM
Last Post: ram4x4nut
  New Machine (probably old problems), Video Render Options jvcleave 12 5,364 2011-02-01, 08:37 AM
Last Post: stustunz
  Problems after installing new capture card mikeh49 1 1,832 2010-11-02, 05:19 PM
Last Post: mikeh49
  Filter Problems imilne 2 2,319 2010-10-29, 12:48 PM
Last Post: imilne
  Weird GBPVR problems jfm 12 4,226 2010-10-01, 03:17 AM
Last Post: jfm
  MCE2XML or General EPG Problems ToughRowToHoe 8 3,356 2010-06-22, 01:16 AM
Last Post: ToughRowToHoe
  Djkxml problems? jezz2020 11 4,540 2010-06-14, 10:43 AM
Last Post: time_lord
  1.4.7 Configuration Problems - Can´t get any TV-channel immigrant 9 3,103 2010-06-08, 07:39 PM
Last Post: immigrant
  Mapping Digital cable problems jh61408 6 3,014 2010-06-07, 03:49 AM
Last Post: sub
  EPG Updating Problems Caseyjones 2 1,565 2010-05-30, 04:47 PM
Last Post: Caseyjones

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

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

Linear Mode
Threaded Mode