-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
Torznab results are missing the link tag #349
Comments
Technically speaking, this is an issue with Headphones; the Torznab spec (though flawed) doesn't list That being said, I don't see why this couldn't be added to Bitmagnet for compatibility sake. |
Would be great if it could be added. That way headphones can be used as well. Thanks for the reply! |
@askiiart @Stitch10925 I've been searching for definition on link element and cannot find it. Taking an example from what bitmagnet currently produces. Should link element be the url attribute of enclosure element? Which is same as magneturl extended attribute I'm currently doing maintenance / enhancements of torznab bitmagent interface. Happy to include this.
|
I think As for Newznab, again I'm not entirely sure if the web UI thing is okay, but I can confirm that |
Though after a tad more thought, given Headphones requires |
Thanks - I don't have a way to test really. If I provide you with a branch with change can you build and test? When you refer to headphones do you mean this: https://github.com/rembo10/headphones?tab=readme-ov-file ? At quick glance there is no docker image for it... |
@rraymondgh The docker image is this one: |
Describe the bug
Following the example on this page with regards to the torznab format:
Torznab Spec
There is a element inside of the element, which bitmagnet is not returning.
To Reproduce
Steps to reproduce the behavior:
Query bitmagnet via the torznab api.
For example:
<url to torznab api>?t=music&q=wuthering heights
Expected behavior
Link element to be available inside of each item element.
Environment Information (Required)
Additional context
When connecting Bitmagnet as search engine for headphones, headphones fails on the missing link element.
The text was updated successfully, but these errors were encountered: