Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resume point to prevent restart from beginning of libraries #3

Open
ChrisPates opened this issue May 21, 2024 · 3 comments
Open

Resume point to prevent restart from beginning of libraries #3

ChrisPates opened this issue May 21, 2024 · 3 comments

Comments

@ChrisPates
Copy link

Loving the idea and approach, have been trying to find something for this purpose for a number of years.

Now it may because of the shear size of my libraries but I'm finding that if the script hits any errors it goes back to the beginning of the first library and with a big library this not ideal.

I think a some form of resume point tracking would be good.

Also currently it seems to replace all items on every run which again in a large library is a heavy on disk and if you happen to be replicating the library to other nodes (resilio sync), hits the network as well.

@estallio
Copy link
Owner

Hi Chris!

Thanks for your thoughts. Unfortunately, I'm not using plex at the moment and do not have plans to extend the exporter. However, feel free to fork the repo and adjust the code ;)

Cheers,
Leo

@ChrisPates
Copy link
Author

Cool, I'll take a look at using axios-retry as a first step. I'll also look to sprinkle a bit of git action magic to automate build (including amd64 and arm64) and upload to dockerhub based on secrets (that way I can test but if you want to adopt you can accept the PR and create the relevant secrets for you existing account.

@estallio
Copy link
Owner

Maybe a little over-engineered for this project, but good idea. However, please understand that I will not spend any additional time for the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants