luigi311 / JellyPlex-Watched

Sync watched between jellyfin and plex locally
GNU General Public License v3.0
394 stars 22 forks source link

[Feature Request] Github actions changes #67

Open luigi311 opened 1 year ago

luigi311 commented 1 year ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like We can create a integration step where it will run a dryrun on my plex and jellyfin servers with 2 test users to validate that it is outputting what i would expect it to output. We might need to add in a new logging variable so it only spits out things like what it is marking so we can do a comparison with what we would expect without all the other fluff since it will just complicate the validation. We might need to add in a python script for actually testing and checking that the items that should be in the log are there. The ordering might be random due to the marking being threaded/async so we can not do a simple text comparison and would instead have to be for line checks and only be successful if all the lines are in it.

We might also want to do weekly releases so the base image can be updated regularly even if there are no commits to the project to prevent any security issues in the images lingering.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.