-
-
Couldn't load subscription status.
- Fork 413
First step towards played sync #4881
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
Conversation
This will better integrate with TMDB id type in the request model
|
Also I forgot to mention, I couldn't get the migrations to work with Mysql. I'm getting this error: Same command with Sqlite context worked fine, I can't figure out what I'm doing wrong. Hopefully it's just a button to press on your side to make this happen. |
|
Regarding that error, you need to make your database.json file point to a MySQL database. It will then work |
|
Thanks, done! |



This PR is a first step towards syncing played states from media servers to Ombi.
The long-term goal for this PR and future PRs is the following:
The current development progress for this PR is:
Out of scope features for this PR (other PRs will follow):
Some technical documentation:
Let me know what you think of this and my plans!