NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 20 21 22 23 24 … 193 Next »
Recordings... Need Metadata

 
  • 0 Vote(s) - 0 Average
Recordings... Need Metadata
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#11
2015-08-17, 01:21 AM
jksmurf Wrote:This one has been on my wishlist for quite a while, great to see it beign dsicussed.

The above seems pretty complicated to my feeble brain; can someone clear a few things up for me (and hopefully others)?

1. What is needed for the metadata to actually show up in the RECORDINGS screen? Is it an XML file?
2. Where should this XML file be stored? (a) In the folder where the show is kept or (b) in the same folder as where all the show Media images are kept (sorry am not at home PC), can't recall the folder name or © Elsewhere (where?).
3. For (2) is the location configurable? I ask because I have seen a bunch of XML files in the folder where all the show Media images are kept. If they are there already (I assume ImageGrabLite put them there?), then I think these will do what I need, lookign in them, they contain a lot of infomation!
4. As the above dsicussion looks like a manual procedure (please correct me if it is not), then how do you actually create this metadata XML file based on the show you just recorded i.e. how do you call it from the show automagically and put it in the correct folder so it just SHOWS UP in the RECORDINGS screen?

Thanks!

k.
He wasn't asking about metadata in the Recordings screen, so not really on-topic. For the record though, those new metadata screens have been entirely removed from the Recordings screen in the next release.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#12
2015-08-17, 01:39 AM (This post was last modified: 2015-08-17, 01:45 AM by jksmurf.)
Oh, bummer. Done over by the subject line.

k
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#13
2015-08-17, 01:48 AM
sub Wrote:He wasn't asking about metadata in the Recordings screen, so not really on-topic. For the record though, those new metadata screens have been entirely removed from the Recordings screen in the next release.

Why, if I am may ask?

Surely Recordings is precisely where you would want to see metadata? i..e you record a show, it turns up in Recordings screen, you go to play it, why WOULDN'T you want to see as much info on that show / movie as possible?

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#14
2015-08-17, 02:02 AM
jksmurf Wrote:Why, if I am may ask?
I wasn't seeing a lot of interest in the feature from either the community or testing team, so didn't seem worthwhile persisting with it. I'd get the occasional person saying it's not working, but not supplying more info when I requested it.

Quote:Surely Recordings is precisely where you would want to see metadata? i..e you record a show, it turns up in Recordings screen, you go to play it, why WOULDN'T you want to see as much info on that show / movie as possible?
You still see the normal metadata in the Recordings screen, just not the extra details I was trying to add.
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,665
Threads: 170
Joined: Jun 2007
#15
2015-08-17, 03:44 AM
sub Wrote:I wasn't seeing a lot of interest in the feature from either the community or testing team, so didn't seem worthwhile persisting with it. I'd get the occasional person saying it's not working, but not supplying more info when I requested it.

Speaking for myself, I'm very interested in better/more metadata displayed with recordings. I think that you didn't see a lot of interest from the community because we kept hearing that (1) it was still under development, (2) several core functions didn't currently work if it was turned on, therefore (3) we should leave it turned off for now. So I (we) was just waiting for you to get time to get it all working.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#16
2015-08-17, 04:10 AM
We may revisit it sometime in the future, but for the next release it's gone.
puck64
Offline

Member

Australia
Posts: 130
Threads: 24
Joined: Aug 2015
#17
2015-08-23, 10:13 AM
Hi All,

I have gotten around the Metadata issue with a small Rexx Program that reads the database (epg_event) and updates series and / or episode.
It only works if the data required exists in the table.

It has been a few years since I have written any code (and that was for batch big iron) so it is a bit rough.
Rexx is not my native language but it is pretty close to IBM PL/1 and SQLite, well ... is all new to me.

The config.xml setting <StoreSeparateMetadataXml>. Writes the following metadata to a separate file.

NextPVR then writes the Series/Episode number attached to the Program Name.

BUT why the DOTS?????????????:confused:

<?xml version="1.0" encoding="UTF-8"?>
-<recording>
<filename>D:\RecordedTV\From Dusk Till Dawn\From.Dusk.Till.Dawn.S01E01.ts</filename>
<channel>SBS TWO</channel>
<status>READY</status>
<startTime>2015-08-21 22:15:11</startTime>
<endTime>2015-08-21 23:05:04</endTime>
<channel_OID>7153</channel_OID>
<title>From Dusk Till Dawn</title>
<subtitle/>
<description>Pilot - Follows bank robbers Seth Gecko and his violent, erratic brother, Richie, on the run to Mexoco. Based on the cult film from Robert Rodriguez and Quentin Tarantino. (S.1,Ep.1) #FromDuskTillDawn</description>
<uid/>
<firstrun>true</firstrun>
<season>1</season>
<episode>1</episode>
</recording>

I attach the code here for comments, suggestions etc.

Regards,
Mark
(Give a man a fish and he will eat for a day.
Teach him how to fish, and he will sit in a boat and drink beer all day.)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#18
2015-08-23, 04:39 PM
puck64 Wrote:BUT why the DOTS?????????????:confused:

Sub likes dots. There is a another option to to turn them off for those of us that don't.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#19
2015-08-23, 04:57 PM
puck64 Wrote:BUT why the DOTS?????????????:confused:
Because 90% of the shows I've ever downloaded from the internet have dots in the filename, so I decided it was best to try make NextPVR's recordings follow the same structure.

ie, here is some typical examples from the internet:

Better.Call.Saul.S01E02.HDTV.HebSubs.XviD-AFG.mkv
Outlander.S01E16.720p.HDTV.X264-DIMENSION.mkv
The.Americans.S03E11.720p.WEB-DL.DD5.1.h.264-NTb.mkv
Marco.Polo.S01E05.Hashshashin.NF.WEBRip.x264-NTb.avi

Very rarely do I ever come across a filename from the internet that has spaces in it. I'm surprised that you guys find it strange.
puck64
Offline

Member

Australia
Posts: 130
Threads: 24
Joined: Aug 2015
#20
2015-08-23, 11:58 PM
sub Wrote:Because 90% of the shows I've ever downloaded from the internet have dots in the filename, so I decided it was best to try make NextPVR's recordings follow the same structure.
.......
Very rarely do I ever come across a filename from the internet that has spaces in it. I'm surprised that you guys find it strange.

Ok you like DOTS Smile

I found the switch ... and its now off Smile

As for the matching the internet .... well dots in the name is a requirement (?????) that came in about 2 or 3 years ago and its a real pain in the butt.

Has anyone checked out my code? I would love to know if I have the right SQLite syntax

Regards,
Mark
(Give a man a fish and he will eat for a day.
Teach him how to fish, and he will sit in a boat and drink beer all day.)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Web display of Recordings w/o Pending Recordings turndave 5 927 2023-09-13, 10:08 PM
Last Post: turndave
  subtract time from recordings for web client jobby99 0 530 2023-05-28, 09:09 PM
Last Post: jobby99
  Divide Recordings by Channel (and other properties) ChaosMageX 1 688 2023-03-20, 07:35 PM
Last Post: mvallevand
  [Kodi] Directory Folders for Recordings Panic 14 2,946 2022-07-28, 03:59 PM
Last Post: mvallevand
  Resume on recordings mvallevand 13 2,805 2022-05-02, 08:04 PM
Last Post: artmetz
  direct bookmarkable URL for Recent Recordings f0945a5662 2 973 2021-11-18, 07:50 PM
Last Post: f0945a5662
  Cancellation of individual pending recordings Petrovski 25 8,282 2021-11-07, 06:49 PM
Last Post: sub
  Feature request (recordings calendar view) ThymeJ 1 2,302 2021-09-19, 04:44 AM
Last Post: sub
  Menu for recent recordings LeGrandZombie 0 814 2021-09-06, 02:02 AM
Last Post: LeGrandZombie
  If Win 10 use Windows Notifications for failed recordings scJohn 2 1,982 2021-08-14, 11:00 PM
Last Post: rmeden

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

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

Linear Mode
Threaded Mode