You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.
It doesn't seem possible to get any date related attributes from the torrents - like date added, completed, created, etc. Am I missing something?
If not, I'd be open to looking at the xmlrpc spec and creating a PR if you are open to PRs. Of course, if you just want to do it, i'm open to that too :)
The text was updated successfully, but these errors were encountered:
You're correct that those fields aren't currently supported.
I'm not sure I will have time soon to add this but I'd be happy to take a look at PR if you want to dig in..
Looking at the rtorrent reference, I think you'd want to pass through: d.creation_date, d.timestamp.finished, and d.timestamp.started. Docs aren't clear on what the time/date format is, so you'll probably have to play around a little to figure that out and get it converted to a go time.Time.
It doesn't seem possible to get any date related attributes from the torrents - like date added, completed, created, etc. Am I missing something?
If not, I'd be open to looking at the xmlrpc spec and creating a PR if you are open to PRs. Of course, if you just want to do it, i'm open to that too :)
The text was updated successfully, but these errors were encountered: