NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 294 295 296 297 298 … 433 Next »
2.5.5 - flags on recordings

2.5.5 - flags on recordings
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#1
2012-08-31, 05:51 AM
Is there a setting that makes this work? I've tried on all types of recordings but don't see anything visually different.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#2
2012-08-31, 06:13 AM
You mean the red/green/blue/yellow buttons? Are you using a keyboard (Alt-R, Alt-G etc) or a remote? What recording list were you in at the time (pending, whats new, ready etc)?
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#3
2012-08-31, 06:24 AM
They work here, though they only appear when the flagged recording is selected (highlighted). It would be more helpful if they appeared on all recordings.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#4
2012-08-31, 06:25 AM
+1 on that
[SIZE="1"]Specs[/SIZE]
[SIZE="1"]Server:Cpu-Intel i3,ATI Radeon HD 5670 ,OS-Windows 7,2gig ram. 2xHvr4400,Nova-s plus(dvb-s SD),hvr2210(dvb-t HD)[/SIZE]
[SIZE="1"]Client:Cpu-AMD am2,Gpu-Ati HD2100 integrated ,OS-Windows 7,2gig ram[/SIZE]
[SIZE="1"]Client:Cpu Intel 2 gig ram ,Nvidia 9400[/SIZE]
[SIZE="1"]ClientTongueopcorn Hour A110[/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2012]BD-E5900x2 [/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2013]BD-F6500 [/SIZE]
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#5
2012-08-31, 06:34 AM
they'd be even more helpful if my wife would agree to use them... her exact words, with her best naughty smile, I believe were "now, dear, you don't really think a little red dot is going to stop me from deleting your recordings when I want to do you?" No, I don't suppose I do... she's a pip.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#6
2012-08-31, 06:35 AM
Works with the keyboard (I tried that before posting but mistakenly used ctrl-R instead of alt-r). Does not work with the 45-button Hauppauge remote. My irremote ini has BLUE={ctrl}b (like it halways has done), should that say {alt}b instead?
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#7
2012-08-31, 06:46 AM
yes, alt-b/r/y/g are used now, the ctrl- versions are deprecated.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#8
2012-08-31, 07:20 AM
OK. I will update my irremote.ini.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,671
Threads: 170
Joined: Jun 2007
#9
2012-08-31, 02:27 PM
johnsonx42 Wrote:They work here, though they only appear when the flagged recording is selected (highlighted). It would be more helpful if they appeared on all recordings.

If you add the following lines to the recordings2.xml file in the skin default recordings directory, the colored flags will be displayed for all recordings, not just the selected recording.

Add:
Code:
<Image source="red.png" visible="@flaggedRed" location="79,10" size="10,35" fixedAspectRatio="true" />
<Image source="green.png" visible="@flaggedGreen" location="83,10" size="10,35" fixedAspectRatio="true" />
<Image source="yellow.png" visible="@flaggedYellow" location="87,10" size="10,35" fixedAspectRatio="true" />
<Image source="blue.png" visible="@flaggedBlue" location="91,10" size="10,35" fixedAspectRatio="true" />

In this section, like this:
Code:
<Element name="ListItemNormal" location="0.77,15.55" size="60.26,9.52" alpha="255" alphaFade="true">
    <RoundedRect location="0.15,0.15" size="99.7,98.45" fillColor="Normal_Recording" borderColor="Accent1" radius="0.77" borderWidth="0.15"/>
    <Image source="watched.png" visible="@alreadyViewed" location="1,5" size="2,90"/>
    <Image source="red.png" visible="@flaggedRed" location="79,10" size="10,35" fixedAspectRatio="true" />
    <Image source="green.png" visible="@flaggedGreen" location="83,10" size="10,35" fixedAspectRatio="true" />
    <Image source="yellow.png" visible="@flaggedYellow" location="87,10" size="10,35" fixedAspectRatio="true" />
    <Image source="blue.png" visible="@flaggedBlue" location="91,10" size="10,35" fixedAspectRatio="true" />
    <Text text="@name" location="2.5,10" size="82,40" font="Title1" align="Left" valign="Center"/>
    <Text text="@status" location="50,15" size="48,40" font="DefaultSmall" align="Right" valign="Center"/>
    <Text text="@period" location="2.5,55" size="88,40" font="DefaultSmall" align="Left" valign="Center"/>
    <Text text="@channel" location="50,55" size="48,40" font="DefaultSmall" align="Right" valign="Center"/>
</Element>
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#10
2012-08-31, 04:41 PM
Make the change BrettB suggested above. That was what I thought I was distributing. I checked and found it was that way in my own files, but not in the set I distribute.
« 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
  Failed recordings won't delete Spid4567 3 2,608 2023-07-14, 10:13 PM
Last Post: ZeDoZ
  All my recordings start 90 sec early ncsercs 2 1,450 2022-03-19, 03:28 AM
Last Post: sub
  Wake - Sleep Interaction -> Failed Recordings mikeh49 48 15,328 2021-03-21, 11:21 PM
Last Post: careads
  Most recordings are zero bytes virtualpaul 4 2,161 2021-01-29, 12:55 PM
Last Post: virtualpaul
  Recordings with Next PVR 4.2.5 (CL0116) have background music but no voice in record DavidF 4 2,230 2021-01-07, 08:47 AM
Last Post: sub
  Recordings not playing in browser FamilyGuyFan 1 1,514 2020-10-22, 10:18 PM
Last Post: mvallevand
  Recordings 1 minute off BobbyDing 7 2,968 2020-10-11, 08:07 PM
Last Post: mvallevand
  easy tools to remove adverts in recordings? V_J 6 4,164 2020-10-06, 02:37 AM
Last Post: Ehrlichia
  Black screen, no audio, & zero bit recordings mattman1968 1 1,624 2020-09-15, 12:19 AM
Last Post: mattman1968
  Recordings Date Format NumberFive 3 2,092 2020-05-14, 11:08 PM
Last Post: NumberFive

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

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

Linear Mode
Threaded Mode