audible-cli icon indicating copy to clipboard operation
audible-cli copied to clipboard

End date with export library

Open damajor opened this issue 11 months ago • 2 comments

It seems that --end-date is not used for podcasts when exporting library.

damajor avatar Jan 16 '25 03:01 damajor

Thank you for your pr. You're right, there is an issue with podcasts and stop date. This has to do with how the Audible API processes requests. It seams that child elements like episodes of a podcasts will be responded, even if the episode is out of the stop date. This can be handled be a function, which I have to implement.

mkb79 avatar Jan 16 '25 21:01 mkb79

More info just in case.

downloads:

  • MP3 podcasts added after --start-date are always downloaded even if --end-date is earlier than the added date.
  • AAX[C] podcasts added after --start-date are always tried to be downloaded even if --end-date is earlier than the added date, but all downloads fail.
  • AAX[C] podcasts added after --start-date are downloaded fine when --end-date is later than the added date.

library:

  • Library export always includes MP3/AXX[C] podcasts outside --end-date

damajor avatar Jan 17 '25 16:01 damajor