-
Notifications
You must be signed in to change notification settings - Fork 387
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
Upload Page Improvements #28
Comments
adding more work for uploaders is not a good look. Users want simplicity. Plus everything you suggested exists or is pointless....
|
Ok perhaps I went about these suggestions the wrong way. Being able to grab that information form an API is great and if we can do that automatically then it is the best case scenario. Now maybe instead you could implement the ability to sort/search torrents based on the above criteria. Suppose you want to browse for 2014 action movies in 720p resolution. Would it be possible to implement the ability to search for something like that? Let that information be grabbed by the API automatically and somehow parse what container/codec the video is so users can use it to narrow their search results. |
Have you even loaded up the site and played with it? Again any proper tracker will require the year in torrent name schema. Like: So yes you can already search like that.... Please have reviewed the codebase in full before submitting issues to avoid wasteful time. The only thing I see valid would be a actual genres system that ties into the faceted search system. That in itself is one request(issue). |
Description:
Improve the user upload page to take in more information from the user. Consider adding fields such as year, trailer link, source (Bluray, DVD, WEB, etc.), codec (XviD, Divx, x264, H.264, BD50, etc.), container (mkv, avi, mp4, etc.), resolution (720p, 1080p, 4k, etc.), and genre tags (action, comedy, etc.).
Possibly also consider providing checkboxes for whether it is a scene release, whether it includes subtitles, and whether it is a personal rip.
Also consider implementing the ability to add an .nfo file to the upload page.
Steps To Reproduce:
Possible Fix:
The text was updated successfully, but these errors were encountered: