Jellyfin URLS- Acceso API por URL REST
url api -> http://swagger.emby.media/?staticview=true#/UserViewsService/getUsersByUseridGroupingoptions
userid ->
apikey -> ?api_key=26dcbd7964b84d77bf277c22587e52b7
url -> http://localhost:8096
AddtoUrl -> Recursive=true
—————————
http://localhost:8096/emby/System/Info?api_key=26dcbd7964b84d77bf277c22587e52b7
{“SystemUpdateLevel”:”Release”,”OperatingSystemDisplayName”:”Windows”,”HasPendingRestart”:false,”IsShuttingDown”:false,”SupportsLibraryMonitor”:true,”WebSocketPortNumber”:8096,”CompletedInstallations”:[],”CanSelfRestart”:false,”CanLaunchWebBrowser”:true,”ProgramDataPath”:”C:\\Users\\user\\AppData\\Local\\jellyfin”,”WebPath”:”C:\\Program Files\\Jellyfin\\Server\\jellyfin-web”,”ItemsByNamePath”:”C:\\Users\\user\\AppData\\Local\\jellyfin\\metadata”,”CachePath”:”C:\\Users\\user\\AppData\\Local\\jellyfin\\cache”,”LogPath”:”C:\\Users\\user\\AppData\\Local\\jellyfin\\log”,”InternalMetadataPath”:”C:\\Users\\user\\AppData\\Local\\jellyfin\\metadata”,”TranscodingTempPath”:”C:\\Users\\user\\AppData\\Local\\jellyfin\\transcodes”,”HttpServerPortNumber”:8096,”SupportsHttps”:false,”HttpsPortNumber”:8920,”HasUpdateAvailable”:false,”EncoderLocation”:”System”,”SystemArchitecture”:”X64″,”LocalAddress”:”http://192.168.1.132:8096″,”ServerName”:”DESKTOP-0RBGEDQ”,”Version”:”10.5.3″,”OperatingSystem”:”Windows”,”Id”:”bf065a5f1c7849719fcb47451b83fe98″}
——————————
http://localhost:8096/emby/Library/Refresh?api_key=26dcbd7964b84d77bf277c22587e52b7
————————–
http://localhost:8096/emby/Devices?api_key=26dcbd7964b84d77bf277c22587e52b7
{“Items”:[{“Name”:”Edge”,”Id”:”TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzcwLjAuMzUzOC4xMDIgU2FmYXJpLzUzNy4zNiBFZGdlLzE4LjE4MzYyfDE1ODYzNTM1NDU0MDk1″,”LastUserName”:”user”,”AppName”:”Jellyfin Web”,”AppVersion”:”10.5.3″,”LastUserId”:”a495f2712fc649d0be45c92f419f2cf8″,”DateLastActivity”:”2020-04-14T10:58:31.8705440Z”,”Capabilities”:{“PlayableMediaTypes”:[],”SupportedCommands”:[],”SupportsMediaControl”:false,”SupportsContentUploading”:false,”SupportsPersistentIdentifier”:true,”SupportsSync”:false}},{“Name”:”Chrome”,”Id”:”TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzgwLjAuMzk4Ny4xMzIgU2FmYXJpLzUzNy4zNnwxNTg2MzUzNzU3MjE0″,”LastUserName”:”user”,”AppName”:”Jellyfin Web”,”AppVersion”:”10.5.3″,”LastUserId”:”a495f2712fc649d0be45c92f419f2cf8″,”DateLastActivity”:”2020-04-14T07:24:52.5244156Z”,”Capabilities”:{“PlayableMediaTypes”:[],”SupportedCommands”:[],”SupportsMediaControl”:false,”SupportsContentUploading”:false,”SupportsPersistentIdentifier”:true,”SupportsSync”:false}}],”TotalRecordCount”:2,”StartIndex”:0}
——————————
http://localhost:8096/emby/movies?api_key=26dcbd7964b84d77bf277c22587e52b7
——————————–
userid a495f2712fc649d0be45c92f419f2cf8 –> sacado de la URL de localhost:8096/web/index.html#!/mypreferencesdisplay.html?userId=a495f2712fc649d0be45c92f419f2cf8
{“Items”:[{“Name”:”MKV”,”ServerId”:”bf065a5f1c7849719fcb47451b83fe98″,”Id”:”12b45abae9460a4854d8da48d7686991″,”IsFolder”:true,”Type”:”CollectionFolder”,”UserData”:{“PlaybackPositionTicks”:0,”PlayCount”:0,”IsFavorite”:false,”Played”:false,”Key”:”12b45aba-e946-0a48-54d8-da48d7686991″},”CollectionType”:”movies”,”ImageTags”:{“Primary”:”0f7f83362fd3ee532cc4cfc0cf29b622″},”BackdropImageTags”:[],”LocationType”:”FileSystem”},{“Name”:”MP4″,”ServerId”:”bf065a5f1c7849719fcb47451b83fe98″,”Id”:”d90edffb0e11a8a80f179e9bbf2e0ea2″,”IsFolder”:true,”Type”:”CollectionFolder”,”UserData”:{“PlaybackPositionTicks”:0,”PlayCount”:0,”IsFavorite”:false,”Played”:false,”Key”:”d90edffb-0e11-a8a8-0f17-9e9bbf2e0ea2″},”CollectionType”:”movies”,”ImageTags”:{“Primary”:”d08d1515c96a268b8f27762d3292d629″},”BackdropImageTags”:[],”LocationType”:”FileSystem”}],”TotalRecordCount”:2,”StartIndex”:0}
http://localhost:8096/emby/Items?IncludeItemTypes=Playlist&api_key=26dcbd7964b84d77bf277c22587e52b7
http://localhost:8096/emby/Users/a495f2712fc649d0be45c92f419f2cf8/Views?api_key=26dcbd7964b84d77bf277c22587e52b7
http://localhost:8096/emby/Items?api_key=26dcbd7964b84d77bf277c22587e52b7
http://localhost:8096/emby/Users/a495f2712fc649d0be45c92f419f2cf8/Items?IncludeItemTypes=Movie&api_key=26dcbd7964b84d77bf277c22587e52b7
http://localhost:8096/emby/Users/a495f2712fc649d0be45c92f419f2cf8/Items?IncludeItemTypes=Episode&api_key=26dcbd7964b84d77bf277c22587e52b7
http://localhost:8096/emby/Users/a495f2712fc649d0be45c92f419f2cf8/Items?Fields=Path&Recursive=true&IncludeItemTypes=Episode&IsPlayed=True&api_key=26dcbd7964b84d77bf277c22587e52b7
—————-
DOWNLOAD A VIDEO
http://localhost:8096/Items/ce418f37b2b05fc7dc69d61310a67f21/download?api_key=74754726227048039ef2f396233bdcba
LIVE M3U8 DEL VIDEO
http://localhost:8096/Videos/ce418f37b2b05fc7dc69d61310a67f21/live.m3u8?api_key=74754726227048039ef2f396233bdcba
STREAM MKV DEL VIDEO
http://localhost:8096/Videos/ce418f37b2b05fc7dc69d61310a67f21/stream.mkv?api_key=74754726227048039ef2f396233bdcba
STREAM MP4 DEL VIDEO
http://localhost:8096/Videos/ce418f37b2b05fc7dc69d61310a67f21/stream.mp4?api_key=74754726227048039ef2f396233bdcba
Reproducir video on demand FILE – SampleVideo_1280x720_30mb
http://localhost:8096/Items/ce418f37b2b05fc7dc69d61310a67f21/file?api_key=74754726227048039ef2f396233bdcba
Reproducir video on demand FILE – trial.mkv
http://localhost:8096/Items/34eead25f76c632880ffcfcbf383ba45/file?api_key=74754726227048039ef2f396233bdcba
Reproducir video on demand FILE – video-1gb.mkv
http://localhost:8096/Items/a6de3550cf2c8644512ef515de5bbe44/file?api_key=74754726227048039ef2f396233bdcba
Reproducir video streaming Mp4 – video-1gb.mkv
http://localhost:8096/Videos/a6de3550cf2c8644512ef515de5bbe44/stream.mp4?api_key=74754726227048039ef2f396233bdcba
List all movies
http://localhost:8096/emby/Users/a495f2712fc649d0be45c92f419f2cf8/Items?Recursive=true&IncludeItemTypes=Movie&api_key=74754726227048039ef2f396233bdcba
{“Items”:[{“Name”:”trial”,”ServerId”:”bf065a5f1c7849719fcb47451b83fe98″,”Id”:”34eead25f76c632880ffcfcbf383ba45″,”Container”:”mov,mp4,m4a,3gp,3g2,mj2″,”RunTimeTicks”:53120000,”IsFolder”:false,”Type”:”Movie”,”UserData”:{“PlaybackPositionTicks”:0,”PlayCount”:0,”IsFavorite”:false,”Played”:false,”Key”:”34eead25-f76c-6328-80ff-cfcbf383ba45″},”VideoType”:”VideoFile”,”ImageTags”:{“Primary”:”125ec444ffca3bb7de9812ab8c7f8693″},”BackdropImageTags”:[],”LocationType”:”FileSystem”,”MediaType”:”Video”},{“Name”:”trial”,”ServerId”:”bf065a5f1c7849719fcb47451b83fe98″,”Id”:”753d1df91f8e3007499c2993ecc1e6d8″,”Container”:”mkv,webm”,”RunTimeTicks”:59360000,”IsFolder”:false,”Type”:”Movie”,”UserData”:{“PlaybackPositionTicks”:0,”PlayCount”:0,”IsFavorite”:false,”Played”:false,”Key”:”753d1df9-1f8e-3007-499c-2993ecc1e6d8″},”VideoType”:”VideoFile”,”ImageTags”:{},”BackdropImageTags”:[],”LocationType”:”FileSystem”,”MediaType”:”Video”},{“Name”:”SampleVideo_1280x720_30mb”,”ServerId”:”bf065a5f1c7849719fcb47451b83fe98″,”Id”:”ce418f37b2b05fc7dc69d61310a67f21″,”Container”:”mov,mp4,m4a,3gp,3g2,mj2″,”RunTimeTicks”:1708589952,”IsFolder”:false,”Type”:”Movie”,”UserData”:{“PlaybackPositionTicks”:0,”PlayCount”:6,”IsFavorite”:false,”LastPlayedDate”:”2020-04-14T12:18:07.8520668Z”,”Played”:false,”Key”:”ce418f37-b2b0-5fc7-dc69-d61310a67f21″},”VideoType”:”VideoFile”,”ImageTags”:{“Primary”:”720d24d85affa013045b78efd615a69a”},”BackdropImageTags”:[],”LocationType”:”FileSystem”,”MediaType”:”Video”},{“Name”:”trial”,”ServerId”:”bf065a5f1c7849719fcb47451b83fe98″,”Id”:”d28adc21a9644bb24d58563d99a32fb7″,”Container”:”mkv,webm”,”RunTimeTicks”:59360000,”IsFolder”:false,”Type”:”Movie”,”UserData”:{“PlaybackPositionTicks”:0,”PlayCount”:1,”IsFavorite”:false,”LastPlayedDate”:”2020-04-14T07:24:46.2467140Z”,”Played”:true,”Key”:”d28adc21-a964-4bb2-4d58-563d99a32fb7″},”VideoType”:”VideoFile”,”ImageTags”:{},”BackdropImageTags”:[],”LocationType”:”FileSystem”,”MediaType”:”Video”}],”TotalRecordCount”:4,”StartIndex”:0}