XML output query
Forum rules
Help us help you:
Help us help you:
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
XML output query
I'm just wondering why you've chosen to implement the NZB download id in a new field when there's already another field that's not used that possibly refers to the same thing ?
Re: XML output query
Not sure what you are refering too.
The field in '/sabnzbd/api?mode=qstatus&output=xml' shows the internal ID that it assigns to new queue items.
SABnzbd_nzo_am0shs
This can be used for deleing the item from the queue, or moving it's order around.
The field in '/sabnzbd/api?mode=qstatus&output=xml' shows the internal ID that it assigns to new queue items.
SABnzbd_nzo_am0shs
This can be used for deleing the item from the queue, or moving it's order around.
Re: XML output query
Yes, that's right however when I get XML output it has the following fields for each job:switch wrote: Not sure what you are refering too.
The field in '/sabnzbd/api?mode=qstatus&output=xml' shows the internal ID that it assigns to new queue items.
SABnzbd_nzo_am0shs
However, is empty, (ie. ), so I'm wondering why you bothered to create another field when seems to have been created for the internal ID initially.
Re: XML output query
Oh I see. msgid is the newzbin message ID used when people add a newzbin to the queue.
Re: XML output query
Ahh, I see, thanks for clearing that up.switch wrote: Oh I see. msgid is the newzbin message ID used when people add a newzbin to the queue.