Commit Graph

316 Commits

Author SHA1 Message Date
Yoruio
951e477333 adds venv to gitignore 2022-11-01 12:04:57 -07:00
Roy Du
42297b2074 Fixes plex setup not setting up plex server name if using token auth (#31) 2022-10-28 15:00:45 -07:00
Roy Du
26d95d1a38 fixes jellyfin empty string message on library update (#30) 2022-10-28 14:58:52 -07:00
Roy Du
776af8f611 Update codeql.yml 2022-10-28 14:40:42 -07:00
Yoruio
867ac0e6cc Merge branch 'master' of github.com:Yoruio/Membarr 2022-10-28 14:36:14 -07:00
Yoruio
15dca33a69 Removes discord.py from dockerfile 2022-10-28 14:34:57 -07:00
Roy Du
b16e60246e Fixes Jellyfin text in plex integration (#29) 2022-10-28 14:32:42 -07:00
dependabot[bot]
731e6e7bf7 Bump plexapi from 4.0.0 to 4.13.0 (#22)
Bumps [plexapi](https://github.com/pkkid/python-plexapi) from 4.0.0 to 4.13.0.
- [Release notes](https://github.com/pkkid/python-plexapi/releases)
- [Commits](https://github.com/pkkid/python-plexapi/compare/4.0.0...4.13.0)

---
updated-dependencies:
- dependency-name: plexapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-28 14:29:12 -07:00
Roy Du
001c05c38a Intent fix (#26)
* fix: potential missing intent bug

- Fixes discord.py 2.0 intent missing bug (hopefully)

task: none

* reverts weird working copy rename of run.py

* Updates Discord.py to 2.0.1

Discord.py 2.0 was released and I didn't even notice!

* removes discord.py from dockerfile
2022-10-28 14:19:09 -07:00
Roy Du
b9795a0d16 Create codeql.yml 2022-10-13 18:03:15 -07:00
Roy Du
1ce6a302b4 Create dependabot.yml 2022-10-13 18:01:03 -07:00
Roy Du
b361e28e09 Updates README.md to reference proper docker image 2022-08-26 12:11:12 -06:00
Roy Du
ce6a80a792 Merge pull request #18 from Yoruio/experimental
Store plex tokens instead of auth details
2022-08-07 16:55:41 -07:00
Yoruio
2ae1fad6e3 Merge remote-tracking branch 'origin/master' into experimental 2022-07-29 15:22:56 -07:00
Roy Du
7a021bcbc7 Update README.md 2022-07-29 13:52:51 -07:00
Yoruio
739c6c9b98 Merge remote-tracking branch 'origin/master' into experimental 2022-07-22 19:01:35 -07:00
Roy Du
335931cfe7 Update README.md 2022-07-22 19:00:09 -07:00
Yoruio
8fb93f4e55 Merge remote-tracking branch 'origin/master' into experimental 2022-07-20 15:35:30 -07:00
Roy Du
ea6f8899d1 Merge pull request #17 from Yoruio/16-store-plex-api-token-instead-of-login-info
feat: gh-16 store plex token instead of login
2022-07-20 15:33:07 -07:00
Yoruio
1006341a53 feat: gh-16 store plex token instead of login
- Adds ability to store plex token and server base url instead of login
 username / password
 - Sets plex token storage as default plex storage / auth method
(This also fixes ratelimit, as no login occurs with auth token)

task: gh-16
2022-07-20 15:32:26 -07:00
Roy Du
67532e08f9 Update README.md 2022-07-17 21:38:23 -07:00
Yoruio
6d3d37a3f5 Merge branch 'experimental' 2022-07-16 15:28:30 -06:00
Yoruio
f3f585d13d Merge branch 'experimental' of github.com:Yoruio/Invitarr into experimental 2022-07-16 15:28:15 -06:00
Yoruio
06ddb3c38b updates dockerignore 2022-07-16 15:28:06 -06:00
Roy Du
1347cb01c7 Merge pull request #12 from Yoruio/experimental
Experimental
2022-07-16 15:04:52 -06:00
Roy Du
7bf0360015 Update README.md 2022-07-16 14:42:36 -06:00
Roy Du
53ddaec512 Update docker-sync-readme.yml 2022-07-16 14:36:07 -06:00
Roy Du
366a28b26c Update docker-sync.yml 2022-07-16 14:35:51 -06:00
Roy Du
e75e400423 Update docker-sync-experimental.yml 2022-07-16 14:35:35 -06:00
Roy Du
771c94bc88 Merge pull request #14 from Yoruio/13-implement-external-url-config-setting-for-jellyfin
feat: Adds jellyfin external URL and timeout gh-13
2022-07-16 14:30:36 -06:00
Yoruio
11b42cff53 feat: Adds jellyfin external URL and timeout gh-13
- Adds Jellyfin external URL config option - URL to send to users if
 different from server URL.
 - Adds Jellyfin server setup timeout after 5 seconds, and response
 delaying so discord bot doesn't timeout

task: gh-13
2022-07-16 14:28:56 -06:00
Yoruio
eae93c5f2e Adds python artifacts to gitignore 2022-07-16 13:23:37 -06:00
Yoruio
d8a9f0e687 Merge remote-tracking branch 'origin/master' into experimental 2022-07-16 13:21:44 -06:00
Roy Du
94c45f1955 Update README.md 2022-07-16 01:38:13 -06:00
Roy Du
4287669485 Update README.md 2022-07-16 01:36:50 -06:00
Roy Du
3a4ddbd627 Update app.py 2022-07-15 22:34:18 -06:00
Roy Du
bae028c5df Update README.md 2022-07-15 20:29:19 -06:00
Yoruio
dcf6886375 Merge remote-tracking branch 'origin/master' into experimental 2022-07-15 20:28:09 -06:00
Roy Du
0d7707eb6d Update docker-sync-readme.yml 2022-07-15 20:27:39 -06:00
Roy Du
2634b0c95c Rename docker-sync-experimental to docker-sync-experimental.yml 2022-07-15 20:26:18 -06:00
Yoruio
e9797f7c6d Merge remote-tracking branch 'origin/master' into experimental 2022-07-14 18:29:49 -06:00
Roy Du
a4f5a1913f Create docker-sync-experimental 2022-07-14 18:28:03 -06:00
Roy Du
a02cd28e08 Add files via upload 2022-07-14 18:21:44 -06:00
Roy Du
ad81b7af49 Create docker-sync-readme.yml 2022-07-14 12:15:48 -06:00
Roy Du
931c572287 Update docker-sync.yml 2022-07-14 12:15:44 -06:00
Roy Du
443a104e69 Update README.md 2022-07-14 12:04:35 -06:00
Yoruio
5db0606900 Adds pycache to gitignore 2022-07-14 01:31:03 -06:00
Yoruio
22c9bd1da9 feat: Implements auto-updating database table
- Automatically updates database table from old versions / Invitarr
 - Fancy text formatting to boost my ego
 - Removes synced variable from config, as we now sync always (guild-specific sync is automatic.)

task: gh-9
2022-07-14 01:12:21 -06:00
Yoruio
8375395bb8 Merge branch 'master' of github.com:Yoruio/Invitarr 2022-07-13 23:22:45 -06:00
Yoruio
7d54392171 Fixes incorrect jelly.add_user() call 2022-07-13 23:22:42 -06:00