NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Other Clients v
« Previous 1 2 3 4 Next »
Jellyfin Users

 
  • 0 Vote(s) - 0 Average
Jellyfin Users
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#11
2020-04-09, 04:56 PM
In the TV Guide when you click on a show do you usually see art above the close button

Martin
Nickbert7
Offline

Junior Member

Deutschland
Posts: 17
Threads: 0
Joined: Mar 2020
#12
2020-04-09, 07:44 PM
Just for a few, it seems only where the title in Germany is the same as the original titel.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#13
2020-04-09, 08:23 PM (This post was last modified: 2020-04-09, 08:24 PM by mvallevand.)
Yes I figure that the TV Guide art in NextPVR will not be that useful to you anyway so it probably ready for you to start testing. 

For now just extract the two files into the jellyfin\plugins\NextPVR folder, renaming the old ones.

To get the genres, sports, news categories working you will need to modify some genres in the setting from the English default,   I created this video to explain it better
https://www.youtube.com/watch?v=yK6m90EbGzM  Because of the call I am using won't be getting any art in your setup though.

Also there are two On Now screens which is a bit confusing.  There are also two or three ways of looking at recordings so you need to be clear when you are explaining problem areas.  Emby isn't any better

Martin
Nickbert7
Offline

Junior Member

Deutschland
Posts: 17
Threads: 0
Joined: Mar 2020
#14
2020-04-09, 10:15 PM
Do you know where the artwork in v5 is coming from?
In v4 there was a setting and I was also able to edit them for the most common shows in the the "shows" folder.

I'll try the plugin tomorrow. Is it for the current stable (v 10.5.3) or the nightly?
Good to know that there is an option for the categories, it was alwasy annoing go have them empty...

Hopefully you'll get some feedback from my side wihtin the next 254 hours Big Grin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#15
2020-04-09, 10:29 PM
(2020-04-09, 10:15 PM)Nickbert7 Wrote: Do you know where the artwork in v5 is coming from?
In v4 there was a setting and I was also able to edit them for the most common shows in the the "shows" folder.
Like v4, it's sourced from thetvdb, or themoviebd, or Schedules Direct, and stores it in C:\Users\Public\NPVR-data\media\shows. You can always replace the images in that directory if you need to.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#16
2020-04-09, 11:27 PM
I compiled it for 10.5.3 but it should work with nightlies. Since you just started with v5 if you are happy with your v4 art just use

copy c:\users\public\npvr\media\* copy c:\users\public\npvr-data\media\*

and get everything

Martin
Nickbert7
Offline

Junior Member

Deutschland
Posts: 17
Threads: 0
Joined: Mar 2020
#17
2020-04-10, 10:28 AM
OK, so far it is looking good, EPG is there and playback does work fine.

I don't get any artwork, in the logs I receive following error:
Code:
[2020-04-10 12:19:05.934 +02:00] [ERR] [50] Emby.Server.Implementations.HttpServer.HttpListenerHost: Error processing request
System.ArgumentException: Unable to determine image file extension from mime type text/xml
   at MediaBrowser.Providers.Manager.ImageSaver.GetStandardSavePath(BaseItem item, ImageType type, Nullable`1 imageIndex, String mimeType, Boolean saveLocally)
   at MediaBrowser.Providers.Manager.ImageSaver.GetSavePaths(BaseItem item, ImageType type, Nullable`1 imageIndex, String mimeType, Boolean saveLocally)
   at MediaBrowser.Providers.Manager.ImageSaver.SaveImage(BaseItem item, Stream source, String mimeType, ImageType type, Nullable`1 imageIndex, Nullable`1 saveLocallyWithMedia, CancellationToken cancellationToken)
   at MediaBrowser.Providers.Manager.ProviderManager.SaveImage(BaseItem item, String url, ImageType type, Nullable`1 imageIndex, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Library.LibraryManager.ConvertImageToLocal(BaseItem item, ItemImageInfo image, Int32 imageIndex)
   at Emby.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options)
   at MediaBrowser.Api.Images.ImageService.GetImageResult(BaseItem item, Guid itemId, ImageRequest request, ItemImageInfo image, Boolean cropwhitespace, IReadOnlyCollection`1 supportedFormats, Nullable`1 cacheDuration, IDictionary`2 headers, Boolean isHeadRequest)
   at Emby.Server.Implementations.Services.ServiceExecGeneral.GetTaskResult(Task task)
   at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost httpHost, IRequest httpReq, HttpResponse httpRes, ILogger logger, CancellationToken cancellationToken)
   at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IHttpRequest httpReq, String urlString, String host, String localPath, CancellationToken cancellationToken)

Would it be possible to add a wildcard to the category genres?
Movie* for genre starting with "Movie" (Movie / Drama)
*Movie* for genre containing "Movie"
Otherwise I have to add a lot of genres...


Attached Files Thumbnail(s)
       
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#18
2020-04-10, 11:53 AM
For the wording the default is to do a wild card search are you saying that doesn't work? What is your guide source? If it is OTA I believe that sub may need to be breaking those categories into sub strings before sending them to the API.

As mentioned this version will not get art, it uses a new API call that is going to be in the next version of NextPVR

Martin
Nickbert7
Offline

Junior Member

Deutschland
Posts: 17
Threads: 0
Joined: Mar 2020
#19
2020-04-10, 12:02 PM
Yes, the source is OTA.
If I keep the default values it does not work, I have to add the complete strings.

Ah ok, I misunderstood the part with the artwork, I'll wait for the next update Smile
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#20
2020-04-10, 02:39 PM
Ok could you zip up your npvr.db3 database and attach it for me so I can test with it?

Martin.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (12): « Previous 1 2 3 4 5 … 12 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Jellyfin not showing artwork maarkos3 7 1,669 2024-06-08, 04:50 PM
Last Post: mvallevand
  Jellyfin with NextPVR 5.1.1 mvallevand 5 6,642 2021-12-19, 01:41 AM
Last Post: sub
  Jellyfin - Automate EPG updates mvallevand 6 4,676 2021-06-01, 02:18 PM
Last Post: mvallevand
  Jellyfin recording with NPVR plugin VCR58 4 3,513 2020-10-11, 08:09 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode