Git Product home page Git Product logo

Comments (15)

trickerer01 avatar trickerer01 commented on June 27, 2024

You can't override sorting unfortunatelly, only default sorting by ID enables date filter, so it's forced.
Use score tag instead: score:>=500 score:<1000 and so on. Use check button to see the number of posts matching the tags before proceeding if you want. Note that RN uses score tag without colon score>=500.

score

Maybe I could add a check at launch so it's possible to use either date filter or sort tag but not both

from ruxx.

Goosegit11 avatar Goosegit11 commented on June 27, 2024

what are these "modules" - rn rs rx?
as I understand, it's just a strange name for websites

from ruxx.

trickerer01 avatar trickerer01 commented on June 27, 2024

These are just abbreviations. Website names are only displayed at github home page.

  • RN: rule34hentai.net
  • RX: rule34.xxx
  • RS: rule34.us

from ruxx.

Goosegit11 avatar Goosegit11 commented on June 27, 2024

Okay, thanks

Maybe I could add a check at launch so it's possible to use either date filter or sort tag but not both

Yeah that would be okay, I'll be looking forward to this feature

from ruxx.

trickerer01 avatar trickerer01 commented on June 27, 2024

3957688

Not sure why you need it so much but here it is

from ruxx.

Goosegit11 avatar Goosegit11 commented on June 27, 2024

There's no new release so I need to compile it manually - but there's no build instructions in README.md
Please consider adding them

upd: forgot that it's a Python project, sorry :-)
so how does it work right now? is there any button/option or what?

from ruxx.

Goosegit11 avatar Goosegit11 commented on June 27, 2024

Okay, sort:score works automatically. If you change the date then it wouldn't pass the check.
Looks good to me, thanks 👍

from ruxx.

Goosegit11 avatar Goosegit11 commented on June 27, 2024

Wait, I checked and actually the files are not being downloaded in score order

from ruxx.

trickerer01 avatar trickerer01 commented on June 27, 2024

There's no new release so I need to compile it manually - but there's no build instructions in README.md Please consider adding them

upd: forgot that it's a Python project, sorry :-) so how does it work right now? is there any button/option or what?

I use my own build scripts but I'm not very experienced at python project distribution & maintainance so I don't share them. Also contain local paths and custom composed versioninfo for Windows, so - not very good.
But if you want to just build install PyInstaller package it use it on app_gui.py from root folder:

  • python -m PyInstaller src/app_gui.py -F --noupx -c -y -n Ruxx

Note that it will be missing proper icon and revision in title

from ruxx.

trickerer01 avatar trickerer01 commented on June 27, 2024

Wait, I checked and actually the files are not being downloaded in score order

Tell me what kind of query you're trying to run so it is more clear what changes are requried to make it work

from ruxx.

Goosegit11 avatar Goosegit11 commented on June 27, 2024

Cmd: metal_gear_solid -gay -futanari -1animal -horse sort:score -module rx -path '/home/user/Downloads' -threads 8 -timeout 10 -retries 10 -prefix -dump_tags -dump_sources -dump_comments -append_info -warn_nonempty

from ruxx.

trickerer avatar trickerer commented on June 27, 2024

Do I understand correctly that idea here is to cancel downloading process at some point, when you decide you've downloaded enough? Is that the purpose of sort:score here?

from ruxx.

Goosegit11 avatar Goosegit11 commented on June 27, 2024

Yes, downloading the needed amount of files. If I specify score:>=500, I don't know how many will be downloaded.

from ruxx.

trickerer01 avatar trickerer01 commented on June 27, 2024

I always imagined such approach a problem since you risk getting unfinished files and Ruxx tries to delete those when download is cancelled.

Anyway, this change enables download order override using sort tag 6ceaa8d

Also, if you really want the exact number of files downloaded there is actually a max downloads setting which is only exposed in debug mode or if ran using console. Set __RUXX_DEBUG__ flag in app_revision.py to True to enable Debug features menu in GUI or use -dlimit flag in console.

from ruxx.

trickerer01 avatar trickerer01 commented on June 27, 2024

https://github.com/trickerer01/Ruxx/releases/tag/2023.12.19

from ruxx.

Related Issues (5)

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.