gpodder2go icon indicating copy to clipboard operation
gpodder2go copied to clipboard

Implement HandleEpisodeAction

Open TheBlusky opened this issue 1 year ago • 3 comments

I figured out GET /api/2/episodes/(username).json was not implemented.

I had to add relvacode/iso8601 dependencie in order to parse the since argument (time.RFC3339 is not compatible)

Hope I did everything the way you would have done it :-)

TheBlusky avatar Dec 06 '23 18:12 TheBlusky

After using this branch on dalily basis, there is a bug with antenna pud trying to retrieve episodes.

(It sends since=0 which isn't an iso8601 date format. I'll work on that. In the mean time, don't merge it yet :-)

TheBlusky avatar Dec 14 '23 07:12 TheBlusky

Thanks for working on this! 🙇

oxtyped avatar Dec 26 '23 08:12 oxtyped

@TheBlusky is there any progress on this? As far I can see the only thing missing is a corner case in the timestamp parsing? I can help if necessary.

@oxtyped Can devices currently synchronize episode actions without this PR? Sorry if it is a silly question.

gilcu3 avatar May 10 '24 07:05 gilcu3