Giter VIP home page Giter VIP logo

Comments (9)

parg avatar parg commented on June 1, 2024 1

ok, if you have an example feed using that then if you give me the link I can ensure BiglyBT works with it!

from biglybt.

parg avatar parg commented on June 1, 2024

What does the actual RSS content show? i.e. the XML

from biglybt.

i990049 avatar i990049 commented on June 1, 2024

What does the actual RSS content show? i.e. the XML

https://at-12project.cc/
https://itatorrents.xyz/register/null
Here are the Unit'3D PT site. You can change the language in the control panel or use the broswer to translate it into English. BiglyBT RSS don‘t show the size, but other Nexusphp PT site is OK.

from biglybt.

parg avatar parg commented on June 1, 2024

They should put the size data into the feed explicitly, not embed it as text into the element

from biglybt.

parg avatar parg commented on June 1, 2024

I'll fix BiglyBT in the next beta to parse the size out from the description but it would be better to state it explicitly.

How to do so has some "history" but one approach is to use something like

<rss xmlns:torrent="http://xmlns.ezrss.it/0.1/" version="2.0">
    <channel>
        <item>
        <title>sdsdsd</title>
        <torrent:contentLength>134483319</torrent:contentLength>
        <torrent:infoHash>33DEFFAA6BFC49E510AB17881BADB74CF2DE2596</torrent:infoHash>

from biglybt.

parg avatar parg commented on June 1, 2024

Try 3501_B35 (see the Help menu to join the beta program)

from biglybt.

Roardom avatar Roardom commented on June 1, 2024

Hello @parg,

May I ask which RSS specification is the most relevant to implement? I see https://www.bittorrent.org/beps/bep_0036.html. Is it up to date, or is there another specification more rigorously followed by modern clients. Any links to examples properly implementing the spec would also be great. Our current RSS xml template can be found here: https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/resources/views/rss/show.blade.php

Regards.

from biglybt.

parg avatar parg commented on June 1, 2024

Lame answer but I don't really know what is the "best". Over time BiglyBT has come to support all the formats (I think!). I didn't even know there was a "BEP" - they created a load of them from what had evolved to be various "standards", not sure anyone is maintaining them but then it is fairly unlikely that things have changed much since then.

from biglybt.

Roardom avatar Roardom commented on June 1, 2024

Thank you for the details. I spent many additional hours looking into it and I think I'm going to make our RSS torznab-compatible - it seems to be the leading RSS specification for torrents from what I can tell.

from biglybt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.