Page 1 of 1

Serviio does not accept resize pictures, it reverts back?

PostPosted: Sun Mar 19, 2017 5:26 pm
by wazer
Follow up on my old topic here
viewtopic.php?f=5&t=21833&p=113130#p113130

I dont think this is solved yet, i think its kinda hard to get some proper support and answers about this issue.

I finally figured out how add value to improve the picture quality when watching movies thumbnails from the mediabrowser.

they are normal 160x160 which is wayyyy to low by standards today?

Now I added 1920 which gives me 1920x1920, why cant i just get 1920x1080 resize option?

Anyways my 2 questions.

I want to be able to size thumbnails to 1920x1080 possible?

Next question

My resize option right now is 1920x1920 but I checked via DEBUG log that serviio somehow reverts pictures back to 160x160?

Here's the log.
http://pastebin.com/9x60gnNJ


It seems that ipad/mobiles have no problem with picture thumbnails where PC mediabrowser has, do they not share the same code when thumbnails are resized/optimized?

Take a look by this new TV clip 1080p. The thumbnail is ugly.
Image


&

Here's an picture directly from the playing.
Image

Re: Serviio does not accept resize pictures, it reverts back

PostPosted: Sun Mar 19, 2017 5:42 pm
by wazer
And as a side note I see it keeps going through some heartless files which is very old and I have not touched for a very long, why is it doing work it aint supposed to do?

  Code:
2017-03-19 18:13:56,607 WARN  [OnlineVideoSourcesMetadataExtractor] Online metadata search failed for file Heartless.S02E02.DANiSH.PREAiR.720p.WEB-DL.H.264-RAPiDCOWS.mkv [VideoDescription [type=EPISODE, names=[heartless, heartless s02e01-e03 danish preair], year=null, season=2, episode=2, imdb_id=null]] using TheTVDBSourceAdaptor: Error connecting to thetvdb.com: URL 'http://thetvdb.com/api/235C8CA4529142E9/series/280687/dvd/2/2/da.xml' returned status code '404'
2017-03-19 18:13:56,607 DEBUG [TheMovieDBTvSourceAdaptor] Searching for 'heartless'  (language: da)
2017-03-19 18:13:56,661 DEBUG [CDSRetrieveMediaServerResource] GET http://REMOVED_IP:23424/cds/resource/9460/COVER_IMAGE?profile=flv_player&authToken=93a2e5547d2c49bea795c10ab77260e0 HTTP/1.1, headers = [host: REMOVED_IP:23424,user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0,accept: */*,accept-language: en-US,en;q=0.5,accept-encoding: gzip, deflate,referer: http://REMOVED_IP:23424/mediabrowser/,dnt: 1,connection: keep-alive]
2017-03-19 18:13:56,666 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.1' and name 'Remote client'
2017-03-19 18:13:56,667 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'Identifier=192.168.1.1, Profile=Flash player, Name=Remote client'
2017-03-19 18:13:56,668 DEBUG [ResourceDeliveryProcessor] Request for resource 9460 and type 'COVER_IMAGE' received
2017-03-19 18:13:56,669 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 9460)
2017-03-19 18:13:56,675 DEBUG [CoverImageRetrievalStrategy] Retrieving info of Cover image with id 9460
2017-03-19 18:13:56,677 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 9460)
2017-03-19 18:13:56,677 DEBUG [CoverImageRetrievalStrategy] Retrieving Cover image (HD) with id 9460
2017-03-19 18:13:56,677 DEBUG [GETMethodProcessor] Stream entity has length: 32451
2017-03-19 18:13:56,830 DEBUG [TheMovieDBTvSourceAdaptor] Found 2 matches
2017-03-19 18:13:56,830 DEBUG [TheMovieDBTvSourceAdaptor] Searching for 'heartless s02e01-e03 danish preair'  (language: da)
2017-03-19 18:13:56,895 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /REMOVED_IP_SERVER:58058s
2017-03-19 18:13:56,948 DEBUG [TheMovieDBTvSourceAdaptor] Found 0 matches
2017-03-19 18:13:56,948 DEBUG [TheMovieDBTvSourceAdaptor] Found a suitable match, id = 62288
2017-03-19 18:13:56,948 DEBUG [TheMovieDBTvSourceAdaptor] Retrieving details of series (seriesId = 62288, language = da)
2017-03-19 18:13:57,068 DEBUG [TheMovieDBTvSourceAdaptor] Retrieving details of episode (seriesId = 62288, season = 2, episode = 2, language = da)
2017-03-19 18:13:57,277 WARN  [MetadataExtractionCoordinator] Extractor ONLINE_VIDEO_SOURCES failed to connect to metadata source for file D:\Data\Heartless.S02E01-E03.DANiSH.PREAiR.720p.WEB-DL.H.264-RAPiDCOWS\Heartless.S02E02.DANiSH.PREAiR.720p.WEB-DL.H.264-RAPiDCOWS.mkv, will try again later: Error connecting to themoviedb.com: URL 'http://api.themoviedb.org/3/tv/62288/season/2/episode/2?api_key=33a37a299fe4bef416e347c2fca2494c&language=da&append_to_response=credits,external_ids' returned status code '404'
2017-03-19 18:13:57,278 DEBUG [VideoService] Updating video in database: Heartless.S02E02.DANiSH.PREAiR.720p.WEB-DL.H.264-RAPiDCOWS
2017-03-19 18:13:57,278 DEBUG [CoverImageService] Resizing and storing cover art image for max resolution of 1920x1920
2017-03-19 18:13:57,278 DEBUG [ImageUtils] Starting image resize, size = 30228 bytes
2017-03-19 18:13:57,370 DEBUG [ImageUtils] Returning resized image, size = 31932 bytes
2017-03-19 18:13:57,370 DEBUG [CoverImageService] Image successfully resized
2017-03-19 18:13:57,370 DEBUG [CoverImageService] Resizing and storing cover art image for max resolution of 160x160

Re: Serviio does not accept resize pictures, it reverts back

PostPosted: Mon Mar 20, 2017 9:07 am
by zip
The settings seem right now, as I can see it stores both, the HD image (1920) a the standard version (160). This is for the Heartless file.

Your example is if an Arrows episode. The issue is that this setting is only taken into account when the file is first added or updated in the Serviio library. So in order to get the setting be picked up you will have to either re-add (delete and add) the file(s) again, move them to a different folder, or click Refresh video metadata on the Metadata tab in the console and then Force refresh on the Library tab (it will refresh all your videos, so may take some time).

Re: Serviio does not accept resize pictures, it reverts back

PostPosted: Mon Mar 20, 2017 9:28 am
by wazer
zip wrote:The settings seem right now, as I can see it stores both, the HD image (1920) a the standard version (160). This is for the Heartless file.

Your example is if an Arrows episode. The issue is that this setting is only taken into account when the file is first added or updated in the Serviio library. So in order to get the setting be picked up you will have to either re-add (delete and add) the file(s) again, move them to a different folder, or click Refresh video metadata on the Metadata tab in the console and then Force refresh on the Library tab (it will refresh all your videos, so may take some time).



I already did what you described and in fact well over 14 days, at least 2-4 times done within this period, Refresh video metadata on the Metadata tab in the console and then Force refresh on the Library tab (it will refresh all your videos, so may take some time).

I also JUST now noticed that the picture that is used as thumbnail is not in the movie at all, i tried to get the perfect shot for the screenshot, serviio grabs the picture from thetvdb and ignores making a generating a screenshot it self if it can be found from that website?

http://thetvdb.com/?tab=episode&seriesi ... 0066&lid=7

Just look...

Image

So it all makes sense now that "some" custom videos I have has a "okay" hd thumbnail where known video files that can be found on thetvdb is low thumbnail?

Re: Serviio does not accept resize pictures, it reverts back

PostPosted: Thu Mar 23, 2017 1:54 am
by wazer
UP!?

Re: Serviio does not accept resize pictures, it reverts back

PostPosted: Thu Mar 23, 2017 9:18 am
by zip
Ah yes, that would be the reason, it gets the lowres pic from thetvdb.com

How did you store the hires pic? Look at Local poster section here for naming rules: http://www.serviio.org/index.php?option ... icle&id=12

Re: Serviio does not accept resize pictures, it reverts back

PostPosted: Thu Mar 23, 2017 11:01 am
by wazer
zip wrote:Ah yes, that would be the reason, it gets the lowres pic from thetvdb.com

How did you store the hires pic? Look at Local poster section here for naming rules: http://www.serviio.org/index.php?option ... icle&id=12



I just use these settings

Image

Re: Serviio does not accept resize pictures, it reverts back

PostPosted: Thu Mar 23, 2017 11:55 am
by freaknik
Go to your hi res folder and name them like in the link zip gives, the console has nothing to do with it.

Re: Serviio does not accept resize pictures, it reverts back

PostPosted: Thu Mar 23, 2017 12:01 pm
by wazer
freaknik wrote:Go to your hi res folder and name them like in the link zip gives, the console has nothing to do with it.



I have no clue what you are talking about, my hi res folder?

If you are talking about the serviio generated images, I don't even know where they are stored.


File names are typical like this which has not been changed and is the default thing in naming.

Image

Image

Re: Serviio does not accept resize pictures, it reverts back

PostPosted: Thu Mar 23, 2017 3:45 pm
by freaknik
I meant the folder where the images you added are.

The link is saying if the folder is like

C:\Arrow\Seasoon1

have the image you added filename as

C:\Arrow\Season1\Episode1_poster.jpg

I think it's the naming convention that's the rub.

Re: Serviio does not accept resize pictures, it reverts back

PostPosted: Tue Apr 25, 2017 4:36 pm
by wazer
freaknik wrote:I meant the folder where the images you added are.

The link is saying if the folder is like

C:\Arrow\Seasoon1

have the image you added filename as

C:\Arrow\Season1\Episode1_poster.jpg

I think it's the naming convention that's the rub.




Nah, im giving up on this program, no more paying for anything, I'm sick and tired of a paid program is not working, so just delete my threads, no support apparantly.

Re: Serviio does not accept resize pictures, it reverts back

PostPosted: Wed Apr 26, 2017 11:28 pm
by freaknik
Image