• 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 (2): 1 2 Next »

    Search Results
    Post Author Forum Replies Views Posted [asc]
      Thread: How do I stop jellyfin from restarting everyday at the same time?
    Post: RE: How do I stop jellyfin from restarting everyda...

    Well, this is embarrassing... So, I have a backup script that runs every day at 3 am. The second command in the backup script is to shutdown jellyfin before doing the backup...
    mildlyjelly Troubleshooting 3 1,627 2025-07-27, 05:32 PM
      Thread: How do I stop jellyfin from restarting everyday at the same time?
    Post: RE: How do I stop jellyfin from restarting everyda...

    Thank for the suggestion. Unfortunately, none of the timers are related to jellyfin and the ones that could effect it, like apt-daily-upgrade, run at the wrong time to cause the jellyfin service t...
    mildlyjelly Troubleshooting 3 1,627 2025-07-27, 05:20 PM
      Thread: How do I stop jellyfin from restarting everyday at the same time?
    Post: How do I stop jellyfin from restarting everyday at...

    Everyday at exactly 3am, the jellyfin service restarts. I've checked  sudo cron user cron the service file (/lib/systemd/system/jellyfin.service) scheduled tasks in jellyfin dashboard I do...
    mildlyjelly Troubleshooting 3 1,627 2025-07-27, 07:32 AM
      Thread: Cannot connect externally when server is connected to a VPN
    Post: RE: Cannot connect externally when server is conne...

    Unfortunately, without knowing the specifics of your system, I would not be able to give you anything more than some general direction and some reading resources. For example, the rules I provided are...
    mildlyjelly General Questions 6 7,568 2024-07-10, 05:56 PM
      Thread: What transcoding settings should I use?
    Post: RE: What transcoding settings should I use?

    Based on the link Efficient_Good_5784 provided: https://www.intel.com/content/www/us/en/products/sku/65693/intel-core-i33220-processor-3m-cache-3-30-ghz/specifications.html I think your IGPU does supp...
    mildlyjelly General Questions 7 32,256 2024-07-04, 06:06 PM
      Thread: What transcoding settings should I use?
    Post: RE: What transcoding settings should I use?

    Just to be clear, since you are new to transcoding (I'm sure you already know at least some of this). Transcoding is the process of changing a video's encoding from one format to another. So, if y...
    mildlyjelly General Questions 7 32,256 2024-07-04, 05:05 PM
      Thread: Cannot connect externally when server is connected to a VPN
    Post: RE: Cannot connect externally when server is conne...

    meltham Wrote: (2024-07-04, 05:30 AM) -- Thank you both for your assistance and explanations. I have managed to get around this using a reverse proxy on another device in the network, just like the w...
    mildlyjelly General Questions 6 7,568 2024-07-04, 02:13 PM
      Thread: Cannot connect externally when server is connected to a VPN
    Post: RE: Cannot connect externally when server is conne...

    When you enable a privacy VPN, it will enable firewall rules to block incoming traffic from other interfaces, with the exception of local network traffic to the router which is necessary for things li...
    mildlyjelly General Questions 6 7,568 2024-07-02, 11:03 PM
      Thread: Basic networking question
    Post: RE: Basic networking question

    Fate Wrote: (2024-07-02, 09:37 PM) -- TheDreadPirate Wrote: (2024-07-02, 07:55 PM) -- In this setup, all requests go all the way back to the router.  My understanding is that repeaters, or nodes in ...
    mildlyjelly General Questions 4 3,194 2024-07-02, 10:24 PM
      Thread: Default audio language
    Post: RE: Default audio language

    From my experience Jellyfin always plays the first audio track of an MKV regardless of the preferred language setting or the defaults within the container. https://github.com/jellyfin/jellyfin-androi...
    mildlyjelly General Questions 7 34,175 2024-07-01, 05:19 PM
      Thread: Changing Media Thumbnails
    Post: RE: Changing Media Thumbnails

    Oh, yes I see. But this should work: Code: -- .listItemImage.listItemImage-large.itemAction.lazy::before {     content: "";     position: absolute;     top: 0;     display: block;     width: 10...
    mildlyjelly General Questions 8 12,892 2024-06-30, 06:42 PM
      Thread: Changing Media Thumbnails
    Post: RE: Changing Media Thumbnails

    If you just want to blur the images (which admittedly could still cause spoilers): Code: -- .listItemImage.listItemImage-large.itemAction.lazy {   filter: blur(16px);   -webkit-filter: blur(16px);...
    mildlyjelly General Questions 8 12,892 2024-06-30, 04:13 AM
      Thread: Is a Raspberry Pi fine to use with JF?
    Post: RE: Is a Raspberry Pi fine to use with JF?

    What you would be looking for is a small form factor PC (there are plenty of them if you google for them). The only downside is, I don't think most of those have discrete GPU's, so you will be relying...
    mildlyjelly General Questions 5 3,246 2024-06-24, 05:25 PM
      Thread: Deleting Chapter and/or Trickplay Images
    Post: RE: Deleting Chapter and/or Trickplay Images

    Personally I am fine with the size and quality of the trickplay images. 10 second intervals should be enough. If I were to remake mine, I would probably make them 5 seconds, but 1 second is rather sil...
    mildlyjelly General Questions 12 16,317 2024-06-21, 09:07 PM
      Thread: Deleting Chapter and/or Trickplay Images
    Post: RE: Deleting Chapter and/or Trickplay Images

    Yeah sorry, actually use Efficient_Good_5784's numbers because as it turns out, my interval is set to 1 second... I do remember now, when I switched trickplay generation over to use hardware accelera...
    mildlyjelly General Questions 12 16,317 2024-06-21, 04:14 PM
      Thread: Collections within collections
    Post: RE: Collections within collections

    I can't answer your question, but I am wondering if a Kids Movies library would work?
    mildlyjelly General Questions 3 4,370 2024-06-20, 10:58 PM
      Thread: Deleting Chapter and/or Trickplay Images
    Post: RE: Deleting Chapter and/or Trickplay Images

    This should be what you want  to delete trickplay images on linux: Code: -- find /var/lib/jellyfin/metadata/ -name trickplay -type d -exec rm -rf {} \; -- The exact path on your system might be diff...
    mildlyjelly General Questions 12 16,317 2024-06-20, 09:58 PM
      Thread: Ryzen 5500GT transcodeing and tone mapping support
    Post: RE: Ryzen 5500GT transcodeing and tone mapping su...

    nyanmisaka said it will work, but the results may not be great. I personally can't speak to the quality or capabilities of the APU. I was simply intending to give you some options other than relying...
    mildlyjelly General Questions 5 4,172 2024-06-16, 06:16 PM
      Thread: Ryzen 5500GT transcodeing and tone mapping support
    Post: RE: Ryzen 5500GT transcodeing and tone mapping su...

    You could re-encode your collection to something that doesn't need transcoding. Instead of a raid mirror, you might consider an offline backup array. It's more tedious, but it is safer for your data a...
    mildlyjelly General Questions 5 4,172 2024-06-16, 04:08 AM
      Thread: Router Recomendation
    Post: RE: Router Recomendation

    Just to be clear, you are not running Jellyfin on your router, right? Jellyfin is a web application and it couldn't care less about your router (unless you are running Jellyfin on the router). The...
    mildlyjelly General Questions 4 4,749 2024-06-14, 02:39 PM
    Pages (2): 1 2 Next »

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


    Jellyfin

    The Free Software Media System