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

Only subscriptions are sync, no listened episodes #39

Open
update-freak opened this issue Dec 11, 2024 · 2 comments · May be fixed by #44
Open

Only subscriptions are sync, no listened episodes #39

update-freak opened this issue Dec 11, 2024 · 2 comments · May be fixed by #44

Comments

@update-freak
Copy link

Hi,

I created a docker container on synology nas and use reverse proxy to access to it, e.g. https://gpodder2go.beispiel.dynv6.net

Login does work but it only syncs the subscriptions.
I would expect that at least also the listened episodes (so the ones I have finished are syncronised). Even better would be the exact listen position if this is possible.
Not sure if this is an issue or not implemented yet.

Let me know if logs etc. is needed.

Version: AntennaPod v3.5.0

@mhrivnak
Copy link

That's a known gap, and the feature is being implemented here: #18

@update-freak
Copy link
Author

update-freak commented Dec 12, 2024

Thank you for the info.
Hopefully this will be released soon with the implemented feature, because for me it's a must feature to see which episodes I already finished on my second device after synchronisation with gpodder2go.

mhrivnak added a commit to mhrivnak/gpodder2go that referenced this issue Dec 14, 2024
The timestamp is being stored in the DB as an integer, but in a
field of type varchar(255). So the DB cannot be used to sort of filter,
because it would sort the integers alphabetically.

The workaround is to load all of the results into memory and then
throw away any that don't meet the optional `since=` filter.

fixes oxtyped#39
@mhrivnak mhrivnak linked a pull request Dec 14, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants