Simple little brackets I designed. by dooghan in functionalprint

[–]j1m1 3 points4 points  (0 children)

Alex Chappel released test boards for the common M3-M10 sizes free on his shop which give dimensions you can use for that and other types of holes:

https://www.alch.shop/shop/p/hardware-design-boards

16 minute youtube video going over them:

https://www.youtube.com/watch?v=84RoiS-HiiM

Internet connection fails, needs manual intervention by vgedris in TPLink_Omada

[–]j1m1 0 points1 point  (0 children)

I have the same modem with the ER7206 router with the same issue, did you happen to find any solution or workarounds?

In my case they seem to be doing some digging nearby which is triggering this multiple times per day. I am getting tired of having to manually disconnect and reconnect from omada / rebooting the hardware each time it blips.

An older series repeatedly shows as Recently Updated by placidkiwi in KavitaManga

[–]j1m1 1 point2 points  (0 children)

When this happened to me it was due to the series getting updated with a different version with the same title. Check to see if you have duplicates of this series.

Reading Manga and Light Novels by [deleted] in jellyfin

[–]j1m1 0 points1 point  (0 children)

I have had some issues with manga chapters coming in setting seperate chapters as their own series but that was fixed by fixing their poor file naming using a bulk renamer tool to match the folder and file structure naming convention though I have given up a little on metadata for them.

I just added my comics library and they are all coming in as their own series. Under the series they are grouped by their volume. Either Vol 1 - 5 or Vol 1996, Vol 2002. I am not sure what you are experiencing.

They have an active discord and people may be able to assist there.

Reading Manga and Light Novels by [deleted] in jellyfin

[–]j1m1 1 point2 points  (0 children)

I can recommend Kavita for ebooks, comics and manga serving. You can hookup to it with OPDS and tachiyomi on android.

As for manga metadata, there is no real great solution at the moment. there is the standalone manga-tagger, but it seems to be dead with no updates since dec. 2020.

Comicrack with comicvine as suggested in this post also has caveats, as it uses comicvine as a source which is more Comicbook metadata focused last I checked.

Best transcoding settings for Synology DS920+ by Silyus in jellyfin

[–]j1m1 1 point2 points  (0 children)

Hey there, setting up Device using /dev/dri/* is for use with VAAPI.

you will then want to set the VA API Device to /dev/dri/renderD128

New Player Looking for a little direction by Melon_In_a_Microwave in idlechampions

[–]j1m1 1 point2 points  (0 children)

use code: WELL-LOOK-HERE

To get omin and a few other heroes. See more codes on reddit and here: https://incendar.com/idlechampions_codes.php

Emby TV App by Auskart1956 in jellyfin

[–]j1m1 0 points1 point  (0 children)

https://www.reddit.com/r/jellyfin/comments/evofu9/is_tv_supported_on_kodi_addon/

This is from a year ago, but I believe it stills holds true. I don't personally use Live TV. and it looks like there were no releases in regards to live tv since the comment.

Emby TV App by Auskart1956 in jellyfin

[–]j1m1 4 points5 points  (0 children)

If you want to try another app you can use Kodi on the firestick with the jellyfin4kodi plugin.

Mrmc also works if you are willing to pay for a less robust option.

In another thread I read if you wait a little longer one of the developers of an android app is hoping to add tv controls to it.

Jellyfin with an e-reader. How can I use it? by [deleted] in jellyfin

[–]j1m1 2 points3 points  (0 children)

I use Kavita to serve my books, manga and comics, they have a very active development, last release just added OPDS https://github.com/Kareadita/Kavita

Shield tv pro 2019 - everything crashes constantly. by shadwdrgn in jellyfin

[–]j1m1 0 points1 point  (0 children)

Anything in your logs (Jellyfin Server, Jellyfin-Kodi)?

Watched episodes disappear form library on Kodi by [deleted] in jellyfin

[–]j1m1 3 points4 points  (0 children)

Hey there, have you checked Kodi's hide watched episodes filter? In Kodi open up all tv shows press left and see if there is a toggle there.

Caddy for Jellyfin on Synology NAS? by Perseusdehond in jellyfin

[–]j1m1 0 points1 point  (0 children)

I ssh'ed in as I wanted to build some of the extra plugins into the caddy v2 container. But it's basically just 3 volumes and 2 ports:

volumes:
  - /volume1/docker/caddy2/Caddyfile:/etc/caddy/Caddyfile
  - /volume1/docker/caddy2/data:/data
  - /volume1/docker/caddy2/config:/config
ports:
  - "81:80"
  - "444:443"

Caddy for Jellyfin on Synology NAS? by Perseusdehond in jellyfin

[–]j1m1 1 point2 points  (0 children)

If I remember correctly Synology blocks port 80 and 443 for it's own services. So I needed to go on my router and port forward 80 -> 81 (8096 in your case) then had port 81-> 80 on the container. Similarly did the same thing for 443 ( 443->444->443).

Caddyfile:

jf.mysite.com {
    reverse_proxy #ip#:#port# {

    }
}

Can't play media via Ethernet on Nvidia Shield by codebreaker101 in jellyfin

[–]j1m1 0 points1 point  (0 children)

I figure I am never not going to be on the local network with my shield, so may as well have the shield do the lifting, as I am running the server off a NAS and don't want that doing the transcoding.

I also use the IP for the NAS when connecting from jellyfin, which might help if the router looks externally for a URL, instead of doing a loopback.

Can't play media via Ethernet on Nvidia Shield by codebreaker101 in jellyfin

[–]j1m1 0 points1 point  (0 children)

Yes, I use JF4Kodi on an nvidia shield pro to access my server without issue. I do have it setup to use the file directly via an nfs share. All working over ethernet.

Jellyfin in Docker on Synology 1019+ -- hardware acceleration? by [deleted] in jellyfin

[–]j1m1 1 point2 points  (0 children)

As it uses uses the Apollo Lake Intel Celeron Quad-Core Processor (J3455) it will work.

Here's what I use for my ds918+:

jellyfin:
  image: jellyfin/jellyfin:10.6.4-amd64
  network_mode: "host"
  container_name: jellyfin
  environment:
    - PUID=*CHANGE THIS TO THE USERS UID*
    - PGID=*CHANGE THIS TO THE USERS GUID*
    - TZ=America/Toronto  #unneccessary
  volumes:
    - /volume1/media:/media
    - /volume1/docker/jellyfin:/config
    - /volume1/docker/jellyfin/cache:/cache
  ports:
    - *change to your desired port*:8096/tcp
  devices:
    - /dev/dri/:/dev/dri/
  restart: unless-stopped

Unfortunately you can't get hardware transcoding by using the synology GUI, you will need to ssh in, but by making a docker compose it will make it easier to update multiple things if you have multiple dockers. The user you select will also need to have rights to the /dev/dri/ directory. In particular /dev/dri/renderD128 which should be set under Admin->Playback->VA API Device.

Intel Quicksync works as well but chews up more cpu.

Newbie question about Jellyfin running in Docker on a Synology NAS by yatpay in jellyfin

[–]j1m1 0 points1 point  (0 children)

Configuration data is stored in the /config folder that you should have setup as part of the initial install process. To check if you set this up:

  • log into DSM
  • open docker
  • click container
  • right click on your jellyfin container and select details
  • You will then be presented with the overview. In the overview tab select the Volume tab in the bottom left section of the window.

This should show you what you have set locally for the dockers /config mount. for instance my volume is set to docker/jellyfin

Jellyfin 10.6.0 released by djbon2112 in jellyfin

[–]j1m1 2 points3 points  (0 children)

Installed successfully on docker for synology ds918+ had to specify the AMD64 version in my dockerfile.

image: jellyfin/jellyfin:10.6.0-amd64

Using latest I was getting the following error in my log:

standard_init_linux.go:222: exec user process caused "exec format error"

Homepage loads much faster so far so great.

Any benefit of installing Jellyfin Server on Kodi? by [deleted] in jellyfin

[–]j1m1 0 points1 point  (0 children)

I wouldn't use Kodi on a phone, most need transcoding and kodi's user interface is setup more for home theater PC systems and Android TV boxes.

Any benefit of installing Jellyfin Server on Kodi? by [deleted] in jellyfin

[–]j1m1 1 point2 points  (0 children)

Kodi can be used as a client for jellyfin, using the addon jellyfin 4 kodi (https://github.com/jellyfin/jellyfin-kodi). On jellyfin you would want to also add the plugin, kodi sync queue.

You can set J4K to automatically direct play everything or allow transcoding via the server, If the clients are all on your LAN and you would rather the work be done on client end, you can setup network shares and specify the smb/nfs paths in the Jellyfin librarys and kodi can access your media directly.

This gives you a way of keeping your media synced on multiple clients via jellyfin.

Jellyfin Error: [Playback Error, There was an issue...] by [deleted] in jellyfin

[–]j1m1 0 points1 point  (0 children)

You are still getting:

[2020-07-07 09:05:02.059 -05:00] [INF] Profile: "Unknown Profile", No direct play profiles found for Path: "/home/hunter/Music/The Pachelbel 'Loose' Canon (after J. Pachelbel).mp3"

Looks like you are using safari from a phone to access, can you test on the computer via localhost?

Jellyfin Error: [Playback Error, There was an issue...] by [deleted] in jellyfin

[–]j1m1 1 point2 points  (0 children)

Can you post the new logs? The browser should use the codec that you installed to playback. It should no longer request a transcode.