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) v
1 2 3 4 5 … 125 Next »
iMONDisplayPlugin Release

 
  • 0 Vote(s) - 0 Average
iMONDisplayPlugin Release
kindt nick
Offline

Member

Posts: 128
Threads: 9
Joined: May 2008
#101
2011-02-01, 09:17 PM
Hey,

could you test this one and give me feedback?

I've tested everyting except for video and currentchannelinfo.

Also working on the ID3V1, ID3V2, WMA -tagreader.
(Hope to also get the OGG/FLAC, MP4 & M4a reader)

Ow, If you have a more sensible xml settings file. Please post that one 2.
Sinds I don't have any video recording stuff over here to work with.

If it all seems OK, I would just link disp_line_1 and disp_line_2 to the iMON VFD API...

grtz,
Nick
CPU: Core i3 530 @2.93GHz, Intel; _ RAM: 4GB DDR3 1333MHz, Corsair; _ MoBo: GA-H55M-D2H, Gigabyte
HD: 64MB SSD Drive ; _ OS: Win 7 Ultimate x86, Microsoft
Case: Fusion 430 Black, Antec; _ LCD Display: ODM/OEM LCD, iMON; _ Remote/ir-Blaster: MCE-Remote 2, Microsoft
TV: 40" Full HD LCD, Samsung
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#102
2011-02-01, 11:35 PM (This post was last modified: 2011-02-02, 12:46 AM by pBS.)
i keep getting pluginfailed on recordings...
in livetv, i get no show info,jjust channel # and name..['nutility.channel' for file_path and _name]
for recordings, i'm getting nothing in video_base, but file_name and file_path are correct..both in recordings and video lib..

want logs? not much in it..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
kindt nick
Offline

Member

Posts: 128
Threads: 9
Joined: May 2008
#103
2011-02-03, 06:43 PM (This post was last modified: 2011-02-03, 07:16 PM by kindt nick.)
pBS Wrote:i keep getting pluginfailed on recordings...

What do you mean with this?

pBS Wrote:in livetv, i get no show info,jjust channel # and name..['nutility.channel' for file_path and _name]

Fixed.

pBS Wrote:for recordings, i'm getting nothing in video_base, but file_name and file_path are correct..both in recordings and video lib..
[quote=pBS]

Will check for this right now

You have to know that, when there is a value not found, that the entire string is cleared.
i.e. {Number} - {Name}. If Name was not found then the entire string was cleared.
Just made more sence to me. But I'll add an option to the xml for this.
CPU: Core i3 530 @2.93GHz, Intel; _ RAM: 4GB DDR3 1333MHz, Corsair; _ MoBo: GA-H55M-D2H, Gigabyte
HD: 64MB SSD Drive ; _ OS: Win 7 Ultimate x86, Microsoft
Case: Fusion 430 Black, Antec; _ LCD Display: ODM/OEM LCD, iMON; _ Remote/ir-Blaster: MCE-Remote 2, Microsoft
TV: 40" Full HD LCD, Samsung
kindt nick
Offline

Member

Posts: 128
Threads: 9
Joined: May 2008
#104
2011-02-03, 07:53 PM (This post was last modified: 2011-02-03, 09:50 PM by kindt nick.)
in addition to the previous post...

Could you test this one?

It it does nog get any info when viewing recordings.

Could you record something and upload your database?
Then I can test this one over here...
Has got to be something with the path then...

Also VFD is Nativly supported WITH custom strings!
Could Anyone test this?


grtz,
Nick
CPU: Core i3 530 @2.93GHz, Intel; _ RAM: 4GB DDR3 1333MHz, Corsair; _ MoBo: GA-H55M-D2H, Gigabyte
HD: 64MB SSD Drive ; _ OS: Win 7 Ultimate x86, Microsoft
Case: Fusion 430 Black, Antec; _ LCD Display: ODM/OEM LCD, iMON; _ Remote/ir-Blaster: MCE-Remote 2, Microsoft
TV: 40" Full HD LCD, Samsung
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#105
2011-02-04, 02:00 AM (This post was last modified: 2011-02-04, 05:02 AM by pBS.)
previous db should have had some recordings in it..just rename a file to the name it expects or adjust db entry for one....[status=2]
or did you mean something else?
i would always use "like" instead of = to make it case-insensitive..and also would only lookup name, no path w/% as wildcard..all names should be unique..
where filename like '%%name%%' ; and feed just 'name' part of path: x:\path\path\name.ext

will attach logs, i played livetv, then recording from recordings screen..then recording from video library..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
kindt nick
Offline

Member

Posts: 128
Threads: 9
Joined: May 2008
#106
2011-02-04, 10:32 AM
pBS Wrote:previous db should have had some recordings in it..just rename a file to the name it expects or adjust db entry for one....[status=2]
or did you mean something else?
i would always use "like" instead of = to make it case-insensitive..and also would only lookup name, no path w/% as wildcard..all names should be unique..
where filename like '%%name%%' ; and feed just 'name' part of path: x:\path\path\name.ext

will attach logs, i played livetv, then recording from recordings screen..then recording from video library..

Ok, there's got to be something wrong with my function to load the recordings... Couldn't see any recorded video data. only to record-data.
Will figure this one out this weekend.
CPU: Core i3 530 @2.93GHz, Intel; _ RAM: 4GB DDR3 1333MHz, Corsair; _ MoBo: GA-H55M-D2H, Gigabyte
HD: 64MB SSD Drive ; _ OS: Win 7 Ultimate x86, Microsoft
Case: Fusion 430 Black, Antec; _ LCD Display: ODM/OEM LCD, iMON; _ Remote/ir-Blaster: MCE-Remote 2, Microsoft
TV: 40" Full HD LCD, Samsung
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#107
2011-02-04, 06:56 PM
status for already recorded is 2 i believe...the rest looks fine so far..
we're frozen in for the weekend, so happy to do more testing...Smile
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
kindt nick
Offline

Member

Posts: 128
Threads: 9
Joined: May 2008
#108
2011-02-04, 07:02 PM
You're kidding... Over here extreme windy... Wel for Belgium tough :-D

I think I figured out what the problem is. Will test it tomorrow...
CPU: Core i3 530 @2.93GHz, Intel; _ RAM: 4GB DDR3 1333MHz, Corsair; _ MoBo: GA-H55M-D2H, Gigabyte
HD: 64MB SSD Drive ; _ OS: Win 7 Ultimate x86, Microsoft
Case: Fusion 430 Black, Antec; _ LCD Display: ODM/OEM LCD, iMON; _ Remote/ir-Blaster: MCE-Remote 2, Microsoft
TV: 40" Full HD LCD, Samsung
kindt nick
Offline

Member

Posts: 128
Threads: 9
Joined: May 2008
#109
2011-02-05, 03:28 AM
From what I can see, there were only 2 recordings in the database and they both had the status failed.
Is this correct?

If so, could you try the following?
CPU: Core i3 530 @2.93GHz, Intel; _ RAM: 4GB DDR3 1333MHz, Corsair; _ MoBo: GA-H55M-D2H, Gigabyte
HD: 64MB SSD Drive ; _ OS: Win 7 Ultimate x86, Microsoft
Case: Fusion 430 Black, Antec; _ LCD Display: ODM/OEM LCD, iMON; _ Remote/ir-Blaster: MCE-Remote 2, Microsoft
TV: 40" Full HD LCD, Samsung
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#110
2011-02-05, 06:27 AM (This post was last modified: 2011-02-05, 08:15 AM by pBS.)
should have been 4 or 5......and could be marked failed if not let record till end of epg slot...so that's ok..some will be for other users too...
no difference between failed and successful recordings, just an added failure reason..
they all show up in my recordings screen as ok.. maybe it's showing failed because it can't find file at that path?
will send current db after testing new one..

ok, this one shows tv_epg_1 data but i can't get it to show on the line unless i only put that value...[{stop}'s may not be working right?]
and that info doesn't get cleared when not watching it anymore..[should clear for all values not active to make things easier] tv_epg_1 still shows info when not watching anything..

still no recording info yet..even failed recordings have status 2 so not sure why failed would make any difference..
epg info is still in event_details field for both...
attaching db with couple successful recordings, and those failed ones..
all show up in recordings screen same way..not in failed
and recordings aren't updating on the fly...have to watch something before it notices current recording...

please make every bit of reg info only filled if active....clear when not valid....
would only need stop msgs for curr. recordings and next info then..Smile
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (18): « Previous 1 … 9 10 11 12 13 … 18 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  ExternalDisplay New Release - (MediaPortal MiniDisplay Port) ralphy 78 73,309 2011-01-26, 09:04 AM
Last Post: ralphy
  Is Contour working on the new release bhays 6 3,223 2006-05-16, 06:27 AM
Last Post: MixMan

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

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

Linear Mode
Threaded Mode