Loading. Please Wait... 
 |
 |
 |
E-Hentai Galleries feature requests, centralized place to discuss improvements to the galleries |
|
Mar 26 2013, 01:06
|
Maximum_Joe
Group: Gold Star Club
Posts: 24,074
Joined: 17-April 11

|
QUOTE(tracespeck @ Mar 25 2013, 13:20)  In the image section you can have a gallery with 20 pictures of a character and another with 20 pictures of the same character and 10 images in both are the same but since they both have original pictures the dupes stay in both. And then you have other galleries containing those same images that are based on fetishes and not the character.
Imagesets have basically no rules, this is intended according to the admin.
|
|
|
|
 |
|
Mar 26 2013, 01:24
|
tracespeck
Group: Members
Posts: 261
Joined: 20-January 09

|
And that is exactly why I wanted to suggest a better system. Image sets are a pretty messy affair and they don't need to be. Tags! they need tags! I'm fine if ten doesn't want to do it or for whatever reason can't get the system to handle it, I just had the idea on my mind and wanted to get it out there since it solves so many problems from the user point of view, it would be a huge boon. QUOTE(binglo @ Mar 26 2013, 00:51)  You should familiarize yourself with how tagging is done on this site before making such claims. The amount of users that are systematically tagging can be counted on your fingers and toes. Loads of people only tag what they enjoy, and even more people only add one tagg here and there.
A tag is either visible, or it ain't. There is no in-between. So no, users voting up and down would do nothing to weighting a tag.
With system A, you apply all tags in a gallery to every image. Now when I search tag X I am going to see a lot of X and a lot of not X, I'm going to vote down all the not X and possibly add tags Y and Z to help get it where it belongs. The popular searches will sort themselves out very quickly People that normally don't tag will tag because there will be a need for them to tag. Most tagging is taken care of within minutes of a gallery being uploaded so there is no need for most users to involve themselves in the process. And your point that loads of people only tag what they enjoy just supports my side. Everyone enjoys different things so everything will eventually be tagged by it's enthusiasts. From a tagging point of view even if it took a year (much longer then I think it would take) it would still be worthwhile. This post has been edited by tracespeck: Mar 26 2013, 01:34
|
|
|
|
 |
|
Mar 26 2013, 02:09
|
PK678353
Group: Gold Star Club
Posts: 1,454
Joined: 7-November 10

|
Yeah, the system you've described exists. It's called Danbooru, and it's awesome at what it does. Seriously, go over there, and type in any pair of tags you want. It's a great site, and if you like it the Privileged account level lifts a lot of restrictions (loli/shota, search up to 5 tags instead of 2).
E-hentai does different things than Danbooru, and trying to half-ass a Danbooru into E-hentai is probably not a great idea. It would suck for years, and when it stopped sucking Danbooru would still be better at being Danbooru. As binglo put it, a lot of people only tag what they're interested in. In my case, I tag mainly Touhou stuff. That's been sufficient to keep me in a double digit position on the tagging list since I started tagging seriously.
|
|
|
|
 |
|
Mar 26 2013, 02:51
|
fishinsea
Group: Members
Posts: 1,813
Joined: 20-November 10

|
Lol, some imagesets have 400+ power in lolicon, take your stab at getting rid of that. I highly doubt veto-holders would care enough to go through 1300+ pages of visible, image sets that hold x number of images each.
|
|
|
|
 |
|
Mar 28 2013, 19:03
|
tentacle-man61
Group: Members
Posts: 9,540
Joined: 24-March 10

|
So I'm trying to upload a gallery, but it's over 200 MB, so I split the files between two .zip of identical name. I uploaded the first one fine, but then after I uploaded the second one, I noticed that I accidentally uploaded the first one again (IMG:[ invalid] style_emoticons/default/cry.gif) ! It will take forever to remove all of the files that are duplicate, since there are more than 300 of them, and we can only remove 1 at a time. Could we get a feature to allow us to set a range of image numbers, like say 301-600, for removal, in addition to being able to remove individual images? It would certainly be a great help.
|
|
|
|
 |
|
Mar 28 2013, 21:23
|
Rikis
Group: Gold Star Club
Posts: 3,680
Joined: 7-July 09

|
QUOTE(tentacle-man61 @ Mar 28 2013, 19:03)  It will take forever to remove all of the files that are duplicate, since there are more than 300 of them, and we can only remove 1 at a time. In reorder I can just hold "D" and then move mouse other page numbers back and forth (Opera, Chrome). It's very fast way to delete.
|
|
|
|
 |
|
Mar 28 2013, 21:56
|
hzqr
Group: Gold Star Club
Posts: 4,672
Joined: 13-May 09

|
As a quick hack, you can use this in the "Reorder or Remove Files" page: CODE var range = [301,600]; Array.prototype.slice.call(document.querySelectorAll('input'),0) .filter(function(x) { var y = parseInt(x.value,10); return y >= range[0] && y <= range[1]; }) .forEach(function(x) { x.onmouseover(); x.nextElementSibling.selectedIndex = 0; }); It needs to run on your browser's console (Shift+Ctrl+J if you're using Chrome, Shift+Ctrl+K if using Firefox) and you'll have to change the range variable accordingly
|
|
|
|
 |
|
Mar 30 2013, 23:29
|
4EverLost
Group: Gold Star Club
Posts: 36,632
Joined: 2-April 10

|
QUOTE(Rikis @ Mar 24 2013, 21:11)  Can we get increase of tag count in Tag Flagging? It's not enough for me. Please.
we can get 6 flags with 10 tags each, you need more tags or more flags or maybe both? I'd like to be able to see more then one flag when looking at the gallery index as a list/thumbs.
|
|
|
Mar 31 2013, 01:41
|
OmegaSin
Newcomer
  Group: Gold Star Club
Posts: 52
Joined: 24-January 09

|
I'm sure this has been posted, but an "excluded tags" feature, which lets users filter out uploads branded by specific tags, would be very welcome.
|
|
|
Mar 31 2013, 01:49
|
PeopleDon'tDanceNoMore
Group: Members
Posts: 2,523
Joined: 29-February 08

|
QUOTE(OmegaSin @ Mar 30 2013, 18:41)  I'm sure this has been posted, but an "excluded tags" feature, which lets users filter out uploads branded by specific tags, would be very welcome.
You mean..."-"?
|
|
|
Mar 31 2013, 02:41
|
Rikis
Group: Gold Star Club
Posts: 3,680
Joined: 7-July 09

|
QUOTE(4EverLost @ Mar 30 2013, 23:29)  we can get 6 flags with 10 tags each, you need more tags or more flags or maybe both?
I'd like to be able to see more then one flag when looking at the gallery index as a list/thumbs.
I don't really care. Just more tags. I would suggest though more tags per flag. I use my [ userscripts.org] JS and it can show all flags and tags.
|
|
|
Mar 31 2013, 22:39
|
OmegaSin
Newcomer
  Group: Gold Star Club
Posts: 52
Joined: 24-January 09

|
QUOTE(PeopleDon'tDanceNoMore @ Mar 30 2013, 19:49)  You mean..."-"?
What ?
|
|
|
|
 |
|
Mar 31 2013, 23:02
|
PK678353
Group: Gold Star Club
Posts: 1,454
Joined: 7-November 10

|
QUOTE(Rikis @ Mar 30 2013, 19:41)  I don't really care. Just more tags. I would suggest though more tags per flag. I use my [ userscripts.org] JS and it can show all flags and tags. I was going to dig this out, but Rikis beat me to it (as well he should, he wrote it). It's great, and it works in the fjords too, if you add them in greasemonkey. QUOTE(OmegaSin @ Mar 30 2013, 18:41)  I'm sure this has been posted, but an "excluded tags" feature, which lets users filter out uploads branded by specific tags, would be very welcome.
You've got Tag Flagging. For any category you can click the 'hide' checkbox. That won't keep the gallery from coming up in results, but it will stop the thumbnail from loading and flag it with the symbol for whatever group you picked. And on searches you can use the minus operator (the "-" that PeopleDon'tDanceNoMore refers to) like this: "crossdressing -yaoi", which would get you a pile of crossdressers and no man-on-trap action. This post has been edited by PK678353: Mar 31 2013, 23:09
|
|
|
|
 |
|
Mar 31 2013, 23:07
|
Maximum_Joe
Group: Gold Star Club
Posts: 24,074
Joined: 17-April 11

|
|
|
|
|
 |
|
Apr 1 2013, 18:38
|
OmegaSin
Newcomer
  Group: Gold Star Club
Posts: 52
Joined: 24-January 09

|
QUOTE(PK678353 @ Mar 31 2013, 17:02)  You've got Tag Flagging. For any category you can click the 'hide' checkbox. That won't keep the gallery from coming up in results, but it will stop the thumbnail from loading and flag it with the symbol for whatever group you picked. Tag flagging doesn't seem to work for me. I can't save any changes I make to it. Whether I enter tags or tick the "hide" boxes, hitting the "apply" button doesn't save anything. And one of the flags already has its "hide" box checked and i cannot uncheck it. Weird. I tried deleting my browser cookies but it didn't change anything. QUOTE(Maximum_Joe @ Mar 31 2013, 17:07)  Thanks ! This post has been edited by OmegaSin: Apr 1 2013, 18:38
|
|
|
|
 |
|
Apr 1 2013, 19:50
|
Asariborn
Group: Catgirl Camarilla
Posts: 2,596
Joined: 31-October 09

|
Tagging need some refinement. It is quite stupid that message "Could not vote for tag: The tag "bride" is not allowed in this namespace - requires "male" or "female" namespace." pop-up while tagging galleries with tags like for example: a. big breasts/huge breasts - have you seen male with ones (OK, OK some really FAT men do have them, brrrrrrrr.... just thought is disgusting (IMG:[ invalid] style_emoticons/default/tongue.gif) ) b. bride - (IMG:[ invalid] style_emoticons/default/laugh.gif) have you seen male one? c. harem - I know anime/manga is weird, but male harem is so out of place. d. futanari - typing futanari should be consistent with using female:futanari Really old system was better, so much pointless typing now
|
|
|
|
 |
|
Apr 1 2013, 20:05
|
blue penguin
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12

|
QUOTE(aizenteppa @ Apr 1 2013, 18:50)  b. bride - (IMG:[ invalid] style_emoticons/default/laugh.gif) have you seen male one? https://e-hentai.org/g/552869/741c8415ee/ (but it's in the fjords) one of my favourites btw I believe it is posible to find consistent male:breasts and male:harem if enough search through yaoi galleries is done. Although, I agree with the futanari part. This post has been edited by blue penguin: Apr 1 2013, 20:07
|
|
|
|
 |
|
|
 |
|
Apr 2 2013, 03:15
|
Maximum_Joe
Group: Gold Star Club
Posts: 24,074
Joined: 17-April 11

|
QUOTE(aizenteppa @ Apr 1 2013, 09:50)  It is quite stupid that message
"Could not vote for tag: The tag "bride" is not allowed in this namespace - requires "male" or "female" namespace."
We're waiting on radio buttons or something similar, no confirmation from Tenboro yet though. QUOTE big breasts/huge breasts Has only 1 namespace, no idea why you brought those up. QUOTE bride - (IMG:[ invalid] style_emoticons/default/laugh.gif) have you seen male one? Yes, it's called crossdressing. QUOTE harem - I know anime/manga is weird, but male harem is so out of place. There is no formal term for a male harem. QUOTE futanari - typing futanari should be consistent with using female:futanari It is; not sure why you brought this one up either.
|
|
|
|
 |
|
Apr 2 2013, 18:55
|
Rikis
Group: Gold Star Club
Posts: 3,680
Joined: 7-July 09

|
QUOTE(Maximum_Joe @ Apr 2 2013, 04:15)  There is no formal term for a male harem.
Polyandry. It's quite formal (IMG:[ invalid] style_emoticons/default/happy.gif)
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|
|
|