-
Notifications
You must be signed in to change notification settings - Fork 18
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
Preference system similar to Stremio's in lib/db #7
Comments
@jaruba and @sammuel86 - thoughts? |
looks cool, |
oh, i just realized it was a dumb question. :) |
LEt's still answer it - most torrents will be quality tagged, but those which aren't, simply won't be regarded as "preferred" but would still get selected if no preferred torrent is found. |
obviously.. 🎱 |
I'm thinking that it would be awesome if quality-grouping was applied to the results of |
IMO this should be a separate function. Most of the code to do this stuff is the stremio add-on in the repo, using output from db.lookup + db.get (essentially a db.find, but without getting all torrents at once), getting the picked file (the file in the torrent which corresponds to the query) and deciding if it contains a preferred tag (such as hd) in the .tag array. Let's summarize how we imagine this and merge with the simplify API issue and roll out the events API and this at the same time as 0.2 release? IMO if we have |
Actually this is implemented in the addon |
It would work like
It must be default behaviour to prefer 720p and 1080p torrents if their availability is at least 2
The text was updated successfully, but these errors were encountered: