Tags

Tags give the ability to mark specific points in history as being important
  • archive/10.11.11-final

    Archived 10.11.z production line (main before the move to 12.1).
    
    main was upstream v10.11.11 plus this fork's fixes: the cyclic ParentId guards,
    the OfficialRatingForComparison recursion guard, the AggregateFolder IsRoot fix
    and the GitLab CI/Dockerfile for the 10.11 drop-in image. Production ran this
    line (ashton/jellyfin:10.11.11, sha256:f804c130...) until it was upgraded to 12.1
    on 2026-09-18 (issue #6).
    
    All of those fixes were forward-ported onto 12.1 on upgrade/12.1, which is merged
    into main right after this tag. The 10.11 backport notes
    (docs/notes/cyclic-parent-backport.md) only live here.
  • archive/master-12.0.0

    Archived 12.0.0 line (former master tip) before main was repointed at the 10.11.z production code.
    
    Upstream Jellyfin carries 12.0.0 itself, so this fork no longer maintains a copy.
    What is NOT upstream, and is the reason this tag exists, are the fork's own guard
    commits already adapted to net10.0:
    
      3d1ca8514a Restore recursion guard and guard a third ancestor walk
      891608bb53 Fix infinite loop in BaseItem.GetParents() on cyclic ParentId chains
    
    When the fork's fixes are eventually brought forward to 12.0.0, start from here
    rather than re-porting from the 10.11.z line.