Recording local news string - Kodi library
Added by Mark Fuller about 5 years ago
Hi.
I am looking for advice on best way to handle recording of local news programs etc which don’t provide data on series and episodes which i would like to have populate into my kodi library.
I am finding that without this (i.e “TenNews.s01e01”) kodi wont import into the library.
For example, my recording string I use $t/$t.$e$n.$x This works well for popular tv shows, however for my local news channel simply results in a file name and unique vale. For example, “TenNews.-1.XXX”, “TenNews.-2.XXX” etc.
I am struggling to think how to handle if guide provider doesn’t have season and episode info which is typically the case the for local nightly news.
Thanks.
Replies (6)
RE: Recording local news string - Kodi library - Added by Hiro Protagonist about 5 years ago
Not entirely sure why you'd want to import into the library but anyway:
You can't import into a library source that is configured for TV Shows, as the contents of TV show sources are scraped against an online database to verify the season & episode are valid & load metadata.
You can add a video source into which stuff like this can be loaded, https://kodi.wiki/view/Custom_video_entries
If you really want to give your news programs series & episode numbers, you could do this via post-processing if you're OK with writing a script. All the script would have to do is rename the file with arbitrary series/episode numbers & send a message to the TVH API to tell it about the name change.
RE: Recording local news string - Kodi library - Added by Mark Fuller about 5 years ago
Thanks for your reply.
I am new to this and only just getting my head around how front end (kodi) handles what TVH records.
It sounds like really a kodi library problem I am having.
After a lot of searching it appears what I want to achieve isn’t quite the norm. Basically, all my tv shows come from recordings with the bulk of these being modern shows which have data online and scrapers can sort out from my guide source which proves series information.
So, 99% of my library appears perfectly and probably how a lot of others sort their library.
With only a handful of recordings, like my local news being without the series info, this is why I prefer to use the tvshow folder rather than a video folder. I guess it also saves me writing NFO files for the 99% of the other shows if I went down the path of using the video folder.
I have absolutely no experience in writing scripts…. Up for the challenge and will start searching.
Any tips!!??
Thanks.
RE: Recording local news string - Kodi library - Added by Hiro Protagonist about 5 years ago
Well before you dive into writing scripts, I'll ask - why don't you use the TVHeadend PVR addon for viewing stuff like news?
RE: Recording local news string - Kodi library - Added by Hiro Protagonist about 5 years ago
Mark Fuller wrote:
I have absolutely no experience in writing scripts…. Up for the challenge and will start searching.
That's a deep hole to dive into... Before you do that I'll ask - why not use the TVHeadend PVR add-on for viewing stuff like news?
RE: Recording local news string - Kodi library - Added by Mark Fuller about 5 years ago
That leads onto my next problem.
For some reason no artwork at all appears within the TVHeadend PVR add-on recorded tv folder of my kodi skin (embuary)
After contacting them it was suggested it is because i need to run TVH v4.3. Hwoever this update doesn't appear available under the kodi add-on update... So really just looking for a way to watch all content and be visually appealing for the file structure rather than blank looking folders etc.
RE: Recording local news string - Kodi library - Added by Hiro Protagonist about 5 years ago
Mark Fuller wrote:
So, 99% of my library appears perfectly and probably how a lot of others sort their library.
With only a handful of recordings, like my local news being without the series info, this is why I prefer to use the tvshow folder rather than a video folder. I guess it also saves me writing NFO files for the 99% of the other shows if I went down the path of using the video folder.
Another thing to consider. Add a recording profile for news that writes to a different Recording system path: set that path as a video folder in Kodi. That way to can still have the 99% in TVshows, but handle non-episodic stuff on its own.
I find it useful to have a separate News recording profile, as I age my news recording out after 5 days, whereas other stuff needs to be kept for longer.