Skip to content

Commit

Permalink
Merge pull request #769 from JasonLandbridge/master
Browse files Browse the repository at this point in the history
PlexRipper foundation app
  • Loading branch information
mvdkleijn committed Aug 19, 2024
2 parents 32004e6 + d9035cd commit 2463f18
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions PlexRipper/PlexRipper.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\PlexRipper;

class PlexRipper extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions PlexRipper/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "2960455d20b997408a0ea2b8ae16f334755bfa44",
"name": "PlexRipper",
"website": "https://www.plexripper.rocks/",
"license": "GNU General Public License v3.0 only",
"description": "The best cross-platform Plex media downloader there is!",
"enhanced": false,
"tile_background": "dark",
"icon": "plexripper.png"
}
Binary file added PlexRipper/plexripper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2463f18

Please sign in to comment.