• 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 Help Needed: Sending “SetRepeatMode” Command via Jellyfin API

     
    • 0 Vote(s) - 0 Average

    Help Needed: Sending “SetRepeatMode” Command via Jellyfin API

    pcm
    Offline

    Member

    Posts: 62
    Threads: 4
    Joined: 2024 May
    Reputation: 0
    Country:Uzbekistan
    #2
    2024-06-18, 08:03 PM (This post was last modified: 2024-06-18, 11:34 PM by pcm. Edited 16 times in total.)
    what response do you get ?

    Could you paste the request and response log/output ?


    Your request should look like this
    Request Endpoint:
    Code:
    POST /Sessions/{sessionId}/Command
    Request Body:
    Code:
    {
        "Name": "SetRepeatMode",
        "ControllingUserId": "{your-user-id}",
        "Arguments": {
            "RepeatMode": "RepeatOne"
        }
    }

    If all goes well, you should get a HTTP 204 response.

    Per the documentation, the endpoint /Sessions/{sessionId}/Command/{command} does not accept any request data payload.

    So, passing a request body to /Sessions/{sessionId}/Command/SetRepeatMode probably won't do anything...
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Help Needed: Sending “SetRepeatMode” Command via Jellyfin API - by 10rounds - 2024-06-17, 10:51 PM
    RE: Help Needed: Sending “SetRepeatMode” Command via Jellyfin API - by pcm - 2024-06-18, 08:03 PM
    RE: Help Needed: Sending “SetRepeatMode” Command via Jellyfin API - by 10rounds - 2024-06-19, 02:29 PM
    RE: Help Needed: Sending “SetRepeatMode” Command via Jellyfin API - by pcm - 2024-06-20, 08:14 PM
    RE: Help Needed: Sending “SetRepeatMode” Command via Jellyfin API - by 10rounds - 2024-06-21, 07:28 AM
    RE: Help Needed: Sending “SetRepeatMode” Command via Jellyfin API - by niels - 2024-06-21, 06:54 PM
    RE: Help Needed: Sending “SetRepeatMode” Command via Jellyfin API - by 10rounds - 2024-06-21, 09:33 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