Commit Graph

133 Commits (fd64088bde3647f506d56b8530c0f6843c820d5b)

Author SHA1 Message Date
Luigi311 fd64088bde
Merge pull request #51 from luigi311/dev
Add sync direction flags, seperate out functions, better logging for jellyfin queries
2023-03-09 12:52:24 -07:00
Luigi311 7832e41a3b Add sync from to to readme 2023-03-09 01:32:27 -07:00
Luigi311 cadd65d69b
Update issue templates (#50)
* Update issue templates
2023-03-09 01:29:11 -07:00
Luigi311 9f004797fc Force format on save in vscode 2023-03-09 00:53:07 -07:00
Luigi311 9041fee7ad Format 2023-03-09 00:48:29 -07:00
Luigi311 9af6c9057c Simplify plex update_user_watched 2023-03-09 00:36:55 -07:00
Luigi311 757ce91138
Merge pull request #49 from luigi311/seperate_functions
Seperate functions
2023-03-08 23:55:53 -07:00
Luigi311 98f96ed5c7 Fix user being added when shouldnt. Add test_users 2023-03-08 23:48:54 -07:00
Luigi311 3e15120e2a Fix library whitelist, add library tests 2023-03-08 23:17:54 -07:00
Luigi311 5824e6c0cc cleanup 2023-03-08 22:21:40 -07:00
Luigi311 7087d75efb Fix exception 2023-03-08 22:15:03 -07:00
Luigi311 b2a06b8fd3 Add tests for black_white and watched 2023-03-08 22:05:32 -07:00
Luigi311 1ee055faf5 format 2023-03-08 22:05:32 -07:00
Luigi311 404089dfca Seperate generate_library_guids_dict 2023-03-08 22:05:32 -07:00
Luigi311 ed24948dee Better logging on library skip 2023-03-08 22:05:32 -07:00
Luigi311 1f16fcb8eb Seperate check_skip_logic, append reasons 2023-03-08 22:05:32 -07:00
Luigi311 03de3affd7 Cleanup, seperate black/white lists setup 2023-03-08 22:05:32 -07:00
Luigi311 2bad887659 Seperate out functions to seperate scripts. 2023-03-08 22:04:48 -07:00
Luigi311 796be47a63 Move lots of setup_users to functions 2023-03-08 22:03:48 -07:00
Luigi311 dc1fe11590 Check for response status 200 on jellyfin query 2023-03-08 21:49:56 -07:00
Luigi311 13b4ff3215
Merge pull request #48 from JChris246/main
[Feature] Add flags to control the direction of syncing between the servers
2023-03-08 20:46:57 -07:00
JChris246 dca54cf4fb feat:add flags to control the direction of syncing 2023-03-08 21:30:28 -04:00
Luigi311 a4365e59f3
Merge pull request #44 from luigi311/dev
Fix issues with certain libraries failing
2023-02-26 13:32:26 -07:00
Luigi311 b960bccb86 Plex: Fix guids error on mark 2023-02-25 18:42:07 -07:00
Luigi311 218037200c Jellyfin: Fix tv show searching for watched 2023-02-25 18:27:01 -07:00
Luigi311 4ac670e837 Plex: Do not error if guids can not be gathered. Parallelize show processing for get watched. 2023-02-25 16:58:57 -07:00
Luigi311 96eff65c3e Do not error if failed to get library watched 2023-02-25 15:03:27 -07:00
Luigi311 45471607c8
Merge pull request #43 from JChris246/chore/spelling
Correct some spelling issues
2023-02-22 09:51:42 -07:00
JChris246 14885744b1 fix: correct some spelling issues 2023-02-22 00:09:30 -04:00
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