• 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: Flash Intel Arc GPU Firmware in Linux
    Post: RE: Flash Intel Arc GPU Firmware in Linux

    I missed that and actually used the executable from the Solaris17 git, but with the library built by the Intel repo. I mean, everything is working 😅
    anthonylavado Guides, Walkthroughs & Tutorials 21 3,641 2024-06-10, 02:48 PM
      Thread: Flash Intel Arc GPU Firmware in Linux
    Post: RE: Flash Intel Arc GPU Firmware in Linux

    That's a good call out - I forgot I had those installed because of other build work :D
    anthonylavado Guides, Walkthroughs & Tutorials 21 3,641 2024-06-10, 05:41 AM
      Thread: Flash Intel Arc GPU Firmware in Linux
    Post: RE: Flash Intel Arc GPU Firmware in Linux

    So far for me, on Debian 12 (Bookworm): sudo apt-get update sudo apt-get install libudev-dev ninja-build git clone https://github.com/intel/igsc.git cd igsc/ cmake -G Ninja -S . -B builddir ninja ...
    anthonylavado Guides, Walkthroughs & Tutorials 21 3,641 2024-06-10, 03:45 AM
      Thread: I can no longer record series
    Post: RE: I can no longer record series

    My quick review of the recording code says that a season number is needed, but there are other checks as well. Could you provide the XMLTV file?
    anthonylavado Troubleshooting 7 949 2024-06-03, 09:06 PM
      Thread: Can someone please test this before I file a Github issue?
    Post: RE: Can someone please test this before I file a G...

    Oooh. Finally get to test an obscure-ish piece of media. Mediainfo says this contains EX: Code: -- ID                                      : 189 (0xBD)-128 (0x80) Format                         ...
    anthonylavado General Questions 2 562 2024-03-07, 09:39 PM
      Thread: LG 2023 WebOS Trouble with DTS and TrueHD
    Post: RE: LG 2023 WebOS Trouble with DTS and TrueHD

    I want to say that the current version of Jellyfin-Web still enforces transcoding DTS to AC-3 (Dolby Digital) because of the year where LG dropped all DTS support (even passthrough). When we implement...
    anthonylavado Troubleshooting 8 3,447 2024-03-01, 10:10 PM
      Thread: Android TV version 0.16
    Post: RE: Android TV version 0.16

    I love this release and it works great on my new Hisense U78KM/U7K series TV. Thank you!
    anthonylavado Project Announcements 14 8,381 2023-12-10, 06:30 PM
      Thread: Schedules Direct Lineup Change
    Post: RE: Schedules Direct Lineup Change

    The good news is that we pull that list dynamically from the server when a user signs in to SchedulesDirect. So there should be no change that Jellyfin needs to make, but affected users (who would be ...
    anthonylavado General Discussion 1 663 2023-12-04, 06:19 AM
      Thread: New Server/Web Hotfix Release: 10.8.13
    Post: RE: New Server/Web Hotfix Release: 10.8.13

    I have a comment on the SmartScreen side of things. Basically, it's impossible to easily get things verified unless we spend $300+/year and build + sign only on one dedicated machine for hardware key ...
    anthonylavado Project Announcements 25 33,710 2023-11-29, 10:07 PM
      Thread: New Server/Web Hotfix Release: 10.8.13
    Post: RE: New Server/Web Hotfix Release: 10.8.13

    Connected3809 Wrote: -- Microsoft Defender SmartScreen is blocking the installer EXE from running entirely (has not been a problem in the past). -- Does it give you any additional information? The c...
    anthonylavado Project Announcements 25 33,710 2023-11-29, 05:52 AM
      Thread: New Server/Web Hotfix Release: 10.8.11
    Post: RE: New Server/Web Hotfix Release: 10.8.11

    For anyone interested, I have already uploaded Windows and macOS installers.
    anthonylavado Project Announcements 20 20,548 2023-09-24, 04:04 AM
      Thread: Does Anyone use JF to record TV?
    Post: RE: Does Anyone use JF to record TV?

    Yeah, to record, you need a guide. Can't just set up arbitrary record for channels/time. That would have probably been the issue with the first setup using an M3U from other channels. While I don't...
    anthonylavado General Questions 9 4,860 2023-09-02, 11:55 PM
      Thread: I can't reinstall Jellyfin
    Post: RE: I can't reinstall Jellyfin

    Open regedit.exe, locate this key: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Jellyfin\Server Delete it. That's what the installer checks for an existing install location.
    anthonylavado Troubleshooting 4 1,811 2023-09-02, 11:46 PM
      Thread: Finamp - Thanks for 1000 GitHub Stars!
    Post: RE: Finamp - Thanks for 1000 GitHub Stars!

    I love Finamp and use it daily. Thank you for making it!
    anthonylavado General Discussion 9 3,242 2023-07-29, 10:56 PM
      Thread: Google Cast Unsupported on Motorola Edge 30
    Post: RE: Google cast unsupported

    I know for a fact that Firefox won't do it. It looks like for Ungoogled Chromium, you have to enable a feature flag: https://ungoogled-software.github.io/ungoogled-chromium-wiki/faq#how-do-i-enable-ch...
    anthonylavado Troubleshooting 12 3,410 2023-07-18, 08:03 PM
      Thread: Network.xml
    Post: RE: Network.xml

    I believe if you delete it, the server will create a new one for you. I would try this: 1. Stop Jellyfin if it is running. 2. Move network.xml out to another directory. 3. Start Jellyfin again.
    anthonylavado Troubleshooting 1 2,718 2023-07-18, 08:00 PM
      Thread: Is there a way to transcome media based on upload speed as well as download?
    Post: RE: Is there a way to transcome media based on upl...

    Quote: -- Is there a way for Jellyfin to figure out its outgoing bitrate based on the devices download speed and the servers upload speed? -- This is what the speed test should be doing. The trou...
    anthonylavado General Questions 1 1,220 2023-07-18, 03:34 PM
      Thread: Passing Variables
    Post: RE: Passing Variables

    My read of the docs says your environment variable should be named `JELLYFIN_FFmpeg__analyzeduration`. Note that there are two underscores after FFmpeg. Oh and the value of 300M.
    anthonylavado Troubleshooting 1 862 2023-07-18, 03:27 PM
      Thread: Google Cast Unsupported on Motorola Edge 30
    Post: RE: Google cast unsupported

    What kind of phone is it? Our Android app (Google Play version, or regular APK sideloaded from GitHub) should do it with no issues. iOS/iPadOS won't have the option at this point in time. For it to...
    anthonylavado Troubleshooting 12 3,410 2023-07-18, 03:23 PM
      Thread: Keyframe Extractor Keeps failing
    Post: RE: Keyframe Extractor Keeps failing

    troothdotcom dateline='[url=1688920742' Wrote: -- 1688920742[/url]'] I'm running my Jellyfin on an old laptop running Ubuntu server OS. I recently upgraded my external HHD from a 2 TB to an 8TB drive...
    anthonylavado General Questions 4 2,015 2023-07-18, 03:19 PM
    Pages (2): 1 2 Next »

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


    Jellyfin

    The Free Software Media System