App version: 3.5.0 (F-Droid)
Problem you may be having, or feature you want:
The developer of Cardo, a desktop podcast client, (GitHub - cardo-podcast/cardo: Podcast client) is willing to work on queue synchronization, according to what he posted on Reddit /r/antennapod.
Which would be very useful to get continuous playback between phone and laptop.
But it seems that unfortunately the idea of implementing it in AntennaPod was abandoned some time ago.
Hopefully they can pick it up again someday, it doesn’t have to be perfect, maybe starting with merely knowing if an episode is in the queue or not, and then in the long run what position it is in.
Suggested solution:
KISS principle: an int Q = 0 (0 not in queue), Q => 1 (position in the queue) and maybe some workarounds to solve conflicts. i.e. same number from different episodes (sort by date), or different numbers in same episode but different device (last device synced rules)
Screenshots / Drawings / Technical details: