• 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 General Questions tvOS Client?

     
    • 0 Vote(s) - 0 Average

    tvOS Client?

    What do people use effectively?
    sjorge
    Offline

    Junior Member

    Posts: 22
    Threads: 0
    Joined: 2023 Nov
    Reputation: 0
    Country:Belgium
    #7
    2025-05-17, 06:51 PM
    (2024-12-22, 02:31 PM)sjorge Wrote: You can't set a next up periode for example which is one of the many annoyances I have with it

    Not perfect but i hacked my way around this at the reverse proxy level Skull-and-crossbones 

    Code:
    ## Infuse-Direct NextUp 180 days
    RewriteEngine On
    RewriteMap date_cutoff prg:/abs/path/to/infuse_nextup_hack.sh
    RewriteCond %{HTTP_USER_AGENT} ^Infuse-Direct [NC]
    RewriteCond %{REQUEST_URI} ^/Shows/NextUp$ [NC]
    RewriteCond %{QUERY_STRING} !NextUpDateCutoff= [NC]
    RewriteRule ^(.*)$ $1?NextUpDateCutoff=${date_cutoff:180} [QSA,R]

    Code:
    ## infuse_nextup_hack.sh
    #!/bin/bash
    while read key; do
    date -u -d "$key days ago" +"%Y-%m-%dT%H:%M:%S.000Z"
    done
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    tvOS Client? - by crashx - 2024-12-22, 02:10 PM
    RE: tvOS Client? - by sjorge - 2024-12-22, 02:31 PM
    RE: tvOS Client? - by sjorge - 2025-05-17, 06:51 PM
    RE: tvOS Client? - by mulcahey - 2025-05-15, 07:46 PM
    RE: tvOS Client? - by jimmyjammy - 2025-05-15, 08:53 PM
    RE: tvOS Client? - by LazarusLong - 2025-05-15, 09:04 PM
    RE: tvOS Client? - by jimmyjammy - 2025-05-16, 12:22 AM

    • 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