Skip to content
jesse edited this page Jul 1, 2020 · 2 revisions

This is going to be a hodge podge collection of information gathered.

Networks

Important listening ports:

80 images? check to check

8885 REST API port

8887 what the external port is forwarded to. some internal auth... returns: {"error":{"code":"unauthorized","details":null,"description":"Authentication failure"}}

18080 Nuvyyo Tablo Server - just lighttpd with indexes on?

Directory listing per Recording Object with everything in it

http://192.168.1.229:18080/pvr/1000279/

/server/info
----------------------
{
  "server_id": "SID_5087B800DF82",
  "name": "seamus!",
  "timezone": "America/New_York",
  "version": "2.2.28",
  "local_address": "192.168.1.122",
  "setup_completed": true,
  "build_number": 2005210,
  "model": {
    "wifi": true,
    "tuners": 2,
    "type": "duo",
    "name": "Tablo DUAL 64GB",
    "device": "gen2"
  },
  "availability": "ready",
  "cache_key": "4d3b41b1-a912-4e48-9e5b-902951465370"
}
/server/update/info
-------------------------
{
  "details": null,
  "available_update": null,
  "last_checked": "2020-04-09T23:43:45Z",
  "last_update": null,
  "sequence": [
    "downloading",
    "installing",
    "rebooting"
  ],
  "current_step": null,
  "state": "none",
  "error": null
}

/server/capabilities
-------------------------
{
  "capabilities": [
    "guide_recording_refs",
    "recordings_keep",
    "recording_options",
    "xSwup",
    "search",
    "subscription_services",
    "ac3",
    "manual_programs_edit",
    "airings_by_day",
    "movie_ratings",
    "non_profane",
    "live_quality",
    "genres"
  ]
}
/settings/info
--------------------------
{
  "led": "on",
  "recording_quality": "/settings/recording_qualities/10",
  "extend_live_recordings": true,
  "auto_delete_recordings": true,
  "exclude_duplicates": true,
  "fast_live_startup": true,
  "audio": "aac",
  "commercial_skip": "on",
  "livetv_quality": "/settings/recording_qualities/10"
}

/settings/recording_qualities/ { 2, 3, 5, 8, 10, 
--------------------------
{
  "object_id": 10,
  "path": "/settings/recording_qualities/10",
  "name": "HD 1080 – 10 Mbps, 720@60fps",
  "recommended": false,
  "available": true,
  "hourly_mb": 4615
}

Clone this wiki locally