• 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 >"

     
    • 0 Vote(s) - 0 Average

    Live TV - no channels displaying under "Shows >"

    macthaidhg
    Offline

    Junior Member

    Posts: 24
    Threads: 9
    Joined: 2023 Nov
    Reputation: 0
    Country:Ireland
    #10
    2024-09-19, 09:38 AM (This post was last modified: 2024-09-19, 12:49 PM by macthaidhg. Edited 3 times in total.)
    Thanks. I finally managed to get the series record button to appear. I just needed to find an epg which included episode-num system / sub-title tags. However there are still cases where the series record button is not appearing.. see examples below of "working" and "not working" series record. 

    Working:

    Code:
      </programme>
      <programme channel="E4.HD.uk" start="20240919224000 +0000" stop="20240919235000 +0000">
        <title lang="en">First Dates</title>
        <desc lang="en">Series one favourite Rajan returns to the restaurant, hoping to be fourth time lucky. Will his chat-up lines impress Corinne, who has a history of meeting the wrong men.</desc>
        <category lang="en">News &amp; Documentary</category>
        <category lang="en">Feature</category>
        <icon src="https://images.metadata.sky.com/pd-image/65dee6c9-8a3a-447a-8a92-fafbc9cb22f2/16-9" />
        <episode-num system="xmltv_ns">1.2/8.</episode-num>
      </programme>

    Code:
    </programme>
      <programme channel="4seven.uk" start="20240917200000 +0000" stop="20240917210000 +0000">
        <title lang="en">Gogglebox</title>
        <sub-title lang="en">On the box this time</sub-title>
        <desc lang="en">Love Is Blind, Starstruck, Cheaters, Celebrity Help! My House Is Haunted, Bradley &amp; Barney Walsh: Breaking Dad, and Teen First Dates.</desc>
        <category lang="en">Entertainment</category>
        <category lang="en">Factual</category>
        <icon src="https://images.metadata.sky.com/pd-image/3ca21b2a-e549-4283-8732-1bc2c50108b6/16-9" />
        <episode-num system="xmltv_ns">18.1.</episode-num>
      </programme>

    Code:
      </programme>
      <programme start="20240920203500 +0000" stop="20240920221300 +0000" channel="RTÉ.One.ie">
        <title lang="en">The Late Late Show</title>
        <sub-title lang="en">20/09/2024</sub-title>
        <desc lang="en">Patrick Kielty hosts the light entertainment show, featuring a mix of celebrity guests, music, in-depth interviews and discussions on the stories that have the nation talking.</desc>
        <category lang="en">Show</category>
        <category lang="en">Game Show</category>
        <icon src="https://tv.assets.pressassociation.io/0de0d155-6d78-5954-b328-42341dcfce91.jpg" />
      </programme>

    Not working:

    Code:
      </programme>
      <programme start="20240919180000 +0000" stop="20240919183000 +0000" channel="RTÉ.One.ie">
        <title lang="en">Cheap Irish Homes</title>
        <title lang="en">Cheap Irish Homes Season 5</title>
        <desc lang="en">Maggie Molloy is on a house hunt with traditional wood worker Eoin Reardon, who's looking to buy an old single storey stone cottage that he can restore to it's original state. They're joined by stone mason Dominic Keogh as Maggie guides them around County Mayo in search of the perfect property.</desc>
        <credits>
          <presenter>Maggie Molloy</presenter>
        </credits>
        <category lang="en">Education</category>
        <category lang="en">Science</category>
        <icon src="https://tv.assets.pressassociation.io/73ce162f-cb93-5bd3-8d46-6c86020043dd.jpg" />
        <episode-num system="onscreen">E3</episode-num>
      </programme>

    Code:
      </programme>
      <programme start="20240919144500 +0000" stop="20240919154000 +0000" channel="RTÉ.One.ie">
        <title lang="en">The Repair Shop</title>
        <title lang="en">The Repair Shop Season 5</title>
        <desc lang="en">The experts take on the restoration of a fire-damaged silver vanity set, a secret agent canister from the Second World War and a wooden toy carousel. Presented by Jay Blades.</desc>
        <credits>
          <producer>Jay Blades</producer>
          <producer>Hannah Lamb</producer>
          <producer>Helen Page</producer>
          <presenter>Jay Blades</presenter>
        </credits>
        <category lang="en">Leisure hobbies</category>
        <icon src="https://tv.assets.pressassociation.io/247220dc-49fd-53ef-9f44-4f696fa31cc3.jpg" />
        <episode-num system="onscreen">E34</episode-num>
      </programme>

    For the "working" "Late Late Show" example above, note it uses the air date as the sub-title tag, with no episode-num system tag. My epg is only 3-day.. so I will have to wait to see it it picks up the next episode which is in a week's time. @TheDreadPirate I will let you know and perhaps using the air date for the sub-title is another option.

    Any chance the Jellyfin code can be modified to allow the "not working" examples above to work? 

    Oh and shows with the series record button are now appearing under the "Shows >" category under the Programmes tab  Smiling-face. Getting there!
    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)
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    Live TV - no channels displaying under "Shows >" - by macthaidhg - 2024-09-17, 10:11 AM
    RE: Live TV - no channels displaying under "Shows >" - by TheDreadPirate - 2024-09-17, 05:55 PM
    RE: Live TV - no channels displaying under "Shows >" - by theguymadmax - 2024-09-18, 01:07 AM
    RE: Live TV - no channels displaying under "Shows >" - by theguymadmax - 2024-09-17, 06:27 PM
    RE: Live TV - no channels displaying under "Shows >" - by TheDreadPirate - 2024-09-18, 01:50 AM
    RE: Live TV - no channels displaying under "Shows >" - by theguymadmax - 2024-09-18, 02:00 AM
    RE: Live TV - no channels displaying under "Shows >" - by TheDreadPirate - 2024-09-18, 01:33 PM
    RE: Live TV - no channels displaying under "Shows >" - by macthaidhg - 2024-09-18, 08:21 AM
    RE: Live TV - no channels displaying under "Shows >" - by TheDreadPirate - 2024-09-18, 02:36 PM
    RE: Live TV - no channels displaying under "Shows >" - by macthaidhg - 2024-09-19, 09:38 AM
    RE: Live TV - no channels displaying under "Shows >" - by TheDreadPirate - 2024-09-19, 01:12 PM
    RE: Live TV - no channels displaying under "Shows >" - by macthaidhg - 2024-09-19, 01:45 PM
    RE: Live TV - no channels displaying under "Shows >" - by Matt S - 2025-04-05, 07:08 PM

    • 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