• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Search Results

    Pages (8): 1 2 3 4 5 … 8 Next »
     

    Search Results
    Post Author Forum Replies Views Posted [asc]
      Thread: Manage Path Replacement???
    Post: RE: Manage Path Replacement???

    It's a simple string replacement.  Remote path is where the server looks for files, local path is how the client should reach those same files. Example: Your library is mounted on your server at `...
    mcarlton00 Kodi Development 12 3,836 2024-12-22, 05:50 PM
      Thread: Manage Path Replacement???
    Post: RE: Manage Path Replacement???

    There's either something corrupted in your addon source code itself, or you have some garbage data that isn't being cleared out properly. Addon mode opens the libraries dialog directly and populate...
    mcarlton00 Kodi Development 12 3,836 2024-12-07, 02:17 PM
      Thread: Manage Path Replacement???
    Post: RE: Manage Path Replacement???

    KodiUser1138 Wrote: (2024-12-06, 09:17 PM) -- So I have to manually add all the paths to every shared drive, the same as if I'm just using Kodi to manage the database anyways? -- In short, yes.  Pa...
    mcarlton00 Kodi Development 12 3,836 2024-12-07, 01:56 AM
      Thread: Manage Path Replacement???
    Post: RE: Manage Path Replacement???

    Native mode now functions entirely client side. The server no longer provides path replacements. Remote path is how the server sees the files, local path is how the client sees the files. https...
    mcarlton00 Kodi Development 12 3,836 2024-12-06, 09:03 PM
      Thread: Recently Added Unwatched Count
    Post: RE: Recently Added Unwatched Count

    This is due to how the recently added API endpoint works. It returns a list of a limited number of episodes. If there are multiple episodes in the same series, they get combined into a show with the...
    mcarlton00 General Questions 5 1,128 2024-12-03, 03:15 PM
      Thread: Path substitution problem
    Post: RE: Path substitution problem

    Path substitution was removed from the server because it complicated the API and library code and it was really just a holdover from ye olden days when we forked. Native mode was redesigned to func...
    mcarlton00 Troubleshooting 4 1,773 2024-11-19, 09:55 PM
      Thread: Jellyfin and Kodi not syncing
    Post: RE: Jellyfin and Kodi not syncing

    This sounds like you might have a broken websocket connection between your Kodi and your server. Websockets are used for real time reporting of watched status. If you're using a reverse proxy it cou...
    mcarlton00 Troubleshooting 2 2,729 2024-11-10, 01:02 PM
      Thread: Is there anything I can do to speed up Kodi's handling of Collections?
    Post: RE: Is there anything I can do to speed up Kodi's ...

    This is probably not the answer you want, but it's the only accurate one I'm aware of: Put your developer hat on and start optimizing code. Theoretically dynamic libraries in Jellyfin for Kodi sho...
    mcarlton00 Kodi Development 3 1,205 2024-11-09, 09:43 PM
      Thread: JellyFin4Kodi forgetting password
    Post: RE: JellyFin4Kodi forgetting password

    Jellyfin for Kodi doesn't store your password at all. It stores an access token. If that token is no longer active, it means you (or some automated process you've set up) has removed that token from...
    mcarlton00 General Questions 8 1,284 2024-10-30, 03:11 PM
      Thread: Replacing Native Mode
    Post: RE: Replacing Native Mode

    Everything is still sorted inside of the database, so assuming your stuff is sorted into libraries (sounds like it is) then it should be fairly easy to automatically sort stuff through the addon itsel...
    mcarlton00 Kodi Development 2 1,199 2024-10-30, 12:38 AM
      Thread: Incorrect Cast/Crew - The Wrong Will Smith
    Post: RE: Incorrect Cast/Crew - The Wrong Will Smith

    Database redesign is in progress. It's been in progress for a while, it just involves changing literally everything so it's not a small task and is still quite a ways out from being finished
    mcarlton00 Media Scanning & Identification 4 1,612 2024-10-07, 12:59 PM
      Thread: Incorrect Cast/Crew - The Wrong Will Smith
    Post: RE: Incorrect Cast/Crew - The Wrong Will Smith

    Unfortunately, the database currently uses a person's name as their unique identifier, so when you have two people with the same name, they get merged into one entry. There's no fix for this currentl...
    mcarlton00 Media Scanning & Identification 4 1,612 2024-10-04, 03:36 PM
      Thread: Use metadata from IMDb
    Post: RE: Use metadata from IMDb

    IMDb does not provide an API that we can connect to in any reasonable way. Have you tried using OMDB as a provider instead? Afaik they aggregate some things from IMDb
    mcarlton00 General Questions 1 1,239 2024-09-29, 11:58 AM
      Thread: kodi addon lost serverconnection
    Post: RE: kodi addon lost serverconnection

    This sounds like either your server is changing it's address (DHCP) and kodi can't find it anymore, or you possibly have something cleaning sessions and it's removing Kodi's access token. We'd likely...
    mcarlton00 Troubleshooting 2 867 2024-09-26, 11:21 AM
      Thread: Jellyfin addon in Kodi in Android
    Post: RE: Jellyfin addon in Kodi in Android

    If you can't get into the filesystem itself and dig around for the log file, the easiest way is to use Kodi's log uploader service: https://kodi.wiki/view/Log_file/Easy
    mcarlton00 General Questions 1 832 2024-09-25, 12:35 PM
      Thread: New Media Source Won't Scan
    Post: RE: New Media Source Won't Scan

    I haven't read through this entire thread, but it looks like this entire situation started with a misunderstanding. The "network location" text box that you could enter a path has no effect on medi...
    mcarlton00 Troubleshooting 43 7,944 2024-09-11, 11:59 AM
      Thread: Nginx http2 issues
    Post: RE: Nginx http2 issues

    Be aware that http2 will also cause some weird breakages in certain clients, in case you run into issues you may want to try disabling it.
    mcarlton00 Troubleshooting 14 5,023 2024-09-01, 02:06 PM
      Thread: Kodi playback stuttering when playing large files
    Post: RE: Kodi playback stuttering when playing large fi...

    Have you checked if these devices are actually capable of playing these files, period? And if so, have you looked into Kodi's hardware acceleration? To have smooth playback, you either need enough...
    mcarlton00 Troubleshooting 14 4,072 2024-08-27, 05:28 PM
      Thread: Kodi playback stuttering when playing large files
    Post: RE: Kodi playback stuttering when playing large fi...

    I would guess it's one of two things. 1. Your device can't actually play hdr10 hevc files. Kodi tries to play everything, but if for some reason it can't it'll have odd playback issues similar to ...
    mcarlton00 Troubleshooting 14 4,072 2024-08-23, 07:06 PM
      Thread: Problem with CPU at 100% and RAM does not stop increasing
    Post: RE: Problem with CPU at 100% and RAM does not stop...

    You're not going to find a lot of help for this.  This is hilariously outside the expected size of the average Jellyfin instance, and nobody has tried to push it that far.  You're in very uncharted te...
    mcarlton00 Troubleshooting 25 4,564 2024-08-21, 06:12 PM
    Pages (8): 1 2 3 4 5 … 8 Next »
     

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System