Tokyo Toshokan
February 04, 2012, 05:50:22 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Looking to import some DVDs or games from Asia? Check out Play-Asia. You'll even help out TT slightly!
 
   Home   Help Search Login Register  
Pages: 1 ... 11 12 [13] 14 15 16   Go Down
  Print  
Author Topic: TokyoTosho v3 Request for Comments  (Read 158053 times)
0 Members and 3 Guests are viewing this topic.
Swords
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 1


View Profile
« Reply #120 on: March 01, 2009, 01:24:42 am »

Quote
hxxp://tokyotosho.com/rss/search/[term1+term2+termN]
I love you.
Seconded.

Also, more googlesque syntax in the search would be nice. Some people have suggested using + and - before words to denote required and excluded terms.

Instead of sending the advanced options through php post, why not insert them into the search string (for example, search "category:anime subtitle:en audio:ja MyAnime" instead of "MyAnime" with those options selected) and then parse the string server-side? This would make linking to an advanced search easier possible. and combined with the rss makes for a powerful notification system. It could also be easily expanded to include any category/tag system you might decide to add.

Putting search restrictions into the search string also makes it easier to type for those of us who use smart keyword searching instead of the normal search box. Typing "tt myanime category:anime" is more intuitive than typing "tt myanime&type=1".

A way to return the results of multiple searches with a single search (a simple way to implement the homepage idea from btoast). You could use an apostrohe (,), a pipe (|) or just the word "OR" to separate multiple searches to be combined. In fact, I'd suggest using all three, since the first two may or may not be recognized some autolinking algorithms, each provides a fallback for the others. Thus btoast could get something like that page (though I'd expect them to just be sorted by date) by simply searching "toradora, clannad, soul eater" and could even apply different filters to each.

In my dream world, I'd be able to just throw a url like
hxxp://tokyotosho.com/rss/search/group:coalguys toradora|group:b2e one outs|group:gokigenyou maria-sama ga miteru 4th|group:lone
at my rss reader and get updates on all of them automatically, or at my torrent client to download them automatically.

I understand that all this parsing might be a burden on the server, but hopefully by sending people only exactly what they want to see, it'll make up for the performance hit with saved bandwidth.

Thanks for reading.
Logged
Milo
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 26


View Profile
« Reply #121 on: June 06, 2009, 11:35:38 am »

To the people wanting RSS, I found a neat Yahoo Pipes implementation.
http://pipes.yahoo.com/ebonclouds/tokyotoshoinfo_searchablerss_nodate
Logged
Kerstin
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 1


View Profile
« Reply #122 on: June 15, 2009, 01:45:30 pm »

Hey, this one thing had been bugging me for a while now, I even registered just to tell you about it.

The first thing someone wants to do when coming to TokyoToshokan is to preform a search, right? But the search box does not get focus when the page loads like it does on other pages where you search, like Google, AltaVista and even YouTube; so you have to grab your mouse and manually click the search box first.

You can make it get focus on page load easily, it's just a tiny change to the web code!

//the search box tag:
<input size="60" type="text" name="terms" />
//you give an id like this:
<input size="60" type="text" id="SearchBox" name="terms" />

//and your start body tag:
<body>
//you give an onLoad event like this:
<body onload="document.getElementById('SearchBox').focus();">

And voila, our lives become a little bit easier !
Logged
Ivris
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 4


View Profile
« Reply #123 on: September 13, 2009, 06:44:31 pm »

As it is, the "Batch" category seems pretty useless.  It's a hopeless mishmash of raws, English subs, foreign subs, raw manga, various scanlations (frequently with no indication of language), random Chinese stuff, and all of it's unsearchable as most of the details are in the comments.  Most English batch torrents that I've seen have resorted to just filing directly under Anime or Manga, as appropriate.  It would make much more sense if "Batch" were an additional trait that could be added to an existing tag -- so, for instance, select "Anime" from the radio buttons when submitting a torrent, then filling in a "batch" checkbox.

On a related note, it would be pretty handy if we could specifically search submission comments.  Right now, anything in the comments may as well be invisible after it leaves the front page, and sometimes groups leave important details in them.

I'll also second the note about checking to see that a torrent link actually goes to a torrent rather than to another site's info page.  That's been getting more and more common lately, and is pretty irritating (right-click, Save As..., then finding that you've just saved a HTML file).
Logged
anonyspiral
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 1


View Profile
« Reply #124 on: September 16, 2009, 06:20:16 pm »

too lazy to trawl through 13 pages to look for anything similar to this so sorry if it's been said already.

i'd like to see something like a 'torrent wordfilter', that is you can filter out specific words in torrents as well as comments and never see torrents or comments that contain those words.
Logged
Supercell
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 1


View Profile
« Reply #125 on: September 21, 2009, 11:19:35 pm »

It would be nice if when submitting torrent the contents release date (maybe even just the year) could be specified. And then be able to search by release date. Instead of simply the date the torrent itself was released. I would like this because there is so many torrents/content continually being re-uploaded or re-released that searching through torrent release dates doesn't necessarily yield very much of the content you are looking for.
So then I could search for Anime released after 2007. Or Search for H-Vids released after 2008. Search for Anime (Batch) from before 1999.


Thanks for making TT, love the site!
Logged
tatsujin
Sr. Member
****

Karma: +7/-0
Offline Offline

Posts: 418



View Profile WWW
« Reply #126 on: September 24, 2009, 02:05:56 am »

So, I'm gearing up to write the next version of TT, so I'm asking you what you want the site to look and do.

Phase 1: Planning

URL Layout
Things in brackets are dynamic
N is a number
GET

hxxp://tokyotosho.com/
Browse by date
hxxp://tokyotosho.com/browse/
hxxp://tokyotosho.com/browse/[year]/
hxxp://tokyotosho.com/browse/[year]/[month]/
hxxp://tokyotosho.com/browse/[year]/[month]/[day]

Could show a groups list and statistics
hxxp://tokyotosho.com/groups/[group]
hxxp://tokyotosho.com/series/[series]

hxxp://tokyotosho.com/contact/

Will anyone visit this page?
hxxp://tokyotosho.com/donate/


hxxp://tokyotosho.com/preferences/

Dynamic search results
hxxp://tokyotosho.com/search/[term1+term2+term3+termN]
Nth page of search results
hxxp://tokyotosho.com/search/[term1+term2+term3+termN]/[N]
Nth torrent submitted
hxxp://tokyotosho.com/torrent/[N]
info_hash of torrent, shows identical torrents with different trackers
hxxp://tokyotosho.com/torrent/[info_hash]
hxxp://tokyotosho.com/torrent/[submitter_hash]/[N]

POST

hxxp://tokyotosho.com/submit/

RSS

RSS shows latest 24 hours worth of entries
hxxp://tokyotosho.com/rss/
RSS by category
hxxp://tokyotosho.com/rss/category/[category]/
hxxp://tokyotosho.com/rss/category/[category]/[term1+term2+termN]
RSS by search term
hxxp://tokyotosho.com/rss/search/
hxxp://tokyotosho.com/rss/search/[term1+term2+termN]

BOT

Simplified syntax for IRC scripts
Shows last hour of entries
hxxp://tokyotosho.com/bot/
hxxp://tokyotosho.com/bot/category/[category]/

I18N

English hxxp://tokyotosho.com hxxp://en.tokyotosho.com hxxp://www.tokyotosho.com
Japanese http://ja.tokyotosho.com
Based on ISO_3166-1_alpha-2: http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements

Features
  • XHTML+CSS
    • Built in themes
    • Custom themes via stored CSS on user's hard drive
  • Entries
    • Show seeds/peer info for each entry (+last updated time)
  • Search
    • Improved search options
    • Search by category
    • Search by regular expression?
  • Preferences
    • Stored via cookie
    • Customizable date/timezone
    • Entries per page
    • Category filter
    • Entry highlighting (enter terms for highlighting when browsing)
    • Line marker
  • Submissions
    • Modify/remove torrent within X minutes of submission
    • Field for group name
    • Field for series name
    • Field for AniDB/Anime News Network ID #s for linking


Please post your thoughts and suggestions.
Let us post comments under torrents please.
Logged

ctmk
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 1


View Profile
« Reply #127 on: October 24, 2009, 10:01:42 pm »

hope can see something is done to site promoting bots or abusers posting torrents without proper reference site.

one of the recent occurrence are "www.doujin.com.ar"

e.g. everyday i will see a bunch of torrent posts done by "www.doujin.com.ar" linking to torrents in  e-hentai.org but without the proper link to the related torrent page at e-hentai.org. painful for some of us looking to it one by one everyday and nothing can be done to improve the situation. (well, the bot they make sucks and causing some annoyance.)

it is good to have someone posting the torrents up and give everyone a heads up but it is also annoying that they did not post it properly like linking to the advertise site or no reference site at all where there is one to it.

maybe put something up for users to correct the link? or develop a bot to automatically capture new torrents from major sites with the proper reference link to reduce such abuse?


Logged
that1guytim
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 2


View Profile
« Reply #128 on: October 26, 2009, 05:16:38 am »

too lazy to trawl through 13 pages to look for anything similar to this so sorry if it's been said already.

i'd like to see something like a 'torrent wordfilter', that is you can filter out specific words in torrents as well as comments and never see torrents or comments that contain those words.
I'd love this so I could filter out all the masses of re-encodes being put up lately.

And as said above, being allowed to post comments on individual torrents would be great.
Logged
that1guytim
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 2


View Profile
« Reply #129 on: October 26, 2009, 08:13:32 pm »

Add a tag for re-encodes so they don't show up on the "Anime" list. There's so many re-encodes now that it's sometimes hard to find anything new on the first page. It would be brilliant if we could filter them out by a "Re-Encode" tag.
Logged
Pages: 1 ... 11 12 [13] 14 15 16   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 1.381 seconds with 17 queries.