• 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 (19): 1 2 3 4 5 … 19 Next »
     

    Search Results
    Post Author Forum Replies Views Posted [asc]
      Thread: Add email address to user profile
    Post: RE: Add email address to user profile

    features.jellyfin.org we dont accept new features here, just discussions about features in our tracker
    Venson Feature Requests 1 556 2025-07-02, 01:13 PM
      Thread: Dynamic user bandwidth allocation?
    Post: RE: Dynamic user bandwidth allocation?

    no a bitrate change mid-session does not change a stream in progress
    Venson General Questions 6 458 2025-06-12, 08:01 AM
      Thread: User stream bit rate limit control is invalid, resulting in no triggered transcoding
    Post: RE: User stream bit rate limit control is invalid,...

    1. The client must be detected as outside your home network, if you have a reverse proxy ensure its correctly setup and the IP is not in your Local home Netowkr 2. If the source Bitrate is lower then...
    Venson Troubleshooting 2 193 2025-06-10, 07:33 AM
      Thread: No setup wizard
    Post: RE: No setup wizard

    The setup wizzard is only available in the webUI. Use a private window if its not showing and take care that you do not call it with any path after your ip/domain. Also be in your local network, i t...
    Venson Troubleshooting 1 177 2025-06-06, 09:47 PM
      Thread: I can not log in on my fire TV
    Post: RE: I can not log in on my fire TV

    We do not support illegal streaming websites. We can and dont want to help you with those sites
    Venson Troubleshooting 3 309 2025-05-21, 07:35 PM
      Thread: Password reset document
    Post: RE: Password reset document

    The password reset file will be created on your server not the client.
    Venson Networking & Access 3 294 2025-05-21, 07:16 PM
      Thread: Jellyfin server wont start
    Post: RE: Jellyfin server wont start

    Hey have you recently run out of storage space?
    Venson Troubleshooting 3 378 2025-05-16, 04:41 AM
      Thread: x265 on N100
    Post: RE: x265 on N100

    Hey Gerd, That depends heavily on a number of factors like Bitrate/Framerate/HDR/Subtitles and some other aspects but _in general_ yes FHD HVEC non HDR should 3 not be an issue
    Venson General Questions 1 230 2025-05-09, 12:49 PM
      Thread: Jellyfin is trying to scan a folder that doesn't exist
    Post: RE: Jellyfin is trying to scan a folder that doesn...

    the "etc etc" part is kinda important to figure that out specificlly and more log before that also. Guessing you might have added that path before and its now in a library and JF tries to load prev...
    Venson Troubleshooting 2 374 2025-05-09, 11:33 AM
      Thread: Jellyfin Server either slow or unresponsive
    Post: RE: Jellyfin Server either slow or unresponsive

    you seem to accedentilly added `/` as a library path, causing jellyfin trying to enumerate your whole system more or less crashing it
    Venson Troubleshooting 6 570 2025-04-24, 12:37 PM
      Thread: Completely unresponsive when scanning libraries
    Post: RE: Completely unresponsive when scanning librarie...

    if its a single core and no "disconcerning" log entries are present, my default guess is the sqlite db is clogged up with requests.
    Venson Troubleshooting 17 6,803 2025-04-21, 05:58 AM
      Thread: Episodes missing from recently added
    Post: RE: Episodes missing from recently added

    Hey there, yes this is a known bug. The NextUp section is internally based on Episodes rather then Series and we have a filter behind that that only "looks" at the last 100-ish episodes so if the s...
    Venson Troubleshooting 2 360 2025-04-21, 05:54 AM
      Thread: Search performance improvements?
    Post: RE: Search performance improvements?

    @Duvel the honest truth is that your post likely just fall though and nobody from the team read it. But as Niels already pointed out, our official info is in the blog posts josh and i wrote plus ou...
    Venson Server Development 8 1,902 2025-03-23, 08:09 PM
      Thread: Xbox client
    Post: RE: Xbox client

    www Wrote: (2025-03-04, 09:57 PM) -- I joined this forum specifically to volunteer to tackle the Jellyfin on Xbox issue. It's *really* bad, and I'd love to make (or participate in) a remake of the ap...
    Venson Client Development 7 2,999 2025-03-05, 05:08 AM
      Thread: Xbox client
    Post: RE: Xbox client

    Hey, As of lately i started to take over the xbox app. That might take some time to bring up to speed. The app itself is functional, mind a few smaller bugs here and there but out of curiosity w...
    Venson Client Development 7 2,999 2025-02-25, 06:06 AM
      Thread: Feature Request: Add Support for Sub-Profiles within a Single User Account
    Post: RE: Feature Request: Add Support for Sub-Profiles ...

    Hey Noam, Thank you for your great idea, please note however that we do not keep detailed track of feature requests here but on our dedicated finder: features.jellyfin.org https://forum.jellyf...
    Venson Feature Requests 2 644 2025-01-26, 04:34 PM
      Thread: There is no way for a plugin to hook or alter index.html
    Post: RE: There is no way for a plugin to hook or alter ...

    https://github.com/jellyfin/jellyfin-meta/discussions/34 TL;DR We dont support server plugins modfiying the WebUI because its just one client and we dont give one client preferable treatment, its ...
    Venson Plugin Development 5 2,387 2025-01-26, 07:31 AM
      Thread: Anime
    Post: RE: Anime

    you are not wrong, but thats why we have that issue pinned https://forum.jellyfin.org/t-please-read-before-posting-please-send-new-feature-requests-to-fider
    Venson Feature Requests 3 993 2025-01-18, 10:52 PM
      Thread: Some 3000 files of metadata lost
    Post: RE: Some 3000 files of metadata lost

    If you dont have a backup then no. When scanning jellyfin removes everything except watch data from its database that is no longer present. There are 2 ways to mitigate that in the future: 1. Bac...
    Venson Troubleshooting 3 784 2025-01-17, 02:10 PM
      Thread: How does the library.db understand relationships between actors and movies?
    Post: RE: How does the library.db understand relationshi...

    Not great. Actors are stored in 3 different ways. - ItemValues - TypeBasedItem themselfs - AncestorIds So you have an actor that itself is also an TypeBasedItem of type Person. That then has ...
    Venson Server Development 2 2,684 2025-01-13, 07:01 AM
    Pages (19): 1 2 3 4 5 … 19 Next »
     

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


    Jellyfin

    The Free Software Media System