Commit Graph

104 Commits (d1fd61f1d1b3daf118d99d81b3c9da5e1f4b404a)

Author SHA1 Message Date
Luigi311 d1fd61f1d1
Merge pull request #38 from luigi311/dev
Fix issue with nested folders
2023-01-31 16:27:54 -07:00
Luigi311 6c1ee4a7dc Log server users 2023-01-30 11:56:27 -07:00
Luigi311 9a8e799e68 Recursive all the things. Use includeItemType 2023-01-30 11:46:12 -07:00
Luigi311 ffec4e2f28 Support multiple library types 2023-01-28 16:33:36 -07:00
Luigi311 00102891a5 Catch None for types 2023-01-27 23:45:03 -07:00
Luigi311 aa76b83428 Use isinstance instead of type 2023-01-27 12:21:38 -07:00
Luigi311 a644189ea5 Use isinstance instead of type 2023-01-27 12:18:15 -07:00
Luigi311 c5d987a8c9 Update .env.sample and README 2023-01-27 11:23:58 -07:00
Luigi311 bdd68ad68d If user is type str get plex object 2023-01-27 11:02:15 -07:00
Luigi311 2d86bca781 Update github actions 2023-01-27 10:48:52 -07:00
Luigi311 1b01ff6ec2 Log if multiple types and continue instead of error 2023-01-27 10:45:46 -07:00
Luigi311 f08ec43507 Skip library before erroring for multiple types. 2023-01-27 10:43:50 -07:00
Luigi311 7f9424260a Format 2023-01-26 14:03:13 -07:00
Luigi311 5f21943353 Exclude folders, use recursive. 2023-01-26 13:55:50 -07:00
Luigi311 a5a795f43c Exclude Folders from list 2023-01-26 13:42:35 -07:00
Luigi311 fcb6d7625f Fix invalid library types, raise mixed types 2023-01-26 13:31:57 -07:00
Luigi311 fd2179998f Fix ssl_bypass for plex 2023-01-26 11:23:47 -07:00
Luigi311 654e7f20e1
Merge pull request #33 from luigi311/dev
Lots of fixes and simplification
2022-12-23 23:13:22 -07:00
Luigi311 1eb92cf7c1 black formatting 2022-12-23 23:11:38 -07:00
Luigi311 111e284cc8 Cleanup 2022-12-23 23:10:51 -07:00
Luigi311 1a4e3f4ec4 Move setup_black_white_list to functions. Fix trailing slash on jellyfin baseurl 2022-12-23 23:02:53 -07:00
Luigi311 4066228e57 Add more debug logging. Do not enable debug by default 2022-12-19 14:07:56 -07:00
Luigi311 59c6d278e3 Add more logging to debug 2022-12-19 13:57:20 -07:00
Luigi311 39b33f3d43 Fix missing logging when using debug level 2022-12-19 13:22:42 -07:00
Luigi311 e8faf52b2b Do not mark shows/movies that do not exist 2022-12-19 01:35:16 -07:00
Luigi311 370e9bac63 change get user watched name to avoid mistakes 2022-12-18 22:39:03 -07:00
Luigi311 d0746cec5a Fix server 2 always running async runner. Speedup plex get watched 2022-12-18 22:27:42 -07:00
Luigi311 251937431b Move cleanup_watched to functions and simplify 2022-12-18 01:50:45 -07:00
Luigi311 50faf061af Remove dockerfile defaults 2022-11-21 18:21:29 -07:00
Luigi311 9ffbc49ad3
Merge pull request #30 from luigi311/dev
Add ssl_bypass to skip hostname validation.
2022-11-21 17:39:00 -07:00
Luigi311 644dc8e3af
Merge pull request #29 from lgtm-migrator/codeql
Add CodeQL workflow for GitHub code scanning
2022-11-21 17:38:45 -07:00
Luigi311 47bc4e94dc Fix dockerfile 2022-11-21 17:31:47 -07:00
LGTM Migrator f17d39fe17
Add CodeQL workflow for GitHub code scanning 2022-11-10 14:41:07 +00:00
Luigi311 966dcacf8d Add ssl_bypass to skip hostname validation. 2022-09-25 14:16:01 -06:00
Luigi311 9afc00443c
Merge pull request #27 from luigi311/dev
Cleanup issues
2022-08-18 00:46:00 -06:00
Luigi311 3ec177ea64 rename test_main 2022-08-18 00:17:32 -06:00
Luigi311 b360c9fd0b Remove unnecessary deepcopy 2022-08-18 00:15:42 -06:00
Luigi311 1ed791b1ed Fix jellyfin 2022-08-17 23:49:05 -06:00
Luigi311 f19b1a3063 Cleanup length and functions instead of methods 2022-08-17 23:34:45 -06:00
Luigi311 190a72bd3c Cleanup 2022-08-17 22:53:27 -06:00
Luigi311 c848106ce7 Black cleanup 2022-08-17 22:31:23 -06:00
Luigi311 dd319271bd Cleanup 2022-08-17 22:09:11 -06:00
Luigi311 16879cc728
Merge pull request #26 from luigi311/dev
Use async for jellyfin
2022-08-17 21:49:34 -06:00
Luigi311 942ec3533f Cleanup log file on runs 2022-08-17 21:43:51 -06:00
Luigi311 9f6edfc91a
Merge branch 'main' into dev 2022-08-17 21:40:25 -06:00
Luigi311 827ace2e97 cleanup 2022-08-17 21:20:28 -06:00
Luigi311 f6b57a1b4d
Update README.md 2022-07-10 01:38:42 -06:00
Luigi311 88a7526721
Use async for jellyfin (#23)
* Use async

* Massive jellyfin watched speedup

Co-authored-by: Luigi311 <luigi311.lg@gmail.com>
2022-07-10 01:30:12 -06:00
luigi311 1efb4d8543 Fix debug 2022-07-06 17:22:35 -06:00
Luigi311 7571e9a343
Merge pull request #22 from luigi311/dev
Fix errors on certain edge cases
2022-07-05 21:23:14 -06:00