• 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 Support Troubleshooting Live TV - no channels displaying under "Shows >"

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    Live TV - no channels displaying under "Shows >"

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #11
    2024-09-19, 01:12 PM
    The two that aren't working have two titles instead of a title and sub-title. But the first example also doesn't have a sub-title. The one thing that the first example without a sub-title has is a different episode number system. "xmltv_ns" vs "onscreen". I wonder if that is also a factor.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    macthaidhg
    Offline

    Junior Member

    Posts: 24
    Threads: 9
    Joined: 2023 Nov
    Reputation: 0
    Country:Ireland
    #12
    2024-09-19, 01:45 PM (This post was last modified: 2024-09-19, 03:36 PM by macthaidhg. Edited 3 times in total.)
    (2024-09-19, 01:12 PM)TheDreadPirate Wrote: The two that aren't working have two titles instead of a title and sub-title.  But the first example also doesn't have a sub-title.  The one thing that the first example without a sub-title has is a different episode number system.  "xmltv_ns" vs "onscreen".  I wonder if that is also a factor.

    According to https://github.com/jellyfin/jellyfin/pull/12398, the fix in v10.9.10 assumes "that if the program has an EpisodeNumber then it is part of a series." To me this implies that all is needed is data within the episode-num system tag, and for recordings to be scheduled this data needs to be different than any previously scheduled/recorded episodes. I just had another look at my two "not working" examples. I see they have duplicate title tags - it is possible that this is confusing Jellyfin. I will have a go at manually removing the duplicate title tags to see if this resolves the issue.
    Jellyfin v10.10.3
    Casa OS / Debian 12 bookworm (bare metal)
    AMD Athlon II x4 630
    4GB DDR2
    Asus M4A785D-M PRO
    OS drive - Integral SATA SSD 2TB
    Storage
        WD Green 1.5TB (JF library)
        WD Green 2TB (JF Library)
        WD Green 3TB (JF Library)
        WD Blue 600GB (JF Library)
        Seagate BarraCuda 1TB (JF Library)
    Matt S
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Apr
    Reputation: 0
    #13
    2025-04-05, 07:08 PM
    After looking at the latest Jellyfin server code, the best approach to ensure that the "record series" button shows after refreshing guide data from an XML file is to make sure there is an episode-num element with attribute, system="xmltv_ns". In this particular "system" value, the episode number is always after the first ".", and the first "." is important even when there is no season. For example, episode 5 for a program that has no "season" would be, &lt;episode-num system="xmltv_ns">.5</episode-num&gt;.

    The "onscreen" system case (i.e. episode-num system="onscreen") is completely commented out, FYI. An empty "system" or missing the system attribute is also ignored.

    Reference the Jellyfin.XmlTv..XmlTvReader method, ProcessEpisodeNum, for details on determining the episode number.

    Reference the Jellyfin.LiveTv.Listings.XmlTvListingsProvider method, GetProgramInfo, for details on how "IsSeries" is set.
    Pages (2): « Previous 1 2

    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

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


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode