[ Jellyfin ] The Free Software Media System

Discussion on apps, protocols, APIs, specifications, and more. You are welcome to join us as a TOS app developer!
User avatar
momosa
Posts: 13
Joined: 14 Apr 2023, 14:46

Re: [ Jellyfin ] The Free Software Media System

Post by momosa »

{L_BUTTON_AT}outkastm

Which configuration file should I modify through SSH so that it can display the port number?
User avatar
outkastm
Posts: 1192
Joined: 29 Dec 2020, 23:52

Re: [ Jellyfin ] The Free Software Media System

Post by outkastm »

run this command in ssh

Code: Select all

stat /home && stat /home/$(id -un) && stat /home/$(id -un)/MOD_CONFIG && stat /home/$(id -un)/MOD_CONFIG/Jellyfin
And send me the results in text format (your screenshots are not clear)
User avatar
momosa
Posts: 13
Joined: 14 Apr 2023, 14:46

Re: [ Jellyfin ] The Free Software Media System

Post by momosa »

{L_BUTTON_AT}outkastm
hi outkastm Thank you very much for your reply, the unclear picture may be the reason for the forum, my local picture is very clear, and then I entered the command on SSH as you requested, the following information

Code: Select all

[momosa@MoMoSaTNAS Jellyfin]# stat /home && stat /home/$(id -un) && stat /home/$(id -un)/MOD_CONFIG && stat /home/$(id -un)/MOD_CONFIG/Jellyfin
  File: /home
  Size: 32              Blocks: 0          IO Block: 4096   directory
Device: 1ch/28d Inode: 256         Links: 1
Access: (0755/drwxr-xr-x)  Uid: (    0/  momosa)   Gid: (    0/  momosa)
Access: 2023-04-21 15:44:25.514801087 +0800
Modify: 2022-11-10 02:15:40.374447303 +0800
Change: 2023-04-21 15:39:21.677016976 +0800
 Birth: -
  File: /home/momosa
  Size: 366             Blocks: 0          IO Block: 4096   directory
Device: 1ch/28d Inode: 257         Links: 1
Access: (0755/drwxr-xr-x)  Uid: (    0/  momosa)   Gid: (    0/  momosa)
Access: 2023-04-21 16:43:16.572102813 +0800
Modify: 2023-04-21 16:43:12.725102484 +0800
Change: 2023-04-21 16:43:12.725102484 +0800
 Birth: -
  File: /home/momosa/MOD_CONFIG
  Size: 88              Blocks: 0          IO Block: 4096   directory
Device: 1ch/28d Inode: 358         Links: 1
Access: (0755/drwxr-xr-x)  Uid: (    0/  momosa)   Gid: (    0/  momosa)
Access: 2023-04-21 16:23:53.392003420 +0800
Modify: 2023-04-21 16:23:52.174003316 +0800
Change: 2023-04-21 16:23:52.174003316 +0800
 Birth: -
  File: /home/momosa/MOD_CONFIG/Jellyfin
  Size: 100             Blocks: 0          IO Block: 4096   directory
Device: 1ch/28d Inode: 90197       Links: 1
Access: (0777/drwxrwxrwx)  Uid: ( 1016/jellyfin)   Gid: (    0/  momosa)
Access: 2023-04-21 17:27:22.320328890 +0800
Modify: 2023-04-21 17:27:20.464328732 +0800
Change: 2023-04-21 17:27:22.489328905 +0800
 Birth: -
User avatar
outkastm
Posts: 1192
Joined: 29 Dec 2020, 23:52

Re: [ Jellyfin ] The Free Software Media System

Post by outkastm »

Try 10.8.9.4, see if it makes any change
User avatar
5k2gpce2
Posts: 7
Joined: 19 Apr 2023, 02:41

Re: [ Jellyfin ] The Free Software Media System

Post by 5k2gpce2 »

{L_BUTTON_AT}outkastm
I was hoping 10.8.9.4 would fix this issue, but I am receiving these errors for basically everything in my media folders. I looked it up on the jellyfin github, and I haven't found any solutions.

Code: Select all

Emby.Server.Implementations.Dto.DtoService: Failed to determine primary image aspect ratio for ...jpg
System.NotImplementedException: The method or operation is not implemented.
   at Emby.Drawing.NullImageEncoder.GetImageSize(String path)
   at Emby.Drawing.ImageProcessor.GetImageDimensions(String path)
   at Emby.Drawing.ImageProcessor.GetImageDimensions(BaseItem item, ItemImageInfo info)
   at Emby.Server.Implementations.Dto.DtoService.GetPrimaryImageAspectRatio(BaseItem item)
User avatar
TheClue
Posts: 10
Joined: 18 Apr 2023, 15:07

Re: [ Jellyfin ] The Free Software Media System

Post by TheClue »

5k2gpce2 wrote: 21 Apr 2023, 23:21 [at=outkastm post_id=26355 time=1682087313 user_id=2797][/at]

I was hoping 10.8.9.4 would fix this issue, but I am receiving these errors for basically everything in my media folders. I looked it up on the jellyfin github, and I haven't found any solutions.

Code: Select all

Emby.Server.Implementations.Dto.DtoService: Failed to determine primary image aspect ratio for ...jpg
System.NotImplementedException: The method or operation is not implemented.
   at Emby.Drawing.NullImageEncoder.GetImageSize(String path)
   at Emby.Drawing.ImageProcessor.GetImageDimensions(String path)
   at Emby.Drawing.ImageProcessor.GetImageDimensions(BaseItem item, ItemImageInfo info)
   at Emby.Server.Implementations.Dto.DtoService.GetPrimaryImageAspectRatio(BaseItem item)
i also have this error, but it's not really blocking if u use only images in PNG (8 bit per channel) format :)
User avatar
outkastm
Posts: 1192
Joined: 29 Dec 2020, 23:52

Re: [ Jellyfin ] The Free Software Media System

Post by outkastm »

{L_BUTTON_AT}5k2gpce2

Check version 10.8.9.5
User avatar
5k2gpce2
Posts: 7
Joined: 19 Apr 2023, 02:41

Re: [ Jellyfin ] The Free Software Media System

Post by 5k2gpce2 »

{L_BUTTON_AT}outkastm

10.8.9.5 seems to have fixed the issue. Thanks!
User avatar
momosa
Posts: 13
Joined: 14 Apr 2023, 14:46

Re: [ Jellyfin ] The Free Software Media System

Post by momosa »

{L_BUTTON_AT}outkastm

It's a pity that it hasn't been solved. I don't know why the port doesn't work all the time.
User avatar
outkastm
Posts: 1192
Joined: 29 Dec 2020, 23:52

Re: [ Jellyfin ] The Free Software Media System

Post by outkastm »

with plex app you have the same issue ?
Post Reply

Return to “Developer Discussion Room”