eztv.wf | eztvstatus.org
Search title:  
TV Packs only
 
💬

My Page Feature Request

Join the conversation
🏠 Forum » General » My Page Feature Request
Page 1 of 2 Next › Last »
Posted at 12/08/2008, 22:22
#101511
first let me start by saying thanks for all the hard work!
i'm sure you have a lot going on and i don't want to sound like a complainer.

i was wondering if there were any plans to use check boxes (or something else
similar) on "my page".

personally i find it really annoying that the page refreshes every time i click
anything and then i have to scroll down and down and down again to pick up where
i left off.

currently there isn't any method to anything in bulk except for "watched
everything".
i messed up and clicked that on a show that had loads of episodes and the only
fix was to scroll down and click "unwatch" and refresh and scroll down... for 20
or more shows...
i just deleted it and started over...

more sort options would be nice as well...

lastly, i usually only download one size episode. but in the "my shows" list
all the sizes and various torrents are listed. if i select "watched" for the
version i actually downloaded and watched then i'm either left with the 2 to 4
other versions as unwatched or i have to choose "watched everything" for a
version i didn't really watch...
it's not the end of the world or anything but it would be nice to have a
"remove" or "hide" button so that i could selectively remove versions i don't
want in my list.
that might also help with the wrong show appearing problem... sort of a quick
and dirty fix...

anyway, thanks again for everything!
Posted at 17/09/2008, 14:21
#104648
i agree it is annoying that the page refreshes on every click, but i think if
a new column was added to the list with the torrent size displayed on the
page. then those of us that only want the one size versions could just click
from the my show page instead of having to go the main show page just to see
the size. then go back to the my show page to clear it. maybe it could go in
on the next site upgrade.
Posted at 30/09/2008, 01:38
#106705
is there anyway for permanent log on?i put "my page" as the browser homepage.it
would be nice if i don't need to keep press login and it keep redirect me to the
eztv main page instead of "my page".

i totally agree that 1 size will be enough.

keep up the good work and if your going to incorporate the requested
features,thank you.you made my life easier.

keep up the good work eztv
Posted at 05/10/2008, 07:43
#107573
not to be negative or alike!

if you follow the show(s) weekly, the problem you describe shouldn't be that
hard to overcome, clicking on "watched all".
if you (on the other hand) are downloading one or more seasons, why not just
download all the torrent files for that series (the one's you want).
and then put them on hold in your torrent client, i use
Posted at 05/10/2008, 08:29
#107577
i just found it myself, it's at the very first page in the forum list, sorry for
that !

auch, not good, hope i soon will be able to help you guys, after all you are
spending a lot of your sparetime, big hug and thumbs up for that.
thanks for the reply though!
Posted at 05/10/2008, 11:36
#107584
request for a new feature: mail alerts

can you add a feature of sending a mail alert to users for the shows added by
him whenever a new torrent of that show comes out. like i would like to be
notified whenever a new episode of any of my favorite shows is released by eztv
so that i don't have to come to this site to check for it. you can always put an
option to disable the feature for those who don't want mails.
Posted at 06/08/2009, 11:16
#108573
i really really love this site as well.

but i must agree that it sometimes can be a bit frustrating having to click watched, scroll down,
click watched and so on over and over. spesially if there has been some problems with the site
causing the 'my page' list to be empty. meaning that i have to add all shows again and try to
'watch' all episodes without 'watching everything'.

and very often i fall behind with my shows for a few weeks so i see several episodes at once, so it
would be wonderful it is was possible to kind of 'check off' all the episodes you have seen and then
press 'watch'.

but again: i don't want to complain. this is a great page and i have to give thumbs up to everyone
who keeps this page running...
Posted at 16/08/2009, 12:39
#116455
hi,

first of all, great the site is back!! im really happy.

second i didnt know where to post since its a feature that is already implemented but apparently
doesnt work, yet i cant find anything in the todo list so i just wanted to ask if only i am
experiencing the probmel..

as for me show ratings dont work. neither can i rate any permanently, nor is there a rating on any
show. meaning all appear to be zero.

if this is a problem which is still tobe solved, i will gladly wait.
if only i have seem to have it what can i do 😉

would really appreciate that feature 😉 😉 😉

i am sorry if this is posted somewhere else, i couldnt find anything.



thanks anyway

chkdsk
Posted at 05/10/2009, 07:46
#120195
first: your service is just great! i really like eztv!

here are my wishes for a "better world". 😉

1. checkboxes for "watched" would be great. i agree.

2. i also agree with the "one szie"-request.
shows like ttscc or lost, i watch in 720p. brothers & sisters and medium i just need as xvid-versions.
i would appreciate it if the unneeded versions wont be displayed.

3. maybe a release wich gets proper could be crossed out.
so, it would be easeier to download the better release.
Posted at 17/10/2009, 17:06
#121191
thanks for all the amazing work guys!
Posted at 31/10/2009, 18:41
#121663
like many have stated i too love the site and i'm quite lost when it goes down.
i also agree that a checkbox system would be great linked with an [update] button near the bottom of
the page may be. i currently click [watched] as fast as i can as many times i can between refreshes,
that seems to work if you have started multiple torrents but its a bit hap-hazard, also ctrl+click
works using firefox.
i would have thought a checkbox system would also help a lot on server bandwidth too?

thanks for the great work though guys, i am in awe.
may be some clever scripter could greasemonkey-fi the page?
Posted at 11/03/2010, 03:22
#129890
i totally agree, check boxes with multiple functions would be a great addition to this website's functionality.
the ability to remove a show that one no longer wishes to track would be very nice too. i personally have
a few shows that i initially wanted to track, but recently have gone in a different direction and i no longer
watch nor wish to track.
Posted at 14/03/2010, 09:47
#130041
hello!
i think this is the right place to leave this message.
admins: the names and statuses of shows on "my page" have white color, which makes them hard to see
when using the "light" theme. can you please fix this? its not very difficult to do, but would help
a lot. #
thanks!
Posted at 06/04/2010, 06:12
#131553
the refreshing problem could easily be eliminated by using 5 lines of jquery!
[code]
$(".section_post_header.a").click(function(){
$.ajax({ url: $(this).attr("href"),
success: function(data) {
$(this).parents("tr").nextuntil('.section_post_header').each(function() {
$(this).remove();
});}});});
[/code]
that easy!


p.s.:

of course you'll have to bind in jquery first:

[code]<script type="text/javascript" src="http://www.google.com/jsapi" ;></script>
<script type="text/javascript">
google.load("jquery", "1.4.2");
</script>[/code]
Posted at 19/04/2010, 10:07
#132365
does anybody even bother reading this?
with all due respect, having the code already given, why does it take so long to implement this
small but usefull ajax functionality?
Page 1 of 2 Next › Last »
ssl  EZTV RSS EZTV Status | EZTV API | upload Upload | DMCA: [email protected]