Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Channels DVR Server widget #1384

Merged
merged 1 commit into from Apr 20, 2023
Merged

Conversation

maddox
Copy link
Contributor

@maddox maddox commented Apr 19, 2023

Proposed change

This adds a new service widget for Channels DVR Server that powers Channels

Docs pull: benphelps/homepage-docs#79

#1385

Screenshot

image

Type of change

  • New service widget
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (please explain)

Checklist:

  • If adding a service widget or a change that requires it, I have added a corresponding PR to the documentation here:
  • If applicable, I have checked that all tests pass with e.g. pnpm lint.
  • If applicable, I have tested my code for new features & regressions on both mobile & desktop devices, using the latest version of major browsers.

@shamoon
Copy link
Collaborator

shamoon commented Apr 19, 2023

Thank you for the PR but we only accept new service widgets that have been requested & voted for by the community, please see https://gethomepage.dev/en/more/development/

Please feel free to re-submit at a later time.

@shamoon shamoon closed this Apr 19, 2023
@AnUnknownGenome
Copy link

I would like to see this widget included.

@shamoon
Copy link
Collaborator

shamoon commented Apr 20, 2023

You and Jmcguire525 really on the same page today! ;-b

Anyway, it's cool, we can re-open. As the ones who field all the issues etc we have to be cognizant of the maintenance side of things...

Since this app doesn't seem like something we can easily spin up please at least include some example(s) of API output we can test with.

@shamoon shamoon reopened this Apr 20, 2023
@maddox
Copy link
Contributor Author

maddox commented Apr 20, 2023

Example API response from /dvr

{
  "activity": {},
  "busy": true,
  "clients": 3,
  "disk": {
    "free": 2367682117632,
    "total": 34546137300992,
    "used": 32178455183360
  },
  "enabled": true,
  "extra_paths": null,
  "guide": {
    "num_lineups": 5,
    "num_shows": 16115,
    "num_airings": 145641,
    "disk_size": 760989132,
    "updated_at": 1681996260
  },
  "keep": {
    "num": "1",
    "only": "unwatched"
  },
  "last_backup": "2023-04-20T01:53:09.404569136-04:00",
  "padding": {
    "end": "0",
    "start": "0"
  },
  "path": "/shares/DVR",
  "stats": {
    "groups": 884,
    "files": 7716,
    "jobs": 122,
    "rules": 73
  },
  "status": "running",
  "transcoder_cache": {
    "size": 10421047
  },
  "trash": {
    "after": "3"
  }
}

@shamoon shamoon merged commit 7b697a8 into gethomepage:main Apr 20, 2023
1 check passed
@maddox maddox deleted the add-channels branch April 20, 2023 18:59
Copy link
Contributor

github-actions bot commented Feb 5, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants