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

End date with export library #218

Open
damajor opened this issue Jan 16, 2025 · 2 comments
Open

End date with export library #218

damajor opened this issue Jan 16, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@damajor
Copy link

damajor commented Jan 16, 2025

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

@mkb79
Copy link
Owner

mkb79 commented Jan 16, 2025

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 mkb79 added the enhancement New feature or request label Jan 16, 2025
@damajor
Copy link
Author

damajor commented Jan 17, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants