bonukai / MediaTracker

Self hosted media tracker for movies, tv shows, video games, books and audiobooks
MIT License
572 stars 23 forks source link

MediaTracker not auto-importing library #547

Open jackhric opened 1 year ago

jackhric commented 1 year ago

Hello!

I believe I'm having an issue with MediaTracker (unstable), currently have it set up in a test environment hooked up to a Jellyfin server.

From my understanding, when I watch a show on Jellyfin (for example, Cowboy Bebop), it should add the show to the watchlist automatically, and import scrobbling data. It looks as though the scrobbling data is there, but the show isn't automatically added to the TV page, leaving no way to interact with my watch data unless I manually add the show in. Is this the intended functionality?

Here's the only logs I get in relation to watching a new show that isn't in MediaTracker:

debug: searching tv show by tmdbId: 606

debug: added progress {"userId":1,"action":"playing","date":1694645559505,"duration":1356000,"episodeId":630,"mediaItemId":13,"progress":0,"device":"desktop"}

debug: added progress {"userId":1,"action":"paused","date":1694645565822,"duration":1356000,"episodeId":630,"mediaItemId":13,"progress":0.0029261403,"device":"desktop"}
bonukai commented 1 year ago

It will mark the episode, or movie as watched, when you will reach at least 85% of the video file.

Progress below 85% is tracked, along with play/pause state, but it's not displayed in the website.